Revision d050de607f062233cf5e75b2e8f40f20c4b04b91 authored by David S. Miller on 21 May 2014, 05:24:19 UTC, committed by David S. Miller on 21 May 2014, 05:24:19 UTC
Pablo Neira Ayuso says:

====================
Netfilter/nftables fixes for net

The following patchset contains nftables fixes for your net tree, they
are:

1) Fix crash when using the goto action in a rule by making sure that
   we always fall back on the base chain. Otherwise, this may try to
   access the counter memory area of non-base chains, which does not
   exists.

2) Fix several aspects of the rule tracing that are currently broken:

   * Reset rule number counter after goto/jump action, otherwise the
     tracing reports a bogus rule number.
   * Fix tracing of the goto action.
   * Fix bogus rule number counter after goto.
   * Fix missing return trace after finishing the walk through the
     non-base chain.
   * Fix missing trace when matching non-terminal rule.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s e1618d4 + 3b084e9
History
File Mode Size
Makefile -rw-r--r-- 208 bytes
au8810.c -rw-r--r-- 381 bytes
au8810.h -rw-r--r-- 6.8 KB
au8820.c -rw-r--r-- 333 bytes
au8820.h -rw-r--r-- 6.3 KB
au8830.c -rw-r--r-- 406 bytes
au8830.h -rw-r--r-- 8.4 KB
au88x0.c -rw-r--r-- 9.7 KB
au88x0.h -rw-r--r-- 8.9 KB
au88x0_a3d.c -rw-r--r-- 24.6 KB
au88x0_a3d.h -rw-r--r-- 4.2 KB
au88x0_a3ddata.c -rw-r--r-- 2.8 KB
au88x0_core.c -rw-r--r-- 77.5 KB
au88x0_eq.c -rw-r--r-- 22.5 KB
au88x0_eq.h -rw-r--r-- 1.3 KB
au88x0_eqdata.c -rw-r--r-- 3.9 KB
au88x0_game.c -rw-r--r-- 3.6 KB
au88x0_mixer.c -rw-r--r-- 1.1 KB
au88x0_mpu401.c -rw-r--r-- 3.6 KB
au88x0_pcm.c -rw-r--r-- 19.9 KB
au88x0_synth.c -rw-r--r-- 10.7 KB
au88x0_wt.h -rw-r--r-- 2.3 KB
au88x0_xtalk.c -rw-r--r-- 22.7 KB
au88x0_xtalk.h -rw-r--r-- 2.2 KB

back to top