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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 2 Dec 2010 10:46:00 +0100
From:	Sedat Dilek <sedat.dilek@...glemail.com>
To:	linux-kbuild@...r.kernel.org
Cc:	LKML <linux-kernel@...r.kernel.org>, Michal Marek <mmarek@...e.cz>,
	Stephen Rothwell <sfr@...b.auug.org.au>,
	Randy Dunlap <randy.dunlap@...cle.com>
Subject: [linux-next] next-20101202: Finally fixed that multimedia misconfiguration

Hi,

I am using a slightly modified kernel-buildsystem based on the work of
the Debian Kernel Team with "oldnoconfig".
Currently, I am on linux-next.

The setup.log's shrinked with fixing misconfiguration primarily in the
multimedia tree:

$ ls -l setup_linux-next_next20101*
-rw-r--r-- 1 sd sd 179579 26. Nov 06:39
setup_linux-next_next20101126.dileks.1.log
-rw-r--r-- 1 sd sd 144818 30. Nov 04:45
setup_linux-next_next20101130.dileks.1.log
-rw-r--r-- 1 sd sd  10037  2. Dez 08:26
setup_linux-next_next20101202.dileks.1.log

(Files are attached)

IIRC these misconfigurations were already reported by several people (Randy?).

The only warning now I see is:
[ setup_linux-next_next20101202.dileks.1.log ]
...
scripts/kconfig/conf --oldnoconfig Kconfig
.config:536:warning: symbol value 'm' invalid for LEDS_CLASS
...

I will fix that in the next build here in my build-system.

--- debian.orig/config/config   2010-11-23 15:40:18.174458243 +0100
+++ debian/config/config        2010-12-02 10:07:15.367745646 +0100
@@ -792,7 +792,7 @@
 ## file: drivers/leds/Kconfig
 ##
 CONFIG_NEW_LEDS=y
-CONFIG_LEDS_CLASS=m
+CONFIG_LEDS_CLASS=y
 CONFIG_LEDS_NET48XX=m
 CONFIG_LEDS_ALIX2=m
 CONFIG_LEDS_PCA9532=m
- EOF -

It would be very cool to see these fixes also in upstream (Linus-tree).

Thanks for fixing this!

Kind Regards,
- Sedat -

Download attachment "setup_linux-next_next20101126.dileks.1.log" of type "application/octet-stream" (179579 bytes)

Download attachment "setup_linux-next_next20101130.dileks.1.log" of type "application/octet-stream" (144818 bytes)

Download attachment "setup_linux-next_next20101202.dileks.1.log" of type "application/octet-stream" (10037 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