diff for duplicates of <202112040342.AvFc4SDJ-lkp@intel.com> diff --git a/a/1.txt b/N1/1.txt index 02f1baa..d636395 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,14 +1,7 @@ -CC: kbuild-all(a)lists.01.org -CC: linux-kernel(a)vger.kernel.org -TO: "Rafał Miłecki" <rafal@milecki.pl> -CC: Miquel Raynal <miquel.raynal@bootlin.com> - tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 5f58da2befa58edf3a70b91ed87ed9bf77f1e70e commit: bb17230c61a6424b622e92006ec52ba23aa5a967 mtd: parsers: ofpart: support BCM4908 fixed partitions date: 9 months ago -:::::: branch date: 20 hours ago -:::::: commit date: 9 months ago config: nios2-randconfig-m031-20211202 (https://download.01.org/0day-ci/archive/20211204/202112040342.AvFc4SDJ-lkp(a)intel.com/config) compiler: nios2-linux-gcc (GCC) 11.2.0 @@ -21,8 +14,10 @@ drivers/mtd/parsers/ofpart_bcm4908.c:41 bcm4908_partitions_fw_offset() warn: sho vim +41 drivers/mtd/parsers/ofpart_bcm4908.c -bb17230c61a642 Rafał Miłecki 2021-03-01 16 bb17230c61a642 Rafał Miłecki 2021-03-01 17 static long long bcm4908_partitions_fw_offset(void) + ^^^^^^^^^ +This is long long. + bb17230c61a642 Rafał Miłecki 2021-03-01 18 { bb17230c61a642 Rafał Miłecki 2021-03-01 19 struct device_node *root; bb17230c61a642 Rafał Miłecki 2021-03-01 20 struct property *prop; @@ -47,11 +42,14 @@ bb17230c61a642 Rafał Miłecki 2021-03-01 38 return err; bb17230c61a642 Rafał Miłecki 2021-03-01 39 } bb17230c61a642 Rafał Miłecki 2021-03-01 40 bb17230c61a642 Rafał Miłecki 2021-03-01 @41 return offset << 10; + ^^^^^^^^^^^^ +So this should be long long. Although 32bit systems are not really +common in real life any more... + bb17230c61a642 Rafał Miłecki 2021-03-01 42 } bb17230c61a642 Rafał Miłecki 2021-03-01 43 bb17230c61a642 Rafał Miłecki 2021-03-01 44 return -ENOENT; bb17230c61a642 Rafał Miłecki 2021-03-01 45 } -bb17230c61a642 Rafał Miłecki 2021-03-01 46 --- 0-DAY CI Kernel Test Service, Intel Corporation diff --git a/a/content_digest b/N1/content_digest index c5e3b80..80e5a4b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,13 @@ - "From\0kernel test robot <lkp@intel.com>\0" + "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0drivers/mtd/parsers/ofpart_bcm4908.c:41 bcm4908_partitions_fw_offset() warn: should 'offset << 10' be a 64 bit type?\0" - "Date\0Sat, 04 Dec 2021 03:02:57 +0800\0" - "To\0kbuild@lists.01.org\0" + "Date\0Mon, 06 Dec 2021 16:18:10 +0300\0" + "To\0kbuild-all@lists.01.org\0" "\01:1\0" "b\0" - "CC: kbuild-all(a)lists.01.org\n" - "CC: linux-kernel(a)vger.kernel.org\n" - "TO: \"Rafa\305\202 Mi\305\202ecki\" <rafal@milecki.pl>\n" - "CC: Miquel Raynal <miquel.raynal@bootlin.com>\n" - "\n" "tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n" "head: 5f58da2befa58edf3a70b91ed87ed9bf77f1e70e\n" "commit: bb17230c61a6424b622e92006ec52ba23aa5a967 mtd: parsers: ofpart: support BCM4908 fixed partitions\n" "date: 9 months ago\n" - ":::::: branch date: 20 hours ago\n" - ":::::: commit date: 9 months ago\n" "config: nios2-randconfig-m031-20211202 (https://download.01.org/0day-ci/archive/20211204/202112040342.AvFc4SDJ-lkp(a)intel.com/config)\n" "compiler: nios2-linux-gcc (GCC) 11.2.0\n" "\n" @@ -27,8 +20,10 @@ "\n" "vim +41 drivers/mtd/parsers/ofpart_bcm4908.c\n" "\n" - "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 16 \n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 17 static long long bcm4908_partitions_fw_offset(void)\n" + " ^^^^^^^^^\n" + "This is long long.\n" + "\n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 18 {\n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 19 \tstruct device_node *root;\n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 20 \tstruct property *prop;\n" @@ -53,14 +48,17 @@ "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 39 \t\t}\n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 40 \n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 @41 \t\treturn offset << 10;\n" + " ^^^^^^^^^^^^\n" + "So this should be long long. Although 32bit systems are not really\n" + "common in real life any more...\n" + "\n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 42 \t}\n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 43 \n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 44 \treturn -ENOENT;\n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 45 }\n" - "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 46 \n" "\n" "---\n" "0-DAY CI Kernel Test Service, Intel Corporation\n" https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org -ba395f879b39829088bc21b0132976806983b1a577db27af424c1809f46634d3 +1d0936ff4ba4e11f2f5eaf3baf6aa949aa94c4e88c339eccf5072933cae447ff
diff --git a/a/1.txt b/N2/1.txt index 02f1baa..7fec5cb 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,15 +1,8 @@ -CC: kbuild-all(a)lists.01.org -CC: linux-kernel(a)vger.kernel.org -TO: "Rafał Miłecki" <rafal@milecki.pl> -CC: Miquel Raynal <miquel.raynal@bootlin.com> - tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 5f58da2befa58edf3a70b91ed87ed9bf77f1e70e commit: bb17230c61a6424b622e92006ec52ba23aa5a967 mtd: parsers: ofpart: support BCM4908 fixed partitions date: 9 months ago -:::::: branch date: 20 hours ago -:::::: commit date: 9 months ago -config: nios2-randconfig-m031-20211202 (https://download.01.org/0day-ci/archive/20211204/202112040342.AvFc4SDJ-lkp(a)intel.com/config) +config: nios2-randconfig-m031-20211202 (https://download.01.org/0day-ci/archive/20211204/202112040342.AvFc4SDJ-lkp@intel.com/config) compiler: nios2-linux-gcc (GCC) 11.2.0 If you fix the issue, kindly add following tag as appropriate @@ -21,8 +14,10 @@ drivers/mtd/parsers/ofpart_bcm4908.c:41 bcm4908_partitions_fw_offset() warn: sho vim +41 drivers/mtd/parsers/ofpart_bcm4908.c -bb17230c61a642 Rafał Miłecki 2021-03-01 16 bb17230c61a642 Rafał Miłecki 2021-03-01 17 static long long bcm4908_partitions_fw_offset(void) + ^^^^^^^^^ +This is long long. + bb17230c61a642 Rafał Miłecki 2021-03-01 18 { bb17230c61a642 Rafał Miłecki 2021-03-01 19 struct device_node *root; bb17230c61a642 Rafał Miłecki 2021-03-01 20 struct property *prop; @@ -47,11 +42,14 @@ bb17230c61a642 Rafał Miłecki 2021-03-01 38 return err; bb17230c61a642 Rafał Miłecki 2021-03-01 39 } bb17230c61a642 Rafał Miłecki 2021-03-01 40 bb17230c61a642 Rafał Miłecki 2021-03-01 @41 return offset << 10; + ^^^^^^^^^^^^ +So this should be long long. Although 32bit systems are not really +common in real life any more... + bb17230c61a642 Rafał Miłecki 2021-03-01 42 } bb17230c61a642 Rafał Miłecki 2021-03-01 43 bb17230c61a642 Rafał Miłecki 2021-03-01 44 return -ENOENT; bb17230c61a642 Rafał Miłecki 2021-03-01 45 } -bb17230c61a642 Rafał Miłecki 2021-03-01 46 --- 0-DAY CI Kernel Test Service, Intel Corporation diff --git a/a/content_digest b/N2/content_digest index c5e3b80..3902cf2 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,21 +1,19 @@ - "From\0kernel test robot <lkp@intel.com>\0" + "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0drivers/mtd/parsers/ofpart_bcm4908.c:41 bcm4908_partitions_fw_offset() warn: should 'offset << 10' be a 64 bit type?\0" - "Date\0Sat, 04 Dec 2021 03:02:57 +0800\0" - "To\0kbuild@lists.01.org\0" - "\01:1\0" + "Date\0Mon, 6 Dec 2021 16:18:10 +0300\0" + "To\0kbuild@lists.01.org" + " Rafa\305\202 Mi\305\202ecki <rafal@milecki.pl>\0" + "Cc\0lkp@intel.com" + kbuild-all@lists.01.org + linux-kernel@vger.kernel.org + " Miquel Raynal <miquel.raynal@bootlin.com>\0" + "\00:1\0" "b\0" - "CC: kbuild-all(a)lists.01.org\n" - "CC: linux-kernel(a)vger.kernel.org\n" - "TO: \"Rafa\305\202 Mi\305\202ecki\" <rafal@milecki.pl>\n" - "CC: Miquel Raynal <miquel.raynal@bootlin.com>\n" - "\n" "tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n" "head: 5f58da2befa58edf3a70b91ed87ed9bf77f1e70e\n" "commit: bb17230c61a6424b622e92006ec52ba23aa5a967 mtd: parsers: ofpart: support BCM4908 fixed partitions\n" "date: 9 months ago\n" - ":::::: branch date: 20 hours ago\n" - ":::::: commit date: 9 months ago\n" - "config: nios2-randconfig-m031-20211202 (https://download.01.org/0day-ci/archive/20211204/202112040342.AvFc4SDJ-lkp(a)intel.com/config)\n" + "config: nios2-randconfig-m031-20211202 (https://download.01.org/0day-ci/archive/20211204/202112040342.AvFc4SDJ-lkp@intel.com/config)\n" "compiler: nios2-linux-gcc (GCC) 11.2.0\n" "\n" "If you fix the issue, kindly add following tag as appropriate\n" @@ -27,8 +25,10 @@ "\n" "vim +41 drivers/mtd/parsers/ofpart_bcm4908.c\n" "\n" - "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 16 \n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 17 static long long bcm4908_partitions_fw_offset(void)\n" + " ^^^^^^^^^\n" + "This is long long.\n" + "\n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 18 {\n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 19 \tstruct device_node *root;\n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 20 \tstruct property *prop;\n" @@ -53,14 +53,17 @@ "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 39 \t\t}\n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 40 \n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 @41 \t\treturn offset << 10;\n" + " ^^^^^^^^^^^^\n" + "So this should be long long. Although 32bit systems are not really\n" + "common in real life any more...\n" + "\n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 42 \t}\n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 43 \n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 44 \treturn -ENOENT;\n" "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 45 }\n" - "bb17230c61a642 Rafa\305\202 Mi\305\202ecki 2021-03-01 46 \n" "\n" "---\n" "0-DAY CI Kernel Test Service, Intel Corporation\n" https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org -ba395f879b39829088bc21b0132976806983b1a577db27af424c1809f46634d3 +722e26a5675e0a2cf7dbfd818595db3e304e66ea5816a2364bb3aec684474f3d
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.