All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1524346967.3335.9.camel@HansenPartnership.com>

diff --git a/a/1.txt b/N1/1.txt
index 3ea227b..3107c33 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,28 +1,28 @@
-On Fri, 2018-04-20 at 10:03 +0200, Christoph Hellwig wrote:
+On Fri, 2018-04-20@10:03 +0200, Christoph Hellwig wrote:
 > diff --git a/arch/parisc/kernel/setup.c b/arch/parisc/kernel/setup.c
 > index 8d3a7b80ac42..4e87c35c22b7 100644
 > --- a/arch/parisc/kernel/setup.c
 > +++ b/arch/parisc/kernel/setup.c
 > @@ -97,14 +97,12 @@ void __init dma_ops_init(void)
->  		panic(	"PA-RISC Linux currently only supports
+> ?		panic(	"PA-RISC Linux currently only supports
 > machines that conform to\n"
->  			"the PA-RISC 1.1 or 2.0 architecture
+> ?			"the PA-RISC 1.1 or 2.0 architecture
 > specification.\n");
->  
+> ?
 > -	case pcxs:
 > -	case pcxt:
 > -		hppa_dma_ops = &pcx_dma_ops;
 > -		break;
->  	case pcxl2:
->  		pa7300lc_init();
->  	case pcxl: /* falls through */
+> ?	case pcxl2:
+> ?		pa7300lc_init();
+> ?	case pcxl: /* falls through */
 > -		hppa_dma_ops = &pcxl_dma_ops;
 > +	case pcxs:
 > +	case pcxt:
 > +		hppa_dma_ops = &dma_noncoherent_ops;
->  		break;
->  	default:
->  		break;
+> ?		break;
+> ?	default:
+> ?		break;
 
 Well, this is wrong: you just made every 32 bit parisc system
 unnecessarily use non-coherent.  We actually only have a small small
diff --git a/a/content_digest b/N1/content_digest
index df330da..b3f6e32 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,53 +1,36 @@
  "ref\020180420080313.18796-1-hch@lst.de\0"
  "ref\020180420080313.18796-23-hch@lst.de\0"
- "From\0James Bottomley <James.Bottomley@hansenpartnership.com>\0"
- "Subject\0Re: [PATCH 22/22] parisc: use generic dma_noncoherent_ops\0"
+ "From\0James.Bottomley@hansenpartnership.com (James Bottomley)\0"
+ "Subject\0[PATCH 22/22] parisc: use generic dma_noncoherent_ops\0"
  "Date\0Sat, 21 Apr 2018 22:42:47 +0100\0"
- "To\0Christoph Hellwig <hch@lst.de>\0"
- "Cc\0linux-arch@vger.kernel.org"
-  Michal Simek <monstr@monstr.eu>
-  Greentime Hu <green.hu@gmail.com>
-  Vincent Chen <deanbo422@gmail.com>
-  linux-alpha@vger.kernel.org
-  linux-snps-arc@lists.infradead.org
-  linux-arm-kernel@lists.infradead.org
-  linux-c6x-dev@linux-c6x.org
-  linux-hexagon@vger.kernel.org
-  linux-m68k@lists.linux-m68k.org
-  nios2-dev@lists.rocketboards.org
-  openrisc@lists.librecores.org
-  linux-parisc@vger.kernel.org
-  linux-sh@vger.kernel.org
-  sparclinux@vger.kernel.org
-  linux-xtensa@linux-xtensa.org
- " linux-kernel@vger.kernel.org\0"
+ "To\0linux-snps-arc@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "On Fri, 2018-04-20 at 10:03 +0200, Christoph Hellwig wrote:\n"
+ "On Fri, 2018-04-20@10:03 +0200, Christoph Hellwig wrote:\n"
  "> diff --git a/arch/parisc/kernel/setup.c b/arch/parisc/kernel/setup.c\n"
  "> index 8d3a7b80ac42..4e87c35c22b7 100644\n"
  "> --- a/arch/parisc/kernel/setup.c\n"
  "> +++ b/arch/parisc/kernel/setup.c\n"
  "> @@ -97,14 +97,12 @@ void __init dma_ops_init(void)\n"
- "> \302\240\t\tpanic(\t\"PA-RISC Linux currently only supports\n"
+ "> ?\t\tpanic(\t\"PA-RISC Linux currently only supports\n"
  "> machines that conform to\\n\"\n"
- "> \302\240\t\t\t\"the PA-RISC 1.1 or 2.0 architecture\n"
+ "> ?\t\t\t\"the PA-RISC 1.1 or 2.0 architecture\n"
  "> specification.\\n\");\n"
- "> \302\240\n"
+ "> ?\n"
  "> -\tcase pcxs:\n"
  "> -\tcase pcxt:\n"
  "> -\t\thppa_dma_ops = &pcx_dma_ops;\n"
  "> -\t\tbreak;\n"
- "> \302\240\tcase pcxl2:\n"
- "> \302\240\t\tpa7300lc_init();\n"
- "> \302\240\tcase pcxl: /* falls through */\n"
+ "> ?\tcase pcxl2:\n"
+ "> ?\t\tpa7300lc_init();\n"
+ "> ?\tcase pcxl: /* falls through */\n"
  "> -\t\thppa_dma_ops = &pcxl_dma_ops;\n"
  "> +\tcase pcxs:\n"
  "> +\tcase pcxt:\n"
  "> +\t\thppa_dma_ops = &dma_noncoherent_ops;\n"
- "> \302\240\t\tbreak;\n"
- "> \302\240\tdefault:\n"
- "> \302\240\t\tbreak;\n"
+ "> ?\t\tbreak;\n"
+ "> ?\tdefault:\n"
+ "> ?\t\tbreak;\n"
  "\n"
  "Well, this is wrong: you just made every 32 bit parisc system\n"
  "unnecessarily use non-coherent.  We actually only have a small small\n"
@@ -60,4 +43,4 @@
  "\n"
  James
 
-698cf21d32a3156b643cdc3fe00dc086f61bcafef0155b3f1e92f0a773ec96c4
+f3b71974cee7a0861176309a7f78af2e9490fcfd9678ce121032e750a87e8daa

diff --git a/a/content_digest b/N2/content_digest
index df330da..554ed3a 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,7 +2,7 @@
  "ref\020180420080313.18796-23-hch@lst.de\0"
  "From\0James Bottomley <James.Bottomley@hansenpartnership.com>\0"
  "Subject\0Re: [PATCH 22/22] parisc: use generic dma_noncoherent_ops\0"
- "Date\0Sat, 21 Apr 2018 22:42:47 +0100\0"
+ "Date\0Sat, 21 Apr 2018 21:42:47 +0000\0"
  "To\0Christoph Hellwig <hch@lst.de>\0"
  "Cc\0linux-arch@vger.kernel.org"
   Michal Simek <monstr@monstr.eu>
@@ -60,4 +60,4 @@
  "\n"
  James
 
-698cf21d32a3156b643cdc3fe00dc086f61bcafef0155b3f1e92f0a773ec96c4
+420e357cd2096940411cafe0bf562462a22f73936389cbd20ab2679b2846c3e6

diff --git a/a/content_digest b/N3/content_digest
index df330da..cfa9342 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,26 +1,9 @@
  "ref\020180420080313.18796-1-hch@lst.de\0"
  "ref\020180420080313.18796-23-hch@lst.de\0"
  "From\0James Bottomley <James.Bottomley@hansenpartnership.com>\0"
- "Subject\0Re: [PATCH 22/22] parisc: use generic dma_noncoherent_ops\0"
+ "Subject\0[OpenRISC] [PATCH 22/22] parisc: use generic dma_noncoherent_ops\0"
  "Date\0Sat, 21 Apr 2018 22:42:47 +0100\0"
- "To\0Christoph Hellwig <hch@lst.de>\0"
- "Cc\0linux-arch@vger.kernel.org"
-  Michal Simek <monstr@monstr.eu>
-  Greentime Hu <green.hu@gmail.com>
-  Vincent Chen <deanbo422@gmail.com>
-  linux-alpha@vger.kernel.org
-  linux-snps-arc@lists.infradead.org
-  linux-arm-kernel@lists.infradead.org
-  linux-c6x-dev@linux-c6x.org
-  linux-hexagon@vger.kernel.org
-  linux-m68k@lists.linux-m68k.org
-  nios2-dev@lists.rocketboards.org
-  openrisc@lists.librecores.org
-  linux-parisc@vger.kernel.org
-  linux-sh@vger.kernel.org
-  sparclinux@vger.kernel.org
-  linux-xtensa@linux-xtensa.org
- " linux-kernel@vger.kernel.org\0"
+ "To\0openrisc@lists.librecores.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, 2018-04-20 at 10:03 +0200, Christoph Hellwig wrote:\n"
@@ -60,4 +43,4 @@
  "\n"
  James
 
-698cf21d32a3156b643cdc3fe00dc086f61bcafef0155b3f1e92f0a773ec96c4
+555291b04d7a97bf3a09a9238a0c203242a3ff21ec7d6b4cc320df56d6f8562a

diff --git a/a/1.txt b/N4/1.txt
index 3ea227b..bb2aea0 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -4,25 +4,25 @@ On Fri, 2018-04-20 at 10:03 +0200, Christoph Hellwig wrote:
 > --- a/arch/parisc/kernel/setup.c
 > +++ b/arch/parisc/kernel/setup.c
 > @@ -97,14 +97,12 @@ void __init dma_ops_init(void)
->  		panic(	"PA-RISC Linux currently only supports
+> ?		panic(	"PA-RISC Linux currently only supports
 > machines that conform to\n"
->  			"the PA-RISC 1.1 or 2.0 architecture
+> ?			"the PA-RISC 1.1 or 2.0 architecture
 > specification.\n");
->  
+> ?
 > -	case pcxs:
 > -	case pcxt:
 > -		hppa_dma_ops = &pcx_dma_ops;
 > -		break;
->  	case pcxl2:
->  		pa7300lc_init();
->  	case pcxl: /* falls through */
+> ?	case pcxl2:
+> ?		pa7300lc_init();
+> ?	case pcxl: /* falls through */
 > -		hppa_dma_ops = &pcxl_dma_ops;
 > +	case pcxs:
 > +	case pcxt:
 > +		hppa_dma_ops = &dma_noncoherent_ops;
->  		break;
->  	default:
->  		break;
+> ?		break;
+> ?	default:
+> ?		break;
 
 Well, this is wrong: you just made every 32 bit parisc system
 unnecessarily use non-coherent.  We actually only have a small small
diff --git a/a/content_digest b/N4/content_digest
index df330da..7fcb506 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -1,26 +1,9 @@
  "ref\020180420080313.18796-1-hch@lst.de\0"
  "ref\020180420080313.18796-23-hch@lst.de\0"
- "From\0James Bottomley <James.Bottomley@hansenpartnership.com>\0"
- "Subject\0Re: [PATCH 22/22] parisc: use generic dma_noncoherent_ops\0"
+ "From\0James.Bottomley@hansenpartnership.com (James Bottomley)\0"
+ "Subject\0[PATCH 22/22] parisc: use generic dma_noncoherent_ops\0"
  "Date\0Sat, 21 Apr 2018 22:42:47 +0100\0"
- "To\0Christoph Hellwig <hch@lst.de>\0"
- "Cc\0linux-arch@vger.kernel.org"
-  Michal Simek <monstr@monstr.eu>
-  Greentime Hu <green.hu@gmail.com>
-  Vincent Chen <deanbo422@gmail.com>
-  linux-alpha@vger.kernel.org
-  linux-snps-arc@lists.infradead.org
-  linux-arm-kernel@lists.infradead.org
-  linux-c6x-dev@linux-c6x.org
-  linux-hexagon@vger.kernel.org
-  linux-m68k@lists.linux-m68k.org
-  nios2-dev@lists.rocketboards.org
-  openrisc@lists.librecores.org
-  linux-parisc@vger.kernel.org
-  linux-sh@vger.kernel.org
-  sparclinux@vger.kernel.org
-  linux-xtensa@linux-xtensa.org
- " linux-kernel@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, 2018-04-20 at 10:03 +0200, Christoph Hellwig wrote:\n"
@@ -29,25 +12,25 @@
  "> --- a/arch/parisc/kernel/setup.c\n"
  "> +++ b/arch/parisc/kernel/setup.c\n"
  "> @@ -97,14 +97,12 @@ void __init dma_ops_init(void)\n"
- "> \302\240\t\tpanic(\t\"PA-RISC Linux currently only supports\n"
+ "> ?\t\tpanic(\t\"PA-RISC Linux currently only supports\n"
  "> machines that conform to\\n\"\n"
- "> \302\240\t\t\t\"the PA-RISC 1.1 or 2.0 architecture\n"
+ "> ?\t\t\t\"the PA-RISC 1.1 or 2.0 architecture\n"
  "> specification.\\n\");\n"
- "> \302\240\n"
+ "> ?\n"
  "> -\tcase pcxs:\n"
  "> -\tcase pcxt:\n"
  "> -\t\thppa_dma_ops = &pcx_dma_ops;\n"
  "> -\t\tbreak;\n"
- "> \302\240\tcase pcxl2:\n"
- "> \302\240\t\tpa7300lc_init();\n"
- "> \302\240\tcase pcxl: /* falls through */\n"
+ "> ?\tcase pcxl2:\n"
+ "> ?\t\tpa7300lc_init();\n"
+ "> ?\tcase pcxl: /* falls through */\n"
  "> -\t\thppa_dma_ops = &pcxl_dma_ops;\n"
  "> +\tcase pcxs:\n"
  "> +\tcase pcxt:\n"
  "> +\t\thppa_dma_ops = &dma_noncoherent_ops;\n"
- "> \302\240\t\tbreak;\n"
- "> \302\240\tdefault:\n"
- "> \302\240\t\tbreak;\n"
+ "> ?\t\tbreak;\n"
+ "> ?\tdefault:\n"
+ "> ?\t\tbreak;\n"
  "\n"
  "Well, this is wrong: you just made every 32 bit parisc system\n"
  "unnecessarily use non-coherent.  We actually only have a small small\n"
@@ -60,4 +43,4 @@
  "\n"
  James
 
-698cf21d32a3156b643cdc3fe00dc086f61bcafef0155b3f1e92f0a773ec96c4
+063d8dc7b9a2c5b8040620975c7d740e1bd04a021ba76d5170b2806a8a9bf3d2

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.