diff for duplicates of <202209302138.2da57ac7-oliver.sang@intel.com> diff --git a/a/1.txt b/N1/1.txt index 22bef0a..61f97c5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,7 +6,7 @@ FYI, we noticed the following commit (built with gcc-11): commit: f6390526ee0b0408d9ed03bd8607abd2a702cb36 ("[PATCH RFC net-next 4/5] net: bridge: handle link-type-specific changes in the bridge module") url: https://github.com/intel-lab-lkp/linux/commits/Sevinj-Aghayeva/net-vlan-fix-bridge-binding-behavior-and-add-selftests/20220918-041944 base: https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git 44a8535fb87c5503ce01121278ac3058eef701ec -patch link: https://lore.kernel.org/netdev/8ef43d44ebdebe90783325cb68edb70a7c80c038.1663445339.git.sevinj.aghayeva@gmail.com +patch link: https://lore.kernel.org/netdev/8ef43d44ebdebe90783325cb68edb70a7c80c038.1663445339.git.sevinj.aghayeva(a)gmail.com in testcase: hwsim version: hwsim-x86_64-717e5d7-1_20220525 @@ -24,7 +24,7 @@ caused below changes (please refer to attached dmesg/kmsg for entire log/backtra If you fix the issue, kindly add following tag | Reported-by: kernel test robot <oliver.sang@intel.com> -| Link: https://lore.kernel.org/r/202209302138.2da57ac7-oliver.sang@intel.com +| Link: https://lore.kernel.org/r/202209302138.2da57ac7-oliver.sang(a)intel.com [ 114.492414][ T4435] ------------[ cut here ]------------ diff --git a/a/2.hdr b/N1/2.hdr index ecd6ada..b0ae2c8 100644 --- a/a/2.hdr +++ b/N1/2.hdr @@ -1,3 +1,5 @@ -Content-Type: text/plain; charset="us-ascii" +Content-Type: text/plain +MIME-Version: 1.0 +Content-Transfer-Encoding: base64 Content-Disposition: attachment; - filename="config-6.0.0-rc4-00989-gf6390526ee0b" + filename="config-6.0.0-rc4-00989-gf6390526ee0b" diff --git a/a/3.hdr b/N1/3.hdr index b132360..2cf4c3f 100644 --- a/a/3.hdr +++ b/N1/3.hdr @@ -1,2 +1,4 @@ -Content-Type: text/plain; charset="us-ascii" -Content-Disposition: attachment; filename="job-script" +Content-Type: text/plain +MIME-Version: 1.0 +Content-Transfer-Encoding: base64 +Content-Disposition: attachment; filename="job-script.ksh" diff --git a/a/4.hdr b/N1/4.hdr index ae9ae0a..2c6ee39 100644 --- a/a/4.hdr +++ b/N1/4.hdr @@ -1,3 +1,4 @@ Content-Type: application/x-xz -Content-Disposition: attachment; filename="dmesg.xz" +MIME-Version: 1.0 Content-Transfer-Encoding: base64 +Content-Disposition: attachment; filename="dmesg.xz" diff --git a/a/5.hdr b/N1/5.hdr index 89ec7bc..40b6889 100644 --- a/a/5.hdr +++ b/N1/5.hdr @@ -1,3 +1,4 @@ -Content-Type: text/plain; charset="utf-8" -Content-Disposition: attachment; filename="hwsim" -Content-Transfer-Encoding: 8bit +Content-Type: text/plain +MIME-Version: 1.0 +Content-Transfer-Encoding: base64 +Content-Disposition: attachment; filename="hwsim.ksh" diff --git a/a/5.txt b/N1/5.txt index d438c53..72c47d0 100644 --- a/a/5.txt +++ b/N1/5.txt @@ -3,71 +3,71 @@ Building TNC testing tools Building wlantest Building hs20-osu-client -osu_client.c: In function ‘cmd_osu_select’: -osu_client.c:2090:44: warning: ‘%s’ directive output may be truncated writing up to 985 bytes into a region of size 4 [-Wformat-truncation=] +osu_client.c: In function âcmd_osu_selectâ: +osu_client.c:2090:44: warning: â%sâ directive output may be truncated writing up to 985 bytes into a region of size 4 [-Wformat-truncation=] 2090 | snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 14); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -osu_client.c:2090:4: note: ‘snprintf’ output between 1 and 986 bytes into a destination of size 4 +osu_client.c:2090:4: note: âsnprintfâ output between 1 and 986 bytes into a destination of size 4 2090 | snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 14); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -osu_client.c:2103:44: warning: ‘%s’ directive output may be truncated writing up to 994 bytes into a region of size 4 [-Wformat-truncation=] +osu_client.c:2103:44: warning: â%sâ directive output may be truncated writing up to 994 bytes into a region of size 4 [-Wformat-truncation=] 2103 | snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ -osu_client.c:2103:4: note: ‘snprintf’ output between 1 and 995 bytes into a destination of size 4 +osu_client.c:2103:4: note: âsnprintfâ output between 1 and 995 bytes into a destination of size 4 2103 | snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 5); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -osu_client.c:2077:10: warning: ‘%s’ directive output may be truncated writing up to 990 bytes into a region of size 256 [-Wformat-truncation=] +osu_client.c:2077:10: warning: â%sâ directive output may be truncated writing up to 990 bytes into a region of size 256 [-Wformat-truncation=] 2077 | "%s", buf + 9); | ^~ In file included from ../../src/utils/common.h:12, from osu_client.c:16: -../../src/utils/os.h:552:21: note: ‘snprintf’ output between 1 and 991 bytes into a destination of size 256 +../../src/utils/os.h:552:21: note: âsnprintfâ output between 1 and 991 bytes into a destination of size 256 552 | #define os_snprintf snprintf -osu_client.c:2076:4: note: in expansion of macro ‘os_snprintf’ +osu_client.c:2076:4: note: in expansion of macro âos_snprintfâ 2076 | os_snprintf(last->osu_nai2, sizeof(last->osu_nai2), | ^~~~~~~~~~~ -osu_client.c:2071:10: warning: ‘%s’ directive output may be truncated writing up to 991 bytes into a region of size 256 [-Wformat-truncation=] +osu_client.c:2071:10: warning: â%sâ directive output may be truncated writing up to 991 bytes into a region of size 256 [-Wformat-truncation=] 2071 | "%s", buf + 8); | ^~ In file included from ../../src/utils/common.h:12, from osu_client.c:16: -../../src/utils/os.h:552:21: note: ‘snprintf’ output between 1 and 992 bytes into a destination of size 256 +../../src/utils/os.h:552:21: note: âsnprintfâ output between 1 and 992 bytes into a destination of size 256 552 | #define os_snprintf snprintf -osu_client.c:2070:4: note: in expansion of macro ‘os_snprintf’ +osu_client.c:2070:4: note: in expansion of macro âos_snprintfâ 2070 | os_snprintf(last->osu_nai, sizeof(last->osu_nai), | ^~~~~~~~~~~ -osu_client.c:2065:7: warning: ‘%s’ directive output may be truncated writing up to 989 bytes into a region of size 33 [-Wformat-truncation=] +osu_client.c:2065:7: warning: â%sâ directive output may be truncated writing up to 989 bytes into a region of size 33 [-Wformat-truncation=] 2064 | snprintf(last->osu_ssid2, sizeof(last->osu_ssid2), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2065 | "%s", buf + 10); | ~^~~~~~~~~~~~~~ -osu_client.c:2064:4: note: ‘snprintf’ output between 1 and 990 bytes into a destination of size 33 +osu_client.c:2064:4: note: âsnprintfâ output between 1 and 990 bytes into a destination of size 33 2064 | snprintf(last->osu_ssid2, sizeof(last->osu_ssid2), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2065 | "%s", buf + 10); | ~~~~~~~~~~~~~~~ -osu_client.c:2059:7: warning: ‘%s’ directive output may be truncated writing up to 990 bytes into a region of size 33 [-Wformat-truncation=] +osu_client.c:2059:7: warning: â%sâ directive output may be truncated writing up to 990 bytes into a region of size 33 [-Wformat-truncation=] 2058 | snprintf(last->osu_ssid, sizeof(last->osu_ssid), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2059 | "%s", buf + 9); | ~^~~~~~~~~~~~~ -osu_client.c:2058:4: note: ‘snprintf’ output between 1 and 991 bytes into a destination of size 33 +osu_client.c:2058:4: note: âsnprintfâ output between 1 and 991 bytes into a destination of size 33 2058 | snprintf(last->osu_ssid, sizeof(last->osu_ssid), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2059 | "%s", buf + 9); | ~~~~~~~~~~~~~~ -osu_client.c:2048:44: warning: ‘%s’ directive output may be truncated writing up to 995 bytes into a region of size 256 [-Wformat-truncation=] +osu_client.c:2048:44: warning: â%sâ directive output may be truncated writing up to 995 bytes into a region of size 256 [-Wformat-truncation=] 2048 | snprintf(last->url, sizeof(last->url), "%s", buf + 4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ -osu_client.c:2048:4: note: ‘snprintf’ output between 1 and 996 bytes into a destination of size 256 +osu_client.c:2048:4: note: âsnprintfâ output between 1 and 996 bytes into a destination of size 256 2048 | snprintf(last->url, sizeof(last->url), "%s", buf + 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -osu_client.c:2040:48: warning: ‘%s’ directive output may be truncated writing up to 986 bytes into a region of size 20 [-Wformat-truncation=] +osu_client.c:2040:48: warning: â%sâ directive output may be truncated writing up to 986 bytes into a region of size 20 [-Wformat-truncation=] 2040 | snprintf(last->bssid, sizeof(last->bssid), "%s", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ 2041 | buf + 13); | ~~~~~~~~~ -osu_client.c:2040:4: note: ‘snprintf’ output between 1 and 987 bytes into a destination of size 20 +osu_client.c:2040:4: note: âsnprintfâ output between 1 and 987 bytes into a destination of size 20 2040 | snprintf(last->bssid, sizeof(last->bssid), "%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2041 | buf + 13); diff --git a/a/6.hdr b/N1/6.hdr index 5cb52c1..5b3cd3f 100644 --- a/a/6.hdr +++ b/N1/6.hdr @@ -1,2 +1,4 @@ -Content-Type: text/plain; charset="us-ascii" +Content-Type: text/plain +MIME-Version: 1.0 +Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="job.yaml" diff --git a/a/7.hdr b/N1/7.hdr index 4a0baa2..0840996 100644 --- a/a/7.hdr +++ b/N1/7.hdr @@ -1,2 +1,4 @@ -Content-Type: text/plain; charset="us-ascii" -Content-Disposition: attachment; filename="reproduce" +Content-Type: text/plain +MIME-Version: 1.0 +Content-Transfer-Encoding: base64 +Content-Disposition: attachment; filename="reproduce.ksh" diff --git a/a/content_digest b/N1/content_digest index 46d17f5..faced26 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,22 +1,8 @@ "ref\08ef43d44ebdebe90783325cb68edb70a7c80c038.1663445339.git.sevinj.aghayeva@gmail.com\0" "From\0kernel test robot <oliver.sang@intel.com>\0" - "Subject\0[Bridge] [net] f6390526ee: WARNING:at_net/core/dev.c:#unregister_netdevice_many\0" + "Subject\0[net] f6390526ee: WARNING:at_net/core/dev.c:#unregister_netdevice_many\0" "Date\0Fri, 30 Sep 2022 21:11:48 +0800\0" - "To\0Sevinj Aghayeva <sevinj.aghayeva@gmail.com>\0" - "Cc\0aroulin@nvidia.com" - lkp@intel.com - sbrivio@redhat.com - netdev@vger.kernel.org - Nikolay Aleksandrov <razor@blackwall.org> - bridge@lists.linux-foundation.org - linux-kernel@vger.kernel.org - lkp@lists.01.org - Eric Dumazet <edumazet@google.com> - Sevinj Aghayeva <sevinj.aghayeva@gmail.com> - roopa@nvidia.com - Jakub Kicinski <kuba@kernel.org> - Paolo Abeni <pabeni@redhat.com> - " David S. Miller <davem@davemloft.net>\0" + "To\0lkp@lists.01.org\0" "\01:1\0" "b\0" "\n" @@ -27,7 +13,7 @@ "commit: f6390526ee0b0408d9ed03bd8607abd2a702cb36 (\"[PATCH RFC net-next 4/5] net: bridge: handle link-type-specific changes in the bridge module\")\n" "url: https://github.com/intel-lab-lkp/linux/commits/Sevinj-Aghayeva/net-vlan-fix-bridge-binding-behavior-and-add-selftests/20220918-041944\n" "base: https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git 44a8535fb87c5503ce01121278ac3058eef701ec\n" - "patch link: https://lore.kernel.org/netdev/8ef43d44ebdebe90783325cb68edb70a7c80c038.1663445339.git.sevinj.aghayeva@gmail.com\n" + "patch link: https://lore.kernel.org/netdev/8ef43d44ebdebe90783325cb68edb70a7c80c038.1663445339.git.sevinj.aghayeva(a)gmail.com\n" "\n" "in testcase: hwsim\n" "version: hwsim-x86_64-717e5d7-1_20220525\n" @@ -45,7 +31,7 @@ "\n" "If you fix the issue, kindly add following tag\n" "| Reported-by: kernel test robot <oliver.sang@intel.com>\n" - "| Link: https://lore.kernel.org/r/202209302138.2da57ac7-oliver.sang@intel.com\n" + "| Link: https://lore.kernel.org/r/202209302138.2da57ac7-oliver.sang(a)intel.com\n" "\n" "\n" "[ 114.492414][ T4435] ------------[ cut here ]------------\n" @@ -6773,7 +6759,7 @@ "# end of Kernel Testing and Coverage\n" # end of Kernel hacking "\01:3\0" - "fn\0job-script\0" + "fn\0job-script.ksh\0" "b\0" "#!/bin/sh\n" "\n" @@ -7098,78 +7084,78 @@ "!\337\t\325;\260\225\321\313\340\251\213yS\237\232\250-q\220\321\350H\321\203\351C}\317\260o\337\244\224\222\b\037\025F\221\207:\355/Fo\203\375\032$n%\037_\212q\364K\376\300\313\215\004\204nl\273\033\3124\215>\366\277>\310\227\377\206\351\213@\"dzz\032\351\a\030\320=\262~\\\367/t\031\200h\242{\030\327\021emD\003\2362Ml\r\351\247iZ\276w\363 \276\335\346\204(\225\260\324\245E\342\374\370\317\261E\214\356\003 \356\025\253\342zV\0\267\203\006\212\344\3345\344\354\212\200J\300n\242OV\344~\004\206\246\337\312\261Ml\225\303\ar!\335p\n" "Q\353\370\322\322f\201\036\374\315g\tA\201\230\002l\324\262\204u\2614\315`\237\263v\356^\225\\;\376\317\362\250\aKD\220\350)U\215\023\214X`\352\313\2218\307\322\362\373X\244\275\316\001\031\357\331\034\347\353k\003\375\371\275\367\026z&l\276p[\004\f\0\0\0\0\370\261\245\016\236R=\333\0\001\201\315\002\361\357 M!\273\373\261\304g\373\002\0\0\0\0\004YZ" "\01:5\0" - "fn\0hwsim\0" + "fn\0hwsim.ksh\0" "b\0" "2022-09-28 12:45:07 export USER=root\n" "2022-09-28 12:45:07 ./build.sh\n" "Building TNC testing tools\n" "Building wlantest\n" "Building hs20-osu-client\n" - "osu_client.c: In function \342\200\230cmd_osu_select\342\200\231:\n" - "osu_client.c:2090:44: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 985 bytes into a region of size 4 [-Wformat-truncation=]\n" + "osu_client.c: In function \303\242\302\200\302\230cmd_osu_select\303\242\302\200\302\231:\n" + "osu_client.c:2090:44: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 985 bytes into a region of size 4 [-Wformat-truncation=]\n" " 2090 | snprintf(txt->lang, sizeof(txt->lang), \"%s\", buf + 14);\n" " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~\n" - "osu_client.c:2090:4: note: \342\200\230snprintf\342\200\231 output between 1 and 986 bytes into a destination of size 4\n" + "osu_client.c:2090:4: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 986 bytes into a destination of size 4\n" " 2090 | snprintf(txt->lang, sizeof(txt->lang), \"%s\", buf + 14);\n" " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" - "osu_client.c:2103:44: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 994 bytes into a region of size 4 [-Wformat-truncation=]\n" + "osu_client.c:2103:44: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 994 bytes into a region of size 4 [-Wformat-truncation=]\n" " 2103 | snprintf(txt->lang, sizeof(txt->lang), \"%s\", buf + 5);\n" " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~\n" - "osu_client.c:2103:4: note: \342\200\230snprintf\342\200\231 output between 1 and 995 bytes into a destination of size 4\n" + "osu_client.c:2103:4: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 995 bytes into a destination of size 4\n" " 2103 | snprintf(txt->lang, sizeof(txt->lang), \"%s\", buf + 5);\n" " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" - "osu_client.c:2077:10: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 990 bytes into a region of size 256 [-Wformat-truncation=]\n" + "osu_client.c:2077:10: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 990 bytes into a region of size 256 [-Wformat-truncation=]\n" " 2077 | \"%s\", buf + 9);\n" " | ^~\n" "In file included from ../../src/utils/common.h:12,\n" " from osu_client.c:16:\n" - "../../src/utils/os.h:552:21: note: \342\200\230snprintf\342\200\231 output between 1 and 991 bytes into a destination of size 256\n" + "../../src/utils/os.h:552:21: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 991 bytes into a destination of size 256\n" " 552 | #define os_snprintf snprintf\n" - "osu_client.c:2076:4: note: in expansion of macro \342\200\230os_snprintf\342\200\231\n" + "osu_client.c:2076:4: note: in expansion of macro \303\242\302\200\302\230os_snprintf\303\242\302\200\302\231\n" " 2076 | os_snprintf(last->osu_nai2, sizeof(last->osu_nai2),\n" " | ^~~~~~~~~~~\n" - "osu_client.c:2071:10: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 991 bytes into a region of size 256 [-Wformat-truncation=]\n" + "osu_client.c:2071:10: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 991 bytes into a region of size 256 [-Wformat-truncation=]\n" " 2071 | \"%s\", buf + 8);\n" " | ^~\n" "In file included from ../../src/utils/common.h:12,\n" " from osu_client.c:16:\n" - "../../src/utils/os.h:552:21: note: \342\200\230snprintf\342\200\231 output between 1 and 992 bytes into a destination of size 256\n" + "../../src/utils/os.h:552:21: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 992 bytes into a destination of size 256\n" " 552 | #define os_snprintf snprintf\n" - "osu_client.c:2070:4: note: in expansion of macro \342\200\230os_snprintf\342\200\231\n" + "osu_client.c:2070:4: note: in expansion of macro \303\242\302\200\302\230os_snprintf\303\242\302\200\302\231\n" " 2070 | os_snprintf(last->osu_nai, sizeof(last->osu_nai),\n" " | ^~~~~~~~~~~\n" - "osu_client.c:2065:7: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 989 bytes into a region of size 33 [-Wformat-truncation=]\n" + "osu_client.c:2065:7: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 989 bytes into a region of size 33 [-Wformat-truncation=]\n" " 2064 | snprintf(last->osu_ssid2, sizeof(last->osu_ssid2),\n" " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" " 2065 | \"%s\", buf + 10);\n" " | ~^~~~~~~~~~~~~~\n" - "osu_client.c:2064:4: note: \342\200\230snprintf\342\200\231 output between 1 and 990 bytes into a destination of size 33\n" + "osu_client.c:2064:4: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 990 bytes into a destination of size 33\n" " 2064 | snprintf(last->osu_ssid2, sizeof(last->osu_ssid2),\n" " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" " 2065 | \"%s\", buf + 10);\n" " | ~~~~~~~~~~~~~~~\n" - "osu_client.c:2059:7: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 990 bytes into a region of size 33 [-Wformat-truncation=]\n" + "osu_client.c:2059:7: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 990 bytes into a region of size 33 [-Wformat-truncation=]\n" " 2058 | snprintf(last->osu_ssid, sizeof(last->osu_ssid),\n" " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" " 2059 | \"%s\", buf + 9);\n" " | ~^~~~~~~~~~~~~\n" - "osu_client.c:2058:4: note: \342\200\230snprintf\342\200\231 output between 1 and 991 bytes into a destination of size 33\n" + "osu_client.c:2058:4: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 991 bytes into a destination of size 33\n" " 2058 | snprintf(last->osu_ssid, sizeof(last->osu_ssid),\n" " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" " 2059 | \"%s\", buf + 9);\n" " | ~~~~~~~~~~~~~~\n" - "osu_client.c:2048:44: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 995 bytes into a region of size 256 [-Wformat-truncation=]\n" + "osu_client.c:2048:44: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 995 bytes into a region of size 256 [-Wformat-truncation=]\n" " 2048 | snprintf(last->url, sizeof(last->url), \"%s\", buf + 4);\n" " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~\n" - "osu_client.c:2048:4: note: \342\200\230snprintf\342\200\231 output between 1 and 996 bytes into a destination of size 256\n" + "osu_client.c:2048:4: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 996 bytes into a destination of size 256\n" " 2048 | snprintf(last->url, sizeof(last->url), \"%s\", buf + 4);\n" " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" - "osu_client.c:2040:48: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 986 bytes into a region of size 20 [-Wformat-truncation=]\n" + "osu_client.c:2040:48: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 986 bytes into a region of size 20 [-Wformat-truncation=]\n" " 2040 | snprintf(last->bssid, sizeof(last->bssid), \"%s\",\n" " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~\n" " 2041 | buf + 13);\n" " | ~~~~~~~~~ \n" - "osu_client.c:2040:4: note: \342\200\230snprintf\342\200\231 output between 1 and 987 bytes into a destination of size 20\n" + "osu_client.c:2040:4: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 987 bytes into a destination of size 20\n" " 2040 | snprintf(last->bssid, sizeof(last->bssid), \"%s\",\n" " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" " 2041 | buf + 13);\n" @@ -8208,7 +8194,7 @@ "end_time: '1664368037'\n" "version: \"/lkp/lkp/.src-20220928-170222:bb654a6c7:c8f74508d\"" "\01:7\0" - "fn\0reproduce\0" + "fn\0reproduce.ksh\0" "b\0" "export USER=root\n" "./build.sh\n" @@ -8303,4 +8289,4 @@ "./run-tests.py wps_ext_proto_m4_invalid_pad_string\n" ./stop.sh -ac4206a72c117507da03571e3378176c4d290cd41b19021d0fd5e3c063375332 +080da5289e3cd5abbf489968fffed13f217b7cb1a6ebea1b89b181187baf00da
diff --git a/a/content_digest b/N2/content_digest index 46d17f5..6b67c38 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,22 +1,22 @@ "ref\08ef43d44ebdebe90783325cb68edb70a7c80c038.1663445339.git.sevinj.aghayeva@gmail.com\0" "From\0kernel test robot <oliver.sang@intel.com>\0" - "Subject\0[Bridge] [net] f6390526ee: WARNING:at_net/core/dev.c:#unregister_netdevice_many\0" + "Subject\0[net] f6390526ee: WARNING:at_net/core/dev.c:#unregister_netdevice_many\0" "Date\0Fri, 30 Sep 2022 21:11:48 +0800\0" "To\0Sevinj Aghayeva <sevinj.aghayeva@gmail.com>\0" - "Cc\0aroulin@nvidia.com" - lkp@intel.com - sbrivio@redhat.com - netdev@vger.kernel.org - Nikolay Aleksandrov <razor@blackwall.org> - bridge@lists.linux-foundation.org - linux-kernel@vger.kernel.org - lkp@lists.01.org + "Cc\0<lkp@lists.01.org>" + <lkp@intel.com> + <bridge@lists.linux-foundation.org> + <netdev@vger.kernel.org> + David S. Miller <davem@davemloft.net> + <aroulin@nvidia.com> + <sbrivio@redhat.com> + <roopa@nvidia.com> Eric Dumazet <edumazet@google.com> - Sevinj Aghayeva <sevinj.aghayeva@gmail.com> - roopa@nvidia.com Jakub Kicinski <kuba@kernel.org> Paolo Abeni <pabeni@redhat.com> - " David S. Miller <davem@davemloft.net>\0" + Nikolay Aleksandrov <razor@blackwall.org> + <linux-kernel@vger.kernel.org> + " Sevinj Aghayeva <sevinj.aghayeva@gmail.com>\0" "\01:1\0" "b\0" "\n" @@ -8303,4 +8303,4 @@ "./run-tests.py wps_ext_proto_m4_invalid_pad_string\n" ./stop.sh -ac4206a72c117507da03571e3378176c4d290cd41b19021d0fd5e3c063375332 +b7e3e86ae253f61c20c90685d525b49af7e97620739269d8833e5f6dcf71a541
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.