1. 19 6月, 2009 6 次提交
  2. 17 6月, 2009 1 次提交
  3. 22 4月, 2009 1 次提交
  4. 03 4月, 2009 5 次提交
  5. 11 2月, 2009 1 次提交
  6. 03 12月, 2008 1 次提交
  7. 17 10月, 2008 1 次提交
  8. 14 9月, 2008 1 次提交
    • R
      ia64: fix panic during `modprobe -r xpc' · 8275d102
      Robin Holt 提交于
      If you are on ia64 and you modprobe xpc then modprobe -r xpc, you
      immediately get a panic.  xpc depends on xp which depends on gru for a
      symbol.  That symbol is only used when we are running on UV hardware.
      
      Currently, the GRU driver detects we are not on UV hardware and does no
      initializing.  It does not do the same check when unloading.  As a result,
      the gru driver attempts to tear down stuff that was not setup.
      
      This is a simple two-line workaround to get us through this release.  Once
      2.6.28 is opened, we need to rework the symbols that xp is depending on
      from gru so the gru driver can properly fail to load when hardware is not
      available.
      Signed-off-by: NRobin Holt <holt@sgi.com>
      Cc: "Luck, Tony" <tony.luck@intel.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      8275d102
  9. 31 7月, 2008 2 次提交