Skip to content

Commit d4cfad7

Browse files
committed
feature/modules-virtio: Fix symbol filter
After linux kernel commit ffe6176b7f53 ("virtio: store owner from modules with register_virtio_driver()"), the symbol name changed and no longer matches the regular expression. Link: torvalds/linux@ffe6176 Signed-off-by: Alexey Gladkov <[email protected]>
1 parent c87351d commit d4cfad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/modules-virtio/rules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-License-Identifier: GPL-3.0-or-later
2-
VIRTIO_PATTERN_SET = symbol:^register_virtio_driver
2+
VIRTIO_PATTERN_SET = symbol:^(__)?register_virtio_driver
33
MODULES_PATTERN_SETS += VIRTIO_PATTERN_SET

0 commit comments

Comments
 (0)