Zachary Amsden
2007-Apr-19 18:53 UTC
[RFC, PATCH 0/5] Paravirt: fix export of paravirt-ops to binary modules
A clever set of manipulations allows us to fix binary modules with paravirt-ops by just not exporting paravirt_ops at all and using the new patching code. What do you think? Experimental patches here... only partially tested, but booting and appear to be a working prototype. Thanks, Zach
Andi Kleen
2007-Apr-20 02:35 UTC
[RFC, PATCH 0/5] Paravirt: fix export of paravirt-ops to binary modules
On Friday 20 April 2007 03:52:14 Zachary Amsden wrote:> A clever set of manipulations allows us to fix binary modules with paravirt-ops > by just not exporting paravirt_ops at all and using the new patching code. > > What do you think? Experimental patches here... only partially tested, but > booting and appear to be a working prototype.Basic idea looks good. But is the 5 argument support really needed? I don't see any paravirt ops functions that needs it and even if there was one it still wouldn't be clear if it made sense to export it. -Andi
Reasonably Related Threads
- [RFC, PATCH 0/5] Paravirt: fix export of paravirt-ops to binary modules
- [PATCH 2/9] Sched clock paravirt op fix.patch
- [PATCH 2/9] Sched clock paravirt op fix.patch
- [PATCH 1/4] Pte drop ptep_get_and_clear paravirt op.patch
- [PATCH 1/4] Pte drop ptep_get_and_clear paravirt op.patch