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:	Fri, 23 May 2008 15:33:00 -0500
From:	James Bottomley <James.Bottomley@...senPartnership.com>
To:	Randy Dunlap <rdunlap@...otime.net>
Cc:	Adrian Bunk <bunk@...nel.org>,
	Toralf Förster <toralf.foerster@....de>,
	linux-kernel@...r.kernel.org, linux-scsi@...r.kernel.org
Subject: Re: build issue #503 for v2.6.26-rc2-433-gf26a398 :  undefined
	reference to `request_firmware'

On Fri, 2008-05-23 at 11:04 -0700, Randy Dunlap wrote:
> On Fri, 23 May 2008 12:59:11 -0500 James Bottomley wrote:
> 
> > On Fri, 2008-05-23 at 10:54 -0700, Randy Dunlap wrote:
> > > On Thu, 22 May 2008 11:52:24 +0100 James Bottomley wrote:
> > > 
> > > > On Sat, 2008-05-17 at 17:17 +0300, Adrian Bunk wrote:
> > > > > On Sat, May 17, 2008 at 11:04:31AM +0100, James Bottomley wrote:
> > > > > > On Fri, 2008-05-16 at 19:06 +0200, Toralf Förster wrote:
> > > > > > > Hello,
> > > > > > > 
> > > > > > > the build (.config attached) failed, make ends with :
> > > > > > > ...
> > > > > > >   UPD     include/linux/compile.h
> > > > > > >   CC      init/version.o
> > > > > > >   LD      init/built-in.o
> > > > > > >   LD      vmlinux
> > > > > > > drivers/built-in.o: In function `sas_request_addr':
> > > > > > > (.text+0x33bab): undefined reference to `request_firmware'
> > > > > > > drivers/built-in.o: In function `sas_request_addr':
> > > > > > > (.text+0x33c3f): undefined reference to `release_firmware'
> > > > > > > make: *** [vmlinux] Error 1
> > > > > > 
> > > > > > There's a slight fault in the stub logic.  It fails for FW_LOADER=m and
> > > > > > the user =y.
> > > > > > 
> > > > > > This should fix it.
> > > > > 
> > > > > An interesting question is whether we actually want to have the stub at 
> > > > > all - the compile errors catched cases where someone forgot to select 
> > > > > FW_LOADER at compile time instead of turning them into possible runtime 
> > > > > problems as will happen after your patch.
> > > > 
> > > > Well, the original intent of the stubs was to have the loader nop if it
> > > > wasn't available.  There was simply one case forgotten (the fact that a
> > > > modular loader isn't usable from built in components).
> > > > 
> > > > > Are there any serious use cases where SCSI_SAS_LIBSAS is used in very 
> > > > > space limited environments and without any other drivers that select 
> > > > > FW_LOADER in the kernel?
> > > > 
> > > > Probably in the future, certainly on embedded OSs used for storage
> > > > devices.  Given the convergence of SAS/SATA chips, it's possible for
> > > > other handhelds, but I'm not convinced of that.
> > > 
> > > Has there been any resolution to this build issue?
> > > 
> > > Do we know what we want?  then maybe a patch can be done...
> > 
> > As long as the patch works, that's what I propose.
> 
> Sorry, I am not understanding what you are saying.
> Please explain.

As long as the patch I previously posted on this thread

http://marc.info/?l=linux-scsi&m=121101871800303

Actually works.  This is the patch I propose to use to fix the issue.

James



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