[The email bridge seems to have eaten my patches.  Manually sending
these for https://gitlab.com/cki-project/kernel-ark/-/merge_requests/586 ]

The 'dist-configs' is not working properly as it only creates ELN
configs. The
'rh-configs' and 'fedora-configs' targets are not working properly and
should
be creating ELN and Fedora configs but they only create some
temporary/intermediate build files. These targets should output final
.config
files for each supported arch. The code has been modified to output
final
.config files.

While fixing this I noticed a few other things that needed to be fixed.

    - The TARGET and DIST_TARGET variables in redhat/Makefile are
unused.
    - 'make fedora-configs' fails due to a config mismatch on
CONFIG_FORCE_MAX_ZONEORDER
    - The configs/process_configs.sh script left *.orig files lying
around

The code has been modified to fix these as well.

Signed-off-by: Prarit Bhargava pra...@redhat.com
Cc: dzic...@redhat.com
Cc: jfor...@redhat.com
Cc: mleit...@redhat.com
Cc: jb...@redhat.com

Prarit Bhargava (3):
  redhat/Makefile: Fix '*-configs' targets
  redhat/configs/process_configs.sh: Add process_configs_known_broken
    flag
  redhat/configs/process_configs.sh: Remove *.config.orig files

 redhat/Makefile                               | 19 +++++----------
 redhat/configs/build_configs.sh               |  9 ++++++-
 .../arm/aarch64/CONFIG_FORCE_MAX_ZONEORDER    |  3 ++-
 redhat/configs/generate_all_configs.sh        |  8 +++++--
 redhat/configs/process_configs.sh             | 24 ++++++++++++++++++-
 5 files changed, 45 insertions(+), 18 deletions(-)

-- 
2.26.2
_______________________________________________
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

Reply via email to