1. 16 Mar, 2006 2 commits
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · 5466eb5d
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] 3362/1: [cleanup] - duplicate decleration of mem_fclk_21285
        [ARM] 3365/1: [cleanup] header for compat.c exported functions
        [ARM] 3364/1: [cleanup] warning fix - definitions for enable_hlt and disable_hlt
        [ARM] 3363/1: [cleanup] process.c - fix warnings
        [ARM] 3358/1: [S3C2410] add missing SPI DMA resources
        [ARM] 3357/1: enable frontlight on collie
        [ARM] Fix "thead" typo
      5466eb5d
    • Al Viro's avatar
      [PATCH] Fix ext2 readdir f_pos re-validation logic · 2d7f2ea9
      Al Viro authored
      This fixes not one, but _two_, silly (but admittedly hard to hit) bugs
      in the ext2 filesystem "readdir()" function.  It also cleans up the code
      to avoid the unnecessary goto mess.
      
      The bugs were related to re-valiating the f_pos value after somebody had
      either done an "lseek()" on the directory to an invalid offset, or when
      the offset had become invalid due to a file being unlinked in the
      directory.  The code would not only set the f_version too eagerly, it
      would also not update f_pos appropriately for when the offset fixup took
      place.
      
      When that happened, we'd occasionally subsequently fail the readdir()
      even when we shouldn't (no real harm done, but an ugly printk, and
      obviously you would end up not necessarily seeing all entries).
      
      Thanks to Masoud Sharbiani <masouds@google.com> who noticed the problem
      and had a test-case for it, and also fixed up a thinko in the first
      version of this patch.
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      Acked-by: default avatarMasoud Sharbiani <masouds@google.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      2d7f2ea9
  2. 15 Mar, 2006 14 commits
  3. 14 Mar, 2006 14 commits
  4. 13 Mar, 2006 10 commits