Re: [OS-BUILD PATCH] configs: enable CONFIG_HP_ILO for aarch64

2022-09-13 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2009#note_1098499621 That will work as well. Prarit and I were just discussing getting rid of the x86_64 subdirectory all together, and then using the clean up script to catch all of the duplicates.

Re: [OS-BUILD PATCH] configs: enable CONFIG_HP_ILO for aarch64

2022-09-13 Thread Daniel Horak (via Email Bridge)
From: Daniel Horak on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2009#note_1098490097 I was thinking about converting the existing configs from ./ark/generic/x86/x86_64/CONFIG_HP_ILO ./fedora/generic/x86/CONFIG_HP_ILO into

Re: [OS-BUILD PATCH] configs: enable CONFIG_HP_ILO for aarch64

2022-09-13 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2009#note_1098347268 The `redhat/configs/generic/aarch64/` does not exist in this tree or in RHEL 9, and putting a config entry there is ignored. Please move this to

Re: [OS-BUILD PATCH] configs: enable CONFIG_HP_ILO for aarch64

2022-09-08 Thread Daniel Horak (via Email Bridge)
From: Daniel Horak on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2009#note_1093705006 Could you consolidate the x86_64 settings for ILO in this MR as well, please? The aarch64 change looks good to me. ___ kernel mailing list

[OS-BUILD PATCH] configs: enable CONFIG_HP_ILO for aarch64

2022-09-08 Thread Mark Salter (via Email Bridge)
From: Mark Salter configs: enable CONFIG_HP_ILO for aarch64 There are now Arm based servers with HP ILO interfaces, so enable the driver for aarch64. Signed-off-by: Mark Salter diff --git a/redhat/configs/generic/aarch64/CONFIG_HP_ILO b/redhat/configs/generic/aarch64/CONFIG_HP_ILO new file