diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-03-07 17:01:43 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-03-07 17:01:43 +0300 |
commit | fa883d6afb158c3c9bf33262272da3b6f0489742 (patch) | |
tree | d1b01d8df824aa31d79ef291fb1e66c4f62e6607 /tools | |
parent | 676fc8de319335b840934c57ec75bdbbf049b738 (diff) | |
parent | 186e28a18aeb0fec99cc586fda337e6b23190791 (diff) | |
download | linux-fa883d6afb158c3c9bf33262272da3b6f0489742.tar.xz |
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()
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/pidfd/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/pidfd/.gitignore b/tools/testing/selftests/pidfd/.gitignore index 3a779c084d96..39559d723c41 100644 --- a/tools/testing/selftests/pidfd/.gitignore +++ b/tools/testing/selftests/pidfd/.gitignore @@ -2,4 +2,5 @@ pidfd_open_test pidfd_poll_test pidfd_test pidfd_wait +pidfd_fdinfo_test pidfd_getfd_test |