diff for duplicates of <202201191359.5E67E74A@keescook> diff --git a/a/1.txt b/N1/1.txt index 91c90e7..5156c23 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -74,7 +74,7 @@ dev cycle and I can give some feedback. > > > - pr_info("attempting ok execution at %px\n", do_nothing); > > > + pr_info("attempting ok execution at %px\n", do_nothing_text); > > > do_nothing(); -> > > if (write == CODE_WRITE) { +> > > if (write = CODE_WRITE) { > > > - memcpy(dst, do_nothing, EXEC_SIZE); > > > + memcpy(dst, do_nothing_text, EXEC_SIZE); > > > flush_icache_range((unsigned long)dst, diff --git a/a/content_digest b/N1/content_digest index a92f0ce..392c06a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\0c635dff6-2bca-3486-014f-12ae00bd1777@csgroup.eu\0" "From\0Kees Cook <keescook@chromium.org>\0" "Subject\0Re: [PATCH v3 11/12] lkdtm: Fix execute_[user]_location()\0" - "Date\0Wed, 19 Jan 2022 14:00:26 -0800\0" + "Date\0Wed, 19 Jan 2022 21:58:36 +0000\0" "To\0Christophe Leroy <christophe.leroy@csgroup.eu>\0" "Cc\0Helge Deller <deller@gmx.de>" Benjamin Herrenschmidt <benh@kernel.crashing.org> @@ -98,7 +98,7 @@ "> > > -\302\240\302\240\302\240 pr_info(\"attempting ok execution at %px\\n\", do_nothing);\n" "> > > +\302\240\302\240\302\240 pr_info(\"attempting ok execution at %px\\n\", do_nothing_text);\n" "> > > \302\240\302\240\302\240\302\240\302\240 do_nothing();\n" - "> > > \302\240\302\240\302\240\302\240\302\240 if (write == CODE_WRITE) {\n" + "> > > \302\240\302\240\302\240\302\240\302\240 if (write = CODE_WRITE) {\n" "> > > -\302\240\302\240\302\240\302\240\302\240\302\240\302\240 memcpy(dst, do_nothing, EXEC_SIZE);\n" "> > > +\302\240\302\240\302\240\302\240\302\240\302\240\302\240 memcpy(dst, do_nothing_text, EXEC_SIZE);\n" "> > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240 flush_icache_range((unsigned long)dst,\n" @@ -146,4 +146,4 @@ "-- \n" Kees Cook -64d39b39026c37b73d12db51f2a30ac06f8dd7d76d6889cabaaea5afe6ff2337 +7e5505eefbcf4403fe3c35e7c102c2e92b350788ae2b6dd18b5dc44928af6ff8
diff --git a/a/content_digest b/N2/content_digest index a92f0ce..97f36a5 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -6,20 +6,18 @@ "Subject\0Re: [PATCH v3 11/12] lkdtm: Fix execute_[user]_location()\0" "Date\0Wed, 19 Jan 2022 14:00:26 -0800\0" "To\0Christophe Leroy <christophe.leroy@csgroup.eu>\0" - "Cc\0Helge Deller <deller@gmx.de>" - Benjamin Herrenschmidt <benh@kernel.crashing.org> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - linux-kernel@vger.kernel.org - Andrew Morton <akpm@linux-foundation.org> - linuxppc-dev@lists.ozlabs.org + "Cc\0linux-arch@vger.kernel.org" linux-ia64@vger.kernel.org + Arnd Bergmann <arnd@arndb.de> linux-parisc@vger.kernel.org - linux-arch@vger.kernel.org - linux-mm@kvack.org + Helge Deller <deller@gmx.de> + linux-kernel@vger.kernel.org James E.J. Bottomley <James.Bottomley@hansenpartnership.com> + linux-mm@kvack.org Paul Mackerras <paulus@samba.org> - Arnd Bergmann <arnd@arndb.de> - " Michael Ellerman <mpe@ellerman.id.au>\0" + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Andrew Morton <akpm@linux-foundation.org> + " linuxppc-dev@lists.ozlabs.org\0" "\00:1\0" "b\0" "On Wed, Jan 19, 2022 at 08:28:54PM +0100, Christophe Leroy wrote:\n" @@ -146,4 +144,4 @@ "-- \n" Kees Cook -64d39b39026c37b73d12db51f2a30ac06f8dd7d76d6889cabaaea5afe6ff2337 +68a24e2b67c011959c5c8832cd91da4a9769da4fec61c8e8d3a22dbd95d73853
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.