diff for duplicates of <20100313145621.GA3569@bicker> diff --git a/a/content_digest b/N1/content_digest index 6953a7f..18a9df9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0[patch] memcontrol: fix potential null deref\0" - "Date\0Sat, 13 Mar 2010 14:56:21 +0000\0" + "Date\0Sat, 13 Mar 2010 17:56:21 +0300\0" "To\0kamezawa.hiroyu@jp.fujitsu.com\0" "Cc\0Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>" Andrew Morton <akpm@linux-foundation.org> @@ -34,4 +34,4 @@ " \tif (!mem->stat) {\n" " \t\tif (size < PAGE_SIZE)" -115d7b4a8f4f979cf04431ecbb1cf346898bb698d52198a32c1067e371ad6782 +3ba7ad9e905d114063d6fff3b952c87b67e71dd042df3a85a06559d0b063a4a6
diff --git a/a/1.txt b/N2/1.txt index f6f79e5..5916a58 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -20,3 +20,9 @@ index 7973b52..e1e0996 100644 mem->stat = alloc_percpu(struct mem_cgroup_stat_cpu); if (!mem->stat) { if (size < PAGE_SIZE) + +-- +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/ . +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N2/content_digest index 6953a7f..5d3d52f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0[patch] memcontrol: fix potential null deref\0" - "Date\0Sat, 13 Mar 2010 14:56:21 +0000\0" + "Date\0Sat, 13 Mar 2010 17:56:21 +0300\0" "To\0kamezawa.hiroyu@jp.fujitsu.com\0" "Cc\0Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>" Andrew Morton <akpm@linux-foundation.org> @@ -32,6 +32,12 @@ "+\tmemset(mem, 0, size);\n" " \tmem->stat = alloc_percpu(struct mem_cgroup_stat_cpu);\n" " \tif (!mem->stat) {\n" - " \t\tif (size < PAGE_SIZE)" + " \t\tif (size < PAGE_SIZE)\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" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -115d7b4a8f4f979cf04431ecbb1cf346898bb698d52198a32c1067e371ad6782 +f354c1bbdc50059c31ed6529844693266c55e1bc6f9343b27ae0db5b884a5949
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.