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, 21 Nov 2010 17:00:38 -0800
From:	Greg KH <greg@...ah.com>
To:	"Luis R. Rodriguez" <lrodriguez@...eros.com>
Cc:	G??bor Stefanik <netrolller.3d@...il.com>,
	Ted Ts'o <tytso@....edu>, Alan Cox <alan@...rguk.ukuu.org.uk>,
	linux-kernel@...r.kernel.org,
	linux-wireless <linux-wireless@...r.kernel.org>,
	David Miller <davem@...emloft.net>,
	"John W. Linville" <linville@...driver.com>,
	Stephen Hemminger <shemminger@...tta.com>,
	"Perez-Gonzalez, Inaky" <inaky.perez-gonzalez@...el.com>,
	Charles Marker <Charles.Marker@...eros.com>,
	Jouni Malinen <Jouni.Malinen@...eros.com>,
	Kevin Hayes <kevin@...eros.com>,
	Zhifeng Cai <zhifeng.cai@...eros.com>,
	Don Breslin <Don.Breslin@...eros.com>,
	Doug Dahlby <Doug.Dahlby@...eros.com>,
	Julia Lawall <julia@...u.dk>
Subject: Re: Challenges with doing hardware bring up with Linux first

On Sun, Nov 21, 2010 at 01:50:30PM -0800, Luis R. Rodriguez wrote:
> > By forcing the driver to be GPL, you automatically exclude Windows
> > from the list of platforms supported by such a cross-OS driver, as the
> > Windows NDIS headers are AFAIK under a GPL-incompatible license, so no
> > GPL driver can be written for Windows.
> 
> I've actually have been told GPL drivers for windows are possible with
> some hard work. I have yet to investigate further on what that "hard
> work" means. But yes, that is a good example.

The "hard work" means you can not use the Windows DDK at all.  People
have worked to reimplement the header files needed for this into mingw,
but it really restricts you and forces you to write "native" drivers for
Windows, not being able to take advantage of their driver model code at
all.

Oracle did a bunch of work for this in the past to port some of their
Linux kernel work to Windows, ask Andy Grover if you have questions
about it.

hope this helps,

greg k-h
--
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