stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-05 08:35:53 to 2019-08-05 13:19:20 UTC [more...]

[PATCH 4.19 00/74] 4.19.65-stable review
 2019-08-05 13:03 UTC  (57+ messages)
` [PATCH 4.19 01/74] ARM: riscpc: fix DMA
` [PATCH 4.19 02/74] ARM: dts: rockchip: Make rk3288-veyron-minnie run at hs200
` [PATCH 4.19 03/74] ARM: dts: rockchip: Make rk3288-veyron-mickeys emmc work again
` [PATCH 4.19 04/74] ARM: dts: rockchip: Mark that the rk3288 timer might stop in suspend
` [PATCH 4.19 05/74] ftrace: Enable trampoline when rec count returns back to one
` [PATCH 4.19 06/74] dmaengine: tegra-apb: Error out if DMA_PREP_INTERRUPT flag is unset
` [PATCH 4.19 07/74] arm64: dts: rockchip: fix isp iommu clocks and power domain
` [PATCH 4.19 08/74] kernel/module.c: Only return -EEXIST for modules that have finished loading
` [PATCH 4.19 09/74] firmware/psci: psci_checker: Park kthreads before stopping them
` [PATCH 4.19 10/74] MIPS: lantiq: Fix bitfield masking
` [PATCH 4.19 11/74] dmaengine: rcar-dmac: Reject zero-length slave DMA requests
` [PATCH 4.19 12/74] clk: tegra210: fix PLLU and PLLU_OUT1
` [PATCH 4.19 13/74] fs/adfs: super: fix use-after-free bug
` [PATCH 4.19 14/74] clk: sprd: Add check for return value of sprd_clk_regmap_init()
` [PATCH 4.19 15/74] btrfs: fix minimum number of chunk errors for DUP
` [PATCH 4.19 16/74] btrfs: qgroup: Dont hold qgroup_ioctl_lock in btrfs_qgroup_inherit()
` [PATCH 4.19 17/74] cifs: Fix a race condition with cifs_echo_request
` [PATCH 4.19 18/74] ceph: fix improper use of smp_mb__before_atomic()
` [PATCH 4.19 19/74] ceph: return -ERANGE if virtual xattr value didnt fit in buffer
` [PATCH 4.19 20/74] ACPI: blacklist: fix clang warning for unused DMI table
` [PATCH 4.19 21/74] scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitialized
` [PATCH 4.19 22/74] perf version: Fix segfault due to missing OPT_END()
` [PATCH 4.19 23/74] x86: kvm: avoid constant-conversion warning
` [PATCH 4.19 24/74] ACPI: fix false-positive -Wuninitialized warning
` [PATCH 4.19 25/74] be2net: Signal that the device cannot transmit during reconfiguration
` [PATCH 4.19 26/74] x86/apic: Silence -Wtype-limits compiler warnings
` [PATCH 4.19 27/74] x86: math-emu: Hide clang warnings for 16-bit overflow
` [PATCH 4.19 28/74] mm/cma.c: fail if fixed declaration cant be honored
` [PATCH 4.19 29/74] lib/test_overflow.c: avoid tainting the kernel and fix wrap size
` [PATCH 4.19 30/74] lib/test_string.c: avoid masking memset16/32/64 failures
` [PATCH 4.19 31/74] coda: add error handling for fget
` [PATCH 4.19 32/74] coda: fix build using bare-metal toolchain
` [PATCH 4.19 33/74] uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side headers
` [PATCH 4.19 34/74] drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some strings
` [PATCH 4.19 35/74] ipc/mqueue.c: only perform resource calculation if user valid
` [PATCH 4.19 36/74] mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removed
` [PATCH 4.19 37/74] xen/pv: Fix a boot up hang revealed by int3 self test
` [PATCH 4.19 38/74] x86/kvm: Dont call kvm_spurious_fault() from .fixup
` [PATCH 4.19 39/74] x86/paravirt: Fix callee-saved function ELF sizes
` [PATCH 4.19 40/74] x86, boot: Remove multiple copy of static function sanitize_boot_params()
` [PATCH 4.19 41/74] drm/nouveau: fix memory leak in nouveau_conn_reset()
` [PATCH 4.19 42/74] kconfig: Clear "written" flag to avoid data loss
` [PATCH 4.19 43/74] kbuild: initialize CLANG_FLAGS correctly in the top Makefile
` [PATCH 4.19 44/74] Btrfs: fix incremental send failure after deduplication
` [PATCH 4.19 45/74] Btrfs: fix race leading to fs corruption after transaction abort
` [PATCH 4.19 46/74] mmc: dw_mmc: Fix occasional hang after tuning on eMMC
` [PATCH 4.19 47/74] mmc: meson-mx-sdio: Fix misuse of GENMASK macro
` [PATCH 4.19 48/74] gpiolib: fix incorrect IRQ requesting of an active-low lineevent
` [PATCH 4.19 50/74] mtd: rawnand: micron: handle on-die "ECC-off" devices correctly
` [PATCH 4.19 59/74] arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}
` [PATCH 4.19 60/74] nbd: replace kill_bdev() with __invalidate_device() again
` [PATCH 4.19 61/74] xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()
` [PATCH 4.19 62/74] IB/mlx5: Fix unreg_umr to ignore the mkey state
` [PATCH 4.19 63/74] IB/mlx5: Use direct mkey destroy command upon UMR unreg failure
` [PATCH 4.19 64/74] IB/mlx5: Move MRs to a kernel PD when freeing them to the MR cache
` [PATCH 4.19 66/74] IB/mlx5: Fix RSS Toeplitz setup to be aligned with the HW specification

