1. 10 10月, 2007 1 次提交
    • A
      IB/ehca: Make output clearer by removing some debug messages · 1f794483
      Anton Blanchard 提交于
      ehca spits out a lot of debugging information. I had to look closely to
      see the "Port 1 is not active" message within all the debug:
      
      eHCA Infiniband Device Driver (Rel.: SVNEHCA_0022)
      eHCA scaling code enabled
      ehca D.001.DQDXYCB-P1-C9: PU0006 EHCA_ERR:ehca_define_sqp Port 1 is not active.
      ehca D.001.DQDXYCB-P1-C9: PU0006 EHCA_ERR:ehca_create_qp ehca_define_sqp() failed rc=ffffffffffffffff
      ib_mad: Couldn't create ib_mad QP1
      ib_mad: Couldn't open ehca0 port 1
      ehca D.001.DQDXYCB-P1-C9: PU0006 EHCA_ERR:ehca_alloc_fmr unsupported fmr_attr->page_shift=9
      ehca D.001.DQDXYCB-P1-C9: PU0006 EHCA_ERR:ehca_alloc_fmr rc=ffffffffffffffea pd=c000000b4b5b2420 mr_access_flags=7 fmr_attr=c0000005afd37394
      fmr_create failed for FMR 0
      
      Remove a few debug statements so that things are clearer:
      
      eHCA Infiniband Device Driver (Rel.: SVNEHCA_0022)
      eHCA scaling code enabled
      ehca D.001.DQDXYCB-P1-C9: PU0006 EHCA_ERR:ehca_define_sqp Port 1 is not active.
      ib_mad: Couldn't create ib_mad QP1
      ib_mad: Couldn't open ehca0 port 1
      ehca D.001.DQDXYCB-P1-C9: PU0006 EHCA_ERR:ehca_alloc_fmr unsupported fmr_attr->page_shift=9
      fmr_create failed for FMR 0
      Signed-off-by: NAnton Blanchard <anton@samba.org>
      Acked-by: NHoang-Nam Nguyen <hnguyen@de.ibm.com>
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      1f794483
  2. 01 9月, 2007 1 次提交
  3. 21 7月, 2007 2 次提交
  4. 20 7月, 2007 1 次提交
    • P
      mm: Remove slab destructors from kmem_cache_create(). · 20c2df83
      Paul Mundt 提交于
      Slab destructors were no longer supported after Christoph's
      c59def9f change. They've been
      BUGs for both slab and slub, and slob never supported them
      either.
      
      This rips out support for the dtor pointer from kmem_cache_create()
      completely and fixes up every single callsite in the kernel (there were
      about 224, not including the slab allocator definitions themselves,
      or the documentation references).
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      20c2df83
  5. 18 7月, 2007 1 次提交
  6. 10 7月, 2007 7 次提交
  7. 15 5月, 2007 2 次提交
  8. 12 2月, 2007 1 次提交
  9. 05 2月, 2007 1 次提交
  10. 10 1月, 2007 1 次提交
    • H
      IB/ehca: Use proper GFP_ flags for get_zeroed_page() · f2d91361
      Hoang-Nam Nguyen 提交于
      Here is a patch for ehca to use proper flag, ie. GFP_ATOMIC
      resp. GFP_KERNEL, when calling get_zeroed_page() to prevent "Bug:
      scheduling while atomic...". This error does not cause a kernel panic
      but makes ipoib un-usable afterwards.  It is reproducible on
      2.6.20-rc4 if one does ifconfig down during a flood ping test.  I have
      not observed this error in earlier releases incl. 2.6.20-rc1.
      
      This error occurs when a qp event/irq is received and ehca event
      handler allocates a control block/page to obtain HCA error data block.
      Use of GFP_ATOMIC when in interrupt context prevents this issue.
      
      Signed-off-by Hoang-Nam Nguyen <hnguyen@de.ibm.com>
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      f2d91361
  11. 08 12月, 2006 1 次提交
  12. 30 11月, 2006 1 次提交
  13. 10 11月, 2006 1 次提交
  14. 23 9月, 2006 2 次提交