mbox series

[GIT,PULL] tomoyo fixes for v5.11

Message ID 85aa37f5-3fca-fde2-068d-b1888de51457@i-love.sakura.ne.jp (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] tomoyo fixes for v5.11 | expand

Pull-request

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

Message

Tetsuo Handa Dec. 14, 2020, 4:21 a.m. UTC
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(-)

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

Comments

pr-tracker-bot@kernel.org Dec. 14, 2020, 8:56 p.m. UTC | #1
The pull request you sent on Mon, 14 Dec 2020 13:21:46 +0900:

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

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

Thank you!