stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-19 21:10:47 to 2022-05-23 17:10:49 UTC [more...]

[PATCH 4.14 00/33] 4.14.281-rc1 review
 2022-05-23 17:05 UTC  (29+ messages)
` [PATCH 4.14 01/33] floppy: use a statically allocated error counter
` [PATCH 4.14 02/33] um: Cleanup syscall_handler_t definition/cast, fix warning
` [PATCH 4.14 03/33] Input: add bounds checking to input_set_capability()
` [PATCH 4.14 04/33] Input: stmfts - fix reference leak in stmfts_input_open
` [PATCH 4.14 05/33] MIPS: lantiq: check the return value of kzalloc()
` [PATCH 4.14 06/33] drbd: remove usage of list iterator variable after loop
` [PATCH 4.14 07/33] ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()
` [PATCH 4.14 08/33] ALSA: wavefront: Proper check of get_user() error
` [PATCH 4.14 09/33] perf: Fix sys_perf_event_open() race against self
` [PATCH 4.14 10/33] drm/dp/mst: fix a possible memory leak in fetch_monitor_name()
` [PATCH 4.14 11/33] mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMC
` [PATCH 4.14 12/33] mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSD
` [PATCH 4.14 13/33] mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()
` [PATCH 4.14 14/33] net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()
` [PATCH 4.14 16/33] clk: at91: generated: consider range when calculating best rate
` [PATCH 4.14 18/33] NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc
` [PATCH 4.14 20/33] ARM: 9196/1: spectre-bhb: enable for Cortex-A15
` [PATCH 4.14 21/33] ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2
` [PATCH 4.14 22/33] igb: skip phy status check where unavailable
` [PATCH 4.14 23/33] net: bridge: Clear offload_fwd_mark when passing frame up bridge interface
` [PATCH 4.14 24/33] gpio: gpio-vf610: do not touch other bits when set the target bit
` [PATCH 4.14 25/33] gpio: mvebu/pwm: Refuse requests with inverted polarity
` [PATCH 4.14 26/33] perf bench numa: Address compiler error on s390
` [PATCH 4.14 27/33] scsi: qla2xxx: Fix missed DMA unmap for aborted commands
` [PATCH 4.14 28/33] mac80211: fix rx reordering with non explicit / psmp ack policy
` [PATCH 4.14 29/33] ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()
` [PATCH 4.14 30/33] net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()
` [PATCH 4.14 32/33] swiotlb: fix info leak with DMA_FROM_DEVICE

[PATCH 4.19 00/44] 4.19.245-rc1 review
 2022-05-23 17:04 UTC  (3+ messages)
` [PATCH 4.19 01/44] floppy: use a statically allocated error counter
` [PATCH 4.19 04/44] Input: stmfts - fix reference leak in stmfts_input_open

[PATCH 5.10 00/97] 5.10.118-rc1 review
 2022-05-23 17:05 UTC  (3+ messages)
` [PATCH 5.10 01/97] usb: gadget: fix race when gadget driver register via ioctl
` [PATCH 5.10 02/97] io_uring: always grab file table for deferred statx

[PATCH 5.15 000/132] 5.15.42-rc1 review
 2022-05-23 17:03 UTC  (2+ messages)
` [PATCH 5.15 001/132] usb: gadget: fix race when gadget driver register via ioctl

[PATCH 5.4 00/68] 5.4.196-rc1 review
 2022-05-23 17:04 UTC  (2+ messages)
` [PATCH 5.4 01/68] floppy: use a statically allocated error counter

[PATCH 5.17 000/158] 5.17.10-rc1 review
 2022-05-23 17:02 UTC  (2+ messages)
