[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20131031171810.GA8757@redhat.com>
Date: Thu, 31 Oct 2013 18:18:10 +0100
From: Oleg Nesterov <oleg@...hat.com>
To: Richard Guy Briggs <rgb@...hat.com>
Cc: linux-audit@...hat.com, linux-kernel@...r.kernel.org,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Eric Paris <eparis@...hat.com>
Subject: Re: [PATCH 3/4][v2] audit: move audit_aux_data_execve contents
into audit_context union
On 10/31, Richard Guy Briggs wrote:
>
> --- a/kernel/audit.h
> +++ b/kernel/audit.h
> @@ -197,6 +197,10 @@ struct audit_context {
> int fd;
> int flags;
> } mmap;
> + struct {
> + int argc;
> + struct mm_struct *mm;
> + } execve;
Ah, nice, so we should not worry about kmalloc(GFP_KERNEL) failure.
I am in no position to ack the changes in this area, but the whole
series looks fine to me.
Oleg.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists