From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762028AbaGRUEE (ORCPT ); Fri, 18 Jul 2014 16:04:04 -0400 Received: from mail-we0-f177.google.com ([74.125.82.177]:54175 "EHLO mail-we0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754913AbaGRUEC (ORCPT ); Fri, 18 Jul 2014 16:04:02 -0400 Message-ID: <53C97DAC.3070305@gmail.com> Date: Fri, 18 Jul 2014 22:03:56 +0200 From: poma User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Christoph Lameter CC: Linux Kernel list , Vladimir Davydov , Mailing-List fedora-kernel Subject: Re: WARNING: CPU: 1 PID: 495 at mm/slab_common.c:69 kmem_cache_create+0x1a9/0x330() References: <53C8DF7F.5060707@gmail.com> <53C8FD95.5020302@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18.07.2014 16:20, Christoph Lameter wrote: > On Fri, 18 Jul 2014, poma wrote: > >> I guess someone working over the summertime. :) > > Cache names should not contain blanks. I guess the > > WARN_ON(strchr(name, ' ')); /* It confuses parsers */ > > was triggered? > I can only guess also. ;) poma