public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH rcu 0/5] nolibc updates for v5.20
@ 2022-06-20 23:13 Paul E. McKenney
  2022-06-20 23:13 ` [PATCH rcu 1/5] tools/nolibc/stdlib: Support overflow checking for older compiler versions Paul E. McKenney
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paul E. McKenney @ 2022-06-20 23:13 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, gwml, rostedt

Hello!

This series provides nolibc updates, including improved testing:

1.	Support overflow checking for older compiler versions, courtesy
	of Ammar Faizi.

2.	Add format attribute to enable printf warnings, courtesy of
	Alviro Iskandar Setiawan.

3.	fix the makefile to also work as "make -C tools ...", courtesy
	of Willy Tarreau.

4.	make the default target build the headers, courtesy of Willy
	Tarreau.

5.	add a help target to list supported targets, courtesy of Willy
	Tarreau.

						Thanx, Paul

------------------------------------------------------------------------

 b/tools/Makefile                |    3 +++
 b/tools/include/nolibc/Makefile |   18 +++++++++++++++++-
 b/tools/include/nolibc/stdio.h  |    4 ++--
 b/tools/include/nolibc/stdlib.h |    7 +++----
 tools/include/nolibc/Makefile   |   19 ++++++++++++++++++-
 5 files changed, 43 insertions(+), 8 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-20 23:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-20 23:13 [PATCH rcu 0/5] nolibc updates for v5.20 Paul E. McKenney
2022-06-20 23:13 ` [PATCH rcu 1/5] tools/nolibc/stdlib: Support overflow checking for older compiler versions Paul E. McKenney
2022-06-20 23:13 ` [PATCH rcu 2/5] tools/nolibc/stdio: Add format attribute to enable printf warnings Paul E. McKenney
2022-06-20 23:13 ` [PATCH rcu 3/5] tools/nolibc: fix the makefile to also work as "make -C tools ..." Paul E. McKenney
2022-06-20 23:13 ` [PATCH rcu 4/5] tools/nolibc: make the default target build the headers Paul E. McKenney
2022-06-20 23:13 ` [PATCH rcu 5/5] tools/nolibc: add a help target to list supported targets Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox