All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Moore <paul@paul-moore.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] lsm/lsm-pr-20240227
Date: Tue, 27 Feb 2024 17:57:59 -0500	[thread overview]
Message-ID: <64a1045e4c018f135b78952c2c5ae3e9@paul-moore.com> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1612 bytes --]

Hi Linus,

Two small patches, one for AppArmor and one for SELinux, to fix potential
uninitialized variable problems in the new LSM syscalls we added during
the v6.8 merge window.  We haven't been able to get a response from John
on the AppArmor patch, but considering both the importance of the patch
and it's rather simple nature it seems like a good idea to get this
merged sooner rather than later.  I'm sure John is just taking some much
needed vacation; if we need to revise this when he gets back to his email
we can.

You will likely notice a forced push on the branch below, that's due to
some false starts on the commit descriptions and nothing nefarious.  As
usual, the pull tag also has my signature on it to help alleviate any
concerns.

Please merge,
-Paul

--
The following changes since commit d8bdd795d383a23e38ac48a40d3d223caf47b290:

  lsm: fix integer overflow in lsm_set_self_attr() syscall
    (2024-02-14 13:53:15 -0500)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
    tags/lsm-pr-20240227

for you to fetch changes up to 6d2fb472ea9ea27f765f10ba65ec73d30f6b7977:

  apparmor: fix lsm_get_self_attr() (2024-02-23 17:16:33 -0500)

----------------------------------------------------------------
lsm/stable-6.8 PR 20240227

----------------------------------------------------------------
Mickaël Salaün (2):
      selinux: fix lsm_get_self_attr()
      apparmor: fix lsm_get_self_attr()

 security/apparmor/lsm.c  | 2 +-
 security/selinux/hooks.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--
paul-moore.com

             reply	other threads:[~2024-02-27 22:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-27 22:57 Paul Moore [this message]
2024-02-28  1:02 ` [GIT PULL] lsm/lsm-pr-20240227 pr-tracker-bot

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=64a1045e4c018f135b78952c2c5ae3e9@paul-moore.com \
    --to=paul@paul-moore.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-security-module@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.