[PATCH 0/2] CI entropy adjust (clang asan fix) and spell fixes

2024-03-17 Thread Ilia Shipitsin
couple of patches
1) spell fixes
2) CI sysctl to make new ubuntu kernels and asan friends again

Ilia Shipitsin (2):
  CLEANUP: assorted typo fixes in the code and comments
  CI: temporarily adjust kernel entropy to work with ASAN/clang

 .github/workflows/vtest.yml | 11 +++
 src/quic_cli.c  |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

-- 
2.43.0.windows.1




Re: [PATCH 0/2] CI entropy adjust (clang asan fix) and spell fixes

2024-03-18 Thread Willy Tarreau
On Sun, Mar 17, 2024 at 05:01:37PM +0100, Ilia Shipitsin wrote:
> couple of patches
> 1) spell fixes
> 2) CI sysctl to make new ubuntu kernels and asan friends again

Now merged, thanks for dealing with this Ilya. I understood from the
GH issue that we can hope to remove it by the end of this week, but
at least if it can help avoid triggering dummy bugs, that will be a
progress!

Willy