lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 26 Mar 2014 19:34:21 +0900
From:	SeongJae Park <sj38.park@...il.com>
To:	Ian Campbell <Ian.Campbell@...rix.com>
Cc:	trivial@...nel.org, wei.liu2@...rix.com,
	xen-devel@...ts.xenproject.org,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	netdev@...r.kernel.org
Subject: Re: [PATCH] ixen-netback: fix trivial printf format build warning

Thank you for let me know kindly :)

On Wed, Mar 26, 2014 at 7:09 PM, Ian Campbell <Ian.Campbell@...rix.com> wrote:
> On Wed, 2014-03-26 at 12:56 +0900, SeongJae Park wrote:
>> Fix following trivial build warning:
>>
>> drivers/net/xen-netback/netback.c: In function ‘xenvif_tx_dealloc_action’:
>> drivers/net/xen-netback/netback.c:1585:8: warning:
>> format ‘%x’ expects argument of type
>>  ‘unsigned int’, but argument 3 has type ‘long int’ [-Wformat=]
>>         gop - vif->tx_unmap_ops, ret);
>>         ^
>>
>> Signed-off-by: SeongJae Park <sj38.park@...il.com>
>
> Thanks but davem indicated overnight that he has already pushed a
> suitable fix to net-next.
>
> Ian.
>
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