From: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [PATCH i-g-t v2 0/4] Fix warnings with gcc 14
Date: Wed, 10 Apr 2024 16:42:34 +0200 [thread overview]
Message-ID: <20240410144321.44766-1-mauro.chehab@linux.intel.com> (raw)
From: Mauro Carvalho Chehab <mchehab@kernel.org>
GCC version 14 now checks if arguments for calloc() are at the right
order, producing warnings otherwise.
Fix it.
Mauro Carvalho Chehab (4):
benchmarks: fix calloc calls with inverted arguments
assembler: fix calloc calls with inverted arguments
tests: fix calloc calls with inverted arguments
lib: fix calloc calls with inverted arguments
assembler/gram.y | 6 +++---
assembler/main.c | 2 +-
benchmarks/gem_exec_reloc.c | 6 +++---
benchmarks/gem_latency.c | 2 +-
lib/igt_chamelium.c | 4 ++--
lib/igt_kms.c | 6 +++---
tests/amdgpu/amd_multidisplay_modeset.c | 2 +-
tests/chamelium/kms_chamelium_frames.c | 2 +-
tests/intel/gem_exec_alignment.c | 4 ++--
tests/intel/gem_exec_fair.c | 4 ++--
tests/intel/gem_fence_thrash.c | 4 ++--
tests/intel/gem_ppgtt.c | 4 ++--
tests/intel/gem_render_tiled_blits.c | 2 +-
tests/intel/gem_userptr_blits.c | 2 +-
tests/kms_atomic_transition.c | 6 +++---
tests/kms_flip.c | 4 ++--
16 files changed, 30 insertions(+), 30 deletions(-)
--
2.44.0
next reply other threads:[~2024-04-10 14:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-10 14:42 Mauro Carvalho Chehab [this message]
2024-04-10 14:42 ` [PATCH i-g-t v2 1/4] benchmarks: fix calloc calls with inverted arguments Mauro Carvalho Chehab
2024-04-10 15:06 ` Kamil Konieczny
2024-04-10 14:42 ` [PATCH i-g-t v2 2/4] assembler: " Mauro Carvalho Chehab
2024-04-10 15:13 ` Kamil Konieczny
2024-04-10 14:42 ` [PATCH i-g-t v2 3/4] tests: " Mauro Carvalho Chehab
2024-04-10 15:15 ` Kamil Konieczny
2024-04-10 14:42 ` [PATCH i-g-t v2 4/4] lib: " Mauro Carvalho Chehab
2024-04-10 15:17 ` Kamil Konieczny
2024-04-10 23:30 ` ✗ Fi.CI.BAT: failure for Fix warnings with gcc 14 Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240410144321.44766-1-mauro.chehab@linux.intel.com \
--to=mauro.chehab@linux.intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox