diff for duplicates of <4F4CD731.60908@parallels.com> diff --git a/a/1.txt b/N1/1.txt index 4672187..4668c7a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ On 02/27/2012 07:58 PM, Suleiman Souhlal wrote: -> From: Hugh Dickins<hughd-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> +> From: Hugh Dickins<hughd@google.com> > > If __mem_cgroup_try_charge() goes the "bypass" route in charging slab > (typically when the task has been OOM-killed), that later results in @@ -18,8 +18,8 @@ until I was down to the middle of the code. Think you can reword it? > The amount of memory bypassed is shown in memory.stat as > kernel_bypassed_memory. > -> Signed-off-by: Hugh Dickins<hughd-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> -> Signed-off-by: Suleiman Souhlal<suleiman-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> +> Signed-off-by: Hugh Dickins<hughd@google.com> +> Signed-off-by: Suleiman Souhlal<suleiman@google.com> > --- > mm/memcontrol.c | 43 ++++++++++++++++++++++++++++++++++++++++--- > 1 files changed, 40 insertions(+), 3 deletions(-) @@ -141,3 +141,10 @@ It smells like you're just using this to circumvent something... > spin_lock_irqsave(&memcg->kmem_bytes.lock, flags); > kmem_bytes = memcg->kmem_bytes.usage; > res_counter_uncharge_locked(&memcg->kmem_bytes, kmem_bytes); + +-- +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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N1/content_digest index 2ae8b45..d4cf77a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,23 +1,22 @@ "ref\01330383533-20711-1-git-send-email-ssouhlal@FreeBSD.org\0" "ref\01330383533-20711-8-git-send-email-ssouhlal@FreeBSD.org\0" - "ref\01330383533-20711-8-git-send-email-ssouhlal-HZy0K5TPuP5AfugRpC6u6w@public.gmane.org\0" - "From\0Glauber Costa <glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>\0" + "From\0Glauber Costa <glommer@parallels.com>\0" "Subject\0Re: [PATCH 07/10] memcg: Stop res_counter underflows.\0" "Date\0Tue, 28 Feb 2012 10:31:29 -0300\0" - "To\0Suleiman Souhlal <ssouhlal-HZy0K5TPuP5AfugRpC6u6w@public.gmane.org>\0" - "Cc\0cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - suleiman-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org - kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org - penberg-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org - yinghan-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org - hughd-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org - gthelen-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org - linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org - " devel-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org\0" + "To\0Suleiman Souhlal <ssouhlal@freebsd.org>\0" + "Cc\0cgroups@vger.kernel.org" + suleiman@google.com + kamezawa.hiroyu@jp.fujitsu.com + penberg@kernel.org + yinghan@google.com + hughd@google.com + gthelen@google.com + linux-mm@kvack.org + " devel@openvz.org\0" "\00:1\0" "b\0" "On 02/27/2012 07:58 PM, Suleiman Souhlal wrote:\n" - "> From: Hugh Dickins<hughd-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>\n" + "> From: Hugh Dickins<hughd@google.com>\n" ">\n" "> If __mem_cgroup_try_charge() goes the \"bypass\" route in charging slab\n" "> (typically when the task has been OOM-killed), that later results in\n" @@ -36,8 +35,8 @@ "> The amount of memory bypassed is shown in memory.stat as\n" "> kernel_bypassed_memory.\n" ">\n" - "> Signed-off-by: Hugh Dickins<hughd-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>\n" - "> Signed-off-by: Suleiman Souhlal<suleiman-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>\n" + "> Signed-off-by: Hugh Dickins<hughd@google.com>\n" + "> Signed-off-by: Suleiman Souhlal<suleiman@google.com>\n" "> ---\n" "> mm/memcontrol.c | 43 ++++++++++++++++++++++++++++++++++++++++---\n" "> 1 files changed, 40 insertions(+), 3 deletions(-)\n" @@ -158,6 +157,13 @@ "> +\tatomic64_set(&memcg->kmem_bypassed, 0);\n" "> \tspin_lock_irqsave(&memcg->kmem_bytes.lock, flags);\n" "> \tkmem_bytes = memcg->kmem_bytes.usage;\n" - "> \tres_counter_uncharge_locked(&memcg->kmem_bytes, kmem_bytes);" + "> \tres_counter_uncharge_locked(&memcg->kmem_bytes, kmem_bytes);\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -88cb535ee87c790eb185fd0332f5472709703f9df3fbbec0b76592201e4f641f +5c02b7984415e3b4aac4199b8cb888b96417c34b6435609b30feb06bad407794
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.