Attachment is the available_filter_functions from E-azure ** Description changed:
Issue found on 5.3.0-1020.21 Standard_D48_v3 # [40] Kprobe event auto/manual naming [UNRESOLVED] + + It looks like this test exit unresolved here: + + FUNC=`grep -m 10 " [tT] .*\.isra\..*$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "` + [ "x" != "x$FUNC" ] || exit_unresolved + grep -n "$FUNC" available_filter_functions || exit_unresolved + echo "p $FUNC" > kprobe_events + + The FUNC here will be "show_signal.isra.0.cold", but it's not in + available_filter_functions. ** Attachment added: "available_filter_functions" https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1874679/+attachment/5370219/+files/available_filter_functions ** Also affects: linux-azure (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-azure in Ubuntu. https://bugs.launchpad.net/bugs/1874679 Title: Kprobe event auto/manual naming in ftrace failed with unresolved on E-Azure Status in ubuntu-kernel-tests: New Status in linux-azure package in Ubuntu: New Bug description: Issue found on 5.3.0-1020.21 Standard_D48_v3 # [40] Kprobe event auto/manual naming [UNRESOLVED] It looks like this test exit unresolved here: FUNC=`grep -m 10 " [tT] .*\.isra\..*$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "` [ "x" != "x$FUNC" ] || exit_unresolved grep -n "$FUNC" available_filter_functions || exit_unresolved echo "p $FUNC" > kprobe_events The FUNC here will be "show_signal.isra.0.cold", but it's not in available_filter_functions. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1874679/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp

