diff for duplicates of <20161222023811.21246-13-mcgrof@kernel.org> diff --git a/a/content_digest b/N1/content_digest index 9541128..540ec26 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" "kprobe makes use of two custom sections, each custom section\n" @@ -876,4 +903,4 @@ "-- \n" 2.10.1 -f7c4c0dc6d63da006edc80ce03a5c0861e2659c094c890f98cdf704217d0e848 +e426ce2b69b8a6af3521ca67792cd003346bd6072386fcdbda7d646e83451fa2
diff --git a/a/1.txt b/N2/1.txt index d47c629..d1b0f97 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -22,8 +22,7 @@ and kicks as expected. Also ran ./ftracetest with no issues: sudo ./ftracetest -=== Ftrace unit tests === -[1] Basic trace file check [PASS] +== Ftrace unit tests =[1] Basic trace file check [PASS] [2] Basic test for tracers [PASS] [3] Basic trace clock test [PASS] [4] Basic event tracing check [PASS] @@ -795,13 +794,13 @@ index aeb34223167c..6e95f3f87db1 100644 --- a/scripts/recordmcount.c +++ b/scripts/recordmcount.c @@ -417,7 +417,7 @@ is_mcounted_section_name(char const *const txtname) - strcmp(".spinlock.text", txtname) == 0 || - strcmp(".irqentry.text", txtname) == 0 || - strcmp(".softirqentry.text", txtname) == 0 || -- strcmp(".kprobes.text", txtname) == 0 || -+ strcmp(".text..rng.kprobes.any", txtname) == 0 || - strcmp(".cpuidle.text", txtname) == 0 || - strcmp(".text.unlikely", txtname) == 0; + strcmp(".spinlock.text", txtname) = 0 || + strcmp(".irqentry.text", txtname) = 0 || + strcmp(".softirqentry.text", txtname) = 0 || +- strcmp(".kprobes.text", txtname) = 0 || ++ strcmp(".text..rng.kprobes.any", txtname) = 0 || + strcmp(".cpuidle.text", txtname) = 0 || + strcmp(".text.unlikely", txtname) = 0; } diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl index 0b6002b36f20..15e2fa37c489 100755 diff --git a/a/content_digest b/N2/content_digest index 9541128..327e13c 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 12/14] kprobes: port .kprobes.text to section range\0" - "Date\0Wed, 21 Dec 2016 18:38:08 -0800\0" + "Date\0Thu, 22 Dec 2016 02:38:08 +0000\0" "To\0hpa@zytor.com" acme@redhat.com tglx@linutronix.de @@ -79,8 +79,7 @@ "Also ran ./ftracetest with no issues:\n" "\n" "sudo ./ftracetest\n" - "=== Ftrace unit tests ===\n" - "[1] Basic trace file check\t[PASS]\n" + "== Ftrace unit tests =[1] Basic trace file check\t[PASS]\n" "[2] Basic test for tracers\t[PASS]\n" "[3] Basic trace clock test\t[PASS]\n" "[4] Basic event tracing check\t[PASS]\n" @@ -852,13 +851,13 @@ "--- a/scripts/recordmcount.c\n" "+++ b/scripts/recordmcount.c\n" "@@ -417,7 +417,7 @@ is_mcounted_section_name(char const *const txtname)\n" - " \t\tstrcmp(\".spinlock.text\", txtname) == 0 ||\n" - " \t\tstrcmp(\".irqentry.text\", txtname) == 0 ||\n" - " \t\tstrcmp(\".softirqentry.text\", txtname) == 0 ||\n" - "-\t\tstrcmp(\".kprobes.text\", txtname) == 0 ||\n" - "+\t\tstrcmp(\".text..rng.kprobes.any\", txtname) == 0 ||\n" - " \t\tstrcmp(\".cpuidle.text\", txtname) == 0 ||\n" - " \t\tstrcmp(\".text.unlikely\", txtname) == 0;\n" + " \t\tstrcmp(\".spinlock.text\", txtname) = 0 ||\n" + " \t\tstrcmp(\".irqentry.text\", txtname) = 0 ||\n" + " \t\tstrcmp(\".softirqentry.text\", txtname) = 0 ||\n" + "-\t\tstrcmp(\".kprobes.text\", txtname) = 0 ||\n" + "+\t\tstrcmp(\".text..rng.kprobes.any\", txtname) = 0 ||\n" + " \t\tstrcmp(\".cpuidle.text\", txtname) = 0 ||\n" + " \t\tstrcmp(\".text.unlikely\", txtname) = 0;\n" " }\n" "diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl\n" "index 0b6002b36f20..15e2fa37c489 100755\n" @@ -876,4 +875,4 @@ "-- \n" 2.10.1 -f7c4c0dc6d63da006edc80ce03a5c0861e2659c094c890f98cdf704217d0e848 +7c0b0d1782b8f071ab8c15a7112306c432bdffacc80c011c1734b273f7014809
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.