Re: [PATCH 3/3] slub: Actually use 'message' in restore_bytes()
From: David Rientjes <rientjes@google.com>
Date: 2021-05-24 05:17:20
Also in:
lkml
From: David Rientjes <rientjes@google.com>
Date: 2021-05-24 05:17:20
Also in:
lkml
On Wed, 19 May 2021, Stephen Boyd wrote:
The message argument isn't used here. Let's pass the string to the printk message so that the developer can figure out what's happening, instead of guessing that a redzone is being restored, etc. Signed-off-by: Stephen Boyd <redacted>
Acked-by: David Rientjes <rientjes@google.com>