diff for duplicates of <20170115211057.17167-4-mcgrof@kernel.org> diff --git a/a/content_digest b/N1/content_digest index 2cd6df0..5bd8ddf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -53,7 +53,34 @@ linux@rasmusvillemoes.dk jkosina@suse.cz korea.drzix@gmail.com - " linux-kbuild@vger.kernel\0" + linux-kbuild@vger.kernel.org + 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 + jolsa@kernel.org + msalter@redhat.com + chris@zankel.net + jcmvbkbc@gmail.com + linux-xtensa@linux-xtensa.org + adrian.hunter@intel.com + dsahern@gmail.com + namhyung@kernel.org + wangnan0@huawei.com + dmitry.torokhov@gmail.com + joro@8bytes.org + paulus@samba.org + mpe@ellerman.id.au + James.Bottomley@hansenpartnership.com + " Luis R. Rodriguez <mcgrof@kernel.org>\0" "\00:1\0" "b\0" "Section ranges are on one of the types of custom sections\n" @@ -1027,4 +1054,4 @@ "-- \n" 2.11.0 -6b3aaf183c79d3e4719afdbc855e38661780704c24856344984cc4644a1f9639 +ce63bf1da22be6991da18d79b2ecdc6a09f9d22509f0fa35ac9b94eab9c69897
diff --git a/a/1.txt b/N2/1.txt index e6d95d7..f0bd294 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -153,15 +153,15 @@ index 000000000000..d9d3af4e52cb --- /dev/null +++ b/Documentation/sections/ranges.rst @@ -0,0 +1,74 @@ -+==================== ++========== +Linux section ranges -+==================== ++========== + +This documents Linux' use of section ranges, how you can use +them and how they work. + +About section ranges -+==================== ++========== + +Introduction +------------ @@ -174,8 +174,7 @@ index 000000000000..d9d3af4e52cb + :doc: Section range module support + +Section range helpers -+===================== -+.. kernel-doc:: include/linux/ranges.h ++==========+.. kernel-doc:: include/linux/ranges.h + :doc: Section range helpers + +SECTION_RANGE_START @@ -236,12 +235,12 @@ index ac5815a0d9b3..1f613a6c7b78 100644 :doc: .ref.rodata +Linux section ordering -+====================== ++=========== +.. kernel-doc:: include/asm-generic/section-core.h + :doc: Linux section ordering + Generic Linux kernel section helpers - ==================================== + ================== diff --git a/MAINTAINERS b/MAINTAINERS index 5e580b1257fb..e0f29ccda90b 100644 @@ -556,7 +555,7 @@ index 73eb7fd4aec4..f96fa2ddf7c9 100644 "(jiffies|jiffies_64)|" + ".rodata..rng.*|" + ".init.text..rng.*|" - #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 @@ -878,7 +877,7 @@ index 000000000000..3368fc475cd8 + * + * bool is_empty = LINKTABLE_EMPTY(some_fns); + */ -+#define SECTION_RANGE_EMPTY(name) (SECTION_RANGE_SIZE(name) == 0) ++#define SECTION_RANGE_EMPTY(name) (SECTION_RANGE_SIZE(name) = 0) + +/** + * SECTION_RANGE_ADDR_WITHIN - returns true if address is in the section range diff --git a/a/content_digest b/N2/content_digest index 2cd6df0..9f20cd9 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "ref\020170115211057.17167-1-mcgrof@kernel.org\0" "From\0Luis R. Rodriguez <mcgrof@kernel.org>\0" "Subject\0[PATCH v7 03/14] ranges.h: add helpers to build and identify Linux section ranges\0" - "Date\0Sun, 15 Jan 2017 13:10:46 -0800\0" + "Date\0Sun, 15 Jan 2017 21:10:46 +0000\0" "To\0bp@alien8.de" bp@suse.de hpa@zytor.com @@ -211,15 +211,15 @@ "--- /dev/null\n" "+++ b/Documentation/sections/ranges.rst\n" "@@ -0,0 +1,74 @@\n" - "+====================\n" + "+==========\n" "+Linux section ranges\n" - "+====================\n" + "+==========\n" "+\n" "+This documents Linux' use of section ranges, how you can use\n" "+them and how they work.\n" "+\n" "+About section ranges\n" - "+====================\n" + "+==========\n" "+\n" "+Introduction\n" "+------------\n" @@ -232,8 +232,7 @@ "+ :doc: Section range module support\n" "+\n" "+Section range helpers\n" - "+=====================\n" - "+.. kernel-doc:: include/linux/ranges.h\n" + "+==========+.. kernel-doc:: include/linux/ranges.h\n" "+ :doc: Section range helpers\n" "+\n" "+SECTION_RANGE_START\n" @@ -294,12 +293,12 @@ " :doc: .ref.rodata\n" " \n" "+Linux section ordering\n" - "+======================\n" + "+===========\n" "+.. kernel-doc:: include/asm-generic/section-core.h\n" "+ :doc: Linux section ordering\n" "+\n" " Generic Linux kernel section helpers\n" - " ====================================\n" + " ==================\n" " \n" "diff --git a/MAINTAINERS b/MAINTAINERS\n" "index 5e580b1257fb..e0f29ccda90b 100644\n" @@ -614,7 +613,7 @@ " \t\"(jiffies|jiffies_64)|\"\n" "+\t\".rodata..rng.*|\"\n" "+\t\".init.text..rng.*|\"\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" @@ -936,7 +935,7 @@ "+ *\n" "+ * bool is_empty = LINKTABLE_EMPTY(some_fns);\n" "+ */\n" - "+#define SECTION_RANGE_EMPTY(name)\t(SECTION_RANGE_SIZE(name) == 0)\n" + "+#define SECTION_RANGE_EMPTY(name)\t(SECTION_RANGE_SIZE(name) = 0)\n" "+\n" "+/**\n" "+ * SECTION_RANGE_ADDR_WITHIN - returns true if address is in the section range\n" @@ -1027,4 +1026,4 @@ "-- \n" 2.11.0 -6b3aaf183c79d3e4719afdbc855e38661780704c24856344984cc4644a1f9639 +a6a1375af9f4364962fd931c29451d7960a4c8e6e496c7c064030e0b32b224ba
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.