login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
March
»
5
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only symbols
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
Ingo Molnar <mingo@...>
To: Jiri Kosina <jkosina@...>
Cc: Linus Torvalds <torvalds@...>, Pavel Roskin <proski@...>, Zan Lynx <zlynx@...>, linux-kernel <linux-kernel@...>, Jon Masters <jcm@...>, Rusty Russell <rusty@...>, Greg Kroah-Hartman <gregkh@...>
Subject:
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only symbols
Date: Wednesday, March 5, 2008 - 9:21 am
* Jiri Kosina <jkosina@suse.cz> wrote:
quoted text
> On Tue, 4 Mar 2008, Ingo Molnar wrote: > > > > Ingo, i's simply not possible to put ndiswrapper in user-space sanely. > > > Drivers are drivers. They'll want (shared) interrupts, they want DMA, > > > they want to do things like cli/sti. > > yeah, i agree that putting it into userspace is quite insane. > > it might possible to do it halfways sanely via existing arch/x86/kvm/ > > infrastructure though. VMX/SVM context will properly emulate the IRQ > > flag so cli/sti will work fine, and as long as DMA is properly > > quarantined via an iommu it might even not corrupt the rest of the > > system. > > This definitely could be a [hackish] way to go. The remarkable > drawback is that it will not work on CPUs without virtualization > extensions.
by the time it's implemented and trickles into distributions the majority of PCs will have virtualization extensions. Ingo --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[PATCH 2.6.25] module: allow ndiswrapper to use GPL-only sym...
, Pavel Roskin
, (Thu Feb 28, 6:11 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Linus Torvalds
, (Thu Feb 28, 7:25 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Pavel Roskin
, (Fri Feb 29, 2:20 am)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Linus Torvalds
, (Fri Feb 29, 12:08 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Zan Lynx
, (Fri Feb 29, 12:59 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Jon Masters
, (Fri Feb 29, 1:18 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Adrian Bunk
, (Fri Feb 29, 5:55 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Linus Torvalds
, (Fri Feb 29, 1:07 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Pavel Roskin
, (Fri Feb 29, 1:20 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Linus Torvalds
, (Fri Feb 29, 1:33 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Pavel Roskin
, (Fri Feb 29, 3:39 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Ingo Molnar
, (Fri Feb 29, 5:15 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Pavel Roskin
, (Fri Feb 29, 6:31 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Ingo Molnar
, (Mon Mar 3, 6:57 am)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Pavel Roskin
, (Tue Mar 4, 1:37 am)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Ingo Molnar
, (Tue Mar 4, 8:57 am)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Linus Torvalds
, (Tue Mar 4, 1:19 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Ingo Molnar
, (Tue Mar 4, 4:51 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Jiri Kosina
, (Tue Mar 4, 7:25 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Ingo Molnar
, (Wed Mar 5, 9:21 am)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Pavel Roskin
, (Tue Mar 4, 1:45 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Ingo Molnar
, (Tue Mar 4, 5:20 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Pavel Roskin
, (Tue Mar 4, 7:23 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Greg KH
, (Tue Mar 4, 1:38 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, John W. Linville
, (Fri Feb 29, 4:17 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Pavel Roskin
, (Fri Feb 29, 4:44 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, David Newall
, (Fri Feb 29, 4:40 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Pavel Roskin
, (Fri Feb 29, 4:59 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, David Newall
, (Fri Feb 29, 5:08 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Pavel Roskin
, (Fri Feb 29, 6:17 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, David Newall
, (Sat Mar 1, 4:15 am)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Linus Torvalds
, (Fri Feb 29, 3:53 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Pavel Roskin
, (Fri Feb 29, 4:08 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Linus Torvalds
, (Fri Feb 29, 4:28 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Pavel Roskin
, (Fri Feb 29, 5:13 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Chris Friesen
, (Fri Feb 29, 12:54 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, David Woodhouse
, (Thu Mar 6, 10:56 am)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Linus Torvalds
, (Fri Feb 29, 1:06 pm)
Re: [PATCH 2.6.25] module: allow ndiswrapper to use GPL-only...
, Chris Friesen
, (Fri Feb 29, 1:59 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Rafael J. Wysocki
[Bug #11209] 2.6.27-rc1 process time accounting
Vitaly V. Bursov
Re: Slow file transfer speeds with CFQ IO scheduler in some cases
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Ian Kent
[PATCH 1/4] autofs4 - check for invalid dentry in getpath
git
:
linux-netdev
:
David Miller
Re: [GIT]: Networking
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 0/37] dccp: Feature negotiation - last call for comments
Linus Torvalds
Re: iptables very slow after commit 784544739a25c30637397ace5489eeb6e15d7d49
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
6 users
and
965 guests
online.
Online users
agenciaspubrre
zeekec
sreejithc
puntmuts
lilianit
cruiseschedules
Syndicate