stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-30 13:57:23 to 2021-02-01 17:03:59 UTC [more...]

[PATCH v2] KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
 2021-02-01 17:03 UTC  (5+ messages)

[PATCH] spi: fsl: invert spisel_boot signal on MPC8309
 2021-02-01 16:46 UTC  (2+ messages)

FAILED: patch "[PATCH] Revert "dm raid: fix discard limits for raid1 and raid10"" failed to apply to 5.10-stable tree
 2021-02-01 16:08 UTC 

FAILED: patch "[PATCH] dm raid: fix discard limits for raid1 and raid10" failed to apply to 5.10-stable tree
 2021-02-01 16:07 UTC 

FAILED: patch "[PATCH] io_uring: fix flush cqring overflow list while" failed to apply to 5.10-stable tree
 2021-02-01 15:54 UTC 

FAILED: patch "[PATCH] netfilter: nft_dynset: honor stateful expressions in set" failed to apply to 5.10-stable tree
 2021-02-01 15:49 UTC 

FAILED: patch "[PATCH] netfilter: nft_dynset: dump expressions when set definition" failed to apply to 5.10-stable tree
 2021-02-01 15:50 UTC 

[PATCH 4.4 00/12] Futex back-port from v4.9
 2021-02-01 15:24 UTC  (14+ messages)
` [PATCH 01/12] y2038: futex: Move compat implementation into futex.c
` [PATCH 02/12] futex: Move futex exit handling into futex code
` [PATCH 03/12] futex: Replace PF_EXITPIDONE with a state
` [PATCH 04/12] exit/exec: Seperate mm_release()
` [PATCH 05/12] futex: Split futex_mm_release() for exit/exec
` [PATCH 06/12] futex: Set task::futex_state to DEAD right after handling futex exit
` [PATCH 07/12] futex: Mark the begin of futex exit explicitly
` [PATCH 08/12] futex: Sanitize exit state handling
` [PATCH 09/12] futex: Provide state handling for exec() as well
` [PATCH 10/12] futex: Add mutex around futex exit
` [PATCH 11/12] futex: Provide distinct return value when owner is exiting
` [PATCH 12/12] futex: Prevent exit livelock

[PATCH v4 0/2] mm: fix initialization of struct page for holes in memory layout
 2021-02-01 14:55 UTC  (13+ messages)
` [PATCH v4 1/2] x86/setup: always add the beginning of RAM as memblock.memory
` [PATCH v4 2/2] mm: fix initialization of struct page for holes in memory layout

[tip: x86/urgent] x86/debug: Fix DR6 handling
 2021-02-01 14:56 UTC 

[REGRESSION] "ALSA: HDA: Early Forbid of runtime PM" broke my laptop's internal audio
 2021-02-01 13:57 UTC  (3+ messages)

Request: xen: Fix XenStore initialisation for XS_LOCAL
 2021-02-01 13:57 UTC  (3+ messages)

[stable-5.4][PATCH] KVM: Forbid the use of tagged userspace addresses for memslots
 2021-02-01 13:55 UTC  (3+ messages)

FAILED: patch "[PATCH] KVM: Forbid the use of tagged userspace addresses for" failed to apply to 5.4-stable tree
 2021-02-01 13:50 UTC  (3+ messages)

patch "usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints" added to usb-linus
 2021-02-01 13:11 UTC 

patch "usb: renesas_usbhs: Clear pipe running flag in usbhs_pkt_pop()" added to usb-linus
 2021-02-01 13:11 UTC 

FAILED: patch "[PATCH] io_uring: reinforce cancel on flush during exit" failed to apply to 5.10-stable tree
 2021-02-01 12:54 UTC 

FAILED: patch "[PATCH] io_uring: fix list corruption for splice file_get" failed to apply to 5.10-stable tree
 2021-02-01 12:54 UTC 

FAILED: patch "[PATCH] io_uring: fix sqo ownership false positive warning" failed to apply to 5.10-stable tree
 2021-02-01 12:54 UTC 

FAILED: patch "[PATCH] io_uring: fix cancellation taking mutex while" failed to apply to 5.10-stable tree
 2021-02-01 12:54 UTC 

