diff for duplicates of <202512181203.IOv6IChH-lkp@intel.com> diff --git a/a/1.txt b/N1/1.txt index fee38c6..3bb1bb3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,16 +1,6 @@ -BCC: lkp@intel.com -CC: oe-kbuild-all@lists.linux.dev -CC: linux-kernel@vger.kernel.org -TO: Alice Ryhl <aliceryhl@google.com> -CC: Wedson Almeida Filho <wedsonaf@gmail.com> -CC: Matt Gilbride <mattgilbride@google.com> - tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: ea1013c1539270e372fc99854bc6e4d94eaeff66 commit: eafedbc7c050c44744fbdf80bdf3315e860b7513 rust_binder: add Rust Binder driver -date: 3 months ago -:::::: branch date: 25 hours ago -:::::: commit date: 3 months ago config: loongarch-randconfig-r071-20251218 (https://download.01.org/0day-ci/archive/20251218/202512181203.IOv6IChH-lkp@intel.com/config) compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 1335a05ab8bc8339ce24be3a9da89d8c3f4e0571) rustc: rustc 1.88.0 (6b00bc388 2025-06-23) @@ -18,7 +8,7 @@ rustc: rustc 1.88.0 (6b00bc388 2025-06-23) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@intel.com> -| Reported-by: Dan Carpenter <error27@gmail.com> +| Reported-by: Dan Carpenter <dan.carpenter@linaro.org> | Closes: https://lore.kernel.org/r/202512181203.IOv6IChH-lkp@intel.com/ smatch warnings: @@ -34,6 +24,10 @@ eafedbc7c050c4 Alice Ryhl 2025-09-19 133 if (++info->device_count <= info->mo eafedbc7c050c4 Alice Ryhl 2025-09-19 @134 minor = ida_alloc_max(&binderfs_minors, eafedbc7c050c4 Alice Ryhl 2025-09-19 135 use_reserve ? BINDERFS_MAX_MINOR : eafedbc7c050c4 Alice Ryhl 2025-09-19 136 BINDERFS_MAX_MINOR_CAPPED, + +ida_alloc_max() takes the maximum valid id not the count. These should +be BINDERFS_MAX_MINOR - 1, BINDERFS_MAX_MINOR_CAPPED - 1. + eafedbc7c050c4 Alice Ryhl 2025-09-19 137 GFP_KERNEL); eafedbc7c050c4 Alice Ryhl 2025-09-19 138 else eafedbc7c050c4 Alice Ryhl 2025-09-19 139 minor = -ENOSPC; @@ -114,7 +108,6 @@ eafedbc7c050c4 Alice Ryhl 2025-09-19 213 iput(inode); eafedbc7c050c4 Alice Ryhl 2025-09-19 214 eafedbc7c050c4 Alice Ryhl 2025-09-19 215 return ret; eafedbc7c050c4 Alice Ryhl 2025-09-19 216 } -eafedbc7c050c4 Alice Ryhl 2025-09-19 217 -- 0-DAY CI Kernel Test Service diff --git a/a/content_digest b/N1/content_digest index 1c56242..8503e64 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,24 +1,18 @@ - "From\0kernel test robot <lkp@intel.com>\0" + "From\0Dan Carpenter <dan.carpenter@linaro.org>\0" "Subject\0drivers/android/binder/rust_binderfs.c:134 binderfs_binder_device_create() error: Calling ida_alloc_max() with a 'max' argument which is a power of 2. -1 missing?\0" - "Date\0Thu, 18 Dec 2025 12:51:42 +0800\0" - "To\0oe-kbuild@lists.linux.dev\0" + "Date\0Thu, 18 Dec 2025 10:17:52 +0300\0" + "To\0oe-kbuild@lists.linux.dev" + " Alice Ryhl <aliceryhl@google.com>\0" "Cc\0lkp@intel.com" - " Dan Carpenter <error27@gmail.com>\0" + oe-kbuild-all@lists.linux.dev + linux-kernel@vger.kernel.org + Wedson Almeida Filho <wedsonaf@gmail.com> + " Matt Gilbride <mattgilbride@google.com>\0" "\00:1\0" "b\0" - "BCC: lkp@intel.com\n" - "CC: oe-kbuild-all@lists.linux.dev\n" - "CC: linux-kernel@vger.kernel.org\n" - "TO: Alice Ryhl <aliceryhl@google.com>\n" - "CC: Wedson Almeida Filho <wedsonaf@gmail.com>\n" - "CC: Matt Gilbride <mattgilbride@google.com>\n" - "\n" "tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n" "head: ea1013c1539270e372fc99854bc6e4d94eaeff66\n" "commit: eafedbc7c050c44744fbdf80bdf3315e860b7513 rust_binder: add Rust Binder driver\n" - "date: 3 months ago\n" - ":::::: branch date: 25 hours ago\n" - ":::::: commit date: 3 months ago\n" "config: loongarch-randconfig-r071-20251218 (https://download.01.org/0day-ci/archive/20251218/202512181203.IOv6IChH-lkp@intel.com/config)\n" "compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 1335a05ab8bc8339ce24be3a9da89d8c3f4e0571)\n" "rustc: rustc 1.88.0 (6b00bc388 2025-06-23)\n" @@ -26,7 +20,7 @@ "If you fix the issue in a separate patch/commit (i.e. not just a new version of\n" "the same patch/commit), kindly add following tags\n" "| Reported-by: kernel test robot <lkp@intel.com>\n" - "| Reported-by: Dan Carpenter <error27@gmail.com>\n" + "| Reported-by: Dan Carpenter <dan.carpenter@linaro.org>\n" "| Closes: https://lore.kernel.org/r/202512181203.IOv6IChH-lkp@intel.com/\n" "\n" "smatch warnings:\n" @@ -42,6 +36,10 @@ "eafedbc7c050c4 Alice Ryhl 2025-09-19 @134 \t\tminor = ida_alloc_max(&binderfs_minors,\n" "eafedbc7c050c4 Alice Ryhl 2025-09-19 135 \t\t\t\t use_reserve ? BINDERFS_MAX_MINOR :\n" "eafedbc7c050c4 Alice Ryhl 2025-09-19 136 \t\t\t\t\t\t BINDERFS_MAX_MINOR_CAPPED,\n" + "\n" + "ida_alloc_max() takes the maximum valid id not the count. These should\n" + "be BINDERFS_MAX_MINOR - 1, BINDERFS_MAX_MINOR_CAPPED - 1.\n" + "\n" "eafedbc7c050c4 Alice Ryhl 2025-09-19 137 \t\t\t\t GFP_KERNEL);\n" "eafedbc7c050c4 Alice Ryhl 2025-09-19 138 \telse\n" "eafedbc7c050c4 Alice Ryhl 2025-09-19 139 \t\tminor = -ENOSPC;\n" @@ -122,10 +120,9 @@ "eafedbc7c050c4 Alice Ryhl 2025-09-19 214 \n" "eafedbc7c050c4 Alice Ryhl 2025-09-19 215 \treturn ret;\n" "eafedbc7c050c4 Alice Ryhl 2025-09-19 216 }\n" - "eafedbc7c050c4 Alice Ryhl 2025-09-19 217 \n" "\n" "-- \n" "0-DAY CI Kernel Test Service\n" https://github.com/intel/lkp-tests/wiki -55d0283dddca6d69ab1fb346f929083ffdd499d0400bd2dad6bd72340ecc3bcc +a2622c8b48d517b2f7631418d8685eac3722997dc48596e52099025b6f212f3d
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.