forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
uaccess-buffer: add CONFIG_GENERIC_ENTRY support
Add uaccess logging support on architectures that use CONFIG_GENERIC_ENTRY (currently only s390 and x86). Link: https://linux-review.googlesource.com/id/I3c5eb19a7e4a1dbe6095f6971f7826c4b0663f7d Signed-off-by: Peter Collingbourne <pcc@google.com>
- Loading branch information
1 parent
e050ed2
commit 7cd6f102201f3ea35eea1b990f7543e890b7fdbb
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -31,6 +31,7 @@ config HOTPLUG_SMT | ||
| bool | ||
|
|
||
| config GENERIC_ENTRY | ||
| select HAVE_ARCH_UACCESS_BUFFER | ||
| bool | ||
|
|
||
| config KPROBES | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters