* [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-22 12:01 ` [tip: objtool/core] " tip-bot2 for Borislav Petkov (AMD)
0 siblings, 2 replies; 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-17 19:47 [PATCH] objtool/klp: Add the debian-based package name of xxhash to the hint Borislav Petkov
@ 2025-10-19 5:07 ` kernel test robot
2025-10-19 5:11 ` Philip Li
2025-10-22 12:01 ` [tip: objtool/core] " tip-bot2 for Borislav Petkov (AMD)
1 sibling, 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
* [tip: objtool/core] objtool/klp: Add the debian-based package name of xxhash to the hint
2025-10-17 19:47 [PATCH] objtool/klp: Add the debian-based package name of xxhash to the hint Borislav Petkov
2025-10-19 5:07 ` kernel test robot
@ 2025-10-22 12:01 ` tip-bot2 for Borislav Petkov (AMD)
1 sibling, 0 replies; 4+ messages in thread
From: tip-bot2 for Borislav Petkov (AMD) @ 2025-10-22 12:01 UTC (permalink / raw)
To: linux-tip-commits; +Cc: Borislav Petkov (AMD), x86, linux-kernel
The following commit has been merged into the objtool/core branch of tip:
Commit-ID: da247eff96dd32380dfb0cb089be8671ac4bdcd0
Gitweb: https://git.kernel.org/tip/da247eff96dd32380dfb0cb089be8671ac4bdcd0
Author: Borislav Petkov (AMD) <bp@alien8.de>
AuthorDate: Fri, 17 Oct 2025 21:47:32 +02:00
Committer: Borislav Petkov (AMD) <bp@alien8.de>
CommitterDate: Wed, 22 Oct 2025 13:51:11 +02:00
objtool/klp: Add the debian-based package name of xxhash to the hint
Add the debian package name for the devel version of the xxHash package
"libxxhash-dev".
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20251017194732.7713-1-bp@kernel.org
---
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 7b6fd60..1e1ea83 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-10-22 12:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-17 19:47 [PATCH] objtool/klp: Add the debian-based package name of xxhash to the hint Borislav Petkov
2025-10-19 5:07 ` kernel test robot
2025-10-19 5:11 ` Philip Li
2025-10-22 12:01 ` [tip: objtool/core] " tip-bot2 for Borislav Petkov (AMD)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox