From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 07/11] Kernel: Trigger BUG if data corruption is detected Date: Wed, 23 Mar 2022 17:53:38 +0000 Message-ID: <7EE7B118-D360-47F8-88C2-DFE24BBEB920@ipfire.org> In-Reply-To: <0588411b-01e1-cb02-0d2f-7e40831b3338@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0887576133270703836==" List-Id: --===============0887576133270703836== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I don=E2=80=99t quite follow what the benefit of this is. The kernel would log something. That is it. Not bad, but I don=E2=80=99t see = how this would help. > On 19 Mar 2022, at 21:10, Peter M=C3=BCller wr= ote: >=20 > Since we cannot trust the kernel to do the right thing (tm) in such a > situation anymore, triggering a BUG is less bad than running on a kernel > in an undefined state. >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/kernel/kernel.config.aarch64-ipfire | 4 ++-- > config/kernel/kernel.config.armv6l-ipfire | 4 ++-- > config/kernel/kernel.config.riscv64-ipfire | 4 ++-- > config/kernel/kernel.config.x86_64-ipfire | 4 ++-- > 4 files changed, 8 insertions(+), 8 deletions(-) >=20 > diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/ker= nel.config.aarch64-ipfire > index 356d9051d..06379d544 100644 > --- a/config/kernel/kernel.config.aarch64-ipfire > +++ b/config/kernel/kernel.config.aarch64-ipfire > @@ -8125,11 +8125,11 @@ CONFIG_STACKTRACE=3Dy > # > # Debug kernel data structures > # > -# CONFIG_DEBUG_LIST is not set > +CONFIG_DEBUG_LIST=3Dy Why did this have to be changed? CONFIG_BUG_ON_DATA_CORRUPTION does not depen= ds on this as far as I can see. > # CONFIG_DEBUG_PLIST is not set > # CONFIG_DEBUG_SG is not set > # CONFIG_DEBUG_NOTIFIERS is not set > -# CONFIG_BUG_ON_DATA_CORRUPTION is not set > +CONFIG_BUG_ON_DATA_CORRUPTION=3Dy > # end of Debug kernel data structures >=20 > # CONFIG_DEBUG_CREDENTIALS is not set > diff --git a/config/kernel/kernel.config.armv6l-ipfire b/config/kernel/kern= el.config.armv6l-ipfire > index 9dab473d4..68e37304a 100644 > --- a/config/kernel/kernel.config.armv6l-ipfire > +++ b/config/kernel/kernel.config.armv6l-ipfire > @@ -8091,11 +8091,11 @@ CONFIG_STACKTRACE=3Dy > # > # Debug kernel data structures > # > -# CONFIG_DEBUG_LIST is not set > +CONFIG_DEBUG_LIST=3Dy > # CONFIG_DEBUG_PLIST is not set > # CONFIG_DEBUG_SG is not set > # CONFIG_DEBUG_NOTIFIERS is not set > -# CONFIG_BUG_ON_DATA_CORRUPTION is not set > +CONFIG_BUG_ON_DATA_CORRUPTION=3Dy > # end of Debug kernel data structures >=20 > # CONFIG_DEBUG_CREDENTIALS is not set > diff --git a/config/kernel/kernel.config.riscv64-ipfire b/config/kernel/ker= nel.config.riscv64-ipfire > index adef88dc9..8cec9a200 100644 > --- a/config/kernel/kernel.config.riscv64-ipfire > +++ b/config/kernel/kernel.config.riscv64-ipfire > @@ -6714,11 +6714,11 @@ CONFIG_STACKTRACE=3Dy > # > # Debug kernel data structures > # > -# CONFIG_DEBUG_LIST is not set > +CONFIG_DEBUG_LIST=3Dy > # CONFIG_DEBUG_PLIST is not set > # CONFIG_DEBUG_SG is not set > # CONFIG_DEBUG_NOTIFIERS is not set > -# CONFIG_BUG_ON_DATA_CORRUPTION is not set > +CONFIG_BUG_ON_DATA_CORRUPTION=3Dy > # end of Debug kernel data structures >=20 > # CONFIG_DEBUG_CREDENTIALS is not set > diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kern= el.config.x86_64-ipfire > index 222b2dc53..0c6731bd1 100644 > --- a/config/kernel/kernel.config.x86_64-ipfire > +++ b/config/kernel/kernel.config.x86_64-ipfire > @@ -7556,11 +7556,11 @@ CONFIG_STACKTRACE=3Dy > # > # Debug kernel data structures > # > -# CONFIG_DEBUG_LIST is not set > +CONFIG_DEBUG_LIST=3Dy > # CONFIG_DEBUG_PLIST is not set > # CONFIG_DEBUG_SG is not set > # CONFIG_DEBUG_NOTIFIERS is not set > -# CONFIG_BUG_ON_DATA_CORRUPTION is not set > +CONFIG_BUG_ON_DATA_CORRUPTION=3Dy > # end of Debug kernel data structures >=20 > # CONFIG_DEBUG_CREDENTIALS is not set > --=20 > 2.34.1 --===============0887576133270703836==--