linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next 0/2] Introduce memset_range() helper for wiping members
@ 2021-12-08  3:04 Xiu Jianfeng
  2021-12-08  3:04 ` [PATCH -next 1/2] string.h: Introduce memset_range() " Xiu Jianfeng
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Xiu Jianfeng @ 2021-12-08  3:04 UTC (permalink / raw)
  To: akpm, keescook, laniel_francis, andriy.shevchenko, adobriyan,
	linux, andreyknvl, dja, ast, daniel, andrii, kafai,
	songliubraving, yhs, john.fastabend, kpsingh
  Cc: linux-kernel, netdev, bpf

Xiu Jianfeng (2):
  string.h: Introduce memset_range() for wiping members
  bpf: use memset_range helper in __mark_reg_known

 include/linux/string.h | 20 ++++++++++++++++++++
 kernel/bpf/verifier.c  |  5 ++---
 lib/memcpy_kunit.c     | 12 ++++++++++++
 3 files changed, 34 insertions(+), 3 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-12-09  6:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-08  3:04 [PATCH -next 0/2] Introduce memset_range() helper for wiping members Xiu Jianfeng
2021-12-08  3:04 ` [PATCH -next 1/2] string.h: Introduce memset_range() " Xiu Jianfeng
2021-12-08  4:28   ` Andrew Morton
2021-12-08 10:30     ` xiujianfeng
2021-12-08 23:44       ` Andrew Morton
2021-12-09  5:17         ` Kees Cook
2021-12-09  6:29           ` xiujianfeng
2021-12-09  6:29         ` xiujianfeng
2021-12-08 17:12   ` Alexey Dobriyan
2021-12-08  3:04 ` [PATCH -next 2/2] bpf: use memset_range helper in __mark_reg_known Xiu Jianfeng
2021-12-08  5:27 ` [PATCH -next 0/2] Introduce memset_range() helper for wiping members Kees Cook
2021-12-08 10:30   ` xiujianfeng

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