1. 15 12月, 2008 1 次提交
  2. 14 12月, 2008 2 次提交
  3. 11 12月, 2008 1 次提交
  4. 07 12月, 2008 1 次提交
  5. 06 12月, 2008 1 次提交
    • L
      [ARM] 5340/1: fix stack placement after noexecstack changes · 794baba6
      Lennert Buytenhek 提交于
      Commit 8ec53663 ("[ARM] Improve
      non-executable support") added support for detecting non-executable
      stack binaries.  One of the things it does is to make READ_IMPLIES_EXEC
      be set in ->personality if we are running on a CPU that doesn't support
      the XN ("Execute Never") page table bit or if we are running a binary
      that needs an executable stack.
      
      This exposed a latent bug in ARM's asm/processor.h due to which we'll
      end up placing the stack at a very low address, where it will bump into
      the heap on any application that uses significant amount of stack or
      heap or both, causing many interesting crashes.
      
      Fix this by testing the ADDR_LIMIT_32BIT bit in ->personality instead
      of testing for equality against PER_LINUX_32BIT.
      Reviewed-by: NNicolas Pitre <nico@marvell.com>
      Signed-off-by: NLennert Buytenhek <buytenh@marvell.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      794baba6
  6. 04 12月, 2008 1 次提交
    • N
      [ARM] 5339/1: fix __fls() on ARM · 94fc7336
      Nicolas Pitre 提交于
      Commit 0c65f459 intended to fix truncation issues with fls() on
      ARMv5+ by renaming it to __fls() and wrapping it into a C function.
      However that didn't take into account the fact that __fls() already
      already had different semantics in the kernel.
      
      Let's move the __fls() code into fls() function directly, and redefine
      __fls() with the appropriate semantics.  While at it, bring a generic
      __fls() definition for pre ARMv5 too.
      Signed-off-by: NNicolas Pitre <nico@marvell.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      94fc7336
  7. 03 12月, 2008 1 次提交
  8. 02 12月, 2008 2 次提交
  9. 27 11月, 2008 2 次提交
  10. 26 11月, 2008 3 次提交
  11. 22 11月, 2008 2 次提交
  12. 17 11月, 2008 1 次提交
  13. 16 11月, 2008 2 次提交
  14. 13 11月, 2008 4 次提交
  15. 12 11月, 2008 1 次提交
  16. 11 11月, 2008 1 次提交
  17. 09 11月, 2008 4 次提交
  18. 07 11月, 2008 3 次提交
  19. 05 11月, 2008 4 次提交
  20. 04 11月, 2008 1 次提交
  21. 30 10月, 2008 2 次提交