stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-08 15:42:10 to 2021-06-08 18:44:04 UTC [more...]

[PATCH 5.4 00/78] 5.4.125-rc1 review
 2021-06-08 18:26 UTC  (14+ messages)
` [PATCH 5.4 01/78] btrfs: tree-checker: do not error out if extent ref hash doesnt match
` [PATCH 5.4 02/78] net: usb: cdc_ncm: dont spew notifications
` [PATCH 5.4 10/78] vfio/pci: zap_vma_ptes() needs MMU
` [PATCH 5.4 11/78] samples: vfio-mdev: fix error handing in mdpy_fb_probe()
` [PATCH 5.4 12/78] vfio/platform: fix module_put call in error flow
` [PATCH 5.4 13/78] ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service
` [PATCH 5.4 14/78] HID: pidff: fix error return code in hid_pidff_init()
` [PATCH 5.4 15/78] HID: i2c-hid: fix format string mismatch
` [PATCH 5.4 16/78] net/sched: act_ct: Fix ct template allocation for zone 0
` [PATCH 5.4 17/78] ACPICA: Clean up context mutex during object deletion
` [PATCH 5.4 19/78] netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatches
` [PATCH 5.4 20/78] ieee802154: fix error return code in ieee802154_add_iface()
` [PATCH 5.4 21/78] ieee802154: fix error return code in ieee802154_llsec_getparams()

[PATCH v4 2/3] mm/slub: Fix redzoning for small allocations
 2021-06-08 18:39 UTC  (2+ messages)
` [PATCH v4 3/3] mm/slub: Actually fix freelist pointer vs redzoning

[PATCH 4.19 00/58] 4.19.194-rc1 review
 2021-06-08 18:27 UTC  (59+ messages)
` [PATCH 4.19 01/58] net: usb: cdc_ncm: dont spew notifications
` [PATCH 4.19 02/58] ALSA: usb: update old-style static const declaration
` [PATCH 4.19 03/58] nl80211: validate key indexes for cfg80211_registered_device
` [PATCH 4.19 04/58] efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be cleared
` [PATCH 4.19 05/58] efi: cper: fix snprintf() use in cper_dimm_err_location()
` [PATCH 4.19 06/58] vfio/pci: Fix error return code in vfio_ecap_init()
` [PATCH 4.19 07/58] vfio/pci: zap_vma_ptes() needs MMU
` [PATCH 4.19 08/58] samples: vfio-mdev: fix error handing in mdpy_fb_probe()
` [PATCH 4.19 09/58] vfio/platform: fix module_put call in error flow
` [PATCH 4.19 10/58] ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service
` [PATCH 4.19 11/58] HID: pidff: fix error return code in hid_pidff_init()
` [PATCH 4.19 12/58] HID: i2c-hid: fix format string mismatch
` [PATCH 4.19 13/58] netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatches
` [PATCH 4.19 14/58] ieee802154: fix error return code in ieee802154_add_iface()
` [PATCH 4.19 15/58] ieee802154: fix error return code in ieee802154_llsec_getparams()
` [PATCH 4.19 16/58] ixgbevf: add correct exception tracing for XDP
` [PATCH 4.19 17/58] tipc: add extack messages for bearer/media failure
` [PATCH 4.19 18/58] tipc: fix unique bearer names sanity check
` [PATCH 4.19 19/58] Bluetooth: fix the erroneous flush_work() order
` [PATCH 4.19 20/58] Bluetooth: use correct lock to prevent UAF of hdev object
` [PATCH 4.19 21/58] net: caif: added cfserl_release function
` [PATCH 4.19 22/58] net: caif: add proper error handling
` [PATCH 4.19 23/58] net: caif: fix memory leak in caif_device_notify
` [PATCH 4.19 24/58] net: caif: fix memory leak in cfusbl_device_notify
` [PATCH 4.19 25/58] HID: multitouch: require Finger field to mark Win8 reports as MT
` [PATCH 4.19 26/58] ALSA: timer: Fix master timer notification
` [PATCH 4.19 27/58] ALSA: hda: Fix for mute key LED for HP Pavilion 15-CK0xx
` [PATCH 4.19 28/58] ARM: dts: imx6q-dhcom: Add PU,VDD1P1,VDD2P5 regulators
` [PATCH 4.19 29/58] ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed
` [PATCH 4.19 30/58] usb: dwc2: Fix build in periphal-only mode
` [PATCH 4.19 31/58] pid: take a reference when initializing `cad_pid`
` [PATCH 4.19 32/58] ocfs2: fix data corruption by fallocate
` [PATCH 4.19 33/58] nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect
` [PATCH 4.19 34/58] x86/apic: Mark _all_ legacy interrupts when IO/APIC is missing
` [PATCH 4.19 35/58] btrfs: mark ordered extent and inode with error if we fail to finish
` [PATCH 4.19 36/58] btrfs: fix error handling in btrfs_del_csums
` [PATCH 4.19 37/58] btrfs: return errors from btrfs_del_csums in cleanup_ref_head
` [PATCH 4.19 38/58] btrfs: fixup error handling in fixup_inode_link_counts
` [PATCH 4.19 39/58] mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPY
` [PATCH 4.19 40/58] bpf: fix test suite to enable all unpriv program types
` [PATCH 4.19 41/58] bpf: test make sure to run unpriv test cases in test_verifier
` [PATCH 4.19 42/58] selftests/bpf: Generalize dummy program types
` [PATCH 4.19 43/58] bpf: Add BPF_F_ANY_ALIGNMENT
` [PATCH 4.19 44/58] bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.c
` [PATCH 4.19 45/58] bpf: Make more use of any alignment "
` [PATCH 4.19 46/58] bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases
` [PATCH 4.19 47/58] selftests/bpf: add "any alignment" annotation for some tests
` [PATCH 4.19 48/58] selftests/bpf: Avoid running unprivileged tests with alignment requirements
` [PATCH 4.19 49/58] bnxt_en: Remove the setting of dev_port
` [PATCH 4.19 50/58] perf/cgroups: Dont rotate events for cgroups unnecessarily
` [PATCH 4.19 51/58] perf/core: Fix corner case in perf_rotate_context()
` [PATCH 4.19 52/58] btrfs: fix unmountable seed device after fstrim
` [PATCH 4.19 53/58] KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode
` [PATCH 4.19 54/58] KVM: arm64: Fix debug register indexing
` [PATCH 4.19 55/58] ACPI: probe ECDT before loading AML tables regardless of module-level code flag
` [PATCH 4.19 56/58] ACPI: EC: Look for ECDT EC after calling acpi_load_tables()
` [PATCH 4.19 57/58] sched/fair: Optimize select_idle_cpu
` [PATCH 4.19 58/58] xen-pciback: redo VF placement in the virtual topology

[PATCH 4.14 00/47] 4.14.236-rc1 review
 2021-06-08 18:27 UTC  (48+ messages)
` [PATCH 4.14 01/47] net: usb: cdc_ncm: dont spew notifications
` [PATCH 4.14 02/47] efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be cleared
` [PATCH 4.14 03/47] efi: cper: fix snprintf() use in cper_dimm_err_location()
` [PATCH 4.14 04/47] vfio/pci: Fix error return code in vfio_ecap_init()
` [PATCH 4.14 05/47] vfio/pci: zap_vma_ptes() needs MMU
` [PATCH 4.14 06/47] vfio/platform: fix module_put call in error flow
` [PATCH 4.14 07/47] ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service
` [PATCH 4.14 08/47] HID: pidff: fix error return code in hid_pidff_init()
` [PATCH 4.14 09/47] HID: i2c-hid: fix format string mismatch
` [PATCH 4.14 10/47] netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatches
` [PATCH 4.14 11/47] ieee802154: fix error return code in ieee802154_add_iface()
` [PATCH 4.14 12/47] ieee802154: fix error return code in ieee802154_llsec_getparams()
` [PATCH 4.14 13/47] Bluetooth: fix the erroneous flush_work() order
` [PATCH 4.14 14/47] Bluetooth: use correct lock to prevent UAF of hdev object
` [PATCH 4.14 15/47] net: caif: added cfserl_release function
` [PATCH 4.14 16/47] net: caif: add proper error handling
` [PATCH 4.14 17/47] net: caif: fix memory leak in caif_device_notify
` [PATCH 4.14 18/47] net: caif: fix memory leak in cfusbl_device_notify
` [PATCH 4.14 19/47] ALSA: timer: Fix master timer notification
` [PATCH 4.14 20/47] ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed
` [PATCH 4.14 21/47] pid: take a reference when initializing `cad_pid`
` [PATCH 4.14 22/47] ocfs2: fix data corruption by fallocate
` [PATCH 4.14 23/47] nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect
` [PATCH 4.14 24/47] btrfs: fix error handling in btrfs_del_csums
` [PATCH 4.14 25/47] btrfs: fixup error handling in fixup_inode_link_counts
` [PATCH 4.14 26/47] mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPY
` [PATCH 4.14 27/47] bpf, selftests: Fix up some test_verifier cases for unprivileged
` [PATCH 4.14 28/47] bpf: Move off_reg into sanitize_ptr_alu
` [PATCH 4.14 29/47] bpf: Ensure off_reg has no mixed signed bounds for all types
` [PATCH 4.14 30/47] bpf: Rework ptr_limit into alu_limit and add common error path
` [PATCH 4.14 31/47] bpf: Improve verifier error messages for users
` [PATCH 4.14 32/47] bpf: Refactor and streamline bounds check into helper
` [PATCH 4.14 33/47] bpf: Move sanitize_val_alu out of op switch
` [PATCH 4.14 34/47] bpf: Tighten speculative pointer arithmetic mask
` [PATCH 4.14 35/47] bpf: Update selftests to reflect new error states
` [PATCH 4.14 36/47] bpf: do not allow root to mangle valid pointers
` [PATCH 4.14 37/47] bpf/verifier: disallow pointer subtraction
` [PATCH 4.14 38/47] selftests/bpf: fix test_align
` [PATCH 4.14 39/47] selftests/bpf: make dubious pointer arithmetic test useful
` [PATCH 4.14 40/47] bpf: Fix leakage of uninitialized bpf stack under speculation
` [PATCH 4.14 41/47] bpf: Wrap aux data inside bpf_sanitize_info container
` [PATCH 4.14 42/47] bpf: Fix mask direction swap upon off reg sign change
` [PATCH 4.14 43/47] bpf: No need to simulate speculative domain for immediates
` [PATCH 4.14 44/47] bnxt_en: Remove the setting of dev_port
` [PATCH 4.14 45/47] KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode
` [PATCH 4.14 46/47] sched/fair: Optimize select_idle_cpu
` [PATCH 4.14 47/47] xen-pciback: redo VF placement in the virtual topology

[PATCH 4.9 00/29] 4.9.272-rc1 review
 2021-06-08 18:27 UTC  (30+ messages)
` [PATCH 4.9 01/29] net: usb: cdc_ncm: dont spew notifications
` [PATCH 4.9 02/29] efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be cleared
` [PATCH 4.9 03/29] efi: cper: fix snprintf() use in cper_dimm_err_location()
` [PATCH 4.9 04/29] vfio/pci: Fix error return code in vfio_ecap_init()
` [PATCH 4.9 05/29] vfio/pci: zap_vma_ptes() needs MMU
` [PATCH 4.9 06/29] vfio/platform: fix module_put call in error flow
` [PATCH 4.9 07/29] ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service
` [PATCH 4.9 08/29] HID: pidff: fix error return code in hid_pidff_init()
` [PATCH 4.9 09/29] HID: i2c-hid: fix format string mismatch
` [PATCH 4.9 10/29] netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatches
` [PATCH 4.9 11/29] ieee802154: fix error return code in ieee802154_add_iface()
` [PATCH 4.9 12/29] ieee802154: fix error return code in ieee802154_llsec_getparams()
` [PATCH 4.9 13/29] Bluetooth: fix the erroneous flush_work() order
` [PATCH 4.9 14/29] Bluetooth: use correct lock to prevent UAF of hdev object
` [PATCH 4.9 15/29] net: caif: added cfserl_release function
` [PATCH 4.9 16/29] net: caif: add proper error handling
` [PATCH 4.9 17/29] net: caif: fix memory leak in caif_device_notify
` [PATCH 4.9 18/29] net: caif: fix memory leak in cfusbl_device_notify
` [PATCH 4.9 19/29] ALSA: timer: Fix master timer notification
` [PATCH 4.9 20/29] ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed
` [PATCH 4.9 21/29] pid: take a reference when initializing `cad_pid`
` [PATCH 4.9 22/29] ocfs2: fix data corruption by fallocate
` [PATCH 4.9 23/29] nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect
` [PATCH 4.9 24/29] btrfs: fix error handling in btrfs_del_csums
` [PATCH 4.9 25/29] btrfs: fixup error handling in fixup_inode_link_counts
` [PATCH 4.9 26/29] bnxt_en: Remove the setting of dev_port
` [PATCH 4.9 27/29] KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode
` [PATCH 4.9 28/29] arm64: Remove unimplemented syscall log message
` [PATCH 4.9 29/29] xen-pciback: redo VF placement in the virtual topology

