From d5a29e53050521d8733a9f78b474b65755f6fd21 Mon Sep 17 00:00:00 2001 From: Marco Elver Date: Fri, 27 Aug 2021 19:05:42 +0200 Subject: 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. --- pkg/report/testdata/linux/report/619 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pkg/report/testdata/linux/report/619 (limited to 'pkg/report/testdata/linux') 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 -- cgit mrf-deployment