linux-audit.redhat.com archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Audit patches for v5.10
@ 2020-10-13  0:51 Paul Moore
  2020-10-13  0:54 ` Paul Moore
  2020-10-13 23:49 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Moore @ 2020-10-13  0:51 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-audit, linux-kernel

Hi Linus,

A small set of audit patches for v5.10.  There are only three patches
in total, and all three are trivial fixes that don't really warrant
any explanations beyond their descriptions.  As usual, all three
patches pass our test suite and as of a few minutes ago they applied
cleanly to your tree.  Please merge for v5.10.

Thanks,
-Paul

--
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

 Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

 git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
   stable-5.10

for you to fetch changes up to c07203516439b9cd9f7b3cbed82a77164de5af40:

 audit: Remove redundant null check (2020-08-26 09:10:39 -0400)

----------------------------------------------------------------
Jules Irenge (2):
     audit: change unnecessary globals into statics
     audit: uninitialize variable audit_sig_sid

Xu Wang (1):
     audit: Remove redundant null check

kernel/audit.c | 9 ++++-----
kernel/audit.h | 4 ----
2 files changed, 4 insertions(+), 9 deletions(-)

-- 
paul moore
www.paul-moore.com

--
Linux-audit mailing list
Linux-audit@redhat.com
https://www.redhat.com/mailman/listinfo/linux-audit


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Audit patches for v5.10
  2020-10-13  0:51 [GIT PULL] Audit patches for v5.10 Paul Moore
@ 2020-10-13  0:54 ` Paul Moore
  2020-10-13  0:58   ` Paul Moore
  2020-10-13 23:49 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Paul Moore @ 2020-10-13  0:54 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-audit, linux-kernel

On Mon, Oct 12, 2020 at 8:51 PM Paul Moore <paul@paul-moore.com> wrote:
>
> Hi Linus,
>
> A small set of audit patches for v5.10.  There are only three patches
> in total, and all three are trivial fixes that don't really warrant
> any explanations beyond their descriptions.  As usual, all three
> patches pass our test suite and as of a few minutes ago they applied
> cleanly to your tree.  Please merge for v5.10.
>
> Thanks,
> -Paul
>
> --
> The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
>
>  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
>
> are available in the Git repository at:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
>    stable-5.10

My apologies, I mistakenly sent the branch and not the signed tag, the
proper PR tag is below:

 git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
audit-pr-20201012

> for you to fetch changes up to c07203516439b9cd9f7b3cbed82a77164de5af40:
>
>  audit: Remove redundant null check (2020-08-26 09:10:39 -0400)
>
> ----------------------------------------------------------------
> Jules Irenge (2):
>      audit: change unnecessary globals into statics
>      audit: uninitialize variable audit_sig_sid
>
> Xu Wang (1):
>      audit: Remove redundant null check
>
> kernel/audit.c | 9 ++++-----
> kernel/audit.h | 4 ----
> 2 files changed, 4 insertions(+), 9 deletions(-)
>
> --
> paul moore
> www.paul-moore.com



-- 
paul moore
www.paul-moore.com

--
Linux-audit mailing list
Linux-audit@redhat.com
https://www.redhat.com/mailman/listinfo/linux-audit


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Audit patches for v5.10
  2020-10-13  0:54 ` Paul Moore
@ 2020-10-13  0:58   ` Paul Moore
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Moore @ 2020-10-13  0:58 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-audit, linux-kernel

On Mon, Oct 12, 2020 at 8:54 PM Paul Moore <paul@paul-moore.com> wrote:
> On Mon, Oct 12, 2020 at 8:51 PM Paul Moore <paul@paul-moore.com> wrote:
> >
> > Hi Linus,
> >
> > A small set of audit patches for v5.10.  There are only three patches
> > in total, and all three are trivial fixes that don't really warrant
> > any explanations beyond their descriptions.  As usual, all three
> > patches pass our test suite and as of a few minutes ago they applied
> > cleanly to your tree.  Please merge for v5.10.
> >
> > Thanks,
> > -Paul
> >
> > --
> > The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
> >
> >  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
> >
> > are available in the Git repository at:
> >
> >  git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
> >    stable-5.10
>
> My apologies, I mistakenly sent the branch and not the signed tag, the
> proper PR tag is below:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
> audit-pr-20201012

Today is just not my day, of course the tag reference above is missing
the "tags/" prefix.  Sorry for all the noise.

> > for you to fetch changes up to c07203516439b9cd9f7b3cbed82a77164de5af40:
> >
> >  audit: Remove redundant null check (2020-08-26 09:10:39 -0400)
> >
> > ----------------------------------------------------------------
> > Jules Irenge (2):
> >      audit: change unnecessary globals into statics
> >      audit: uninitialize variable audit_sig_sid
> >
> > Xu Wang (1):
> >      audit: Remove redundant null check
> >
> > kernel/audit.c | 9 ++++-----
> > kernel/audit.h | 4 ----
> > 2 files changed, 4 insertions(+), 9 deletions(-)
> >
> > --
> > paul moore
> > www.paul-moore.com
>
>
>
> --
> paul moore
> www.paul-moore.com



-- 
paul moore
www.paul-moore.com

--
Linux-audit mailing list
Linux-audit@redhat.com
https://www.redhat.com/mailman/listinfo/linux-audit


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Audit patches for v5.10
  2020-10-13  0:51 [GIT PULL] Audit patches for v5.10 Paul Moore
  2020-10-13  0:54 ` Paul Moore
@ 2020-10-13 23:49 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-10-13 23:49 UTC (permalink / raw)
  To: Paul Moore; +Cc: linux-audit, Linus Torvalds, linux-kernel

The pull request you sent on Mon, 12 Oct 2020 20:51:22 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git stable-5.10

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/01fb1e2f42d607ef5eb7a7ca54a0f0901fb5856c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

--
Linux-audit mailing list
Linux-audit@redhat.com
https://www.redhat.com/mailman/listinfo/linux-audit


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-14 17:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13  0:51 [GIT PULL] Audit patches for v5.10 Paul Moore
2020-10-13  0:54 ` Paul Moore
2020-10-13  0:58   ` Paul Moore
2020-10-13 23:49 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).