* [PATCH] objtool/klp: Add the debian-based package name of xxhash to the hint
@ 2025-10-17 19:47 Borislav Petkov
2025-10-19 5:07 ` kernel test robot
0 siblings, 1 reply; 4+ messages in thread
From: Borislav Petkov @ 2025-10-17 19:47 UTC (permalink / raw)
To: Josh Poimboeuf; +Cc: X86 ML, LKML, Borislav Petkov (AMD)
From: "Borislav Petkov (AMD)" <bp@alien8.de>
Add the package name for the devel version of the xxHash package
"libxxhash-dev" as used in debian-based repositories, which objtool
now uses.
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
---
tools/objtool/builtin-check.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/objtool/builtin-check.c b/tools/objtool/builtin-check.c
index 7b6fd60b022b..1e1ea8396eb3 100644
--- a/tools/objtool/builtin-check.c
+++ b/tools/objtool/builtin-check.c
@@ -164,7 +164,7 @@ static bool opts_valid(void)
#ifndef BUILD_KLP
if (opts.checksum) {
- ERROR("--checksum not supported; install xxhash-devel and recompile");
+ ERROR("--checksum not supported; install xxhash-devel/libxxhash-dev and recompile");
return false;
}
#endif
--
2.51.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] objtool/klp: Add the debian-based package name of xxhash to the hint
@ 2025-10-19 2:44 kernel test robot
0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2025-10-19 2:44 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "only suspicious fbc files changed"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20251017194732.7713-1-bp@kernel.org>
References: <20251017194732.7713-1-bp@kernel.org>
TO: Borislav Petkov <bp@kernel.org>
TO: Josh Poimboeuf <jpoimboe@kernel.org>
CC: X86 ML <x86@kernel.org>
CC: LKML <linux-kernel@vger.kernel.org>
CC: "Borislav Petkov (AMD)" <bp@alien8.de>
Hi Borislav,
kernel test robot noticed the following build errors:
[auto build test ERROR on next-20251017]
[cannot apply to linus/master v6.18-rc1 v6.17 v6.17-rc7 v6.18-rc1]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Borislav-Petkov/objtool-klp-Add-the-debian-based-package-name-of-xxhash-to-the-hint/20251018-091553
base: next-20251017
patch link: https://lore.kernel.org/r/20251017194732.7713-1-bp%40kernel.org
patch subject: [PATCH] objtool/klp: Add the debian-based package name of xxhash to the hint
:::::: branch date: 25 hours ago
:::::: commit date: 25 hours ago
config: x86_64-rhel-9.4 (https://download.01.org/0day-ci/archive/20251019/202510190931.1SovbysA-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251019/202510190931.1SovbysA-lkp@intel.com/reproduce)
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>
| Closes: https://lore.kernel.org/r/202510190931.1SovbysA-lkp@intel.com/
All errors (new ones prefixed by >>):
>> error: objtool: --checksum not supported; install xxhash-devel/libxxhash-dev and recompile
--
drivers/message/fusion/mptsas.c: In function 'mptsas_issue_tm':
drivers/message/fusion/mptsas.c:4791:26: warning: variable 'timeleft' set but not used [-Wunused-but-set-variable]
4791 | unsigned long timeleft;
| ^~~~~~~~
>> error: objtool: --checksum not supported; install xxhash-devel/libxxhash-dev and recompile
--
mptsas.c: In function 'mptsas_issue_tm':
mptsas.c:4791:26: warning: variable 'timeleft' set but not used [-Wunused-but-set-variable]
4791 | unsigned long timeleft;
| ^~~~~~~~
>> error: objtool: --checksum not supported; install xxhash-devel/libxxhash-dev and recompile
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] objtool/klp: Add the debian-based package name of xxhash to the hint
2025-10-17 19:47 Borislav Petkov
@ 2025-10-19 5:07 ` kernel test robot
2025-10-19 5:11 ` Philip Li
0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2025-10-19 5:07 UTC (permalink / raw)
To: Borislav Petkov, Josh Poimboeuf
Cc: oe-kbuild-all, X86 ML, LKML, Borislav Petkov (AMD)
Hi Borislav,
kernel test robot noticed the following build errors:
[auto build test ERROR on next-20251017]
[cannot apply to linus/master v6.18-rc1 v6.17 v6.17-rc7 v6.18-rc1]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Borislav-Petkov/objtool-klp-Add-the-debian-based-package-name-of-xxhash-to-the-hint/20251018-091553
base: next-20251017
patch link: https://lore.kernel.org/r/20251017194732.7713-1-bp%40kernel.org
patch subject: [PATCH] objtool/klp: Add the debian-based package name of xxhash to the hint
:::::: branch date: 25 hours ago
:::::: commit date: 25 hours ago
config: x86_64-rhel-9.4 (https://download.01.org/0day-ci/archive/20251019/202510190931.1SovbysA-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251019/202510190931.1SovbysA-lkp@intel.com/reproduce)
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>
| Closes: https://lore.kernel.org/r/202510190931.1SovbysA-lkp@intel.com/
All errors (new ones prefixed by >>):
>> error: objtool: --checksum not supported; install xxhash-devel/libxxhash-dev and recompile
--
drivers/message/fusion/mptsas.c: In function 'mptsas_issue_tm':
drivers/message/fusion/mptsas.c:4791:26: warning: variable 'timeleft' set but not used [-Wunused-but-set-variable]
4791 | unsigned long timeleft;
| ^~~~~~~~
>> error: objtool: --checksum not supported; install xxhash-devel/libxxhash-dev and recompile
--
mptsas.c: In function 'mptsas_issue_tm':
mptsas.c:4791:26: warning: variable 'timeleft' set but not used [-Wunused-but-set-variable]
4791 | unsigned long timeleft;
| ^~~~~~~~
>> error: objtool: --checksum not supported; install xxhash-devel/libxxhash-dev and recompile
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] objtool/klp: Add the debian-based package name of xxhash to the hint
2025-10-19 5:07 ` kernel test robot
@ 2025-10-19 5:11 ` Philip Li
0 siblings, 0 replies; 4+ messages in thread
From: Philip Li @ 2025-10-19 5:11 UTC (permalink / raw)
To: kernel test robot
Cc: Borislav Petkov, Josh Poimboeuf, oe-kbuild-all, X86 ML, LKML,
Borislav Petkov (AMD)
On Sun, Oct 19, 2025 at 01:07:22PM +0800, kernel test robot wrote:
> Hi Borislav,
>
> kernel test robot noticed the following build errors:
>
> [auto build test ERROR on next-20251017]
> [cannot apply to linus/master v6.18-rc1 v6.17 v6.17-rc7 v6.18-rc1]
> [If your patch is applied to the wrong git tree, kindly drop us a note.
> And when submitting patch, we suggest to use '--base' as documented in
> https://git-scm.com/docs/git-format-patch#_base_tree_information]
>
> url: https://github.com/intel-lab-lkp/linux/commits/Borislav-Petkov/objtool-klp-Add-the-debian-based-package-name-of-xxhash-to-the-hint/20251018-091553
> base: next-20251017
> patch link: https://lore.kernel.org/r/20251017194732.7713-1-bp%40kernel.org
> patch subject: [PATCH] objtool/klp: Add the debian-based package name of xxhash to the hint
> :::::: branch date: 25 hours ago
> :::::: commit date: 25 hours ago
> config: x86_64-rhel-9.4 (https://download.01.org/0day-ci/archive/20251019/202510190931.1SovbysA-lkp@intel.com/config)
> compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251019/202510190931.1SovbysA-lkp@intel.com/reproduce)
>
> 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>
> | Closes: https://lore.kernel.org/r/202510190931.1SovbysA-lkp@intel.com/
>
> All errors (new ones prefixed by >>):
Sorry, kindly ignore this report. which is a false positve.
>
> >> error: objtool: --checksum not supported; install xxhash-devel/libxxhash-dev and recompile
> --
> drivers/message/fusion/mptsas.c: In function 'mptsas_issue_tm':
> drivers/message/fusion/mptsas.c:4791:26: warning: variable 'timeleft' set but not used [-Wunused-but-set-variable]
> 4791 | unsigned long timeleft;
> | ^~~~~~~~
> >> error: objtool: --checksum not supported; install xxhash-devel/libxxhash-dev and recompile
> --
> mptsas.c: In function 'mptsas_issue_tm':
> mptsas.c:4791:26: warning: variable 'timeleft' set but not used [-Wunused-but-set-variable]
> 4791 | unsigned long timeleft;
> | ^~~~~~~~
> >> error: objtool: --checksum not supported; install xxhash-devel/libxxhash-dev and recompile
>
> --
> 0-DAY CI Kernel Test Service
> https://github.com/intel/lkp-tests/wiki
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-10-19 5:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-19 2:44 [PATCH] objtool/klp: Add the debian-based package name of xxhash to the hint kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2025-10-17 19:47 Borislav Petkov
2025-10-19 5:07 ` kernel test robot
2025-10-19 5:11 ` Philip Li
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.