` [PATCH 5.17 001/158] usb: gadget: fix race when gadget driver register via ioctl

[PATCH 4.9 00/25] 4.9.316-rc1 review
 2022-05-23 17:03 UTC  (26+ messages)
` [PATCH 4.9 01/25] floppy: use a statically allocated error counter
` [PATCH 4.9 02/25] um: Cleanup syscall_handler_t definition/cast, fix warning
` [PATCH 4.9 03/25] Input: add bounds checking to input_set_capability()
` [PATCH 4.9 04/25] MIPS: lantiq: check the return value of kzalloc()
` [PATCH 4.9 05/25] drbd: remove usage of list iterator variable after loop
` [PATCH 4.9 06/25] ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()
` [PATCH 4.9 07/25] mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMC
` [PATCH 4.9 08/25] mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSD
` [PATCH 4.9 09/25] mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()
` [PATCH 4.9 10/25] ALSA: wavefront: Proper check of get_user() error
` [PATCH 4.9 11/25] perf: Fix sys_perf_event_open() race against self
` [PATCH 4.9 12/25] drm/dp/mst: fix a possible memory leak in fetch_monitor_name()
` [PATCH 4.9 13/25] net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()
` [PATCH 4.9 14/25] net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()
` [PATCH 4.9 15/25] net/qla3xxx: Fix a test in ql_reset_work()
` [PATCH 4.9 16/25] NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc
` [PATCH 4.9 17/25] net: af_key: add check for pfkey_broadcast in function pfkey_process
` [PATCH 4.9 18/25] ARM: 9196/1: spectre-bhb: enable for Cortex-A15
` [PATCH 4.9 19/25] ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2
` [PATCH 4.9 20/25] igb: skip phy status check where unavailable
` [PATCH 4.9 21/25] perf bench numa: Address compiler error on s390
` [PATCH 4.9 22/25] scsi: qla2xxx: Fix missed DMA unmap for aborted commands
` [PATCH 4.9 23/25] mac80211: fix rx reordering with non explicit / psmp ack policy
` [PATCH 4.9 24/25] ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()
` [PATCH 4.9 25/25] net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()

[REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
 2022-05-23 17:03 UTC  (6+ messages)

[PATCH v2] x86/platform/uv: Dont use smp_processor_id while preemptible
 2022-05-23 16:45 UTC 

stable-rc/queue/5.10 build: 185 builds: 3 failed, 182 passed, 4 errors, 10 warnings (v5.10.117-94-g0958739a182f0)
 2022-05-23 16:38 UTC 

stable-rc/queue/5.4 build: 189 builds: 3 failed, 186 passed, 4 errors, 28 warnings (v5.4.195-61-gac7925246da5)
 2022-05-23 16:29 UTC 

stable-rc/queue/5.17 build: 154 builds: 2 failed, 152 passed, 4 errors, 1 warning (v5.17.9-158-g0fff55a57433d)
 2022-05-23 16:25 UTC 

[PATCH] mtd: phram: Map RAM using memremap instead of ioremap
 2022-05-23 16:09 UTC  (5+ messages)

[PATCH 4.14 1/2] swiotlb: fix info leak with DMA_FROM_DEVICE
 2022-05-23 16:01 UTC  (3+ messages)
` [PATCH 4.14 2/2] Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""

[PATCH] staging: r8188eu: prevent ->Ssid overflow in rtw_wx_set_scan()
 2022-05-23 15:26 UTC  (3+ messages)
` [PATCH v5.10] staging: rtl8723bs: "

[PATCH 5.10 1/1] Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
 2022-05-23 15:22 UTC  (3+ messages)

[PATCH 5.4] ARM: dts: imx7: Use audio_mclk_post_div instead audio_mclk_root_clk
 2022-05-23 15:19 UTC  (2+ messages)

[PATCH 5.10] module: treat exit sections the same as init sections when !CONFIG_MODULE_UNLOAD
 2022-05-23 15:17 UTC  (3+ messages)

[PATCH] firmware_loader: use kernel credentials when reading firmware
 2022-05-23 15:16 UTC  (2+ messages)

[PATCH] net: stmmac: disable Split Header (SPH) for Intel platforms
 2022-05-23 15:14 UTC  (2+ messages)

[PATCH] block: return ELEVATOR_DISCARD_MERGE if possible
 2022-05-23 15:13 UTC  (2+ messages)

Please backport to 5.15.x: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=602cc0c9618a819ab00ea3c9400742a0ca318380
 2022-05-23 15:12 UTC  (7+ messages)

FAILED: patch "[PATCH] dt-bindings: pinctrl: aspeed-g6: remove FWQSPID group" failed to apply to 5.4-stable tree
 2022-05-23 15:08 UTC 

[PATCH v3] x86/vmware: use unsigned integer for shifting
 2022-05-23 13:48 UTC 

stable-rc/queue/5.10 baseline: 161 runs, 19 regressions (v5.10.117-91-g5f914d44ee1b7)
 2022-05-23 13:36 UTC 

random.c backports for 5.18, 5.17, 5.15, and prior
 2022-05-23 13:36 UTC  (2+ messages)

stable-rc/queue/5.4 baseline: 152 runs, 18 regressions (v5.4.195-59-g1d29d13f032f6)
 2022-05-23 13:34 UTC 

[PATCH v2] dmaengine: mxs: fix driver registering
 2022-05-23 13:22 UTC 

[PATCH 4.19 1/2] swiotlb: fix info leak with DMA_FROM_DEVICE
 2022-05-23 12:37 UTC  (2+ messages)
` [PATCH 4.19 2/2] Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""

[PATCH 5.4 1/1] Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
 2022-05-23 12:01 UTC 

stable-rc/queue/5.10 build: 178 builds: 3 failed, 175 passed, 4 errors, 10 warnings (v5.10.117-91-g5f914d44ee1b7)
 2022-05-23 10:07 UTC 

stable-rc/queue/5.4 build: 171 builds: 3 failed, 168 passed, 4 errors, 27 warnings (v5.4.195-59-g1d29d13f032f6)
 2022-05-23 10:05 UTC 

KASAN: use-after-free Read in tc_chain_fill_node
 2022-05-23  9:52 UTC 

[PATCH 1/2] usb: xhci-mtk: fix fs isoc's transfer error
 2022-05-23  8:55 UTC  (3+ messages)

[PATCH] drm/i915/dsi: fix VBT send packet port selection for ICL+
 2022-05-23  8:21 UTC  (3+ messages)

Biznesowy angielski
 2022-05-23  7:50 UTC 

[PATCH] dmaengine: mxs: fix driver registering
 2022-05-23  6:26 UTC  (2+ messages)

[PATCH v4] crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
 2022-05-23  1:24 UTC  (2+ messages)

[PATCH] dma-direct: Don't over-decrypt memory
 2022-05-23  1:04 UTC  (3+ messages)

[PATCH 1/4] bcache: improve multithreaded bch_btree_check()
 2022-05-22 17:07 UTC  (4+ messages)
` [PATCH 2/4] bcache: improve multithreaded bch_sectors_dirty_init()
` [PATCH 3/4] bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()
` [PATCH 4/4] bcache: avoid journal no-space deadlock by reserving 1 journal bucket

Patch "um: port_user: Improve error handling when port-helper is not found" has been added to the 5.17-stable tree
 2022-05-22 16:34 UTC  (2+ messages)

5.4.188 and later: massive performance regression with nfsd
 2022-05-21 20:41 UTC  (16+ messages)

[PATCH 1/4] bcache: improve multithreaded bch_btree_check()
 2022-05-21 17:05 UTC  (4+ messages)
` [PATCH 2/4] bcache: improve multithreaded bch_sectors_dirty_init()
` [PATCH 3/4] bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()
` [PATCH 4/4] bcache: avoid journal no-space deadlock by reserving 1 journal bucket

[PATCH] drm/bridge: fix anx6345 power up sequence
 2022-05-21 15:28 UTC  (7+ messages)

[PATCH stable 4.19 0/3] MMC timeout back ports
 2022-05-21 14:40 UTC  (4+ messages)

FAILED: patch "[PATCH] libceph: fix potential use-after-free on linger ping and" failed to apply to 5.4-stable tree
 2022-05-21 14:01 UTC 

FAILED: patch "[PATCH] KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID" failed to apply to 5.4-stable tree
 2022-05-21 13:59 UTC 

FAILED: patch "[PATCH] KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID" failed to apply to 5.10-stable tree
 2022-05-21 13:58 UTC 

FAILED: patch "[PATCH] KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID" failed to apply to 5.15-stable tree
 2022-05-21 13:58 UTC 

FAILED: patch "[PATCH] KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID" failed to apply to 5.17-stable tree
 2022-05-21 13:58 UTC 

FAILED: patch "[PATCH] PCI/PM: Avoid putting Elo i2 PCIe Ports in D3cold" failed to apply to 4.9-stable tree
 2022-05-21 13:56 UTC 

FAILED: patch "[PATCH] PCI/PM: Avoid putting Elo i2 PCIe Ports in D3cold" failed to apply to 4.14-stable tree
 2022-05-21 13:56 UTC 

[PATCH 2/2] x86/pat: add functions to query specific cache mode availability
 2022-05-21 10:47 UTC  (5+ messages)
                    ` [REGRESSION} "

[PATCH 1/2] x86/mpparse: avoid overwriting boot_cpu_physical_apicid
 2022-05-21  0:32 UTC  (2+ messages)

[PATCH v3] x86/sgx: Set active memcg prior to shmem allocation
 2022-05-20 21:09 UTC  (2+ messages)

Broken Audio on Stable Kernels for i.MX 7 based Boards
 2022-05-20 20:24 UTC  (3+ messages)

patch "USB: new quirk for Dell Gen 2 devices" added to usb-next
 2022-05-20 19:19 UTC 

patch "USB: new quirk for Dell Gen 2 devices" added to usb-testing
 2022-05-20 19:18 UTC 

[PATCH for-next 3/6] RDMA/hfi1: Fix potential integer multiplication overflow errors
 2022-05-20 18:37 UTC 

[PATCH] gpio: Revert regression in sysfs-gpio (gpiolib.c)
 2022-05-20 17:28 UTC  (9+ messages)

[PATCH v2] mtd: rawnand: cafe: fix drivers probe/remove methods
 2022-05-20 17:09 UTC  (3+ messages)

Linux 5.17.5
 2022-05-20 16:21 UTC  (10+ messages)

[PATCH v2] x86/sgx: Set active memcg prior to shmem allocation
 2022-05-20 15:44 UTC  (8+ messages)

[PATCH v9 2/4] fs: Add missing umask strip in vfs_tmpfile
 2022-05-20 16:10 UTC 

[PATCH RESEND] KVM: powerpc: remove extraneous asterisk from rm_host_ipi_action comment
 2022-05-20 14:25 UTC  (2+ messages)

[tip: objtool/core] objtool: Fix objtool regression on x32 systems
 2022-05-20 10:53 UTC 

[tip: objtool/core] objtool: Fix symbol creation
 2022-05-20 10:53 UTC 

[PATCH v3] ksmbd: fix outstanding credits related bugs
 2022-05-20  8:19 UTC  (2+ messages)

[PATCH v3] nvmem: brcm_nvram: check for allocation failure
 2022-05-20  7:59 UTC  (2+ messages)

[PATCH v2] nvmem: brcm_nvram: check for allocation failure
 2022-05-20  6:50 UTC  (4+ messages)

[PATCH] crypto: qat - set to zero DH parameters before free
 2022-05-20  5:57 UTC  (2+ messages)

[PATCH v7,3/4] drm/mediatek: keep dsi as LP00 before dcs cmds transfer
 2022-05-20  3:17 UTC  (2+ messages)

[PATCH v2] ksmbd: fix outstanding credits related bugs
 2022-05-19 23:35 UTC  (2+ messages)

[merged mm-stable] nodemaskh-fix-compilation-error-with-gcc12.patch removed from -mm tree
 2022-05-19 22:26 UTC 

[PATCH] assoc_array: Fix BUG_ON during garbage collect
 2022-05-19 22:17 UTC  (2+ messages)

stable-rc/queue/4.14 baseline: 89 runs, 17 regressions (v4.14.280-12-g2d42382633b2)
 2022-05-19 21:10 UTC 


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