All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
To: Ville Syrjala <ville.syrjala@linux.intel.com>,
	intel-gfx@lists.freedesktop.org
Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Subject: Re: [PATCH i-g-t 1/5] tools/intel_watermark: Silence gcc7 snprintf() warnings
Date: Tue, 21 Nov 2017 19:45:02 +0000	[thread overview]
Message-ID: <9f725721-32cf-7f2d-6fa5-839308489dbe@linux.intel.com> (raw)
In-Reply-To: <20171121184930.25826-1-ville.syrjala@linux.intel.com>


On 21/11/2017 18:49, Ville Syrjala wrote:
> From: Ville Syrjälä <ville.syrjala@linux.intel.com>
> 
> Bump the snprintf() buffer size to 32 bytes to silence gcc.
> 
> intel_watermark.c:203:57: warning: ‘%c’ directive output may be truncated writing 1 byte into a region of size between 0 and 9 [-Wformat-truncation=]
>        snprintf(reg_name, sizeof(reg_name), "PLANE_WM_%1d_%c_%1d",
>                                                           ^~
> intel_watermark.c:203:43: note: directive argument in the range [0, 8]
>        snprintf(reg_name, sizeof(reg_name), "PLANE_WM_%1d_%c_%1d",
>                                             ^~~~~~~~~~~~~~~~~~~~~
> etc.
> 
> Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
> Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
> Reported-by: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
> ---
>   tools/intel_watermark.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/intel_watermark.c b/tools/intel_watermark.c
> index c09772eea334..1d087b49f8c2 100644
> --- a/tools/intel_watermark.c
> +++ b/tools/intel_watermark.c
> @@ -163,7 +163,7 @@ static void skl_wm_dump(void)
>   	uint32_t wm_trans[num_pipes][max_planes];
>   	uint32_t buf_cfg[num_pipes][max_planes];
>   	uint32_t wm_linetime[num_pipes];
> -	char reg_name[20];
> +	char reg_name[32];
>   
>   	intel_register_access_init(intel_get_pci_device(), 0, -1);
>   
> 

Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Tested-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

Regards,

Tvrtko
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2017-11-21 19:45 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-21 18:49 [PATCH i-g-t 1/5] tools/intel_watermark: Silence gcc7 snprintf() warnings Ville Syrjala
2017-11-21 18:49 ` [PATCH i-g-t 2/5] tools/intel_watermark: Refactor reg name stuff Ville Syrjala
2017-11-21 18:49 ` [PATCH i-g-t 3/5] tools/intel_watermark: Clean up SKL plane names Ville Syrjala
2017-11-21 18:49 ` [PATCH i-g-t 4/5] tools/intel_watermark: Clean up formatting Ville Syrjala
2017-11-21 18:49 ` [PATCH i-g-t 5/5] tools/intel_watermark: Right justify register names Ville Syrjala
2017-11-22 23:44   ` Pandiyan, Dhinakaran
2017-11-29 14:31     ` Ville Syrjälä
2017-11-21 19:45 ` Tvrtko Ursulin [this message]
2017-11-22 10:09 ` ✓ Fi.CI.BAT: success for series starting with [1/5] tools/intel_watermark: Silence gcc7 snprintf() warnings Patchwork
2017-11-22 10:49 ` Patchwork
2017-11-22 11:55 ` ✗ Fi.CI.IGT: warning " Patchwork
2017-11-23 12:02 ` ✓ Fi.CI.BAT: success " 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=9f725721-32cf-7f2d-6fa5-839308489dbe@linux.intel.com \
    --to=tvrtko.ursulin@linux.intel.com \
    --cc=dhinakaran.pandiyan@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=ville.syrjala@linux.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.