From: Joe Perches <joe@perches.com>
To: Eric Paris <eparis@redhat.com>
Cc: linux-kernel@vger.kernel.org, Al Viro <viro@zeniv.linux.org.uk>
Subject: Re: [PATCH 2/2] audit: Convert int limit uses to u32
Date: Tue, 14 Jan 2014 11:12:51 -0800 [thread overview]
Message-ID: <1389726771.24849.49.camel@joe-AO722> (raw)
In-Reply-To: <1389726456.681.0.camel@flatline.rdu.redhat.com>
On Tue, 2014-01-14 at 14:07 -0500, Eric Paris wrote:
> On Tue, 2014-01-14 at 10:33 -0800, Joe Perches wrote:
> > The equivalent uapi struct uses __u32 so make the kernel
> > uses u32 too.
[]
> > diff --git a/kernel/audit.c b/kernel/audit.c
[]
> > @@ -79,16 +79,16 @@ static int audit_initialized;
[]
> > /* Default state when kernel boots without any parameters. */
> > -static int audit_default;
> > +u32 audit_default;
>
> Can't figure out why you dropped the static...
oops, typo.
> I'm putting it back.
thanks.
prev parent reply other threads:[~2014-01-14 19:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-14 18:33 [PATCH 1/2] audit: Use more current logging style Joe Perches
2014-01-14 18:33 ` [PATCH 2/2] audit: Convert int limit uses to u32 Joe Perches
2014-01-14 19:07 ` Eric Paris
2014-01-14 19:12 ` Joe Perches [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1389726771.24849.49.camel@joe-AO722 \
--to=joe@perches.com \
--cc=eparis@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®