summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2007-06-07 00:34:23 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2007-06-07 00:34:23 +0200
commitc4b8c79965ab21b86c6a3a157b7a7b8175cd8150 (patch)
tree7156dfaf612bff4fb74ccef0aa9cdae684c54408 /packages
parent1433cf53f1a3c75672bfeba7e81dadfb86a82d2c (diff)
cscope 15.6-315.6-3
* Do not install invasive Emacs startup file 50cscope.el (Closes: #427765)
Diffstat (limited to 'packages')
0 files changed, 0 insertions, 0 deletions
dc922344a0b789f5b25fa4&id2=847d357635ce4c63b8901ab81333586a0f115fa5'>diff)
radix tree test suite: free preallocated nodes
It can be a source of mild concern when the test suite shows that we're leaking nodes. While poring over the source code looking for leaks can lead to some fascinating bugs being discovered, sometimes the leak is simply that these nodes were preallocated and are sitting on the per-CPU list. Free them by calling the CPU dead callback. Link: http://lkml.kernel.org/r/1480369871-5271-40-git-send-email-mawilcox@linuxonhyperv.com Signed-off-by: Matthew Wilcox <willy@infradead.org> Tested-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Konstantin Khlebnikov <koct9i@gmail.com> Cc: Ross Zwisler <ross.zwisler@linux.intel.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools')