All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <912fa97a-aa1d-c0e4-dc83-fc5c745db1c1@caviumnetworks.com>

diff --git a/a/2.txt b/N1/2.txt
index 112c8e3..e69de29 100644
--- a/a/2.txt
+++ b/N1/2.txt
@@ -1,29 +0,0 @@
->From 89d4deafbc920351b93afb1ac4b4124995e1f19d Mon Sep 17 00:00:00 2001
-From: David Daney <david.daney@cavium.com>
-Date: Tue, 28 Feb 2017 12:10:02 -0800
-Subject: [PATCH] module: set __jump_table alignment to 8
-
-For powerpc the __jump_table section in modules is not aligned, this
-causes an OOPS when loading a module containing a __jump_table.
-
-Fix by forcing __jump_table to 8, which is the same alignment used for
-this section in the kernel proper.
-
-Signed-off-by: David Daney <david.daney@cavium.com>
----
- scripts/module-common.lds | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/scripts/module-common.lds b/scripts/module-common.lds
-index 73a2c7d..53234e8 100644
---- a/scripts/module-common.lds
-+++ b/scripts/module-common.lds
-@@ -19,4 +19,6 @@ SECTIONS {
- 
- 	. = ALIGN(8);
- 	.init_array		0 : { *(SORT(.init_array.*)) *(.init_array) }
-+
-+	__jump_table		0 : ALIGN(8) { KEEP(*(__jump_table)) }
- }
--- 
-2.9.3
\ No newline at end of file
diff --git a/a/content_digest b/N1/content_digest
index e426461..f81e150 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -174,36 +174,6 @@
 [
   "b\0"
 ]
-[
-  ">From 89d4deafbc920351b93afb1ac4b4124995e1f19d Mon Sep 17 00:00:00 2001\n",
-  "From: David Daney <david.daney\@cavium.com>\n",
-  "Date: Tue, 28 Feb 2017 12:10:02 -0800\n",
-  "Subject: [PATCH] module: set __jump_table alignment to 8\n",
-  "\n",
-  "For powerpc the __jump_table section in modules is not aligned, this\n",
-  "causes an OOPS when loading a module containing a __jump_table.\n",
-  "\n",
-  "Fix by forcing __jump_table to 8, which is the same alignment used for\n",
-  "this section in the kernel proper.\n",
-  "\n",
-  "Signed-off-by: David Daney <david.daney\@cavium.com>\n",
-  "---\n",
-  " scripts/module-common.lds | 2 ++\n",
-  " 1 file changed, 2 insertions(+)\n",
-  "\n",
-  "diff --git a/scripts/module-common.lds b/scripts/module-common.lds\n",
-  "index 73a2c7d..53234e8 100644\n",
-  "--- a/scripts/module-common.lds\n",
-  "+++ b/scripts/module-common.lds\n",
-  "\@\@ -19,4 +19,6 \@\@ SECTIONS {\n",
-  " \n",
-  " \t. = ALIGN(8);\n",
-  " \t.init_array\t\t0 : { *(SORT(.init_array.*)) *(.init_array) }\n",
-  "+\n",
-  "+\t__jump_table\t\t0 : ALIGN(8) { KEEP(*(__jump_table)) }\n",
-  " }\n",
-  "-- \n",
-  "2.9.3"
-]
+[]
 
-9f2238c65466176381f330d841cb97097b14124a2182d8c5ba9361a995e9bd1c
+f500e0150fdb347076f6893166932d716140dfced0653f67a892eea2c8b3eca2

diff --git a/a/1.txt b/N2/1.txt
index 10f26f5..2a3d59a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -72,4 +72,16 @@ Try the (lightly tested) attached.
 
 If it works and Steven likes it, perhaps someone can merge it.
 
