From: Peter Georg <peter.georg@xxxxxxxxxxxxxxxxxxxxxxxx> mptsas: add new messaging Bugzilla: https://bugzilla.redhat.com/2027741 Upstream Status: RHEL only commit ba729644ae63e2bea70a982ea00731b9746f59c3 Author: Tomas Henzl <thenzl@xxxxxxxxxx> Date: Thu Dec 2 17:14:05 2021 +0100 mptsas: add new messaging Upstream Status: RHEL only Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2027741 New messages based on input from BU and RH Engineering. Signed-off-by: Tomas Henzl <thenzl@xxxxxxxxxx> Signed-off-by: Peter Georg <peter.georg@xxxxxxxxxxxxxxxxxxxxxxxx> diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c index blahblah..blahblah 100644 --- a/drivers/message/fusion/mptsas.c +++ b/drivers/message/fusion/mptsas.c @@ -5165,6 +5165,10 @@ mptsas_probe(struct pci_dev *pdev, const struct pci_device_id *id) int error=0; int r; +#ifdef CONFIG_RHEL_DIFFERENCES + mark_driver_unmaintained(MYNAM); +#endif + r = mpt_attach(pdev,id); if (r) return r; @@ -5320,11 +5324,6 @@ mptsas_probe(struct pci_dev *pdev, const struct pci_device_id *id) ioc, MPI_SAS_OP_CLEAR_ALL_PERSISTENT); } -#ifdef CONFIG_RHEL_DIFFERENCES - add_taint(TAINT_SUPPORT_REMOVED, LOCKDEP_STILL_OK); - pr_warn("MPTSAS MODULE IS NOT SUPPORTED\n"); -#endif - error = scsi_add_host(sh, &ioc->pcidev->dev); if (error) { dprintk(ioc, printk(MYIOC_s_ERR_FMT -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1610 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure