From: Peter Georg <peter.georg@xxxxxxxxxxxxxxxxxxxxxxxx> RDMA/siw: Add ifdef RHEL_DIFFERENCES Bugzilla: https://bugzilla.redhat.com/2023416 Upstream Status: RHEL only Fixes: 12be0bd52e926 Signed-off-by: Peter Georg <peter.georg@xxxxxxxxxxxxxxxxxxxxxxxx> diff --git a/drivers/infiniband/sw/siw/siw_main.c b/drivers/infiniband/sw/siw/siw_main.c index blahblah..blahblah 100644 --- a/drivers/infiniband/sw/siw/siw_main.c +++ b/drivers/infiniband/sw/siw/siw_main.c @@ -539,7 +539,9 @@ static __init int siw_init_module(void) int rv; int nr_cpu; +#ifdef CONFIG_RHEL_DIFFERENCES mark_tech_preview("Software iWARP Driver", THIS_MODULE); +#endif if (SENDPAGE_THRESH < SIW_MAX_INLINE) { pr_info("siw: sendpage threshold too small: %u\n", -- 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