mbox series

[PATCH-for-5.1,0/2] fuzz: broken build fixes

Message ID 20200708200104.21978-1-alxndr@bu.edu (mailing list archive)
Headers show
Series fuzz: broken build fixes | expand

Message

Alexander Bulekov July 8, 2020, 8:01 p.m. UTC
Hi,
These fix build-breaking problems with --enable-fuzzing
The first patch prevents --enable-fuzzing from overwriting CFLAGS.
The second patch adds a missing header to fuzz.c
-Alex

Alexander Bulekov (2):
  configure: do not clobber CFLAGS with --enable-fuzzing
  fuzz: add missing header for rcu_enable_atfork

 configure               | 2 +-
 tests/qtest/fuzz/fuzz.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)