1. 29 6月, 2006 33 次提交
  2. 28 6月, 2006 7 次提交
    • L
      Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 · a39727f2
      Linus Torvalds 提交于
      * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6:
        [netdrvr] Remove long-unused bits from Becker template drivers
        [netdrvr] natsemi: minor cleanups
        [netdrvr] natsemi: Separate out media initialization code
        [PATCH] WAN: update info page for a bunch of my drivers
        [PATCH] drivers/net/hamradio/dmascc.c: fix section mismatch
        [PATCH] Fix phy id for LXT971A/LXT972A
        [PATCH] DM9000 - minor code cleanups
        [PATCH] DM9000 - do no re-init spin lock
        [PATCH] DM9000 - check for MAC left in by bootloader
        [PATCH] DM9000 - better checks for platform resources
      a39727f2
    • L
      Merge git://git.infradead.org/mtd-2.6 · 936813a8
      Linus Torvalds 提交于
      * git://git.infradead.org/mtd-2.6:
        [MTD] NAND: Select chip before checking write protect status
        [MTD] CORE mtdchar.c: fix off-by-one error in lseek()
        [MTD] NAND: Fix typo in mtd/nand/ts7250.c
        [JFFS2][XATTR] coexistence between xattr and write buffering support.
        [JFFS2][XATTR] Fix wrong copyright
        [JFFS2][XATTR] Re-define xd->refcnt as atomic_t
        [JFFS2][XATTR] Fix memory leak with jffs2_xattr_ref
        [JFFS2][XATTR] rid unnecessary writing of delete marker.
        [JFFS2][XATTR] Fix ACL bug when updating null xattr by null ACL.
        [JFFS2][XATTR] using 'delete marker' for xdatum/xref deletion
        [MTD] Fix off-by-one error in physmap.c
        [MTD] Remove unused 'nr_banks' variable from ixp2000 map driver
        [MTD NAND] s3c2412 support in s3c2410.c
        [MTD] Initialize 'writesize'
        [MTD] NAND: ndfc fix address offset thinko
        [MTD] NAND: S3C2410 convert prinks to dev_*()s
        [MTD] NAND: Missing fixups
      936813a8
    • L
      Merge git://oss.sgi.com:8090/nathans/xfs-2.6 · 73a0e405
      Linus Torvalds 提交于
      * git://oss.sgi.com:8090/nathans/xfs-2.6:
        [XFS] Fixup whitespace damage in log_write, remove final warning.
        [XFS] Rework code snippets slightly to remove remaining recent-gcc
        [XFS] Fix realtime subvolume expansion, a porting bug b0rked it.  Coverity
        [XFS] Remove a race condition where a linked inode could BUG_ON in
        [XFS] Remove redundant directory checks from inode link operation.
        [XFS] Remove a couple of no-longer-used macros.
        [XFS] Reduce size of xfs_trans_t structure. * remove ->t_forw, ->t_back --
        [XFS] remove unused behaviour lock - shrink XFS vnode as a side effect.
        [XFS] * There is trivial "inode => vnode => inode" conversion, but only
        [XFS] link(2) on directory is banned in VFS.
      73a0e405
    • L
      Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev · 03529d9f
      Linus Torvalds 提交于
      * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:
        [PATCH] ata_piix: add ICH6/7/8 to Kconfig
        [PATCH] sata_sil: disable hotplug interrupts on two ATI IXPs
        [PATCH] libata: cosmetic updates
        [PATCH] ata: add some NVIDIA chipset IDs
        [PATCH] libata reduce timeouts
        [PATCH] libata: implement ata_port_max_devices()
        [PATCH] libata: make two functions global
        [PATCH] libata: update ata_do_simple_cmd()
        [PATCH] libata: move ata_do_simple_cmd() below ata_exec_internal()
        [PATCH] libata: clear EH action on device detach
        [PATCH] libata: implement and use ata_deh_dev_action()
        [PATCH] libata: move ata_eh_clear_action() upward
        [PATCH] libata.h needs scatterlist.h
        [libata] sata_vsc: partially revert a PCI ID-related commit
        [libata] Bump versions
      03529d9f
    • L
      Properly delete sound/ppc/toonie.c · 11bcab90
      Linus Torvalds 提交于
      The previous "delete" had actually just truncated it to a zero
      size, something that can easily happen if you just apply a patch.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      11bcab90
    • D
      [PATCH] i2c-i801.c: don't pci_disable_device() after it was just enabled · d6fcb3b9
      Daniel Ritz 提交于
      Commit 02dd7ae2 ("[PATCH] i2c-i801:
      Merge setup function") has a missing return 0 in the _probe() function.
      This means the error path is always executed and pci_disable_device() is
      called even when the device just got successfully enabled.
      
      Having the SMBus device disabled makes some systems (eg.
      Fujitsu-Siemens Lifebook E8010) hang hard during power-off.
      
      Intead of reverting the whole commit this patch fixes it up:
      - don't ever call pci_disable_device(), also not in the _remove() function
        to avoid hangs
      - fix missing pci_release_region() in error path
      Signed-off-by: NDaniel Ritz <daniel.ritz@gmx.ch>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      d6fcb3b9
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 · f17a2686
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6: (25 commits)
        [CIFS] Fix authentication choice so we do not force NTLMv2 unless the
        [CIFS] Fix alignment of unicode strings in previous patch
        [CIFS] Fix allocation of buffers for new session setup routine to allow
        [CIFS] Remove calls to to take f_owner.lock
        [CIFS] remove some redundant null pointer checks
        [CIFS] Fix compile warning when CONFIG_CIFS_EXPERIMENTAL is off
        [CIFS] Enable sec flags on mount for cifs (part one)
        [CIFS] Fix suspend/resume problem which causes EIO on subsequent access to
        [CIFS] fix minor compile warning when config_cifs_weak_security is off
        [CIFS] NTLMv2 support part 5
        [CIFS] Add support for readdir to legacy servers
        [CIFS] NTLMv2 support part 4
        [CIFS] NTLMv2 support part 3
        [CIFS] NTLMv2 support part 2
        [CIFS] Fix mask so can set new cifs security flags properly
        CIFS] Support for older servers which require plaintext passwords - part 2
        [CIFS] Support for older servers which require plaintext passwords
        [CIFS] Fix mapping of old SMB return code Invalid Net Name so it is
        [CIFS] Missing brace
        [CIFS] Do not overwrite aops
        ...
      f17a2686