stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-28 16:18:28 to 2021-05-02 13:41:11 UTC [more...]

stable/linux-5.10.y build: 44 builds: 0 failed, 44 passed, 2 warnings (v5.10.34)
 2021-05-02 13:41 UTC 

stable-rc/queue/4.4 baseline: 84 runs, 9 regressions (v4.4.268-1-geb1e47db06cd)
 2021-05-02 13:32 UTC 

Patch "net: Make tcp_allowed_congestion_control readonly in non-init netns" has been added to the 5.10-stable tree
 2021-05-02 11:09 UTC  (4+ messages)
    ` Backport: "net: Make tcp_allowed_congestion_control readonly in non-init netns"

[PATCH 4.14 0/2] fix BPF backports
 2021-05-02 11:07 UTC  (4+ messages)
` [PATCH 4.14 1/2] bpf: Fix backport of "bpf: restrict unknown scalars of mixed signed bounds for unprivileged"
` [PATCH 4.14 2/2] bpf: fix up selftests after backports were fixed

request for 4.14-stable to 5.12-stable: 1d7ba0165d82 ("mips: Do not include hi and lo in clobber list for R6")
 2021-05-02 11:05 UTC  (2+ messages)

[PATCH 5.10 0/2] 5.10.34-rc1 review
 2021-05-02 11:03 UTC  (12+ messages)
` [PATCH 5.10 1/2] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()
` [PATCH 5.10 2/2] mei: me: add Alder Lake P device id

Linux 5.12.1
 2021-05-02  9:51 UTC  (2+ messages)

Linux 5.11.18
 2021-05-02  9:51 UTC  (2+ messages)

Linux 5.4.116
 2021-05-02  9:51 UTC  (2+ messages)

Linux 5.10.34
 2021-05-02  9:51 UTC  (2+ messages)

[PATCH 5.4 0/8] BPF backports for CVE-2021-29155
 2021-05-01 17:54 UTC  (13+ messages)
` [PATCH 5.4 1/8] bpf: Move off_reg into sanitize_ptr_alu
` [PATCH 5.4 2/8] bpf: Ensure off_reg has no mixed signed bounds for all types
` [PATCH 5.4 3/8] bpf: Rework ptr_limit into alu_limit and add common error path
` [PATCH 5.4 4/8] bpf: Improve verifier error messages for users
` [PATCH 5.4 5/8] bpf: Refactor and streamline bounds check into helper
` [PATCH 5.4 6/8] bpf: Move sanitize_val_alu out of op switch
` [PATCH 5.4 7/8] bpf: Tighten speculative pointer arithmetic mask
` [PATCH 5.4 8/8] bpf: Update selftests to reflect new error states

[PATCH 5.12 0/5] 5.12.1-rc1 review
 2021-05-01 13:14 UTC  (13+ messages)
` [PATCH 5.12 1/5] net: hso: fix NULL-deref on disconnect regression
` [PATCH 5.12 2/5] USB: CDC-ACM: fix poison/unpoison imbalance
` [PATCH 5.12 3/5] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()
` [PATCH 5.12 4/5] cfg80211: fix locking in netlink owner interface destruction
` [PATCH 5.12 5/5] mei: me: add Alder Lake P device id

[PATCH 5.11 0/3] 5.11.18-rc1 review
 2021-05-01 13:14 UTC  (8+ messages)
` [PATCH 5.11 1/3] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()
` [PATCH 5.11 2/3] drm/amd/display: Update modifier list for gfx10_3
` [PATCH 5.11 3/3] mei: me: add Alder Lake P device id

[PATCH 5.4 0/8] 5.4.116-rc1 review
 2021-05-01 13:13 UTC  (14+ messages)
` [PATCH 5.4 1/8] bpf: Move off_reg into sanitize_ptr_alu
` [PATCH 5.4 2/8] bpf: Ensure off_reg has no mixed signed bounds for all types
` [PATCH 5.4 3/8] bpf: Rework ptr_limit into alu_limit and add common error path
` [PATCH 5.4 4/8] bpf: Improve verifier error messages for users
` [PATCH 5.4 5/8] bpf: Refactor and streamline bounds check into helper
` [PATCH 5.4 6/8] bpf: Move sanitize_val_alu out of op switch
` [PATCH 5.4 7/8] bpf: Tighten speculative pointer arithmetic mask
` [PATCH 5.4 8/8] bpf: Update selftests to reflect new error states

[PATCH v2] ata: ahci_sunxi: Disable DIPM
 2021-05-01 12:32 UTC 

[PATCH 4.14 00/15] fix backports, add CVE-2021-29155 fixes
 2021-05-01  4:30 UTC  (16+ messages)
` [PATCH 4.14 01/15] bpf: Fix backport of "bpf: restrict unknown scalars of mixed signed bounds for unprivileged"
` [PATCH 4.14 02/15] bpf: fix up selftests after backports were fixed
` [PATCH 4.14 03/15] bpf, selftests: Fix up some test_verifier cases for unprivileged
` [PATCH 4.14 04/15] bpf: Move off_reg into sanitize_ptr_alu
` [PATCH 4.14 05/15] bpf: Ensure off_reg has no mixed signed bounds for all types
` [PATCH 4.14 06/15] bpf: Rework ptr_limit into alu_limit and add common error path
` [PATCH 4.14 07/15] bpf: Improve verifier error messages for users
` [PATCH 4.14 08/15] bpf: Refactor and streamline bounds check into helper
` [PATCH 4.14 09/15] bpf: Move sanitize_val_alu out of op switch
` [PATCH 4.14 10/15] bpf: Tighten speculative pointer arithmetic mask
` [PATCH 4.14 11/15] bpf: Update selftests to reflect new error states
` [PATCH 4.14 12/15] bpf: do not allow root to mangle valid pointers
` [PATCH 4.14 13/15] bpf/verifier: disallow pointer subtraction
` [PATCH 4.14 14/15] selftests/bpf: fix test_align
` [PATCH 4.14 15/15] selftests/bpf: make 'dubious pointer arithmetic' test useful

[for-next][PATCH 1/2] tracing: Map all PIDs to command lines
 2021-05-01  0:26 UTC  (2+ messages)
` [for-next][PATCH 2/2] tracing: Restructure trace_clock_global() to never block

[PATCH] cifs: fix regression when mounting shares with prefix paths
 2021-04-30 23:40 UTC  (2+ messages)

[RESEND][PATCH 1/2] keys: crypto: Replace BUG_ON() with WARN() in find_asymmetric_key()
 2021-04-30 23:27 UTC 

[PATCH v2] iommu/vt-d: Force to flush iotlb before creating superpage
 2021-04-30 22:50 UTC  (3+ messages)

[PATCH] Makefile: Move -Wno-unused-but-set-variable out of GCC only block
 2021-04-30 22:49 UTC  (2+ messages)

[PATCH 1/2] drm/dp: Handle zeroed port counts in drm_dp_read_downstream_info()
 2021-04-30 22:34 UTC 

stable-rc/queue/5.10 baseline: 159 runs, 1 regressions (v5.10.33-2-g5543059a29e2)
 2021-04-30 21:49 UTC 

[PATCH] cifs: fix automount regression of dfs links
 2021-04-30 20:56 UTC  (3+ messages)

stable-rc/queue/4.19 baseline: 137 runs, 4 regressions (v4.19.189-1-gbab36f93665a6)
 2021-04-30 20:51 UTC 

stable-rc/linux-5.10.y baseline: 161 runs, 1 regressions (v5.10.33-3-g9fe3189f108d)
 2021-04-30 20:51 UTC 

[PATCH v5 03/12] evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
 2021-04-30 20:28 UTC  (2+ messages)

stable-rc/linux-4.4.y baseline: 93 runs, 8 regressions (v4.4.268-2-g8de4e5f379d58)
 2021-04-30 20:15 UTC 

stable-rc/queue/4.4 baseline: 63 runs, 1 regressions (v4.4.268-1-g10c9a2bbb189b)
 2021-04-30 19:52 UTC 

stable-rc/linux-5.4.y baseline: 151 runs, 5 regressions (v5.4.115-9-g4f9e765c943d8)
 2021-04-30 19:44 UTC 

stable-rc/linux-4.14.y baseline: 120 runs, 6 regressions (v4.14.232-2-g2c1e4c171ff0)
 2021-04-30 19:08 UTC 

5.4.y, 4.14.y, 4.19.y [PATCH] ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()
 2021-04-30 19:05 UTC 

stable-rc/linux-4.19.y baseline: 94 runs, 3 regressions (v4.19.189-2-g1bd8f1c8ad2f0)
 2021-04-30 19:05 UTC 

5.4.y, 4.14.y, 4.19.y [PATCH] ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()
 2021-04-30 19:03 UTC 

stable-rc/queue/4.14 baseline: 119 runs, 5 regressions (v4.14.232-1-gcc63f168dbc1c)
 2021-04-30 19:02 UTC 

5.4.y, 4.14.y, 4.19.y [PATCH] ACPI: tables: x86: Reserve memory occupied by ACPI tables
 2021-04-30 18:55 UTC 

stable tree request - [PATCH] platform/x86: thinkpad_acpi: Correct thermal sensor allocation
 2021-04-30 18:46 UTC 

stable-rc/queue/5.10 build: 196 builds: 0 failed, 196 passed, 16 warnings (v5.10.33-2-g5543059a29e2)
 2021-04-30 18:19 UTC 

[PATCH v4 1/2] PCI: add AMD PCIe quirk for nvme shutdown opt
 2021-04-30 17:50 UTC  (2+ messages)

stable-rc/linux-5.10.y build: 196 builds: 0 failed, 196 passed, 16 warnings (v5.10.33-3-g9fe3189f108d)
 2021-04-30 17:22 UTC 

stable-rc/queue/4.19 build: 205 builds: 0 failed, 205 passed, 85 warnings (v4.19.189-1-gbab36f93665a6)
 2021-04-30 17:22 UTC 

[PATCH] drm/i915/display Try YCbCr420 color when RGB fails
 2021-04-30 16:56 UTC  (2+ messages)

stable-rc/linux-4.4.y build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.268-2-g8de4e5f379d58)
 2021-04-30 16:45 UTC 

Needed in 5.4.y: [PATCH 5.10 055/126] ACPI: tables: x86: Reserve memory occupied by ACPI tables
 2021-04-30 16:40 UTC  (6+ messages)

stable-rc/queue/5.4 build: 197 builds: 0 failed, 197 passed, 121 warnings (v5.4.115-8-g86667bd70e51)
 2021-04-30 16:32 UTC 

stable-rc/queue/4.4 baseline: 106 runs, 11 regressions (v4.4.268-1-gce891544df907)
 2021-04-30 16:31 UTC 

stable-rc/queue/4.4 build: 186 builds: 0 failed, 186 passed, 13 warnings (v4.4.268-1-g10c9a2bbb189b)
 2021-04-30 16:23 UTC 

stable-rc/linux-5.4.y build: 193 builds: 0 failed, 193 passed, 121 warnings (v5.4.115-9-g4f9e765c943d8)
 2021-04-30 16:15 UTC 

stable-rc/linux-4.14.y build: 189 builds: 0 failed, 189 passed, 65 warnings (v4.14.232-2-g2c1e4c171ff0)
 2021-04-30 15:38 UTC 

stable-rc/linux-4.19.y build: 159 builds: 0 failed, 159 passed, 72 warnings (v4.19.189-2-g1bd8f1c8ad2f0)
 2021-04-30 15:35 UTC 

stable-rc/queue/4.14 build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.232-1-gcc63f168dbc1c)
 2021-04-30 15:34 UTC 

[PATCH v6 1/3] reset: add missing empty function reset_control_rearm()
 2021-04-30 15:21 UTC 

[PATCH v6 1/3] reset: add missing empty function reset_control_rearm()
 2021-04-30 15:19 UTC 

[PATCH] usbip: vudc synchronize sysfs code paths
 2021-04-30 13:46 UTC  (2+ messages)

[PATCH] drm/amd/display: Update modifier list for gfx10_3
 2021-04-30 13:35 UTC  (2+ messages)

stable-rc/queue/5.10 build: 196 builds: 0 failed, 196 passed, 16 warnings (v5.10.33-1-gab3a0ce18e9e0)
 2021-04-30 13:21 UTC 

stable-rc/queue/4.4 build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.268-1-gce891544df907)
 2021-04-30 13:02 UTC 

[PATCH] thermal: intel: Initialize RW trip to THERMAL_TEMP_INVALID
 2021-04-30 12:23 UTC 

Semantic Bug: Privilege Bypass in timerfd for 4.4.y
 2021-04-30 11:40 UTC 

stable-rc/queue/5.10 build: 196 builds: 0 failed, 196 passed, 16 warnings (v5.10.33-1-g286378cedc2ba)
 2021-04-30  7:13 UTC 

[PATCH 134/190] Revert "md: Fix failed allocation of md_register_thread"
 2021-04-30  6:34 UTC  (4+ messages)

[patch 175/178] mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1
 2021-04-30  6:02 UTC 

[PATCH 5.12 -stable] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()
 2021-04-30  5:45 UTC  (2+ messages)

patch "dyndbg: fix parsing file query without a line-range suffix" added to char-misc-linus
 2021-04-30  5:43 UTC 

[PATCH] drm/amd/display: Update modifier list for gfx10_3
 2021-04-30  1:06 UTC 

Linux 5.4.115
 2021-04-30  0:38 UTC  (2+ messages)

Linux 4.19.189
 2021-04-30  0:37 UTC  (2+ messages)

Linux 5.10.33
 2021-04-30  0:36 UTC  (2+ messages)

[PATCH v1 2/2] mmc: cavium: Remove redundant if-statement checkup
 2021-04-29 20:30 UTC  (4+ messages)

[PATCH v2 5.10 0/9] preserve DMA offsets when using swiotlb
 2021-04-29 17:33 UTC  (10+ messages)
` [PATCH v2 5.10 1/9] driver core: add a min_align_mask field to struct device_dma_parameters
` [PATCH v2 5.10 2/9] swiotlb: add a IO_TLB_SIZE define
` [PATCH v2 5.10 3/9] swiotlb: factor out an io_tlb_offset helper
` [PATCH v2 5.10 4/9] swiotlb: factor out a nr_slots helper
` [PATCH v2 5.10 5/9] swiotlb: clean up swiotlb_tbl_unmap_single
` [PATCH v2 5.10 6/9] swiotlb: refactor swiotlb_tbl_map_single
` [PATCH v2 5.10 7/9] swiotlb: don't modify orig_addr in swiotlb_tbl_sync_single
` [PATCH v2 5.10 8/9] swiotlb: respect min_align_mask
` [PATCH v2 5.10 9/9] nvme-pci: set min_align_mask

