mbox series

[GIT,PULL] Smack patches for v5.15

Message ID ff60d9aa-28b9-9c6d-f318-94dd51a95abd@schaufler-ca.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Smack patches for v5.15 | expand

Pull-request

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

Message

Casey Schaufler Aug. 31, 2021, 6:53 p.m. UTC
Hello Linus,

Here is the Smack pull request for v5.15.

There is a variable used only during start-up that's now marked __initdata
and a change where the code was working by sheer luck that is now done
properly. Both have been in next for several weeks and pass the Smack
testsuite.

Thank you.

--
The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:

  Linux 5.14-rc2 (2021-07-18 14:13:49 -0700)

are available in the Git repository at:

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

for you to fetch changes up to bfc3cac0c76126995737f1b858d2cdb476be5b1d:

  smack: mark 'smack_enabled' global variable as __initdata (2021-07-20 10:34:59 -0700)

----------------------------------------------------------------
Changes for v5.15
	mark 'smack_enabled' global variable as __initdata
	Fix wrong semantics in smk_access_entry()

----------------------------------------------------------------
Austin Kim (1):
      smack: mark 'smack_enabled' global variable as __initdata

Tianjia Zhang (1):
      Smack: Fix wrong semantics in smk_access_entry()

 security/smack/smack.h        |  2 +-
 security/smack/smack_access.c | 17 ++++++++---------
 security/smack/smack_lsm.c    |  2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)

Comments

Linus Torvalds Aug. 31, 2021, 7:15 p.m. UTC | #1
On Tue, Aug 31, 2021 at 11:53 AM Casey Schaufler <casey@schaufler-ca.com> wrote:
>
> Here is the Smack pull request for v5.15.

Hmm. This went into my spambox.

I have no idea why. Everything looks ok as far as I can tell, although
having a SPF record for the originating host might have helped.

It also doesn't look like you are doing anything new wrt your email
setup, even if that yahoo web mail thing might be a bit unusual.

It *might* help to use "git://" instead of "https://" in case some
spam logic thinks web links might be more suspicious, but who knows..

Anyway, I've caught it and marked it not spam, but this is a note to
let you know that something on the internet hates you and your emails.

              Linus
pr-tracker-bot@kernel.org Aug. 31, 2021, 8:06 p.m. UTC | #2
The pull request you sent on Tue, 31 Aug 2021 11:53:12 -0700:

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

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

Thank you!