diff for duplicates of <20161222023811.21246-11-mcgrof@kernel.org> diff --git a/a/content_digest b/N1/content_digest index 55ce186..1d12955 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -52,7 +52,38 @@ 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> + Barry Song <barry.song@analog.com> + Mike Frysinger <vapier@gentoo.org> + Michael Matz <matz@suse.de> + " Fengguang Wu <fengguang.wu@intel.com>\0" "\00:1\0" "b\0" "This removes the custom vmlinux.lds.h hacks and uses\n" @@ -204,4 +235,4 @@ "-- \n" 2.10.1 -543743a539aa2515f6cfdd42bae41d2eda2a5aaeb87d05f68d30ea6bd73fb4b3 +ea5129c114e7560958504d7828ce0660f24f3201bfa0d569d56a8223e2d1cc82
diff --git a/a/1.txt b/N2/1.txt index b64fd3c..dcf8fb2 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -108,7 +108,7 @@ index da796e2dc4f5..23da6bcf2f95 100644 int n = 0, entries = 0, modct = 0; int verbose_bytes = 0; -- if (__start___verbose == __stop___verbose) { +- if (__start___verbose = __stop___verbose) { - pr_warn("_ddebug table is empty in a CONFIG_DYNAMIC_DEBUG build\n"); + if (LINKTABLE_EMPTY(__verbose)) { + pr_warn("dynamic debug linker table empty on CONFIG_DYNAMIC_DEBUG build\n"); diff --git a/a/content_digest b/N2/content_digest index 55ce186..14e2b5d 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 10/14] dynamic_debug: port to use linker tables\0" - "Date\0Wed, 21 Dec 2016 18:38:06 -0800\0" + "Date\0Thu, 22 Dec 2016 02:38:06 +0000\0" "To\0hpa@zytor.com" acme@redhat.com tglx@linutronix.de @@ -165,7 +165,7 @@ " \tint n = 0, entries = 0, modct = 0;\n" " \tint verbose_bytes = 0;\n" " \n" - "-\tif (__start___verbose == __stop___verbose) {\n" + "-\tif (__start___verbose = __stop___verbose) {\n" "-\t\tpr_warn(\"_ddebug table is empty in a CONFIG_DYNAMIC_DEBUG build\\n\");\n" "+\tif (LINKTABLE_EMPTY(__verbose)) {\n" "+\t\tpr_warn(\"dynamic debug linker table empty on CONFIG_DYNAMIC_DEBUG build\\n\");\n" @@ -204,4 +204,4 @@ "-- \n" 2.10.1 -543743a539aa2515f6cfdd42bae41d2eda2a5aaeb87d05f68d30ea6bd73fb4b3 +af0a117601ebb35673953b0f5a6467cf70cfedea83d903776e848d3330fa792f
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.