diff for duplicates of <1471642454-5679-8-git-send-email-mcgrof@kernel.org> diff --git a/a/content_digest b/N1/content_digest index d306fd4..7e73073 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -49,7 +49,28 @@ jkosina@suse.cz korea.drzix@gmail.com linux-kbuild@vger.kernel.org - " ton\0" + tony.luck@intel.com + akpm@linux-foundation.org + linux-ia64@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-sh@vger.kernel.org + sparclinux@vger.kernel.org + catalin.marinas@arm.com + will.deacon@arm.com + rostedt@goodmis.org + jani.nikula@intel.com + mchehab@osg.samsung.com + markus.heiser@darmarit.de + acme@redhat.com + jolsa@kernel.org + msalter@redhat.com + chris@zankel.net + jcmvbkbc@gmail.com + linux-xtensa@linux-xtensa.org + paulus@samba.org + mpe@ellerman.id.au + James.Bottomley@hansenpartnership.com + " Luis R. Rodriguez <mcgrof@kernel.org>\0" "\00:1\0" "b\0" "From: \"Luis R. Rodriguez\" <mcgrof@kernel.org>\n" @@ -1439,4 +1460,4 @@ "-- \n" 2.9.2 -77e36d6ca068b4ac9e9549667ef64a7e68d50df8e3b923212abe19fc062fe784 +1f1465e9a98b68dd88f7c94248ec62dfa8fcd70911ebaeef9e35618b9da647e4
diff --git a/a/1.txt b/N2/1.txt index ddad66c..52defa9 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -139,17 +139,14 @@ index 000000000000..df11c632dca7 --- /dev/null +++ b/Documentation/sections/linker-tables.rst @@ -0,0 +1,187 @@ -+=================== -+Linux linker tables -+=================== -+ ++=========+Linux linker tables ++=========+ +This documents Linux linker tables, it explains what they are, where they +came from, how they work, the benefits of using them and more importantly +how you can use them. + +About Linker tables -+=================== -+.. kernel-doc:: include/linux/tables.h ++=========+.. kernel-doc:: include/linux/tables.h + :doc: Introduction + +Linker table provenance @@ -159,8 +156,7 @@ index 000000000000..df11c632dca7 + :doc: Linker table provenance + +Benefits of using Linker tables -+=============================== -+ ++===============+ +Avoids modifying architecture linker scripts +---------------------------------------------- +.. kernel-doc:: include/linux/tables.h @@ -172,7 +168,7 @@ index 000000000000..df11c632dca7 + :doc: How linker tables simplify initialization code + +Using linker tables in Linux -+============================ ++============== + +Linker table module support +--------------------------- @@ -181,7 +177,7 @@ index 000000000000..df11c632dca7 + :doc: Linker table module support + +Linker table helpers -+==================== ++========== + +.. kernel-doc:: include/linux/tables.h + :doc: Linker table helpers @@ -192,7 +188,7 @@ index 000000000000..df11c632dca7 + :functions: LINKTABLE_ADDR_WITHIN + +Constructing linker tables -+========================== ++============= + +.. kernel-doc:: include/linux/tables.h + :doc: Constructing linker tables @@ -260,8 +256,7 @@ index 000000000000..df11c632dca7 + :functions: LINKTABLE_INIT_DATA + +Declaring Linker tables -+======================= -+ ++===========+ +.. kernel-doc:: include/linux/tables.h + :doc: Declaring Linker tables + @@ -276,7 +271,7 @@ index 000000000000..df11c632dca7 + :functions: DECLARE_LINKTABLE_RO + +Defining Linker tables -+====================== ++=========== + +.. kernel-doc:: include/linux/tables.h + :doc: Defining Linker tables @@ -307,7 +302,7 @@ index 000000000000..df11c632dca7 + :functions: DEFINE_LINKTABLE_INIT_DATA + +Iterating over Linker tables -+============================ ++============== + +.. kernel-doc:: include/linux/tables.h + :doc: Iterating over Linker tables @@ -653,7 +648,7 @@ index c215db049920..45733a182ac2 100644 + ".rodata.tbl.*|" ".init.text.rng.*|" + ".init.text.tbl.*|" - #if ELF_BITS == 64 + #if ELF_BITS = 64 "__per_cpu_load|" "init_per_cpu__.*|" diff --git a/arch/xtensa/include/asm/Kbuild b/arch/xtensa/include/asm/Kbuild diff --git a/a/content_digest b/N2/content_digest index d306fd4..4e1d090 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\01471642454-5679-1-git-send-email-mcgrof@kernel.org\0" "From\0mcgrof@kernel.org\0" "Subject\0[PATCH v4 07/16] tables.h: add linker table support\0" - "Date\0Fri, 19 Aug 2016 14:34:05 -0700\0" + "Date\0Fri, 19 Aug 2016 21:34:05 +0000\0" "To\0hpa@zytor.com" tglx@linutronix.de mingo@redhat.com @@ -193,17 +193,14 @@ "--- /dev/null\n" "+++ b/Documentation/sections/linker-tables.rst\n" "@@ -0,0 +1,187 @@\n" - "+===================\n" - "+Linux linker tables\n" - "+===================\n" - "+\n" + "+=========+Linux linker tables\n" + "+=========+\n" "+This documents Linux linker tables, it explains what they are, where they\n" "+came from, how they work, the benefits of using them and more importantly\n" "+how you can use them.\n" "+\n" "+About Linker tables\n" - "+===================\n" - "+.. kernel-doc:: include/linux/tables.h\n" + "+=========+.. kernel-doc:: include/linux/tables.h\n" "+ :doc: Introduction\n" "+\n" "+Linker table provenance\n" @@ -213,8 +210,7 @@ "+ :doc: Linker table provenance\n" "+\n" "+Benefits of using Linker tables\n" - "+===============================\n" - "+\n" + "+===============+\n" "+Avoids modifying architecture linker scripts\n" "+----------------------------------------------\n" "+.. kernel-doc:: include/linux/tables.h\n" @@ -226,7 +222,7 @@ "+ :doc: How linker tables simplify initialization code\n" "+\n" "+Using linker tables in Linux\n" - "+============================\n" + "+==============\n" "+\n" "+Linker table module support\n" "+---------------------------\n" @@ -235,7 +231,7 @@ "+ :doc: Linker table module support\n" "+\n" "+Linker table helpers\n" - "+====================\n" + "+==========\n" "+\n" "+.. kernel-doc:: include/linux/tables.h\n" "+ :doc: Linker table helpers\n" @@ -246,7 +242,7 @@ "+ :functions: LINKTABLE_ADDR_WITHIN\n" "+\n" "+Constructing linker tables\n" - "+==========================\n" + "+=============\n" "+\n" "+.. kernel-doc:: include/linux/tables.h\n" "+ :doc: Constructing linker tables\n" @@ -314,8 +310,7 @@ "+ :functions: LINKTABLE_INIT_DATA\n" "+\n" "+Declaring Linker tables\n" - "+=======================\n" - "+\n" + "+===========+\n" "+.. kernel-doc:: include/linux/tables.h\n" "+ :doc: Declaring Linker tables\n" "+\n" @@ -330,7 +325,7 @@ "+ :functions: DECLARE_LINKTABLE_RO\n" "+\n" "+Defining Linker tables\n" - "+======================\n" + "+===========\n" "+\n" "+.. kernel-doc:: include/linux/tables.h\n" "+ :doc: Defining Linker tables\n" @@ -361,7 +356,7 @@ "+ :functions: DEFINE_LINKTABLE_INIT_DATA\n" "+\n" "+Iterating over Linker tables\n" - "+============================\n" + "+==============\n" "+\n" "+.. kernel-doc:: include/linux/tables.h\n" "+ :doc: Iterating over Linker tables\n" @@ -707,7 +702,7 @@ "+\t\".rodata.tbl.*|\"\n" " \t\".init.text.rng.*|\"\n" "+\t\".init.text.tbl.*|\"\n" - " #if ELF_BITS == 64\n" + " #if ELF_BITS = 64\n" " \t\"__per_cpu_load|\"\n" " \t\"init_per_cpu__.*|\"\n" "diff --git a/arch/xtensa/include/asm/Kbuild b/arch/xtensa/include/asm/Kbuild\n" @@ -1439,4 +1434,4 @@ "-- \n" 2.9.2 -77e36d6ca068b4ac9e9549667ef64a7e68d50df8e3b923212abe19fc062fe784 +524cd2f6a495a296558bd100b931aebb3ebd0f6891600b3fefae1a1b9e32fbd1
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.