[PATCH v2 1/1] Don't use %L width specifier with integer values

Simon Horman horms at verge.net.au
Tue Mar 14 02:25:52 PDT 2017


On Mon, Mar 13, 2017 at 09:35:02AM -0600, Philip Prindeville wrote:
> 
> > On Mar 13, 2017, at 2:54 AM, Simon Horman <horms at verge.net.au> wrote:
> > 
> > On Fri, Mar 10, 2017 at 08:12:15PM -0700, Philip Prindeville wrote:
> >> From: Philip Prindeville <philipp at redfish-solutions.com>
> >> 
> >> MUSL doesn't support %L except for floating-point arguments; therefore,
> >> %ll must be used instead with integer arguments.
> > 
> > I apologise for my ignorance; what is MUSL?
> 
> It’s another C run-time library (like eglibc or uClibc) which is optimized for embedded systems.
> 
> https://www.musl-libc.org/

Thanks for the clarification.
I have applied your patch.



More information about the kexec mailing list