All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] [PATCH] missed musl compatibility patch
@ 2015-06-26  8:36 Hans-Werner Hilse
  2015-06-26  8:36 ` [uml-devel] [PATCH] um: Do not rely on libc to provide modify_ldt() Hans-Werner Hilse
  2015-06-27 18:18 ` [uml-devel] [PATCH] missed musl compatibility patch Richard Weinberger
  0 siblings, 2 replies; 8+ messages in thread
From: Hans-Werner Hilse @ 2015-06-26  8:36 UTC (permalink / raw)
  To: user-mode-linux-devel

I'm sorry but one patch that is necessary for compilation against
musl libc was still missing in the series I sent earlier.
(Thank you very much for applying!)

This is a bit awkward: It looked so nice and clean to just call
"modify_ldt()" before. The external declaration is a hint that not
all was well. Looking at modify_ldt(2), making the syscall via
syscall() ourselves is actually the recommended way, so I hope
it isn't too troublesome a patch.

Hans-Werner Hilse (1):
  um: Do not rely on libc to provide modify_ldt()

 arch/x86/um/ldt.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

-- 
2.4.3


------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-07-28 21:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-26  8:36 [uml-devel] [PATCH] missed musl compatibility patch Hans-Werner Hilse
2015-06-26  8:36 ` [uml-devel] [PATCH] um: Do not rely on libc to provide modify_ldt() Hans-Werner Hilse
2015-06-27 18:18 ` [uml-devel] [PATCH] missed musl compatibility patch Richard Weinberger
2015-06-29  7:15   ` Hans-Werner Hilse
2015-06-29  9:50     ` [uml-devel] [PATCH v2] " Hans-Werner Hilse
2015-06-29  9:50       ` [uml-devel] [PATCH v2] um: Do not rely on libc to provide modify_ldt() Hans-Werner Hilse
2015-07-27 11:30         ` Hans-Werner Hilse
2015-07-28 21:41           ` Richard Weinberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.