]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.4-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Mar 2016 22:23:12 +0000 (14:23 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Mar 2016 22:23:12 +0000 (14:23 -0800)
commit45e93f02b151d4308d56f0dd9d65c438de0ff8d0
treeb7a1875389f2ba966d5786c4b28e1cd1de2b0634
parentabd3ddf7c496b4cccf85289b2ab2bcea9b01c5bc
4.4-stable patches

added patches:
arm-at91-dt-fix-typo-in-sama5d2-pinmux-descriptions.patch
arm-omap2-fix-onenand-initialization-to-avoid-filesystem-corruption.patch
bio-return-eintr-if-copying-to-user-space-got-interrupted.patch
block-fix-use-after-free-in-dio_bio_complete.patch
cgroup-make-sure-a-parent-css-isn-t-offlined-before-its-children.patch
do_last-don-t-let-a-bogus-return-value-from-open-et.al.-to-confuse-us.patch
do_last-eloop-failure-exit-should-be-done-after-leaving-rcu-mode.patch
hpfs-don-t-truncate-the-file-when-delete-fails.patch
i2c-i801-adding-intel-lewisburg-support-for-itco.patch
kernel-resource.c-fix-muxed-resource-handling-in-__request_region.patch
kvm-arm-arm64-vgic-ensure-bitmaps-are-long-enough.patch
kvm-async_pf-do-not-warn-on-page-allocation-failures.patch
kvm-x86-fix-conversion-of-addresses-to-linear-in-32-bit-protected-mode.patch
kvm-x86-fix-missed-hardware-breakpoints.patch
kvm-x86-mmu-fix-ubsan-index-out-of-range-warning.patch
nfs-fix-nfs_size_to_loff_t.patch
nfsv4-fix-a-dentry-leak-on-alias-use.patch
of-irq-fix-msi-map-calculation-for-nonzero-rid-base.patch
phy-core-fix-wrong-err-handle-for-phy_power_on.patch
powerpc-eeh-fix-partial-hotplug-criterion.patch
should_follow_link-validate-d_seq-after-having-decided-to-follow.patch
sunrpc-cache-fix-off-by-one-in-qword_get.patch
tracing-fix-showing-function-event-in-available_events.patch
writeback-keep-superblock-pinned-during-cgroup-writeback-association-switches.patch
x86-entry-compat-add-missing-clac-to-entry_int80_32.patch
x86-mpx-fix-off-by-one-comparison-with-nr_registers.patch
xen-arm-correctly-handle-dma-mapping-of-compound-pages.patch
xen-pciback-check-pf-instead-of-vf-for-pci_command_memory.patch
xen-pciback-save-the-number-of-msi-x-entries-to-be-copied-later.patch
xen-pcifront-fix-mysterious-crashes-when-numa-locality-information-was-extracted.patch
xen-scsiback-correct-frontend-counting.patch
32 files changed:
queue-4.4/arm-at91-dt-fix-typo-in-sama5d2-pinmux-descriptions.patch [new file with mode: 0644]
queue-4.4/arm-omap2-fix-onenand-initialization-to-avoid-filesystem-corruption.patch [new file with mode: 0644]
queue-4.4/bio-return-eintr-if-copying-to-user-space-got-interrupted.patch [new file with mode: 0644]
queue-4.4/block-fix-use-after-free-in-dio_bio_complete.patch [new file with mode: 0644]
queue-4.4/cgroup-make-sure-a-parent-css-isn-t-offlined-before-its-children.patch [new file with mode: 0644]
queue-4.4/do_last-don-t-let-a-bogus-return-value-from-open-et.al.-to-confuse-us.patch [new file with mode: 0644]
queue-4.4/do_last-eloop-failure-exit-should-be-done-after-leaving-rcu-mode.patch [new file with mode: 0644]
queue-4.4/hpfs-don-t-truncate-the-file-when-delete-fails.patch [new file with mode: 0644]
queue-4.4/i2c-i801-adding-intel-lewisburg-support-for-itco.patch [new file with mode: 0644]
queue-4.4/kernel-resource.c-fix-muxed-resource-handling-in-__request_region.patch [new file with mode: 0644]
queue-4.4/kvm-arm-arm64-vgic-ensure-bitmaps-are-long-enough.patch [new file with mode: 0644]
queue-4.4/kvm-async_pf-do-not-warn-on-page-allocation-failures.patch [new file with mode: 0644]
queue-4.4/kvm-x86-fix-conversion-of-addresses-to-linear-in-32-bit-protected-mode.patch [new file with mode: 0644]
queue-4.4/kvm-x86-fix-missed-hardware-breakpoints.patch [new file with mode: 0644]
queue-4.4/kvm-x86-mmu-fix-ubsan-index-out-of-range-warning.patch [new file with mode: 0644]
queue-4.4/nfs-fix-nfs_size_to_loff_t.patch [new file with mode: 0644]
queue-4.4/nfsv4-fix-a-dentry-leak-on-alias-use.patch [new file with mode: 0644]
queue-4.4/of-irq-fix-msi-map-calculation-for-nonzero-rid-base.patch [new file with mode: 0644]
queue-4.4/phy-core-fix-wrong-err-handle-for-phy_power_on.patch [new file with mode: 0644]
queue-4.4/powerpc-eeh-fix-partial-hotplug-criterion.patch [new file with mode: 0644]
queue-4.4/series
queue-4.4/should_follow_link-validate-d_seq-after-having-decided-to-follow.patch [new file with mode: 0644]
queue-4.4/sunrpc-cache-fix-off-by-one-in-qword_get.patch [new file with mode: 0644]
queue-4.4/tracing-fix-showing-function-event-in-available_events.patch [new file with mode: 0644]
queue-4.4/writeback-keep-superblock-pinned-during-cgroup-writeback-association-switches.patch [new file with mode: 0644]
queue-4.4/x86-entry-compat-add-missing-clac-to-entry_int80_32.patch [new file with mode: 0644]
queue-4.4/x86-mpx-fix-off-by-one-comparison-with-nr_registers.patch [new file with mode: 0644]
queue-4.4/xen-arm-correctly-handle-dma-mapping-of-compound-pages.patch [new file with mode: 0644]
queue-4.4/xen-pciback-check-pf-instead-of-vf-for-pci_command_memory.patch [new file with mode: 0644]
queue-4.4/xen-pciback-save-the-number-of-msi-x-entries-to-be-copied-later.patch [new file with mode: 0644]
queue-4.4/xen-pcifront-fix-mysterious-crashes-when-numa-locality-information-was-extracted.patch [new file with mode: 0644]
queue-4.4/xen-scsiback-correct-frontend-counting.patch [new file with mode: 0644]