]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
5.15-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 6 Feb 2022 12:58:53 +0000 (13:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 6 Feb 2022 12:58:53 +0000 (13:58 +0100)
commitbfd2b0b48b0fde9e0b094a13da9e225c6077b59a
treecf5aa7cff48f55271844d529dfaed73bf2f9f5c9
parente4dd0d0a22078bb69da2100586052b094bbda793
5.15-stable patches

added patches:
alsa-hda-fix-signedness-of-sscanf-arguments.patch
alsa-hda-skip-codec-shutdown-in-case-the-codec-is-not-registered.patch
alsa-usb-audio-initialize-variables-that-could-ignore-errors.patch
asoc-codecs-lpass-rx-macro-fix-sidetone-register-offsets.patch
asoc-codecs-wcd938x-fix-incorrect-used-of-portid.patch
asoc-codecs-wcd938x-fix-return-value-of-mixer-put-function.patch
asoc-cpcap-check-for-null-pointer-after-calling-of_get_child_by_name.patch
asoc-fsl-add-missing-error-handling-in-pcm030_fabric_probe.patch
asoc-max9759-fix-underflow-in-speaker_gain_control_put.patch
asoc-simple-card-fix-probe-failure-on-platform-component.patch
asoc-xilinx-xlnx_formatter_pcm-make-buffer-bytes-multiple-of-period-bytes.patch
bpf-use-vm_map-instead-of-vm_alloc-for-ringbuf.patch
drm-amd-avoid-suspend-on-dgpus-w-s2idle-support-when-runtime-pm-enabled.patch
drm-i915-overlay-prevent-divide-by-zero-bugs-in-scaling.patch
drm-kmb-fix-for-build-errors-with-warray-bounds.patch
gve-fix-the-wrong-adminq-buffer-queue-index-check.patch
ib-cm-release-previously-acquired-reference-counter-in-the-cm_id_priv.patch
ib-hfi1-fix-tstats-alloc-and-dealloc.patch
ib-rdmavt-validate-remote_addr-during-loopback-atomic-tests.patch
iommu-amd-fix-loop-timeout-issue-in-iommu_ga_log_enable.patch
iommu-vt-d-fix-potential-memory-leak-in-intel_setup_irq_remapping.patch
net-ieee802154-ca8210-stop-leaking-skb-s.patch
net-ieee802154-hwsim-ensure-proper-channel-selection-at-probe-time.patch
net-ieee802154-mcr20a-fix-lifs-sifs-periods.patch
net-ieee802154-return-meaningful-error-codes-from-the-netlink-helpers.patch
net-macsec-fix-offload-support-for-netdev_unregister-event.patch
net-macsec-verify-that-send_sci-is-on-when-setting-tx-sci-explicitly.patch
net-smc-forward-wakeup-to-smc-socket-waitqueue-after-fallback.patch
net-stmmac-dump-gmac4-dma-registers-correctly.patch
net-stmmac-dwmac-visconti-no-change-to-ether_clock_sel-for-unexpected-speed-request.patch
net-stmmac-ensure-ptp-time-register-reads-are-consistent.patch
net-stmmac-properly-handle-with-runtime-pm-in-stmmac_dvr_remove.patch
netfilter-nft_reject_bridge-fix-for-missing-reply-from-prerouting.patch
nfsd-nfsd4_setclientid_confirm-mistakenly-expires-confirmed-client.patch
pinctrl-bcm2835-fix-a-few-error-paths.patch
pinctrl-intel-fix-a-glitch-when-updating-irq-flags-on-a-preconfigured-line.patch
pinctrl-intel-fix-unexpected-interrupt.patch
pinctrl-sunxi-fix-h616-i2s3-pin-data.patch
rdma-cma-use-correct-address-when-leaving-multicast-group.patch
rdma-mlx4-don-t-continue-event-handler-after-memory-allocation-failure.patch
rdma-siw-fix-broken-rdma-read-fence-resume-logic.patch
rdma-siw-fix-refcounting-leak-in-siw_create_qp.patch
rdma-ucma-protect-mc-during-concurrent-multicast-leaves.patch
scsi-bnx2fc-make-bnx2fc_recv_frame-mp-safe.patch
selftests-exec-remove-pipe-from-test_gen_files.patch
selftests-futex-use-variable-make-instead-of-make.patch
spi-bcm-qspi-check-for-valid-cs-before-applying-chip-select.patch
spi-mediatek-avoid-null-pointer-crash-in-interrupt.patch
spi-meson-spicc-add-irq-check-in-meson_spicc_probe.patch
spi-uniphier-fix-reference-count-leak-in-uniphier_spi_probe.patch
tools-resolve_btfids-do-not-print-any-commands-when-building-silently.patch
52 files changed:
queue-5.15/alsa-hda-fix-signedness-of-sscanf-arguments.patch [new file with mode: 0644]
queue-5.15/alsa-hda-skip-codec-shutdown-in-case-the-codec-is-not-registered.patch [new file with mode: 0644]
queue-5.15/alsa-usb-audio-initialize-variables-that-could-ignore-errors.patch [new file with mode: 0644]
queue-5.15/asoc-codecs-lpass-rx-macro-fix-sidetone-register-offsets.patch [new file with mode: 0644]
queue-5.15/asoc-codecs-wcd938x-fix-incorrect-used-of-portid.patch [new file with mode: 0644]
queue-5.15/asoc-codecs-wcd938x-fix-return-value-of-mixer-put-function.patch [new file with mode: 0644]
queue-5.15/asoc-cpcap-check-for-null-pointer-after-calling-of_get_child_by_name.patch [new file with mode: 0644]
queue-5.15/asoc-fsl-add-missing-error-handling-in-pcm030_fabric_probe.patch [new file with mode: 0644]
queue-5.15/asoc-max9759-fix-underflow-in-speaker_gain_control_put.patch [new file with mode: 0644]
queue-5.15/asoc-simple-card-fix-probe-failure-on-platform-component.patch [new file with mode: 0644]
queue-5.15/asoc-xilinx-xlnx_formatter_pcm-make-buffer-bytes-multiple-of-period-bytes.patch [new file with mode: 0644]
queue-5.15/bpf-use-vm_map-instead-of-vm_alloc-for-ringbuf.patch [new file with mode: 0644]
queue-5.15/drm-amd-avoid-suspend-on-dgpus-w-s2idle-support-when-runtime-pm-enabled.patch [new file with mode: 0644]
queue-5.15/drm-i915-overlay-prevent-divide-by-zero-bugs-in-scaling.patch [new file with mode: 0644]
queue-5.15/drm-kmb-fix-for-build-errors-with-warray-bounds.patch [new file with mode: 0644]
queue-5.15/gve-fix-the-wrong-adminq-buffer-queue-index-check.patch [new file with mode: 0644]
queue-5.15/ib-cm-release-previously-acquired-reference-counter-in-the-cm_id_priv.patch [new file with mode: 0644]
queue-5.15/ib-hfi1-fix-tstats-alloc-and-dealloc.patch [new file with mode: 0644]
queue-5.15/ib-rdmavt-validate-remote_addr-during-loopback-atomic-tests.patch [new file with mode: 0644]
queue-5.15/iommu-amd-fix-loop-timeout-issue-in-iommu_ga_log_enable.patch [new file with mode: 0644]
queue-5.15/iommu-vt-d-fix-potential-memory-leak-in-intel_setup_irq_remapping.patch [new file with mode: 0644]
queue-5.15/net-ieee802154-ca8210-stop-leaking-skb-s.patch [new file with mode: 0644]
queue-5.15/net-ieee802154-hwsim-ensure-proper-channel-selection-at-probe-time.patch [new file with mode: 0644]
queue-5.15/net-ieee802154-mcr20a-fix-lifs-sifs-periods.patch [new file with mode: 0644]
queue-5.15/net-ieee802154-return-meaningful-error-codes-from-the-netlink-helpers.patch [new file with mode: 0644]
queue-5.15/net-macsec-fix-offload-support-for-netdev_unregister-event.patch [new file with mode: 0644]
queue-5.15/net-macsec-verify-that-send_sci-is-on-when-setting-tx-sci-explicitly.patch [new file with mode: 0644]
queue-5.15/net-smc-forward-wakeup-to-smc-socket-waitqueue-after-fallback.patch [new file with mode: 0644]
queue-5.15/net-stmmac-dump-gmac4-dma-registers-correctly.patch [new file with mode: 0644]
queue-5.15/net-stmmac-dwmac-visconti-no-change-to-ether_clock_sel-for-unexpected-speed-request.patch [new file with mode: 0644]
queue-5.15/net-stmmac-ensure-ptp-time-register-reads-are-consistent.patch [new file with mode: 0644]
queue-5.15/net-stmmac-properly-handle-with-runtime-pm-in-stmmac_dvr_remove.patch [new file with mode: 0644]
queue-5.15/netfilter-nft_reject_bridge-fix-for-missing-reply-from-prerouting.patch [new file with mode: 0644]
queue-5.15/nfsd-nfsd4_setclientid_confirm-mistakenly-expires-confirmed-client.patch [new file with mode: 0644]
queue-5.15/pinctrl-bcm2835-fix-a-few-error-paths.patch [new file with mode: 0644]
queue-5.15/pinctrl-intel-fix-a-glitch-when-updating-irq-flags-on-a-preconfigured-line.patch [new file with mode: 0644]
queue-5.15/pinctrl-intel-fix-unexpected-interrupt.patch [new file with mode: 0644]
queue-5.15/pinctrl-sunxi-fix-h616-i2s3-pin-data.patch [new file with mode: 0644]
queue-5.15/rdma-cma-use-correct-address-when-leaving-multicast-group.patch [new file with mode: 0644]
queue-5.15/rdma-mlx4-don-t-continue-event-handler-after-memory-allocation-failure.patch [new file with mode: 0644]
queue-5.15/rdma-siw-fix-broken-rdma-read-fence-resume-logic.patch [new file with mode: 0644]
queue-5.15/rdma-siw-fix-refcounting-leak-in-siw_create_qp.patch [new file with mode: 0644]
queue-5.15/rdma-ucma-protect-mc-during-concurrent-multicast-leaves.patch [new file with mode: 0644]
queue-5.15/scsi-bnx2fc-make-bnx2fc_recv_frame-mp-safe.patch [new file with mode: 0644]
queue-5.15/selftests-exec-remove-pipe-from-test_gen_files.patch [new file with mode: 0644]
queue-5.15/selftests-futex-use-variable-make-instead-of-make.patch [new file with mode: 0644]
queue-5.15/series
queue-5.15/spi-bcm-qspi-check-for-valid-cs-before-applying-chip-select.patch [new file with mode: 0644]
queue-5.15/spi-mediatek-avoid-null-pointer-crash-in-interrupt.patch [new file with mode: 0644]
queue-5.15/spi-meson-spicc-add-irq-check-in-meson_spicc_probe.patch [new file with mode: 0644]
queue-5.15/spi-uniphier-fix-reference-count-leak-in-uniphier_spi_probe.patch [new file with mode: 0644]
queue-5.15/tools-resolve_btfids-do-not-print-any-commands-when-building-silently.patch [new file with mode: 0644]