[PATCH] hfsplus: Prevent corruption in shrinking truncate
 2021-04-29 16:51 UTC 

patch "nitro_enclaves: Fix stale file descriptors on failed usercopy" added to char-misc-linus
 2021-04-29 17:07 UTC 

[PATCH v1 0/1] Nitro Enclaves kernel driver issue fix
 2021-04-29 16:59 UTC  (2+ messages)
` [PATCH v1 1/1] nitro_enclaves: Fix stale file descriptors on failed usercopy

[PATCH] sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queues
 2021-04-29 15:04 UTC  (4+ messages)

[PATCH] perf/x86/intel/uncore: Fix M2M event umask for Ice Lake server
 2021-04-29 12:45 UTC 

[PATCH v4] nvme: rdma/tcp: fix list corruption with anatt timer
 2021-04-29 12:24 UTC  (2+ messages)

[PATCH 4.14 00/68] 4.14.231-rc1 review
 2021-04-29  9:01 UTC  (5+ messages)
` [PATCH 4.14 16/68] net: ensure mac header is set in virtio_net_hdr_to_skb()

Looking for a new opportunity
 2021-04-29  8:11 UTC 

[PATCH v6] powerpc/kexec_file: use current CPU info while setting up FDT
 2021-04-29  6:05 UTC  (3+ messages)

[PATCH v7] powerpc/kexec_file: use current CPU info while setting up FDT
 2021-04-29  6:02 UTC 

Linux 4.14.232
 2021-04-29  3:04 UTC  (2+ messages)

[PATCH v2] media: uvcvideo: Fix pixel format change for Elgato Cam Link 4K
 2021-04-28 23:03 UTC 

[PATCH] ext4: fix memory leak in ext4_fill_super
 2021-04-28 22:19 UTC 

stable-rc/linux-4.4.y baseline: 78 runs, 7 regressions (v4.4.268)
 2021-04-28 20:36 UTC 

stable-rc/linux-4.14.y baseline: 106 runs, 6 regressions (v4.14.232)
 2021-04-28 20:04 UTC 

stable-rc/linux-5.4.y baseline: 139 runs, 6 regressions (v5.4.115)
 2021-04-28 20:02 UTC 

stable-rc/linux-4.19.y baseline: 101 runs, 3 regressions (v4.19.189)
 2021-04-28 19:21 UTC 

stable-rc/linux-4.9.y baseline: 77 runs, 4 regressions (v4.9.268)
 2021-04-28 19:20 UTC 

[PATCH] drm/i915/display Try YCbCr420 color when RGB fails
 2021-04-28 17:38 UTC 

[PATCH v4] x86, sched: Fix the AMD CPPC maximum perf on some specific generations
 2021-04-28 17:08 UTC  (2+ messages)

stable-rc/linux-4.4.y build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.268)
 2021-04-28 17:07 UTC 

stable-rc/linux-5.10.y build: 193 builds: 0 failed, 193 passed, 16 warnings (v5.10.33)
 2021-04-28 17:00 UTC 

stable/linux-5.4.y baseline: 125 runs, 3 regressions (v5.4.115)
 2021-04-28 16:49 UTC 

stable/linux-4.19.y baseline: 109 runs, 3 regressions (v4.19.189)
 2021-04-28 16:41 UTC 

stable-rc/linux-4.14.y build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.232)
 2021-04-28 16:35 UTC 

stable-rc/linux-5.4.y build: 199 builds: 0 failed, 199 passed, 121 warnings (v5.4.115)
 2021-04-28 16:33 UTC 

[PATCH v5.10 0/8] preserve DMA offsets when using swiotlb
 2021-04-28 16:18 UTC  (8+ 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).