1. 25 2月, 2017 1 次提交
  2. 22 2月, 2017 1 次提交
    • D
      arch: add ARCH_HAS_SET_MEMORY config · d2852a22
      Daniel Borkmann 提交于
      Currently, there's no good way to test for the presence of
      set_memory_ro/rw/x/nx() helpers implemented by archs such as
      x86, arm, arm64 and s390.
      
      There's DEBUG_SET_MODULE_RONX and DEBUG_RODATA, however both
      don't really reflect that: set_memory_*() are also available
      even when DEBUG_SET_MODULE_RONX is turned off, and DEBUG_RODATA
      is set by parisc, but doesn't implement above functions. Thus,
      add ARCH_HAS_SET_MEMORY that is selected by mentioned archs,
      where generic code can test against this.
      
      This also allows later on to move DEBUG_SET_MODULE_RONX out of
      the arch specific Kconfig to define it only once depending on
      ARCH_HAS_SET_MEMORY.
      Suggested-by: NLaura Abbott <labbott@redhat.com>
      Signed-off-by: NDaniel Borkmann <daniel@iogearbox.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d2852a22
  3. 19 2月, 2017 1 次提交
  4. 17 2月, 2017 4 次提交
  5. 16 2月, 2017 2 次提交
  6. 15 2月, 2017 3 次提交
  7. 13 2月, 2017 3 次提交
  8. 10 2月, 2017 1 次提交
  9. 08 2月, 2017 10 次提交
  10. 07 2月, 2017 6 次提交
  11. 06 2月, 2017 7 次提交
  12. 04 2月, 2017 1 次提交