linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Smack patches for v5.9
       [not found] <8ce85723-5656-0ee8-67a7-35597d9df0dd.ref@schaufler-ca.com>
@ 2020-08-04 17:49 ` Casey Schaufler
  2020-08-04 21:26   ` Linus Torvalds
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Casey Schaufler @ 2020-08-04 17:49 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Security Module list, LKML, Casey Schaufler

Hello Linus

Here are three minor fixes to Smack for the v5.9 release.
All were found by automated checkers and have straight forward
resolution.

--
The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

  https://github.com/cschaufler/smack-next smack-for-5.9

for you to fetch changes up to 42a2df3e829f3c5562090391b33714b2e2e5ad4a:

  Smack: prevent underflow in smk_set_cipso() (2020-07-27 13:35:12 -0700)

----------------------------------------------------------------
Dan Carpenter (2):
      Smack: fix another vsscanf out of bounds
      Smack: prevent underflow in smk_set_cipso()

Eric Biggers (1):
      Smack: fix use-after-free in smk_write_relabel_self()

 security/smack/smackfs.c | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)


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

* Re: [GIT PULL] Smack patches for v5.9
  2020-08-04 17:49 ` [GIT PULL] Smack patches for v5.9 Casey Schaufler
@ 2020-08-04 21:26   ` Linus Torvalds
  2020-08-04 21:43     ` Casey Schaufler
  2020-08-04 21:48   ` Casey Schaufler
  2020-08-06 18:09   ` pr-tracker-bot
  2 siblings, 1 reply; 5+ messages in thread
From: Linus Torvalds @ 2020-08-04 21:26 UTC (permalink / raw)
  To: Casey Schaufler; +Cc: Linux Security Module list, LKML

On Tue, Aug 4, 2020 at 10:49 AM Casey Schaufler <casey@schaufler-ca.com> wrote:
>
> Here are three minor fixes to Smack for the v5.9 release.

I can't pull this: that's not a signed tag, and I don't pull unsigned
stuff from open hosting sites, no matter how obvious they may seem.

You typically have a capitalized signed tag, but I'm not seeing that
this time. Hmm?

             Linus

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

* Re: [GIT PULL] Smack patches for v5.9
  2020-08-04 21:26   ` Linus Torvalds
@ 2020-08-04 21:43     ` Casey Schaufler
  0 siblings, 0 replies; 5+ messages in thread
From: Casey Schaufler @ 2020-08-04 21:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Security Module list, LKML

On 8/4/2020 2:26 PM, Linus Torvalds wrote:
> On Tue, Aug 4, 2020 at 10:49 AM Casey Schaufler <casey@schaufler-ca.com> wrote:
>> Here are three minor fixes to Smack for the v5.9 release.
> I can't pull this: that's not a signed tag, and I don't pull unsigned
> stuff from open hosting sites, no matter how obvious they may seem.
>
> You typically have a capitalized signed tag, but I'm not seeing that
> this time. Hmm?

You're right. Tag usage failure on my part.
I will resubmit. Sorry for the extra work.

>              Linus

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

* [GIT PULL] Smack patches for v5.9
  2020-08-04 17:49 ` [GIT PULL] Smack patches for v5.9 Casey Schaufler
  2020-08-04 21:26   ` Linus Torvalds
@ 2020-08-04 21:48   ` Casey Schaufler
  2020-08-06 18:09   ` pr-tracker-bot
  2 siblings, 0 replies; 5+ messages in thread
From: Casey Schaufler @ 2020-08-04 21:48 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Security Module list, LKML, Casey Schaufler

Hello Linus

I have corrected the tagging for the pull request.

Here are three minor fixes to Smack for the v5.9 release.
All were found by automated checkers and have straight forward
resolution.

--
The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

  https://github.com/cschaufler/smack-next tags/Smack-for-5.9

for you to fetch changes up to 42a2df3e829f3c5562090391b33714b2e2e5ad4a:

  Smack: prevent underflow in smk_set_cipso() (2020-07-27 13:35:12 -0700)

----------------------------------------------------------------
Smack fixes for 5.9

----------------------------------------------------------------
Dan Carpenter (2):
      Smack: fix another vsscanf out of bounds
      Smack: prevent underflow in smk_set_cipso()

Eric Biggers (1):
      Smack: fix use-after-free in smk_write_relabel_self()

 security/smack/smackfs.c | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)


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

* Re: [GIT PULL] Smack patches for v5.9
  2020-08-04 17:49 ` [GIT PULL] Smack patches for v5.9 Casey Schaufler
  2020-08-04 21:26   ` Linus Torvalds
  2020-08-04 21:48   ` Casey Schaufler
@ 2020-08-06 18:09   ` pr-tracker-bot
  2 siblings, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2020-08-06 18:09 UTC (permalink / raw)
  To: Casey Schaufler
  Cc: Linus Torvalds, Linux Security Module list, LKML, Casey Schaufler

The pull request you sent on Tue, 4 Aug 2020 10:49:09 -0700:

> https://github.com/cschaufler/smack-next smack-for-5.9

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

Thank you!

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

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

end of thread, other threads:[~2020-08-06 18:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <8ce85723-5656-0ee8-67a7-35597d9df0dd.ref@schaufler-ca.com>
2020-08-04 17:49 ` [GIT PULL] Smack patches for v5.9 Casey Schaufler
2020-08-04 21:26   ` Linus Torvalds
2020-08-04 21:43     ` Casey Schaufler
2020-08-04 21:48   ` Casey Schaufler
2020-08-06 18:09   ` 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).