Linux Netfilter development
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Jesper Bengtsson <jesper.bengtsson@axis.com>
Cc: "netfilter-devel@vger.kernel.org" <netfilter-devel@vger.kernel.org>
Subject: Re: [PATCH] Fix ERROR target on CRIS
Date: Thu, 16 Oct 2008 14:06:09 +0200	[thread overview]
Message-ID: <48F72E31.9050603@trash.net> (raw)
In-Reply-To: <A612847CFE53224C91B23E3A5B48BAC73889D09814@xmail3.se.axis.com>

Jesper Bengtsson wrote:
> This patch corrects a problem with adding ERROR targets on architectures that don't align data structues, e.g. CRIS.
> 
> --- linux-2.6/include/linux/netfilter_ipv4/ip_tables.h 21 Aug 2008 08:40:42 -0000 1.19
> +++ linux-2.6/include/linux/netfilter_ipv4/ip_tables.h 15 Oct 2008 12:55:31 -0000
> @@ -259,7 +259,7 @@ struct ipt_standard
>  struct ipt_error_target
>  {
>   struct ipt_entry_target target;
> - char errorname[IPT_FUNCTION_MAXNAMELEN];
> + char errorname[IPT_TABLE_MAXNAMELEN];

Your mailer whitespace-corrupted the patch, please send as attachment.
Please also fix up ip6_tables and arp_tables.

      parent reply	other threads:[~2008-10-16 12:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <A612847CFE53224C91B23E3A5B48BAC73889D09813@xmail3.se.axis.com>
2008-10-15 19:43 ` [PATCH] Fix ERROR target on CRIS Jesper Bengtsson
2008-10-15 19:49   ` Jan Engelhardt
2008-10-16 11:28     ` Jesper Bengtsson
2008-10-16 16:12       ` Jan Engelhardt
2008-10-16 12:07     ` Patrick McHardy
2008-10-16 12:06   ` Patrick McHardy [this message]

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=48F72E31.9050603@trash.net \
    --to=kaber@trash.net \
    --cc=jesper.bengtsson@axis.com \
    --cc=netfilter-devel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox