On Mon, 24 Nov 2014, Andrey Ryabinin wrote:
> It's in -mm already
> http://ozlabs.org/~akpm/mmotm/broken-out/mm-slub-fix-format-mismatches-in-slab_err-callers.patch
>
Yeah, and the one in -mm isn't whitespace damaged. Since the issue has
existed for years, I don't think there's any rush in get
2014-11-24 20:17 GMT+03:00 Christoph Lameter :
> On Mon, 24 Nov 2014, Min-Hua Chen wrote:
>
>> In check_slab, s->name is passed incorrectly to the error
>> messages. It will cause confusing error messages if the object
>> check fails. This patch fix this bug by removing s->name.
>
> I have seen a p
On Mon, 24 Nov 2014, Min-Hua Chen wrote:
> In check_slab, s->name is passed incorrectly to the error
> messages. It will cause confusing error messages if the object
> check fails. This patch fix this bug by removing s->name.
I have seen a patch like thios before.
Acked-by: Christoph Lameter
--
In check_slab, s->name is passed incorrectly to the error
messages. It will cause confusing error messages if the object
check fails. This patch fix this bug by removing s->name.
Signed-off-by: Min-Hua Chen
---
mm/slub.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/
4 matches
Mail list logo