Re: [PATCH v5 2/4] printk: Correct wrong casting

From: Petr Mladek
Date: Mon Oct 08 2018 - 09:04:00 EST


On Tue 2018-10-02 14:50:18, Sergey Senozhatsky wrote:
> On (09/30/18 00:45), zhe.he@xxxxxxxxxxxxx wrote:

> > Correct wrong casting that might cut off the normal output.
>
> A commit message probably could have been a bit more descriptive,
> mentioning that log_first_seq and console_seq are 64-bit unsigned
> integers, this is a Cc material potentially.

I have used the following text:

log_first_seq and console_seq are 64-bit unsigned integers.
Correct a wrong casting that might cut off the output.

> > Signed-off-by: He Zhe <zhe.he@xxxxxxxxxxxxx>
> > Cc: stable@xxxxxxxxxxxxxxx
> > Cc: pmladek@xxxxxxxx
> > Cc: sergey.senozhatsky@xxxxxxxxx
> > Cc: rostedt@xxxxxxxxxxx
>
> Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx>

And pushed this patch into printk.git, branch for-4.20.

Best Regards,
Petr