1. 04 Jul, 2008 1 commit
  2. 06 Mar, 2008 1 commit
  3. 24 Jan, 2008 1 commit
  4. 17 Jul, 2007 1 commit
    • Christoph Lameter's avatar
      SLUB: change error reporting format to follow lockdep loosely · 24922684
      Christoph Lameter authored
      
      Changes the error reporting format to loosely follow lockdep.
      
      If data corruption is detected then we generate the following lines:
      
      ============================================
      BUG <slab-cache>: <problem>
      --------------------------------------------
      
      INFO: <more information> [possibly multiple times]
      
      <object dump>
      
      FIX <slab-cache>: <remedial action>
      
      This also adds some more intelligence to the data corruption detection. Its
      now capable of figuring out the start and end.
      
      Add a comment on how to configure SLUB so that a production system may
      continue to operate even though occasional slab corruption occur through
      a misbehaving kernel component. See "Emergency operations" in
      Documentation/vm/slub.txt.
      
      [akpm@linux-foundation.org: build fix]
      Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      24922684
  5. 16 Jul, 2007 1 commit
  6. 31 May, 2007 1 commit
  7. 07 May, 2007 1 commit