-David.
\ No newline at end of file
+David.
+
+
+
+
+
+-------------- next part --------------
+A non-text attachment was scrubbed...
+Name: 0001-module-set-__jump_table-alignment-to-8.patch
+Type: text/x-patch
+Size: 916 bytes
+Desc: not available
+URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170228/f4a8f907/attachment.bin>
\ No newline at end of file
diff --git a/a/2.hdr b/a/2.hdr
deleted file mode 100644
index 89de1fb..0000000
--- a/a/2.hdr
+++ /dev/null
@@ -1,5 +0,0 @@
-Content-Type: text/x-patch;
- name="0001-module-set-__jump_table-alignment-to-8.patch"
-Content-Transfer-Encoding: 7bit
-Content-Disposition: attachment;
- filename="0001-module-set-__jump_table-alignment-to-8.patch"
diff --git a/a/2.txt b/a/2.txt
deleted file mode 100644
index 112c8e3..0000000
--- a/a/2.txt
+++ /dev/null
@@ -1,29 +0,0 @@
->From 89d4deafbc920351b93afb1ac4b4124995e1f19d Mon Sep 17 00:00:00 2001
-From: David Daney <david.daney@cavium.com>
-Date: Tue, 28 Feb 2017 12:10:02 -0800
-Subject: [PATCH] module: set __jump_table alignment to 8
-
-For powerpc the __jump_table section in modules is not aligned, this
-causes an OOPS when loading a module containing a __jump_table.
-
-Fix by forcing __jump_table to 8, which is the same alignment used for
-this section in the kernel proper.
-
-Signed-off-by: David Daney <david.daney@cavium.com>
----
- scripts/module-common.lds | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/scripts/module-common.lds b/scripts/module-common.lds
-index 73a2c7d..53234e8 100644
---- a/scripts/module-common.lds
-+++ b/scripts/module-common.lds
-@@ -19,4 +19,6 @@ SECTIONS {
- 
- 	. = ALIGN(8);
- 	.init_array		0 : { *(SORT(.init_array.*)) *(.init_array) }
-+
-+	__jump_table		0 : ALIGN(8) { KEEP(*(__jump_table)) }
- }
--- 
-2.9.3
\ No newline at end of file
diff --git a/a/content_digest b/N2/content_digest
index e426461..d4934e4 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -53,37 +53,19 @@
   "ref\000542488db-5c59-afa5-6d1d-a437c87bc613\@akamai.com\0"
 ]
 [
-  "From\0David Daney <ddaney\@caviumnetworks.com>\0"
+  "From\0ddaney\@caviumnetworks.com (David Daney)\0"
 ]
 [
-  "Subject\0Re: [PATCH] jump_label: align jump_entry table to at least 4-bytes\0"
+  "Subject\0[PATCH] jump_label: align jump_entry table to at least 4-bytes\0"
 ]
 [
   "Date\0Tue, 28 Feb 2017 12:15:10 -0800\0"
 ]
 [
-  "To\0Jason Baron <jbaron\@akamai.com>",
-  " David Daney <ddaney\@caviumnetworks.com>",
-  " Steven Rostedt <rostedt\@goodmis.org>",
-  " Sachin Sant <sachinp\@linux.vnet.ibm.com>\0"
+  "To\0linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
-  "Cc\0linux-mips\@linux-mips.org",
-  " Chris Metcalf <cmetcalf\@mellanox.com>",
-  " Michael Ellerman <mpe\@ellerman.id.au>",
-  " Russell King <linux\@armlinux.org.uk>",
-  " Ralf Baechle <ralf\@linux-mips.org>",
-  " LKML <linux-kernel\@vger.kernel.org>",
-  " Rabin Vincent <rabin\@rab.in>",
-  " Paul Mackerras <paulus\@samba.org>",
-  " Anton Blanchard <anton\@samba.org>",
-  " linuxppc-dev\@lists.ozlabs.org",
-  " Ingo Molnar <mingo\@kernel.org>",
-  " linux-arm-kernel\@lists.infradead.org",
-  " Zhigang Lu <zlu\@ezchip.com>\0"
-]
-[
-  "\0001:1\0"
+  "\0000:1\0"
 ]
 [
   "b\0"
@@ -163,47 +145,19 @@
   "\n",
   "If it works and Steven likes it, perhaps someone can merge it.\n",
   "\n",
-  "David."
-]
-[
-  "\0001:2\0"
-]
-[
-  "fn\0000001-module-set-__jump_table-alignment-to-8.patch\0"
-]
-[
-  "b\0"
-]
-[
-  ">From 89d4deafbc920351b93afb1ac4b4124995e1f19d Mon Sep 17 00:00:00 2001\n",
-  "From: David Daney <david.daney\@cavium.com>\n",
-  "Date: Tue, 28 Feb 2017 12:10:02 -0800\n",
-  "Subject: [PATCH] module: set __jump_table alignment to 8\n",
+  "David.\n",
+  "\n",
   "\n",
-  "For powerpc the __jump_table section in modules is not aligned, this\n",
-  "causes an OOPS when loading a module containing a __jump_table.\n",
   "\n",
-  "Fix by forcing __jump_table to 8, which is the same alignment used for\n",
-  "this section in the kernel proper.\n",
   "\n",
-  "Signed-off-by: David Daney <david.daney\@cavium.com>\n",
-  "---\n",
-  " scripts/module-common.lds | 2 ++\n",
-  " 1 file changed, 2 insertions(+)\n",
   "\n",
-  "diff --git a/scripts/module-common.lds b/scripts/module-common.lds\n",
-  "index 73a2c7d..53234e8 100644\n",
-  "--- a/scripts/module-common.lds\n",
-  "+++ b/scripts/module-common.lds\n",
-  "\@\@ -19,4 +19,6 \@\@ SECTIONS {\n",
-  " \n",
-  " \t. = ALIGN(8);\n",
-  " \t.init_array\t\t0 : { *(SORT(.init_array.*)) *(.init_array) }\n",
-  "+\n",
-  "+\t__jump_table\t\t0 : ALIGN(8) { KEEP(*(__jump_table)) }\n",
-  " }\n",
-  "-- \n",
-  "2.9.3"
+  "-------------- next part --------------\n",
+  "A non-text attachment was scrubbed...\n",
+  "Name: 0001-module-set-__jump_table-alignment-to-8.patch\n",
+  "Type: text/x-patch\n",
+  "Size: 916 bytes\n",
+  "Desc: not available\n",
+  "URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170228/f4a8f907/attachment.bin>"
 ]
 
-9f2238c65466176381f330d841cb97097b14124a2182d8c5ba9361a995e9bd1c
+3630e702917bbebe29ec78cd5f5aa0e2c570b53f504b5a090827520711068362

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.