* [PATCH] s390 (8/8): export sys_wait4.
@ 2002-12-12 18:10 Martin Schwidefsky
0 siblings, 0 replies; 5+ messages in thread
From: Martin Schwidefsky @ 2002-12-12 18:10 UTC (permalink / raw)
To: linux-kernel, torvalds
Add sys_wait4 to the list of exported functions.
diffstat:
s390/kernel/s390_ksyms.c | 1 +
s390x/kernel/s390_ksyms.c | 1 +
2 files changed, 2 insertions(+)
diff -urN linux-2.5.51/arch/s390/kernel/s390_ksyms.c linux-2.5.51-s390/arch/s390/kernel/s390_ksyms.c
--- linux-2.5.51/arch/s390/kernel/s390_ksyms.c Tue Dec 10 03:46:11 2002
+++ linux-2.5.51-s390/arch/s390/kernel/s390_ksyms.c Thu Dec 12 18:03:43 2002
@@ -59,3 +59,4 @@
EXPORT_SYMBOL(console_mode);
EXPORT_SYMBOL(console_device);
EXPORT_SYMBOL_NOVERS(do_call_softirq);
+EXPORT_SYMBOL(sys_wait4);
diff -urN linux-2.5.51/arch/s390x/kernel/s390_ksyms.c linux-2.5.51-s390/arch/s390x/kernel/s390_ksyms.c
--- linux-2.5.51/arch/s390x/kernel/s390_ksyms.c Tue Dec 10 03:46:16 2002
+++ linux-2.5.51-s390/arch/s390x/kernel/s390_ksyms.c Thu Dec 12 18:03:43 2002
@@ -83,3 +83,4 @@
EXPORT_SYMBOL(console_mode);
EXPORT_SYMBOL(console_device);
EXPORT_SYMBOL_NOVERS(do_call_softirq);
+EXPORT_SYMBOL(sys_wait4);
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] s390 (8/8): export sys_wait4.
@ 2002-12-12 19:26 Pete Zaitcev
2002-12-12 21:19 ` Roberto Nibali
0 siblings, 1 reply; 5+ messages in thread
From: Pete Zaitcev @ 2002-12-12 19:26 UTC (permalink / raw)
To: linux-kernel
> +EXPORT_SYMBOL(sys_wait4);
Martin, hold on just a second. Last I checked, sys_wait4 was
used ONLY by a moronic code in ipvs, _and_ there was a comment
by the author above it "we are too lazy to do it properly".
Do you have a better reason to export it?
-- Pete
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] s390 (8/8): export sys_wait4.
2002-12-12 19:26 [PATCH] s390 (8/8): export sys_wait4 Pete Zaitcev
@ 2002-12-12 21:19 ` Roberto Nibali
2002-12-12 23:17 ` Pete Zaitcev
0 siblings, 1 reply; 5+ messages in thread
From: Roberto Nibali @ 2002-12-12 21:19 UTC (permalink / raw)
To: Pete Zaitcev; +Cc: linux-kernel
Pete Zaitcev wrote:
>>+EXPORT_SYMBOL(sys_wait4);
>
> Martin, hold on just a second. Last I checked, sys_wait4 was
> used ONLY by a moronic code in ipvs, _and_ there was a comment
> by the author above it "we are too lazy to do it properly".
> Do you have a better reason to export it?
Guess I'm the malefactor this time since I've sent this patch to Martin
after some email exchanges with a guy that wanted LVS to work on a s390.
I reckon I will fix the said moronic code to use a syscall wrapper for
sys_wait4() so we don't step on anyone's toes.
Regards,
Roberto Nibali, ratz
--
echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq'|dc
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] s390 (8/8): export sys_wait4.
2002-12-12 21:19 ` Roberto Nibali
@ 2002-12-12 23:17 ` Pete Zaitcev
2002-12-13 0:05 ` Roberto Nibali
0 siblings, 1 reply; 5+ messages in thread
From: Pete Zaitcev @ 2002-12-12 23:17 UTC (permalink / raw)
To: Roberto Nibali; +Cc: Pete Zaitcev, linux-kernel
> Date: Thu, 12 Dec 2002 22:19:21 +0100
> From: Roberto Nibali <ratz@drugphish.ch>
> >>+EXPORT_SYMBOL(sys_wait4);
> >
> > Martin, hold on just a second. Last I checked, sys_wait4 was
> > used ONLY by a moronic code in ipvs, _and_ there was a comment
> > by the author above it "we are too lazy to do it properly".
> > Do you have a better reason to export it?
>
> Guess I'm the malefactor this time since I've sent this patch to Martin
> after some email exchanges with a guy that wanted LVS to work on a s390.
> I reckon I will fix the said moronic code to use a syscall wrapper for
> sys_wait4() so we don't step on anyone's toes.
I should not have called it moronic. Everyone has schedule
constraints. I am wondering though, if the LVS and ipvs
module are maintained actively. Perhaps I owe them a patch.
-- Pete
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] s390 (8/8): export sys_wait4.
2002-12-12 23:17 ` Pete Zaitcev
@ 2002-12-13 0:05 ` Roberto Nibali
0 siblings, 0 replies; 5+ messages in thread
From: Roberto Nibali @ 2002-12-13 0:05 UTC (permalink / raw)
To: Pete Zaitcev; +Cc: linux-kernel
>>>>+EXPORT_SYMBOL(sys_wait4);
>>>
>>>Martin, hold on just a second. Last I checked, sys_wait4 was
>>>used ONLY by a moronic code in ipvs, _and_ there was a comment
>>>by the author above it "we are too lazy to do it properly".
>>>Do you have a better reason to export it?
>>
>>Guess I'm the malefactor this time since I've sent this patch to Martin
>>after some email exchanges with a guy that wanted LVS to work on a s390.
>>I reckon I will fix the said moronic code to use a syscall wrapper for
>>sys_wait4() so we don't step on anyone's toes.
>
> I should not have called it moronic. Everyone has schedule
Don't worry about it. We haven't always been too kind with lost RH
piranha users in the past either ;).
> constraints. I am wondering though, if the LVS and ipvs
> module are maintained actively. Perhaps I owe them a patch.
LVS and its kernel modules are definitely actively maintained all the
way from 2.2.x to 2.5.x kernels and if you want I'll make you a 2.0.x
kernel version too. It's just that recently everybody got a bit busy and
thus new releases tend to follow each other in increasing time intervals.
A patch would always be very welcome of course.
Best regards,
Roberto Nibali, ratz
--
echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq'|dc
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-12-12 23:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-12 19:26 [PATCH] s390 (8/8): export sys_wait4 Pete Zaitcev
2002-12-12 21:19 ` Roberto Nibali
2002-12-12 23:17 ` Pete Zaitcev
2002-12-13 0:05 ` Roberto Nibali
-- strict thread matches above, loose matches on Subject: below --
2002-12-12 18:10 Martin Schwidefsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox