repo.or.cz
/
linux-2.6
/
btrfs-unstable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6/btrfs-unstable.git]
/
arch
/
c6x
/
Kconfig.debug
blob
c299e0d8eca3415ad71a66d0861971c2786e6101
1
# SPDX-License-Identifier: GPL-2.0
2
3
config ACCESS_CHECK
4
bool "Check the user pointer address"
5
default y
6
help
7
Usually the pointer transfer from user space is checked to see if its
8
address is in the kernel space.
9
10
Say N here to disable that check to improve the performance.