From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752923AbdJLSsq (ORCPT ); Thu, 12 Oct 2017 14:48:46 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41962 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752786AbdJLSsp (ORCPT ); Thu, 12 Oct 2017 14:48:45 -0400 Date: Thu, 12 Oct 2017 11:48:43 -0700 From: Andrew Morton To: Linus Torvalds Cc: Christopher Lameter , Josh Poimboeuf , kernel test robot , Ingo Molnar , Andy Lutomirski , Borislav Petkov , Brian Gerst , Denys Vlasenko , "H. Peter Anvin" , Jiri Slaby , Mike Galbraith , Peter Zijlstra , Thomas Gleixner , LKML , lkp@01.org, linux-mm@kvack.org, Pekka Enberg , David Rientjes , Joonsoo Kim , Matt Mackall Subject: Re: [lkp-robot] [x86/kconfig] 81d3871900: BUG:unable_to_handle_kernel Message-Id: <20171012114843.d74096014cb88eedbaa7ac70@linux-foundation.org> In-Reply-To: References: <20171010121513.GC5445@yexl-desktop> <20171011023106.izaulhwjcoam55jt@treble> <20171011170120.7flnk6r77dords7a@treble> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 12 Oct 2017 10:54:57 -0700 Linus Torvalds wrote: > On Thu, Oct 12, 2017 at 10:05 AM, Christopher Lameter wrote: > > On Wed, 11 Oct 2017, Josh Poimboeuf wrote: > > > >> I failed to add the slab maintainers to CC on the last attempt. Trying > >> again. > > > > Hmmm... Yea. SLOB is rarely used and tested. Good illustration of a simple > > allocator and the K&R mechanism that was used in the early kernels. > > Should we finally just get rid of SLOB? > > I'm not happy about the whole "three different allocators" crap. It's > been there for much too long, and I've tried to cut it down before. > People always protest, but three different allocators, one of which > gets basically no testing, is not good. > I am not aware of anyone using slob. We could disable it in Kconfig for a year, see what the feedback looks like.