lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 25 Oct 2007 19:46:53 -0700
From:	Randy Dunlap <rdunlap@...otime.net>
To:	"Yinghai Lu" <yhlu.kernel@...il.com>
Cc:	"Sam Ravnborg" <sam@...nborg.org>,
	"Thomas Gleixner" <tglx@...utronix.de>,
	"Ingo Molnar" <mingo@...hat.com>, "H. Peter Anvin" <hpa@...or.com>,
	LKML <linux-kernel@...r.kernel.org>,
	linux-kbuild <linux-kbuild@...r.kernel.org>
Subject: Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to x86
 directory

On Thu, 25 Oct 2007 18:53:18 -0700 Yinghai Lu wrote:

> On 10/25/07, Sam Ravnborg <sam@...nborg.org> wrote:
> > From 6654a98eb8587f0538904c9bdb9aeaf9d577f182 Mon Sep 17 00:00:00 2001
> > From: Sam Ravnborg <sam@...nborg.org>
> > Date: Thu, 25 Oct 2007 21:04:16 +0200
> > Subject: [PATCH] x86: move i386 and x86_64 Kconfig files to x86 directory
> >
> > After a small change in kconfig Makefile we could
> > move all x86 Kconfig files to x86 directory.
> >
> > Signed-off-by: Sam Ravnborg <sam@...nborg.org>
> > ---
> >  arch/{i386 => x86}/Kconfig.cpu              |    0
> >  arch/{i386 => x86}/Kconfig.debug            |    0
> >  arch/{i386/Kconfig => x86/Kconfig.i386}     |    4 +-
> >  arch/{x86_64/Kconfig => x86/Kconfig.x86_64} |    2 +-
> >  arch/x86_64/Kconfig.debug                   |  119 ---------------------------
> >  scripts/kconfig/Makefile                    |    7 ++-
> >  6 files changed, 9 insertions(+), 123 deletions(-)
> >  rename arch/{i386 => x86}/Kconfig.cpu (100%)
> >  rename arch/{i386 => x86}/Kconfig.debug (100%)
> >  rename arch/{i386/Kconfig => x86/Kconfig.i386} (99%)
> >  rename arch/{x86_64/Kconfig => x86/Kconfig.x86_64} (99%) <------<
> >  delete mode 100644 arch/x86_64/Kconfig.debug                    |
>                                                                    |
> arch/i386/Kconfig.debug will be arch/x86/Kconfig.debug             |
>                                                                    |
> in it, EARLY_PRINTK will depend on X86_32                          |
                                                                     |
but EARLY_PRINTK for x86_64 is here -------------------------------  ^

so we didn't lose it.  However, they should live in the same place
so that confusion like this does not continue.

You can make a patch.  or I can.  or Sam can.  or someone else can...

---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