All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160824205059.GG23914@localhost>

diff --git a/a/1.txt b/N1/1.txt
index c5e1bf2..2df62ef 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-[+cc Jingoo, Pratyush, Michal, S=F6ren, Ley]
+[+cc Jingoo, Pratyush, Michal, S?ren, Ley]
 
 On Tue, Aug 23, 2016 at 02:01:12PM +0800, Po Liu wrote:
 > When echo a number to /sys/bus/pci/devices/xxx/sriov_numvfs to enable the
@@ -12,9 +12,8 @@ that we should fix first.
 
 > The read/write config space from host would judge the pcie device plugin
 > or not by:
-> =
-
-> if (bus->primary =3D=3D pp->root_bus_nr && dev > 0)
+> 
+> if (bus->primary == pp->root_bus_nr && dev > 0)
 >     return 0;
 
 I'm guessing other drivers have the same issue, e.g.,
@@ -25,48 +24,35 @@ Can you look through them and fix them all at once?
 > Although all pcie devices for dev(coming from the device and function
 > number) is zero. But the dev is not zero for VF. So remove the
 > condition.
-> =
-
+> 
 > Signed-off-by: Po Liu <po.liu@nxp.com>
 > ---
 >  drivers/pci/host/pcie-designware.c | 7 -------
 >  1 file changed, 7 deletions(-)
-> =
-
-> diff --git a/drivers/pci/host/pcie-designware.c b/drivers/pci/host/pcie-d=
-esignware.c
+> 
+> diff --git a/drivers/pci/host/pcie-designware.c b/drivers/pci/host/pcie-designware.c
 > index 12afce1..dd20eb2 100644
 > --- a/drivers/pci/host/pcie-designware.c
 > +++ b/drivers/pci/host/pcie-designware.c
 > @@ -670,13 +670,6 @@ static int dw_pcie_valid_config(struct pcie_port *pp,
->  	if (bus->number =3D=3D pp->root_bus_nr && dev > 0)
+>  	if (bus->number == pp->root_bus_nr && dev > 0)
 >  		return 0;
->  =
-
+>  
 > -	/*
 > -	 * do not read more than one device on the bus directly attached
 > -	 * to RC's (Virtual Bridge's) DS side.
 > -	 */
-> -	if (bus->primary =3D=3D pp->root_bus_nr && dev > 0)
+> -	if (bus->primary == pp->root_bus_nr && dev > 0)
 > -		return 0;
 > -
 >  	return 1;
 >  }
->  =
-
-> -- =
-
+>  
+> -- 
 > 2.1.0.27.g96db324
-> =
-
-> =
-
+> 
+> 
 > _______________________________________________
 > linux-arm-kernel mailing list
-> linux-arm-kernel@lists.infradead.org
+> linux-arm-kernel at lists.infradead.org
 > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
-
-_______________________________________________
-linux-arm-kernel mailing list
-linux-arm-kernel@lists.infradead.org
-http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N1/content_digest
index cfd9355..cf75c64 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,24 +1,11 @@
  "ref\01471932072-6980-1-git-send-email-po.liu@nxp.com\0"
- "From\0Bjorn Helgaas <helgaas@kernel.org>\0"
- "Subject\0Re: [PATCH v1] arm64:pci: fix the IOV device enabled crash issue in designware\0"
+ "From\0helgaas@kernel.org (Bjorn Helgaas)\0"
+ "Subject\0[PATCH v1] arm64:pci: fix the IOV device enabled crash issue in designware\0"
  "Date\0Wed, 24 Aug 2016 15:50:59 -0500\0"
- "To\0Po Liu <po.liu@nxp.com>\0"
- "Cc\0S\303\266ren Brinkmann <soren.brinkmann@xilinx.com>"
-  Roy Zang <roy.zang@nxp.com>
-  Arnd Bergmann <arnd@arndb.de>
-  linux-pci@vger.kernel.org
-  Pratyush Anand <pratyush.anand@gmail.com>
-  Stuart Yoder <stuart.yoder@nxp.com>
-  Yang-Leo Li <leoyang.li@nxp.com>
-  Mingkai Hu <mingkai.hu@nxp.com>
-  Jingoo Han <jingoohan1@gmail.com>
-  Bjorn Helgaas <bhelgaas@google.com>
-  Ley Foon Tan <lftan@altera.com>
-  Michal Simek <michal.simek@xilinx.com>
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "[+cc Jingoo, Pratyush, Michal, S=F6ren, Ley]\n"
+ "[+cc Jingoo, Pratyush, Michal, S?ren, Ley]\n"
  "\n"
  "On Tue, Aug 23, 2016 at 02:01:12PM +0800, Po Liu wrote:\n"
  "> When echo a number to /sys/bus/pci/devices/xxx/sriov_numvfs to enable the\n"
@@ -32,9 +19,8 @@
  "\n"
  "> The read/write config space from host would judge the pcie device plugin\n"
  "> or not by:\n"
- "> =\n"
- "\n"
- "> if (bus->primary =3D=3D pp->root_bus_nr && dev > 0)\n"
+ "> \n"
+ "> if (bus->primary == pp->root_bus_nr && dev > 0)\n"
  ">     return 0;\n"
  "\n"
  "I'm guessing other drivers have the same issue, e.g.,\n"
@@ -45,50 +31,37 @@
  "> Although all pcie devices for dev(coming from the device and function\n"
  "> number) is zero. But the dev is not zero for VF. So remove the\n"
  "> condition.\n"
- "> =\n"
- "\n"
+ "> \n"
  "> Signed-off-by: Po Liu <po.liu@nxp.com>\n"
  "> ---\n"
  ">  drivers/pci/host/pcie-designware.c | 7 -------\n"
  ">  1 file changed, 7 deletions(-)\n"
- "> =\n"
- "\n"
- "> diff --git a/drivers/pci/host/pcie-designware.c b/drivers/pci/host/pcie-d=\n"
- "esignware.c\n"
+ "> \n"
+ "> diff --git a/drivers/pci/host/pcie-designware.c b/drivers/pci/host/pcie-designware.c\n"
  "> index 12afce1..dd20eb2 100644\n"
  "> --- a/drivers/pci/host/pcie-designware.c\n"
  "> +++ b/drivers/pci/host/pcie-designware.c\n"
  "> @@ -670,13 +670,6 @@ static int dw_pcie_valid_config(struct pcie_port *pp,\n"
- ">  \tif (bus->number =3D=3D pp->root_bus_nr && dev > 0)\n"
+ ">  \tif (bus->number == pp->root_bus_nr && dev > 0)\n"
  ">  \t\treturn 0;\n"
- ">  =\n"
- "\n"
+ ">  \n"
  "> -\t/*\n"
  "> -\t * do not read more than one device on the bus directly attached\n"
  "> -\t * to RC's (Virtual Bridge's) DS side.\n"
  "> -\t */\n"
- "> -\tif (bus->primary =3D=3D pp->root_bus_nr && dev > 0)\n"
+ "> -\tif (bus->primary == pp->root_bus_nr && dev > 0)\n"
  "> -\t\treturn 0;\n"
  "> -\n"
  ">  \treturn 1;\n"
  ">  }\n"
- ">  =\n"
- "\n"
- "> -- =\n"
- "\n"
+ ">  \n"
+ "> -- \n"
  "> 2.1.0.27.g96db324\n"
- "> =\n"
- "\n"
- "> =\n"
- "\n"
+ "> \n"
+ "> \n"
  "> _______________________________________________\n"
  "> linux-arm-kernel mailing list\n"
- "> linux-arm-kernel@lists.infradead.org\n"
- "> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\n"
- "\n"
- "_______________________________________________\n"
- "linux-arm-kernel mailing list\n"
- "linux-arm-kernel@lists.infradead.org\n"
- http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
+ "> linux-arm-kernel at lists.infradead.org\n"
+ > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-271647a14e14b51be7f27a108e0e4a0b5f024763001e1c6af1648ef8ebeb5b4b
+aefc95ae87392783b25d1fbc83bfac25d2c1e53694438fe92cc2191a86bc605e

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.