1. 01 3月, 2008 7 次提交
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 · 83afdf24
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6:
        arch/sh/drivers/dma/dma-sh.c: Correct use of ! and &
        serial: Move asm-sh/sci.h to linux/serial_sci.h.
        sh: Fix up HAS_SR_RB typo in entry-macros.
        
        maple: fix device detection
        sh: fix rtc_resources setup for sh770x
        sh: heartbeat: ioremap is expected to succeed
        sh: Storage class should be before const qualifier
        maple: remove unused variable
        sh: SH5-103 needs to select CPU_SH5.
        sh: Rename SH-3 CCR3 reg to avoid synclink_cs clash.
      83afdf24
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · 219ff3ad
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (79 commits)
        [X25]: Use proc_create() to setup ->proc_fops first
        [WANROUTER]: Use proc_create() to setup ->proc_fops first
        [8021Q]: Use proc_create() to setup ->proc_fops first
        [IPV4]: Use proc_create() to setup ->proc_fops first
        [IPV6]: Use proc_create() to setup ->proc_fops first
        [SCTP]: Use proc_create() to setup ->proc_fops first
        [PKTGEN]: Use proc_create() to setup ->proc_fops first
        [NEIGHBOUR]: Use proc_create() to setup ->proc_fops first
        [LLC]: Use proc_create() to setup ->proc_fops first
        [IPX]: Use proc_create() to setup ->proc_fops first
        [SUNRPC]: Use proc_create() to setup ->proc_fops first
        [ATM]: Use proc_create() to setup ->proc_fops first
        [SCTP]: Update AUTH structures to match declarations in draft-16.
        [SCTP]: Incorrect length was used in SCTP_*_AUTH_CHUNKS socket option
        [SCTP]: Clean up naming conventions of sctp protocol/address family registration
        [APPLETALK]: Use proc_create() to setup ->proc_fops first
        [BNX2X]: add bnx2x to MAINTAINERS
        [BNX2X]: update version, remove CVS strings
        [BNX2X]: Fix Xmit bugs
        [BNX2X]: Prevent PCI queue overflow
        ...
      219ff3ad
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 · 547598d3
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
        [SPARC64]: Adjust kernel PC validation test in fault handler.
        [SPARC64]: Loosen checks in exception table handling.
        [SPARC64]: Fix section mismatch from kernel_map_range
        [SPARC64]: Fix section mismatchs from dr_cpu_data
        [SPARC]: Fix build in arch/sparc/kernel/led.c
      547598d3
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband · 5ad58728
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband:
        MAINTAINERS: neteffect update
        RDMA/nes: Fix interrupt moderation low threshold
        RDMA/nes: Fix CRC endianness for RDMA connection establishment on big-endian
        RDMA/nes: Fix use-after-free in mini_cm_dec_refcnt_listen()
        RDMA/nes: Fix use-after-free in nes_create_cq()
        RDMA/nes: Fix a check-after-use in nes_probe()
        RDMA/nes: Fix a memory leak in schedule_nes_timer()
        RDMA/nes: Fix off-by-one
        RDMA/nes: Resurrect error path dead code
        RDMA/cxgb3: Fix shift calc in build_phys_page_list() for 1-entry page lists
      5ad58728
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 · f511d7ed
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6:
        ide: remove stale comments from ide-dma.c (take 2)
        ide: remove ide-tape documentation from Documentation/ide.txt
        qd65xx: remove commented out code
        ide-tape: schedule driver for removal after 6 months
        ide-disk: add missing printk() KERN_* levels
        ide: fix sparse warning about shadowing 'flags' symbol
        ide-cd: fix CD/DVD burning
        ide-cd: fix 'ireason' handling for REQ_TYPE_ATA_PC requests
        qd65xx: fix setup of QD6580 Control register
        ide: skip probing port if "hdx=noprobe" was used for both devices on it
        ide: remove redundant comment from ide_unregister()
        hpt366: fix section mismatch warnings
        ide-cd: Enable audio play quirk for Optiarc DVD RW AD-5200A drive
      f511d7ed
    • D
      Fix hpet_(un)register_irq_handler() for emulation · 32fa4586
      David Howells 提交于
      Fix hpet_(un)register_irq_handler() for when CONFIG_HPET_EMULATE_RTC=n.  They
      are provided macros that substitute value 0, but if they are called as
      functions and the return value isn't checked, the following warnings appear:
      
      	drivers/char/rtc.c: In function `rtc_init':
      	drivers/char/rtc.c:1063: warning: statement with no effect
      	drivers/char/rtc.c: In function `rtc_exit':
      	drivers/char/rtc.c:1157: warning: statement with no effect
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      32fa4586
    • R
      elfcore-compat fix uid/gid types · b5993164
      Roland McGrath 提交于
      I overlooked the difference between __kernel_uid_t and uid_t when defining
      struct compat_elf_prpsinfo.  The result is a regression in 32-bit core
      dumps on x86_64, where the NT_PRPSINFO note has the wrong size and layout.
      This patch fixes it.
      Signed-off-by: NRoland McGrath <roland@redhat.com>
      Acked-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      b5993164
  2. 29 2月, 2008 32 次提交
  3. 28 2月, 2008 1 次提交