[GIT PULL] tomoyo fixes for v5.12
From: Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>
Date: 2021-02-15 01:40:44
The following changes since commit 9c83465f3245c2faa82ffeb7016f40f02bfaa0ad: tomoyo: recognize kernel threads correctly (2021-02-01 11:53:05 +0900) are available in the git repository at: git://git.osdn.net/gitroot/tomoyo/tomoyo-test1.git tags/tomoyo-pr-20210215 for you to fetch changes up to 9c83465f3245c2faa82ffeb7016f40f02bfaa0ad: tomoyo: recognize kernel threads correctly (2021-02-01 11:53:05 +0900) ---------------------------------------------------------------- Detect kernel thread correctly, and ignore harmless data race. tomoyo: recognize kernel threads correctly tomoyo: ignore data race while checking quota security/tomoyo/file.c | 16 ++++++++-------- security/tomoyo/network.c | 10 +++++----- security/tomoyo/util.c | 24 ++++++++++++------------ 3 files changed, 25 insertions(+), 25 deletions(-) ----------------------------------------------------------------