* [NETFILTER] Kill lockhelp.h for rtsp-conntrack
@ 2005-08-29 17:27 Samir Bellabes
2005-08-29 17:33 ` Samir Bellabes
0 siblings, 1 reply; 7+ messages in thread
From: Samir Bellabes @ 2005-08-29 17:27 UTC (permalink / raw)
To: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 140 bytes --]
Hi,
This patch fix the match 'rtsp-conntrack', after the kill_lockhelp.patch
Please apply at top of the svn tree.
regards,
Samir Bellabes
[-- Attachment #2: rtsp-conntrack_kill_lockhelp.patch --]
[-- Type: text/x-patch, Size: 812 bytes --]
[NETFILTER] Kill lockhelp.h for rtsp_conntrack
------------------------------------------------------------------------------
ip_conntrack_rtsp.h | 2 --
1 files changed, 2 deletions(-)
------------------------------------------------------------------------------
Index: patchlets/rtsp-conntrack/linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack_rtsp.h
===================================================================
--- patchlets/rtsp-conntrack/linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack_rtsp.h (révision 4248)
+++ patchlets/rtsp-conntrack/linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack_rtsp.h (copie de travail)
@@ -49,8 +49,6 @@
#ifdef __KERNEL__
-#include <linux/netfilter_ipv4/lockhelp.h>
-
#define RTSP_PORT 554
#endif /* __KERNEL__ */
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [NETFILTER] Kill lockhelp.h for rtsp-conntrack
2005-08-29 17:27 [NETFILTER] Kill lockhelp.h for rtsp-conntrack Samir Bellabes
@ 2005-08-29 17:33 ` Samir Bellabes
2005-08-29 20:53 ` Patrick McHardy
0 siblings, 1 reply; 7+ messages in thread
From: Samir Bellabes @ 2005-08-29 17:33 UTC (permalink / raw)
To: Samir Bellabes; +Cc: netfilter-devel
Samir Bellabes <sbellabes@mandriva.com> writes:
> Please apply at top of the svn tree.
well, in fact, it should be applyed to a new 'linux-2.6.13' directory..
regards,
Samir Bellabes
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [NETFILTER] Kill lockhelp.h for rtsp-conntrack
2005-08-29 17:33 ` Samir Bellabes
@ 2005-08-29 20:53 ` Patrick McHardy
2005-08-29 22:36 ` Samir Bellabes
0 siblings, 1 reply; 7+ messages in thread
From: Patrick McHardy @ 2005-08-29 20:53 UTC (permalink / raw)
To: Samir Bellabes; +Cc: netfilter-devel
Samir Bellabes wrote:
> Samir Bellabes <sbellabes@mandriva.com> writes:
>
>
>>Please apply at top of the svn tree.
All applied, thanks. I've changed the raw spinlock/rwlock declarations
to DEFINE_SPINLOCK/DECLARE_RWLOCK.
> well, in fact, it should be applyed to a new 'linux-2.6.13' directory..
Do you mean it needs to be applied to other directories than -p1 in the
patchlets dir?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [NETFILTER] Kill lockhelp.h for rtsp-conntrack
2005-08-29 20:53 ` Patrick McHardy
@ 2005-08-29 22:36 ` Samir Bellabes
2005-08-29 23:00 ` Patrick McHardy
0 siblings, 1 reply; 7+ messages in thread
From: Samir Bellabes @ 2005-08-29 22:36 UTC (permalink / raw)
To: Patrick McHardy; +Cc: netfilter-devel, Samir Bellabes
Patrick McHardy <kaber@trash.net> writes:
> All applied, thanks. I've changed the raw spinlock/rwlock declarations
> to DEFINE_SPINLOCK/DECLARE_RWLOCK.
ok, thanks.
>> well, in fact, it should be applyed to a new 'linux-2.6.13' directory..
>
> Do you mean it needs to be applied to other directories than -p1 in the
> patchlets dir?
I mean that linux-2.6.11 don't need this patch at all.
As far a you push 'kill lockhelp.h patch' in 2.6.13, people who use
p-o-m with a kernel version < 2.6.13, should use lockhelp.h again.
But now, this 3 patches will apply to all versions.
But it's not a main problem. And yes, i know versionning in p-o-m is
always discussed.
thanks for applying,
Samir Bellabes
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [NETFILTER] Kill lockhelp.h for rtsp-conntrack
2005-08-29 22:36 ` Samir Bellabes
@ 2005-08-29 23:00 ` Patrick McHardy
2005-08-30 7:11 ` Harald Welte
0 siblings, 1 reply; 7+ messages in thread
From: Patrick McHardy @ 2005-08-29 23:00 UTC (permalink / raw)
To: Samir Bellabes; +Cc: Harald Welte, netfilter-devel
Samir Bellabes wrote:
> Patrick McHardy <kaber@trash.net> writes:
>
>
>>All applied, thanks. I've changed the raw spinlock/rwlock declarations
>>to DEFINE_SPINLOCK/DECLARE_RWLOCK.
>
> ok, thanks.
>
>
>>>well, in fact, it should be applyed to a new 'linux-2.6.13' directory..
>>
>>Do you mean it needs to be applied to other directories than -p1 in the
>>patchlets dir?
>
>
> I mean that linux-2.6.11 don't need this patch at all.
> As far a you push 'kill lockhelp.h patch' in 2.6.13, people who use
> p-o-m with a kernel version < 2.6.13, should use lockhelp.h again.
> But now, this 3 patches will apply to all versions.
I don't know what the general feeling about supporting old versions
in pom is, I would tend to ignore them if it means starting a third
linux subdirectory that should be maintained in some patchlets.
Harald, what is your opinion on this?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [NETFILTER] Kill lockhelp.h for rtsp-conntrack
2005-08-29 23:00 ` Patrick McHardy
@ 2005-08-30 7:11 ` Harald Welte
2005-08-30 21:49 ` Patrick McHardy
0 siblings, 1 reply; 7+ messages in thread
From: Harald Welte @ 2005-08-30 7:11 UTC (permalink / raw)
To: Patrick McHardy; +Cc: netfilter-devel, Samir Bellabes
On Tue, Aug 30, 2005 at 01:00:42AM +0200, Patrick McHardy wrote:
> > I mean that linux-2.6.11 don't need this patch at all.
> > As far a you push 'kill lockhelp.h patch' in 2.6.13, people who use
> > p-o-m with a kernel version < 2.6.13, should use lockhelp.h again.
> > But now, this 3 patches will apply to all versions.
>
> I don't know what the general feeling about supporting old versions
> in pom is, I would tend to ignore them if it means starting a third
> linux subdirectory that should be maintained in some patchlets.
> Harald, what is your opinion on this?
I would rather start a new subdirectory than patching the old code.
This way users of old kernels can have a working version, too (even if
that old version doesn't have all the features or receives all the
patches that newer versions do). At least as long as we're using the
current patch-o-matic-ng, I think that's the way to go.
When we decide do get rid of patch-o-matic-ng at some point, we
obviously can also drop the 'old kernel' requirement.
--
- Harald Welte <laforge@netfilter.org> http://netfilter.org/
============================================================================
"Fragmentation is like classful addressing -- an interesting early
architectural error that shows how much experimentation was going
on while IP was being designed." -- Paul Vixie
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [NETFILTER] Kill lockhelp.h for rtsp-conntrack
2005-08-30 7:11 ` Harald Welte
@ 2005-08-30 21:49 ` Patrick McHardy
0 siblings, 0 replies; 7+ messages in thread
From: Patrick McHardy @ 2005-08-30 21:49 UTC (permalink / raw)
To: Harald Welte; +Cc: netfilter-devel, Samir Bellabes
Harald Welte wrote:
> On Tue, Aug 30, 2005 at 01:00:42AM +0200, Patrick McHardy wrote:
>
>
>>>I mean that linux-2.6.11 don't need this patch at all.
>>>As far a you push 'kill lockhelp.h patch' in 2.6.13, people who use
>>>p-o-m with a kernel version < 2.6.13, should use lockhelp.h again.
>>>But now, this 3 patches will apply to all versions.
>>
>>I don't know what the general feeling about supporting old versions
>>in pom is, I would tend to ignore them if it means starting a third
>>linux subdirectory that should be maintained in some patchlets.
>>Harald, what is your opinion on this?
>
>
> I would rather start a new subdirectory than patching the old code.
> This way users of old kernels can have a working version, too (even if
> that old version doesn't have all the features or receives all the
> patches that newer versions do). At least as long as we're using the
> current patch-o-matic-ng, I think that's the way to go.
Ok, I'll fix it up tomorrow. Still something to discuss at the workshop
I think, putting time into maintaining compatibility with old kernels
is badly invested time IMO.
> When we decide do get rid of patch-o-matic-ng at some point, we
> obviously can also drop the 'old kernel' requirement.
Obviously :)
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-08-30 21:49 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-29 17:27 [NETFILTER] Kill lockhelp.h for rtsp-conntrack Samir Bellabes
2005-08-29 17:33 ` Samir Bellabes
2005-08-29 20:53 ` Patrick McHardy
2005-08-29 22:36 ` Samir Bellabes
2005-08-29 23:00 ` Patrick McHardy
2005-08-30 7:11 ` Harald Welte
2005-08-30 21:49 ` Patrick McHardy
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.