Skip to content

Commit 29174ac

Browse files
committed
crypto: iaa - mark as supported
JIRA: https://issues.redhat.com/browse/RHEL-95629 Upstream Status: RHEL only The Intel Analytics Accelerator (IAA) Compression Accelerator driver code has been merged upstream for some time now. Remove the kernel taint at the first attempt to probe the device. IAA is considered to be supported from now on. Signed-off-by: Vladis Dronov <vdronov@redhat.com>
1 parent 5432256 commit 29174ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/crypto/intel/iaa/iaa_crypto_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,6 @@ static int iaa_crypto_probe(struct idxd_dev *idxd_dev)
19101910
}
19111911
try_module_get(THIS_MODULE);
19121912

1913-
mark_tech_preview("Intel IAA Compression Accelerator (IAA)", THIS_MODULE);
19141913
pr_info("iaa_crypto now ENABLED\n");
19151914
}
19161915

0 commit comments

Comments
 (0)