Skip to content

Commit 69e0633

Browse files
committed
Merge: message deprecated state in ahci_xgene, ahci_seattle and hisi_sas_main
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/6981 JIRA: https://issues.redhat.com/browse/RHEL-95986 A group of ARM drivers needs proper state messaging in kernel log. Signed-off-by: Tomas Henzl <thenzl@redhat.com> Approved-by: Maurizio Lombardi <mlombard@redhat.com> Approved-by: Scott Weaver <scweaver@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Augusto Caringi <acaringi@redhat.com>
2 parents 42a860d + acff6f6 commit 69e0633

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kernel/rh_messages.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,14 @@
4949
static const char *rh_deprecated_drivers[] = {
5050
"aacraid",
5151
"af_key",
52+
"ahci_seattle",
53+
"ahci_xgene",
5254
"bnx2fc",
5355
"bnx2i",
5456
"bnx2x",
5557
"cnic",
5658
"firewire_core",
59+
"hisi_sas_main",
5760
"qla4xxx",
5861
"team",
5962
0 /* Terminating entry */
@@ -69,6 +72,9 @@ static const char *rh_deprecated_init_fns[] = {
6972
"bnx2x_init",
7073
"bnx2fc_mod_init",
7174
"bnx2i_mod_init",
75+
"ahci_seattle_probe",
76+
"xgene_ahci_probe",
77+
"hisi_sas_init",
7278
0 /* Terminating entry */
7379
};
7480

0 commit comments

Comments
 (0)