All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20200515143646.3857579-16-hch@lst.de>

diff --git a/a/content_digest b/N1/content_digest
index 953b70e..f19ad28 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,7 +8,7 @@
   "Subject\0[PATCH 15/29] openrisc: use asm-generic/cacheflush.h\0"
 ]
 [
-  "Date\0Fri, 15 May 2020 14:36:32 +0000\0"
+  "Date\0Fri, 15 May 2020 16:36:32 +0200\0"
 ]
 [
   "To\0Andrew Morton <akpm\@linux-foundation.org>",
@@ -99,4 +99,4 @@
   "2.26.2"
 ]
 
-fc24538832f71cab2c545b6ee043cedd7eeb9db32bbcfa1de9c5f26a821e8492
+ae31cb9971542bbdc7e453a0e1495e87a1648402ff3fcdd3754bd11be52bd9c4

diff --git a/a/1.txt b/N2/1.txt
index 4e1edea..ddd9cec 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -29,24 +29,4 @@ index 79d5d7753fe4b..74d1fce4e8839 100644
 -#define flush_icache_page(vma, pg)			do { } while (0)
 -#define flush_icache_user_range(vma, pg, adr, len)	do { } while (0)
 -#define flush_cache_vmap(start, end)			do { } while (0)
--#define flush_cache_vunmap(start, end)			do { } while (0)
--
--#define copy_to_user_page(vma, page, vaddr, dst, src, len)           \
--	do {                                                         \
--		memcpy(dst, src, len);                               \
--		if (vma->vm_flags & VM_EXEC)                         \
--			sync_icache_dcache(page);                    \
--	} while (0)
-+#define flush_icache_user_range(vma, page, addr, len)	\
-+do {							\
-+	if (vma->vm_flags & VM_EXEC)			\
-+		sync_icache_dcache(page);		\
-+} while (0)
- 
--#define copy_from_user_page(vma, page, vaddr, dst, src, len)         \
--	memcpy(dst, src, len)
-+#include <asm-generic/cacheflush.h>
- 
- #endif /* __ASM_CACHEFLUSH_H */
--- 
-2.26.2
\ No newline at end of file
+-#define flush_cache_vunmap(start, end)			do { } while (0)
\ No newline at end of file
diff --git a/a/content_digest b/N2/content_digest
index 953b70e..72fb7e9 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -8,7 +8,7 @@
   "Subject\0[PATCH 15/29] openrisc: use asm-generic/cacheflush.h\0"
 ]
 [
-  "Date\0Fri, 15 May 2020 14:36:32 +0000\0"
+  "Date\0Fri, 15 May 2020 16:36:32 +0200\0"
 ]
 [
   "To\0Andrew Morton <akpm\@linux-foundation.org>",
@@ -76,27 +76,7 @@
   "-#define flush_icache_page(vma, pg)\t\t\tdo { } while (0)\n",
   "-#define flush_icache_user_range(vma, pg, adr, len)\tdo { } while (0)\n",
   "-#define flush_cache_vmap(start, end)\t\t\tdo { } while (0)\n",
-  "-#define flush_cache_vunmap(start, end)\t\t\tdo { } while (0)\n",
-  "-\n",
-  "-#define copy_to_user_page(vma, page, vaddr, dst, src, len)           \\\n",
-  "-\tdo {                                                         \\\n",
-  "-\t\tmemcpy(dst, src, len);                               \\\n",
-  "-\t\tif (vma->vm_flags & VM_EXEC)                         \\\n",
-  "-\t\t\tsync_icache_dcache(page);                    \\\n",
-  "-\t} while (0)\n",
-  "+#define flush_icache_user_range(vma, page, addr, len)\t\\\n",
-  "+do {\t\t\t\t\t\t\t\\\n",
-  "+\tif (vma->vm_flags & VM_EXEC)\t\t\t\\\n",
-  "+\t\tsync_icache_dcache(page);\t\t\\\n",
-  "+} while (0)\n",
-  " \n",
-  "-#define copy_from_user_page(vma, page, vaddr, dst, src, len)         \\\n",
-  "-\tmemcpy(dst, src, len)\n",
-  "+#include <asm-generic/cacheflush.h>\n",
-  " \n",
-  " #endif /* __ASM_CACHEFLUSH_H */\n",
-  "-- \n",
-  "2.26.2"
+  "-#define flush_cache_vunmap(start, end)\t\t\tdo { } while (0)"
 ]
 
