Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967548Ab2EPN4x (ORCPT ); Wed, 16 May 2012 09:56:53 -0400 Received: from mail-ob0-f174.google.com ([209.85.214.174]:51281 "EHLO mail-ob0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967483Ab2EPN4v convert rfc822-to-8bit (ORCPT ); Wed, 16 May 2012 09:56:51 -0400 MIME-Version: 1.0 In-Reply-To: References: <1337108498-4104-1-git-send-email-js1304@gmail.com> Date: Wed, 16 May 2012 22:56:50 +0900 Message-ID: Subject: Re: [PATCH] slub: fix a memory leak in get_partial_node() From: JoonSoo Kim To: Pekka Enberg Cc: Christoph Lameter , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Greg Kroah-Hartman , stable@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1674 Lines: 53 2012/5/16 Pekka Enberg : > >> On Wed, 16 May 2012, Joonsoo Kim wrote: >> >> > In the case which is below, >> > >> > 1. acquire slab for cpu partial list >> > 2. free object to it by remote cpu >> > 3. page->freelist = t >> > >> > then memory leak is occurred. >> >> Hmmm... Ok so we cannot assign page->freelist in get_partial_node() for >> the cpu partial slabs. It must be done in the cmpxchg transition. >> >> Acked-by: Christoph Lameter > > Joonsoo, can you please fix up the stable submission format, add > Christoph's ACK and resend? > > ? ? ? ? ? ? ? ? ? ? ? ?Pekka Thanks for comment. I'm a kernel newbie, so could you please tell me how to fix up the stable submission format? I'm eager to fix it up, but I don't know how to. I read stable_kernel_rules.txt, this article tells me I must note upstream commit ID. Above patch is not included in upstream currently, so I can't find upstream commit ID. Is 'Acked-by from MAINTAINER' sufficient for submitting to stable-kernel? Is below format right for stable submission format? To: Linus Torvalds , Greg Kroah-Hartman , Pekka Enberg CC: Christoph Lameter , linux-kernel@vger.kernel.org, linux-mm@kvack.org [ Upstream commit xxxxxxxxxxxxxxxxxxx ] Comment is here Acked-by: Signed-off-by: -- 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/