All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] KCSAN changes for v6.2
@ 2022-12-03  1:23 Paul E. McKenney
  2022-12-12 16:31 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Paul E. McKenney @ 2022-12-03  1:23 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, kernel-team, kasan-dev, elver, ryasuoka

Hello, Linus,

Please pull the latest KCSAN git tree from:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git tags/kcsan.2022.12.02a
  # HEAD: 144b9152791ffcd038c3b63063999b25780060d8: kcsan: Fix trivial typo in Kconfig help comments (2022-10-18 15:07:33 -0700)

----------------------------------------------------------------
KCSAN updates for v6.2

This series adds instrumentation for memcpy(), memset(), and memmove() for
Clang v16+'s new function names that are used when the -fsanitize=thread
argument is given.  It also fixes objtool warnings from KCSAN's volatile
instrumentation, and fixes a pair of typos in a pair of Kconfig options'
help clauses.

----------------------------------------------------------------
Marco Elver (2):
      kcsan: Instrument memcpy/memset/memmove with newer Clang
      objtool, kcsan: Add volatile read/write instrumentation to whitelist

Ryosuke Yasuoka (1):
      kcsan: Fix trivial typo in Kconfig help comments

 kernel/kcsan/core.c   | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/Kconfig.kcsan     |  6 +++---
 tools/objtool/check.c | 10 ++++++++++
 3 files changed, 63 insertions(+), 3 deletions(-)

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

* Re: [GIT PULL] KCSAN changes for v6.2
  2022-12-03  1:23 [GIT PULL] KCSAN changes for v6.2 Paul E. McKenney
@ 2022-12-12 16:31 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-12-12 16:31 UTC (permalink / raw)
  To: Paul E. McKenney
  Cc: torvalds, linux-kernel, kernel-team, kasan-dev, elver, ryasuoka

The pull request you sent on Fri, 2 Dec 2022 17:23:43 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git tags/kcsan.2022.12.02a

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f433cf2102fec78cf05ece06fb8e24fbfc6a64d8

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2022-12-12 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-03  1:23 [GIT PULL] KCSAN changes for v6.2 Paul E. McKenney
2022-12-12 16:31 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.