All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] note owner match brokenness
@ 2004-10-01 20:44 Phil Oester
  2004-10-01 21:09 ` Patrick McHardy
  0 siblings, 1 reply; 6+ messages in thread
From: Phil Oester @ 2004-10-01 20:44 UTC (permalink / raw)
  To: netfilter-devel

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

Someone recently complained in bugzilla that the note about owner
match being broken on SMP took hours to find because it was in
syslog instead of userspace.  Hopefully the below patch will
save others some time.

This closes bugzilla #244

Phil



[-- Attachment #2: patch-owner --]
[-- Type: text/plain, Size: 759 bytes --]

diff -ru ipt-orig/extensions/libipt_owner.c ipt-new/extensions/libipt_owner.c
--- ipt-orig/extensions/libipt_owner.c	2004-06-14 15:02:17.000000000 -0700
+++ ipt-new/extensions/libipt_owner.c	2004-10-01 13:36:50.779263920 -0700
@@ -22,6 +22,7 @@
 "[!] --pid-owner processid  Match local pid\n"
 "[!] --sid-owner sessionid  Match local sid\n"
 "[!] --cmd-owner name       Match local command name\n"
+"NOTE: pid, sid and command matching are broken on SMP\n"
 "\n",
 IPTABLES_VERSION);
 #else
@@ -31,6 +32,7 @@
 "[!] --gid-owner groupid    Match local gid\n"
 "[!] --pid-owner processid  Match local pid\n"
 "[!] --sid-owner sessionid  Match local sid\n"
+"NOTE: pid and sid matching are broken on SMP\n"
 "\n",
 IPTABLES_VERSION);
 #endif /* IPT_OWNER_COMM */

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

end of thread, other threads:[~2004-10-03 20:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-01 20:44 [PATCH] note owner match brokenness Phil Oester
2004-10-01 21:09 ` Patrick McHardy
2004-10-01 21:12   ` Phil Oester
2004-10-01 21:30     ` Patrick McHardy
2004-10-03 19:43       ` Herve Eychenne
2004-10-03 20:36         ` 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.