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>] [day] [month] [year] [list]
Date:	Mon, 11 Aug 2014 07:36:27 +0200
From:	Mikael Starvik <mikael.starvik@...s.com>
To:	Maurizio Lombardi <mlombard@...hat.com>,
	Nick Krause <xerofoiify@...il.com>,
	Jesper Nilsson <jespern@...s.com>,
	"open@...s.com" <open@...s.com>,
	"list@" <"CRIS PORTlinux-cris-kernel"@axis.com>,
	open list <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] cris: bug: add unreachable() to silence warnings

Agreed. If you include that, I will ack it

-----Original Message-----
From: Maurizio Lombardi [mailto:mlombard@...hat.com] 
Sent: den 7 augusti 2014 09:24
To: Nick Krause; Mikael Starvik; Jesper Nilsson; open@...s.com; list@; open list
Subject: Re: [PATCH] cris: bug: add unreachable() to silence warnings



On 08/07/2014 06:01 AM, Nick Krause wrote:
>  			      ".previous\n\t"				\
> -			      : : "ri" (__FILE__), "i" (__LINE__))
> +			      : : "ri" (__FILE__), "i" (__LINE__));	\
> +	unreachable();
> +} while (0)

Does this code compile?
There should be a trailing '\' character after "unreachable()".

Regards,
Maurizio Lombardi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