1. 09 8月, 2010 1 次提交
  2. 29 7月, 2010 1 次提交
    • C
      lib/scatterlist: Hook sg_kmalloc into kmemleak (v2) · b94de9bb
      Chris Wilson 提交于
      kmemleak ignores page_alloc() and so believes the final sub-page
      allocation using the plain kmalloc is decoupled and lost. This leads to
      lots of false-positives with code that uses scatterlists.
      
      The options seem to be either to tell kmemleak that the kmalloc is not
      leaked or to notify kmemleak of the page allocations. The danger of the
      first approach is that we may hide a real leak, so choose the latter
      approach (of which I am not sure of the downsides).
      
      v2: Added comments on the suggestion of Catalin.
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Cc: Tejun Heo <tj@kernel.org>
      Cc: Jens Axboe <jaxboe@fusionio.com>
      Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
      b94de9bb
  3. 19 7月, 2010 5 次提交
  4. 05 7月, 2010 9 次提交
  5. 03 7月, 2010 7 次提交
  6. 02 7月, 2010 17 次提交