public inbox for linux-sparse@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Add missing include in compiler.h
@ 2024-11-14 10:14 Philipp Reisner
  2024-11-14 10:14 ` [PATCH 1/1] compiler.h: Add missing include statement for build_bug.h Philipp Reisner
  0 siblings, 1 reply; 13+ messages in thread
From: Philipp Reisner @ 2024-11-14 10:14 UTC (permalink / raw)
  To: Luc Van Oostenryck; +Cc: linux-sparse, linux-kernel

A compilation unit that only includes linux/string.h runs into an undefined
BUILD_BUG_ON_ZERO(). Fixing that.

Philipp Reisner (1):
  compiler.h: Add missing include statement for build_bug.h

 include/linux/compiler.h | 1 +
 1 file changed, 1 insertion(+)

-- 
2.47.0


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

end of thread, other threads:[~2024-11-17  5:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-14 10:14 [PATCH 0/1] Add missing include in compiler.h Philipp Reisner
2024-11-14 10:14 ` [PATCH 1/1] compiler.h: Add missing include statement for build_bug.h Philipp Reisner
2024-11-14 10:40   ` Dan Carpenter
2024-11-14 11:01     ` Philipp Reisner
2024-11-14 11:05       ` Dan Carpenter
2024-11-14 17:42   ` Linus Torvalds
2024-11-14 18:28     ` Linus Torvalds
2024-11-14 18:40       ` Linus Torvalds
2024-11-15 20:46         ` [PATCH] compiler.h: Fix undefined BUILD_BUG_ON_ZERO() Philipp Reisner
2024-11-15 20:48           ` Kees Cook
2024-11-15 21:58             ` Linus Torvalds
2024-11-15 21:57           ` Linus Torvalds
2024-11-17  5:26           ` Kees Cook

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