From: Prarit Bhargava prarit@redhat.com
redhat: Rename mod-blacklist.sh to mod-denylist.sh
In the spirit of inclusivity, rename mod-blacklist.sh to mod-denylist.sh.
Signed-off-by: Prarit Bhargava prarit@redhat.com
diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -263,7 +263,7 @@ sources-rh: $(TARBALL) generate-testpatch-tmp setup-source dist-configs-check rpminspect.yaml \ update_scripts.sh \ kvm_stat.logrotate \ - mod-blacklist.sh \ + mod-denylist.sh \ mod-internal.list \ mod-sign.sh \ configs/flavors \ diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100755 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -704,7 +704,7 @@ Source13: redhatsecureboot003.cer
Source22: mod-extra.list.rhel Source16: mod-extra.list.fedora -Source17: mod-blacklist.sh +Source17: mod-denylist.sh Source18: mod-sign.sh Source79: parallel_xz.sh
diff --git a/redhat/mod-blacklist.sh b/redhat/mod-denylist.sh rename from redhat/mod-blacklist.sh rename to redhat/mod-denylist.sh index blahblah..blahblah 100755 --- a/redhat/mod-blacklist.sh +++ b/redhat/mod-denylist.sh
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1184
From: Herton R. Krzesinski on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1184#note_6111622...
Prarit, we need I think to also rename the /etc/modprobe.d/*-blacklist.conf which are created. But that can be done in another MR/change, I'm approving this one.
From: Herton R. Krzesinski on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1184#note_6111623...
Acked-by: Herton R. Krzesinski herton@redhat.com (via approve button)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1184#note_6114678...
Acked-by: Patrick Talbert ptalbert@redhat.com (via approve button)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1184#note_6114869...
And also the naming for abi-whitelists
From: Brian Masney on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1184#note_6115729...
The script `mod-blacklist.sh` has the functions `blacklist()` and `check_blacklist()` that need to be renamed as well.
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1184#note_6117546...
@pbrobinson Good point. I will discuss the change with a few people and hope to submit an MR next week for this. My apologies for the delay but I want to make sure documentation, etc., are informed of the decision.
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1184#note_6117604...
@bmasney, I've added https://gitlab.com/cki-project/kernel- ark/-/merge_requests/1185 for your suggestion.
kernel@lists.fedoraproject.org