Staging
v0.5.1
https://github.com/torvalds/linux
Revision d324810acded7003c955c7c6faf4c57cd40e6000 authored by Linus Torvalds on 21 November 2019, 19:51:49 UTC, committed by Linus Torvalds on 21 November 2019, 19:51:49 UTC
Pull pidfd fixlet from Christian Brauner:
 "This contains a simple fix for the pidfd poll method. In the original
  patchset pidfd_poll() was made to return an unsigned int. However, the
  poll method is defined to return a __poll_t. While the unsigned int is
  not a huge deal it's just nicer to return a __poll_t.

  I've decided to send it right before the 5.4 release mainly so that
  stable doesn't need to backport it to both 5.4 and 5.3"

* tag 'for-linus-2019-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux:
  fork: fix pidfd_poll()'s return type
2 parent s c74386d + 9e77716
History
Tip revision: d324810acded7003c955c7c6faf4c57cd40e6000 authored by Linus Torvalds on 21 November 2019, 19:51:49 UTC
Merge tag 'for-linus-2019-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Tip revision: d324810
File Mode Size
Kconfig -rw-r--r-- 1.7 KB
Makefile -rw-r--r-- 225 bytes
balloc.c -rw-r--r-- 5.7 KB
dir.c -rw-r--r-- 8.4 KB
file.c -rw-r--r-- 1.3 KB
ialloc.c -rw-r--r-- 5.8 KB
inode.c -rw-r--r-- 9.1 KB
itree.c -rw-r--r-- 11.6 KB
namei.c -rw-r--r-- 5.5 KB
super.c -rw-r--r-- 15.1 KB
sysv.h -rw-r--r-- 7.5 KB

back to top