diff for duplicates of <YT9kSW+oEBJVSZkL@pevik> diff --git a/a/1.txt b/N1/1.txt index 87fa726..446d520 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ > On 09. 09. 21 18:32, pvorel wrote: -> >> -??? if (getpwnam("bin") == NULL) { -> >> -??????? tst_brkm(TBROK, NULL, "bin must be a valid user."); -> >> +??? if (TST_ERR != tc->exp_errno) { +> >> - if (getpwnam("bin") == NULL) { +> >> - tst_brkm(TBROK, NULL, "bin must be a valid user."); +> >> + if (TST_ERR != tc->exp_errno) { > > nit: checkpatch complains (TST_ERR should be second) > checkpatch.pl wrongly assumes that TST_ERR is a constant. @@ -11,3 +11,6 @@ TST_{ERR,PASS,RET} from these checks in our vendored checkpatch.pl. Kind regards, Petr + +-- +Mailing list info: https://lists.linux.it/listinfo/ltp diff --git a/a/content_digest b/N1/content_digest index e9e87d0..d177a13 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,15 +3,18 @@ "ref\0287a9879ef8b3342cb88225e4e319733@suse.de\0" "ref\03b789dc4-5232-a6d6-d864-7f75c5a0a030@suse.cz\0" "From\0Petr Vorel <pvorel@suse.cz>\0" - "Subject\0[LTP] [PATCH 8/8] syscalls/setresuid03: Convert to new API\0" + "Subject\0Re: [LTP] [PATCH 8/8] syscalls/setresuid03: Convert to new API\0" "Date\0Mon, 13 Sep 2021 16:46:33 +0200\0" - "To\0ltp@lists.linux.it\0" + "To\0Martin Doucha <mdoucha@suse.cz>\0" + "Cc\0pvorel <pvorel@suse.de>" + ltp@lists.linux.it + " Richard Palethorpe <rpalethorpe@suse.com>\0" "\00:1\0" "b\0" "> On 09. 09. 21 18:32, pvorel wrote:\n" - "> >> -??? if (getpwnam(\"bin\") == NULL) {\n" - "> >> -??????? tst_brkm(TBROK, NULL, \"bin must be a valid user.\");\n" - "> >> +??? if (TST_ERR != tc->exp_errno) {\n" + "> >> -\302\240\302\240\302\240 if (getpwnam(\"bin\") == NULL) {\n" + "> >> -\302\240\302\240\302\240\302\240\302\240\302\240\302\240 tst_brkm(TBROK, NULL, \"bin must be a valid user.\");\n" + "> >> +\302\240\302\240\302\240 if (TST_ERR != tc->exp_errno) {\n" "> > nit: checkpatch complains (TST_ERR should be second)\n" "\n" "> checkpatch.pl wrongly assumes that TST_ERR is a constant.\n" @@ -20,6 +23,9 @@ "TST_{ERR,PASS,RET} from these checks in our vendored checkpatch.pl.\n" "\n" "Kind regards,\n" - Petr + "Petr\n" + "\n" + "-- \n" + Mailing list info: https://lists.linux.it/listinfo/ltp -9aea208484660924577c551e2dc47b46d8eb658f386b6820704b45805f4f79ac +8e71d967a9ca6aa54d01a24a7df4b59e5d5e982391f5c206b09780d09a18f711
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.