+ Features
  - optimize retrieving current task secid
  - add base io_uring mediation
  - add base userns mediation
  - improve buffer allocation
  - allow restricting unprivilege change_profile

+ Cleanups
  - Fix kernel doc comments
  - remove unused declarations
  - remove unused functions
  - remove unneeded #ifdef
  - remove unused macros
  - mark fns static
  - cleanup fn with unused return values
  - cleanup audit data
  - pass cred through to audit data
  - refcount the pdb instead of using duplicates
  - make SK_CTX macro an inline fn
  - some comment cleanups

+ Bug fixes
  - fix regression in mount mediation
  - fix invalid refenece
  - use passed in gfp flags
  - advertise avaiability of extended perms and disconnected.path
apparmor: Fix some kernel-doc comments

Fix some kernel-doc comments to silence the warnings:
security/apparmor/policy.c:117: warning: Function parameter or member 'kref' not described in 'aa_pdb_free_kref'
security/apparmor/policy.c:117: warning: Excess function parameter 'kr' description in 'aa_pdb_free_kref'
security/apparmor/policy.c:882: warning: Function parameter or member 'subj_cred' not described in 'aa_may_manage_policy'

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7037
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
1 file changed