On Tue, Feb 04, 2025 at 01:31:10PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Newer versions of gcc and clang can include the ability to zero stack > variables by default. Let's enable it so that we (a) reduce the risk of > writing stack contents to disk somewhere and (b) try to reduce > unpredictable program behavior based on random stack contents. The > kernel added this 6 years ago, so I think it's mature enough for > fstests. > > Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> > --- > configure.ac | 1 + > include/builddefs.in | 3 ++- > m4/package_libcdev.m4 | 14 ++++++++++++++ > 3 files changed, 17 insertions(+), 1 deletion(-) Looks fine. Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx