Skip to content

Commit

Permalink
Ignore nvidia modules in kernel taint test (BugFix) (#1688)
Browse files Browse the repository at this point in the history
Ignore nvidia mods in kernel_taint_test
  • Loading branch information
pedro-avalos authored Jan 22, 2025
1 parent 6e0aee0 commit c574309
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions providers/base/bin/kernel_taint_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ def remove_ignored_modules(modules):
"znvpair",
"zunicode",
"zzstd",
"nvidia_uvm",
"nvidia_drm",
"nvidia_modeset",
"nvidia",
]
for ignore_mod in ignored_modules:
try:
Expand Down

0 comments on commit c574309

Please sign in to comment.