diff options
author | John Ogness <john.ogness@linutronix.de> | 2020-09-14 14:39:51 +0206 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2020-09-15 15:47:19 +0200 |
commit | cc5c7041c6e1fe8c02fe9e16f28a5e52f7a6957c (patch) | |
tree | cb181f7c18be6a1067bd3a906dd8824a64b5196d /kernel/printk/printk_ringbuffer.h | |
parent | e3bc0401c1de2feb15601685b85b4dea45130386 (diff) | |
download | lwn-cc5c7041c6e1fe8c02fe9e16f28a5e52f7a6957c.tar.gz lwn-cc5c7041c6e1fe8c02fe9e16f28a5e52f7a6957c.zip |
printk: ringbuffer: clear initial reserved fields
prb_reserve() will set some meta data values and leave others
uninitialized (or rather, containing the values of the previous
wrap). Simplify the API by always clearing out all the fields.
Only the sequence number is filled in. The caller is now
responsible for filling in the rest of the meta data fields.
In particular, for correctly filling in text and dict lengths.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20200914123354.832-4-john.ogness@linutronix.de
Diffstat (limited to 'kernel/printk/printk_ringbuffer.h')
0 files changed, 0 insertions, 0 deletions