[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140730175958.GA30976@lst.de>
Date: Wed, 30 Jul 2014 19:59:58 +0200
From: Christoph Hellwig <hch@....de>
To: Mike Christie <michaelc@...wisc.edu>
Cc: poma <pomidorabelisima@...il.com>,
James Bottomley <James.Bottomley@...senPartnership.com>,
Vladimir Davydov <vdavydov@...allels.com>,
Linux Kernel list <linux-kernel@...r.kernel.org>,
Christoph Lameter <cl@...ux.com>,
Mailing-List fedora-kernel <kernel@...ts.fedoraproject.org>,
Paolo Bonzini <pbonzini@...hat.com>, linux-scsi@...r.kernel.org
Subject: Re: WARNING: CPU: 1 PID: 495 at mm/slab_common.c:69
kmem_cache_create+0x1a9/0x330()
On Wed, Jul 30, 2014 at 12:22:11PM -0500, Mike Christie wrote:
> Some drivers like qla2xxx do not set proc_name. I think if 2 drivers
> like that are loaded then you will hit some other warns/bugs in the kmem
> cache setup code right?
Drivers have to opt into using their own caches by setting .cmd_size
in the host template. We could enforce they set ->proc_name for them,
but I'd rather keep the amount of sanity checks low unless there's a real
need.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists