]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.6-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Feb 2024 15:06:53 +0000 (16:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Feb 2024 15:06:53 +0000 (16:06 +0100)
commitaa94b24b2d9b39f0b1dbdd2251ea27d770ac18c0
tree276f05b626fd2ca581a27a88d365624129219e00
parentb0d77915f87b0b8fa61151e851ac26c8c0eb4a12
6.6-stable patches

added patches:
eventfs-clean-up-dentry-ops-and-add-revalidate-function.patch
eventfs-delete-eventfs_inode-when-the-last-dentry-is-freed.patch
eventfs-do-ctx-pos-update-for-all-iterations-in-eventfs_iterate.patch
eventfs-do-not-allow-null-parent-to-eventfs_start_creating.patch
eventfs-do-not-create-dentries-nor-inodes-in-iterate_shared.patch
eventfs-do-not-invalidate-dentry-in-create_file-dir_dentry.patch
eventfs-fix-bitwise-fields-for-is_events.patch
eventfs-fix-events-beyond-name_max-blocking-tasks.patch
eventfs-fix-failure-path-in-eventfs_create_events_dir.patch
eventfs-fix-file-and-directory-uid-and-gid-ownership.patch
eventfs-fix-kerneldoc-of-eventfs_remove_rec.patch
eventfs-fix-typo-in-eventfs_inode-union-comment.patch
eventfs-fix-warn_on-in-create_file_dentry.patch
eventfs-get-rid-of-dentry-pointers-without-refcounts.patch
eventfs-have-a-free_ei-that-just-frees-the-eventfs_inode.patch
eventfs-have-event-files-and-directories-default-to-parent-uid-and-gid.patch
eventfs-have-eventfs_iterate-stop-immediately-if-ei-is_freed-is-set.patch
eventfs-have-the-inodes-all-for-files-and-directories-all-be-the-same.patch
eventfs-hold-eventfs_mutex-when-calling-callback-functions.patch
eventfs-initialize-the-tracefs-inode-properly.patch
eventfs-keep-all-directory-links-at-1.patch
eventfs-make-sure-that-parent-d_inode-is-locked-in-creating-files-dirs.patch
eventfs-move-taking-of-inode_lock-into-dcache_dir_open_wrapper.patch
eventfs-read-ei-entries-before-ei-children-in-eventfs_iterate.patch
eventfs-remove-eventfs_file-and-just-use-eventfs_inode.patch
eventfs-remove-expectation-that-ei-is_freed-means-ei-dentry-null.patch
eventfs-remove-extra-dget-in-eventfs_create_events_dir.patch
eventfs-remove-fsnotify-functions-from-lookup.patch
eventfs-remove-is_freed-union-with-rcu-head.patch
eventfs-remove-lookup-parameter-from-create_dir-file_dentry.patch
eventfs-remove-special-processing-of-dput-of-events-directory.patch
eventfs-remove-unused-d_parent-pointer-field.patch
eventfs-restructure-eventfs_inode-structure-to-be-more-condensed.patch
eventfs-save-directory-inodes-in-the-eventfs_inode-structure.patch
eventfs-save-ownership-and-mode.patch
eventfs-shortcut-eventfs_iterate-by-skipping-entries-already-read.patch
eventfs-stop-using-dcache_readdir-for-getdents.patch
eventfs-test-for-ei-is_freed-when-accessing-ei-dentry.patch
eventfs-use-err_cast-in-eventfs_create_events_dir.patch
eventfs-use-eventfs_remove_events_dir.patch
eventfs-use-gfp_nofs-for-allocation-when-eventfs_mutex-is-held.patch
eventfs-use-kcalloc-instead-of-kzalloc.patch
eventfs-use-simple_recursive_removal-to-clean-up-dentries.patch
eventfs-warn-if-an-eventfs_inode-is-freed-without-is_freed-being-set.patch
nfsd-don-t-take-fi_lock-in-nfsd_break_deleg_cb.patch
revert-eventfs-check-for-null-ef-in-eventfs_set_attr.patch
revert-eventfs-delete-eventfs_inode-when-the-last-dentry-is-freed.patch
revert-eventfs-do-not-allow-null-parent-to-eventfs_start_creating.patch
revert-eventfs-remove-is_freed-union-with-rcu-head.patch
revert-eventfs-save-ownership-and-mode.patch
revert-eventfs-use-simple_recursive_removal-to-clean-up-dentries.patch
tracefs-avoid-using-the-ei-dentry-pointer-unnecessarily.patch
tracefs-check-for-dentry-d_inode-exists-in-set_gid.patch
tracefs-dentry-lookup-crapectomy.patch
tracefs-eventfs-modify-mismatched-function-name.patch
tracefs-eventfs-use-root-and-instance-inodes-as-default-ownership.patch
tracefs-remove-stale-update_gid-code.patch
tracefs-zero-out-the-tracefs_inode-when-allocating-it.patch
59 files changed:
queue-6.6/eventfs-clean-up-dentry-ops-and-add-revalidate-function.patch [new file with mode: 0644]
queue-6.6/eventfs-delete-eventfs_inode-when-the-last-dentry-is-freed.patch [new file with mode: 0644]
queue-6.6/eventfs-do-ctx-pos-update-for-all-iterations-in-eventfs_iterate.patch [new file with mode: 0644]
queue-6.6/eventfs-do-not-allow-null-parent-to-eventfs_start_creating.patch [new file with mode: 0644]
queue-6.6/eventfs-do-not-create-dentries-nor-inodes-in-iterate_shared.patch [new file with mode: 0644]
queue-6.6/eventfs-do-not-invalidate-dentry-in-create_file-dir_dentry.patch [new file with mode: 0644]
queue-6.6/eventfs-fix-bitwise-fields-for-is_events.patch [new file with mode: 0644]
queue-6.6/eventfs-fix-events-beyond-name_max-blocking-tasks.patch [new file with mode: 0644]
queue-6.6/eventfs-fix-failure-path-in-eventfs_create_events_dir.patch [new file with mode: 0644]
queue-6.6/eventfs-fix-file-and-directory-uid-and-gid-ownership.patch [new file with mode: 0644]
queue-6.6/eventfs-fix-kerneldoc-of-eventfs_remove_rec.patch [new file with mode: 0644]
queue-6.6/eventfs-fix-typo-in-eventfs_inode-union-comment.patch [new file with mode: 0644]
queue-6.6/eventfs-fix-warn_on-in-create_file_dentry.patch [new file with mode: 0644]
queue-6.6/eventfs-get-rid-of-dentry-pointers-without-refcounts.patch [new file with mode: 0644]
queue-6.6/eventfs-have-a-free_ei-that-just-frees-the-eventfs_inode.patch [new file with mode: 0644]
queue-6.6/eventfs-have-event-files-and-directories-default-to-parent-uid-and-gid.patch [new file with mode: 0644]
queue-6.6/eventfs-have-eventfs_iterate-stop-immediately-if-ei-is_freed-is-set.patch [new file with mode: 0644]
queue-6.6/eventfs-have-the-inodes-all-for-files-and-directories-all-be-the-same.patch [new file with mode: 0644]
queue-6.6/eventfs-hold-eventfs_mutex-when-calling-callback-functions.patch [new file with mode: 0644]
queue-6.6/eventfs-initialize-the-tracefs-inode-properly.patch [new file with mode: 0644]
queue-6.6/eventfs-keep-all-directory-links-at-1.patch [new file with mode: 0644]
queue-6.6/eventfs-make-sure-that-parent-d_inode-is-locked-in-creating-files-dirs.patch [new file with mode: 0644]
queue-6.6/eventfs-move-taking-of-inode_lock-into-dcache_dir_open_wrapper.patch [new file with mode: 0644]
queue-6.6/eventfs-read-ei-entries-before-ei-children-in-eventfs_iterate.patch [new file with mode: 0644]
queue-6.6/eventfs-remove-eventfs_file-and-just-use-eventfs_inode.patch [new file with mode: 0644]
queue-6.6/eventfs-remove-expectation-that-ei-is_freed-means-ei-dentry-null.patch [new file with mode: 0644]
queue-6.6/eventfs-remove-extra-dget-in-eventfs_create_events_dir.patch [new file with mode: 0644]
queue-6.6/eventfs-remove-fsnotify-functions-from-lookup.patch [new file with mode: 0644]
queue-6.6/eventfs-remove-is_freed-union-with-rcu-head.patch [new file with mode: 0644]
queue-6.6/eventfs-remove-lookup-parameter-from-create_dir-file_dentry.patch [new file with mode: 0644]
queue-6.6/eventfs-remove-special-processing-of-dput-of-events-directory.patch [new file with mode: 0644]
queue-6.6/eventfs-remove-unused-d_parent-pointer-field.patch [new file with mode: 0644]
queue-6.6/eventfs-restructure-eventfs_inode-structure-to-be-more-condensed.patch [new file with mode: 0644]
queue-6.6/eventfs-save-directory-inodes-in-the-eventfs_inode-structure.patch [new file with mode: 0644]
queue-6.6/eventfs-save-ownership-and-mode.patch [new file with mode: 0644]
queue-6.6/eventfs-shortcut-eventfs_iterate-by-skipping-entries-already-read.patch [new file with mode: 0644]
queue-6.6/eventfs-stop-using-dcache_readdir-for-getdents.patch [new file with mode: 0644]
queue-6.6/eventfs-test-for-ei-is_freed-when-accessing-ei-dentry.patch [new file with mode: 0644]
queue-6.6/eventfs-use-err_cast-in-eventfs_create_events_dir.patch [new file with mode: 0644]
queue-6.6/eventfs-use-eventfs_remove_events_dir.patch [new file with mode: 0644]
queue-6.6/eventfs-use-gfp_nofs-for-allocation-when-eventfs_mutex-is-held.patch [new file with mode: 0644]
queue-6.6/eventfs-use-kcalloc-instead-of-kzalloc.patch [new file with mode: 0644]
queue-6.6/eventfs-use-simple_recursive_removal-to-clean-up-dentries.patch [new file with mode: 0644]
queue-6.6/eventfs-warn-if-an-eventfs_inode-is-freed-without-is_freed-being-set.patch [new file with mode: 0644]
queue-6.6/nfsd-don-t-take-fi_lock-in-nfsd_break_deleg_cb.patch [new file with mode: 0644]
queue-6.6/revert-eventfs-check-for-null-ef-in-eventfs_set_attr.patch [new file with mode: 0644]
queue-6.6/revert-eventfs-delete-eventfs_inode-when-the-last-dentry-is-freed.patch [new file with mode: 0644]
queue-6.6/revert-eventfs-do-not-allow-null-parent-to-eventfs_start_creating.patch [new file with mode: 0644]
queue-6.6/revert-eventfs-remove-is_freed-union-with-rcu-head.patch [new file with mode: 0644]
queue-6.6/revert-eventfs-save-ownership-and-mode.patch [new file with mode: 0644]
queue-6.6/revert-eventfs-use-simple_recursive_removal-to-clean-up-dentries.patch [new file with mode: 0644]
queue-6.6/series
queue-6.6/tracefs-avoid-using-the-ei-dentry-pointer-unnecessarily.patch [new file with mode: 0644]
queue-6.6/tracefs-check-for-dentry-d_inode-exists-in-set_gid.patch [new file with mode: 0644]
queue-6.6/tracefs-dentry-lookup-crapectomy.patch [new file with mode: 0644]
queue-6.6/tracefs-eventfs-modify-mismatched-function-name.patch [new file with mode: 0644]
queue-6.6/tracefs-eventfs-use-root-and-instance-inodes-as-default-ownership.patch [new file with mode: 0644]
queue-6.6/tracefs-remove-stale-update_gid-code.patch [new file with mode: 0644]
queue-6.6/tracefs-zero-out-the-tracefs_inode-when-allocating-it.patch [new file with mode: 0644]