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>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 21 Mar 2011 08:30:20 -0700
From:	<Narendra_K@...l.com>
To:	<a.beregalov@...il.com>
CC:	<mjg59@...f.ucam.org>, <linux-pci@...r.kernel.org>,
	<linux-hotplug@...r.kernel.org>, <netdev@...r.kernel.org>,
	<Matt_Domsch@...l.com>, <Charles_Rose@...l.com>,
	<Jordan_Hargrave@...l.com>, <Shyam_Iyer@...l.com>
Subject: Re: [PATCH V3] Export ACPI _DSM provided firmware instance number
 and string name to sysfs

On Sun, Mar 20, 2011 at 03:45:33PM +0530, Alexander Beregalov wrote:
> On 23 February 2011 16:00,  <Narendra_K@...l.com> wrote:
> > On Wed, Feb 23, 2011 at 06:14:19PM +0530, Matthew Garrett wrote:
> >> I think this version will still break the build. You need to depend on
> >> CONFIG_NLS.
> >
> > Matthew,
> >
> > Thanks. I posted a patch to linux-next to fix the build failure.
> 
> Hi,
> it still does not work
> 
> drivers/pci/Kconfig:
> select NLS if (DMI || ACPI)
> 
>  $ egrep "G_ACPI=|_DMI=|G_NLS=" .config
> CONFIG_DMI=y
> CONFIG_ACPI=y
> CONFIG_NLS=m
> 
> pci-label.c:(.text+0xb80a): undefined reference to `utf16s_to_utf8s'

Hi,

With '2.6.38' mainline kernel + 'patch-v2.6.38-next-20110321', i could
not see this issue. With CONFIG_DMI=y and CONFIG_ACPI=y, CONFIG_NLS is
set to 'y' even when doing an 'allmodconfig' because of the 

'select NLS if (DMI || ACPI)' in drivers/pci/Kconfig.

Please let me know if i am missing something so that i can
replicate this failure.

With regards,
Narendra K

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists