linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] utest: fix FTBFS with clang >=15
@ 2024-02-15  9:02 Miko Larsson via B4 Relay
  2024-02-15  9:02 ` [PATCH 1/3] utest/tracefs-utest: add missing include Miko Larsson via B4 Relay
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Miko Larsson via B4 Relay @ 2024-02-15  9:02 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Miko Larsson

Clang 15 onwards defaults to -Werror=implicit-function-declaration,
which breaks the utest build. This series fixes that by simply adding
the missing include and define directives.

Signed-off-by: Miko Larsson <mikoxyzzz@gmail.com>
---
Miko Larsson (3):
      utest/tracefs-utest: add missing include
      utest/tracefs-utest: add missing define
      utest/trace-utest: add missing include

 utest/trace-utest.c   | 1 +
 utest/tracefs-utest.c | 4 ++++
 2 files changed, 5 insertions(+)
---
base-commit: 5f27b7f3fb7d88b29522baf3883cc0e2e28b1af0
change-id: 20240215-utest-fixes-893315be225b

Best regards,
-- 
Miko Larsson <mikoxyzzz@gmail.com>


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

end of thread, other threads:[~2024-02-22  8:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-15  9:02 [PATCH 0/3] utest: fix FTBFS with clang >=15 Miko Larsson via B4 Relay
2024-02-15  9:02 ` [PATCH 1/3] utest/tracefs-utest: add missing include Miko Larsson via B4 Relay
2024-02-21 23:48   ` Steven Rostedt
2024-02-22  8:57     ` Miko Larsson
2024-02-15  9:02 ` [PATCH 2/3] utest/tracefs-utest: add missing define Miko Larsson via B4 Relay
2024-02-21 23:49   ` Steven Rostedt
2024-02-22  8:59     ` Miko Larsson
2024-02-15  9:02 ` [PATCH 3/3] utest/trace-utest: add missing include Miko Larsson via B4 Relay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).