-fc24538832f71cab2c545b6ee043cedd7eeb9db32bbcfa1de9c5f26a821e8492
+e2f2084f57effd72a3d1834ed68b8c83cbced4c7f6e73439f9ff08d03b6bbc12

diff --git a/a/content_digest b/N3/content_digest
index 953b70e..8dbb198 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -8,7 +8,7 @@
   "Subject\0[PATCH 15/29] openrisc: use asm-generic/cacheflush.h\0"
 ]
 [
-  "Date\0Fri, 15 May 2020 14:36:32 +0000\0"
+  "Date\0Fri, 15 May 2020 16:36:32 +0200\0"
 ]
 [
   "To\0Andrew Morton <akpm\@linux-foundation.org>",
@@ -16,27 +16,27 @@
   " Roman Zippel <zippel\@linux-m68k.org>\0"
 ]
 [
-  "Cc\0Jessica Yu <jeyu\@kernel.org>",
+  "Cc\0linux-arch\@vger.kernel.org",
+  " linux-xtensa\@linux-xtensa.org",
   " Michal Simek <monstr\@monstr.eu>",
-  " x86\@kernel.org",
-  " linux-alpha\@vger.kernel.org",
-  " linux-kernel\@vger.kernel.org",
-  " linux-arm-kernel\@lists.infradead.org",
+  " Jessica Yu <jeyu\@kernel.org>",
+  " linux-ia64\@vger.kernel.org",
   " linux-c6x-dev\@linux-c6x.org",
+  " linux-sh\@vger.kernel.org",
   " linux-hexagon\@vger.kernel.org",
-  " linux-ia64\@vger.kernel.org",
-  " linux-m68k\@lists.linux-m68k.org",
+  " x86\@kernel.org",
+  " linux-um\@lists.infradead.org",
+  " linux-kernel\@vger.kernel.org",
   " linux-mips\@vger.kernel.org",
+  " linux-mm\@kvack.org",
+  " linux-m68k\@lists.linux-m68k.org",
   " openrisc\@lists.librecores.org",
-  " linuxppc-dev\@lists.ozlabs.org",
-  " linux-riscv\@lists.infradead.org",
-  " linux-sh\@vger.kernel.org",
+  " linux-alpha\@vger.kernel.org",
   " sparclinux\@vger.kernel.org",
-  " linux-arch\@vger.kernel.org",
-  " linux-mm\@kvack.org",
-  " linux-um\@lists.infradead.org",
-  " linux-xtensa\@linux-xtensa.org",
-  " linux-fsdevel\@vger.kernel.org\0"
+  " linux-fsdevel\@vger.kernel.org",
+  " linux-riscv\@lists.infradead.org",
+  " linuxppc-dev\@lists.ozlabs.org",
+  " linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -99,4 +99,4 @@
   "2.26.2"
 ]
 
-fc24538832f71cab2c545b6ee043cedd7eeb9db32bbcfa1de9c5f26a821e8492
+2349c4ac95876a3cd64bf0cfdb50df0c956f35d8464bb1b5b8d4cc00d79676d2

diff --git a/a/1.txt b/N4/1.txt
index 4e1edea..2da4b17 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -49,4 +49,10 @@ index 79d5d7753fe4b..74d1fce4e8839 100644
  
  #endif /* __ASM_CACHEFLUSH_H */
 -- 
-2.26.2
\ No newline at end of file
+2.26.2
+
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
\ No newline at end of file
diff --git a/a/content_digest b/N4/content_digest
index 953b70e..6917bd3 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -8,7 +8,7 @@
   "Subject\0[PATCH 15/29] openrisc: use asm-generic/cacheflush.h\0"
 ]
 [
-  "Date\0Fri, 15 May 2020 14:36:32 +0000\0"
+  "Date\0Fri, 15 May 2020 16:36:32 +0200\0"
 ]
 [
   "To\0Andrew Morton <akpm\@linux-foundation.org>",
@@ -16,27 +16,27 @@
   " Roman Zippel <zippel\@linux-m68k.org>\0"
 ]
 [
-  "Cc\0Jessica Yu <jeyu\@kernel.org>",
+  "Cc\0linux-arch\@vger.kernel.org",
+  " linux-xtensa\@linux-xtensa.org",
   " Michal Simek <monstr\@monstr.eu>",
-  " x86\@kernel.org",
-  " linux-alpha\@vger.kernel.org",
-  " linux-kernel\@vger.kernel.org",
-  " linux-arm-kernel\@lists.infradead.org",
+  " Jessica Yu <jeyu\@kernel.org>",
+  " linux-ia64\@vger.kernel.org",
   " linux-c6x-dev\@linux-c6x.org",
+  " linux-sh\@vger.kernel.org",
   " linux-hexagon\@vger.kernel.org",
-  " linux-ia64\@vger.kernel.org",
-  " linux-m68k\@lists.linux-m68k.org",
+  " x86\@kernel.org",
+  " linux-um\@lists.infradead.org",
+  " linux-kernel\@vger.kernel.org",
   " linux-mips\@vger.kernel.org",
+  " linux-mm\@kvack.org",
+  " linux-m68k\@lists.linux-m68k.org",
   " openrisc\@lists.librecores.org",
-  " linuxppc-dev\@lists.ozlabs.org",
-  " linux-riscv\@lists.infradead.org",
-  " linux-sh\@vger.kernel.org",
+  " linux-alpha\@vger.kernel.org",
   " sparclinux\@vger.kernel.org",
-  " linux-arch\@vger.kernel.org",
-  " linux-mm\@kvack.org",
-  " linux-um\@lists.infradead.org",
-  " linux-xtensa\@linux-xtensa.org",
-  " linux-fsdevel\@vger.kernel.org\0"
+  " linux-fsdevel\@vger.kernel.org",
+  " linux-riscv\@lists.infradead.org",
+  " linuxppc-dev\@lists.ozlabs.org",
+  " linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -96,7 +96,13 @@
   " \n",
   " #endif /* __ASM_CACHEFLUSH_H */\n",
   "-- \n",
-  "2.26.2"
+  "2.26.2\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"
 ]
 
-fc24538832f71cab2c545b6ee043cedd7eeb9db32bbcfa1de9c5f26a821e8492
+79fd5f36ca8918e194d6bc2c3e2b6b019eabb8f54589bf7ee3a56d75aa924a4f

diff --git a/a/content_digest b/N5/content_digest
index 953b70e..15560ad 100644
--- a/a/content_digest
+++ b/N5/content_digest
@@ -5,38 +5,13 @@
   "From\0Christoph Hellwig <hch\@lst.de>\0"
 ]
 [
-  "Subject\0[PATCH 15/29] openrisc: use asm-generic/cacheflush.h\0"
+  "Subject\0[OpenRISC] [PATCH 15/29] openrisc: use asm-generic/cacheflush.h\0"
 ]
 [
-  "Date\0Fri, 15 May 2020 14:36:32 +0000\0"
+  "Date\0Fri, 15 May 2020 16:36:32 +0200\0"
 ]
 [
-  "To\0Andrew Morton <akpm\@linux-foundation.org>",
-  " Arnd Bergmann <arnd\@arndb.de>",
-  " Roman Zippel <zippel\@linux-m68k.org>\0"
-]
-[
-  "Cc\0Jessica Yu <jeyu\@kernel.org>",
-  " Michal Simek <monstr\@monstr.eu>",
-  " x86\@kernel.org",
-  " linux-alpha\@vger.kernel.org",
-  " linux-kernel\@vger.kernel.org",
-  " linux-arm-kernel\@lists.infradead.org",
-  " linux-c6x-dev\@linux-c6x.org",
-  " linux-hexagon\@vger.kernel.org",
-  " linux-ia64\@vger.kernel.org",
-  " linux-m68k\@lists.linux-m68k.org",
-  " linux-mips\@vger.kernel.org",
-  " openrisc\@lists.librecores.org",
-  " linuxppc-dev\@lists.ozlabs.org",
-  " linux-riscv\@lists.infradead.org",
-  " linux-sh\@vger.kernel.org",
-  " sparclinux\@vger.kernel.org",
-  " linux-arch\@vger.kernel.org",
-  " linux-mm\@kvack.org",
-  " linux-um\@lists.infradead.org",
-  " linux-xtensa\@linux-xtensa.org",
-  " linux-fsdevel\@vger.kernel.org\0"
+  "To\0openrisc\@lists.librecores.org\0"
 ]
 [
   "\0000:1\0"
@@ -99,4 +74,4 @@
   "2.26.2"
 ]
 
-fc24538832f71cab2c545b6ee043cedd7eeb9db32bbcfa1de9c5f26a821e8492
+cf75c1c5215ede1cf44cb45d96772d653c404311c38c8dfa699cb583721dde28

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.