[PATCH 4.4 00/22] 4.4.188-stable review
 2019-08-05 13:02 UTC  (23+ messages)
` [PATCH 4.4 01/22] ARM: riscpc: fix DMA
` [PATCH 4.4 02/22] ARM: dts: rockchip: Mark that the rk3288 timer might stop in suspend
` [PATCH 4.4 03/22] kernel/module.c: Only return -EEXIST for modules that have finished loading
` [PATCH 4.4 04/22] MIPS: lantiq: Fix bitfield masking
` [PATCH 4.4 05/22] dmaengine: rcar-dmac: Reject zero-length slave DMA requests
` [PATCH 4.4 06/22] fs/adfs: super: fix use-after-free bug
` [PATCH 4.4 07/22] btrfs: fix minimum number of chunk errors for DUP
` [PATCH 4.4 08/22] ceph: fix improper use of smp_mb__before_atomic()
` [PATCH 4.4 09/22] scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitialized
` [PATCH 4.4 10/22] ACPI: fix false-positive -Wuninitialized warning
` [PATCH 4.4 11/22] be2net: Signal that the device cannot transmit during reconfiguration
` [PATCH 4.4 12/22] x86/apic: Silence -Wtype-limits compiler warnings
` [PATCH 4.4 13/22] x86: math-emu: Hide clang warnings for 16-bit overflow
` [PATCH 4.4 14/22] mm/cma.c: fail if fixed declaration cant be honored
` [PATCH 4.4 15/22] coda: add error handling for fget
` [PATCH 4.4 16/22] coda: fix build using bare-metal toolchain
` [PATCH 4.4 17/22] uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side headers
` [PATCH 4.4 18/22] ipc/mqueue.c: only perform resource calculation if user valid
` [PATCH 4.4 19/22] x86/kvm: Dont call kvm_spurious_fault() from .fixup
` [PATCH 4.4 20/22] selinux: fix memory leak in policydb_init()
` [PATCH 4.4 21/22] s390/dasd: fix endless loop after read unit address configuration
` [PATCH 4.4 22/22] xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()

[PATCH 4.9 00/42] 4.9.188-stable review
 2019-08-05 13:03 UTC  (43+ messages)
