All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Martin Josefsson <gandalf@wlug.westbo.se>
Cc: Henrik Nordstrom <hno@marasystems.com>,
	Netfilter-devel <netfilter-devel@lists.netfilter.org>
Subject: Re: pending/69_amanda-helpers.patch does not apply to 2.4.22?
Date: Sun, 12 Oct 2003 05:25:31 +0200	[thread overview]
Message-ID: <3F88C9AB.5010306@trash.net> (raw)
In-Reply-To: <1065913241.29186.4.camel@tux.rsn.bth.se>

[-- Attachment #1: Type: text/plain, Size: 587 bytes --]

Martin Josefsson wrote:

>On Sat, 2003-10-11 at 23:22, Henrik Nordstrom wrote:
>  
>
>>After a recent CVS update of my pom tree the pending patch set no longer 
>>applies to 2.4.22, failing in pending/69_amanda-helpers.patch
>>    
>>
>
>I havn't had time to do my usual checking to see if everything applies.
>I usually catch these things fairly quickly.
>
>After a very quick look, I'd say it looks like a conflict between
>61-remove-memsets.patch and 69_amanda-helpers.patch
>Both by Patrick.
>
>Patrick, do you think you could fix it up?
>

This should do it.

Best regards,
Patrick

[-- Attachment #2: x --]
[-- Type: text/plain, Size: 1969 bytes --]

Index: cvs/patch-o-matic/pending/61-remove-memsets.patch
===================================================================
RCS file: /cvspublic/netfilter/patch-o-matic/pending/61-remove-memsets.patch,v
retrieving revision 1.1
diff -u -r1.1 61-remove-memsets.patch
--- cvs/patch-o-matic/pending/61-remove-memsets.patch	23 Aug 2003 18:37:41 -0000	1.1
+++ cvs/patch-o-matic/pending/61-remove-memsets.patch	12 Oct 2003 03:22:02 -0000
@@ -1,14 +1,3 @@
-===== net/ipv4/netfilter/ip_conntrack_amanda.c 1.2 vs edited =====
---- 1.2/net/ipv4/netfilter/ip_conntrack_amanda.c	Mon Apr 28 03:52:54 2003
-+++ edited/net/ipv4/netfilter/ip_conntrack_amanda.c	Sun Jun 29 21:30:43 2003
-@@ -205,7 +205,6 @@
- {
- 	int ret;
- 
--	memset(&amanda_helper, 0, sizeof(struct ip_conntrack_helper));
- 	amanda_helper.tuple.src.u.udp.port = htons(10080);
- 	amanda_helper.tuple.dst.protonum = IPPROTO_UDP;
- 	amanda_helper.mask.src.u.udp.port = 0xFFFF;
 ===== net/ipv4/netfilter/ip_conntrack_tftp.c 1.1 vs edited =====
 --- 1.1/net/ipv4/netfilter/ip_conntrack_tftp.c	Mon Mar 31 17:08:21 2003
 +++ edited/net/ipv4/netfilter/ip_conntrack_tftp.c	Sun Jun 29 21:31:10 2003
@@ -21,18 +10,6 @@
  		tftp[i].tuple.dst.protonum = IPPROTO_UDP;
  		tftp[i].tuple.src.u.udp.port = htons(ports[i]);
  		tftp[i].mask.dst.protonum = 0xFFFF;
-===== net/ipv4/netfilter/ip_nat_amanda.c 1.2 vs edited =====
---- 1.2/net/ipv4/netfilter/ip_nat_amanda.c	Wed Jun 25 00:16:00 2003
-+++ edited/net/ipv4/netfilter/ip_nat_amanda.c	Sun Jun 29 21:31:40 2003
-@@ -195,8 +195,6 @@
- 	struct ip_nat_helper *hlpr;
- 
- 	hlpr = &ip_nat_amanda_helper;
--	memset(hlpr, 0, sizeof(struct ip_nat_helper));
--
- 	hlpr->tuple.dst.protonum = IPPROTO_UDP;
- 	hlpr->tuple.src.u.udp.port = htons(10080);
- 	hlpr->mask.src.u.udp.port = 0xFFFF;
 ===== net/ipv4/netfilter/ip_nat_tftp.c 1.1 vs edited =====
 --- 1.1/net/ipv4/netfilter/ip_nat_tftp.c	Mon Mar 31 17:08:21 2003
 +++ edited/net/ipv4/netfilter/ip_nat_tftp.c	Sun Jun 29 21:31:53 2003

  reply	other threads:[~2003-10-12  3:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-11 21:22 pending/69_amanda-helpers.patch does not apply to 2.4.22? Henrik Nordstrom
2003-10-11 23:00 ` Martin Josefsson
2003-10-12  3:25   ` Patrick McHardy [this message]
2003-10-12 10:52     ` Martin Josefsson
2003-10-13 16:27       ` Patrick McHardy
2003-10-13 17:38         ` Martin Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F88C9AB.5010306@trash.net \
    --to=kaber@trash.net \
    --cc=gandalf@wlug.westbo.se \
    --cc=hno@marasystems.com \
    --cc=netfilter-devel@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.