From 57b01c6eb417025632115f546e92474d64776fba Mon Sep 17 00:00:00 2001 From: Marco Elver Date: Fri, 27 Aug 2021 18:13:45 +0200 Subject: pkg/report: ignore "WARNING: the mand mount option is being deprecated" Ignore this new warning, as it is intentionally added to warn users and does not indicate a kernel bug: https://lkml.kernel.org/r/CAHk-=wgD-SNxB=2iCurEoP=RjrciRgLtXZ7R_DejK+mXF2etfg@mail.gmail.com --- pkg/report/testdata/linux/report/618 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pkg/report/testdata/linux/report/618 (limited to 'pkg/report/testdata/linux') diff --git a/pkg/report/testdata/linux/report/618 b/pkg/report/testdata/linux/report/618 new file mode 100644 index 000000000..7cf5ab9e7 --- /dev/null +++ b/pkg/report/testdata/linux/report/618 @@ -0,0 +1,9 @@ +TITLE: + +[ 49.650190][ T126] wlan1: Created IBSS using preconfigured BSSID 50:50:50:50:50:50 +[ 49.658919][ T126] wlan1: Creating new IBSS network, BSSID 50:50:50:50:50:50 +[ 49.668016][ T5] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready +[ 49.679506][ T8428] ====================================================== +[ 49.679506][ T8428] WARNING: the mand mount option is being deprecated and +[ 49.679506][ T8428] will be removed in v5.15! +[ 49.679506][ T8428] ====================================================== -- cgit mrf-deployment