stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-03 23:09:38 to 2021-02-05 17:11:05 UTC [more...]

[PATCH v3 0/2] TPM fixes
 2021-02-05 15:50 UTC  (17+ messages)
` [PATCH v3 1/2] tpm: fix reference counting for struct tpm_chip
` [PATCH v3 2/2] tpm: in tpm2_del_space check if ops pointer is still valid

[PATCH v2 1/2] s390/kvm: extend kvm_s390_shadow_fault to return entry pointer
 2021-02-05 14:05 UTC  (9+ messages)
` [PATCH v2 2/2] s390/kvm: VSIE: correctly handle MVPG when in VSIE

[PATCH 4.14 00/15] 4.14.220-rc1 review
 2021-02-05 14:09 UTC  (2+ messages)
` [PATCH 4.14 15/15] kthread: Extract KTHREAD_IS_PER_CPU

[PATCH 4.19 00/17] 4.19.174-rc1 review
 2021-02-05 14:08 UTC  (2+ messages)
` [PATCH 4.19 13/17] scsi: ibmvfc: Set default timeout to avoid crash during migration

[PATCH 5.10 00/57] 5.10.14-rc1 review
 2021-02-05 14:07 UTC  (2+ messages)
` [PATCH 5.10 42/57] nvme-pci: allow use of cmb on v1.4 controllers

stable-rc/queue/4.4 baseline: 86 runs, 9 regressions (v4.4.255-12-gcfd8bf18cea7)
 2021-02-05 16:57 UTC 

[PATCH 5.4 00/32] 5.4.96-rc1 review
 2021-02-05 14:07 UTC  (4+ messages)
