1. 05 8月, 2011 2 次提交
    • L
      Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 · 447e1363
      Linus Torvalds 提交于
      * 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6:
        [S390] signal: use set_restore_sigmask() helper
        [S390] smp: remove pointless comments in startup_secondary()
        [S390] qdio: Use kstrtoul_from_user
        [S390] sclp_async: Use kstrtoul_from_user
        [S390] exec: remove redundant set_fs(USER_DS)
        [S390] cpu hotplug: on cpu start wait until being marked active
        [S390] signal: convert to use set_current_blocked()
        [S390] asm offsets: fix coding style
        [S390] Add support for IBM zEnterprise 114
        [S390] dasd: check if raw track access is supported
        [S390] Use diagnose 308 for system reset
        [S390] Export store_status() function
        [S390] dasd: use vmalloc for statistics input buffer
        [S390] Add PSW restart shutdown trigger
        [S390] missing return in page_table_alloc_pgste
        [S390] qdio: 2nd stage retry on SIGA-W busy conditions
      447e1363
    • A
      eisa/pci_eisa.c: fix BUG introduced by 005bdad7 · 82de9a0c
      Arnaud Lacombe 提交于
      While `pci_eisa_driver' still refer `pci_eisa_init', the .probe() function
      should not be called after init memory release, as pointed out by commit
      74b9a297. The structure is still referenced in the drivers subsystem, and can
      be accesseed through sysfs, so the modpost warning is a false positive. Mark
      it as such.
      
      In the same time, the warning referenced in 005bdad7 did only mention
      `pci_eisa_driver', not `pci_eisa_pci_tbl', so remove its marking.
      
      Broken-by: Arnaud Lacombe <lacombar@gmail.com> (in 005bdad7)
      Reported-by: NTetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>
      Signed-off-by: NArnaud Lacombe <lacombar@gmail.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      82de9a0c
  2. 04 8月, 2011 38 次提交