From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Matthew Wilcox To: Linus Torvalds , "Kirill A. Shutemov" , Andrew Morton , Konstantin Khlebnikov , Ross Zwisler Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, Matthew Wilcox Subject: [PATCH 0/2] Fix radix_tree_lookup_slot() Date: Thu, 22 Sep 2016 11:53:33 -0700 Message-Id: <1474570415-14938-1-git-send-email-mawilcox@linuxonhyperv.com> Sender: owner-linux-mm@kvack.org List-ID: From: Matthew Wilcox Hi Linus, Please apply for 4.8. The same bug is also present in 4.7, but is probably latent. Matthew Wilcox (2): radix tree test suite: Test radix_tree_replace_slot() for multiorder entries radix-tree: Fix optimisation problem lib/radix-tree.c | 3 ++- tools/testing/radix-tree/Makefile | 2 +- tools/testing/radix-tree/multiorder.c | 16 ++++++++++++---- 3 files changed, 15 insertions(+), 6 deletions(-) -- 2.9.3 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org