diff options
| author | Marco Elver <elver@google.com> | 2021-08-27 19:05:42 +0200 |
|---|---|---|
| committer | Marco Elver <me@marcoelver.com> | 2021-08-27 19:49:40 +0200 |
| commit | d5a29e53050521d8733a9f78b474b65755f6fd21 (patch) | |
| tree | d2e48ddc6d78cf979f92dcebfebd6b554c0b7a5d /pkg/report/testdata/linux | |
| parent | 57b01c6eb417025632115f546e92474d64776fba (diff) | |
pkg/report: ignore "WARNING: The mand mount option has been deprecated"
In Linux 5.15 the mand mount option will be deprecated, and the warning
text will change accordingly:
https://lkml.kernel.org/r/20210820163919.435135-3-jlayton@kernel.org/
Update regex to also ignore this case.
Diffstat (limited to 'pkg/report/testdata/linux')
| -rw-r--r-- | pkg/report/testdata/linux/report/619 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/report/testdata/linux/report/619 b/pkg/report/testdata/linux/report/619 new file mode 100644 index 000000000..6a2bb35cf --- /dev/null +++ b/pkg/report/testdata/linux/report/619 @@ -0,0 +1,9 @@ +TITLE: + +[ 144.247612][T11794] IPv6: ADDRCONF(NETDEV_CHANGE): lo: link becomes ready +[ 144.274089][T11803] ======================================================= +[ 144.274089][T11803] WARNING: The mand mount option has been deprecated and +[ 144.274089][T11803] and is ignored by this kernel. Remove the mand +[ 144.274089][T11803] option from the mount to silence this warning. +[ 144.274089][T11803] ======================================================= +[ 144.408423][T11794] IPv6: ADDRCONF(NETDEV_CHANGE): vcan0: link becomes ready |
