Re: Kernel Panic - not syncing: Fatal Exception in interupt.

"Shaun Reitan" <mailinglists-5udSNOw6YiCDaQJ0/[email protected]>
Newsgroups gmane.linux.network.bridge.ebtables.devel
Message-ID <[email protected]>
I've been told this is fixed with the smp race patch, just fyi for others
searching/reading



--- linux-2.6.11.3/net/bridge/netfilter/ebtables.c.old 2005-03-14
21:31:46.668325296 +0100
+++ linux-2.6.11.3/net/bridge/netfilter/ebtables.c 2005-03-14
21:40:48.474958168 +0100
@@ -179,9 +179,10 @@ unsigned int ebt_do_table (unsigned int
  struct ebt_chainstack *cs;
  struct ebt_entries *chaininfo;
  char *base;
- struct ebt_table_info *private = table->private;
+ struct ebt_table_info *private;

  read_lock_bh(&table->lock);
+ private = table->private;
  cb_base = COUNTER_BASE(private->counters, private->nentries,
     smp_processor_id());
  if (private->chainstack)





-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.