Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934049AbaGVW7C (ORCPT ); Tue, 22 Jul 2014 18:59:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42093 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932676AbaGVW67 (ORCPT ); Tue, 22 Jul 2014 18:58:59 -0400 Date: Tue, 22 Jul 2014 18:58:41 -0400 From: Mike Snitzer To: Linus Torvalds Cc: Andrew Morton , David Rientjes , Pekka Enberg , Christoph Lameter , Pekka Enberg , linux-mm@kvack.org, dm-devel@redhat.com, linux-kernel@vger.kernel.org, "Alasdair G. Kergon" , Mikulas Patocka , Zdenek Kabelac Subject: [git pull] stable mm/slab_common.c fix for 3.16-rc7 Message-ID: <20140722225841.GA5379@redhat.com> References: <20140325170324.GC580@redhat.com> <20140523201632.GA16013@redhat.com> <537FBD6F.1070009@iki.fi> <20140722221421.GA11318@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/