stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-16 05:57:12 to 2019-05-16 16:04:34 UTC [more...]

[PATCH 3.16 00/86] 3.16.68-rc1 review
 2019-05-16 15:55 UTC  (71+ messages)
` [PATCH 3.16 08/86] jump_label: Allow asm/jump_label.h to be included in assembly
` [PATCH 3.16 01/86] x86/cpufeature: Add bug flags to /proc/cpuinfo
` [PATCH 3.16 03/86] jump_label: Fix small typos in the documentation
` [PATCH 3.16 09/86] jump_label: Allow jump labels to be used in assembly
` [PATCH 3.16 75/86] x86/speculation: Move arch_smt_update() call to after mitigation decisions
` [PATCH 3.16 43/86] x86/speculation: Rework SMT state change
` [PATCH 3.16 68/86] x86/speculation/mds: Conditionally clear CPU buffers on idle entry
` [PATCH 3.16 78/86] x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off
` [PATCH 3.16 32/86] x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
` [PATCH 3.16 63/86] x86/speculation/mds: Add basic bug infrastructure for MDS
` [PATCH 3.16 64/86] x86/speculation/mds: Add BUG_MSBDS_ONLY
` [PATCH 3.16 34/86] x86/speculation: Update the TIF_SSBD comment
` [PATCH 3.16 79/86] cpu/speculation: Add 'mitigations=' cmdline option
` [PATCH 3.16 76/86] x86/speculation/mds: Add SMT warning message
` [PATCH 3.16 66/86] x86/speculation/mds: Add mds_clear_cpu_buffers()
` [PATCH 3.16 21/86] x86/asm: Error out if asm/jump_label.h is included inappropriately
` [PATCH 3.16 51/86] x86/speculation: Avoid __switch_to_xtra() calls
` [PATCH 3.16 41/86] x86/Kconfig: Select SCHED_SMT if SMP enabled
` [PATCH 3.16 45/86] x86/speculation: Mark string arrays const correctly
` [PATCH 3.16 77/86] x86/speculation/mds: Fix comment
` [PATCH 3.16 31/86] x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
` [PATCH 3.16 38/86] x86/speculation: Disable STIBP when enhanced IBRS is in use
` [PATCH 3.16 33/86] x86/speculation: Propagate information about RSB filling mitigation to sysfs
` [PATCH 3.16 70/86] x86/speculation/l1tf: Document l1tf in sysfs
` [PATCH 3.16 16/86] jump label, locking/static_keys: Update docs
` [PATCH 3.16 81/86] x86/speculation/mds: Add 'mitigations=' support for MDS
` [PATCH 3.16 44/86] x86/speculation: Reorder the spec_v2 code
` [PATCH 3.16 60/86] kvm: x86: Report STIBP on GET_SUPPORTED_CPUID
` [PATCH 3.16 80/86] x86/speculation: Support 'mitigations=' cmdline option
` [PATCH 3.16 40/86] x86/speculation: Reorganize speculation control MSRs update
` [PATCH 3.16 30/86] x86/cpu: Sanitize FAM6_ATOM naming
` [PATCH 3.16 50/86] x86/process: Consolidate and simplify switch_to_xtra() code
` [PATCH 3.16 39/86] x86/speculation: Rename SSBD update functions
` [PATCH 3.16 58/86] x86/speculation: Add seccomp Spectre v2 user space protection mode
` [PATCH 3.16 82/86] x86/mds: Add MDSUM variant to the MDS documentation
` [PATCH 3.16 37/86] x86/speculation: Move STIPB/IBPB string conditionals out of cpu_show_common()
` [PATCH 3.16 54/86] x86/speculation: Prepare arch_smt_update() for PRCTL mode
` [PATCH 3.16 52/86] x86/speculation: Prepare for conditional IBPB in switch_mm()
` [PATCH 3.16 69/86] x86/speculation/mds: Add mitigation control for MDS
` [PATCH 3.16 28/86] x86/speculation: Simplify the CPU bug detection logic
` [PATCH 3.16 71/86] x86/speculation/mds: Add sysfs reporting for MDS
` [PATCH 3.16 57/86] x86/speculation: Enable prctl mode for spectre_v2_user
` [PATCH 3.16 86/86] x86/bugs: Change L1TF mitigation string to match upstream
` [PATCH 3.16 59/86] x86/speculation: Provide IBPB always command line options
` [PATCH 3.16 48/86] x86/speculation: Add command line control for indirect branch speculation
` [PATCH 3.16 83/86] Documentation: Correct the possible MDS sysfs values
` [PATCH 3.16 23/86] x86/headers: Don't include asm/processor.h in asm/atomic.h
` [PATCH 3.16 29/86] x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigation
` [PATCH 3.16 24/86] x86/cpufeature: Carve out X86_FEATURE_*
` [PATCH 3.16 74/86] Documentation: Add MDS vulnerability documentation
` [PATCH 3.16 62/86] x86/speculation: Consolidate CPU whitelists
` [PATCH 3.16 73/86] Documentation: Move L1TF to separate directory
` [PATCH 3.16 15/86] locking/static_keys: Add a new static_key interface
` [PATCH 3.16 49/86] x86/speculation: Prepare for per task indirect branch speculation control
` [PATCH 3.16 53/86] x86/speculation: Split out TIF update
` [PATCH 3.16 46/86] x86/speculataion: Mark command line parser data __initdata
` [PATCH 3.16 85/86] x86/cpu/bugs: Use __initconst for 'const' init data
` [PATCH 3.16 61/86] x86/msr-index: Cleanup bit defines
` [PATCH 3.16 84/86] x86/speculation/mds: Fix documentation typo
` [PATCH 3.16 55/86] x86/speculation: Prevent stale SPEC_CTRL msr content
` [PATCH 3.16 67/86] x86/speculation/mds: Clear CPU buffers on exit to user
` [PATCH 3.16 65/86] x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests
` [PATCH 3.16 56/86] x86/speculation: Add prctl() control for indirect branch speculation
` [PATCH 3.16 12/86] jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers to the static_key* pattern
` [PATCH 3.16 47/86] x86/speculation: Unify conditional spectre v2 print functions
` [PATCH 3.16 26/86] locking/static_keys: Provide DECLARE and well as DEFINE macros
` [PATCH 3.16 25/86] locking/static_key: Fix concurrent static_key_slow_inc()
` [PATCH 3.16 20/86] jump_label: make static_key_enabled() work on static_key_true/false types too
` [PATCH 3.16 72/86] x86/speculation/mds: Add mitigation mode VMWERV
` [PATCH 3.16 42/86] sched: Add sched_smt_active()

Possible mis-backport of 4abb951b in 4.19.35 ("ACPICA: AML interpreter: add region addresses...")
 2019-05-16 15:36 UTC  (7+ messages)

[v2 PATCH] mm: mmu_gather: remove __tlb_reset_range() for force flush
 2019-05-16 15:29 UTC  (5+ messages)

Linux 3.18.140
 2019-05-16 15:05 UTC  (2+ messages)

[PATCH 3.18 00/86] 3.18.140-stable review
 2019-05-16 14:59 UTC  (6+ messages)
` [PATCH 3.18 78/86] bridge: Fix error path for kobject_init_and_add()

[PATCH 4.4 000/266] 4.4.180-stable review
 2019-05-16 14:23 UTC  (6+ messages)
` [PATCH 4.4 247/266] cpu/speculation: Add mitigations= cmdline option

[PATCH 4.9 00/51] 4.9.177-stable review
 2019-05-16 14:09 UTC  (3+ messages)

[PATCH 4.14 000/115] 4.14.120-stable review
 2019-05-16 14:05 UTC  (7+ messages)
` [PATCH 4.14 067/115] crypto: testmgr - add AES-CFB tests

[PATCH 4.19 000/113] 4.19.44-stable review
 2019-05-16 13:58 UTC  (3+ messages)

[PATCH 5.0 000/137] 5.0.17-stable review
 2019-05-16 13:56 UTC  (3+ messages)

[PATCH 5.1 00/46] 5.1.3-stable review
 2019-05-16 13:55 UTC  (7+ messages)

stable-rc/linux-3.18.y boot: 57 boots: 5 failed, 49 passed with 2 offline, 1 conflict (v3.18.140)
 2019-05-16 12:33 UTC 

stable/linux-3.18.y boot: 27 boots: 6 failed, 21 passed (v3.18.140)
 2019-05-16 12:24 UTC 

[PATCH AUTOSEL 5.0 01/34] xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink
 2019-05-16 11:39 UTC  (34+ messages)
` [PATCH AUTOSEL 5.0 02/34] xfrm: Reset secpath in xfrm failure
` [PATCH AUTOSEL 5.0 03/34] xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel module
` [PATCH AUTOSEL 5.0 04/34] vti4: ipip tunnel deregistration fixes
` [PATCH AUTOSEL 5.0 05/34] xfrm: clean up xfrm protocol checks
` [PATCH AUTOSEL 5.0 06/34] esp4: add length check for UDP encapsulation
` [PATCH AUTOSEL 5.0 07/34] xfrm: Honor original L3 slave device in xfrmi policy lookup
` [PATCH AUTOSEL 5.0 08/34] xfrm4: Fix uninitialized memory read in _decode_session4
` [PATCH AUTOSEL 5.0 09/34] ARC: PAE40: don't panic and instead turn off hw ioc
` [PATCH AUTOSEL 5.0 10/34] clk: sunxi-ng: nkmp: Avoid GENMASK(-1, 0)
` [PATCH AUTOSEL 5.0 11/34] KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit
` [PATCH AUTOSEL 5.0 12/34] KVM: PPC: Book3S: Protect memslots while validating user address
` [PATCH AUTOSEL 5.0 13/34] power: supply: cpcap-battery: Fix division by zero
` [PATCH AUTOSEL 5.0 14/34] securityfs: fix use-after-free on symlink traversal
` [PATCH AUTOSEL 5.0 15/34] apparmorfs: "
` [PATCH AUTOSEL 5.0 16/34] PCI: Fix issue with "pci=disable_acs_redir" parameter being ignored
` [PATCH AUTOSEL 5.0 17/34] x86: kvm: hyper-v: deal with buggy TLB flush requests from WS2012
` [PATCH AUTOSEL 5.0 18/34] mac80211: Fix kernel panic due to use of txq after free
` [PATCH AUTOSEL 5.0 19/34] net: ieee802154: fix missing checks for regmap_update_bits
` [PATCH AUTOSEL 5.0 20/34] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
` [PATCH AUTOSEL 5.0 21/34] power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG
` [PATCH AUTOSEL 5.0 22/34] tools: bpftool: fix infinite loop in map create
` [PATCH AUTOSEL 5.0 23/34] bpf: Fix preempt_enable_no_resched() abuse
` [PATCH AUTOSEL 5.0 24/34] qmi_wwan: new Wistron, ZTE and D-Link devices
` [PATCH AUTOSEL 5.0 25/34] iwlwifi: mvm: check for length correctness in iwl_mvm_create_skb()
` [PATCH AUTOSEL 5.0 26/34] sched/cpufreq: Fix kobject memleak
` [PATCH AUTOSEL 5.0 27/34] x86/mm/mem_encrypt: Disable all instrumentation for early SME setup
` [PATCH AUTOSEL 5.0 28/34] KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size
` [PATCH AUTOSEL 5.0 29/34] KVM: selftests: make hyperv_cpuid test pass on AMD
` [PATCH AUTOSEL 5.0 30/34] ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
` [PATCH AUTOSEL 5.0 31/34] i2c: designware: ratelimit 'transfer when suspended' errors
` [PATCH AUTOSEL 5.0 32/34] perf bench numa: Add define for RUSAGE_THREAD if not present
` [PATCH AUTOSEL 5.0 33/34] perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet
` [PATCH AUTOSEL 5.0 34/34] perf/x86/intel: Fix race in intel_pmu_disable_event()

[PATCH AUTOSEL 4.19 01/25] xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink
 2019-05-16 11:40 UTC  (25+ messages)
` [PATCH AUTOSEL 4.19 02/25] xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel module
` [PATCH AUTOSEL 4.19 03/25] vti4: ipip tunnel deregistration fixes
` [PATCH AUTOSEL 4.19 04/25] xfrm: clean up xfrm protocol checks
` [PATCH AUTOSEL 4.19 05/25] esp4: add length check for UDP encapsulation
` [PATCH AUTOSEL 4.19 06/25] xfrm: Honor original L3 slave device in xfrmi policy lookup
` [PATCH AUTOSEL 4.19 07/25] xfrm4: Fix uninitialized memory read in _decode_session4
` [PATCH AUTOSEL 4.19 08/25] clk: sunxi-ng: nkmp: Avoid GENMASK(-1, 0)
` [PATCH AUTOSEL 4.19 09/25] power: supply: cpcap-battery: Fix division by zero
` [PATCH AUTOSEL 4.19 10/25] securityfs: fix use-after-free on symlink traversal
` [PATCH AUTOSEL 4.19 11/25] apparmorfs: "
` [PATCH AUTOSEL 4.19 12/25] PCI: Fix issue with "pci=disable_acs_redir" parameter being ignored
` [PATCH AUTOSEL 4.19 13/25] x86: kvm: hyper-v: deal with buggy TLB flush requests from WS2012
` [PATCH AUTOSEL 4.19 14/25] mac80211: Fix kernel panic due to use of txq after free
` [PATCH AUTOSEL 4.19 15/25] net: ieee802154: fix missing checks for regmap_update_bits
` [PATCH AUTOSEL 4.19 16/25] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
` [PATCH AUTOSEL 4.19 17/25] power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG
` [PATCH AUTOSEL 4.19 18/25] bpf: Fix preempt_enable_no_resched() abuse
` [PATCH AUTOSEL 4.19 19/25] qmi_wwan: new Wistron, ZTE and D-Link devices
` [PATCH AUTOSEL 4.19 20/25] iwlwifi: mvm: check for length correctness in iwl_mvm_create_skb()
` [PATCH AUTOSEL 4.19 21/25] sched/cpufreq: Fix kobject memleak
` [PATCH AUTOSEL 4.19 22/25] x86/mm/mem_encrypt: Disable all instrumentation for early SME setup
` [PATCH AUTOSEL 4.19 23/25] ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
` [PATCH AUTOSEL 4.19 24/25] perf bench numa: Add define for RUSAGE_THREAD if not present
` [PATCH AUTOSEL 4.19 25/25] perf/x86/intel: Fix race in intel_pmu_disable_event()

