Hi Artem,
On Thu, Mar 27, 2008 at 5:55 PM, Artem Bityutskiy
<Artem.Bityutskiy@nokia.com> wrote:
Yes please. The code is somewhat noisy on the debugging side.
On Thu, Mar 27, 2008 at 5:55 PM, Artem Bityutskiy
<Artem.Bityutskiy@nokia.com> wrote:
Not acceptable for mainline kernel. SLAB already provides leak
detection and it should be straight-forward to port over to SLUB too.
If you need this, please make it a standalone module in mm/.
It's probably better to use the page allocator for this.
Please kill these wrappers and use BUG_ON, WARN_ON, and printk() where
appropriate.
--