stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-24 17:18:22 to 2021-08-24 17:37:28 UTC [more...]

[PATCH 4.9 00/43] 4.9.281-rc1 review
 2021-08-24 17:06 UTC  (39+ messages)
` [PATCH 4.9 01/43] iio: adc: Fix incorrect exit of for-loop
` [PATCH 4.9 02/43] ASoC: intel: atom: Fix reference to PCM buffer address
` [PATCH 4.9 03/43] i2c: dev: zero out array used for i2c reads from userspace
` [PATCH 4.9 04/43] ACPI: NFIT: Fix support for virtual SPA ranges
` [PATCH 4.9 05/43] ppp: Fix generating ifname when empty IFLA_IFNAME is specified
` [PATCH 4.9 06/43] net: Fix memory leak in ieee802154_raw_deliver
` [PATCH 4.9 07/43] net: bridge: fix memleak in br_add_if()
` [PATCH 4.9 08/43] tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packets
` [PATCH 4.9 09/43] xen/events: Fix race in set_evtchn_to_irq
` [PATCH 4.9 10/43] x86/tools: Fix objdump version check again
` [PATCH 4.9 11/43] PCI/MSI: Enable and mask MSI-X early
` [PATCH 4.9 12/43] PCI/MSI: Do not set invalid bits in MSI mask
` [PATCH 4.9 13/43] PCI/MSI: Correct misleading comments
` [PATCH 4.9 14/43] PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()
` [PATCH 4.9 15/43] PCI/MSI: Protect msi_desc::masked for multi-MSI
` [PATCH 4.9 16/43] PCI/MSI: Mask all unused MSI-X entries
` [PATCH 4.9 17/43] PCI/MSI: Enforce that MSI-X table entry is masked for update
` [PATCH 4.9 18/43] PCI/MSI: Enforce MSI[X] entry updates to be visible
` [PATCH 4.9 19/43] vmlinux.lds.h: Handle clang's module.{c,d}tor sections
` [PATCH 4.9 20/43] mac80211: drop data frames without key on encrypted links
` [PATCH 4.9 21/43] KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
` [PATCH 4.9 22/43] x86/fpu: Make init_fpstate correct with optimized XSAVE
` [PATCH 4.9 23/43] dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe()
` [PATCH 4.9 24/43] ARM: dts: am43x-epos-evm: Reduce i2c0 bus speed for tps65218
` [PATCH 4.9 25/43] dmaengine: of-dma: router_xlate to return -EPROBE_DEFER if controller is not yet available
` [PATCH 4.9 26/43] scsi: megaraid_mm: Fix end of loop tests for list_for_each_entry()
` [PATCH 4.9 27/43] scsi: scsi_dh_rdac: Avoid crash during rdac_bus_attach()
` [PATCH 4.9 28/43] scsi: core: Avoid printing an error if target_alloc() returns -ENXIO
` [PATCH 4.9 29/43] ARM: dts: nomadik: Fix up interrupt controller node names
` [PATCH 4.9 30/43] Bluetooth: hidp: use correct wait queue when removing ctrl_wait
` [PATCH 4.9 31/43] dccp: add do-while-0 stubs for dccp_pr_debug macros
` [PATCH 4.9 32/43] vhost: Fix the calculation in vhost_overflow()
` [PATCH 4.9 33/43] net: 6pack: fix slab-out-of-bounds in decode_data
` [PATCH 4.9 34/43] net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32
` [PATCH 4.9 35/43] mmc: dw_mmc: call the dw_mci_prep_stop_abort() by default
` [PATCH 4.9 36/43] mmc: dw_mmc: Fix hang on data CRC error
` [PATCH 4.9 37/43] ALSA: hda - fix the 'Capture Switch' value change notifications
` [PATCH 4.9 38/43] ipack: tpci200: fix many double free issues in tpci200_pci_probe