FAILED: patch "[PATCH] io_uring: if we see flush on exit, cancel related tasks" failed to apply to 5.10-stable tree
 2021-02-01 12:53 UTC 

FAILED: patch "[PATCH] io_uring: fix __io_uring_files_cancel() with" failed to apply to 5.10-stable tree
 2021-02-01 12:54 UTC 

FAILED: patch "[PATCH] io_uring: if we see flush on exit, cancel related tasks" failed to apply to 5.10-stable tree
 2021-02-01 12:52 UTC 

FAILED: patch "[PATCH] KVM: Forbid the use of tagged userspace addresses for" failed to apply to 4.9-stable tree
 2021-02-01 12:41 UTC 

FAILED: patch "[PATCH] KVM: Forbid the use of tagged userspace addresses for" failed to apply to 4.14-stable tree
 2021-02-01 12:41 UTC 

FAILED: patch "[PATCH] KVM: Forbid the use of tagged userspace addresses for" failed to apply to 4.19-stable tree
 2021-02-01 12:41 UTC 

FAILED: patch "[PATCH] KVM: Forbid the use of tagged userspace addresses for" failed to apply to 4.4-stable tree
 2021-02-01 12:41 UTC 

FAILED: patch "[PATCH] btrfs: fix possible free space tree corruption with online" failed to apply to 4.9-stable tree
 2021-02-01 12:38 UTC 

FAILED: patch "[PATCH] btrfs: fix possible free space tree corruption with online" failed to apply to 4.14-stable tree
 2021-02-01 12:38 UTC 

FAILED: patch "[PATCH] btrfs: fix possible free space tree corruption with online" failed to apply to 4.19-stable tree
 2021-02-01 12:38 UTC 

[PATCH 1/3] drm/panfrost: Clear MMU irqs before handling the fault
 2021-02-01 12:13 UTC  (4+ messages)
` [PATCH 2/3] drm/panfrost: Don't try to map pages that are already mapped

[PATCH 1/4] drm/dp_mst: Don't report ports connected if nothing is attached to them
 2021-02-01 12:01 UTC 

[PATCH 4.9 00/12] Futex back-port from v4.14
 2021-02-01 11:25 UTC  (14+ messages)
` [PATCH 01/12] y2038: futex: Move compat implementation into futex.c
` [PATCH 02/12] futex: Move futex exit handling into futex code
` [PATCH 03/12] futex: Replace PF_EXITPIDONE with a state
` [PATCH 04/12] exit/exec: Seperate mm_release()
` [PATCH 05/12] futex: Split futex_mm_release() for exit/exec
` [PATCH 06/12] futex: Set task::futex_state to DEAD right after handling futex exit
` [PATCH 07/12] futex: Mark the begin of futex exit explicitly
` [PATCH 08/12] futex: Sanitize exit state handling
` [PATCH 09/12] futex: Provide state handling for exec() as well
` [PATCH 10/12] futex: Add mutex around futex exit
` [PATCH 11/12] futex: Provide distinct return value when owner is exiting
` [PATCH 12/12] futex: Prevent exit livelock

linux-5.10.11 build failure
 2021-02-01  9:37 UTC  (5+ messages)

[next PATCH] usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints
 2021-02-01  9:20 UTC  (2+ messages)

[PATCH 01/11] x86/fault: Fix AMD erratum #91 errata fixup for user code
 2021-02-01  9:05 UTC  (2+ messages)

[git:media_tree/master] media: Revert "media: videobuf2: Fix length check for single plane dmabuf queueing"
 2021-01-12 14:49 UTC 

[git:media_tree/master] media: cec: add stm32 driver
 2021-01-26 18:15 UTC 

[git:media_tree/master] media: rc: ensure that uevent can be read directly after rc device register
 2021-01-04 10:00 UTC 

[git:media_tree/master] media: v4l2-subdev.h: BIT() is not available in userspace
 2021-01-26 18:14 UTC 

[git:media_tree/master] media: cedrus: Fix H264 decoding
 2021-01-26 18:15 UTC 

[git:media_tree/master] media: rc: fix timeout handling after switch to microsecond durations
 2021-01-11 11:58 UTC 

[git:media_tree/master] media: rc: ite-cir: fix min_timeout calculation
 2021-01-12 11:47 UTC 

[git:media_tree/master] media: hantro: Fix reset_raw_fmt initialization
 2021-01-26 18:16 UTC 

[PATCH] spi: spi-synquacer: fix set_cs handling
 2021-02-01  7:31 UTC 

[PATCH] watchdog: qcom: Remove incorrect usage of QCOM_WDT_ENABLE_IRQ
 2021-02-01  5:53 UTC 

[PATCH v2] exfat: fix shift-out-of-bounds in exfat_fill_super()
 2021-02-01  4:24 UTC  (3+ messages)

stable-rc/linux-4.19.y baseline: 161 runs, 4 regressions (v4.19.172-11-ga6e2645963a6)
 2021-01-31 23:13 UTC 

[PATCH 0/5] rcu/sched: Fix ignored rescheduling after rcu_eqs_enter() v4
 2021-01-31 23:05 UTC  (6+ messages)
` [PATCH 1/5] rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callers
` [PATCH 2/5] rcu/nocb: Perform deferred wake up before last idle's need_resched() check
` [PATCH 3/5] rcu/nocb: Trigger self-IPI on late deferred wake up before user resume
` [PATCH 4/5] entry: Explicitly flush pending rcuog wakeup before last rescheduling point
` [PATCH 5/5] entry/kvm: "