[PATCH 4.4 00/23] 4.4.272-rc1 review
 2021-06-08 18:27 UTC  (24+ messages)
` [PATCH 4.4 01/23] efi: cper: fix snprintf() use in cper_dimm_err_location()
` [PATCH 4.4 02/23] vfio/pci: Fix error return code in vfio_ecap_init()
` [PATCH 4.4 03/23] vfio/platform: fix module_put call in error flow
` [PATCH 4.4 04/23] ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service
` [PATCH 4.4 05/23] HID: pidff: fix error return code in hid_pidff_init()
` [PATCH 4.4 06/23] netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatches
` [PATCH 4.4 07/23] ieee802154: fix error return code in ieee802154_add_iface()
` [PATCH 4.4 08/23] ieee802154: fix error return code in ieee802154_llsec_getparams()
` [PATCH 4.4 09/23] Bluetooth: fix the erroneous flush_work() order
` [PATCH 4.4 10/23] Bluetooth: use correct lock to prevent UAF of hdev object
` [PATCH 4.4 11/23] net: caif: added cfserl_release function
` [PATCH 4.4 12/23] net: caif: add proper error handling
` [PATCH 4.4 13/23] net: caif: fix memory leak in caif_device_notify
` [PATCH 4.4 14/23] net: caif: fix memory leak in cfusbl_device_notify
` [PATCH 4.4 15/23] ALSA: timer: Fix master timer notification
` [PATCH 4.4 16/23] ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed
` [PATCH 4.4 17/23] pid: take a reference when initializing `cad_pid`
` [PATCH 4.4 18/23] ocfs2: fix data corruption by fallocate
` [PATCH 4.4 19/23] nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect
` [PATCH 4.4 20/23] btrfs: fixup error handling in fixup_inode_link_counts
` [PATCH 4.4 21/23] KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode
` [PATCH 4.4 22/23] arm64: Remove unimplemented syscall log message
` [PATCH 4.4 23/23] xen-pciback: redo VF placement in the virtual topology

stable-rc/queue/5.10 baseline: 161 runs, 1 regressions (v5.10.42-108-gb2062faadc3d)
 2021-06-08 18:06 UTC 

stable-rc/queue/4.14 baseline: 135 runs, 1 regressions (v4.14.235-21-g36ad1594e5ec)
 2021-06-08 18:05 UTC 

stable-rc/queue/4.19 baseline: 100 runs, 4 regressions (v4.19.193-31-gaf2147b1b6b5)
 2021-06-08 17:32 UTC 

stable-rc/queue/5.12 build: 177 builds: 0 failed, 177 passed, 13 warnings (v5.12.9-153-g7a4b632f5146)
 2021-06-08 17:22 UTC 

stable-rc/queue/4.19 build: 191 builds: 2 failed, 189 passed, 63 warnings (v4.19.193-51-g95140046b4ea)
 2021-06-08 17:21 UTC 

[Backport for linux-5.4.y PATCH 1/4] ARM: OMAP: replace setup_irq() by request_irq()
 2021-06-08 17:13 UTC  (3+ messages)
` [Backport for linux-5.4.y PATCH 2/4] ARM: OMAP2+: Prepare timer code to backport dra7 timer wrap errata i940

[PATCH] proc: Track /proc/$pid/attr/ opener mm_struct
 2021-06-08 17:12 UTC 

Patch for stable 5.4 and below
 2021-06-08 17:10 UTC  (2+ messages)

[Patch v3] block: return the correct bvec when checking for gaps
 2021-06-08 17:07 UTC  (2+ messages)

[PATCH] [stable v4.4] arm64: Remove unimplemented syscall log message
 2021-06-08 17:06 UTC  (2+ messages)

stable-rc/queue/4.9 baseline: 123 runs, 4 regressions (v4.9.271-21-g9921022a7aba)
 2021-06-08 17:02 UTC 

stable-rc/queue/4.9 build: 185 builds: 0 failed, 185 passed, 4 warnings (v4.9.271-26-g429e66fdae11)
 2021-06-08 17:00 UTC 

[PATCH v2 4.14] sched/fair: Optimize select_idle_cpu
 2021-06-08 17:00 UTC  (2+ messages)

stable-rc/queue/4.4 baseline: 94 runs, 8 regressions (v4.4.271-16-gaddc807a0264)
 2021-06-08 16:58 UTC 

Backporting fix for #199981 to 4.19.y?
 2021-06-08 16:57 UTC  (10+ messages)

stable-rc/queue/5.10 build: 181 builds: 0 failed, 181 passed, 15 warnings (v5.10.42-126-gf4185f0d2d83)
 2021-06-08 16:34 UTC 

[PATCH for-5.4.y] lib/lz4: explicitly support in-place decompression
 2021-06-08 16:35 UTC  (3+ messages)
` [PATCH for-5.10.y] "

stable-rc/queue/4.4 build: 184 builds: 0 failed, 184 passed, 9 warnings (v4.4.271-20-g9b99dba10e28)
 2021-06-08 16:20 UTC 

stable-rc/queue/5.4 build: 186 builds: 0 failed, 186 passed, 91 warnings (v5.4.124-63-ge75d47068972)
 2021-06-08 15:49 UTC 

[PATCH v2 stable-5.12.y backport 0/2] KVM: arm64: Commit exception state on exit to userspace
 2021-06-08 15:47 UTC  (2+ messages)

stable-rc/queue/4.14 build: 190 builds: 0 failed, 190 passed, 64 warnings (v4.14.235-26-g02688240b8ec)
 2021-06-08 15:43 UTC 

[PATCH v3 | stable v5.12 1/3] x86/kvm: Teardown PV features on boot CPU as well
 2021-06-08 15:43 UTC  (2+ messages)

[PATCH][5.10-stable] KVM: arm64: Fix debug register indexing
 2021-06-08 15:42 UTC  (2+ messages)


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).