Skip to content
  1. Oct 16, 2007
    • Geert Uytterhoeven's avatar
      Atari keyboard: incorporate additional review comments · 63bd8c48
      Geert Uytterhoeven authored
      
      
      Atari keyboard: incorporate additional review comments:
        o Kill reference to source file name
        o Return error value from input_register_device() instead of -ENOMEM
      
      Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: Michael Schmitz <schmitz@biophys.uni-duesseldorf.de>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      63bd8c48
    • Linus Torvalds's avatar
      Reinstate lost flush_ioremap_region() fix to pxa2xx-flash driver · 355aaffd
      Linus Torvalds authored
      Commit 90833fda ("[ARM] 4554/1: replace
      consistent_sync() with flush_ioremap_region()") introduced a new
      "flush_ioremap_region()" function to be used by the MTD mainstone-flash
      and lubbock-flash drivers to fix a regression from around 2.6.18.
      
      Those drivers were independently merged into a single driver by Todd
      Poynor in commit e644f7d6 ("[MTD] MAPS:
      Merge Lubbock and Mainstone drivers into common PXA2xx driver")
      
      Later, those two commits were merged into the main MTD tree by commit
      b160292c
      
       ("Merge Linux 2.6.23") by David
      Woodhouse, but in that merge, the fix to use flush_iomap_region() got
      lost (as it was to files that now no longer existed).
      
      This reinstates the fix in the new driver.
      
      Noticed-by: default avatarRussell King <rmk@arm.linux.org.uk>
      Tested-and-acked-by: default avatarNicolas Pitre <nico@cam.org>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Jared Hulbert <jaredeh@gmail.com>
      Cc: Todd Poynor <tpoynor@mvista.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      355aaffd
    • Linus Torvalds's avatar
      scsi/gdth: fix crash in gdth_timeout if no gdth controllers found · c596cc46
      Linus Torvalds authored
      
      
      If the gdth module is loaded (or compiled in), the gdth_timeout function
      gets started even if no actual gdth controllers are found b the probing.
      
      That ends up not only being unnecessary, but also causes a crash due to
      the function blindly just trying to pick the first entry off the
      "gdth_instances" list, and accessing it - which obviously doesn't work
      if the list is empty!
      
      Noticed by Ingo Molnar.
      
      Tested-by: default avatarIngo Molnar <mingo@elte.hu>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      c596cc46
    • Linus Torvalds's avatar
      Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 · f4921aff
      Linus Torvalds authored
      * git://git.linux-nfs.org/pub/linux/nfs-2.6: (131 commits)
        NFSv4: Fix a typo in nfs_inode_reclaim_delegation
        NFS: Add a boot parameter to disable 64 bit inode numbers
        NFS: nfs_refresh_inode should clear cache_validity flags on success
        NFS: Fix a connectathon regression in NFSv3 and NFSv4
        NFS: Use nfs_refresh_inode() in ops that aren't expected to change the inode
        SUNRPC: Don't call xprt_release in call refresh
        SUNRPC: Don't call xprt_release() if call_allocate fails
        SUNRPC: Fix buggy UDP transmission
        [23/37] Clean up duplicate includes in
        [2.6 patch] net/sunrpc/rpcb_clnt.c: make struct rpcb_program static
        SUNRPC: Use correct type in buffer length calculations
        SUNRPC: Fix default hostname created in rpc_create()
        nfs: add server port to rpc_pipe info file
        NFS: Get rid of some obsolete macros
        NFS: Simplify filehandle revalidation
        NFS: Ensure that nfs_link() returns a hashed dentry
        NFS: Be strict about dentry revalidation when doing exclusive create
        NFS: Don't zap the readdir caches upon error
        NFS: Remove the redundant nfs_reval_fsid()
        NFSv3: Always use directory post-op attributes in nfs3_proc_lookup
        ...
      
      Fix up trivial conflict due to sock_owned_by_user() cleanup manually in
      net/sunrpc/xprtsock.c
      f4921aff
    • Linus Torvalds's avatar
      Merge branch 'v2.6.24-lockdep' of... · 419217cb
      Linus Torvalds authored
      Merge branch 'v2.6.24-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep
      
      * 'v2.6.24-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep:
        lockdep: annotate dir vs file i_mutex
        lockdep: per filesystem inode lock class
        lockdep: annotate kprobes irq fiddling
        lockdep: annotate rcu_read_{,un}lock{,_bh}
        lockdep: annotate journal_start()
        lockdep: s390: connect the sysexit hook
        lockdep: x86_64: connect the sysexit hook
        lockdep: i386: connect the sysexit hook
        lockdep: syscall exit check
        lockdep: fixup mutex annotations
        lockdep: fix mismatched lockdep_depth/curr_chain_hash
        lockdep: Avoid /proc/lockdep & lock_stat infinite output
        lockdep: maintainers
      419217cb
    • Linus Torvalds's avatar
      Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 · 4937ce87
      Linus Torvalds authored
      * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
        [IA64] update sn2_defconfig
        [IA64] Fix kernel hangup in kdump on INIT
        [IA64] Fix kernel panic in kdump on INIT
        [IA64] Remove vector from ia64_machine_kexec()
        [IA64] Fix race when multiple cpus go through MCA
        [IA64] Remove needless delay in MCA rendezvous
        [IA64] add driver for ACPI methods to call native firmware
        [IA64] abstract SAL_CALL wrapper to allow other firmware entry points
        [IA64] perfmon: Remove exit_pfm_fs()
        [IA64] tree-wide: Misc __cpu{initdata, init, exit} annotations
      4937ce87
    • Linus Torvalds's avatar
      Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.c · 4271e0f7
      Linus Torvalds authored
      Commit 5a7ad7f0
      
       removed all uses of
      'retval', but didn't remove the variable itself.
      
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      4271e0f7
  2. Oct 15, 2007