` [PATCH 4.9 01/42] ARM: riscpc: fix DMA
` [PATCH 4.9 02/42] ARM: dts: rockchip: Make rk3288-veyron-minnie run at hs200
` [PATCH 4.9 03/42] ARM: dts: rockchip: Make rk3288-veyron-mickeys emmc work again
` [PATCH 4.9 04/42] ARM: dts: rockchip: Mark that the rk3288 timer might stop in suspend
` [PATCH 4.9 05/42] ftrace: Enable trampoline when rec count returns back to one
` [PATCH 4.9 06/42] kernel/module.c: Only return -EEXIST for modules that have finished loading
` [PATCH 4.9 07/42] MIPS: lantiq: Fix bitfield masking
` [PATCH 4.9 08/42] dmaengine: rcar-dmac: Reject zero-length slave DMA requests
` [PATCH 4.9 09/42] fs/adfs: super: fix use-after-free bug
` [PATCH 4.9 10/42] btrfs: fix minimum number of chunk errors for DUP
` [PATCH 4.9 11/42] ceph: fix improper use of smp_mb__before_atomic()
` [PATCH 4.9 12/42] ceph: return -ERANGE if virtual xattr value didnt fit in buffer
` [PATCH 4.9 13/42] scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitialized
` [PATCH 4.9 14/42] ACPI: fix false-positive -Wuninitialized warning
` [PATCH 4.9 15/42] be2net: Signal that the device cannot transmit during reconfiguration
` [PATCH 4.9 16/42] x86/apic: Silence -Wtype-limits compiler warnings
` [PATCH 4.9 17/42] x86: math-emu: Hide clang warnings for 16-bit overflow
` [PATCH 4.9 18/42] mm/cma.c: fail if fixed declaration cant be honored
` [PATCH 4.9 19/42] coda: add error handling for fget
` [PATCH 4.9 20/42] coda: fix build using bare-metal toolchain
` [PATCH 4.9 21/42] uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side headers
` [PATCH 4.9 22/42] drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some strings
` [PATCH 4.9 23/42] ipc/mqueue.c: only perform resource calculation if user valid
` [PATCH 4.9 24/42] x86/kvm: Dont call kvm_spurious_fault() from .fixup
` [PATCH 4.9 25/42] x86, boot: Remove multiple copy of static function sanitize_boot_params()
` [PATCH 4.9 26/42] kbuild: initialize CLANG_FLAGS correctly in the top Makefile
` [PATCH 4.9 27/42] Btrfs: fix incremental send failure after deduplication
` [PATCH 4.9 28/42] mmc: dw_mmc: Fix occasional hang after tuning on eMMC
` [PATCH 4.9 29/42] gpiolib: fix incorrect IRQ requesting of an active-low lineevent
` [PATCH 4.9 30/42] selinux: fix memory leak in policydb_init()
` [PATCH 4.9 31/42] s390/dasd: fix endless loop after read unit address configuration
` [PATCH 4.9 32/42] drivers/perf: arm_pmu: Fix failure path in PM notifier
` [PATCH 4.9 33/42] xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()
` [PATCH 4.9 34/42] IB/mlx5: Fix RSS Toeplitz setup to be aligned with the HW specification
` [PATCH 4.9 35/42] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
` [PATCH 4.9 36/42] infiniband: fix race condition between infiniband mlx4, mlx5 driver "
` [PATCH 4.9 37/42] coredump: fix race condition between collapse_huge_page() "
` [PATCH 4.9 38/42] eeprom: at24: make spd world-readable again
` [PATCH 4.9 39/42] Backport minimal compiler_attributes.h to support GCC 9
` [PATCH 4.9 40/42] include/linux/module.h: copy __init/__exit attrs to init/cleanup_module
` [PATCH 4.9 41/42] objtool: Support GCC 9 cold subfunction naming scheme
` [PATCH 4.9 42/42] x86, mm, gup: prevent get_page() race with munmap in paravirt guest

[PATCH 4.14 00/53] 4.14.137-stable review
 2019-08-05 13:03 UTC  (54+ messages)
