mbox series

[GIT,PULL] apparmor bug fixes for v5.7-rc6

Message ID 3155dfe9-0b22-9519-f84f-152542606325@canonical.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] apparmor bug fixes for v5.7-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor tags/apparmor-pr-2020-05-21

Message

John Johansen May 21, 2020, 11:01 p.m. UTC
Hi Linus,

Can you please pull the following bug fixes for apparmor

Thanks!

- John

The following changes since commit b85051e755b0e9d6dd8f17ef1da083851b83287d:

  Merge tag 'fixes-for-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux (2020-05-20 13:23:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor tags/apparmor-pr-2020-05-21

for you to fetch changes up to c54d481d71c6849e044690d3960aaebc730224cc:

  apparmor: Fix use-after-free in aa_audit_rule_init (2020-05-21 15:25:51 -0700)

----------------------------------------------------------------
+ Bug Fixes
  - Fix use-after-free in aa_audit_rule_init
  - Fix refcnt leak in policy_update
  - Fix potential label refcnt leak in aa_change_profile

----------------------------------------------------------------
Navid Emamdoost (1):
      apparmor: Fix use-after-free in aa_audit_rule_init

Xiyu Yang (2):
      apparmor: fix potential label refcnt leak in aa_change_profile
      apparmor: Fix aa_label refcnt leak in policy_update

 security/apparmor/apparmorfs.c | 3 ++-
 security/apparmor/audit.c      | 3 ++-
 security/apparmor/domain.c     | 3 +--
 3 files changed, 5 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org May 21, 2020, 11:50 p.m. UTC | #1
The pull request you sent on Thu, 21 May 2020 16:01:42 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor tags/apparmor-pr-2020-05-21

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

Thank you!