]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.4-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Sep 2016 15:41:36 +0000 (17:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Sep 2016 15:41:36 +0000 (17:41 +0200)
commit596791dcd72a6d946b8587ae935543296c7f11c8
tree23ccd51b9923ae2889b9884024e504d84927395f
parent3e7e7013384010f312981e3c99f64838b75947d7
4.4-stable patches

added patches:
alpha-fix-copy_from_user.patch
arc-uaccess-get_user-to-zero-out-dest-in-cause-of-fault.patch
asm-generic-make-copy_from_user-zero-the-destination-properly.patch
asm-generic-make-get_user-clear-the-destination-on-errors.patch
avr32-fix-copy_from_user.patch
blackfin-fix-copy_from_user.patch
cris-buggered-copy_from_user-copy_to_user-clear_user.patch
drm-atmel-hlcdc-fix-vertical-scaling.patch
drm-i915-avoid-pointer-arithmetic-in-calculating-plane-surface-offset.patch
drm-only-use-compat-ioctl-for-addfb2-on-x86-ia64.patch
fix-iov_iter_fault_in_readable.patch
fix-minor-infoleak-in-get_user_ex.patch
frv-fix-clear_user.patch
genirq-provide-irq_gc_-lock_irqsave-unlock_irqrestore-helpers.patch
gma500-remove-annoying-deprecation-warning.patch
hexagon-fix-strncpy_from_user-error-return.patch
irqchip-atmel-aic-fix-potential-deadlock-in-xlate.patch
kconfig-tinyconfig-provide-whole-choice-blocks-to-avoid-warnings.patch
m32r-fix-__get_user.patch
metag-copy_from_user-should-zero-the-destination-on-access_ok-failure.patch
microblaze-fix-__get_user.patch
microblaze-fix-copy_from_user.patch
mips-copy_from_user-must-zero-the-destination-on-access_ok-failure.patch
mmc-dw_mmc-use-resource_size_t-to-store-physical-address.patch
mn10300-copy_from_user-should-zero-on-access_ok-failure.patch
mn10300-failing-__get_user-and-get_user-should-zero.patch
mpssd-fix-buffer-overflow-warning.patch
net-simplify-napi_synchronize-to-avoid-warnings.patch
nios2-copy_from_user-should-zero-the-tail-of-destination.patch
nios2-fix-__get_user.patch
openrisc-fix-copy_from_user.patch
parisc-fix-copy_from_user.patch
pinctrl-at91-pio4-use-pr-format-string-for-resource.patch
s390-get_user-should-zero-on-failure.patch
score-fix-__get_user-get_user.patch
score-fix-copy_from_user-and-friends.patch
sh-fix-copy_from_user.patch
sh64-failing-__get_user-should-zero.patch
soc-qcom-spm-shut-up-uninitialized-variable-warning.patch
40 files changed:
queue-4.4/alpha-fix-copy_from_user.patch [new file with mode: 0644]
queue-4.4/arc-uaccess-get_user-to-zero-out-dest-in-cause-of-fault.patch [new file with mode: 0644]
queue-4.4/asm-generic-make-copy_from_user-zero-the-destination-properly.patch [new file with mode: 0644]
queue-4.4/asm-generic-make-get_user-clear-the-destination-on-errors.patch [new file with mode: 0644]
queue-4.4/avr32-fix-copy_from_user.patch [new file with mode: 0644]
queue-4.4/blackfin-fix-copy_from_user.patch [new file with mode: 0644]
queue-4.4/cris-buggered-copy_from_user-copy_to_user-clear_user.patch [new file with mode: 0644]
queue-4.4/drm-atmel-hlcdc-fix-vertical-scaling.patch [new file with mode: 0644]
queue-4.4/drm-i915-avoid-pointer-arithmetic-in-calculating-plane-surface-offset.patch [new file with mode: 0644]
queue-4.4/drm-only-use-compat-ioctl-for-addfb2-on-x86-ia64.patch [new file with mode: 0644]
queue-4.4/fix-iov_iter_fault_in_readable.patch [new file with mode: 0644]
queue-4.4/fix-minor-infoleak-in-get_user_ex.patch [new file with mode: 0644]
queue-4.4/frv-fix-clear_user.patch [new file with mode: 0644]
queue-4.4/genirq-provide-irq_gc_-lock_irqsave-unlock_irqrestore-helpers.patch [new file with mode: 0644]
queue-4.4/gma500-remove-annoying-deprecation-warning.patch [new file with mode: 0644]
queue-4.4/hexagon-fix-strncpy_from_user-error-return.patch [new file with mode: 0644]
queue-4.4/irqchip-atmel-aic-fix-potential-deadlock-in-xlate.patch [new file with mode: 0644]
queue-4.4/kconfig-tinyconfig-provide-whole-choice-blocks-to-avoid-warnings.patch [new file with mode: 0644]
queue-4.4/m32r-fix-__get_user.patch [new file with mode: 0644]
queue-4.4/metag-copy_from_user-should-zero-the-destination-on-access_ok-failure.patch [new file with mode: 0644]
queue-4.4/microblaze-fix-__get_user.patch [new file with mode: 0644]
queue-4.4/microblaze-fix-copy_from_user.patch [new file with mode: 0644]
queue-4.4/mips-copy_from_user-must-zero-the-destination-on-access_ok-failure.patch [new file with mode: 0644]
queue-4.4/mmc-dw_mmc-use-resource_size_t-to-store-physical-address.patch [new file with mode: 0644]
queue-4.4/mn10300-copy_from_user-should-zero-on-access_ok-failure.patch [new file with mode: 0644]
queue-4.4/mn10300-failing-__get_user-and-get_user-should-zero.patch [new file with mode: 0644]
queue-4.4/mpssd-fix-buffer-overflow-warning.patch [new file with mode: 0644]
queue-4.4/net-simplify-napi_synchronize-to-avoid-warnings.patch [new file with mode: 0644]
queue-4.4/nios2-copy_from_user-should-zero-the-tail-of-destination.patch [new file with mode: 0644]
queue-4.4/nios2-fix-__get_user.patch [new file with mode: 0644]
queue-4.4/openrisc-fix-copy_from_user.patch [new file with mode: 0644]
queue-4.4/parisc-fix-copy_from_user.patch [new file with mode: 0644]
queue-4.4/pinctrl-at91-pio4-use-pr-format-string-for-resource.patch [new file with mode: 0644]
queue-4.4/s390-get_user-should-zero-on-failure.patch [new file with mode: 0644]
queue-4.4/score-fix-__get_user-get_user.patch [new file with mode: 0644]
queue-4.4/score-fix-copy_from_user-and-friends.patch [new file with mode: 0644]
queue-4.4/series
queue-4.4/sh-fix-copy_from_user.patch [new file with mode: 0644]
queue-4.4/sh64-failing-__get_user-should-zero.patch [new file with mode: 0644]
queue-4.4/soc-qcom-spm-shut-up-uninitialized-variable-warning.patch [new file with mode: 0644]