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:	Sun, 24 Jul 2011 18:04:59 -0400
From:	Arnaud Lacombe <lacombar@...il.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Greg KH <greg@...ah.com>,
	Yoshinori Sato <ysato@...rs.sourceforge.jp>
Subject: Re: Linux 3.0 release

Hi,

On Thu, Jul 21, 2011 at 10:59 PM, Linus Torvalds
<torvalds@...ux-foundation.org> wrote:
>
> So there it is. Gone are the 2.6.<bignum> days, and 3.0 is out.
> [...]
For the record, if anybody cares, arch/h8300 no longer configure since 2.6.38:

% make ARCH=h8300 menuconfig
make: h8300-elf-gcc: Command not found
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/lxdialog/checklist.o
  HOSTCC  scripts/kconfig/lxdialog/inputbox.o
  HOSTCC  scripts/kconfig/lxdialog/menubox.o
  HOSTCC  scripts/kconfig/lxdialog/textbox.o
  HOSTCC  scripts/kconfig/lxdialog/util.o
  HOSTCC  scripts/kconfig/lxdialog/yesno.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/mconf
scripts/kconfig/mconf Kconfig
arch/h8300/Kconfig:198: can't open file "drivers/serial/Kconfig"
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2

Yes, I know I have no h8300-elf-gcc, but it does not change the fact
that the arch tries to include a non-existent file. It's been broken
by:

commit ab4382d27412e7e3e7c936e8d50d8888dfac3df8
Author: Greg Kroah-Hartman <gregkh@...e.de>
Date:   Thu Jan 13 12:10:18 2011 -0800

    tty: move drivers/serial/ to drivers/tty/serial/

    The serial drivers are really just tty drivers, so move them to
    drivers/tty/ to make things a bit neater overall.
    This is part of the tty/serial driver movement proceedure as proposed by
    Arnd Bergmann and approved by everyone involved a number of months ago.

    Cc: Arnd Bergmann <arnd@...db.de>
    Cc: Alan Cox <alan@...rguk.ukuu.org.uk>
    Cc: Geert Uytterhoeven <geert@...ux-m68k.org>
    Cc: Rogier Wolff <R.E.Wolff@...wizard.nl>
    Cc: Michael H. Warfield <mhw@...tsend.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>

 - Arnaud
--
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