summaryrefslogtreecommitdiff
path: root/tools/testing/shared/linux/bug.h
AgeCommit message (Collapse)Author
2024-09-01tools: separate out shared radix-tree componentsLorenzo Stoakes
The core components contained within the radix-tree tests which provide shims for kernel headers and access to the maple tree are useful for testing other things, so separate them out and make the radix tree tests dependent on the shared components. This lays the groundwork for us to add VMA tests of the newly introduced vma.c file. Link: https://lkml.kernel.org/r/1ee720c265808168e0d75608e687607d77c36719.1722251717.git.lorenzo.stoakes@oracle.com Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> Acked-by: Vlastimil Babka <vbabka@suse.cz> Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com> Cc: Alexander Viro <viro@zeniv.linux.org.uk> Cc: Brendan Higgins <brendanhiggins@google.com> Cc: Christian Brauner <brauner@kernel.org> Cc: David Gow <davidgow@google.com> Cc: Eric W. Biederman <ebiederm@xmission.com> Cc: Jan Kara <jack@suse.cz> Cc: Kees Cook <kees@kernel.org> Cc: Matthew Wilcox (Oracle) <willy@infradead.org> Cc: Rae Moar <rmoar@google.com> Cc: SeongJae Park <sj@kernel.org> Cc: Shuah Khan <shuah@kernel.org> Cc: Suren Baghdasaryan <surenb@google.com> Cc: Pengfei Xu <pengfei.xu@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> 2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet 2023-10-22bcachefs: Convert -ENOENT to private error codesKent Overstreet 2023-10-22bcachefs: Assorted checkpatch fixesKent Overstreet 2023-10-22bcachefs: Don't allow hardlinks when inherited attrs would changeKent Overstreet 2023-10-22bcachefs: Don't BUG_ON() inode link count underflowKent Overstreet 2023-10-22bcachefs: Add more time_statsKent Overstreet 2023-10-22bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet 2023-10-22bcachefs: Snapshot deletion fixKent Overstreet 2023-10-22bcachefs: bch2_subvolume_get()Kent Overstreet 2023-10-22bcachefs: Snapshot creation, deletionKent Overstreet 2023-10-22bcachefs: Plumb through subvolume idKent Overstreet 2023-10-22bcachefs: Add support for dirents that point to subvolumesKent Overstreet 2023-10-22bcachefs: Add missing BTREE_ITER_INTENTKent Overstreet 2023-10-22bcachefs: btree_pathKent Overstreet 2023-10-22bcachefs: Always check for transaction restartsKent Overstreet 2023-10-22bcachefs: Improve iter->should_be_lockedKent Overstreet 2023-10-22bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDKent Overstreet 2023-10-22bcachefs: Fix inode backpointers in RENAME_OVERWRITEKent Overstreet 2023-10-22bcachefs: Improved check_directory_structure()Kent Overstreet 2023-10-22bcachefs: Change inode allocation code for snapshotsKent Overstreet 2023-10-22bcachefs: Inode backpointersKent Overstreet 2023-10-22bcachefs: Inode create optimizationKent Overstreet 2023-10-22bcachefs: Make sure we're releasing btree iteratorsKent Overstreet 2023-10-22bcachefs: Update directory timestamps during linkJustin Husted 2023-10-22bcachefs: Can't be holding read locks while taking write locksKent Overstreet 2023-10-22bcachefs: Factor out fs-common.cKent Overstreet