]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebieder...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Mar 2018 20:41:30 +0000 (12:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Mar 2018 20:41:30 +0000 (12:41 -0800)
commitc8ae288b1b1caa4118e29df97dd11aa168b17da3
tree3a02fdc6f7ac0e683f5a1a9b5f924dd855cde12a
parent07c7566142da6fccc6d000f484ef56ae453ec2ab
parenta86aeae20ee71c04442b59b17ef1a93d190db776
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace

Pull sigingo fix from Eric Biederman:
 "The kbuild test robot found that I accidentally moved si_pkey when I
  was cleaning up siginfo_t. A short followed by an int with the int
  having 8 byte alignment. Sheesh siginfo_t is a weird structure.

  I have now corrected it and added build time checks that with a little
  luck will catch any similar future mistakes. The build time checks
  were sufficient for me to verify the bug and to verify my fix. So they
  are at least useful this once."

* 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
  signal/x86: Include the field offsets in the build time checks
  signal: Correct the offset of si_pkey in struct siginfo