From: Desnes Nunes desnesn@redhat.com
redhat: configs: Drop CONFIG_MEMSTICK_REALTEK_PCI config option
Upstream status: RHEL-only
The rtsx_pci_ms driver has been dropped on commit <d0f459259c13> ("memstick: rtsx_pci_ms: Remove Realtek PCI memstick driver"), thus its CONFIG_MEMSTICK_REALTEK_PCI config option also needs to be dropped
Signed-off-by: Desnes Nunes desnesn@redhat.com
diff --git a/redhat/configs/common/generic/CONFIG_MEMSTICK_REALTEK_PCI b/redhat/configs/common/generic/CONFIG_MEMSTICK_REALTEK_PCI deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/common/generic/CONFIG_MEMSTICK_REALTEK_PCI +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MEMSTICK_REALTEK_PCI=m
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3467
From: Jarod Wilson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3467#note_2188468...
@jmflinuxtx this is an interesting one here... I think this is actually readyForMerge, but it's an unanticipated corner case of no file mapping being found actually being valid, since the code the config used to point to doesn't exist in tree any longer.
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3467#note_2188473...
Pretty sure you are correct. It is acked, I will go ahead and merge it.
From: Desnes Nunes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3467#note_2188629...
Hello @jwilsonrh and @jmflinuxtx
Yeah - I was really intrigued by it too :-) , specially because I am the owner of the code in owners.yaml file.
Thanks for all the help on this,
kernel@lists.fedoraproject.org