Kconfig.debug 285 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0
  2. config ACCESS_CHECK
  3. bool "Check the user pointer address"
  4. default y
  5. help
  6. Usually the pointer transfer from user space is checked to see if its
  7. address is in the kernel space.
  8. Say N here to disable that check to improve the performance.