Re: [OS-BUILD PATCH 0/0] Add support for rh_flags to kernel-ark

2024-04-19 Thread Jiri Benc (via Email Bridge)
From: Jiri Benc on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3070#note_1871493816

Please bring the pieces of the last commit ("rh_flags: Fix of build errors and
warnings") to the individual commits. While some projects do such cumulative
fixes at the end of a MR, we prefer long-time maintainability for the kernel.
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCH 0/0] Add support for rh_flags to kernel-ark

2024-04-19 Thread Ricardo Robaina (via Email Bridge)
From: Ricardo Robaina on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3070#note_1871407358

Hi Scott,

Thanks for reviewing this MR!

I've moved `rh_flags.o` to `obj-$(CONFIG_RHEL_DIFFERENCES)` line in v2.
Please, let me know if there's anything else to adjust.
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCH 0/0] Add support for rh_flags to kernel-ark

2024-04-19 Thread Ricardo Robaina (via Email Bridge)
From: Ricardo Robaina on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3070#note_1871400114

Hi Justin,

Thanks for reviewing this MR!

I just hid `rh_print_flags()` behind `#ifdef CONFIG_RHEL_DIFFERENCES`. Please,
let me know if there's anything else to adjust.
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCH 0/0] Add support for rh_flags to kernel-ark

2024-04-19 Thread Ricardo Robaina (via Email Bridge)
From: Ricardo Robaina on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3070
NOTE: Truncated patchset due to missing public @redhat.com email
  address on your GitLab profile at https://gitlab.com/-/profile.
  Once that is fixed, close and reopen the merge request to
  retrigger sending the emails.

Ricardo Robaina (7):
  add support for rh_features
  add rh_features to /proc
  rh_features: convert to atomic allocation
  rh_features: move rh_features entry to sys/kernel
  kernel: rh_features: fix reading empty feature list from /proc
  rh_flags: Rename rh_features to rh_flags
  rh_flags: Fix of build errors and warnings

 include/linux/rh_flags.h |  36 
 kernel/Makefile  |   2 +-
 kernel/module/main.c |   6 ++
 kernel/rh_flags.c| 119 +++
 4 files changed, 162 insertions(+), 1 deletion(-)
 create mode 100644 include/linux/rh_flags.h
 create mode 100644 kernel/rh_flags.c

Signed-off-by: Ricardo Robaina 
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue