summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorDave Martin <Dave.Martin@arm.com>2019-12-11 18:40:06 +0000
committerWill Deacon <will@kernel.org>2020-01-17 12:48:36 +0000
commitd41938d2cbee926a7de0c1dcff94ca34bf2cab78 (patch)
treed1d87aaaed6baee2d2dacb9cab25fd7cc168f8da /include/linux/debugobjects.h
parent95b3f74bec203804658e17f86fe20755bb8abcb9 (diff)
downloadkernel-d41938d2cbee926a7de0c1dcff94ca34bf2cab78.tar.gz
mm: Reserve asm-generic prot flags 0x10 and 0x20 for arch use
The asm-generic/mman.h definitions are used by a few architectures that also define arch-specific PROT flags with value 0x10 and 0x20. This currently applies to sparc and powerpc for 0x10, while arm64 will soon join with 0x10 and 0x20. To help future maintainers, document the use of this flag in the asm-generic header too. Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Dave Martin <Dave.Martin@arm.com> [catalin.marinas@arm.com: reserve 0x20 as well] Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions
ng for dma_attrsKrzysztof Kozlowski 2016-05-20exit_thread: remove empty bodiesJiri Slaby 2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko 2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin 2016-01-20c6x: convert to dma_map_opsChristoph Hellwig 2015-04-16Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds 2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro 2015-03-26c6x: kernel: setup: Export symbol memory_endChen Gang 2015-03-26c6x: kernel: setup: Add screen_info global variableChen Gang 2015-03-26c6x: kernel: setup: Remove 'const' for local variables in machine_initChen Gang 2015-03-26C6x: time: Ensure consistency in __initNishanth Menon 2015-03-03c6x: kernel: setup: Include "linux/console.h"Chen Gang 2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski 2014-08-06c6x: Use sigsp()Richard Weinberger 2014-08-06c6x: Use get_signal() signal_setup_done()Richard Weinberger 2014-04-30c6x: convert fdt pointers to opaque pointersRob Herring 2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring 2013-10-09c6x: use early_init_dt_scanRob Herring 2013-10-09c6x: use boot_command_line instead of private c6x_command_lineRob Herring 2013-08-28of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely 2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar 2013-07-03c6x: normalize global variables exported by vmlinux.ldsJiang Liu