Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1318916
| From | Borislav Petkov <bp@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 5/5] x86: test early command-line code |
| Date | 2016-01-27 13:30 +0100 |
| Message-ID | <qVxou-3nT-11@gated-at.bofh.it> (permalink) |
| References | <qIE4p-1tI-3@gated-at.bofh.it> <qIE4q-1tI-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Dec 22, 2015 at 02:52:44PM -0800, Dave Hansen wrote:
>
> From: Dave Hansen <dave.hansen@linux.intel.com>
>
> Here are some simple tests for the early command-line code. It
> had way more bugs than it should have, so let's make sure they
> never pop up again.
>
> Note, there are a few failures in here now. We will fix those
> up in the next few patches.
>
> This is complete overkill for this code, but I had to do it to
> convince myself that I wasn't making it any worse.
>
> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
> Cc: Borislav Petkov <bp@suse.de>
> Cc: H. Peter Anvin <hpa@zytor.com>
> Cc: linux-kernel@vger.kernel.org
> Cc: fenghua.yu@intel.com
> Cc: yu-cheng.yu@intel.com
> ---
>
> b/arch/x86/Kconfig.debug | 7 ++
> b/arch/x86/kernel/check.c | 1
> b/arch/x86/kernel/setup.c | 9 +++
> b/arch/x86/lib/cmdline.c | 122 ++++++++++++++++++++++++++++++++++++++++++++++
First 4 applied, thanks.
This one belongs into tools/testing/selftests/x86/, AFAICT, and can be
run in userspace just the same.
--
Regards/Gruss,
Boris.
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
--
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 5/5] x86: test early command-line code Borislav Petkov <bp@suse.de> - 2016-01-27 13:30 +0100
csiph-web