Re: [PATCH 0/6] tools/nolibc: fix some undefined behaviour and enable UBSAN

2025-04-18 Thread Paul E. McKenney
On Fri, Apr 18, 2025 at 11:20:29PM +0200, Thomas Weißschuh wrote: > Hi Paul, > > On 2025-04-18 10:32:27-0700, Paul E. McKenney wrote: > > On Wed, Apr 16, 2025 at 08:40:15PM +0200, Thomas Weißschuh wrote: > > > Fix some issues uncovered by UBSAN and enable UBSAN for nolibc-test to > > > avoid regre

Re: [PATCH 0/6] tools/nolibc: fix some undefined behaviour and enable UBSAN

2025-04-18 Thread Thomas Weißschuh
Hi Paul, On 2025-04-18 10:32:27-0700, Paul E. McKenney wrote: > On Wed, Apr 16, 2025 at 08:40:15PM +0200, Thomas Weißschuh wrote: > > Fix some issues uncovered by UBSAN and enable UBSAN for nolibc-test to > > avoid regressions. > > > > Signed-off-by: Thomas Weißschuh > > Thank you, Thomas! Are

Re: [PATCH 0/6] tools/nolibc: fix some undefined behaviour and enable UBSAN

2025-04-18 Thread Paul E. McKenney
On Wed, Apr 16, 2025 at 08:40:15PM +0200, Thomas Weißschuh wrote: > Fix some issues uncovered by UBSAN and enable UBSAN for nolibc-test to > avoid regressions. > > Signed-off-by: Thomas Weißschuh Thank you, Thomas! Are these intended to go into the current v6.15 release, or are you instead thin

[PATCH 0/6] tools/nolibc: fix some undefined behaviour and enable UBSAN

2025-04-16 Thread Thomas Weißschuh
Fix some issues uncovered by UBSAN and enable UBSAN for nolibc-test to avoid regressions. Signed-off-by: Thomas Weißschuh --- Thomas Weißschuh (6): tools/nolibc: add __nolibc_has_feature() tools/nolibc: disable function sanitizer for _start_c() tools/nolibc: properly align diren