diff for duplicates of <87y3q017ih.fsf@free-electrons.com> diff --git a/a/1.txt b/N1/1.txt index 1323f73..6494f37 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,21 +1,19 @@ Hi Bjorn and Jan, -=20 - On mer., ao=C3=BBt 30 2017, Bjorn Helgaas <helgaas@kernel.org> wrote: + + On mer., ao?t 30 2017, Bjorn Helgaas <helgaas@kernel.org> wrote: > On Mon, Aug 28, 2017 at 05:25:15PM +0200, Jan Luebbe wrote: >> The current MBUS DRAM window calculation fails for 4GB windows because it ->> overflows. This is fixed in the first patch by using u64 instead of u32 = -to ->> store the size. The second excplicitly checks that we don't try to confi= -gure a +>> overflows. This is fixed in the first patch by using u64 instead of u32 to +>> store the size. The second excplicitly checks that we don't try to configure a >> too large memory window in the pci driver. ->>=20 +>> >> As they don't depend on each other, they could also go in separatly. ->>=20 +>> >> Jan Luebbe (2): >> bus: mbus: fix window size calculation for 4GB windows >> PCI: mvebu: Check DRAM window size ->>=20 +>> >> drivers/bus/mvebu-mbus.c | 2 +- >> drivers/pci/host/pci-mvebu.c | 27 ++++++++++++++++++++++----- >> include/linux/mbus.h | 4 ++-- @@ -36,11 +34,10 @@ Thanks, Gregory > -> I'll look for an ack from Thomas or Jason before applying the second patc= -h, +> I'll look for an ack from Thomas or Jason before applying the second patch, > which touches drivers/pci/host/pci-mvebu.c. ---=20 +-- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. diff --git a/a/content_digest b/N1/content_digest index 3c87c94..148b1ff 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,37 +1,27 @@ "ref\020170828152517.24506-1-jlu@pengutronix.de\0" "ref\020170830200700.GX8154@bhelgaas-glaptop.roam.corp.google.com\0" - "From\0Gregory CLEMENT <gregory.clement@free-electrons.com>\0" - "Subject\0Re: [PATCH 0/2] fix 4GB DRAM window support on mvebu\0" + "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0" + "Subject\0[PATCH 0/2] fix 4GB DRAM window support on mvebu\0" "Date\0Thu, 31 Aug 2017 10:11:34 +0200\0" - "To\0Jan Luebbe <jlu@pengutronix.de>" - " Bjorn Helgaas <helgaas@kernel.org>\0" - "Cc\0Andrew Lunn <andrew@lunn.ch>" - Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - Jason Cooper <jason@lakedaemon.net> - linux-pci@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-kernel@vger.kernel.org - " kernel@pengutronix.de\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Bjorn and Jan,\n" - "=20\n" - " On mer., ao=C3=BBt 30 2017, Bjorn Helgaas <helgaas@kernel.org> wrote:\n" + " \n" + " On mer., ao?t 30 2017, Bjorn Helgaas <helgaas@kernel.org> wrote:\n" "\n" "> On Mon, Aug 28, 2017 at 05:25:15PM +0200, Jan Luebbe wrote:\n" ">> The current MBUS DRAM window calculation fails for 4GB windows because it\n" - ">> overflows. This is fixed in the first patch by using u64 instead of u32 =\n" - "to\n" - ">> store the size. The second excplicitly checks that we don't try to confi=\n" - "gure a\n" + ">> overflows. This is fixed in the first patch by using u64 instead of u32 to\n" + ">> store the size. The second excplicitly checks that we don't try to configure a\n" ">> too large memory window in the pci driver.\n" - ">>=20\n" + ">> \n" ">> As they don't depend on each other, they could also go in separatly.\n" - ">>=20\n" + ">> \n" ">> Jan Luebbe (2):\n" ">> bus: mbus: fix window size calculation for 4GB windows\n" ">> PCI: mvebu: Check DRAM window size\n" - ">>=20\n" + ">> \n" ">> drivers/bus/mvebu-mbus.c | 2 +-\n" ">> drivers/pci/host/pci-mvebu.c | 27 ++++++++++++++++++++++-----\n" ">> include/linux/mbus.h | 4 ++--\n" @@ -52,14 +42,13 @@ "Gregory\n" "\n" ">\n" - "> I'll look for an ack from Thomas or Jason before applying the second patc=\n" - "h,\n" + "> I'll look for an ack from Thomas or Jason before applying the second patch,\n" "> which touches drivers/pci/host/pci-mvebu.c.\n" "\n" - "--=20\n" + "-- \n" "Gregory Clement, Free Electrons\n" "Kernel, drivers, real-time and embedded Linux\n" "development, consulting, training and support.\n" http://free-electrons.com -88ff49a07eec140d124874a17baa6253ce3072623508785f402af7fef7cbce1b +45e4b88fd94d361b1bf62cfdbda743db2182d0fcfe1bb7cf91f38755c88be477
diff --git a/a/1.txt b/N2/1.txt index 1323f73..7b11d60 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,21 +1,19 @@ Hi Bjorn and Jan, -=20 - On mer., ao=C3=BBt 30 2017, Bjorn Helgaas <helgaas@kernel.org> wrote: + + On mer., août 30 2017, Bjorn Helgaas <helgaas@kernel.org> wrote: > On Mon, Aug 28, 2017 at 05:25:15PM +0200, Jan Luebbe wrote: >> The current MBUS DRAM window calculation fails for 4GB windows because it ->> overflows. This is fixed in the first patch by using u64 instead of u32 = -to ->> store the size. The second excplicitly checks that we don't try to confi= -gure a +>> overflows. This is fixed in the first patch by using u64 instead of u32 to +>> store the size. The second excplicitly checks that we don't try to configure a >> too large memory window in the pci driver. ->>=20 +>> >> As they don't depend on each other, they could also go in separatly. ->>=20 +>> >> Jan Luebbe (2): >> bus: mbus: fix window size calculation for 4GB windows >> PCI: mvebu: Check DRAM window size ->>=20 +>> >> drivers/bus/mvebu-mbus.c | 2 +- >> drivers/pci/host/pci-mvebu.c | 27 ++++++++++++++++++++++----- >> include/linux/mbus.h | 4 ++-- @@ -36,11 +34,10 @@ Thanks, Gregory > -> I'll look for an ack from Thomas or Jason before applying the second patc= -h, +> I'll look for an ack from Thomas or Jason before applying the second patch, > which touches drivers/pci/host/pci-mvebu.c. ---=20 +-- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. diff --git a/a/content_digest b/N2/content_digest index 3c87c94..9e8f86e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -15,23 +15,21 @@ "\00:1\0" "b\0" "Hi Bjorn and Jan,\n" - "=20\n" - " On mer., ao=C3=BBt 30 2017, Bjorn Helgaas <helgaas@kernel.org> wrote:\n" + " \n" + " On mer., ao\303\273t 30 2017, Bjorn Helgaas <helgaas@kernel.org> wrote:\n" "\n" "> On Mon, Aug 28, 2017 at 05:25:15PM +0200, Jan Luebbe wrote:\n" ">> The current MBUS DRAM window calculation fails for 4GB windows because it\n" - ">> overflows. This is fixed in the first patch by using u64 instead of u32 =\n" - "to\n" - ">> store the size. The second excplicitly checks that we don't try to confi=\n" - "gure a\n" + ">> overflows. This is fixed in the first patch by using u64 instead of u32 to\n" + ">> store the size. The second excplicitly checks that we don't try to configure a\n" ">> too large memory window in the pci driver.\n" - ">>=20\n" + ">> \n" ">> As they don't depend on each other, they could also go in separatly.\n" - ">>=20\n" + ">> \n" ">> Jan Luebbe (2):\n" ">> bus: mbus: fix window size calculation for 4GB windows\n" ">> PCI: mvebu: Check DRAM window size\n" - ">>=20\n" + ">> \n" ">> drivers/bus/mvebu-mbus.c | 2 +-\n" ">> drivers/pci/host/pci-mvebu.c | 27 ++++++++++++++++++++++-----\n" ">> include/linux/mbus.h | 4 ++--\n" @@ -52,14 +50,13 @@ "Gregory\n" "\n" ">\n" - "> I'll look for an ack from Thomas or Jason before applying the second patc=\n" - "h,\n" + "> I'll look for an ack from Thomas or Jason before applying the second patch,\n" "> which touches drivers/pci/host/pci-mvebu.c.\n" "\n" - "--=20\n" + "-- \n" "Gregory Clement, Free Electrons\n" "Kernel, drivers, real-time and embedded Linux\n" "development, consulting, training and support.\n" http://free-electrons.com -88ff49a07eec140d124874a17baa6253ce3072623508785f402af7fef7cbce1b +fea840bd6048f447649d5d6342f38db36eb68137e580076ba3ee0192f8876103
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.