netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nf 0/2] Netfilter fixes for net
@ 2021-05-14 14:49 Pablo Neira Ayuso
  2021-05-14 14:49 ` [PATCH nf 1/2] netfilter: flowtable: Remove redundant hw refresh bit Pablo Neira Ayuso
  2021-05-14 14:49 ` [PATCH nf 2/2] netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-AVX2 version Pablo Neira Ayuso
  0 siblings, 2 replies; 4+ messages in thread
From: Pablo Neira Ayuso @ 2021-05-14 14:49 UTC (permalink / raw)
  To: netfilter-devel; +Cc: davem, netdev, kuba

Hi,

The following patchset contains Netfilter fixes for net:

1) Remove the flowtable hardware refresh state, fall back to the
   existing hardware pending state instead, from Roi Dayan.

2) Fix crash in pipapo avx2 lookup when FPU is in used from user
   context, from Stefano Brivio.

Please, pull these changes from:

  git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git

Thanks!

----------------------------------------------------------------

The following changes since commit e4df1b0c24350a0f00229ff895a91f1072bd850d:

  openvswitch: meter: fix race when getting now_ms. (2021-05-13 15:54:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git HEAD

for you to fetch changes up to f0b3d338064e1fe7531f0d2977e35f3b334abfb4:

  netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-AVX2 version (2021-05-14 01:42:52 +0200)

----------------------------------------------------------------
Roi Dayan (1):
      netfilter: flowtable: Remove redundant hw refresh bit

Stefano Brivio (1):
      netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-AVX2 version

 include/net/netfilter/nf_flow_table.h | 1 -
 net/netfilter/nf_flow_table_core.c    | 3 +--
 net/netfilter/nf_flow_table_offload.c | 7 ++++---
 net/netfilter/nft_set_pipapo.c        | 4 ++--
 net/netfilter/nft_set_pipapo.h        | 2 ++
 net/netfilter/nft_set_pipapo_avx2.c   | 3 +++
 6 files changed, 12 insertions(+), 8 deletions(-)

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

end of thread, other threads:[~2021-05-14 17:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14 14:49 [PATCH nf 0/2] Netfilter fixes for net Pablo Neira Ayuso
2021-05-14 14:49 ` [PATCH nf 1/2] netfilter: flowtable: Remove redundant hw refresh bit Pablo Neira Ayuso
2021-05-14 17:50   ` patchwork-bot+netdevbpf
2021-05-14 14:49 ` [PATCH nf 2/2] netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-AVX2 version Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).