stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-10 14:31:04 to 2022-03-10 19:34:01 UTC [more...]

[PATCH 5.4 00/33] 5.4.184-rc2 review
 2022-03-10 19:33 UTC  (33+ messages)
` [PATCH 5.4 01/33] x86/speculation: Merge one test in spectre_v2_user_select_mitigation()
` [PATCH 5.4 02/33] x86,bugs: Unconditionally allow spectre_v2=retpoline,amd
` [PATCH 5.4 03/33] x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE
` [PATCH 5.4 04/33] x86/speculation: Add eIBRS + Retpoline options
` [PATCH 5.4 05/33] Documentation/hw-vuln: Update spectre doc
` [PATCH 5.4 06/33] x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation reporting
` [PATCH 5.4 07/33] x86/speculation: Use generic retpoline by default on AMD
` [PATCH 5.4 08/33] x86/speculation: Update link to AMD speculation whitepaper
` [PATCH 5.4 09/33] x86/speculation: Warn about Spectre v2 LFENCE mitigation
` [PATCH 5.4 10/33] x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT
` [PATCH 5.4 12/33] arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()
` [PATCH 5.4 13/33] ARM: report Spectre v2 status through sysfs
` [PATCH 5.4 14/33] ARM: early traps initialisation
` [PATCH 5.4 16/33] ARM: Spectre-BHB workaround
` [PATCH 5.4 17/33] ARM: include unprivileged BPF status in Spectre V2 reporting
` [PATCH 5.4 19/33] ARM: fix co-processor register typo
` [PATCH 5.4 20/33] ARM: Do not use NOCROSSREFS directive with ld.lld
` [PATCH 5.4 21/33] ARM: fix build warning in proc-v7-bugs.c
` [PATCH 5.4 22/33] xen/xenbus: dont let xenbus_grant_ring() remove grants in error case
` [PATCH 5.4 23/33] xen/grant-table: add gnttab_try_end_foreign_access()
` [PATCH 5.4 24/33] xen/blkfront: dont use gnttab_query_foreign_access() for mapped status
` [PATCH 5.4 25/33] xen/netfront: "
` [PATCH 5.4 26/33] xen/scsifront: "
` [PATCH 5.4 27/33] xen/gntalloc: dont use gnttab_query_foreign_access()
` [PATCH 5.4 28/33] xen: remove gnttab_query_foreign_access()
` [PATCH 5.4 29/33] xen/9p: use alloc/free_pages_exact()
` [PATCH 5.4 30/33] xen/pvcalls: "
` [PATCH 5.4 31/33] xen/gnttab: fix gnttab_end_foreign_access() without page specified
` [PATCH 5.4 32/33] xen/netfront: react properly to failing gnttab_end_foreign_access_ref()
` [PATCH 5.4 33/33] Revert "ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE"

[PATCH 5.10 00/58] 5.10.105-rc2 review
 2022-03-10 19:33 UTC  (56+ messages)
` [PATCH 5.10 01/58] x86,bugs: Unconditionally allow spectre_v2=retpoline,amd
` [PATCH 5.10 03/58] x86/speculation: Add eIBRS + Retpoline options
` [PATCH 5.10 05/58] x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation reporting
` [PATCH 5.10 06/58] x86/speculation: Use generic retpoline by default on AMD
` [PATCH 5.10 08/58] x86/speculation: Warn about Spectre v2 LFENCE mitigation
` [PATCH 5.10 10/58] ARM: report Spectre v2 status through sysfs
` [PATCH 5.10 11/58] ARM: early traps initialisation
` [PATCH 5.10 12/58] ARM: use LOADADDR() to get load address of sections
` [PATCH 5.10 13/58] ARM: Spectre-BHB workaround
` [PATCH 5.10 14/58] ARM: include unprivileged BPF status in Spectre V2 reporting
` [PATCH 5.10 15/58] arm64: cputype: Add CPU implementor & types for the Apple M1 cores
` [PATCH 5.10 16/58] arm64: Add Neoverse-N2, Cortex-A710 CPU part definition
` [PATCH 5.10 17/58] arm64: Add Cortex-X2 "
` [PATCH 5.10 18/58] arm64: Add Cortex-A510 "
` [PATCH 5.10 19/58] arm64: Add HWCAP for self-synchronising virtual counter
` [PATCH 5.10 21/58] arm64: cpufeature: add HWCAP for FEAT_AFP
` [PATCH 5.10 22/58] arm64: cpufeature: add HWCAP for FEAT_RPRES
` [PATCH 5.10 23/58] arm64: entry.S: Add ventry overflow sanity checks
` [PATCH 5.10 24/58] arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit
` [PATCH 5.10 25/58] arm64: entry: Make the trampoline cleanup optional
` [PATCH 5.10 26/58] arm64: entry: Free up another register on kptis tramp_exit path
` [PATCH 5.10 27/58] arm64: entry: Move the trampoline data page before the text page
` [PATCH 5.10 28/58] arm64: entry: Allow tramp_alias to access symbols after the 4K boundary
` [PATCH 5.10 29/58] arm64: entry: Dont assume tramp_vectors is the start of the vectors
` [PATCH 5.10 30/58] arm64: entry: Move trampoline macros out of ifdefd section
` [PATCH 5.10 31/58] arm64: entry: Make the kpti trampolines kpti sequence optional
` [PATCH 5.10 32/58] arm64: entry: Allow the trampoline text to occupy multiple pages
` [PATCH 5.10 33/58] arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations
` [PATCH 5.10 34/58] arm64: entry: Add vectors that have the bhb mitigation sequences
` [PATCH 5.10 35/58] arm64: entry: Add macro for reading symbol addresses from the trampoline
` [PATCH 5.10 36/58] arm64: Add percpu vectors for EL1
` [PATCH 5.10 37/58] arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2
` [PATCH 5.10 38/58] KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3A
` [PATCH 5.10 39/58] arm64: Mitigate spectre style branch history side channels
` [PATCH 5.10 40/58] KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated
` [PATCH 5.10 41/58] arm64: Use the clearbhb instruction in mitigations
` [PATCH 5.10 42/58] arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation reporting
` [PATCH 5.10 44/58] ARM: fix co-processor register typo
` [PATCH 5.10 45/58] ARM: Do not use NOCROSSREFS directive with ld.lld
` [PATCH 5.10 46/58] ARM: fix build warning in proc-v7-bugs.c
` [PATCH 5.10 47/58] xen/xenbus: dont let xenbus_grant_ring() remove grants in error case
` [PATCH 5.10 48/58] xen/grant-table: add gnttab_try_end_foreign_access()
` [PATCH 5.10 49/58] xen/blkfront: dont use gnttab_query_foreign_access() for mapped status
` [PATCH 5.10 50/58] xen/netfront: "
` [PATCH 5.10 51/58] xen/scsifront: "
` [PATCH 5.10 52/58] xen/gntalloc: dont use gnttab_query_foreign_access()
` [PATCH 5.10 53/58] xen: remove gnttab_query_foreign_access()
` [PATCH 5.10 54/58] xen/9p: use alloc/free_pages_exact()
` [PATCH 5.10 55/58] xen/pvcalls: "
` [PATCH 5.10 56/58] xen/gnttab: fix gnttab_end_foreign_access() without page specified
` [PATCH 5.10 57/58] xen/netfront: react properly to failing gnttab_end_foreign_access_ref()
` [PATCH 5.10 58/58] Revert "ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE"

[PATCH 5.15 00/58] 5.15.28-rc2 review
 2022-03-10 19:32 UTC  (62+ messages)
` [PATCH 5.15 01/58] slip: fix macro redefine warning
` [PATCH 5.15 02/58] x86,bugs: Unconditionally allow spectre_v2=retpoline,amd
` [PATCH 5.15 03/58] x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE
` [PATCH 5.15 04/58] x86/speculation: Add eIBRS + Retpoline options
` [PATCH 5.15 05/58] Documentation/hw-vuln: Update spectre doc
` [PATCH 5.15 06/58] x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation reporting
` [PATCH 5.15 07/58] x86/speculation: Use generic retpoline by default on AMD
` [PATCH 5.15 08/58] x86/speculation: Update link to AMD speculation whitepaper
` [PATCH 5.15 09/58] x86/speculation: Warn about Spectre v2 LFENCE mitigation
` [PATCH 5.15 10/58] x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT
` [PATCH 5.15 11/58] ARM: report Spectre v2 status through sysfs
` [PATCH 5.15 12/58] ARM: early traps initialisation
` [PATCH 5.15 13/58] ARM: use LOADADDR() to get load address of sections
` [PATCH 5.15 14/58] ARM: Spectre-BHB workaround
` [PATCH 5.15 15/58] ARM: include unprivileged BPF status in Spectre V2 reporting
` [PATCH 5.15 16/58] arm64: Add Neoverse-N2, Cortex-A710 CPU part definition
` [PATCH 5.15 17/58] arm64: Add HWCAP for self-synchronising virtual counter
` [PATCH 5.15 18/58] arm64: Add Cortex-X2 CPU part definition
` [PATCH 5.15 19/58] arm64: add ID_AA64ISAR2_EL1 sys register
` [PATCH 5.15 20/58] arm64: cpufeature: add HWCAP for FEAT_AFP
` [PATCH 5.15 21/58] arm64: cpufeature: add HWCAP for FEAT_RPRES
` [PATCH 5.15 22/58] arm64: entry.S: Add ventry overflow sanity checks
` [PATCH 5.15 23/58] arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit
` [PATCH 5.15 24/58] KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3A
` [PATCH 5.15 25/58] arm64: entry: Make the trampoline cleanup optional
` [PATCH 5.15 26/58] arm64: entry: Free up another register on kptis tramp_exit path
` [PATCH 5.15 27/58] arm64: entry: Move the trampoline data page before the text page
` [PATCH 5.15 28/58] arm64: entry: Allow tramp_alias to access symbols after the 4K boundary
` [PATCH 5.15 29/58] arm64: entry: Dont assume tramp_vectors is the start of the vectors
` [PATCH 5.15 30/58] arm64: entry: Move trampoline macros out of ifdefd section
` [PATCH 5.15 31/58] arm64: entry: Make the kpti trampolines kpti sequence optional
` [PATCH 5.15 32/58] arm64: entry: Allow the trampoline text to occupy multiple pages
` [PATCH 5.15 33/58] arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations
` [PATCH 5.15 34/58] arm64: entry: Add vectors that have the bhb mitigation sequences
` [PATCH 5.15 35/58] arm64: entry: Add macro for reading symbol addresses from the trampoline
` [PATCH 5.15 36/58] arm64: Add percpu vectors for EL1
` [PATCH 5.15 37/58] arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2
` [PATCH 5.15 38/58] arm64: Mitigate spectre style branch history side channels
` [PATCH 5.15 39/58] KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated
` [PATCH 5.15 40/58] arm64: Use the clearbhb instruction in mitigations
` [PATCH 5.15 41/58] arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation reporting
` [PATCH 5.15 42/58] ARM: fix build error when BPF_SYSCALL is disabled
` [PATCH 5.15 43/58] ARM: fix co-processor register typo
` [PATCH 5.15 44/58] ARM: Do not use NOCROSSREFS directive with ld.lld
` [PATCH 5.15 45/58] arm64: Do not include __READ_ONCE() block in assembly files
` [PATCH 5.15 46/58] ARM: fix build warning in proc-v7-bugs.c
` [PATCH 5.15 47/58] xen/xenbus: dont let xenbus_grant_ring() remove grants in error case
` [PATCH 5.15 48/58] xen/grant-table: add gnttab_try_end_foreign_access()
` [PATCH 5.15 49/58] xen/blkfront: dont use gnttab_query_foreign_access() for mapped status
` [PATCH 5.15 50/58] xen/netfront: "
` [PATCH 5.15 51/58] xen/scsifront: "
` [PATCH 5.15 52/58] xen/gntalloc: dont use gnttab_query_foreign_access()
` [PATCH 5.15 53/58] xen: remove gnttab_query_foreign_access()
` [PATCH 5.15 54/58] xen/9p: use alloc/free_pages_exact()
` [PATCH 5.15 55/58] xen/pvcalls: "
` [PATCH 5.15 56/58] xen/gnttab: fix gnttab_end_foreign_access() without page specified
` [PATCH 5.15 57/58] xen/netfront: react properly to failing gnttab_end_foreign_access_ref()
` [PATCH 5.15 58/58] Revert "ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE"

[PATCH 5.16 00/53] 5.16.14-rc2 review
 2022-03-10 19:32 UTC  (3+ messages)

[BUG] new MIPS compile error on v5.15.27
 2022-03-10 19:26 UTC  (7+ messages)

stable-rc/queue/5.16 baseline: 78 runs, 1 regressions (v5.16.13-53-g2ec2cdfafec8)
 2022-03-10 19:20 UTC 

[PATCH v2 net-next 1/2] bnx2x: Utilize firmware 7.13.21.0
 2022-03-10 19:14 UTC  (9+ messages)
  ` [EXT] "

[PATCH 4.19 00/33] 4.19.234-rc2 review
 2022-03-10 18:48 UTC  (20+ messages)
` [PATCH 4.19 06/33] x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation reporting
` [PATCH 4.19 08/33] x86/speculation: Update link to AMD speculation whitepaper
` [PATCH 4.19 10/33] x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT
` [PATCH 4.19 11/33] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [PATCH 4.19 12/33] arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()
` [PATCH 4.19 14/33] ARM: early traps initialisation
` [PATCH 4.19 23/33] xen/xenbus: dont let xenbus_grant_ring() remove grants in error case
` [PATCH 4.19 24/33] xen/grant-table: add gnttab_try_end_foreign_access()
` [PATCH 4.19 25/33] xen/blkfront: dont use gnttab_query_foreign_access() for mapped status
` [PATCH 4.19 26/33] xen/netfront: "
` [PATCH 4.19 27/33] xen/scsifront: "
` [PATCH 4.19 28/33] xen/gntalloc: dont use gnttab_query_foreign_access()
` [PATCH 4.19 29/33] xen: remove gnttab_query_foreign_access()
` [PATCH 4.19 30/33] xen/9p: use alloc/free_pages_exact()
` [PATCH 4.19 31/33] xen/pvcalls: "
` [PATCH 4.19 32/33] xen/gnttab: fix gnttab_end_foreign_access() without page specified
` [PATCH 4.19 33/33] xen/netfront: react properly to failing gnttab_end_foreign_access_ref()

[PATCH 4.14 00/31] 4.14.271-rc2 review
 2022-03-10 18:48 UTC  (2+ messages)

[PATCH 4.9 00/38] 4.9.306-rc2 review
 2022-03-10 18:48 UTC  (3+ messages)

stable-rc/queue/4.19 baseline: 48 runs, 1 regressions (v4.19.233-33-g003aa7f04490)
 2022-03-10 18:22 UTC 

[PATCH v6] x86/sgx: Free backing memory after faulting the enclave page
 2022-03-10 18:00 UTC  (4+ messages)

stable-rc/queue/4.14 build: 150 builds: 0 failed, 150 passed, 24 warnings (v4.14.270-31-g8028f7cf32b2)
 2022-03-10 17:45 UTC 

[PATCH] net: ipv6: fix invalid alloclen in __ip6_append_data
 2022-03-10 17:32 UTC  (10+ messages)

stable-rc/queue/5.10 baseline: 104 runs, 2 regressions (v5.10.104-57-g6d793b104fe2)
 2022-03-10 17:25 UTC 

stable-rc/queue/4.9 build: 130 builds: 2 failed, 128 passed, 2 errors, 30 warnings (v4.9.305-38-g6bf2ce654168)
 2022-03-10 16:50 UTC 

[PATCH bpf-next] bpf: Fix comment for helper bpf_current_task_under_cgroup()
 2022-03-10 16:29 UTC  (2+ messages)

stable-rc/queue/5.16 build: 117 builds: 4 failed, 113 passed, 7 errors, 4 warnings (v5.16.13-53-g2ec2cdfafec8)
 2022-03-10 15:51 UTC 

stable-rc/queue/5.4 baseline: 74 runs, 2 regressions (v5.4.183-20-g8a903f3601e4)
 2022-03-10 15:34 UTC 

[for-linus][PATCH 1/3] tracing/osnoise: Do not unregister events twice
 2022-03-10 15:04 UTC  (2+ messages)
` [for-linus][PATCH 2/3] tracing/osnoise: Force quiescent states while tracing

stable-rc/queue/4.19 build: 139 builds: 6 failed, 133 passed, 2 errors, 23 warnings (v4.19.233-33-g003aa7f04490)
 2022-03-10 14:53 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).