stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-06 15:26:39 to 2020-03-10 06:59:43 UTC [more...]

[PATCH 1/1] usb: chipidea: udc: fix sleeping function called from invalid context
 2020-03-10  6:59 UTC 

stable-rc/linux-5.4.y boot: 122 boots: 1 failed, 117 passed with 3 offline, 1 untried/unknown (v5.4.24-123-g6201d69ba49e)
 2020-03-10  6:49 UTC 

[PATCH v2] pinctrl: qcom: ssbi-gpio: Fix fwspec parsing bug
 2020-03-10  6:49 UTC  (3+ messages)

[PATCH] pinctrl: qcom: ssbi-gpio: Fix fwspec parsing bug
 2020-03-10  6:47 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.5.8-562f38d.cki (stable-queue)
 2020-03-10  6:30 UTC 

stable-rc/linux-4.19.y boot: 106 boots: 2 failed, 101 passed with 2 offline, 1 untried/unknown (v4.19.108-64-gdd4b8602acb3)
 2020-03-10  6:13 UTC 

❌ PANICKED: Test report for kernel 5.5.9-rc1-8bd9a9c.cki (stable)
 2020-03-10  5:37 UTC 

stable-rc/linux-4.14.y boot: 95 boots: 2 failed, 90 passed with 2 offline, 1 untried/unknown (v4.14.172-114-g734382e2d26e)
 2020-03-10  5:37 UTC 

[PATCH 1/4] powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIs
 2020-03-10  5:17 UTC  (3+ messages)
` [PATCH 2/4] powerpc/xive: Fix xmon support on the PowerNV platform

FAILED: patch "[PATCH] powerpc/mm: Fix missing KUAP disable in" failed to apply to 5.4-stable tree
 2020-03-10  4:43 UTC  (3+ messages)

❌ PANICKED: Test report for kernel 5.5.9-rc1-b413bdd.cki (stable)
 2020-03-10  4:42 UTC 

stable-rc/linux-4.4.y boot: 64 boots: 1 failed, 60 passed with 2 offline, 1 conflict (v4.4.215-62-g1ef447a18aac)
 2020-03-10  4:22 UTC 

❌ PANICKED: Test report for kernel 5.5.8-7113355.cki (stable-queue)
 2020-03-10  4:03 UTC 

stable-rc/linux-4.9.y boot: 56 boots: 2 failed, 52 passed with 1 offline, 1 untried/unknown (v4.9.215-78-g55f9f667f78e)
 2020-03-10  3:50 UTC 

❌ PANICKED: Test report for kernel 5.5.8-379d0da.cki (stable-queue)
 2020-03-10  3:30 UTC 

stable-rc/linux-5.4.y build: 200 builds: 3 failed, 197 passed, 3 errors, 104 warnings (v5.4.24-123-g6201d69ba49e)
 2020-03-10  3:19 UTC 

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 10 warnings (v4.19.108-64-gdd4b8602acb3)
 2020-03-10  2:43 UTC 

❌ PANICKED: Test report for kernel 5.5.8-5ae58f1.cki (stable-queue)
 2020-03-10  2:25 UTC 

❌ PANICKED: Test report for kernel 5.5.8-c94ef2f.cki (stable-queue)
 2020-03-10  2:21 UTC 

stable-rc/linux-4.14.y build: 201 builds: 0 failed, 201 passed, 102 warnings (v4.14.172-114-g734382e2d26e)
 2020-03-10  2:07 UTC 

[PATCH 1/2] iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taint
 2020-03-10  1:44 UTC  (7+ messages)
` [PATCH 2/2] iommu/vt-d: dmar_parse_one_rmrr: "

[PATCH] kbuild: Disable -Wpointer-to-enum-cast
 2020-03-10  1:25 UTC  (5+ messages)

stable-rc/linux-4.4.y build: 188 builds: 1 failed, 187 passed, 2 errors, 13 warnings (v4.4.215-62-g1ef447a18aac)
 2020-03-10  0:52 UTC 

FAILED: patch "[PATCH] drm/amd/powerplay: map mclk to fclk for COMBINATIONAL_BYPASS" failed to apply to 5.5-stable tree
 2020-03-10  0:44 UTC  (3+ messages)

stable-rc/linux-4.9.y build: 196 builds: 1 failed, 195 passed (v4.9.215-78-g55f9f667f78e)
 2020-03-10  0:20 UTC 

❌ PANICKED: Test report for kernel 5.5.8-c30f33b.cki (stable-queue)
 2020-03-09 22:03 UTC  (3+ messages)

FAILED: patch "[PATCH] mm: fix possible PMD dirty bit lost in" failed to apply to 4.14-stable tree
 2020-03-09 21:58 UTC  (2+ messages)

Patch "mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabled" has been added to the 5.4-stable tree
 2020-03-09 20:51 UTC  (3+ messages)

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-09 20:48 UTC  (70+ messages)
` [PATCHv4] "
      ` [PATCHv5] "
                  ` [PATCHv6] "
                      ` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
                        ` [PATCH 1/2] exec: Properly mark the point of no return
                        ` [PATCH 2/2] exec: Add a exec_update_mutex to replace cred_guard_mutex
                                      ` [PATCH] exec: make de_thread alloc new signal struct earlier
                        ` [PATCH 0/5] Infrastructure to allow fixing exec deadlocks
                          ` [PATCH v2 1/5] exec: Only compute current once in flush_old_exec
                          ` [PATCH v2 2/5] exec: Factor unshare_sighand out of de_thread and call it separately
                          ` [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread
                          ` [PATCH v2 4/5] exec: Move exec_mmap right after de_thread in flush_old_exec
                          ` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex

FAILED: patch "[PATCH] ASoC: topology: Fix memleak in soc_tplg_manifest_load()" failed to apply to 4.14-stable tree
 2020-03-09 20:35 UTC 

[for-linus][PATCH 3/4] ktest: Add timeout for ssh sync testing
 2020-03-09 20:22 UTC 

[PATCH v2] x86/kvm: Disable KVM_ASYNC_PF_SEND_ALWAYS
 2020-03-09 20:22 UTC  (13+ messages)

FAILED: patch "[PATCH] dm cache: fix a crash due to incorrect work item cancelling" failed to apply to 4.4-stable tree
 2020-03-09 20:06 UTC 

FAILED: patch "[PATCH] dm cache: fix a crash due to incorrect work item cancelling" failed to apply to 4.9-stable tree
 2020-03-09 20:06 UTC 

FAILED: patch "[PATCH] dm integrity: fix a deadlock due to offloading to an" failed to apply to 4.14-stable tree
 2020-03-09 20:05 UTC 

FAILED: patch "[PATCH] dm integrity: fix a deadlock due to offloading to an" failed to apply to 4.19-stable tree
 2020-03-09 20:05 UTC 

FAILED: patch "[PATCH] dmaengine: imx-sdma: Fix the event id check to include RX" failed to apply to 4.9-stable tree
 2020-03-09 20:03 UTC 

FAILED: patch "[PATCH] dmaengine: imx-sdma: Fix the event id check to include RX" failed to apply to 4.4-stable tree
 2020-03-09 20:03 UTC 

FAILED: patch "[PATCH] dmaengine: imx-sdma: Fix the event id check to include RX" failed to apply to 4.14-stable tree
 2020-03-09 20:03 UTC 

FAILED: patch "[PATCH] dmaengine: imx-sdma: Fix the event id check to include RX" failed to apply to 4.19-stable tree
 2020-03-09 20:03 UTC 

[PATCH 1/6] tools: Let O= makes handle a relative path with -C option
 2020-03-09 18:53 UTC  (2+ messages)
` [PATCH 5/6] perf probe: Fix to delete multiple probe event

[PATCH 3/4] KVM: s390: Also reset registers in sync regs for initial cpu reset
 2020-03-09 18:29 UTC  (3+ messages)

[PATCH] slub: Improve bit diffusion for freelist ptr obfuscation
 2020-03-09 16:41 UTC  (4+ messages)

[PATCH v4] pinctrl: qcom: Assign irq_eoi conditionally
 2020-03-09 16:01 UTC  (3+ messages)

[PATCH v3] pinctrl: qcom: Assign irq_disable/eoi conditionally
 2020-03-09 15:24 UTC 

[PATCH v2] pinctrl: qcom: Assign irq_disable/eoi conditionally
 2020-03-09 15:15 UTC  (4+ messages)

[PATCH v4] remoteproc: Fix NULL pointer dereference in rproc_virtio_notify
 2020-03-09 14:22 UTC  (5+ messages)
` [PATCH v5] "

[BUGFIX PATCH] perf probe: Do not depend on dwfl_module_addrsym()
 2020-03-09 13:44 UTC  (3+ messages)

[PATCH v2] perf probe: Fix to delete multiple probe event
 2020-03-09 13:43 UTC  (2+ messages)

[tip: efi/urgent] efi: Add a sanity check to efivar_store_raw()
 2020-03-09 12:38 UTC  (3+ messages)

[PATCH v2] net: stmmac: dwmac1000: Disable ACS if enhanced descs are not used
 2020-03-09 12:25 UTC  (3+ messages)

[PATCH] bonding: do not enslave CAN devices
 2020-03-09 10:25 UTC  (8+ messages)

[stable-4.19 0/2] 2 stable fix for pm80xx
 2020-03-09 10:17 UTC  (3+ messages)
` [stable-4.19 1/2] scsi: pm80xx: panic on ncq error cleaning up the read log
` [stable-4.19 2/2] scsi: pm80xx: Fixed kernel panic during error recovery for SATA drive

[PATCH 4.19 00/87] 4.19.108-stable review
 2020-03-09 10:14 UTC  (5+ messages)
` [PATCH 4.19 04/87] drm/msm: Set dma maximum segment size for mdss
      ` [PATCH] drm/msm: fix leaks if initialization fails

[PATCH] pinctrl: falcon: fix syntax error
 2020-03-09  9:28 UTC  (2+ messages)

[PATCH] ARM: dts: exynos: Fix polarity of the LCD SPI bus on UniversalC210 board
 2020-03-09  8:40 UTC  (2+ messages)

[PATCH 4.4.y v2] crypto: algif_skcipher - use ZERO_OR_NULL_PTR in skcipher_recvmsg_async
 2020-03-09  1:27 UTC  (5+ messages)

❌ FAIL: Test report for kernel 5.5.8-dd0c50d.cki (stable-queue)
 2020-03-09  0:18 UTC 

❌ FAIL: Test report for kernel 5.5.7-60528b7.cki (stable-queue)
 2020-03-08 20:07 UTC  (4+ messages)
  ` [LTP] "

