netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net,v2 0/2] fix WARNING when removing file in ipvs
@ 2022-10-31 12:07 Zhengchao Shao
  2022-10-31 12:07 ` [PATCH net,v2 1/2] ipvs: fix WARNING in __ip_vs_cleanup_batch() Zhengchao Shao
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Zhengchao Shao @ 2022-10-31 12:07 UTC (permalink / raw)
  To: netdev, lvs-devel, netfilter-devel, coreteam, horms, ja, pablo,
	kadlec, fw, davem, edumazet, kuba, pabeni
  Cc: hans.schillstrom, ebiederm, weiyongjun1, yuehaibing,
	shaozhengchao

When using strace for fault injection, some warnings are trigged when
files are removed. This is because the file fails to be created during
the initialization, but the initialization continues normally. Therefore,
a WARNING is reported when the file is removed during the exit.

---
v2: add macro isolation
---
Zhengchao Shao (2):
  ipvs: fix WARNING in __ip_vs_cleanup_batch()
  ipvs: fix WARNING in ip_vs_app_net_cleanup()

 net/netfilter/ipvs/ip_vs_app.c  | 10 ++++++++--
 net/netfilter/ipvs/ip_vs_conn.c | 26 +++++++++++++++++++++-----
 2 files changed, 29 insertions(+), 7 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-10-31 15:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-31 12:07 [PATCH net,v2 0/2] fix WARNING when removing file in ipvs Zhengchao Shao
2022-10-31 12:07 ` [PATCH net,v2 1/2] ipvs: fix WARNING in __ip_vs_cleanup_batch() Zhengchao Shao
2022-10-31 12:07 ` [PATCH net,v2 2/2] ipvs: fix WARNING in ip_vs_app_net_cleanup() Zhengchao Shao
2022-10-31 15:05 ` [PATCH net,v2 0/2] fix WARNING when removing file in ipvs Julian Anastasov

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).