[PATCH AUTOSEL 4.14 01/16] xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink
 2019-05-16 11:41 UTC  (16+ messages)
` [PATCH AUTOSEL 4.14 02/16] xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel module
` [PATCH AUTOSEL 4.14 03/16] vti4: ipip tunnel deregistration fixes
` [PATCH AUTOSEL 4.14 04/16] esp4: add length check for UDP encapsulation
` [PATCH AUTOSEL 4.14 05/16] xfrm4: Fix uninitialized memory read in _decode_session4
` [PATCH AUTOSEL 4.14 06/16] power: supply: cpcap-battery: Fix division by zero
` [PATCH AUTOSEL 4.14 07/16] securityfs: fix use-after-free on symlink traversal
` [PATCH AUTOSEL 4.14 08/16] apparmorfs: "
` [PATCH AUTOSEL 4.14 09/16] mac80211: Fix kernel panic due to use of txq after free
` [PATCH AUTOSEL 4.14 10/16] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
` [PATCH AUTOSEL 4.14 11/16] power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG
` [PATCH AUTOSEL 4.14 12/16] iwlwifi: mvm: check for length correctness in iwl_mvm_create_skb()
` [PATCH AUTOSEL 4.14 13/16] sched/cpufreq: Fix kobject memleak
` [PATCH AUTOSEL 4.14 14/16] x86/mm/mem_encrypt: Disable all instrumentation for early SME setup
` [PATCH AUTOSEL 4.14 15/16] ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
` [PATCH AUTOSEL 4.14 16/16] perf bench numa: Add define for RUSAGE_THREAD if not present

[PATCH AUTOSEL 4.9 1/9] xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink
 2019-05-16 11:41 UTC  (9+ messages)
` [PATCH AUTOSEL 4.9 2/9] xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel module
` [PATCH AUTOSEL 4.9 3/9] vti4: ipip tunnel deregistration fixes
` [PATCH AUTOSEL 4.9 4/9] xfrm4: Fix uninitialized memory read in _decode_session4
` [PATCH AUTOSEL 4.9 5/9] mac80211: Fix kernel panic due to use of txq after free
` [PATCH AUTOSEL 4.9 6/9] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
` [PATCH AUTOSEL 4.9 7/9] power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG
` [PATCH AUTOSEL 4.9 8/9] ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
` [PATCH AUTOSEL 4.9 9/9] perf bench numa: Add define for RUSAGE_THREAD if not present

[PATCH AUTOSEL 4.4 1/8] xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink
 2019-05-16 11:41 UTC  (8+ messages)
` [PATCH AUTOSEL 4.4 2/8] xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel module
` [PATCH AUTOSEL 4.4 3/8] vti4: ipip tunnel deregistration fixes
` [PATCH AUTOSEL 4.4 4/8] xfrm4: Fix uninitialized memory read in _decode_session4
` [PATCH AUTOSEL 4.4 5/8] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
` [PATCH AUTOSEL 4.4 6/8] power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG
` [PATCH AUTOSEL 4.4 7/8] ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
` [PATCH AUTOSEL 4.4 8/8] perf bench numa: Add define for RUSAGE_THREAD if not present

[PATCH AUTOSEL 3.18 1/6] xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink
 2019-05-16 11:41 UTC  (6+ messages)
` [PATCH AUTOSEL 3.18 2/6] xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel module
` [PATCH AUTOSEL 3.18 3/6] vti4: ipip tunnel deregistration fixes
` [PATCH AUTOSEL 3.18 4/6] mac80211: Fix kernel panic due to use of txq after free
` [PATCH AUTOSEL 3.18 5/6] ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
` [PATCH AUTOSEL 3.18 6/6] perf bench numa: Add define for RUSAGE_THREAD if not present

[PATCH] vsock/virtio: Initialize core virtio vsock before registering the driver
 2019-05-16  9:16 UTC  (9+ messages)

[PATCH] cpu/speculation: Warn on unsupported mitigations= parameter
 2019-05-16  8:16 UTC  (3+ 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).