1. 10 Sep, 2007 11 commits
  2. 09 Sep, 2007 1 commit
    • Herbert Xu's avatar
      [CRYPTO] blkcipher: Fix handling of kmalloc page straddling · e4630f9f
      Herbert Xu authored
      The function blkcipher_get_spot tries to return a buffer of
      the specified length that does not straddle a page.  It has
      an off-by-one bug so it may advance a page unnecessarily.
      
      What's worse, one of its callers doesn't provide a buffer
      that's sufficiently long for this operation.
      
      This patch fixes both problems.  Thanks to Bob Gilligan for
      diagnosing this problem and providing a fix.
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      e4630f9f
  3. 07 Sep, 2007 1 commit
  4. 06 Sep, 2007 2 commits
    • Hirokazu Takata's avatar
      m32r: Rename STI/CLI macros · 7071b291
      Hirokazu Takata authored
      The names of STI and CLI macros were derived from i386 arch historically,
      but their name are incomprehensible.
      So, for easy to understand, rename these macros to ENABLE_INTERRUPTS
      and DISABLE_INTERRUPTS, respectively.
      Signed-off-by: default avatarHirokazu Takata <takata@linux-m32r.org>
      7071b291
    • Hirokazu Takata's avatar
      m32r: build fix of entry.S · 33205613
      Hirokazu Takata authored
      This patch fixes the following compile error:
      <--  snip  -->
       ...
        AS      arch/m32r/kernel/entry.o
      /home/bunk/linux/kernel-2.6/linux-2.6.23-rc3-mm1/arch/m32r/kernel/entry.S: Assembler messages:
      /home/bunk/linux/kernel-2.6/linux-2.6.23-rc3-mm1/arch/m32r/kernel/entry.S:358: Error: bad instruction `addi r0,#(((((0)+(64))+(32))+(32)))'
      make[2]: *** [arch/m32r/kernel/entry.o] Error 1
      <--  snip  -->
      Signed-off-by: default avatarHirokazu Takata <takata@linux-m32r.org>
      Cc: Adrian Bunk <bunk@kernel.org>
      33205613
  5. 05 Sep, 2007 15 commits
  6. 04 Sep, 2007 5 commits
  7. 03 Sep, 2007 5 commits