` [PATCH 5.4 10/32] btrfs: backref, dont add refs from shared block when resolving normal backref
` [PATCH 5.4 12/32] btrfs: backref, use correct count to resolve normal data refs
` [PATCH 5.4 27/32] selftests/powerpc: Only test lwm/stmw on big endian

stable-rc/linux-4.4.y build: 188 builds: 0 failed, 188 passed, 13 warnings (v4.4.256-15-g8daa51cc2c986)
 2021-02-05 15:12 UTC 

stable-rc/queue/5.10 baseline: 159 runs, 1 regressions (v5.10.13-17-g3805d0d4554ff)
 2021-02-05 16:16 UTC 

stable-rc/queue/4.19 baseline: 137 runs, 5 regressions (v4.19.173-5-g9a0b47b184f3)
 2021-02-05 15:42 UTC 

stable-rc/queue/5.4 build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.95-32-g4af9560d1c93f)
 2021-02-05 15:44 UTC 

[PATCH 4.4 00/12] Futex back-port from v4.9
 2021-02-05 13:58 UTC  (3+ messages)

stable-rc/queue/4.14 build: 199 builds: 0 failed, 199 passed, 69 warnings (v4.14.219-7-gdff7aa6e5aaa)
 2021-02-05 13:58 UTC 

stable-rc/queue/4.4 build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.255-12-gcfd8bf18cea7)
 2021-02-05 13:28 UTC 

stable-rc/queue/5.10 baseline: 174 runs, 1 regressions (v5.10.13-15-g57e419dd2516)
 2021-02-05 12:06 UTC 

stable-rc/queue/5.4 baseline: 172 runs, 5 regressions (v5.4.95-8-g0a2f09bafabe0)
 2021-02-05 11:48 UTC 

stable-rc/queue/4.4 baseline: 100 runs, 12 regressions (v4.4.255-1-g747a76b66d28)
 2021-02-05 11:20 UTC 

FAILED: patch "[PATCH] net: lapb: Add locking to the lapb module" failed to apply to 5.10-stable tree
 2021-02-05 11:26 UTC  (3+ messages)

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

[PATCH 2/2] nvmem: qcom-spmi-sdam: Fix uninitialized pdev pointer
 2021-02-05 10:08 UTC 

Kernel version numbers after 4.9.255 and 4.4.255
 2021-02-05  9:33 UTC  (11+ messages)

stable-rc/queue/4.9 build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.255-13-g4073287b4900)
 2021-02-05  9:06 UTC 

stable-rc/queue/4.14 build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.219-4-g73b0dbfe84596)
 2021-02-05  8:59 UTC 

FAILED: patch "[PATCH] driver core: Extend device_is_dependent()" failed to apply to 4.14-stable tree
 2021-02-05  8:58 UTC  (3+ messages)

FAILED: patch "[PATCH] net_sched: gen_estimator: support large ewma log" failed to apply to 5.4-stable tree
 2021-02-05  8:57 UTC  (3+ messages)

FAILED: patch "[PATCH] usb: udc: core: Use lock when write to soft_connect" failed to apply to 4.4-stable tree
 2021-02-05  8:56 UTC  (3+ messages)

[PATCH 4.4 00/10] [Set 2] Futex back-port
 2021-02-05  8:55 UTC  (12+ messages)
` [PATCH 01/10] futex,rt_mutex: Provide futex specific rt_mutex API
` [PATCH 02/10] futex: Remove rt_mutex_deadlock_account_*()
` [PATCH 03/10] futex: Rework inconsistent rt_mutex/futex_q state
` [PATCH 04/10] futex: Avoid violating the 10th rule of futex
` [PATCH 05/10] futex: Replace pointless printk in fixup_owner()
` [PATCH 06/10] futex: Provide and use pi_state_update_owner()
` [PATCH 07/10] rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
` [PATCH 08/10] futex: Use pi_state_update_owner() in put_pi_state()
` [PATCH 09/10] futex: Simplify fixup_pi_state_owner()
` [PATCH 10/10] futex: Handle faults correctly for PI futexes

Some btrfs fixes for 5.4.x
 2021-02-05  8:54 UTC  (2+ messages)

FAILED: patch "[PATCH] iommu/vt-d: Do not use flush-queue when caching-mode is on" failed to apply to 5.10-stable tree
 2021-02-05  8:54 UTC  (3+ messages)

stable-rc/queue/4.19 build: 205 builds: 0 failed, 205 passed, 86 warnings (v4.19.173-3-g00c3d82a0479)
 2021-02-05  8:52 UTC 

Apply 28187dc8ebd938d574edfc6d9e0f9c51c21ff3f4 to linux-5.10.y
 2021-02-05  8:51 UTC  (2+ messages)

[PATCH 4.19] sysctl: handle overflow in proc_get_long
 2021-02-05  8:50 UTC  (2+ messages)

stable-rc/queue/5.10 build: 196 builds: 0 failed, 196 passed, 13 warnings (v5.10.13-15-g57e419dd2516)
 2021-02-05  8:36 UTC 

stable-rc/queue/5.4 build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.95-8-g0a2f09bafabe0)
 2021-02-05  8:18 UTC 

stable-rc/queue/4.4 build: 188 builds: 0 failed, 188 passed, 13 warnings (v4.4.255-1-g747a76b66d28)
 2021-02-05  7:51 UTC 

[stable-4.19 0/8] Some misc fixes
 2021-02-05  6:57 UTC  (4+ messages)
` [stable-4.19 8/8] md: Set prev_flush_start and flush_bio in an atomic way

Linux 5.11-rc5
 2021-02-05  6:54 UTC  (3+ messages)

[PATCH] drm/i915: Reject 446-480MHz HDMI clock on GLK
 2021-02-05  6:29 UTC  (2+ messages)
