Skip to content

ark: Set Architecture Level Set to Z14 for s390

Philipp Rudo requested to merge prudo1/kernel-ark:bz1876435 into os-build

This series aims to update the Architecture Level Set on s390 for ark to
Z14. Unfortunately this collides with a workaround introduced with
f88717cf ("Temporarily switch TUNE_DEFAULT to y") to solve
configuration problems due to cc-options checks failing on the
configuration system. Thus the series was extended to solve that as well
by using the scripts/dummy-tools in process_configs.sh.

v2 -> v3:

  • Disable CONFIG_RELR. Although its default is 'y' it requires LLD to work.
  • Improve wording in commit message of the first two commits.

v1 -> v2:

  • Move the new configs introduced by using the dummy-tools from
    pending-common/ to common/ and split them to separate commits to
    simplify review.

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1876435
Signed-off-by: Philipp Rudo prudo@redhat.com

Edited by Philipp Rudo

Merge request reports