From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752376AbdB1NJi (ORCPT ); Tue, 28 Feb 2017 08:09:38 -0500 Received: from leibniz.telenet-ops.be ([195.130.137.77]:33408 "EHLO leibniz.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751821AbdB1NJf (ORCPT ); Tue, 28 Feb 2017 08:09:35 -0500 From: Geert Uytterhoeven To: Andrew Morton Cc: Arnd Bergmann , Andy Shevchenko , Paul Gortmaker , Shuah Khan , linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/3] lib: add module support to sort tests Date: Tue, 28 Feb 2017 14:06:56 +0100 Message-Id: <1488287219-15832-1-git-send-email-geert@linux-m68k.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, This patch series allows to compile the array-based and linked list sort test code either to loadable modules, or builtin into the kernel. It's very valuable to have modular tests, so you can run them just by insmodding the test modules, instead of needing a separate kernel that runs them at boot. Thanks for applying! Geert Uytterhoeven (3): Revert "lib/test_sort.c: make it explicitly non-modular" lib: add module support to array-based sort tests lib: add module support to linked list sorting tests lib/Kconfig.debug | 14 ++--- lib/Makefile | 1 + lib/list_sort.c | 149 -------------------------------------------------- lib/test_list_sort.c | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++ lib/test_sort.c | 11 ++-- 5 files changed, 164 insertions(+), 161 deletions(-) create mode 100644 lib/test_list_sort.c -- 2.7.4 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds