]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'lsm-pr-20221107' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Nov 2022 20:22:02 +0000 (12:22 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Nov 2022 20:22:02 +0000 (12:22 -0800)
commit47853cb9b7e102b62a1b739b7e6767e58d5444b2
tree3cb42608fcaee9dedee227ac6c1d45894ea321db
parentdcf44601530efec66b74b44b7e81ad68e0272b91
parent7bfce0daeedf0a2b032f3729e3823ec584a50690
Merge tag 'lsm-pr-20221107' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm

Pull lsm fix from Paul Moore:
 "A small capability patch to fix an instance of undefined behavior in a
  shift operator caused when shifting a signed value too far.

  While the fix is trivial and I can't imagine it causing a problem in a
  backport, I'm not explicitly marking it for stable on the off chance
  that there is some system out there which is relying on some wonky
  unexpected behavior which this patch could break; *if* it does break,
  IMO it's better that to happen in a minor or -rcX release and not in a
  stable backport"

* tag 'lsm-pr-20221107' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm:
  capabilities: fix undefined behavior in bit shift for CAP_TO_MASK