stable-rc/linux-4.4.y baseline: 104 runs, 12 regressions (v4.4.254-4-g6b7d62bc7866)
 2021-01-31 23:06 UTC 

stable-rc/linux-4.14.y baseline: 139 runs, 8 regressions (v4.14.218-6-gd4c2cced9de43)
 2021-01-31 22:49 UTC 

stable-rc/linux-4.9.y baseline: 122 runs, 7 regressions (v4.9.254-4-gc06b2e5b92ab)
 2021-01-31 22:34 UTC 

✅ PASS: Test report for kernel 5.10.12 (stable-queue)
 2021-01-31 22:27 UTC 

stable-rc/queue/4.9 baseline: 121 runs, 5 regressions (v4.9.254-3-g3946bf8b16e7)
 2021-01-31 21:59 UTC 

stable-rc/queue/5.4 baseline: 179 runs, 4 regressions (v5.4.94-13-g26fa1633c7ed7)
 2021-01-31 21:04 UTC 

stable-rc/queue/4.14 baseline: 139 runs, 5 regressions (v4.14.218-5-ga35d3dd51047)
 2021-01-31 21:13 UTC 

stable-rc/queue/5.10 baseline: 183 runs, 4 regressions (v5.10.12-31-g38757cf9716b)
 2021-01-31 21:09 UTC 

stable-rc/queue/4.19 baseline: 161 runs, 7 regressions (v4.19.172-10-g8a93a17a15db)
 2021-01-31 20:43 UTC 

stable-rc/queue/4.4 baseline: 104 runs, 12 regressions (v4.4.254-3-gcaa36223a4a96)
 2021-01-31 20:18 UTC 

stable-rc/linux-5.4.y build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.94-14-g760839d544dd2)
 2021-01-31 20:14 UTC 

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.172-11-ga6e2645963a6)
 2021-01-31 19:44 UTC 

stable-rc/queue/4.9 build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.254-3-g3946bf8b16e7)
 2021-01-31 18:30 UTC 

stable-rc/linux-4.14.y build: 200 builds: 0 failed, 200 passed, 68 warnings (v4.14.218-6-gd4c2cced9de43)
 2021-01-31 19:20 UTC 

stable-rc/queue/4.14 build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.218-5-ga35d3dd51047)
 2021-01-31 17:44 UTC 

stable-rc/linux-4.9.y build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.254-4-gc06b2e5b92ab)
 2021-01-31 19:05 UTC 

stable-rc/queue/4.9 baseline: 130 runs, 6 regressions (v4.9.254-3-g1ef1a4ed104f)
 2021-01-31 19:52 UTC 

stable-rc/linux-5.10.y build: 194 builds: 0 failed, 194 passed, 13 warnings (v5.10.12-32-g012692e93c3f)
 2021-01-31 18:41 UTC 

stable-rc/linux-4.4.y build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.254-4-g6b7d62bc7866)
 2021-01-31 19:37 UTC 

