diff options
| author | Marco Elver <elver@google.com> | 2021-08-27 18:13:45 +0200 |
|---|---|---|
| committer | Marco Elver <me@marcoelver.com> | 2021-08-27 18:47:41 +0200 |
| commit | 57b01c6eb417025632115f546e92474d64776fba (patch) | |
| tree | 4833f41ef62e634db437eaeb0fa413a3c2f3f1dc /pkg/report/testdata/linux | |
| parent | b318694d0fc0781d0bc1e3aebfb916aa36731024 (diff) | |
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
Diffstat (limited to 'pkg/report/testdata/linux')
| -rw-r--r-- | pkg/report/testdata/linux/report/618 | 9 |
1 files changed, 9 insertions, 0 deletions
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] ====================================================== |
