diff for duplicates of <e1be1dda-90ab-052d-496b-3de01ffc80d1@users.sourceforge.net> diff --git a/a/1.txt b/N1/1.txt index e10bac2..aea271e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -88,8 +88,3 @@ Would you eventually like to run such scripts once more? Regards, Markus - -_______________________________________________ -linux-snps-arc mailing list -linux-snps-arc@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-snps-arc diff --git a/a/content_digest b/N1/content_digest index c5f33fc..8594276 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,32 +5,65 @@ "Subject\0Re: [PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions\0" "Date\0Sat, 13 Oct 2018 11:22:49 +0200\0" "To\0Joel Fernandes <joel@joelfernandes.org>\0" - "Cc\0linux-mips@linux-mips.org" - Rich Felker <dalias@libc.org> - linux-ia64@vger.kernel.org - linux-sh@vger.kernel.org - Peter Zijlstra <peterz@infradead.org> + "Cc\0kernel-janitors@vger.kernel.org" + linux-kernel@vger.kernel.org + kernel-team@android.com + Michal Hocko <mhocko@kernel.org> + Julia Lawall <Julia.Lawall@lip6.fr> + Andrey Ryabinin <aryabinin@virtuozzo.com> + Andy Lutomirski <luto@kernel.org> + Borislav Petkov <bp@alien8.de> Catalin Marinas <catalin.marinas@arm.com> + Chris Zankel <chris@zankel.net> + Daniel Colascione <dancol@google.com> Dave Hansen <dave.hansen@linux.intel.com> - kernel-janitors@vger.kernel.org - Michal Hocko <mhocko@kernel.org> + David S. Miller <davem@davemloft.net> + Fenghua Yu <fenghua.yu@intel.com> + Geert Uytterhoeven <geert@linux-m68k.org> + Guan Xuetao <gxt@pku.edu.cn> + Helge Deller <deller@gmx.de> + Hugh Dickins <hughd@google.com> + Ingo Molnar <mingo@redhat.com> + James E. J. Bottomley <jejb@parisc-linux.org> + Jeff Dike <jdike@addtoit.com> + Jonas Bonn <jonas@southpole.se> + kasan-dev@googlegroups.com + kvmarm@lists.cs.columbia.edu + Ley Foon Tan <lftan@altera.com> + linux-alpha@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-hexagon@vger.kernel.org + linux-ia64@vger.kernel.org + linux-m68k@lists.linux-m68k.org + linux-mips@linux-mips.org linux-mm@kvack.org - Lokesh Gidra <lokeshgidra@google.com> - sparclinux@vger.kernel.org + linux-parisc@vger.kernel.org + linuxppc-dev@lists.ozlabs.org linux-riscv@lists.infradead.org - kvmarm@lists.cs.columbia.edu - Jonas Bonn <jonas@southpole.se> linux-s390@vger.kernel.org - Daniel Colascione <dancol@google.com> - Yoshinori Sato <ysato@users.sourceforge.jp> + linux-sh@vger.kernel.org + linux-snps-arc@lists.infradead.org + linux-um@lists.infradead.org + pantin@google.com + Lokesh Gidra <lokeshgidra@google.com> Max Filippov <jcmvbkbc@gmail.com> - linux-hexagon@vger.kernel.org - Helge Deller <deller@gmx.de> + Minchan Kim <minchan@kernel.org> + nios2-dev@lists.rocketboards.org + openrisc@lists.librecores.org + Peter Zijlstra <peterz@infradead.org> + Richard Weinberger <richard@nod.at> + Rich Felker <dalias@libc.org> + Sam Creasey <sammy@sammy.net> + sparclinux@vger.kernel.org + Stafford Horne <shorne@gmail.com> + Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> + Thomas Gleixner <tglx@linutronix.de> + Tony Luck <tony.luck@intel.com> + Will Deacon <will.deacon@arm.com> maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT) <x86@kernel.org> - Hugh Dickins <hughd@google.com> - James E. J. Bottomley <jejb@parisc-linux.org> - kasan-dev@googlegroups.com - " Ingo\0" + Yoshinori Sato <ysato@users.sourceforge.jp> + Kirill A. Shutemov <kirill@shutemov.name> + " Andrew Morton <akpm@linux-foundation.org>\0" "\00:1\0" "b\0" ">>> The changes were obtained by applying the following Coccinelle script.\n" @@ -122,11 +155,6 @@ "Would you eventually like to run such scripts once more?\n" "\n" "Regards,\n" - "Markus\n" - "\n" - "_______________________________________________\n" - "linux-snps-arc mailing list\n" - "linux-snps-arc@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-snps-arc + Markus -a7f52f811ccb82d26d3b9f061ad5882c1ce1acdd9f795ac420dcf5d5f5b101ee +b02cad8a4d1d5e16c4455d6a997e502c264f3aaf7f1dd73a7657ec6c73f6916a
diff --git a/a/1.txt b/N2/1.txt index e10bac2..f5d65eb 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,95 +1,48 @@ ->>> The changes were obtained by applying the following Coccinelle script. - -How do you think about to adjust the order of provided information -in the commit description? -1. Update goals -2. Transformation implementation at the end - - ->> "^(?:pte_alloc(?:_one(?:_kernel)?)?|__pte_alloc(?:_kernel)?)$"; -> -> Sure it looks more clever, but why? - -1. Usage of non-capturing parentheses -2. Clearer specification which parts can be treated as optional - in the search pattern. - - -> Ugh that's harder to read and confusing. - -* Do you care for coding style and execution speed of regular expressions? - -* If you would prefer to list function names without placeholders, - you can eventually specify them also within SmPL disjunctions directly. - -* It can look simpler to use an identifier list as a constraint variant. - http://coccinelle.lip6.fr/docs/main_grammar002.html - - -> Again this is confusing. - -The view points can be different for such SmPL code. - - T3 fn(T1 E1 -( -- , T2 E2 -| , T2 E2 -- , T4 E4 -) ); - - -> It makes one think that maybe the second argument can also be removed - -You expressed this as the first transformation possibility, didn't you? - -You would like to delete an argument from the end of a function -or macro parameter (or expression) list. -I suggest then again to avoid the SmPL specification of source code additions -(plus lines in the file difference format). - - -> and requires careful observation that the ");" follows. - -Yes, of course. - -Would you care more in the distinction which code parts should be kept unchanged? - - -> Right, I don't need it in this case. - -Thanks for your understanding that the metavariable “position p” -can be deleted in the SmPL rule “pte_alloc_macro”. - - -> But the script works either way. - -I imagine that you can become interested in a bit nicer run time characteristics. - - -> I like to take more of a problem solving approach that makes sense, - -This is usual. - - -> than aiming for perfection, - -If you will work more with scripts for the semantic patch language, -you might become used to additional coding variants. - - -> after all this is a useful script that we do not need to check -> in once we finish with it. - -I am curious if there will evolve a need to add similar transformation approaches -to a known script collection. -https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scripts/coccinelle?id=79fc170b1f5c36f486d886bfbd59eb4e62321128 - -Would you eventually like to run such scripts once more? - -Regards, -Markus - -_______________________________________________ -linux-snps-arc mailing list -linux-snps-arc@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-snps-arc +Pj4+IFRoZSBjaGFuZ2VzIHdlcmUgb2J0YWluZWQgYnkgYXBwbHlpbmcgdGhlIGZvbGxvd2luZyBD +b2NjaW5lbGxlIHNjcmlwdC4KCkhvdyBkbyB5b3UgdGhpbmsgYWJvdXQgdG8gYWRqdXN0IHRoZSBv +cmRlciBvZiBwcm92aWRlZCBpbmZvcm1hdGlvbgppbiB0aGUgY29tbWl0IGRlc2NyaXB0aW9uPwox +LiBVcGRhdGUgZ29hbHMKMi4gVHJhbnNmb3JtYXRpb24gaW1wbGVtZW50YXRpb24gYXQgdGhlIGVu +ZAoKCj4+ICJeKD86cHRlX2FsbG9jKD86X29uZSg/Ol9rZXJuZWwpPyk/fF9fcHRlX2FsbG9jKD86 +X2tlcm5lbCk/KSQiOwo+IAo+IFN1cmUgaXQgbG9va3MgbW9yZSBjbGV2ZXIsIGJ1dCB3aHk/Cgox +LiBVc2FnZSBvZiBub24tY2FwdHVyaW5nIHBhcmVudGhlc2VzCjIuIENsZWFyZXIgc3BlY2lmaWNh +dGlvbiB3aGljaCBwYXJ0cyBjYW4gYmUgdHJlYXRlZCBhcyBvcHRpb25hbAogICBpbiB0aGUgc2Vh +cmNoIHBhdHRlcm4uCgoKPiBVZ2ggdGhhdCdzIGhhcmRlciB0byByZWFkIGFuZCBjb25mdXNpbmcu +CgoqIERvIHlvdSBjYXJlIGZvciBjb2Rpbmcgc3R5bGUgYW5kIGV4ZWN1dGlvbiBzcGVlZCBvZiBy +ZWd1bGFyIGV4cHJlc3Npb25zPwoKKiBJZiB5b3Ugd291bGQgcHJlZmVyIHRvIGxpc3QgZnVuY3Rp +b24gbmFtZXMgd2l0aG91dCBwbGFjZWhvbGRlcnMsCiAgeW91IGNhbiBldmVudHVhbGx5IHNwZWNp +ZnkgdGhlbSBhbHNvIHdpdGhpbiBTbVBMIGRpc2p1bmN0aW9ucyBkaXJlY3RseS4KCiogSXQgY2Fu +IGxvb2sgc2ltcGxlciB0byB1c2UgYW4gaWRlbnRpZmllciBsaXN0IGFzIGEgY29uc3RyYWludCB2 +YXJpYW50LgogIGh0dHA6Ly9jb2NjaW5lbGxlLmxpcDYuZnIvZG9jcy9tYWluX2dyYW1tYXIwMDIu +aHRtbAoKCj4gQWdhaW4gdGhpcyBpcyBjb25mdXNpbmcuCgpUaGUgdmlldyBwb2ludHMgY2FuIGJl +IGRpZmZlcmVudCBmb3Igc3VjaCBTbVBMIGNvZGUuCgogVDMgZm4oVDEgRTEKKAotICAgICAgICAg +ICAsIFQyIEUyCnwgICAgICAgICAgICwgVDIgRTIKLSAgICAgICAgICAgLCBUNCBFNAopICAgICAp +OwoKCj4gSXQgbWFrZXMgb25lIHRoaW5rIHRoYXQgbWF5YmUgdGhlIHNlY29uZCBhcmd1bWVudCBj +YW4gYWxzbyBiZSByZW1vdmVkCgpZb3UgZXhwcmVzc2VkIHRoaXMgYXMgdGhlIGZpcnN0IHRyYW5z +Zm9ybWF0aW9uIHBvc3NpYmlsaXR5LCBkaWRuJ3QgeW91PwoKWW91IHdvdWxkIGxpa2UgdG8gZGVs +ZXRlIGFuIGFyZ3VtZW50IGZyb20gdGhlIGVuZCBvZiBhIGZ1bmN0aW9uCm9yIG1hY3JvIHBhcmFt +ZXRlciAob3IgZXhwcmVzc2lvbikgbGlzdC4KSSBzdWdnZXN0IHRoZW4gYWdhaW4gdG8gYXZvaWQg +dGhlIFNtUEwgc3BlY2lmaWNhdGlvbiBvZiBzb3VyY2UgY29kZSBhZGRpdGlvbnMKKHBsdXMgbGlu +ZXMgaW4gdGhlIGZpbGUgZGlmZmVyZW5jZSBmb3JtYXQpLgoKCj4gYW5kIHJlcXVpcmVzIGNhcmVm +dWwgb2JzZXJ2YXRpb24gdGhhdCB0aGUgIik7IiBmb2xsb3dzLgoKWWVzLCBvZiBjb3Vyc2UuCgpX +b3VsZCB5b3UgY2FyZSBtb3JlIGluIHRoZSBkaXN0aW5jdGlvbiB3aGljaCBjb2RlIHBhcnRzIHNo +b3VsZCBiZSBrZXB0IHVuY2hhbmdlZD8KCgo+IFJpZ2h0LCBJIGRvbid0IG5lZWQgaXQgaW4gdGhp +cyBjYXNlLgoKVGhhbmtzIGZvciB5b3VyIHVuZGVyc3RhbmRpbmcgdGhhdCB0aGUgbWV0YXZhcmlh +YmxlIOKAnHBvc2l0aW9uIHDigJ0KY2FuIGJlIGRlbGV0ZWQgaW4gdGhlIFNtUEwgcnVsZSDigJxw +dGVfYWxsb2NfbWFjcm/igJ0uCgoKPiBCdXQgdGhlIHNjcmlwdCB3b3JrcyBlaXRoZXIgd2F5LgoK +SSBpbWFnaW5lIHRoYXQgeW91IGNhbiBiZWNvbWUgaW50ZXJlc3RlZCBpbiBhIGJpdCBuaWNlciBy +dW4gdGltZSBjaGFyYWN0ZXJpc3RpY3MuCgoKPiBJIGxpa2UgdG8gdGFrZSBtb3JlIG9mIGEgcHJv +YmxlbSBzb2x2aW5nIGFwcHJvYWNoIHRoYXQgbWFrZXMgc2Vuc2UsCgpUaGlzIGlzIHVzdWFsLgoK +Cj4gdGhhbiBhaW1pbmcgZm9yIHBlcmZlY3Rpb24sCgpJZiB5b3Ugd2lsbCB3b3JrIG1vcmUgd2l0 +aCBzY3JpcHRzIGZvciB0aGUgc2VtYW50aWMgcGF0Y2ggbGFuZ3VhZ2UsCnlvdSBtaWdodCBiZWNv +bWUgdXNlZCB0byBhZGRpdGlvbmFsIGNvZGluZyB2YXJpYW50cy4KCgo+IGFmdGVyIGFsbCB0aGlz +IGlzIGEgdXNlZnVsIHNjcmlwdCB0aGF0IHdlIGRvIG5vdCBuZWVkIHRvIGNoZWNrCj4gaW4gb25j +ZSB3ZSBmaW5pc2ggd2l0aCBpdC4KCkkgYW0gY3VyaW91cyBpZiB0aGVyZSB3aWxsIGV2b2x2ZSBh +IG5lZWQgdG8gYWRkIHNpbWlsYXIgdHJhbnNmb3JtYXRpb24gYXBwcm9hY2hlcwp0byBhIGtub3du +IHNjcmlwdCBjb2xsZWN0aW9uLgpodHRwczovL2dpdC5rZXJuZWwub3JnL3B1Yi9zY20vbGludXgv +a2VybmVsL2dpdC90b3J2YWxkcy9saW51eC5naXQvdHJlZS9zY3JpcHRzL2NvY2NpbmVsbGU/aWQ9 +NzlmYzE3MGIxZjVjMzZmNDg2ZDg4NmJmYmQ1OWViNGU2MjMyMTEyOAoKV291bGQgeW91IGV2ZW50 +dWFsbHkgbGlrZSB0byBydW4gc3VjaCBzY3JpcHRzIG9uY2UgbW9yZT8KClJlZ2FyZHMsCk1hcmt1 +cwoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KbGludXgt +c25wcy1hcmMgbWFpbGluZyBsaXN0CmxpbnV4LXNucHMtYXJjQGxpc3RzLmluZnJhZGVhZC5vcmcK +aHR0cDovL2xpc3RzLmluZnJhZGVhZC5vcmcvbWFpbG1hbi9saXN0aW5mby9saW51eC1zbnBzLWFy +Yw== diff --git a/a/content_digest b/N2/content_digest index c5f33fc..9d5dde6 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -26,107 +26,60 @@ Max Filippov <jcmvbkbc@gmail.com> linux-hexagon@vger.kernel.org Helge Deller <deller@gmx.de> - maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT) <x86@kernel.org> + " maintainer:X86 ARCHITECTURE \\(32-BIT AND 64-BIT\\) <x86@kernel.org>" Hugh Dickins <hughd@google.com> James E. J. Bottomley <jejb@parisc-linux.org> kasan-dev@googlegroups.com - " Ingo\0" + " Ingo M\0" "\00:1\0" "b\0" - ">>> The changes were obtained by applying the following Coccinelle script.\n" - "\n" - "How do you think about to adjust the order of provided information\n" - "in the commit description?\n" - "1. Update goals\n" - "2. Transformation implementation at the end\n" - "\n" - "\n" - ">> \"^(?:pte_alloc(?:_one(?:_kernel)?)?|__pte_alloc(?:_kernel)?)$\";\n" - "> \n" - "> Sure it looks more clever, but why?\n" - "\n" - "1. Usage of non-capturing parentheses\n" - "2. Clearer specification which parts can be treated as optional\n" - " in the search pattern.\n" - "\n" - "\n" - "> Ugh that's harder to read and confusing.\n" - "\n" - "* Do you care for coding style and execution speed of regular expressions?\n" - "\n" - "* If you would prefer to list function names without placeholders,\n" - " you can eventually specify them also within SmPL disjunctions directly.\n" - "\n" - "* It can look simpler to use an identifier list as a constraint variant.\n" - " http://coccinelle.lip6.fr/docs/main_grammar002.html\n" - "\n" - "\n" - "> Again this is confusing.\n" - "\n" - "The view points can be different for such SmPL code.\n" - "\n" - " T3 fn(T1 E1\n" - "(\n" - "- , T2 E2\n" - "| , T2 E2\n" - "- , T4 E4\n" - ") );\n" - "\n" - "\n" - "> It makes one think that maybe the second argument can also be removed\n" - "\n" - "You expressed this as the first transformation possibility, didn't you?\n" - "\n" - "You would like to delete an argument from the end of a function\n" - "or macro parameter (or expression) list.\n" - "I suggest then again to avoid the SmPL specification of source code additions\n" - "(plus lines in the file difference format).\n" - "\n" - "\n" - "> and requires careful observation that the \");\" follows.\n" - "\n" - "Yes, of course.\n" - "\n" - "Would you care more in the distinction which code parts should be kept unchanged?\n" - "\n" - "\n" - "> Right, I don't need it in this case.\n" - "\n" - "Thanks for your understanding that the metavariable \342\200\234position p\342\200\235\n" - "can be deleted in the SmPL rule \342\200\234pte_alloc_macro\342\200\235.\n" - "\n" - "\n" - "> But the script works either way.\n" - "\n" - "I imagine that you can become interested in a bit nicer run time characteristics.\n" - "\n" - "\n" - "> I like to take more of a problem solving approach that makes sense,\n" - "\n" - "This is usual.\n" - "\n" - "\n" - "> than aiming for perfection,\n" - "\n" - "If you will work more with scripts for the semantic patch language,\n" - "you might become used to additional coding variants.\n" - "\n" - "\n" - "> after all this is a useful script that we do not need to check\n" - "> in once we finish with it.\n" - "\n" - "I am curious if there will evolve a need to add similar transformation approaches\n" - "to a known script collection.\n" - "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scripts/coccinelle?id=79fc170b1f5c36f486d886bfbd59eb4e62321128\n" - "\n" - "Would you eventually like to run such scripts once more?\n" - "\n" - "Regards,\n" - "Markus\n" - "\n" - "_______________________________________________\n" - "linux-snps-arc mailing list\n" - "linux-snps-arc@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-snps-arc + "Pj4+IFRoZSBjaGFuZ2VzIHdlcmUgb2J0YWluZWQgYnkgYXBwbHlpbmcgdGhlIGZvbGxvd2luZyBD\n" + "b2NjaW5lbGxlIHNjcmlwdC4KCkhvdyBkbyB5b3UgdGhpbmsgYWJvdXQgdG8gYWRqdXN0IHRoZSBv\n" + "cmRlciBvZiBwcm92aWRlZCBpbmZvcm1hdGlvbgppbiB0aGUgY29tbWl0IGRlc2NyaXB0aW9uPwox\n" + "LiBVcGRhdGUgZ29hbHMKMi4gVHJhbnNmb3JtYXRpb24gaW1wbGVtZW50YXRpb24gYXQgdGhlIGVu\n" + "ZAoKCj4+ICJeKD86cHRlX2FsbG9jKD86X29uZSg/Ol9rZXJuZWwpPyk/fF9fcHRlX2FsbG9jKD86\n" + "X2tlcm5lbCk/KSQiOwo+IAo+IFN1cmUgaXQgbG9va3MgbW9yZSBjbGV2ZXIsIGJ1dCB3aHk/Cgox\n" + "LiBVc2FnZSBvZiBub24tY2FwdHVyaW5nIHBhcmVudGhlc2VzCjIuIENsZWFyZXIgc3BlY2lmaWNh\n" + "dGlvbiB3aGljaCBwYXJ0cyBjYW4gYmUgdHJlYXRlZCBhcyBvcHRpb25hbAogICBpbiB0aGUgc2Vh\n" + "cmNoIHBhdHRlcm4uCgoKPiBVZ2ggdGhhdCdzIGhhcmRlciB0byByZWFkIGFuZCBjb25mdXNpbmcu\n" + "CgoqIERvIHlvdSBjYXJlIGZvciBjb2Rpbmcgc3R5bGUgYW5kIGV4ZWN1dGlvbiBzcGVlZCBvZiBy\n" + "ZWd1bGFyIGV4cHJlc3Npb25zPwoKKiBJZiB5b3Ugd291bGQgcHJlZmVyIHRvIGxpc3QgZnVuY3Rp\n" + "b24gbmFtZXMgd2l0aG91dCBwbGFjZWhvbGRlcnMsCiAgeW91IGNhbiBldmVudHVhbGx5IHNwZWNp\n" + "ZnkgdGhlbSBhbHNvIHdpdGhpbiBTbVBMIGRpc2p1bmN0aW9ucyBkaXJlY3RseS4KCiogSXQgY2Fu\n" + "IGxvb2sgc2ltcGxlciB0byB1c2UgYW4gaWRlbnRpZmllciBsaXN0IGFzIGEgY29uc3RyYWludCB2\n" + "YXJpYW50LgogIGh0dHA6Ly9jb2NjaW5lbGxlLmxpcDYuZnIvZG9jcy9tYWluX2dyYW1tYXIwMDIu\n" + "aHRtbAoKCj4gQWdhaW4gdGhpcyBpcyBjb25mdXNpbmcuCgpUaGUgdmlldyBwb2ludHMgY2FuIGJl\n" + "IGRpZmZlcmVudCBmb3Igc3VjaCBTbVBMIGNvZGUuCgogVDMgZm4oVDEgRTEKKAotICAgICAgICAg\n" + "ICAsIFQyIEUyCnwgICAgICAgICAgICwgVDIgRTIKLSAgICAgICAgICAgLCBUNCBFNAopICAgICAp\n" + "OwoKCj4gSXQgbWFrZXMgb25lIHRoaW5rIHRoYXQgbWF5YmUgdGhlIHNlY29uZCBhcmd1bWVudCBj\n" + "YW4gYWxzbyBiZSByZW1vdmVkCgpZb3UgZXhwcmVzc2VkIHRoaXMgYXMgdGhlIGZpcnN0IHRyYW5z\n" + "Zm9ybWF0aW9uIHBvc3NpYmlsaXR5LCBkaWRuJ3QgeW91PwoKWW91IHdvdWxkIGxpa2UgdG8gZGVs\n" + "ZXRlIGFuIGFyZ3VtZW50IGZyb20gdGhlIGVuZCBvZiBhIGZ1bmN0aW9uCm9yIG1hY3JvIHBhcmFt\n" + "ZXRlciAob3IgZXhwcmVzc2lvbikgbGlzdC4KSSBzdWdnZXN0IHRoZW4gYWdhaW4gdG8gYXZvaWQg\n" + "dGhlIFNtUEwgc3BlY2lmaWNhdGlvbiBvZiBzb3VyY2UgY29kZSBhZGRpdGlvbnMKKHBsdXMgbGlu\n" + "ZXMgaW4gdGhlIGZpbGUgZGlmZmVyZW5jZSBmb3JtYXQpLgoKCj4gYW5kIHJlcXVpcmVzIGNhcmVm\n" + "dWwgb2JzZXJ2YXRpb24gdGhhdCB0aGUgIik7IiBmb2xsb3dzLgoKWWVzLCBvZiBjb3Vyc2UuCgpX\n" + "b3VsZCB5b3UgY2FyZSBtb3JlIGluIHRoZSBkaXN0aW5jdGlvbiB3aGljaCBjb2RlIHBhcnRzIHNo\n" + "b3VsZCBiZSBrZXB0IHVuY2hhbmdlZD8KCgo+IFJpZ2h0LCBJIGRvbid0IG5lZWQgaXQgaW4gdGhp\n" + "cyBjYXNlLgoKVGhhbmtzIGZvciB5b3VyIHVuZGVyc3RhbmRpbmcgdGhhdCB0aGUgbWV0YXZhcmlh\n" + "YmxlIOKAnHBvc2l0aW9uIHDigJ0KY2FuIGJlIGRlbGV0ZWQgaW4gdGhlIFNtUEwgcnVsZSDigJxw\n" + "dGVfYWxsb2NfbWFjcm/igJ0uCgoKPiBCdXQgdGhlIHNjcmlwdCB3b3JrcyBlaXRoZXIgd2F5LgoK\n" + "SSBpbWFnaW5lIHRoYXQgeW91IGNhbiBiZWNvbWUgaW50ZXJlc3RlZCBpbiBhIGJpdCBuaWNlciBy\n" + "dW4gdGltZSBjaGFyYWN0ZXJpc3RpY3MuCgoKPiBJIGxpa2UgdG8gdGFrZSBtb3JlIG9mIGEgcHJv\n" + "YmxlbSBzb2x2aW5nIGFwcHJvYWNoIHRoYXQgbWFrZXMgc2Vuc2UsCgpUaGlzIGlzIHVzdWFsLgoK\n" + "Cj4gdGhhbiBhaW1pbmcgZm9yIHBlcmZlY3Rpb24sCgpJZiB5b3Ugd2lsbCB3b3JrIG1vcmUgd2l0\n" + "aCBzY3JpcHRzIGZvciB0aGUgc2VtYW50aWMgcGF0Y2ggbGFuZ3VhZ2UsCnlvdSBtaWdodCBiZWNv\n" + "bWUgdXNlZCB0byBhZGRpdGlvbmFsIGNvZGluZyB2YXJpYW50cy4KCgo+IGFmdGVyIGFsbCB0aGlz\n" + "IGlzIGEgdXNlZnVsIHNjcmlwdCB0aGF0IHdlIGRvIG5vdCBuZWVkIHRvIGNoZWNrCj4gaW4gb25j\n" + "ZSB3ZSBmaW5pc2ggd2l0aCBpdC4KCkkgYW0gY3VyaW91cyBpZiB0aGVyZSB3aWxsIGV2b2x2ZSBh\n" + "IG5lZWQgdG8gYWRkIHNpbWlsYXIgdHJhbnNmb3JtYXRpb24gYXBwcm9hY2hlcwp0byBhIGtub3du\n" + "IHNjcmlwdCBjb2xsZWN0aW9uLgpodHRwczovL2dpdC5rZXJuZWwub3JnL3B1Yi9zY20vbGludXgv\n" + "a2VybmVsL2dpdC90b3J2YWxkcy9saW51eC5naXQvdHJlZS9zY3JpcHRzL2NvY2NpbmVsbGU/aWQ9\n" + "NzlmYzE3MGIxZjVjMzZmNDg2ZDg4NmJmYmQ1OWViNGU2MjMyMTEyOAoKV291bGQgeW91IGV2ZW50\n" + "dWFsbHkgbGlrZSB0byBydW4gc3VjaCBzY3JpcHRzIG9uY2UgbW9yZT8KClJlZ2FyZHMsCk1hcmt1\n" + "cwoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KbGludXgt\n" + "c25wcy1hcmMgbWFpbGluZyBsaXN0CmxpbnV4LXNucHMtYXJjQGxpc3RzLmluZnJhZGVhZC5vcmcK\n" + "aHR0cDovL2xpc3RzLmluZnJhZGVhZC5vcmcvbWFpbG1hbi9saXN0aW5mby9saW51eC1zbnBzLWFy\n" + Yw== -a7f52f811ccb82d26d3b9f061ad5882c1ce1acdd9f795ac420dcf5d5f5b101ee +76f01b88765b56f93e079e192e12f3ab23491942483f437d240af83ac5fba2dd
diff --git a/a/1.txt b/N3/1.txt index e10bac2..d42131e 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -57,8 +57,8 @@ Would you care more in the distinction which code parts should be kept unchanged > Right, I don't need it in this case. -Thanks for your understanding that the metavariable “position p” -can be deleted in the SmPL rule “pte_alloc_macro”. +Thanks for your understanding that the metavariable ?position p? +can be deleted in the SmPL rule ?pte_alloc_macro?. > But the script works either way. @@ -88,8 +88,3 @@ Would you eventually like to run such scripts once more? Regards, Markus - -_______________________________________________ -linux-snps-arc mailing list -linux-snps-arc@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-snps-arc diff --git a/a/content_digest b/N3/content_digest index c5f33fc..366d0cd 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,36 +1,10 @@ "ref\020181012013756.11285-1-joel@joelfernandes.org\0" "ref\003b524f3-5f3a-baa0-2254-9c588103d2d6@users.sourceforge.net\0" "ref\020181012194210.GA27630@joelaf.mtv.corp.google.com\0" - "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0" - "Subject\0Re: [PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions\0" + "From\0elfring@users.sourceforge.net (SF Markus Elfring)\0" + "Subject\0[PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions\0" "Date\0Sat, 13 Oct 2018 11:22:49 +0200\0" - "To\0Joel Fernandes <joel@joelfernandes.org>\0" - "Cc\0linux-mips@linux-mips.org" - Rich Felker <dalias@libc.org> - linux-ia64@vger.kernel.org - linux-sh@vger.kernel.org - Peter Zijlstra <peterz@infradead.org> - Catalin Marinas <catalin.marinas@arm.com> - Dave Hansen <dave.hansen@linux.intel.com> - kernel-janitors@vger.kernel.org - Michal Hocko <mhocko@kernel.org> - linux-mm@kvack.org - Lokesh Gidra <lokeshgidra@google.com> - sparclinux@vger.kernel.org - linux-riscv@lists.infradead.org - kvmarm@lists.cs.columbia.edu - Jonas Bonn <jonas@southpole.se> - linux-s390@vger.kernel.org - Daniel Colascione <dancol@google.com> - Yoshinori Sato <ysato@users.sourceforge.jp> - Max Filippov <jcmvbkbc@gmail.com> - linux-hexagon@vger.kernel.org - Helge Deller <deller@gmx.de> - maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT) <x86@kernel.org> - Hugh Dickins <hughd@google.com> - James E. J. Bottomley <jejb@parisc-linux.org> - kasan-dev@googlegroups.com - " Ingo\0" + "To\0linux-riscv@lists.infradead.org\0" "\00:1\0" "b\0" ">>> The changes were obtained by applying the following Coccinelle script.\n" @@ -92,8 +66,8 @@ "\n" "> Right, I don't need it in this case.\n" "\n" - "Thanks for your understanding that the metavariable \342\200\234position p\342\200\235\n" - "can be deleted in the SmPL rule \342\200\234pte_alloc_macro\342\200\235.\n" + "Thanks for your understanding that the metavariable ?position p?\n" + "can be deleted in the SmPL rule ?pte_alloc_macro?.\n" "\n" "\n" "> But the script works either way.\n" @@ -122,11 +96,6 @@ "Would you eventually like to run such scripts once more?\n" "\n" "Regards,\n" - "Markus\n" - "\n" - "_______________________________________________\n" - "linux-snps-arc mailing list\n" - "linux-snps-arc@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-snps-arc + Markus -a7f52f811ccb82d26d3b9f061ad5882c1ce1acdd9f795ac420dcf5d5f5b101ee +1c9808d66eb56b107a16038c74cfa6959f061a8b5c221f2988d79111bea109bd
diff --git a/a/1.txt b/N4/1.txt index e10bac2..ea0725e 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -90,6 +90,6 @@ Regards, Markus _______________________________________________ -linux-snps-arc mailing list -linux-snps-arc@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-snps-arc +linux-riscv mailing list +linux-riscv@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-riscv diff --git a/a/content_digest b/N4/content_digest index c5f33fc..5ea1689 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -26,11 +26,44 @@ Max Filippov <jcmvbkbc@gmail.com> linux-hexagon@vger.kernel.org Helge Deller <deller@gmx.de> - maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT) <x86@kernel.org> + " maintainer:X86 ARCHITECTURE \\(32-BIT AND 64-BIT\\) <x86@kernel.org>" Hugh Dickins <hughd@google.com> James E. J. Bottomley <jejb@parisc-linux.org> kasan-dev@googlegroups.com - " Ingo\0" + Ingo Molnar <mingo@redhat.com> + Geert Uytterhoeven <geert@linux-m68k.org> + Andrey Ryabinin <aryabinin@virtuozzo.com> + linux-snps-arc@lists.infradead.org + kernel-team@android.com + Sam Creasey <sammy@sammy.net> + Fenghua Yu <fenghua.yu@intel.com> + Will Deacon <will.deacon@arm.com> + Jeff Dike <jdike@addtoit.com> + linux-um@lists.infradead.org + Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> + Julia Lawall <Julia.Lawall@lip6.fr> + linux-m68k@lists.linux-m68k.org + openrisc@lists.librecores.org + Borislav Petkov <bp@alien8.de> + Andy Lutomirski <luto@kernel.org> + nios2-dev@lists.rocketboards.org + Kirill A. Shutemov <kirill@shutemov.name> + Stafford Horne <shorne@gmail.com> + Guan Xuetao <gxt@pku.edu.cn> + linux-arm-kernel@lists.infradead.org + Chris Zankel <chris@zankel.net> + Tony Luck <tony.luck@intel.com> + Richard Weinberger <richard@nod.at> + linux-parisc@vger.kernel.org + pantin@google.com + linux-kernel@vger.kernel.org + Minchan Kim <minchan@kernel.org> + Thomas Gleixner <tglx@linutronix.de> + linux-alpha@vger.kernel.org + Ley Foon Tan <lftan@altera.com> + Andrew Morton <akpm@linux-foundation.org> + linuxppc-dev@lists.ozlabs.org + " David S. Miller <davem@davemloft.net>\0" "\00:1\0" "b\0" ">>> The changes were obtained by applying the following Coccinelle script.\n" @@ -125,8 +158,8 @@ "Markus\n" "\n" "_______________________________________________\n" - "linux-snps-arc mailing list\n" - "linux-snps-arc@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-snps-arc + "linux-riscv mailing list\n" + "linux-riscv@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-riscv -a7f52f811ccb82d26d3b9f061ad5882c1ce1acdd9f795ac420dcf5d5f5b101ee +e03dad051a2968445ab50ed01128758aa7fa3b98026bc71253c464830e4a8431
diff --git a/a/1.txt b/N5/1.txt index e10bac2..d42131e 100644 --- a/a/1.txt +++ b/N5/1.txt @@ -57,8 +57,8 @@ Would you care more in the distinction which code parts should be kept unchanged > Right, I don't need it in this case. -Thanks for your understanding that the metavariable “position p” -can be deleted in the SmPL rule “pte_alloc_macro”. +Thanks for your understanding that the metavariable ?position p? +can be deleted in the SmPL rule ?pte_alloc_macro?. > But the script works either way. @@ -88,8 +88,3 @@ Would you eventually like to run such scripts once more? Regards, Markus - -_______________________________________________ -linux-snps-arc mailing list -linux-snps-arc@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-snps-arc diff --git a/a/content_digest b/N5/content_digest index c5f33fc..3cc6e6e 100644 --- a/a/content_digest +++ b/N5/content_digest @@ -1,36 +1,10 @@ "ref\020181012013756.11285-1-joel@joelfernandes.org\0" "ref\003b524f3-5f3a-baa0-2254-9c588103d2d6@users.sourceforge.net\0" "ref\020181012194210.GA27630@joelaf.mtv.corp.google.com\0" - "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0" - "Subject\0Re: [PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions\0" + "From\0elfring@users.sourceforge.net (SF Markus Elfring)\0" + "Subject\0[PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions\0" "Date\0Sat, 13 Oct 2018 11:22:49 +0200\0" - "To\0Joel Fernandes <joel@joelfernandes.org>\0" - "Cc\0linux-mips@linux-mips.org" - Rich Felker <dalias@libc.org> - linux-ia64@vger.kernel.org - linux-sh@vger.kernel.org - Peter Zijlstra <peterz@infradead.org> - Catalin Marinas <catalin.marinas@arm.com> - Dave Hansen <dave.hansen@linux.intel.com> - kernel-janitors@vger.kernel.org - Michal Hocko <mhocko@kernel.org> - linux-mm@kvack.org - Lokesh Gidra <lokeshgidra@google.com> - sparclinux@vger.kernel.org - linux-riscv@lists.infradead.org - kvmarm@lists.cs.columbia.edu - Jonas Bonn <jonas@southpole.se> - linux-s390@vger.kernel.org - Daniel Colascione <dancol@google.com> - Yoshinori Sato <ysato@users.sourceforge.jp> - Max Filippov <jcmvbkbc@gmail.com> - linux-hexagon@vger.kernel.org - Helge Deller <deller@gmx.de> - maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT) <x86@kernel.org> - Hugh Dickins <hughd@google.com> - James E. J. Bottomley <jejb@parisc-linux.org> - kasan-dev@googlegroups.com - " Ingo\0" + "To\0linux-snps-arc@lists.infradead.org\0" "\00:1\0" "b\0" ">>> The changes were obtained by applying the following Coccinelle script.\n" @@ -92,8 +66,8 @@ "\n" "> Right, I don't need it in this case.\n" "\n" - "Thanks for your understanding that the metavariable \342\200\234position p\342\200\235\n" - "can be deleted in the SmPL rule \342\200\234pte_alloc_macro\342\200\235.\n" + "Thanks for your understanding that the metavariable ?position p?\n" + "can be deleted in the SmPL rule ?pte_alloc_macro?.\n" "\n" "\n" "> But the script works either way.\n" @@ -122,11 +96,6 @@ "Would you eventually like to run such scripts once more?\n" "\n" "Regards,\n" - "Markus\n" - "\n" - "_______________________________________________\n" - "linux-snps-arc mailing list\n" - "linux-snps-arc@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-snps-arc + Markus -a7f52f811ccb82d26d3b9f061ad5882c1ce1acdd9f795ac420dcf5d5f5b101ee +f870689a4102b55364a57cf31a977ba1d24cd79d948cacf0d5a0a61bb1b27b66
diff --git a/a/1.txt b/N6/1.txt index e10bac2..aea271e 100644 --- a/a/1.txt +++ b/N6/1.txt @@ -88,8 +88,3 @@ Would you eventually like to run such scripts once more? Regards, Markus - -_______________________________________________ -linux-snps-arc mailing list -linux-snps-arc@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-snps-arc diff --git a/a/content_digest b/N6/content_digest index c5f33fc..cd2918f 100644 --- a/a/content_digest +++ b/N6/content_digest @@ -2,35 +2,9 @@ "ref\003b524f3-5f3a-baa0-2254-9c588103d2d6@users.sourceforge.net\0" "ref\020181012194210.GA27630@joelaf.mtv.corp.google.com\0" "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0" - "Subject\0Re: [PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions\0" + "Subject\0[OpenRISC] [PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions\0" "Date\0Sat, 13 Oct 2018 11:22:49 +0200\0" - "To\0Joel Fernandes <joel@joelfernandes.org>\0" - "Cc\0linux-mips@linux-mips.org" - Rich Felker <dalias@libc.org> - linux-ia64@vger.kernel.org - linux-sh@vger.kernel.org - Peter Zijlstra <peterz@infradead.org> - Catalin Marinas <catalin.marinas@arm.com> - Dave Hansen <dave.hansen@linux.intel.com> - kernel-janitors@vger.kernel.org - Michal Hocko <mhocko@kernel.org> - linux-mm@kvack.org - Lokesh Gidra <lokeshgidra@google.com> - sparclinux@vger.kernel.org - linux-riscv@lists.infradead.org - kvmarm@lists.cs.columbia.edu - Jonas Bonn <jonas@southpole.se> - linux-s390@vger.kernel.org - Daniel Colascione <dancol@google.com> - Yoshinori Sato <ysato@users.sourceforge.jp> - Max Filippov <jcmvbkbc@gmail.com> - linux-hexagon@vger.kernel.org - Helge Deller <deller@gmx.de> - maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT) <x86@kernel.org> - Hugh Dickins <hughd@google.com> - James E. J. Bottomley <jejb@parisc-linux.org> - kasan-dev@googlegroups.com - " Ingo\0" + "To\0openrisc@lists.librecores.org\0" "\00:1\0" "b\0" ">>> The changes were obtained by applying the following Coccinelle script.\n" @@ -122,11 +96,6 @@ "Would you eventually like to run such scripts once more?\n" "\n" "Regards,\n" - "Markus\n" - "\n" - "_______________________________________________\n" - "linux-snps-arc mailing list\n" - "linux-snps-arc@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-snps-arc + Markus -a7f52f811ccb82d26d3b9f061ad5882c1ce1acdd9f795ac420dcf5d5f5b101ee +903ff354e0d2d8ac41e71fefef019a5f7b30e911e0fb46058e5ae958a26cb5e0
diff --git a/a/1.txt b/N7/1.txt index e10bac2..aea271e 100644 --- a/a/1.txt +++ b/N7/1.txt @@ -88,8 +88,3 @@ Would you eventually like to run such scripts once more? Regards, Markus - -_______________________________________________ -linux-snps-arc mailing list -linux-snps-arc@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-snps-arc diff --git a/a/content_digest b/N7/content_digest index c5f33fc..6435da8 100644 --- a/a/content_digest +++ b/N7/content_digest @@ -26,11 +26,44 @@ Max Filippov <jcmvbkbc@gmail.com> linux-hexagon@vger.kernel.org Helge Deller <deller@gmx.de> - maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT) <x86@kernel.org> + " maintainer:X86 ARCHITECTURE \\(32-BIT AND 64-BIT\\) <x86@kernel.org>" Hugh Dickins <hughd@google.com> James E. J. Bottomley <jejb@parisc-linux.org> kasan-dev@googlegroups.com - " Ingo\0" + Ingo Molnar <mingo@redhat.com> + Geert Uytterhoeven <geert@linux-m68k.org> + Andrey Ryabinin <aryabinin@virtuozzo.com> + linux-snps-arc@lists.infradead.org + kernel-team@android.com + Sam Creasey <sammy@sammy.net> + Fenghua Yu <fenghua.yu@intel.com> + Will Deacon <will.deacon@arm.com> + Jeff Dike <jdike@addtoit.com> + linux-um@lists.infradead.org + Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> + Julia Lawall <Julia.Lawall@lip6.fr> + linux-m68k@lists.linux-m68k.org + openrisc@lists.librecores.org + Borislav Petkov <bp@alien8.de> + Andy Lutomirski <luto@kernel.org> + nios2-dev@lists.rocketboards.org + Kirill A. Shutemov <kirill@shutemov.name> + Stafford Horne <shorne@gmail.com> + Guan Xuetao <gxt@pku.edu.cn> + linux-arm-kernel@lists.infradead.org + Chris Zankel <chris@zankel.net> + Tony Luck <tony.luck@intel.com> + Richard Weinberger <richard@nod.at> + linux-parisc@vger.kernel.org + pantin@google.com + linux-kernel@vger.kernel.org + Minchan Kim <minchan@kernel.org> + Thomas Gleixner <tglx@linutronix.de> + linux-alpha@vger.kernel.org + Ley Foon Tan <lftan@altera.com> + Andrew Morton <akpm@linux-foundation.org> + linuxppc-dev@lists.ozlabs.org + " David S. Miller <davem@davemloft.net>\0" "\00:1\0" "b\0" ">>> The changes were obtained by applying the following Coccinelle script.\n" @@ -122,11 +155,6 @@ "Would you eventually like to run such scripts once more?\n" "\n" "Regards,\n" - "Markus\n" - "\n" - "_______________________________________________\n" - "linux-snps-arc mailing list\n" - "linux-snps-arc@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-snps-arc + Markus -a7f52f811ccb82d26d3b9f061ad5882c1ce1acdd9f795ac420dcf5d5f5b101ee +0d998b6d0efecd0aba5b801da92ef7e1e268087a7e2a29177e11978db9f36302
diff --git a/a/1.txt b/N8/1.txt index e10bac2..f777b08 100644 --- a/a/1.txt +++ b/N8/1.txt @@ -57,8 +57,8 @@ Would you care more in the distinction which code parts should be kept unchanged > Right, I don't need it in this case. -Thanks for your understanding that the metavariable “position p” -can be deleted in the SmPL rule “pte_alloc_macro”. +Thanks for your understanding that the metavariable a??position pa?? +can be deleted in the SmPL rule a??pte_alloc_macroa??. > But the script works either way. @@ -88,8 +88,3 @@ Would you eventually like to run such scripts once more? Regards, Markus - -_______________________________________________ -linux-snps-arc mailing list -linux-snps-arc@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-snps-arc diff --git a/a/content_digest b/N8/content_digest index c5f33fc..63facc9 100644 --- a/a/content_digest +++ b/N8/content_digest @@ -5,32 +5,65 @@ "Subject\0Re: [PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions\0" "Date\0Sat, 13 Oct 2018 11:22:49 +0200\0" "To\0Joel Fernandes <joel@joelfernandes.org>\0" - "Cc\0linux-mips@linux-mips.org" - Rich Felker <dalias@libc.org> - linux-ia64@vger.kernel.org - linux-sh@vger.kernel.org - Peter Zijlstra <peterz@infradead.org> + "Cc\0kernel-janitors@vger.kernel.org" + linux-kernel@vger.kernel.org + kernel-team@android.com + Michal Hocko <mhocko@kernel.org> + Julia Lawall <Julia.Lawall@lip6.fr> + Andrey Ryabinin <aryabinin@virtuozzo.com> + Andy Lutomirski <luto@kernel.org> + Borislav Petkov <bp@alien8.de> Catalin Marinas <catalin.marinas@arm.com> + Chris Zankel <chris@zankel.net> + Daniel Colascione <dancol@google.com> Dave Hansen <dave.hansen@linux.intel.com> - kernel-janitors@vger.kernel.org - Michal Hocko <mhocko@kernel.org> + David S. Miller <davem@davemloft.net> + Fenghua Yu <fenghua.yu@intel.com> + Geert Uytterhoeven <geert@linux-m68k.org> + Guan Xuetao <gxt@pku.edu.cn> + Helge Deller <deller@gmx.de> + Hugh Dickins <hughd@google.com> + Ingo Molnar <mingo@redhat.com> + James E. J. Bottomley <jejb@parisc-linux.org> + Jeff Dike <jdike@addtoit.com> + Jonas Bonn <jonas@southpole.se> + kasan-dev@googlegroups.com + kvmarm@lists.cs.columbia.edu + Ley Foon Tan <lftan@altera.com> + linux-alpha@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-hexagon@vger.kernel.org + linux-ia64@vger.kernel.org + linux-m68k@lists.linux-m68k.org + linux-mips@linux-mips.org linux-mm@kvack.org - Lokesh Gidra <lokeshgidra@google.com> - sparclinux@vger.kernel.org + linux-parisc@vger.kernel.org + linuxppc-dev@lists.ozlabs.org linux-riscv@lists.infradead.org - kvmarm@lists.cs.columbia.edu - Jonas Bonn <jonas@southpole.se> linux-s390@vger.kernel.org - Daniel Colascione <dancol@google.com> - Yoshinori Sato <ysato@users.sourceforge.jp> + linux-sh@vger.kernel.org + linux-snps-arc@lists.infradead.org + linux-um@lists.infradead.org + pantin@google.com + Lokesh Gidra <lokeshgidra@google.com> Max Filippov <jcmvbkbc@gmail.com> - linux-hexagon@vger.kernel.org - Helge Deller <deller@gmx.de> + Minchan Kim <minchan@kernel.org> + nios2-dev@lists.rocketboards.org + openrisc@lists.librecores.org + Peter Zijlstra <peterz@infradead.org> + Richard Weinberger <richard@nod.at> + Rich Felker <dalias@libc.org> + Sam Creasey <sammy@sammy.net> + sparclinux@vger.kernel.org + Stafford Horne <shorne@gmail.com> + Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> + Thomas Gleixner <tglx@linutronix.de> + Tony Luck <tony.luck@intel.com> + Will Deacon <will.deacon@arm.com> maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT) <x86@kernel.org> - Hugh Dickins <hughd@google.com> - James E. J. Bottomley <jejb@parisc-linux.org> - kasan-dev@googlegroups.com - " Ingo\0" + Yoshinori Sato <ysato@users.sourceforge.jp> + Kirill A. Shutemov <kirill@shutemov.name> + " Andrew Morton <akpm@linux-foundation.org>\0" "\00:1\0" "b\0" ">>> The changes were obtained by applying the following Coccinelle script.\n" @@ -92,8 +125,8 @@ "\n" "> Right, I don't need it in this case.\n" "\n" - "Thanks for your understanding that the metavariable \342\200\234position p\342\200\235\n" - "can be deleted in the SmPL rule \342\200\234pte_alloc_macro\342\200\235.\n" + "Thanks for your understanding that the metavariable a??position pa??\n" + "can be deleted in the SmPL rule a??pte_alloc_macroa??.\n" "\n" "\n" "> But the script works either way.\n" @@ -122,11 +155,6 @@ "Would you eventually like to run such scripts once more?\n" "\n" "Regards,\n" - "Markus\n" - "\n" - "_______________________________________________\n" - "linux-snps-arc mailing list\n" - "linux-snps-arc@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-snps-arc + Markus -a7f52f811ccb82d26d3b9f061ad5882c1ce1acdd9f795ac420dcf5d5f5b101ee +e8cc31f0d54d75da81781b274ebf43d6c8468d22435821384ce9161341c00143
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.