Hi Linus, Not sure you'll be OK with what I've done or not but I pulled in a 1-liner "slab/urgent" fix that Pekka staged a couple months ago. I've made it available through a signed tag in the linux-dm.git tree. My reasoning on why this is OK is it regularly impacts DM and Pekka already Signed-off on it (as did other mm developers). I'm pretty sure Pekka just forgot to follow through preparing a pull request for 3.15. If you'd rather take this direct from Pekka (or wait for Andrew to pick up the same patch which David just sent him) that is fine by me, I just want the issue fixed. The following changes since commit 048e5a07f282c57815b3901d4a68a77fa131ce0a: dm cache metadata: do not allow the data block size to change (2014-07-15 14:07:50 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/urgent-slab-fix for you to fetch changes up to 45ccaf4764278f6544db412d38a1bae056ee3acc: Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux into for-3.16-rcX (2014-07-22 18:38:27 -0400) Please pull, thanks. Mike ---------------------------------------------------------------- This fixes the broken duplicate slab name check in kmem_cache_sanity_check() that has been repeatedly reported (as recently as today against Fedora rawhide). Pekka seemed to have it staged for a late 3.15-rc in his 'slab/urgent' branch but never sent a pull request, see: https://lkml.org/lkml/2014/5/23/648 ---------------------------------------------------------------- Mike Snitzer (1): Merge branch 'slab/urgent' of git://git.kernel.org/.../penberg/linux into for-3.16-rcX Mikulas Patocka (1): slab_common: fix the check for duplicate slab names mm/slab_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel