diff for duplicates of <20161222023811.21246-4-mcgrof@kernel.org> diff --git a/a/content_digest b/N1/content_digest index a3b47b7..fd7b379 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -52,7 +52,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" @@ -1024,4 +1051,4 @@ "-- \n" 2.10.1 -917b9a22e8aa454f5461253cc5784f0e91a6a0e56cf475f5396de8593b311422 +d9c9d07fa41326595c3e008fb31a13ae860a295697c16acd5e5de8dbc113e128
diff --git a/a/1.txt b/N2/1.txt index 471aa56..87faa5c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -151,15 +151,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 +------------ @@ -172,8 +172,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 @@ -234,12 +233,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 308826f5094b..93bebccad674 100644 @@ -554,7 +553,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 @@ -876,7 +875,7 @@ index 000000000000..1e64674f6d7d + * + * 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 a3b47b7..508d941 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "ref\020161222023811.21246-1-mcgrof@kernel.org\0" "From\0Luis R. Rodriguez <mcgrof@kernel.org>\0" "Subject\0[PATCH v5 03/14] ranges.h: add helpers to build and identify Linux section ranges\0" - "Date\0Wed, 21 Dec 2016 18:37:59 -0800\0" + "Date\0Thu, 22 Dec 2016 02:37:59 +0000\0" "To\0hpa@zytor.com" acme@redhat.com tglx@linutronix.de @@ -208,15 +208,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" @@ -229,8 +229,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" @@ -291,12 +290,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 308826f5094b..93bebccad674 100644\n" @@ -611,7 +610,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" @@ -933,7 +932,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" @@ -1024,4 +1023,4 @@ "-- \n" 2.10.1 -917b9a22e8aa454f5461253cc5784f0e91a6a0e56cf475f5396de8593b311422 +c54f31b71ce8e2b1ec7f8c1fca9f747d590544e9296f532ae6c85c8dc606c4d9
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.