stable-rc/queue/5.4 build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.94-13-g26fa1633c7ed7)
 2021-01-31 17:35 UTC 

stable-rc/queue/5.10 build: 196 builds: 0 failed, 196 passed, 13 warnings (v5.10.12-31-g38757cf9716b)
 2021-01-31 17:39 UTC 

[PATCH v5 3/3] KEYS: trusted: Reserve TPM for seal and unseal operations
 2021-01-31 12:52 UTC  (4+ messages)

patch "USB: gadget: legacy: fix an error code in eth_bind()" added to usb-linus
 2021-01-31 12:53 UTC 

[PATCH v2] dts64: mt7622: fix slow sd card access
 2021-01-31 15:02 UTC  (2+ messages)

✅ PASS: Test report for kernel 5.10.12 (stable-queue)
 2021-01-31  8:09 UTC 

✅ PASS: Test report for kernel 5.10.12 (stable)
 2021-01-31  7:35 UTC 

stable-rc/queue/5.4 baseline: 171 runs, 6 regressions (v5.4.94-3-gd458f79e4451f)
 2021-01-31  4:28 UTC 

✅ PASS: Test report for kernel 5.10.11 (stable-queue)
 2021-01-31  4:02 UTC 

stable-rc/queue/4.19 baseline: 149 runs, 5 regressions (v4.19.172-1-g009a2be5663f)
 2021-01-31  2:27 UTC 

stable-rc/linux-4.19.y baseline: 130 runs, 6 regressions (v4.19.172)
 2021-01-31  1:45 UTC 

stable-rc/linux-4.14.y baseline: 117 runs, 7 regressions (v4.14.218)
 2021-01-31  1:18 UTC 

stable-rc/queue/5.4 build: 184 builds: 1 failed, 183 passed, 111 warnings (v5.4.94-3-gd458f79e4451f)
 2021-01-31  0:58 UTC 

stable-rc/linux-5.4.y baseline: 110 runs, 5 regressions (v5.4.94)
 2021-01-31  0:18 UTC 

stable-rc/linux-4.4.y baseline: 94 runs, 10 regressions (v4.4.254)
 2021-01-30 23:49 UTC 

stable-rc/linux-4.9.y baseline: 51 runs, 2 regressions (v4.9.254)
 2021-01-30 23:29 UTC 

stable-rc/queue/4.19 build: 198 builds: 0 failed, 198 passed, 85 warnings (v4.19.172-1-g009a2be5663f)
 2021-01-30 22:58 UTC 

stable-rc/queue/5.10 build: 186 builds: 0 failed, 186 passed, 12 warnings (v5.10.12-3-g0bb4aea7b36b5)
 2021-01-30 22:38 UTC 

stable-rc/linux-4.19.y build: 193 builds: 0 failed, 193 passed, 80 warnings (v4.19.172)
 2021-01-30 22:16 UTC 

stable-rc/linux-4.14.y build: 186 builds: 0 failed, 186 passed, 65 warnings (v4.14.218)
 2021-01-30 21:49 UTC 

stable-rc/linux-5.10.y build: 176 builds: 0 failed, 176 passed, 7 warnings (v5.10.12)
 2021-01-30 21:19 UTC 

stable-rc/linux-5.4.y build: 175 builds: 1 failed, 174 passed, 94 warnings (v5.4.94)
 2021-01-30 20:49 UTC 

stable-rc/linux-4.4.y build: 161 builds: 0 failed, 161 passed, 12 warnings (v4.4.254)
 2021-01-30 20:20 UTC 

stable-rc/linux-4.9.y build: 116 builds: 0 failed, 116 passed, 1 warning (v4.9.254)
 2021-01-30 20:00 UTC 

stable-rc/queue/4.14 baseline: 123 runs, 6 regressions (v4.14.218-1-gbde9446feb025)
 2021-01-30 19:56 UTC 

stable-rc/queue/4.9 baseline: 106 runs, 4 regressions (v4.9.254)
 2021-01-30 19:43 UTC 

stable/linux-5.10.y baseline: 170 runs, 1 regressions (v5.10.12)
 2021-01-30 19:35 UTC 

[PATCH v5] x86/sgx: Fix use-after-free in sgx_mmu_notifier_release()
 2021-01-30 19:26 UTC  (4+ messages)

