This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 64570fbc14f8 Linux 5.15-rc5 new 19ea40dddf18 btrfs: unlock newly allocated extent buffer after error new d175209be04d btrfs: update refs for any root except tree log roots new 77a5b9e3d14c btrfs: deal with errors when checking if a dir entry exist [...] new e15ac6413745 btrfs: deal with errors when replaying dir entry during lo [...] new 52db77791fe2 btrfs: deal with errors when adding inode reference during [...] new 8dcbc26194eb btrfs: unify lookup return value when dir entry is missing new cfd312695b71 btrfs: check for error when looking up inode during dir en [...] new 4afb912f439c btrfs: fix abort logic in btrfs_replace_file_extents new 1986c10acc9c Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/s [...] new 80f0a1f99983 workqueue: annotate alloc_workqueue() as printf new 57116ce17b04 workqueue: fix state-dump console deadlock new 0a5d6c641b67 Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/ [...] new 22b1255792c0 docs/cgroup: remove some duplicate words new b94f9ac79a73 cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem new c0002d11d799 cgroupv2, docs: fix misinformation in "device controller" section new 459ea72c6cb9 Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/ [...] new d8c23ead708b kunit: tool: better handling of quasi-bool args (--json, - [...] new f62314b1ced2 kunit: fix reference count leak in kfree_at_end new 554afc3b9797 gcc-plugins/structleak: add makefile var for disabling structleak new 2326f3cdba1d iio/test-format: build kunit tests without structleak plugin new 6a1e2d93d55b device property: build kunit tests without structleak plugin new 33d4951e021b thunderbolt: build kunit tests without structleak plugin new a8cf90332ae3 bitfield: build kunit tests without structleak plugin new 361b57df62de kunit: fix kernel-doc warnings due to mismatched arg names new fa5878760579 Merge tag 'linux-kselftest-kunit-fixes-5.15-rc6' of git:// [...]
The 25 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 | 28 ++++++------ drivers/base/test/Makefile | 2 +- drivers/iio/test/Makefile | 1 + drivers/thunderbolt/Makefile | 1 + fs/btrfs/ctree.h | 2 +- fs/btrfs/dir-item.c | 48 +++++++++++++++----- fs/btrfs/extent-tree.c | 1 + fs/btrfs/file.c | 19 ++++---- fs/btrfs/tree-log.c | 79 ++++++++++++++++++++------------- include/kunit/test.h | 6 +-- include/linux/workqueue.h | 5 +-- kernel/cgroup/cpuset.c | 56 ++++++++++++----------- kernel/workqueue.c | 18 +++++++- lib/Makefile | 2 +- lib/kunit/executor_test.c | 4 +- scripts/Makefile.gcc-plugins | 4 ++ tools/testing/kunit/kunit.py | 24 +++++++++- tools/testing/kunit/kunit_tool_test.py | 8 ++++ 18 files changed, 201 insertions(+), 107 deletions(-)