qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Fix sanitizer errors with clang 18.1.1
@ 2024-05-22 10:48 Akihiko Odaki
  2024-05-22 10:48 ` [PATCH v3 1/3] qemu-keymap: Free xkb allocations Akihiko Odaki
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Akihiko Odaki @ 2024-05-22 10:48 UTC (permalink / raw)
  To: Paolo Bonzini, Marc-André Lureau, Daniel P. Berrangé,
	Thomas Huth, Philippe Mathieu-Daudé, Alex Bennée,
	Wainer dos Santos Moschetta, Beraldo Leal, Richard Henderson,
	Laurent Vivier, Michael Tokarev, Laurent Vivier
  Cc: qemu-devel, Akihiko Odaki

I upgraded my Fedora Asahi Remix from 39 to 40 and found new sanitizer
errors with clang it ships so here are fixes.

The patch "meson: Drop the .fa library prefix" may have a broad impact
to the build system so please tell me if you have a concern with it.

To: Michael Tokarev <mjt@tls.msk.ru>
To: Laurent Vivier <laurent@vivier.eu>
To: Paolo Bonzini <pbonzini@redhat.com>
To: Marc-André Lureau <marcandre.lureau@redhat.com>
To: Daniel P. Berrangé <berrange@redhat.com>
To: Thomas Huth <thuth@redhat.com>
To: Philippe Mathieu-Daudé <philmd@linaro.org>
To: Alex Bennée <alex.bennee@linaro.org>
To: Wainer dos Santos Moschetta <wainersm@redhat.com>
To: Beraldo Leal <bleal@redhat.com>
To: Richard Henderson <richard.henderson@linaro.org>
To: Laurent Vivier <lvivier@redhat.com>
Cc: qemu-devel@nongnu.org
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>

Changes in v3:
- Moved changes that should belong to patch "meson: Drop the .fa library
  prefix" from patch "meson: Add -fno-sanitize=function".
- Link to v2: https://lore.kernel.org/r/20240522-xkb-v2-0-67b54fa7c98f@daynix.com

Changes in v2:
- Added more patches and converted them to a series.
- Link to v1: https://lore.kernel.org/r/20240501-xkb-v1-1-f046d8e11a2b@daynix.com

---
Akihiko Odaki (3):
      qemu-keymap: Free xkb allocations
      meson: Add -fno-sanitize=function
      meson: Drop the .fa library prefix

 docs/devel/build-system.rst         |  5 -----
 meson.build                         | 19 +++----------------
 qemu-keymap.c                       |  3 +++
 stubs/blk-exp-close-all.c           |  2 +-
 .gitlab-ci.d/buildtest-template.yml |  2 --
 .gitlab-ci.d/buildtest.yml          |  2 --
 gdbstub/meson.build                 |  2 --
 tcg/meson.build                     |  2 --
 tests/Makefile.include              |  2 +-
 tests/qtest/libqos/meson.build      |  1 -
 10 files changed, 8 insertions(+), 32 deletions(-)
---
base-commit: c25df57ae8f9fe1c72eee2dab37d76d904ac382e
change-id: 20240501-xkb-258483ccc5d8

Best regards,
-- 
Akihiko Odaki <akihiko.odaki@daynix.com>



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

end of thread, other threads:[~2024-05-24  8:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22 10:48 [PATCH v3 0/3] Fix sanitizer errors with clang 18.1.1 Akihiko Odaki
2024-05-22 10:48 ` [PATCH v3 1/3] qemu-keymap: Free xkb allocations Akihiko Odaki
2024-05-22 11:35   ` Peter Maydell
2024-05-22 11:37     ` Michael Tokarev
2024-05-22 11:47     ` Daniel P. Berrangé
2024-05-22 14:36       ` Peter Maydell
2024-05-23  9:54         ` Akihiko Odaki
2024-05-22 10:48 ` [PATCH v3 2/3] meson: Add -fno-sanitize=function Akihiko Odaki
2024-05-22 12:14   ` Thomas Huth
2024-05-22 10:48 ` [PATCH v3 3/3] meson: Drop the .fa library prefix Akihiko Odaki
2024-05-22 13:45   ` Paolo Bonzini
2024-05-22 13:49     ` Paolo Bonzini
2024-05-24  8:09     ` Akihiko Odaki

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).