` [PATCH 4.14 01/53] ARM: riscpc: fix DMA
` [PATCH 4.14 02/53] ARM: dts: rockchip: Make rk3288-veyron-minnie run at hs200
` [PATCH 4.14 03/53] ARM: dts: rockchip: Make rk3288-veyron-mickeys emmc work again
` [PATCH 4.14 04/53] ARM: dts: rockchip: Mark that the rk3288 timer might stop in suspend
` [PATCH 4.14 05/53] ftrace: Enable trampoline when rec count returns back to one
` [PATCH 4.14 06/53] kernel/module.c: Only return -EEXIST for modules that have finished loading
` [PATCH 4.14 07/53] MIPS: lantiq: Fix bitfield masking
` [PATCH 4.14 08/53] dmaengine: rcar-dmac: Reject zero-length slave DMA requests
` [PATCH 4.14 09/53] clk: tegra210: fix PLLU and PLLU_OUT1
` [PATCH 4.14 10/53] fs/adfs: super: fix use-after-free bug
` [PATCH 4.14 11/53] btrfs: fix minimum number of chunk errors for DUP
` [PATCH 4.14 12/53] cifs: Fix a race condition with cifs_echo_request
` [PATCH 4.14 13/53] ceph: fix improper use of smp_mb__before_atomic()
` [PATCH 4.14 14/53] ceph: return -ERANGE if virtual xattr value didnt fit in buffer
` [PATCH 4.14 15/53] ACPI: blacklist: fix clang warning for unused DMI table
` [PATCH 4.14 16/53] scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitialized
` [PATCH 4.14 17/53] x86: kvm: avoid constant-conversion warning
` [PATCH 4.14 18/53] ACPI: fix false-positive -Wuninitialized warning
` [PATCH 4.14 19/53] be2net: Signal that the device cannot transmit during reconfiguration
` [PATCH 4.14 20/53] x86/apic: Silence -Wtype-limits compiler warnings
` [PATCH 4.14 21/53] x86: math-emu: Hide clang warnings for 16-bit overflow
` [PATCH 4.14 22/53] mm/cma.c: fail if fixed declaration cant be honored
` [PATCH 4.14 23/53] coda: add error handling for fget
` [PATCH 4.14 24/53] coda: fix build using bare-metal toolchain
` [PATCH 4.14 25/53] uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side headers
` [PATCH 4.14 26/53] drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some strings
` [PATCH 4.14 27/53] ipc/mqueue.c: only perform resource calculation if user valid
` [PATCH 4.14 28/53] xen/pv: Fix a boot up hang revealed by int3 self test
` [PATCH 4.14 29/53] x86/kvm: Dont call kvm_spurious_fault() from .fixup
` [PATCH 4.14 30/53] x86/paravirt: Fix callee-saved function ELF sizes
` [PATCH 4.14 31/53] x86, boot: Remove multiple copy of static function sanitize_boot_params()
` [PATCH 4.14 32/53] drm/nouveau: fix memory leak in nouveau_conn_reset()
` [PATCH 4.14 33/53] kbuild: initialize CLANG_FLAGS correctly in the top Makefile
` [PATCH 4.14 34/53] Btrfs: fix incremental send failure after deduplication
` [PATCH 4.14 35/53] Btrfs: fix race leading to fs corruption after transaction abort
` [PATCH 4.14 36/53] mmc: dw_mmc: Fix occasional hang after tuning on eMMC
` [PATCH 4.14 37/53] gpiolib: fix incorrect IRQ requesting of an active-low lineevent
` [PATCH 4.14 38/53] IB/hfi1: Fix Spectre v1 vulnerability
` [PATCH 4.14 39/53] selinux: fix memory leak in policydb_init()
` [PATCH 4.14 40/53] s390/dasd: fix endless loop after read unit address configuration
` [PATCH 4.14 41/53] parisc: Fix build of compressed kernel even with debug enabled
` [PATCH 4.14 42/53] drivers/perf: arm_pmu: Fix failure path in PM notifier
` [PATCH 4.14 43/53] nbd: replace kill_bdev() with __invalidate_device() again
` [PATCH 4.14 44/53] xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()
` [PATCH 4.14 45/53] IB/mlx5: Fix unreg_umr to ignore the mkey state
` [PATCH 4.14 46/53] IB/mlx5: Use direct mkey destroy command upon UMR unreg failure
` [PATCH 4.14 47/53] IB/mlx5: Move MRs to a kernel PD when freeing them to the MR cache
` [PATCH 4.14 48/53] IB/mlx5: Fix RSS Toeplitz setup to be aligned with the HW specification
` [PATCH 4.14 49/53] IB/hfi1: Check for error on call to alloc_rsm_map_table
` [PATCH 4.14 50/53] eeprom: at24: make spd world-readable again
` [PATCH 4.14 51/53] objtool: Support GCC 9 cold subfunction naming scheme
` [PATCH 4.14 52/53] gcc-9: properly declare the {pv,hv}clock_page storage
` [PATCH 4.14 53/53] x86/vdso: Prevent segfaults due to hoisted vclock reads

FAILED: patch "[PATCH] arm64: compat: Allow single-byte watchpoints on all addresses" failed to apply to 4.4-stable tree
 2019-08-05 13:00 UTC  (2+ messages)

Linux 4.9.180 build fails with gcc 9 and 'cleanup_module' specifies less restrictive attribute than its target …
 2019-08-05 12:47 UTC  (12+ messages)

[PATCH 5.2 000/413] 5.2.3-stable review
 2019-08-05 12:40 UTC  (6+ messages)
` [PATCH 5.2 123/413] PCI: Add missing link delays required by the PCIe spec

