From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glauber Costa Subject: Re: [PATCH v5 2/2] decrement static keys on real destroy time Date: Wed, 16 May 2012 11:04:43 +0400 Message-ID: <4FB3518B.3090205@parallels.com> References: <1336767077-25351-1-git-send-email-glommer@parallels.com> <1336767077-25351-3-git-send-email-glommer@parallels.com> <4FB058D8.6060707@jp.fujitsu.com> <4FB3431C.3050402@parallels.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-JP" Content-Transfer-Encoding: 7bit Cc: , , , , Tejun Heo , Li Zefan , Johannes Weiner , Michal Hocko To: KAMEZAWA Hiroyuki Return-path: In-Reply-To: <4FB3431C.3050402-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On 05/16/2012 10:03 AM, Glauber Costa wrote: >> BTW, what is the relationship between 1/2 and 2/2 ? > Can't do jump label patching inside an interrupt handler. They need to > happen when we free the structure, and I was about to add a worker > myself when I found out we already have one: just we don't always use it. > > Before we merge it, let me just make sure the issue with config Li > pointed out don't exist. I did test it, but since I've reposted this > many times with multiple tiny changes - the type that will usually get > us killed, I'd be more comfortable with an extra round of testing if > someone spotted a possibility. > > Who is merging this fix, btw ? > I find it to be entirely memcg related, even though it touches a file in > net (but a file with only memcg code in it) > For the record, I compiled test it many times, and the problem that Li wondered about seems not to exist. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx176.postini.com [74.125.245.176]) by kanga.kvack.org (Postfix) with SMTP id 44F266B004D for ; Wed, 16 May 2012 03:06:59 -0400 (EDT) Message-ID: <4FB3518B.3090205@parallels.com> Date: Wed, 16 May 2012 11:04:43 +0400 From: Glauber Costa MIME-Version: 1.0 Subject: Re: [PATCH v5 2/2] decrement static keys on real destroy time References: <1336767077-25351-1-git-send-email-glommer@parallels.com> <1336767077-25351-3-git-send-email-glommer@parallels.com> <4FB058D8.6060707@jp.fujitsu.com> <4FB3431C.3050402@parallels.com> In-Reply-To: <4FB3431C.3050402@parallels.com> Content-Type: text/plain; charset="ISO-2022-JP" Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: KAMEZAWA Hiroyuki Cc: cgroups@vger.kernel.org, linux-mm@kvack.org, devel@openvz.org, netdev@vger.kernel.org, Tejun Heo , Li Zefan , Johannes Weiner , Michal Hocko On 05/16/2012 10:03 AM, Glauber Costa wrote: >> BTW, what is the relationship between 1/2 and 2/2 ? > Can't do jump label patching inside an interrupt handler. They need to > happen when we free the structure, and I was about to add a worker > myself when I found out we already have one: just we don't always use it. > > Before we merge it, let me just make sure the issue with config Li > pointed out don't exist. I did test it, but since I've reposted this > many times with multiple tiny changes - the type that will usually get > us killed, I'd be more comfortable with an extra round of testing if > someone spotted a possibility. > > Who is merging this fix, btw ? > I find it to be entirely memcg related, even though it touches a file in > net (but a file with only memcg code in it) > For the record, I compiled test it many times, and the problem that Li wondered about seems not to exist. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glauber Costa Subject: Re: [PATCH v5 2/2] decrement static keys on real destroy time Date: Wed, 16 May 2012 11:04:43 +0400 Message-ID: <4FB3518B.3090205@parallels.com> References: <1336767077-25351-1-git-send-email-glommer@parallels.com> <1336767077-25351-3-git-send-email-glommer@parallels.com> <4FB058D8.6060707@jp.fujitsu.com> <4FB3431C.3050402@parallels.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4FB3431C.3050402-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: KAMEZAWA Hiroyuki Cc: cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, devel-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Tejun Heo , Li Zefan , Johannes Weiner , Michal Hocko On 05/16/2012 10:03 AM, Glauber Costa wrote: >> BTW, what is the relationship between 1/2 and 2/2 ? > Can't do jump label patching inside an interrupt handler. They need to > happen when we free the structure, and I was about to add a worker > myself when I found out we already have one: just we don't always use it. > > Before we merge it, let me just make sure the issue with config Li > pointed out don't exist. I did test it, but since I've reposted this > many times with multiple tiny changes - the type that will usually get > us killed, I'd be more comfortable with an extra round of testing if > someone spotted a possibility. > > Who is merging this fix, btw ? > I find it to be entirely memcg related, even though it touches a file in > net (but a file with only memcg code in it) > For the record, I compiled test it many times, and the problem that Li wondered about seems not to exist.