]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'size_t-saturating-helpers-5.19-rc1' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 May 2022 20:56:57 +0000 (13:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 May 2022 20:56:57 +0000 (13:56 -0700)
commit20e7bdde272af1a9856825bffd841a46ae284977
tree28f91bab5baa892410b06d03c311d97accd039c6
parent94f7098e738a487f61b8aa4325077487facc2f70
parent3fbf9eb1022aa5368e026d6d6446a3ea572e5677
Merge tag 'size_t-saturating-helpers-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux

Pull misc hardening updates from Gustavo Silva:
 "Replace a few open-coded instances with size_t saturating arithmetic
  helpers"

* tag 'size_t-saturating-helpers-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux:
  virt: acrn: Prefer array_size and struct_size over open coded arithmetic
  afs: Prefer struct_size over open coded arithmetic