[GIT PULL] tomoyo fixes for v5.11

Tetsuo Handa penguin-kernel at i-love.sakura.ne.jp
Mon Dec 14 04:21:46 UTC 2020


The following changes since commit 15269fb193108ba8a3774507d0bbd70949ab610d:

  tomoyo: Fix typo in comments. (2020-12-06 13:44:57 +0900)

are available in the git repository at:

  git://git.osdn.net/gitroot/tomoyo/tomoyo-test1.git tags/tomoyo-pr-20201214

for you to fetch changes up to 15269fb193108ba8a3774507d0bbd70949ab610d:

  tomoyo: Fix typo in comments. (2020-12-06 13:44:57 +0900)

----------------------------------------------------------------
Limit recursion depth, fix clang warning, fix comment typo, and
silence memory allocation failure warning.

tomoyo: fix clang pointer arithmetic warning
tomoyo: Limit wildcard recursion depth.
tomoyo: Fix null pointer check
tomoyo: Fix typo in comments.

 security/tomoyo/audit.c         |    2 -
 security/tomoyo/common.c        |    8 ++---
 security/tomoyo/condition.c     |    2 -
 security/tomoyo/domain.c        |    6 +---
 security/tomoyo/gc.c            |    2 -
 security/tomoyo/memory.c        |    4 +-
 security/tomoyo/securityfs_if.c |    6 ++--
 security/tomoyo/util.c          |   55 +++++++++++++++++++++-------------------
 8 files changed, 44 insertions(+), 41 deletions(-)

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



More information about the Linux-security-module-archive mailing list