[PATCH v2 1/4] drm/panfrost: Simplify lock_region calculation
 2021-08-24 17:30 UTC 

[PATCH 4.14 00/64] 4.14.245-rc1 review
 2021-08-24 17:04 UTC  (65+ messages)
` [PATCH 4.14 01/64] iio: humidity: hdc100x: Add margin to the conversion time
` [PATCH 4.14 02/64] iio: adc: Fix incorrect exit of for-loop
` [PATCH 4.14 03/64] ASoC: intel: atom: Fix reference to PCM buffer address
` [PATCH 4.14 04/64] i2c: dev: zero out array used for i2c reads from userspace
` [PATCH 4.14 05/64] ACPI: NFIT: Fix support for virtual SPA ranges
` [PATCH 4.14 06/64] ASoC: cs42l42: Correct definition of ADC Volume control
` [PATCH 4.14 07/64] ASoC: cs42l42: Don't allow SND_SOC_DAIFMT_LEFT_J
` [PATCH 4.14 08/64] ASoC: cs42l42: Fix inversion of ADC Notch Switch control
` [PATCH 4.14 09/64] ASoC: cs42l42: Remove duplicate control for WNF filter frequency
` [PATCH 4.14 10/64] net: dsa: mt7530: add the missing RxUnicast MIB counter
` [PATCH 4.14 11/64] ppp: Fix generating ifname when empty IFLA_IFNAME is specified
` [PATCH 4.14 12/64] psample: Add a fwd declaration for skbuff
` [PATCH 4.14 13/64] net: Fix memory leak in ieee802154_raw_deliver
` [PATCH 4.14 14/64] net: bridge: fix memleak in br_add_if()
` [PATCH 4.14 15/64] tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packets
` [PATCH 4.14 16/64] xen/events: Fix race in set_evtchn_to_irq
` [PATCH 4.14 17/64] vsock/virtio: avoid potential deadlock when vsock device remove
` [PATCH 4.14 18/64] powerpc/kprobes: Fix kprobe Oops happens in booke
` [PATCH 4.14 19/64] x86/tools: Fix objdump version check again
` [PATCH 4.14 20/64] x86/resctrl: Fix default monitoring groups reporting
` [PATCH 4.14 21/64] PCI/MSI: Enable and mask MSI-X early
` [PATCH 4.14 22/64] PCI/MSI: Do not set invalid bits in MSI mask
` [PATCH 4.14 23/64] PCI/MSI: Correct misleading comments
` [PATCH 4.14 24/64] PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()
` [PATCH 4.14 25/64] PCI/MSI: Protect msi_desc::masked for multi-MSI
` [PATCH 4.14 26/64] PCI/MSI: Mask all unused MSI-X entries
` [PATCH 4.14 27/64] PCI/MSI: Enforce that MSI-X table entry is masked for update
` [PATCH 4.14 28/64] PCI/MSI: Enforce MSI[X] entry updates to be visible
` [PATCH 4.14 29/64] vmlinux.lds.h: Handle clang's module.{c,d}tor sections
` [PATCH 4.14 30/64] mac80211: drop data frames without key on encrypted links
` [PATCH 4.14 31/64] KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)
` [PATCH 4.14 32/64] KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
` [PATCH 4.14 33/64] x86/fpu: Make init_fpstate correct with optimized XSAVE
` [PATCH 4.14 34/64] ath: Use safer key clearing with key cache entries
` [PATCH 4.14 35/64] ath9k: Clear key cache explicitly on disabling hardware
` [PATCH 4.14 36/64] ath: Export ath_hw_keysetmac()
` [PATCH 4.14 37/64] ath: Modify ath_key_delete() to not need full key entry
` [PATCH 4.14 38/64] ath9k: Postpone key cache entry deletion for TXQ frames reference it
` [PATCH 4.14 39/64] dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe()
` [PATCH 4.14 40/64] ARM: dts: am43x-epos-evm: Reduce i2c0 bus speed for tps65218
` [PATCH 4.14 41/64] dmaengine: of-dma: router_xlate to return -EPROBE_DEFER if controller is not yet available
` [PATCH 4.14 42/64] scsi: megaraid_mm: Fix end of loop tests for list_for_each_entry()
` [PATCH 4.14 43/64] scsi: scsi_dh_rdac: Avoid crash during rdac_bus_attach()
` [PATCH 4.14 44/64] scsi: core: Avoid printing an error if target_alloc() returns -ENXIO
` [PATCH 4.14 45/64] ARM: dts: nomadik: Fix up interrupt controller node names
` [PATCH 4.14 46/64] net: usb: lan78xx: don't modify phy_device state concurrently
` [PATCH 4.14 47/64] Bluetooth: hidp: use correct wait queue when removing ctrl_wait
` [PATCH 4.14 48/64] dccp: add do-while-0 stubs for dccp_pr_debug macros
` [PATCH 4.14 49/64] vhost: Fix the calculation in vhost_overflow()
` [PATCH 4.14 50/64] bnxt: don't lock the tx queue from napi poll
` [PATCH 4.14 51/64] net: 6pack: fix slab-out-of-bounds in decode_data
` [PATCH 4.14 52/64] ptp_pch: Restore dependency on PCI
` [PATCH 4.14 53/64] net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32
` [PATCH 4.14 54/64] net: mdio-mux: Don't ignore memory allocation errors
` [PATCH 4.14 55/64] net: mdio-mux: Handle -EPROBE_DEFER correctly
` [PATCH 4.14 56/64] mmc: dw_mmc: Fix hang on data CRC error
` [PATCH 4.14 57/64] ALSA: hda - fix the 'Capture Switch' value change notifications
` [PATCH 4.14 58/64] ipack: tpci200: fix many double free issues in tpci200_pci_probe
` [PATCH 4.14 59/64] btrfs: prevent rename2 from exchanging a subvol with a directory from different parents
` [PATCH 4.14 60/64] ASoC: intel: atom: Fix breakage for PCM buffer address setup
` [PATCH 4.14 61/64] locks: print a warning when mount fails due to lack of "mand" support
` [PATCH 4.14 62/64] fs: warn about impending deprecation of mandatory locks
` [PATCH 4.14 63/64] netfilter: nft_exthdr: fix endianness of tcp option cast
` [PATCH 4.14 64/64] Linux 4.14.245-rc1

[PATCH 5.13 000/127] 5.13.13-rc1 review
 2021-08-24 17:00 UTC  (3+ messages)
` [PATCH 5.13 073/127] pipe: avoid unnecessary EPOLLET wakeups under normal loads

[PATCH 4.19 00/84] 4.19.205-rc1 review
 2021-08-24 17:02 UTC  (85+ messages)
` [PATCH 4.19 01/84] iio: humidity: hdc100x: Add margin to the conversion time
` [PATCH 4.19 02/84] iio: adc: Fix incorrect exit of for-loop
` [PATCH 4.19 03/84] ASoC: intel: atom: Fix reference to PCM buffer address
` [PATCH 4.19 04/84] i2c: dev: zero out array used for i2c reads from userspace
` [PATCH 4.19 05/84] ACPI: NFIT: Fix support for virtual SPA ranges
` [PATCH 4.19 06/84] ieee802154: hwsim: fix GPF in hwsim_set_edge_lqi
` [PATCH 4.19 07/84] ieee802154: hwsim: fix GPF in hwsim_new_edge_nl
` [PATCH 4.19 08/84] ASoC: cs42l42: Correct definition of ADC Volume control
` [PATCH 4.19 09/84] ASoC: cs42l42: Don't allow SND_SOC_DAIFMT_LEFT_J
` [PATCH 4.19 10/84] ASoC: cs42l42: Fix inversion of ADC Notch Switch control
` [PATCH 4.19 11/84] ASoC: cs42l42: Remove duplicate control for WNF filter frequency
` [PATCH 4.19 12/84] ASoC: cs42l42: Fix LRCLK frame start edge
` [PATCH 4.19 13/84] net: dsa: mt7530: add the missing RxUnicast MIB counter
` [PATCH 4.19 14/84] ppp: Fix generating ifname when empty IFLA_IFNAME is specified
` [PATCH 4.19 15/84] psample: Add a fwd declaration for skbuff
` [PATCH 4.19 16/84] net: Fix memory leak in ieee802154_raw_deliver
` [PATCH 4.19 17/84] net: igmp: fix data-race in igmp_ifc_timer_expire()
` [PATCH 4.19 18/84] net: dsa: lan9303: fix broken backpressure in .port_fdb_dump
` [PATCH 4.19 19/84] net: bridge: fix memleak in br_add_if()
` [PATCH 4.19 20/84] tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packets
` [PATCH 4.19 21/84] net: igmp: increase size of mr_ifc_count
` [PATCH 4.19 22/84] xen/events: Fix race in set_evtchn_to_irq
` [PATCH 4.19 23/84] vsock/virtio: avoid potential deadlock when vsock device remove
` [PATCH 4.19 24/84] powerpc/kprobes: Fix kprobe Oops happens in booke
` [PATCH 4.19 25/84] x86/tools: Fix objdump version check again
` [PATCH 4.19 26/84] genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP
` [PATCH 4.19 27/84] x86/msi: Force affinity setup before startup
` [PATCH 4.19 28/84] x86/ioapic: "
` [PATCH 4.19 29/84] x86/resctrl: Fix default monitoring groups reporting
` [PATCH 4.19 30/84] genirq/msi: Ensure deactivation on teardown
` [PATCH 4.19 31/84] PCI/MSI: Enable and mask MSI-X early
` [PATCH 4.19 32/84] PCI/MSI: Do not set invalid bits in MSI mask
` [PATCH 4.19 33/84] PCI/MSI: Correct misleading comments
` [PATCH 4.19 34/84] PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()
` [PATCH 4.19 35/84] PCI/MSI: Protect msi_desc::masked for multi-MSI
` [PATCH 4.19 36/84] PCI/MSI: Mask all unused MSI-X entries
` [PATCH 4.19 37/84] PCI/MSI: Enforce that MSI-X table entry is masked for update
` [PATCH 4.19 38/84] PCI/MSI: Enforce MSI[X] entry updates to be visible
` [PATCH 4.19 39/84] vmlinux.lds.h: Handle clang's module.{c,d}tor sections
` [PATCH 4.19 40/84] iommu/vt-d: Fix agaw for a supported 48 bit guest address width
` [PATCH 4.19 41/84] mac80211: drop data frames without key on encrypted links
` [PATCH 4.19 42/84] KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)
` [PATCH 4.19 43/84] KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
` [PATCH 4.19 44/84] x86/fpu: Make init_fpstate correct with optimized XSAVE
` [PATCH 4.19 45/84] ath: Use safer key clearing with key cache entries
` [PATCH 4.19 46/84] ath9k: Clear key cache explicitly on disabling hardware
` [PATCH 4.19 47/84] ath: Export ath_hw_keysetmac()
` [PATCH 4.19 48/84] ath: Modify ath_key_delete() to not need full key entry
` [PATCH 4.19 49/84] ath9k: Postpone key cache entry deletion for TXQ frames reference it
` [PATCH 4.19 50/84] dmaengine: xilinx_dma: Fix read-after-free bug when terminating transfers
` [PATCH 4.19 51/84] dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe()
` [PATCH 4.19 52/84] ARM: dts: am43x-epos-evm: Reduce i2c0 bus speed for tps65218
` [PATCH 4.19 53/84] dmaengine: of-dma: router_xlate to return -EPROBE_DEFER if controller is not yet available
` [PATCH 4.19 54/84] scsi: megaraid_mm: Fix end of loop tests for list_for_each_entry()
` [PATCH 4.19 55/84] scsi: scsi_dh_rdac: Avoid crash during rdac_bus_attach()
` [PATCH 4.19 56/84] scsi: core: Avoid printing an error if target_alloc() returns -ENXIO
` [PATCH 4.19 57/84] ARM: dts: nomadik: Fix up interrupt controller node names
` [PATCH 4.19 58/84] net: usb: lan78xx: don't modify phy_device state concurrently
` [PATCH 4.19 59/84] Bluetooth: hidp: use correct wait queue when removing ctrl_wait
` [PATCH 4.19 60/84] cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variant
` [PATCH 4.19 61/84] dccp: add do-while-0 stubs for dccp_pr_debug macros
` [PATCH 4.19 62/84] vhost: Fix the calculation in vhost_overflow()
` [PATCH 4.19 63/84] bnxt: don't lock the tx queue from napi poll
` [PATCH 4.19 64/84] bnxt: disable napi before canceling DIM
` [PATCH 4.19 65/84] net: 6pack: fix slab-out-of-bounds in decode_data
` [PATCH 4.19 66/84] ptp_pch: Restore dependency on PCI
` [PATCH 4.19 67/84] net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32
` [PATCH 4.19 68/84] net: mdio-mux: Don't ignore memory allocation errors
` [PATCH 4.19 69/84] net: mdio-mux: Handle -EPROBE_DEFER correctly
` [PATCH 4.19 70/84] mmc: dw_mmc: Fix hang on data CRC error
` [PATCH 4.19 71/84] ALSA: hda - fix the 'Capture Switch' value change notifications
` [PATCH 4.19 72/84] tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event name
` [PATCH 4.19 73/84] slimbus: messaging: start transaction ids from 1 instead of zero
` [PATCH 4.19 74/84] slimbus: messaging: check for valid transaction id
` [PATCH 4.19 75/84] slimbus: ngd: reset dma setup during runtime pm
` [PATCH 4.19 76/84] ipack: tpci200: fix many double free issues in tpci200_pci_probe
` [PATCH 4.19 77/84] ipack: tpci200: fix memory leak in the tpci200_register
` [PATCH 4.19 78/84] btrfs: prevent rename2 from exchanging a subvol with a directory from different parents
` [PATCH 4.19 79/84] PCI: Increase D3 delay for AMD Renoir/Cezanne XHCI
` [PATCH 4.19 80/84] ASoC: intel: atom: Fix breakage for PCM buffer address setup
` [PATCH 4.19 81/84] locks: print a warning when mount fails due to lack of "mand" support
` [PATCH 4.19 82/84] fs: warn about impending deprecation of mandatory locks
` [PATCH 4.19 83/84] netfilter: nft_exthdr: fix endianness of tcp option cast
` [PATCH 4.19 84/84] Linux 4.19.205-rc1

[PATCH 5.4 00/61] 5.4.143-rc1 review
 2021-08-24 17:01 UTC  (10+ messages)
` [PATCH 5.4 53/61] ipack: tpci200: fix memory leak in the tpci200_register
` [PATCH 5.4 54/61] btrfs: prevent rename2 from exchanging a subvol with a directory from different parents
` [PATCH 5.4 55/61] PCI: Increase D3 delay for AMD Renoir/Cezanne XHCI
` [PATCH 5.4 56/61] ASoC: intel: atom: Fix breakage for PCM buffer address setup
` [PATCH 5.4 57/61] mm, memcg: avoid stale protection values when cgroup is above protection
` [PATCH 5.4 58/61] mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim
` [PATCH 5.4 59/61] fs: warn about impending deprecation of mandatory locks
` [PATCH 5.4 60/61] netfilter: nft_exthdr: fix endianness of tcp option cast
` [PATCH 5.4 61/61] Linux 5.4.143-rc1


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).