[PATCH v2] pid: Fix error return value in some cases
 2020-03-08 17:07 UTC  (4+ messages)

[tip: efi/urgent] efi: Fix a race and a buffer overflow while reading efivars via sysfs
 2020-03-08 16:38 UTC 

[PATCH] perf/x86/intel: Add more available bits for OFFCORE_RESPONSE of Intel Tremont
 2020-03-08 12:55 UTC 

[patch 1/7] genirq/debugfs: Add missing sanity checks to interrupt injection
 2020-03-08 10:14 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH] power: supply: axp288_charger: Add special handling for HP Pavilion x2 10
 2020-03-08  3:19 UTC  (2+ messages)

[PATCH v4 1/3] remoteproc: qcom_q6v5_mss: Don't reassign mpss region on shutdown
 2020-03-07 23:20 UTC  (2+ messages)

[PATCH rdma-rc] IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
 2020-03-07 23:20 UTC 

[git:media_tree/master] media: ti-vpe: cal: fix disable_irqs to only the intended target
 2020-03-07 23:20 UTC  (2+ messages)

[PATCH v4 3/3] remoteproc: qcom_q6v5_mss: Reload the mba region on coredump
 2020-03-07 23:20 UTC  (2+ messages)

[PATCH 02/17] drm/i915/execlists: Enable timeslice on partial virtual engine dequeue
 2020-03-07 23:20 UTC  (2+ messages)

[PATCH 2/2] usb: xhci: apply XHCI_SUSPEND_DELAY to AMD XHCI controller 1022:145c
 2020-03-07 23:20 UTC  (2+ messages)

[PATCH v3 1/1] remoteproc: Fix NULL pointer dereference in rproc_virtio_notify
 2020-03-07 23:20 UTC  (2+ messages)

+ mm-hotplug-fix-hot-remove-failure-in-sparsememvmemmap-case.patch added to -mm tree
 2020-03-07 20:58 UTC 

[PATCH] x86/kvm: Disable KVM_ASYNC_PF_SEND_ALWAYS
 2020-03-07 14:36 UTC  (4+ messages)

[PATCH] pinctrl: qcom: Guard irq_eoi()
 2020-03-07 10:28 UTC  (4+ messages)

[PATCH v6] MIPS: DTS: CI20: fix interrupt for pcf8563 RTC
 2020-03-07  9:06 UTC  (2+ messages)

[PATCH v6] MIPS: DTS: CI20: fix PMU definitions for ACT8600
 2020-03-07  9:06 UTC  (2+ messages)

[PATCH] x86/kprobes: Prohibit probing on rcu_nmi_exit() and ist_exit()
 2020-03-07  7:47 UTC  (3+ messages)

[merged] mm-hotplug-fix-page-online-with-debug_pagealloc-compiled-but-not-enabled.patch removed from -mm tree
 2020-03-07  4:01 UTC 

[merged] fat-fix-uninit-memory-access-for-partial-initialized-inode.patch removed from -mm tree
 2020-03-07  4:01 UTC 

[merged] mm-avoid-data-corruption-on-cow-fault-into-pfn-mapped-vma.patch removed from -mm tree
 2020-03-07  4:01 UTC 

[merged] mm-fix-possible-pmd-dirty-bit-lost-in-set_pmd_migration_entry.patch removed from -mm tree
 2020-03-07  4:01 UTC 

[merged] mm-numa-fix-bad-pmd-by-atomically-check-for-pmd_trans_huge-when-marking-page-tables-prot_numa.patch removed from -mm tree
 2020-03-07  4:01 UTC 

❌ FAIL: Test report for kernel 5.5.8-c302816.cki (stable-queue)
 2020-03-07  0:27 UTC  (2+ messages)

[PATCH 2/6] ASoC: jz4740-i2s: Fix divider written at incorrect offset in register
 2020-03-06 22:29 UTC 

[PATCH] pid: Fix error return value in some cases
 2020-03-06 16:00 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).