[PATCH] HID: Add quirk for HP X1200 PIXART OEM mouse
 2019-08-05 12:25 UTC  (2+ messages)

[PATCH] HID: wacom: fix bit shift for Cintiq Companion 2
 2019-08-05 12:15 UTC  (2+ messages)

FAILED: patch "[PATCH] parisc: fix race condition in patching code" failed to apply to 5.2-stable tree
 2019-08-05 12:00 UTC  (5+ messages)
      ` Aw: "

[PATCH] mpt3sas: Use 63-bit DMA addressing on SAS35 HBA
 2019-08-05 11:59 UTC  (3+ messages)

[PATCH STABLE 4.9] x86, mm, gup: prevent get_page() race with munmap in paravirt guest
 2019-08-05 11:58 UTC  (2+ messages)

[PATCH 5.2 00/20] 5.2.6-stable review
 2019-08-05 11:48 UTC  (4+ messages)

[PATCH v2 2/2] ARC: enable uboot support unconditionally
 2019-08-05 11:17 UTC  (4+ messages)

FAILED: patch "[PATCH] eeprom: at24: make spd world-readable again" failed to apply to 4.19-stable tree
 2019-08-05 10:59 UTC  (4+ messages)

FAILED: patch "[PATCH] drm/i915/perf: fix ICL perf register offsets" failed to apply to 4.19-stable tree
 2019-08-05 10:55 UTC 

[PATCH 2/2] DTS: ARM: gta04: introduce legacy spi-cs-high to make display work again
 2019-08-05 10:29 UTC  (5+ messages)

[PATCH] NFC: nfcmrvl: fix gpio-handling regression
 2019-08-05 10:00 UTC 

[PATCH 01/16] iwlwifi: mvm: don't send GEO_TX_POWER_LIMIT on version < 41
 2019-08-05  9:45 UTC  (2+ messages)

[PATCH] drbd: do not ignore signals in threads
 2019-08-05  9:41 UTC  (4+ messages)

[PATCH V3 1/2] cpufreq: schedutil: Don't skip freq update when limits change
 2019-08-05  8:35 UTC  (6+ messages)
` [PATCH V3 2/2] cpufreq: intel_pstate: Implement ->resolve_freq()


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