diff for duplicates of <20170403190014.GA20892@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index 0ccc403..88ea2be 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,11 +2,11 @@ On Sat, Apr 01, 2017 at 12:25:20PM -0700, Dan Williams wrote: > Calls to acpi_get_table() must be paired with acpi_put_table() to undo > the mapping established by acpi_tb_acquire_table(). > -> Cc: <stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> +> Cc: <stable@vger.kernel.org> > Fixes: 6b11d1d67713 ("ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() users") -> Cc: Lv Zheng <lv.zheng-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> -> Reported-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> -> Signed-off-by: Dan Williams <dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> +> Cc: Lv Zheng <lv.zheng@intel.com> +> Reported-by: Ross Zwisler <ross.zwisler@linux.intel.com> +> Signed-off-by: Dan Williams <dan.j.williams@intel.com> > --- > drivers/acpi/nfit/core.c | 9 +++++++++ > 1 file changed, 9 insertions(+) @@ -47,7 +47,7 @@ Anyway, here's the patch I was working on, but I think either works. ------ 8< ------ >From 4819cd889b08c3c17f8f9fcf895a083f21fa0898 Mon Sep 17 00:00:00 2001 -From: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> +From: Ross Zwisler <ross.zwisler@linux.intel.com> Date: Mon, 3 Apr 2017 11:53:32 -0600 Subject: [PATCH] nfit: release reference on ACPI nfit table @@ -75,7 +75,7 @@ during acpi_nfit_add() we never actually keep any references to the original ACPI tables. We either copy individual elements out, or we make whole copies of tables in functions like add_spa(), add memdev(), etc. -Signed-off-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> +Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com> --- drivers/acpi/nfit/core.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) @@ -108,3 +108,7 @@ index 662036b..ad0dfd6 100644 -- 2.9.3 +_______________________________________________ +Linux-nvdimm mailing list +Linux-nvdimm@lists.01.org +https://lists.01.org/mailman/listinfo/linux-nvdimm diff --git a/a/content_digest b/N1/content_digest index d6deaba..92057a3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,24 +1,23 @@ "ref\0149107472042.16205.8935477753191459036.stgit@dwillia2-desk3.amr.corp.intel.com\0" - "ref\0149107472042.16205.8935477753191459036.stgit-p8uTFz9XbKj2zm6wflaqv1nYeNYlB/vhral2JQCrhuEAvxtiuMwx3w@public.gmane.org\0" - "From\0Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\0" + "From\0Ross Zwisler <ross.zwisler@linux.intel.com>\0" "Subject\0Re: [PATCH] acpi, nfit: fix acpi_get_table leak\0" "Date\0Mon, 3 Apr 2017 13:00:14 -0600\0" - "To\0Dan Williams <dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0" - "Cc\0linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - Lv Zheng <lv.zheng-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> - stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org\0" + "To\0Dan Williams <dan.j.williams@intel.com>\0" + "Cc\0linux-acpi@vger.kernel.org" + Lv Zheng <lv.zheng@intel.com> + stable@vger.kernel.org + " linux-nvdimm@lists.01.org\0" "\00:1\0" "b\0" "On Sat, Apr 01, 2017 at 12:25:20PM -0700, Dan Williams wrote:\n" "> Calls to acpi_get_table() must be paired with acpi_put_table() to undo\n" "> the mapping established by acpi_tb_acquire_table().\n" "> \n" - "> Cc: <stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\n" + "> Cc: <stable@vger.kernel.org>\n" "> Fixes: 6b11d1d67713 (\"ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() users\")\n" - "> Cc: Lv Zheng <lv.zheng-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n" - "> Reported-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n" - "> Signed-off-by: Dan Williams <dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n" + "> Cc: Lv Zheng <lv.zheng@intel.com>\n" + "> Reported-by: Ross Zwisler <ross.zwisler@linux.intel.com>\n" + "> Signed-off-by: Dan Williams <dan.j.williams@intel.com>\n" "> ---\n" "> drivers/acpi/nfit/core.c | 9 +++++++++\n" "> 1 file changed, 9 insertions(+)\n" @@ -59,7 +58,7 @@ "\n" "------ 8< ------\n" ">From 4819cd889b08c3c17f8f9fcf895a083f21fa0898 Mon Sep 17 00:00:00 2001\n" - "From: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n" + "From: Ross Zwisler <ross.zwisler@linux.intel.com>\n" "Date: Mon, 3 Apr 2017 11:53:32 -0600\n" "Subject: [PATCH] nfit: release reference on ACPI nfit table\n" "\n" @@ -87,7 +86,7 @@ "original ACPI tables. We either copy individual elements out, or we make\n" "whole copies of tables in functions like add_spa(), add memdev(), etc.\n" "\n" - "Signed-off-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n" + "Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>\n" "---\n" " drivers/acpi/nfit/core.c | 8 ++++++--\n" " 1 file changed, 6 insertions(+), 2 deletions(-)\n" @@ -119,6 +118,10 @@ " }\n" " \n" "-- \n" - 2.9.3 + "2.9.3\n" + "_______________________________________________\n" + "Linux-nvdimm mailing list\n" + "Linux-nvdimm@lists.01.org\n" + https://lists.01.org/mailman/listinfo/linux-nvdimm -c35f8bccbb5143661609b7bb6010305b22ff84cc4ac57a582ab1f2903cd3c64c +ac0f0db40ec0cce428b59599f39f61fe575deab2c42753228d3f810c52e80d03
diff --git a/a/1.txt b/N2/1.txt index 0ccc403..3132d9f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -2,11 +2,11 @@ On Sat, Apr 01, 2017 at 12:25:20PM -0700, Dan Williams wrote: > Calls to acpi_get_table() must be paired with acpi_put_table() to undo > the mapping established by acpi_tb_acquire_table(). > -> Cc: <stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> +> Cc: <stable@vger.kernel.org> > Fixes: 6b11d1d67713 ("ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() users") -> Cc: Lv Zheng <lv.zheng-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> -> Reported-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> -> Signed-off-by: Dan Williams <dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> +> Cc: Lv Zheng <lv.zheng@intel.com> +> Reported-by: Ross Zwisler <ross.zwisler@linux.intel.com> +> Signed-off-by: Dan Williams <dan.j.williams@intel.com> > --- > drivers/acpi/nfit/core.c | 9 +++++++++ > 1 file changed, 9 insertions(+) @@ -47,7 +47,7 @@ Anyway, here's the patch I was working on, but I think either works. ------ 8< ------ >From 4819cd889b08c3c17f8f9fcf895a083f21fa0898 Mon Sep 17 00:00:00 2001 -From: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> +From: Ross Zwisler <ross.zwisler@linux.intel.com> Date: Mon, 3 Apr 2017 11:53:32 -0600 Subject: [PATCH] nfit: release reference on ACPI nfit table @@ -75,7 +75,7 @@ during acpi_nfit_add() we never actually keep any references to the original ACPI tables. We either copy individual elements out, or we make whole copies of tables in functions like add_spa(), add memdev(), etc. -Signed-off-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> +Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com> --- drivers/acpi/nfit/core.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/a/content_digest b/N2/content_digest index d6deaba..26283d2 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,24 +1,24 @@ "ref\0149107472042.16205.8935477753191459036.stgit@dwillia2-desk3.amr.corp.intel.com\0" - "ref\0149107472042.16205.8935477753191459036.stgit-p8uTFz9XbKj2zm6wflaqv1nYeNYlB/vhral2JQCrhuEAvxtiuMwx3w@public.gmane.org\0" - "From\0Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\0" + "From\0Ross Zwisler <ross.zwisler@linux.intel.com>\0" "Subject\0Re: [PATCH] acpi, nfit: fix acpi_get_table leak\0" "Date\0Mon, 3 Apr 2017 13:00:14 -0600\0" - "To\0Dan Williams <dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0" - "Cc\0linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - Lv Zheng <lv.zheng-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> - stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org\0" + "To\0Dan Williams <dan.j.williams@intel.com>\0" + "Cc\0linux-nvdimm@lists.01.org" + linux-acpi@vger.kernel.org + Ross Zwisler <ross.zwisler@linux.intel.com> + Lv Zheng <lv.zheng@intel.com> + " stable@vger.kernel.org\0" "\00:1\0" "b\0" "On Sat, Apr 01, 2017 at 12:25:20PM -0700, Dan Williams wrote:\n" "> Calls to acpi_get_table() must be paired with acpi_put_table() to undo\n" "> the mapping established by acpi_tb_acquire_table().\n" "> \n" - "> Cc: <stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\n" + "> Cc: <stable@vger.kernel.org>\n" "> Fixes: 6b11d1d67713 (\"ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() users\")\n" - "> Cc: Lv Zheng <lv.zheng-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n" - "> Reported-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n" - "> Signed-off-by: Dan Williams <dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n" + "> Cc: Lv Zheng <lv.zheng@intel.com>\n" + "> Reported-by: Ross Zwisler <ross.zwisler@linux.intel.com>\n" + "> Signed-off-by: Dan Williams <dan.j.williams@intel.com>\n" "> ---\n" "> drivers/acpi/nfit/core.c | 9 +++++++++\n" "> 1 file changed, 9 insertions(+)\n" @@ -59,7 +59,7 @@ "\n" "------ 8< ------\n" ">From 4819cd889b08c3c17f8f9fcf895a083f21fa0898 Mon Sep 17 00:00:00 2001\n" - "From: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n" + "From: Ross Zwisler <ross.zwisler@linux.intel.com>\n" "Date: Mon, 3 Apr 2017 11:53:32 -0600\n" "Subject: [PATCH] nfit: release reference on ACPI nfit table\n" "\n" @@ -87,7 +87,7 @@ "original ACPI tables. We either copy individual elements out, or we make\n" "whole copies of tables in functions like add_spa(), add memdev(), etc.\n" "\n" - "Signed-off-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n" + "Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>\n" "---\n" " drivers/acpi/nfit/core.c | 8 ++++++--\n" " 1 file changed, 6 insertions(+), 2 deletions(-)\n" @@ -121,4 +121,4 @@ "-- \n" 2.9.3 -c35f8bccbb5143661609b7bb6010305b22ff84cc4ac57a582ab1f2903cd3c64c +f6ed69a31a69b317795ef13fb83481b3a1d4515ba9ec2efbe5e2bc683adec33f
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.