diff options
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-05-12 18:56:35 -0400 |
|---|---|---|
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-06-08 21:52:41 -0400 |
| commit | 41a2901e7d220875752a8c870e0b53288a578c20 (patch) | |
| tree | 7fee0c0fb4e4de059050c0003c370042bb832ffc /Documentation/dev-tools | |
| parent | c4a09ff752e164c020bced6513e2008f992a02e6 (diff) | |
rcu: Remove SPARSE_RCU_POINTER Kconfig option
The sparse-based checking for non-RCU accesses to RCU-protected pointers
has been around for a very long time, and it is now the only type of
sparse-based checking that is optional. This commit therefore makes
it unconditional.
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Fengguang Wu <fengguang.wu@intel.com>
Diffstat (limited to 'Documentation/dev-tools')
| -rw-r--r-- | Documentation/dev-tools/sparse.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/dev-tools/sparse.rst b/Documentation/dev-tools/sparse.rst index ffdcc97f6f5a..78aa00a604a0 100644 --- a/Documentation/dev-tools/sparse.rst +++ b/Documentation/dev-tools/sparse.rst | |||
| @@ -103,9 +103,3 @@ have already built it. | |||
| 103 | 103 | ||
| 104 | The optional make variable CF can be used to pass arguments to sparse. The | 104 | The optional make variable CF can be used to pass arguments to sparse. The |
| 105 | build system passes -Wbitwise to sparse automatically. | 105 | build system passes -Wbitwise to sparse automatically. |
| 106 | |||
| 107 | Checking RCU annotations | ||
| 108 | ~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 109 | |||
| 110 | RCU annotations are not checked by default. To enable RCU annotation | ||
| 111 | checks, include -DCONFIG_SPARSE_RCU_POINTER in your CF flags. | ||
