From: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
To: Petri Latvala <petri.latvala@intel.com>,
Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Cc: igt-dev@lists.freedesktop.org, gustavo@padovan.org,
intel-gfx@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 0/7] GCC warning cleanup
Date: Sat, 7 Jul 2018 20:22:11 -0300 [thread overview]
Message-ID: <cover.1531005542.git.rodrigosiqueiramelo@gmail.com> (raw)
This patchset fixes all the current GCC 8.1.1 warnings found in the IGT.
Rodrigo Siqueira (7):
Remove parameter aliases with another argument
Cast void * pointer used in arithmetic to uint32_t*
Fix comparison that always evaluates to false
Fix truncate string in the snprintf
Make string commands dynamic allocate
Fix truncate string in the strncpy
Avoid truncate string in __igt_lsof_fds
lib/igt_aux.c | 2 +-
lib/igt_core.c | 6 +++---
lib/igt_fb.c | 6 ++++--
tests/perf.c | 10 +++++-----
tools/intel_gvtg_test.c | 27 ++++++++++++++++++---------
tools/intel_reg.c | 2 +-
tools/intel_reg_decode.c | 2 +-
7 files changed, 33 insertions(+), 22 deletions(-)
--
2.18.0
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
WARNING: multiple messages have this Message-ID (diff)
From: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
To: Petri Latvala <petri.latvala@intel.com>,
Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Cc: igt-dev@lists.freedesktop.org, intel-gfx@lists.freedesktop.org
Subject: [PATCH i-g-t 0/7] GCC warning cleanup
Date: Sat, 7 Jul 2018 20:22:11 -0300 [thread overview]
Message-ID: <cover.1531005542.git.rodrigosiqueiramelo@gmail.com> (raw)
This patchset fixes all the current GCC 8.1.1 warnings found in the IGT.
Rodrigo Siqueira (7):
Remove parameter aliases with another argument
Cast void * pointer used in arithmetic to uint32_t*
Fix comparison that always evaluates to false
Fix truncate string in the snprintf
Make string commands dynamic allocate
Fix truncate string in the strncpy
Avoid truncate string in __igt_lsof_fds
lib/igt_aux.c | 2 +-
lib/igt_core.c | 6 +++---
lib/igt_fb.c | 6 ++++--
tests/perf.c | 10 +++++-----
tools/intel_gvtg_test.c | 27 ++++++++++++++++++---------
tools/intel_reg.c | 2 +-
tools/intel_reg_decode.c | 2 +-
7 files changed, 33 insertions(+), 22 deletions(-)
--
2.18.0
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next reply other threads:[~2018-07-07 23:22 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-07 23:22 Rodrigo Siqueira [this message]
2018-07-07 23:22 ` [PATCH i-g-t 0/7] GCC warning cleanup Rodrigo Siqueira
2018-07-07 23:22 ` [igt-dev] [PATCH i-g-t 1/7] Remove parameter aliases with another argument Rodrigo Siqueira
2018-07-07 23:22 ` Rodrigo Siqueira
2018-07-10 13:50 ` [Intel-gfx] " Arkadiusz Hiler
2018-07-10 13:50 ` Arkadiusz Hiler
2018-07-07 23:22 ` [Intel-gfx] [PATCH i-g-t 2/7] Cast void * pointer used in arithmetic to uint32_t* Rodrigo Siqueira
2018-07-07 23:22 ` Rodrigo Siqueira
2018-07-10 13:58 ` [igt-dev] " Arkadiusz Hiler
2018-07-10 13:58 ` Arkadiusz Hiler
2018-07-10 14:09 ` [Intel-gfx] [igt-dev] " Chris Wilson
2018-07-10 14:09 ` Chris Wilson
2018-07-10 14:38 ` Arkadiusz Hiler
2018-07-10 14:38 ` Arkadiusz Hiler
2018-07-10 14:43 ` [Intel-gfx] " Chris Wilson
2018-07-10 14:43 ` Chris Wilson
2018-07-11 1:58 ` Rodrigo Siqueira
2018-07-11 1:58 ` Rodrigo Siqueira
2018-07-07 23:22 ` [igt-dev] [PATCH i-g-t 3/7] Fix comparison that always evaluates to false Rodrigo Siqueira
2018-07-07 23:22 ` Rodrigo Siqueira
2018-07-07 23:23 ` [igt-dev] [PATCH i-g-t 4/7] Fix truncate string in the snprintf Rodrigo Siqueira
2018-07-07 23:23 ` Rodrigo Siqueira
2018-07-10 14:07 ` [igt-dev] " Arkadiusz Hiler
2018-07-10 14:07 ` Arkadiusz Hiler
2018-07-07 23:23 ` [Intel-gfx] [PATCH i-g-t 5/7] Make string commands dynamic allocate Rodrigo Siqueira
2018-07-07 23:23 ` Rodrigo Siqueira
2018-07-11 12:26 ` [igt-dev] " Arkadiusz Hiler
2018-07-11 12:26 ` Arkadiusz Hiler
2018-07-07 23:23 ` [igt-dev] [PATCH i-g-t 6/7] Fix truncate string in the strncpy Rodrigo Siqueira
2018-07-07 23:23 ` Rodrigo Siqueira
2018-07-07 23:23 ` [Intel-gfx] [PATCH i-g-t 7/7] Avoid truncate string in __igt_lsof_fds Rodrigo Siqueira
2018-07-07 23:23 ` Rodrigo Siqueira
2018-07-07 23:46 ` [igt-dev] ✓ Fi.CI.BAT: success for GCC warning cleanup Patchwork
2018-07-08 6:55 ` [igt-dev] ✗ Fi.CI.IGT: failure " 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=cover.1531005542.git.rodrigosiqueiramelo@gmail.com \
--to=rodrigosiqueiramelo@gmail.com \
--cc=arkadiusz.hiler@intel.com \
--cc=gustavo@padovan.org \
--cc=igt-dev@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=petri.latvala@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.