]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Mar 2020 14:01:43 +0000 (08:01 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Mar 2020 14:01:43 +0000 (08:01 -0600)
commit832916e1ca4a6cb8d84c14c86bc6b81cc4a3dd48
treed1b01d8df824aa31d79ef291fb1e66c4f62e6607
parent4fdab7c4b2e0086481bb0051a87b503b8a84a81a
parent52ca2dbc90e1cc073e300afe84009a42e0b40e9e
Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux

Pull thread fixes from Christian Brauner:
 "Here are a few hopefully uncontroversial fixes:

   - Use RCU_INIT_POINTER() when initializing rcu protected members in
     task_struct to fix sparse warnings.

   - Add pidfd_fdinfo_test binary to .gitignore file"

* tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux:
  selftests: pidfd: Add pidfd_fdinfo_test in .gitignore
  exit: Fix Sparse errors and warnings
  fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer()