From: Prarit Bhargava <prarit(a)redhat.com>
redhat/Makefile: Remove deprecated variables and targets
Remove variables and targets that were deprecated in 5.17.0.
Signed-off-by: Prarit Bhargava <prarit(a)redhat.com>
diff --git a/redhat/Makefile b/redhat/Makefile
index blahblah..blahblah 100644
--- a/redhat/Makefile
+++ b/redhat/Makefile
@@ -3,21 +3,6 @@
#
# This section is intentionally left at the top of the Makefile so it won't be ignored.
#
-ifdef BREW_FLAGS
- # deprecated in 5.17.0
- $(warning WARNING: BREW_FLAGS will be deprecated in a later release, use BUILD_FLAGS instead.)
-endif
-
-ifdef KOJI_FLAGS
- # deprecated in 5.17.0
- $(warning WARNING: KOJI_FLAGS will be deprecated in a later release, use BUILD_FLAGS instead.)
-endif
-
-ifdef TEST_FLAGS
- # deprecated in 5.17.0
- $(warning WARNING: TEST_FLAGS will be deprecated in a later release, use BUILD_FLAGS instead.)
-endif
-
ifdef SINGLE_TARBALL
# The commit that introduced this code can be reverted if there are users of
# this variable.
@@ -99,16 +84,6 @@ ifndef DISTRO
endif
endif
-ifndef BUILD_FLAGS
- ifeq ($(filter $(MAKECMDGOALS),dist-brew distg-brew),)
- BUILD_FLAGS := $(BREW_FLAGS)
- endif
- ifeq ($(filter $(MAKECMDGOALS),dist-koji distg-koji),)
- BUILD_FLAGS := $(KOJI_FLAGS)
- endif
- BUILD_FLAGS += $(TEST_FLAGS)
-endif
-
ifndef RHJOBS
RHJOBS=$(shell j=$$(echo $(MAKEFLAGS) | grep -Eo "\ -j[0-9]*" | xargs ); \
if [ -z "$${j}" ]; then \
@@ -463,26 +438,6 @@ $(KABIDW_TARBALL):
fi
@(cd kabi-dwarf && tar cjf $(KABIDW_TARBALL) base run_kabi-dw.sh)
-dist-tarball: $(TARBALL)
- # deprecated at 5.17.0
- @echo "WARNING: This target will be deprecated in a future release."
- @echo "redhat/$(TARFILE)"
-
-dist-kernelrelease:
- # deprecated at 5.17.0
- @echo "WARNING: This target will be deprecated in a future release."
- @echo $(PACKAGE_NAME)-$(BASEVERSION)
-
-dist-kernelversion:
- # deprecated at 5.17.0
- @echo "WARNING: This target will be deprecated in a future release."
- @echo $(BASEVERSION)
-
-dist-specfile: setup-source
- # deprecated at 5.17.0
- @echo "WARNING: This target will be deprecated in a future release."
- @echo $(SOURCES)/$(SPECFILE)
-
dist-git-version-check:
@# genspec.sh uses pathspec magic that wasn't introduced until version 2.13
@IFS=" ."; \
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1896
Hi all,
currently the intel IPU6 based cameras are unsupported. This cameras are used in the tiger lake and alder lake platforms.
Ubuntu made changes to support them:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1921345
Are there any chance we can get support in Fedora too?
Regards,
Dennis
From: Alice Mitchell on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1784
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.
This enables the partner supported AFS module in RHEL and splits the built
components out into a sub-package as per policy they should not be shipped as
part of a release but instead be delivered to the partner.
Buzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2039020
Upstream Status: RHEL only
Signed-off-by: Alice Mitchell <ajmitchell(a)redhat.com>
---
redhat/configs/ark/generic/CONFIG_AFS_FS | 1 -
redhat/configs/ark/generic/CONFIG_AF_RXRPC | 1 -
redhat/configs/fedora/generic/CONFIG_AFS_DEBUG => redhat/configs/common/generic/CONFIG_AFS_DEBUG | 0
redhat/configs/fedora/generic/CONFIG_AFS_DEBUG_CURSOR => redhat/configs/common/generic/CONFIG_AFS_DEBUG_CURSOR | 0
redhat/configs/fedora/generic/CONFIG_AFS_FS => redhat/configs/common/generic/CONFIG_AFS_FS | 0
redhat/configs/fedora/generic/CONFIG_AFS_FSCACHE => redhat/configs/common/generic/CONFIG_AFS_FSCACHE | 0
redhat/configs/fedora/generic/CONFIG_AF_RXRPC => redhat/configs/common/generic/CONFIG_AF_RXRPC | 0
redhat/configs/fedora/generic/CONFIG_AF_RXRPC_DEBUG => redhat/configs/common/generic/CONFIG_AF_RXRPC_DEBUG | 0
redhat/configs/fedora/generic/CONFIG_AF_RXRPC_INJECT_LOSS => redhat/configs/common/generic/CONFIG_AF_RXRPC_INJECT_LOSS | 0
redhat/configs/fedora/generic/CONFIG_AF_RXRPC_IPV6 => redhat/configs/common/generic/CONFIG_AF_RXRPC_IPV6 | 0
redhat/configs/common/generic/CONFIG_RXKAD | 1 +
redhat/Makefile | 1 +
redhat/kernel.spec.template | 58 ++++++++++
redhat/mod-partner.list | 2 +
14 files changed, 62 insertions(+), 2 deletions(-)
From: Vladis Dronov <vdronov(a)redhat.com>
[redhat] Split CONFIG_FIPS_SIGNATURE_SELFTEST config
Enable CONFIG_FIPS_SIGNATURE_SELFTEST in ELN following
CentOS Stream change as in:
https://bugzilla.redhat.com/show_bug.cgi?id=2080044https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_…
FIPS is not used in Fedora, so unset it.
Signed-off-by: Vladis Dronov <vdronov(a)redhat.com>
diff --git a/redhat/configs/ark/generic/CONFIG_FIPS_SIGNATURE_SELFTEST b/redhat/configs/ark/generic/CONFIG_FIPS_SIGNATURE_SELFTEST
index blahblah..blahblah 100644
--- a/redhat/configs/ark/generic/CONFIG_FIPS_SIGNATURE_SELFTEST
+++ b/redhat/configs/ark/generic/CONFIG_FIPS_SIGNATURE_SELFTEST
@@ -1 +1 @@
-# CONFIG_FIPS_SIGNATURE_SELFTEST is not set
+CONFIG_FIPS_SIGNATURE_SELFTEST=y
diff --git a/redhat/configs/fedora/generic/CONFIG_FIPS_SIGNATURE_SELFTEST b/redhat/configs/fedora/generic/CONFIG_FIPS_SIGNATURE_SELFTEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/CONFIG_FIPS_SIGNATURE_SELFTEST
@@ -0,0 +1 @@
+# CONFIG_FIPS_SIGNATURE_SELFTEST is not set
diff --git a/redhat/configs/pending-fedora/generic/CONFIG_FIPS_SIGNATURE_SELFTEST b/redhat/configs/pending-fedora/generic/CONFIG_FIPS_SIGNATURE_SELFTEST
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-fedora/generic/CONFIG_FIPS_SIGNATURE_SELFTEST
+++ /dev/null
@@ -1,13 +0,0 @@
-# Symbol: FIPS_SIGNATURE_SELFTEST [=n]
-# Type : bool
-# Defined at crypto/asymmetric_keys/Kconfig:78
-# Prompt: Run FIPS selftests on the X.509+PKCS7 signature verification
-# Depends on: CRYPTO [=y] && KEYS [=y] && ASYMMETRIC_KEY_TYPE [=y] && PKCS7_MESSAGE_PARSER [=y]
-# Location:
-# Main menu
-# -> Cryptographic API (CRYPTO [=y])
-# -> Asymmetric (public-key cryptographic) key type (ASYMMETRIC_KEY_TYPE [=y])
-#
-#
-#
-# CONFIG_FIPS_SIGNATURE_SELFTEST is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1891
From: Vladis Dronov <vdronov(a)redhat.com>
[redhat] Move CONFIG_FIPS_SIGNATURE_SELFTEST to a proper place
And unify its Fedora and ELN versions.
Signed-off-by: Vladis Dronov <vdronov(a)redhat.com>
diff --git a/redhat/configs/ark/generic/CONFIG_FIPS_SIGNATURE_SELFTEST b/redhat/configs/common/generic/CONFIG_FIPS_SIGNATURE_SELFTEST
rename from redhat/configs/ark/generic/CONFIG_FIPS_SIGNATURE_SELFTEST
rename to redhat/configs/common/generic/CONFIG_FIPS_SIGNATURE_SELFTEST
index blahblah..blahblah 100644
--- a/redhat/configs/ark/generic/CONFIG_FIPS_SIGNATURE_SELFTEST
+++ b/redhat/configs/common/generic/CONFIG_FIPS_SIGNATURE_SELFTEST
diff --git a/redhat/configs/pending-fedora/generic/CONFIG_FIPS_SIGNATURE_SELFTEST b/redhat/configs/pending-fedora/generic/CONFIG_FIPS_SIGNATURE_SELFTEST
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-fedora/generic/CONFIG_FIPS_SIGNATURE_SELFTEST
+++ /dev/null
@@ -1,13 +0,0 @@
-# Symbol: FIPS_SIGNATURE_SELFTEST [=n]
-# Type : bool
-# Defined at crypto/asymmetric_keys/Kconfig:78
-# Prompt: Run FIPS selftests on the X.509+PKCS7 signature verification
-# Depends on: CRYPTO [=y] && KEYS [=y] && ASYMMETRIC_KEY_TYPE [=y] && PKCS7_MESSAGE_PARSER [=y]
-# Location:
-# Main menu
-# -> Cryptographic API (CRYPTO [=y])
-# -> Asymmetric (public-key cryptographic) key type (ASYMMETRIC_KEY_TYPE [=y])
-#
-#
-#
-# CONFIG_FIPS_SIGNATURE_SELFTEST is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1891