1. 30 5月, 2007 5 次提交
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 · 486b4ce1
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6:
        firewire: fix return code
        firewire: prefix modules with firewire- instead of fw-
        firewire: Add missing byteswapping for receive DMA programs.
        ieee1394: raw1394: Fix async send
        ieee1394: eth1394: bring back a parent device
        ieee1394: eth1394: handle tlabel exhaustion
        ieee1394: eth1394: remove bogus netif_wake_queue
        ieee1394: sbp2: include workqueue.h
      486b4ce1
    • L
      Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 · 358a9afc
      Linus Torvalds 提交于
      * 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6:
        hwmon/applesmc: Handle name file creation error and deletion
        hwmon/applesmc: Simplify dependencies
        hwmon-vid: Don't spam the logs when VRM version is missing
        hwmon/w83627hf: Be quiet when no chip is found
        hwmon/coretemp: Add more safety checks
        hwmon/ds1621: Fix swapped temperature limits
      358a9afc
    • L
      Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc · 55663219
      Linus Torvalds 提交于
      * 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc:
        [POWERPC] Fix Kconfig warning
        [PPC] Fix modpost warning
        [POWERPC] Fix modpost warning
        [POWERPC] Fix Section mismatch warnings
        [POWERPC] QE: fix Kconfig 'select' warning with UCC_FAST
        [POWERPC] 52xx: unbreak lite5200 dts (_pic vs. -pic)
        [PPC] Remove duplicate export of __div64_32.
        [PPC] Fix COMMON symbol warnings
      55663219
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 · a4326635
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6:
        [SCSI] megaraid_sas: intercept cmd timeout and throttle io
        [SCSI] fusion: Fix |/|| confusion
        [SCSI] aic94xx: asd_clear_nexus should fail if the cleared task does not complete
        [SCSI] aic7xxx: fix aicasm build failure with gcc-3.4.6
        [SCSI] aacraid: apply commit config for reset_devices flag
        [SCSI] sd: fix refcounting regression in suspend/resume routines
        [SCSI] aacraid: fix panic on short Inquiry
        [SCSI] aacraid: Correct sa platform support. (Was: [Bug 8469] Bad EIP value on pentium3 SMP kernel-2.6.21.1)
        [SCSI] NCR53C9x: correct spelling mistake in deprecation notice
        [SCSI] tgt: fix a rdma indirect transfer error bug
        [SCSI] MegaRAID: Update MAINTAINERS email-id
        [SCSI] stex: minor cleanup and version update
        [SCSI] stex: fix reset recovery for console device
        [SCSI] stex: extend hard reset wait time
        [SCSI] stex: fix id mapping issue
        [SCSI] ipr: Proper return codes for eh_dev_reset for SATA devices
        [SCSI] zfcp: IO stall after deleting and path checker changes after reenabling zfcp devices
        [SCSI] zfcp: avoid clutter in erp_dbf
      a4326635
    • A
      USB: replace flush_workqueue with cancel_sync_work · d5d4db70
      Alan Stern 提交于
      This patch (as912) replaces a couple of calls to flush_workqueue()
      with cancel_sync_work() and cancel_rearming_delayed_work().  Using a
      more directed approach allows us to avoid some nasty deadlocks.  The
      prime example occurs when a first-level device (the parent is a root
      hub) is removed while at the same time the root hub gets a remote
      wakeup request.  khubd would try to flush the autosuspend workqueue
      while holding the root-hub's lock, and the remote-wakeup workqueue
      routine would be waiting to lock the root hub.
      
      The patch also reorganizes the power management portion of
      usb_disconnect(), separating it out into its own routine.  The
      autosuspend workqueue entry is cancelled immediately instead of
      waiting for the device's release routine.  In addition,
      synchronization with the autosuspend thread is carried out even for
      root hubs (an oversight in the original code).
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Greg KH <gregkh@suse.de>
      Cc: Mark Lord <lkml@rtr.ca>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      d5d4db70
  2. 28 5月, 2007 14 次提交
  3. 26 5月, 2007 11 次提交
  4. 25 5月, 2007 10 次提交
    • J
      [libata] sata_via, pata_via: Add PCI IDs. · 52df0ee0
      Jeff Garzik 提交于
      Supplied by VIA.
      
      Also, convert named constants to hex values in the pata_via
      PCI ID table.  (standard libata policy for PCI device IDs, which are
      considered simply arbitrary hex numbers, without a need to create a
      single-use constant in linux/pci_ids.h)
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      52df0ee0
    • J
      [libata] Fix decoding of 6-byte commands · 6c7b7d2b
      Jeff Garzik 提交于
      The code for parsing 6-byte SCSI command LBAs
      missed the top 5 bits (the MSB).
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      6c7b7d2b
    • U
      libata: sata_sis fixes · ddfc87a0
      Uwe Koziolek 提交于
      The sata_sis driver supports SATA and PATA ports. The broken support
      of both types in one controller is fixed.
      Signed-off-by: NUwe Koziolek <uwe.koziolek@gmx.net>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      ddfc87a0
    • T
      Fix build failure for drivers/ata/pata_scc.c · 7e068376
      Tony Breeds 提交于
      The commit d4b2bab4 added deadline support
      to prereset and reset methods to libbata the pata_scc driver wasn't
      converted.  This patch is a naive attempt to bring this driver up to
      scratch.
      
      Build failures are:
      drivers/ata/pata_scc.c: In function 'scc_pata_prereset':
      drivers/ata/pata_scc.c:870: error: too few arguments to function 'ata_std_prereset'
      drivers/ata/pata_scc.c: In function 'scc_error_handler':
      drivers/ata/pata_scc.c:916: warning: passing argument 2 of 'ata_bmdma_drive_eh' from incompatible pointer type
      drivers/ata/pata_scc.c:916: warning: passing argument 3 of 'ata_bmdma_drive_eh' from incompatible pointer type
      drivers/ata/pata_scc.c: In function 'scc_pata_prereset':
      drivers/ata/pata_scc.c:871: warning: control reaches end of non-void function
      
      On a releated note scc_bus_post_reset() is (AFACT) identical to
      ata_bus_post_reset(), would a patch to make ata_bus_post_reset() assesable
      to drivers be accepted?
      Signed-off-by: NTony Breeds <tony@bakeyournoodle.com>
      Acked-by: NTejun Heo <htejun@gmail.com>
      Cc: Akira Iguchi <akira2.iguchi@toshiba.co.jp>
      Cc: Jeff Garzik <jgarzik@pobox.com>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      7e068376
    • J
      [libata] sata_mv: add TODO list · 4a05e209
      Jeff Garzik 提交于
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      4a05e209
    • J
      [libata] sata_promise: fix flags typo · bb312235
      Jeff Garzik 提交于
      A stray comma makes all the difference.  Change to '|' as these flags
      should be or'd together.
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      bb312235
    • L
      Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 · 1c1ee4c3
      Linus Torvalds 提交于
      * 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6: (25 commits)
        [XFRM]: Allow packet drops during larval state resolution.
        [CASSINI]: Check pci_set_mwi() return value.
        [NET]: "wrong timeout value" in sk_wait_data() v2
        [NETFILTER]: nf_nat_h323: call set_h225_addr instead of set_h225_addr_hook
        [NETFILTER]: nf_conntrack_h323: add missing T.120 address in OLCA
        [NETFILTER]: nf_conntrack_h323: remove unnecessary process of Information signal
        [NETFILTER]: nf_conntrack_h323: fix get_h225_addr() for IPv6 address access
        [NETFILTER]: nf_conntrack_h323: fix ASN.1 types
        [NETFILTER]: nf_conntrack_ftp: fix newline sequence number calculation
        [NETFILTER]: nf_conntrack_ftp: fix newline sequence number update
        [NET_SCHED]: sch_htb: fix event cache time calculation
        [DCCP]: Fix build warning when debugging is disabled.
        [TIPC]: Fixed erroneous introduction of for_each_netdev
        [RTNETLINK]: Fix sending netlink message when replace route.
        [TR]: Use menuconfig objects.
        [ARCNET]: Use menuconfig objects.
        [TIPC]: Use menuconfig objects.
        [SCTP]: Use menuconfig objects.
        [IPVS]: Use menuconfig objects.
        [DCCP]: Use menuconfig objects.
        ...
      1c1ee4c3
    • L
      Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev · 91396c1e
      Linus Torvalds 提交于
      * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:
        pata_via: Handle laptops via DMI
        libata: -ENODEV during prereset isn't an error
        libata: don't consider 0xff as port empty if SStatus is available
        ata_piix: add short 40c quirk for Acer Aspire 2030, take #2
        pata_sis: Fix and clean up some timing setups
        hpt3x2n: Correct revision boundary
      91396c1e
    • D
      [XFRM]: Allow packet drops during larval state resolution. · 14e50e57
      David S. Miller 提交于
      The current IPSEC rule resolution behavior we have does not work for a
      lot of people, even though technically it's an improvement from the
      -EAGAIN buisness we had before.
      
      Right now we'll block until the key manager resolves the route.  That
      works for simple cases, but many folks would rather packets get
      silently dropped until the key manager resolves the IPSEC rules.
      
      We can't tell these folks to "set the socket non-blocking" because
      they don't have control over the non-block setting of things like the
      sockets used to resolve DNS deep inside of the resolver libraries in
      libc.
      
      With that in mind I coded up the patch below with some help from
      Herbert Xu which provides packet-drop behavior during larval state
      resolution, controllable via sysctl and off by default.
      
      This lays the framework to either:
      
      1) Make this default at some point or...
      
      2) Move this logic into xfrm{4,6}_policy.c and implement the
         ARP-like resolution queue we've all been dreaming of.
         The idea would be to queue packets to the policy, then
         once the larval state is resolved by the key manager we
         re-resolve the route and push the packets out.  The
         packets would timeout if the rule didn't get resolved
         in a certain amount of time.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      14e50e57
    • D
      04efb878