This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from aaa2faab4ed8 Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub [...] new 6f1a1d103b48 ima: Switch to ima_hash_algo for boot aggregate new e144d6b26541 ima: Evaluate error in init_ima() new 7ca79645a1f8 ima: Store template digest directly in ima_template_entry new aa724fe18a8a ima: Switch to dynamically allocated buffer for template digests new 6d94809af6b0 ima: Allocate and initialize tfm for each PCR bank new 1ea973df6e21 ima: Calculate and extend PCR with digests in ima_template_entry new 2592677c0486 ima: Use ima_hash_algo for collision detection in the meas [...] new 1129d31b55d5 ima: Fix ima digest hash table key calculation new 6ee28442a465 ima: Remove redundant policy rule set in add_rules() new b59fda449cf0 ima: Set again build_ima_appraise variable new 0c4395fb2aa7 evm: Fix possible memory leak in evm_calc_hmac_or_hash() new 8eb613c0b8f1 ima: verify mprotect change is consistent with mmap policy new 067a436b1b0a ima: Directly assign the ima_default_policy pointer to ima_rules new 6cc7c266e5b4 ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init() new 42413b49804b ima: Directly free *entry in ima_alloc_init_template() if [...] new 3c0ad98c2eda Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm [...] new 6b6ebb34744b cgroup: Remove stale comments new 936f2a70f207 cgroup: add cpu.stat file to root cgroup new 4a7e89c5ec02 Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/lin [...] new f187b6974f6d workqueue: Use IS_ERR and PTR_ERR instead of PTR_ERR_OR_ZERO. new b92b36eadf4d workqueue: Fix an use after free in init_rescuer() new 342ed2400b78 workqueue: Remove unnecessary kfree() call in rcu_free_wq() new d8bb65ab70f7 workqueue: Use rcuwait for wq_manager_wait new a9b8a985294d workqueue: Convert the pool::lock and wq_mayday_lock to ra [...] new 4f3f4cf388f8 workqueue: void unneeded requeuing the pwq in rescuer thread new b8f06b0444ec workqueue: remove useless unlock() and lock() in series new c39ba6b3a8d4 workqueue: fix a piece of comment about reserved bits for [...] new 10cdb1575954 workqueue: use BUILD_BUG_ON() for compile time test instea [...] new fe3bc8a988a4 Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/lin [...] new 9fa88c5d3f5e hpfs: fix warning due to superfluous semicolon
The 30 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/cgroup-v2.rst | 6 +- fs/hpfs/buffer.c | 2 +- include/linux/ima.h | 7 + include/linux/workqueue.h | 2 +- kernel/cgroup/cgroup.c | 10 +- kernel/cgroup/rstat.c | 60 ++++++- kernel/workqueue.c | 207 ++++++++++++------------ security/integrity/evm/evm_crypto.c | 2 +- security/integrity/ima/ima.h | 20 ++- security/integrity/ima/ima_api.c | 23 +-- security/integrity/ima/ima_crypto.c | 252 +++++++++++++++++++++++++----- security/integrity/ima/ima_fs.c | 4 +- security/integrity/ima/ima_init.c | 24 ++- security/integrity/ima/ima_main.c | 54 +++++++ security/integrity/ima/ima_policy.c | 12 +- security/integrity/ima/ima_queue.c | 36 +++-- security/integrity/ima/ima_template.c | 25 ++- security/integrity/ima/ima_template_lib.c | 18 +++ security/security.c | 7 +- 19 files changed, 563 insertions(+), 208 deletions(-)