mbox series

[GIT,PULL] Smack patches for v5.9

Message ID 8ce85723-5656-0ee8-67a7-35597d9df0dd@schaufler-ca.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Smack patches for v5.9 | expand

Pull-request

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

Message

Casey Schaufler Aug. 4, 2020, 5:49 p.m. UTC
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(-)

Comments

Linus Torvalds Aug. 4, 2020, 9:26 p.m. UTC | #1
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
Casey Schaufler Aug. 4, 2020, 9:43 p.m. UTC | #2
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
pr-tracker-bot@kernel.org Aug. 6, 2020, 6:09 p.m. UTC | #3
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!