` [Intel-gfx] "

stable-rc/queue/5.4 baseline: 172 runs, 7 regressions (v5.4.95-8-gfa04fbb8e98b)
 2021-02-05  6:07 UTC 

stable-rc/queue/4.9 baseline: 116 runs, 7 regressions (v4.9.255-13-g43203066862ff)
 2021-02-05  5:53 UTC 

stable-rc/linux-5.4.y baseline: 172 runs, 6 regressions (v5.4.95-9-g5931cfeee8f6)
 2021-02-05  5:46 UTC 

stable-rc/queue/4.19 baseline: 155 runs, 7 regressions (v4.19.173-3-g36b41f5cc5e5)
 2021-02-05  5:34 UTC 

stable-rc/queue/4.14 baseline: 134 runs, 8 regressions (v4.14.219-4-gde3daf473304)
 2021-02-05  5:04 UTC 

stable-rc/queue/4.4 baseline: 105 runs, 10 regressions (v4.4.255-1-g59468a62b765)
 2021-02-05  4:52 UTC 

stable-rc/linux-4.9.y baseline: 116 runs, 8 regressions (v4.9.255-14-gd4780bd0ccefa)
 2021-02-05  4:47 UTC 

stable-rc/linux-4.4.y baseline: 105 runs, 10 regressions (v4.4.255-2-g60059b02327e)
 2021-02-05  4:30 UTC 

[PATCH] arm64: dts: agilex: fix phy interface bit shift for gmac1 and gmac2
 2021-02-05  4:29 UTC 

stable-rc/linux-4.14.y baseline: 140 runs, 6 regressions (v4.14.219-5-g737c5bc3613d3)
 2021-02-05  4:20 UTC 

stable-rc/linux-4.19.y baseline: 156 runs, 5 regressions (v4.19.173-4-gc9da8eea2eae)
 2021-02-05  4:05 UTC 

[PATCH] Revert "dts: phy: add GPIO number and active state used for phy reset"
 2021-02-05  3:41 UTC 

stable-rc/queue/5.4 build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.95-8-gfa04fbb8e98b)
 2021-02-05  2:38 UTC 

[patch 01/18] mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
 2021-02-05  2:33 UTC  (10+ messages)
` [patch 02/18] mm: hugetlb: fix a race between freeing and dissolving the page
` [patch 03/18] mm: hugetlb: fix a race between isolating and freeing page
` [patch 04/18] mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active
` [patch 06/18] mm, compaction: move high_pfn to the for loop scope
` [patch 07/18] mm/vmalloc: separate put pages and flush VM flags
` [patch 09/18] mm: thp: fix MADV_REMOVE deadlock on shmem THP
` [patch 10/18] memblock: do not start bottom-up allocations with kernel_end
` [patch 13/18] mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked()
` [patch 17/18] mm: hugetlb: fix missing put_page in gather_surplus_pages()

stable-rc/queue/4.9 build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.255-13-g43203066862ff)
 2021-02-05  2:23 UTC 

stable-rc/linux-5.4.y build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.95-9-g5931cfeee8f6)
 2021-02-05  2:17 UTC 

stable-rc/queue/4.19 build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.173-3-g36b41f5cc5e5)
 2021-02-05  2:05 UTC 

[PATCH] xen/netback: avoid race in xenvif_rx_ring_slots_available()
 2021-02-05  1:56 UTC  (4+ messages)

stable-rc/queue/5.10 build: 196 builds: 0 failed, 196 passed, 13 warnings (v5.10.13-14-g1338c0e853471)
 2021-02-05  1:55 UTC 

stable-rc/queue/4.14 build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.219-4-gde3daf473304)
 2021-02-05  1:34 UTC 

stable-rc/queue/4.4 build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.255-1-g59468a62b765)
 2021-02-05  1:23 UTC 

stable-rc/linux-4.9.y build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.255-14-gd4780bd0ccefa)
 2021-02-05  1:18 UTC 

stable-rc/linux-4.4.y build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.255-2-g60059b02327e)
 2021-02-05  1:00 UTC 

stable-rc/linux-5.10.y build: 196 builds: 0 failed, 196 passed, 13 warnings (v5.10.13-15-g62496af78642)
 2021-02-05  0:57 UTC 

✅ PASS: Test report for kernel 5.10.14-rc1 (stable)
 2021-02-05  0:54 UTC 

stable-rc/linux-4.14.y build: 200 builds: 0 failed, 200 passed, 69 warnings (v4.14.219-5-g737c5bc3613d3)
 2021-02-05  0:50 UTC 

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.173-4-gc9da8eea2eae)
 2021-02-05  0:36 UTC 

✅ PASS: Test report for kernel 5.10.13 (stable-queue)
 2021-02-05  0:32 UTC 

