]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'audit-pr-20221107' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoor...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Nov 2022 20:30:29 +0000 (12:30 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Nov 2022 20:30:29 +0000 (12:30 -0800)
commit5f7e37c39d0034e94e946ceb7132ecd4da1227d8
treea35aa7bc4285ceaa4264646d5210d30e31018fff
parent47853cb9b7e102b62a1b739b7e6767e58d5444b2
parent4899b76ba8c09a719679b30e3f9c8673aa355c40
Merge tag 'audit-pr-20221107' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit

Pull audit fix from Paul Moore:
 "A small audit patch to fix an instance of undefined behavior in a
  shift operator caused when shifting a signed value too far, the same
  case as the lsm patch merged previously.

  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 'audit-pr-20221107' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit:
  audit: fix undefined behavior in bit shift for AUDIT_BIT