stable-rc/queue/5.10 baseline: 174 runs, 1 regressions (v5.10.11-32-g6b6290ce1db5d)
 2021-01-30 19:12 UTC 

stable-rc/queue/5.4 baseline: 189 runs, 7 regressions (v5.4.93-18-gbe42724fb03a)
 2021-01-30 18:02 UTC 

stable/linux-4.19.y baseline: 168 runs, 6 regressions (v4.19.172)
 2021-01-30 17:59 UTC 

stable/linux-4.4.y baseline: 114 runs, 13 regressions (v4.4.254)
 2021-01-30 17:41 UTC 

stable/linux-4.9.y baseline: 133 runs, 7 regressions (v4.9.254)
 2021-01-30 17:29 UTC 

Linux 5.10.12
 2021-01-30 14:10 UTC  (2+ messages)

stable/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.172)
 2021-01-30 14:29 UTC 

stable-rc/queue/4.14 build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.218-1-gbde9446feb025)
 2021-01-30 16:26 UTC 

stable-rc/queue/5.4 build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.93-18-gbe42724fb03a)
 2021-01-30 14:33 UTC 

stable/linux-4.14.y build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.218)
 2021-01-30 14:40 UTC 

stable/linux-5.4.y build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.94)
 2021-01-30 15:13 UTC 

Patch for stable: iwlwifi: provide gso_type to GSO packets
 2021-01-30 14:53 UTC  (2+ messages)

[PATCH for-4.19.y] xen/privcmd: allow fetching resource sizes
 2021-01-30 15:24 UTC 

stable-rc/queue/4.9 build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.254)
 2021-01-30 16:14 UTC 

stable/linux-5.10.y build: 196 builds: 0 failed, 196 passed, 13 warnings (v5.10.12)
 2021-01-30 16:06 UTC 

FAILED: patch "[PATCH] ACPI: thermal: Do not call acpi_thermal_check() directly" failed to apply to 4.4-stable tree
 2021-01-30 15:21 UTC 

FAILED: patch "[PATCH] ACPI: thermal: Do not call acpi_thermal_check() directly" failed to apply to 5.4-stable tree
 2021-01-30 15:21 UTC 

FAILED: patch "[PATCH] ACPI: thermal: Do not call acpi_thermal_check() directly" failed to apply to 4.14-stable tree
 2021-01-30 15:21 UTC 

FAILED: patch "[PATCH] ACPI: thermal: Do not call acpi_thermal_check() directly" failed to apply to 4.9-stable tree
 2021-01-30 15:21 UTC 

FAILED: patch "[PATCH] ACPI: thermal: Do not call acpi_thermal_check() directly" failed to apply to 4.19-stable tree
 2021-01-30 15:21 UTC 

stable-rc/queue/5.10 build: 196 builds: 0 failed, 196 passed, 13 warnings (v5.10.11-32-g6b6290ce1db5d)
 2021-01-30 15:43 UTC 

stable-rc/queue/4.19 build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.171-26-gd03801cf693b)
 2021-01-30 15:14 UTC 

FAILED: patch "[PATCH] nbd: freeze the queue while we're adding connections" failed to apply to 4.4-stable tree
 2021-01-30 14:54 UTC 

FAILED: patch "[PATCH] nbd: freeze the queue while we're adding connections" failed to apply to 4.9-stable tree
 2021-01-30 14:54 UTC 

[PATCH 4.9 00/30] 4.9.254-rc1 review
 2021-01-30 14:12 UTC  (6+ messages)

stable/linux-4.4.y build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.254)
 2021-01-30 14:12 UTC 

Linux 5.4.94
 2021-01-30 14:10 UTC  (2+ messages)

Linux 4.19.172
 2021-01-30 14:10 UTC  (2+ messages)

Linux 4.14.218
 2021-01-30 14:10 UTC  (2+ messages)

Linux 4.9.254
 2021-01-30 14:10 UTC  (2+ messages)

Linux 4.4.254
 2021-01-30 14:10 UTC  (2+ messages)

stable/linux-4.9.y build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.254)
 2021-01-30 14:00 UTC 

[PATCH] media: smipcie: fix interrupt handling and IR timeout
 2021-01-30 13:56 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).