[PATCH AUTOSEL 5.4 01/26] ASoC: Intel: haswell: Add missing pm_ops
 2021-02-05  0:28 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 03/26] dm integrity: select CRYPTO_SKCIPHER
  ` [dm-devel] "

[PATCH] media: pwc-if: Use USB controller device when mapping DMA buffer
 2021-02-04 23:28 UTC 

✅ PASS: Test report for kernel 5.10.13 (stable-queue)
 2021-02-04 22:46 UTC 

[PATCH] io_uring: drop mm/files between task_work_submit
 2021-02-04 19:43 UTC  (2+ messages)

[tip: x86/urgent] x86/apic: Add extra serialization for non-serializing MSRs
 2021-02-04 19:37 UTC 

stable-rc/linux-4.4.y baseline: 64 runs, 2 regressions (v4.4.255)
 2021-02-04 19:28 UTC 

[PATCH 5.4 000/142] 5.4.44-rc1 review
 2021-02-04 15:04 UTC  (10+ messages)
` [PATCH 5.4 103/142] Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"

FAILED: patch "[PATCH] ACPI: thermal: Do not call acpi_thermal_check() directly" failed to apply to 5.4-stable tree
 2021-02-04 15:05 UTC  (3+ messages)
` [PATCH] ACPI: thermal: Do not call acpi_thermal_check() directly

FAILED: patch "[PATCH] arm64: Fix kernel address detection of __is_lm_address()" failed to apply to 5.4-stable tree
 2021-02-04 15:28 UTC  (5+ messages)

patch "staging: rtl8188eu: Add Edimax EW-7811UN V2 to device table" added to staging-testing
 2021-02-04 16:15 UTC 

[PATCH RESEND] random: fix the RNDRESEEDCRNG ioctl
 2021-02-04 15:59 UTC  (3+ messages)

stable-rc/linux-4.4.y build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.255)
 2021-02-04 15:58 UTC 

[PATCH 4.9 00/10] [Set 2] Futex back-port
 2021-02-04 15:15 UTC  (2+ messages)

FAILED: patch "[PATCH] net_sched: reject silly cell_log in qdisc_get_rtab()" failed to apply to 4.14-stable tree
 2021-02-04 15:10 UTC  (3+ messages)

FAILED: patch "[PATCH] tcp: make TCP_USER_TIMEOUT accurate for zero window probes" failed to apply to 5.4-stable tree
 2021-02-04 15:09 UTC  (3+ messages)

[PATCH v2 0/3] drm: panfrost: Coherency support
 2021-02-04 15:06 UTC  (2+ messages)

FAILED: patch "[PATCH] iwlwifi: mvm: fix the return type for DSM functions 1 and 2" failed to apply to 5.10-stable tree
 2021-02-04 14:57 UTC 

[PATCH v6] x86/sgx: Maintain encl->refcount for each encl->mm_list entry
 2021-02-04 14:38 UTC 

[RESEND PATCH] nvmem: qcom-spmi-sdam: Fix uninitialized pdev pointer
 2021-02-04 14:25 UTC  (2+ messages)

[PATCH] powerpc/kexec_file: fix FDT size estimation for kdump kernel
 2021-02-04 11:31 UTC 

[PATCH] arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55
 2021-02-04  9:54 UTC  (2+ messages)

[PATCH v2] misc: rtsx: init of rts522a add OCP power off when no card is present
 2021-02-04  8:31 UTC 

stable/linux-4.14.y baseline: 131 runs, 7 regressions (v4.14.219)
 2021-02-04  7:20 UTC 

[PATCH v3] PHY: Ingenic: Compile phy-ingenic-usb only if it was enabled
 2021-02-04  7:10 UTC  (2+ messages)

stable-rc/linux-5.10.y baseline: 175 runs, 2 regressions (v5.10.13)
 2021-02-04  7:03 UTC 

stable-rc/linux-5.4.y baseline: 169 runs, 6 regressions (v5.4.95)
 2021-02-04  6:48 UTC 

✅ PASS: Test report for kernel 5.10.12 (stable-queue)
 2021-02-04  6:44 UTC 

stable-rc/linux-4.19.y baseline: 152 runs, 6 regressions (v4.19.173)
 2021-02-04  6:31 UTC 

stable-rc/linux-4.9.y baseline: 100 runs, 5 regressions (v4.9.255)
 2021-02-04  6:01 UTC 

stable-rc/linux-4.14.y baseline: 117 runs, 10 regressions (v4.14.219)
 2021-02-04  5:37 UTC 

stable/linux-5.4.y baseline: 160 runs, 5 regressions (v5.4.95)
 2021-02-04  5:28 UTC 

stable/linux-4.19.y baseline: 141 runs, 6 regressions (v4.19.173)
 2021-02-04  5:15 UTC 

stable-rc/queue/4.9 baseline: 101 runs, 7 regressions (v4.9.254-32-g22fc97eddae5)
 2021-02-04  4:16 UTC 

stable-rc/queue/4.19 baseline: 142 runs, 5 regressions (v4.19.172-37-g60e641c2bf83)
 2021-02-04  4:00 UTC 

stable-rc/queue/5.10 baseline: 162 runs, 1 regressions (v5.10.12-143-gaa7eea29abb8)
 2021-02-04  3:55 UTC 

stable/linux-4.14.y build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.219)
 2021-02-04  3:51 UTC 

stable-rc/queue/5.4 baseline: 159 runs, 6 regressions (v5.4.94-61-g9977a800accb)
 2021-02-04  3:49 UTC 

stable-rc/linux-5.10.y build: 196 builds: 0 failed, 196 passed, 13 warnings (v5.10.13)
 2021-02-04  3:34 UTC 

stable-rc/queue/4.14 baseline: 122 runs, 6 regressions (v4.14.218-30-g21b21eb6c39f)
 2021-02-04  3:19 UTC 

stable-rc/linux-5.4.y build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.95)
 2021-02-04  3:19 UTC 

stable/linux-4.4.y baseline: 61 runs, 1 regressions (v4.4.255)
 2021-02-04  3:06 UTC 

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.173)
 2021-02-04  3:01 UTC 

stable/linux-4.9.y baseline: 105 runs, 6 regressions (v4.9.255)
 2021-02-04  2:49 UTC 

stable-rc/linux-4.9.y build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.255)
 2021-02-04  2:32 UTC 

stable/linux-5.10.y build: 196 builds: 0 failed, 196 passed, 13 warnings (v5.10.13)
 2021-02-04  2:32 UTC 

stable-rc/linux-4.14.y build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.219)
 2021-02-04  2:08 UTC 

stable/linux-5.4.y build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.95)
 2021-02-04  1:59 UTC 

stable/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.173)
 2021-02-04  1:46 UTC 

stable-rc/queue/4.9 build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.254-32-g22fc97eddae5)
 2021-02-04  0:46 UTC 

stable-rc/queue/4.19 build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.172-37-g60e641c2bf83)
 2021-02-04  0:30 UTC 

stable-rc/queue/5.10 build: 196 builds: 0 failed, 196 passed, 13 warnings (v5.10.12-143-gaa7eea29abb8)
 2021-02-04  0:25 UTC 

stable-rc/queue/5.4 build: 198 builds: 1 failed, 197 passed, 121 warnings (v5.4.94-61-g9977a800accb)
 2021-02-04  0:20 UTC 

stable-rc/queue/4.14 build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.218-30-g21b21eb6c39f)
 2021-02-03 23:50 UTC 

stable/linux-4.4.y build: 189 builds: 0 failed, 189 passed, 13 warnings (v4.4.255)
 2021-02-03 23:37 UTC 

stable/linux-4.9.y build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.255)
 2021-02-03 23:20 UTC 

[PATCH 5.10 000/142] 5.10.13-rc1 review
 2021-02-03 23:03 UTC  (7+ messages)

Linux 4.14.219
 2021-02-03 23:04 UTC 

Linux 4.9.255
 2021-02-03 23:04 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).