diff for duplicates of <20220621191553.69455-9-alexandr.lobakin@intel.com> diff --git a/a/content_digest b/N1/content_digest index 4850e7f..1eeba8f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -23,7 +23,12 @@ Greg Kroah-Hartman <gregkh@linuxfoundation.org> linux-alpha@vger.kernel.org linux-hexagon@vger.kernel.org - " linux-ia64\0" + linux-ia64@vger.kernel.org + linux-m68k@lists.linux-m68k.org + linux-sh@vger.kernel.org + sparclinux@vger.kernel.org + linux-arch@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "Add a function to the bitmap test suite, which will ensure that\n" @@ -108,4 +113,4 @@ "-- \n" 2.36.1 -bbcdccae4fe1a840d62f089f346024b19fcd606b5f629206d6ec4b8debb0ae1c +e292df981ffff34e8d3b75a181be183e7d48cac02b884d3dcb48827f0a401493
diff --git a/a/1.txt b/N2/1.txt index 7ea65e7..176b794 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -52,15 +52,15 @@ index d5923a640457..3a7b09b82794 100644 + if (var & BIT(0)) + var ^= GENMASK(9, 6); + -+ /* __const_hweight<32|64>(BIT(5)) == 1 */ ++ /* __const_hweight<32|64>(BIT(5)) = 1 */ + res = bitmap_weight(bitmap, 20); + BUILD_BUG_ON(!__builtin_constant_p(res)); + -+ /* !(BIT(31) & BIT(18)) == 1 */ ++ /* !(BIT(31) & BIT(18)) = 1 */ + res = !test_bit(18, &bitopvar); + BUILD_BUG_ON(!__builtin_constant_p(res)); + -+ /* BIT(2) & GENMASK(14, 8) == 0 */ ++ /* BIT(2) & GENMASK(14, 8) = 0 */ + BUILD_BUG_ON(!__builtin_constant_p(initvar & GENMASK(14, 8))); + /* ~BIT(25) */ + BUILD_BUG_ON(!__builtin_constant_p(~var)); diff --git a/a/content_digest b/N2/content_digest index 4850e7f..a2c6083 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\020220621191553.69455-1-alexandr.lobakin@intel.com\0" "From\0Alexander Lobakin <alexandr.lobakin@intel.com>\0" "Subject\0[PATCH v4 8/8] lib: test_bitmap: add compile-time optimization/evaluations assertions\0" - "Date\0Tue, 21 Jun 2022 21:15:53 +0200\0" + "Date\0Tue, 21 Jun 2022 19:15:53 +0000\0" "To\0Arnd Bergmann <arnd@arndb.de>" " Yury Norov <yury.norov@gmail.com>\0" "Cc\0Alexander Lobakin <alexandr.lobakin@intel.com>" @@ -23,7 +23,12 @@ Greg Kroah-Hartman <gregkh@linuxfoundation.org> linux-alpha@vger.kernel.org linux-hexagon@vger.kernel.org - " linux-ia64\0" + linux-ia64@vger.kernel.org + linux-m68k@lists.linux-m68k.org + linux-sh@vger.kernel.org + sparclinux@vger.kernel.org + linux-arch@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "Add a function to the bitmap test suite, which will ensure that\n" @@ -80,15 +85,15 @@ "+\tif (var & BIT(0))\n" "+\t\tvar ^= GENMASK(9, 6);\n" "+\n" - "+\t/* __const_hweight<32|64>(BIT(5)) == 1 */\n" + "+\t/* __const_hweight<32|64>(BIT(5)) = 1 */\n" "+\tres = bitmap_weight(bitmap, 20);\n" "+\tBUILD_BUG_ON(!__builtin_constant_p(res));\n" "+\n" - "+\t/* !(BIT(31) & BIT(18)) == 1 */\n" + "+\t/* !(BIT(31) & BIT(18)) = 1 */\n" "+\tres = !test_bit(18, &bitopvar);\n" "+\tBUILD_BUG_ON(!__builtin_constant_p(res));\n" "+\n" - "+\t/* BIT(2) & GENMASK(14, 8) == 0 */\n" + "+\t/* BIT(2) & GENMASK(14, 8) = 0 */\n" "+\tBUILD_BUG_ON(!__builtin_constant_p(initvar & GENMASK(14, 8)));\n" "+\t/* ~BIT(25) */\n" "+\tBUILD_BUG_ON(!__builtin_constant_p(~var));\n" @@ -108,4 +113,4 @@ "-- \n" 2.36.1 -bbcdccae4fe1a840d62f089f346024b19fcd606b5f629206d6ec4b8debb0ae1c +0e7b37e1c0445afcf5db93b70c879c4f5f48a5c896f6c99c6d4e9abd17fd5a9d
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.