]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.10-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 May 2017 15:55:17 +0000 (17:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 May 2017 15:55:17 +0000 (17:55 +0200)
commit72543c9a3cf9f6f17960a22268389dd21dea91fc
tree7290b6c57d9abb79f52ecc5fdfda99fe9cb2444f
parent1e82ee9461bcd35c54440d996220cc3ce371234f
4.10-stable patches

added patches:
ceph-fix-memory-leak-in-__ceph_setxattr.patch
cifs-add-misssing-sfm-mapping-for-doublequote.patch
cifs-fix-cifs_enumerate_snapshots-oops.patch
cifs-fix-cifs_ioc_get_mnt_info-oops.patch
cifs-fix-leak-in-fsctl_enum_snaps-response-handling.patch
cifs-fix-mapping-of-sfm_space-and-sfm_period.patch
cifs-fix-oplock-break-deadlocks.patch
ext4-evict-inline-data-when-writing-to-memory-map.patch
fix-match_prepath.patch
fs-block_dev-always-invalidate-cleancache-in-invalidate_bdev.patch
fs-xattr.c-zero-out-memory-copied-to-userspace-in-getxattr.patch
ib-core-fix-sysfs-registration-error-flow.patch
ib-core-for-multicast-functions-verify-that-lids-are-multicast-lids.patch
ib-hfi1-prevent-kernel-qp-post-send-hard-lockups.patch
ib-ipoib-ibx-failed-to-create-mcg-debug-file.patch
ib-mlx4-fix-ib-device-initialization-error-flow.patch
ib-mlx4-reduce-sriov-multicast-cleanup-warning-message-to-debug-level.patch
iov_iter-don-t-revert-iov-buffer-if-csum-error.patch
jbd2-fix-dbench4-performance-regression-for-nobarrier-mounts.patch
md-raid1-avoid-reusing-a-resync-bio-after-error-handling.patch
mm-prevent-potential-recursive-reclaim-due-to-clearing-pf_memalloc.patch
orangefs-clean-up-oversize-xattr-validation.patch
orangefs-do-not-check-possibly-stale-size-on-truncate.patch
orangefs-do-not-set-getattr_time-on-orangefs_lookup.patch
orangefs-fix-bounds-check-for-listxattr.patch
ovl-do-not-set-overlay.opaque-on-non-dir-create.patch
padata-free-correct-variable.patch
perf-annotate-s390-fix-perf-annotate-error-95-4.10-regression.patch
perf-annotate-s390-implement-jump-types-for-perf-annotate.patch
perf-auxtrace-fix-no_size-logic-in-addr_filter__resolve_kernel_syms.patch
set-unicode-flag-on-cifs-echo-request-to-avoid-mac-error.patch
smb3-work-around-mount-failure-when-using-smb3-dialect-to-macs.patch
33 files changed:
queue-4.10/ceph-fix-memory-leak-in-__ceph_setxattr.patch [new file with mode: 0644]
queue-4.10/cifs-add-misssing-sfm-mapping-for-doublequote.patch [new file with mode: 0644]
queue-4.10/cifs-fix-cifs_enumerate_snapshots-oops.patch [new file with mode: 0644]
queue-4.10/cifs-fix-cifs_ioc_get_mnt_info-oops.patch [new file with mode: 0644]
queue-4.10/cifs-fix-leak-in-fsctl_enum_snaps-response-handling.patch [new file with mode: 0644]
queue-4.10/cifs-fix-mapping-of-sfm_space-and-sfm_period.patch [new file with mode: 0644]
queue-4.10/cifs-fix-oplock-break-deadlocks.patch [new file with mode: 0644]
queue-4.10/ext4-evict-inline-data-when-writing-to-memory-map.patch [new file with mode: 0644]
queue-4.10/fix-match_prepath.patch [new file with mode: 0644]
queue-4.10/fs-block_dev-always-invalidate-cleancache-in-invalidate_bdev.patch [new file with mode: 0644]
queue-4.10/fs-xattr.c-zero-out-memory-copied-to-userspace-in-getxattr.patch [new file with mode: 0644]
queue-4.10/ib-core-fix-sysfs-registration-error-flow.patch [new file with mode: 0644]
queue-4.10/ib-core-for-multicast-functions-verify-that-lids-are-multicast-lids.patch [new file with mode: 0644]
queue-4.10/ib-hfi1-prevent-kernel-qp-post-send-hard-lockups.patch [new file with mode: 0644]
queue-4.10/ib-ipoib-ibx-failed-to-create-mcg-debug-file.patch [new file with mode: 0644]
queue-4.10/ib-mlx4-fix-ib-device-initialization-error-flow.patch [new file with mode: 0644]
queue-4.10/ib-mlx4-reduce-sriov-multicast-cleanup-warning-message-to-debug-level.patch [new file with mode: 0644]
queue-4.10/iov_iter-don-t-revert-iov-buffer-if-csum-error.patch [new file with mode: 0644]
queue-4.10/jbd2-fix-dbench4-performance-regression-for-nobarrier-mounts.patch [new file with mode: 0644]
queue-4.10/md-raid1-avoid-reusing-a-resync-bio-after-error-handling.patch [new file with mode: 0644]
queue-4.10/mm-prevent-potential-recursive-reclaim-due-to-clearing-pf_memalloc.patch [new file with mode: 0644]
queue-4.10/orangefs-clean-up-oversize-xattr-validation.patch [new file with mode: 0644]
queue-4.10/orangefs-do-not-check-possibly-stale-size-on-truncate.patch [new file with mode: 0644]
queue-4.10/orangefs-do-not-set-getattr_time-on-orangefs_lookup.patch [new file with mode: 0644]
queue-4.10/orangefs-fix-bounds-check-for-listxattr.patch [new file with mode: 0644]
queue-4.10/ovl-do-not-set-overlay.opaque-on-non-dir-create.patch [new file with mode: 0644]
queue-4.10/padata-free-correct-variable.patch [new file with mode: 0644]
queue-4.10/perf-annotate-s390-fix-perf-annotate-error-95-4.10-regression.patch [new file with mode: 0644]
queue-4.10/perf-annotate-s390-implement-jump-types-for-perf-annotate.patch [new file with mode: 0644]
queue-4.10/perf-auxtrace-fix-no_size-logic-in-addr_filter__resolve_kernel_syms.patch [new file with mode: 0644]
queue-4.10/series
queue-4.10/set-unicode-flag-on-cifs-echo-request-to-avoid-mac-error.patch [new file with mode: 0644]
queue-4.10/smb3-work-around-mount-failure-when-using-smb3-dialect-to-macs.patch [new file with mode: 0644]