Commit 0f9d817
committed
lsmod01.sh: Whitelist zcrypt
zcrypt (s390x specific module) has different refcnt:
lsmod01 1 TINFO: lsmod output different from /proc/modules
118c118
< zcrypt 131072 9
---
> zcrypt 131072 8
This is probably due libcrypto update to support hardware acceleration
of some algorithm that kmod is using, which causes increasing refcnt.
Because it's would not be easy to get a generic mechanism to detect
affected modules (ATM probably only zcrypt), whitelist parsing it.
Fixes: https://bugzilla.suse.com/show_bug.cgi?id=1237399
Link: https://lore.kernel.org/ltp/20250221121344.2778278-1-pvorel@suse.cz/
Suggested-by: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
Signed-off-by: Petr Vorel <pvorel@suse.cz>1 parent d384076 commit 0f9d817
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
58 | | - | |
59 | | - | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
0 commit comments