From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752200AbdB1P0L (ORCPT ); Tue, 28 Feb 2017 10:26:11 -0500 Received: from mail-it0-f66.google.com ([209.85.214.66]:34869 "EHLO mail-it0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751431AbdB1P0J (ORCPT ); Tue, 28 Feb 2017 10:26:09 -0500 MIME-Version: 1.0 In-Reply-To: <1488291877.20145.59.camel@linux.intel.com> References: <1488287219-15832-1-git-send-email-geert@linux-m68k.org> <1488287219-15832-2-git-send-email-geert@linux-m68k.org> <1488291877.20145.59.camel@linux.intel.com> From: Geert Uytterhoeven Date: Tue, 28 Feb 2017 16:24:15 +0100 X-Google-Sender-Auth: IoIvrL8llFs6Mcyb6kb2QU_L2UI Message-ID: Subject: Re: [PATCH 1/3] Revert "lib/test_sort.c: make it explicitly non-modular" To: Andy Shevchenko Cc: Andrew Morton , Arnd Bergmann , Paul Gortmaker , Shuah Khan , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andy, On Tue, Feb 28, 2017 at 3:24 PM, Andy Shevchenko wrote: > On Tue, 2017-02-28 at 14:06 +0100, Geert Uytterhoeven wrote: >> This reverts commit 8893f519330bb073a49c5b4676fce4be6f1be15d. >> >> 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. >> >> Signed-off-by: Geert Uytterhoeven >> --- >> lib/test_sort.c | 11 +++++------ >> 1 file changed, 5 insertions(+), 6 deletions(-) >> >> diff --git a/lib/test_sort.c b/lib/test_sort.c >> index 4db3911db50ace76..d389c1cc2f6cf795 100644 >> --- a/lib/test_sort.c >> +++ b/lib/test_sort.c >> @@ -1,11 +1,8 @@ >> #include >> #include >> -#include >> +#include >> > >> >> -/* >> - * A simple boot-time regression test >> - * License: GPL >> - */ >> +/* a simple boot-time regression test */ > > I would leave this piece as is now. As this is a revert, I prefer to revert 100%. > The rest is okay. Thanks! 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