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, 22 Oct 2010 08:21:15 -0700
From:	Linus Torvalds <torvalds@...ux-foundation.org>
To:	Anca Emanuel <anca.emanuel@...il.com>,
	Dominik Brodowski <linux@...inikbrodowski.net>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: Re: 2.6.37-git1

On Fri, Oct 22, 2010 at 12:35 AM, Anca Emanuel <anca.emanuel@...il.com> wrote:
>  CC [M]  drivers/net/wireless/hostap/hostap_cs.o
> drivers/staging/comedi/drivers/ni_daq_700.c: In function ‘dio700_config’:
> drivers/staging/comedi/drivers/ni_daq_700.c:499: error: ‘win_req_t’
> undeclared (first use in this function)

Looks like the PCMCIA win_req_t fixup missed a driver or two.

Dominik?

And if somebody else wants to help out, look at commit cdb138080b78
("pcmcia: do not use win_req_t when calling pcmcia_request_window()")
for guidance about what it is all about. That shows other drivers
being converted.

Anyway, in this case, it looks like the problem is literally that
_unused_ declaration of 'win_req_t req'. Just remove that line. Does
it compile and work then?

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