From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756776AbdERRuH (ORCPT ); Thu, 18 May 2017 13:50:07 -0400 Received: from smtp2.provo.novell.com ([137.65.250.81]:44292 "EHLO smtp2.provo.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbdERRuG (ORCPT ); Thu, 18 May 2017 13:50:06 -0400 From: Davidlohr Bueso To: akpm@linux-foundation.org Cc: dave@stgolabs.net, linux-kernel@vger.kernel.org Subject: [PATCH -next 0/4] lib/interval_tree_test: some debugging improvements Date: Thu, 18 May 2017 10:49:32 -0700 Message-Id: <20170518174936.20265-1-dave@stgolabs.net> X-Mailer: git-send-email 2.12.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Here are some patches that update the interva_tree_test module allowing users to pass finer grained options to run the actual test. Applies on top of v4.12-rc1. Thanks! Davidlohr Bueso (4): lib/interval_tree_test: allow the module to be compiled-in lib/interval_tree_test: make test options module parameters lib/interval_tree_test: allow users to limit scope of endpoint lib/interval_tree_test: allow full tree search lib/Kconfig.debug | 2 +- lib/interval_tree_test.c | 93 ++++++++++++++++++++++++++++++++---------------- 2 files changed, 63 insertions(+), 32 deletions(-) -- 2.12.0