public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-21 18:05:50 to 2022-07-22 09:23:23 UTC [more...]

[PATCH 5.15 00/89] 5.15.57-rc1 review
 2022-07-22  9:11 UTC  (50+ messages)
` [PATCH 5.15 01/89] x86/traps: Use pt_regs directly in fixup_bad_iret()
` [PATCH 5.15 02/89] x86/entry: Switch the stack after error_entry() returns
` [PATCH 5.15 03/89] x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry()
` [PATCH 5.15 04/89] x86/entry: Dont call error_entry() for XENPV
` [PATCH 5.15 05/89] objtool: Classify symbols
` [PATCH 5.15 06/89] objtool: Explicitly avoid self modifying code in .altinstr_replacement
` [PATCH 5.15 07/89] objtool: Shrink struct instruction
` [PATCH 5.15 08/89] objtool,x86: Replace alternatives with .retpoline_sites
` [PATCH 5.15 09/89] objtool: Introduce CFI hash
` [PATCH 5.15 10/89] x86/retpoline: Remove unused replacement symbols
` [PATCH 5.15 11/89] x86/asm: Fix register order
` [PATCH 5.15 12/89] x86/asm: Fixup odd GEN-for-each-reg.h usage
` [PATCH 5.15 13/89] x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h
` [PATCH 5.15 14/89] x86/retpoline: Create a retpoline thunk array
` [PATCH 5.15 15/89] x86/alternative: Implement .retpoline_sites support
` [PATCH 5.15 16/89] x86/alternative: Handle Jcc __x86_indirect_thunk_\reg
` [PATCH 5.15 17/89] x86/alternative: Try inline spectre_v2=retpoline,amd
` [PATCH 5.15 18/89] x86/alternative: Add debug prints to apply_retpolines()
` [PATCH 5.15 19/89] bpf,x86: Simplify computing label offsets
` [PATCH 5.15 20/89] bpf,x86: Respect X86_FEATURE_RETPOLINE*
` [PATCH 5.15 21/89] objtool: Default ignore INT3 for unreachable
` [PATCH 5.15 22/89] x86/entry: Remove skip_r11rcx
` [PATCH 5.15 23/89] x86/realmode: build with -D__DISABLE_EXPORTS
` [PATCH 5.15 24/89] x86/kvm/vmx: Make noinstr clean
` [PATCH 5.15 25/89] x86/cpufeatures: Move RETPOLINE flags to word 11
` [PATCH 5.15 26/89] x86/retpoline: Cleanup some #ifdefery
` [PATCH 5.15 27/89] x86/retpoline: Swizzle retpoline thunk
` [PATCH 5.15 28/89] x86/retpoline: Use -mfunction-return
` [PATCH 5.15 29/89] x86: Undo return-thunk damage
` [PATCH 5.15 30/89] x86,objtool: Create .return_sites
` [PATCH 5.15 31/89] objtool: skip non-text sections when adding return-thunk sites
` [PATCH 5.15 32/89] x86,static_call: Use alternative RET encoding
` [PATCH 5.15 33/89] x86/ftrace: "
` [PATCH 5.15 34/89] x86/bpf: "
` [PATCH 5.15 36/89] x86/vsyscall_emu/64: Dont use RET in vsyscall emulation
` [PATCH 5.15 37/89] x86/sev: Avoid using __x86_return_thunk
` [PATCH 5.15 38/89] x86: Use return-thunk in asm code
` [PATCH 5.15 39/89] x86/entry: Avoid very early RET
` [PATCH 5.15 45/89] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH 5.15 46/89] x86/entry: Add kernel IBRS implementation
` [PATCH 5.15 47/89] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH 5.15 48/89] x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
` [PATCH 5.15 49/89] x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation()
` [PATCH 5.15 50/89] x86/bugs: Report Intel retbleed vulnerability
` [PATCH 5.15 51/89] intel_idle: Disable IBRS during long idle
` [PATCH 5.15 52/89] objtool: Update Retpoline validation
` [PATCH 5.15 53/89] x86/xen: Rename SYS* entry points
` [PATCH 5.15 54/89] x86/xen: Add UNTRAIN_RET
` [PATCH 5.15 55/89] x86/bugs: Add retbleed=ibpb

[PATCH 5.18 00/70] 5.18.14-rc1 review
 2022-07-22  9:08 UTC  (71+ messages)
` [PATCH 5.18 01/70] x86/traps: Use pt_regs directly in fixup_bad_iret()
` [PATCH 5.18 02/70] x86/entry: Switch the stack after error_entry() returns
` [PATCH 5.18 03/70] x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry()
` [PATCH 5.18 04/70] x86/entry: Dont call error_entry() for XENPV
` [PATCH 5.18 05/70] x86/entry: Remove skip_r11rcx
` [PATCH 5.18 06/70] x86/kvm/vmx: Make noinstr clean
` [PATCH 5.18 07/70] x86/cpufeatures: Move RETPOLINE flags to word 11
` [PATCH 5.18 08/70] x86/retpoline: Cleanup some #ifdefery
` [PATCH 5.18 09/70] x86/retpoline: Swizzle retpoline thunk
` [PATCH 5.18 10/70] x86/retpoline: Use -mfunction-return
` [PATCH 5.18 11/70] x86: Undo return-thunk damage
` [PATCH 5.18 12/70] x86,objtool: Create .return_sites
` [PATCH 5.18 13/70] objtool: skip non-text sections when adding return-thunk sites
` [PATCH 5.18 14/70] x86,static_call: Use alternative RET encoding
` [PATCH 5.18 15/70] x86/ftrace: "
` [PATCH 5.18 16/70] x86/bpf: "
` [PATCH 5.18 17/70] x86/kvm: Fix SETcc emulation for return thunks
` [PATCH 5.18 18/70] x86/vsyscall_emu/64: Dont use RET in vsyscall emulation
` [PATCH 5.18 19/70] x86/sev: Avoid using __x86_return_thunk
` [PATCH 5.18 20/70] x86: Use return-thunk in asm code
` [PATCH 5.18 21/70] x86/entry: Avoid very early RET
` [PATCH 5.18 22/70] objtool: Treat .text.__x86.* as noinstr
` [PATCH 5.18 23/70] x86: Add magic AMD return-thunk
` [PATCH 5.18 24/70] x86/bugs: Report AMD retbleed vulnerability
` [PATCH 5.18 25/70] x86/bugs: Add AMD retbleed= boot parameter
` [PATCH 5.18 26/70] x86/bugs: Enable STIBP for JMP2RET
` [PATCH 5.18 27/70] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH 5.18 28/70] x86/entry: Add kernel IBRS implementation
` [PATCH 5.18 29/70] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH 5.18 30/70] x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
` [PATCH 5.18 31/70] x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation()
` [PATCH 5.18 32/70] x86/bugs: Report Intel retbleed vulnerability
` [PATCH 5.18 33/70] intel_idle: Disable IBRS during long idle
` [PATCH 5.18 34/70] objtool: Update Retpoline validation
` [PATCH 5.18 35/70] x86/xen: Rename SYS* entry points
` [PATCH 5.18 36/70] x86/xen: Add UNTRAIN_RET
` [PATCH 5.18 37/70] x86/bugs: Add retbleed=ibpb
` [PATCH 5.18 38/70] x86/bugs: Do IBPB fallback check only once
` [PATCH 5.18 39/70] objtool: Add entry UNRET validation
` [PATCH 5.18 40/70] x86/cpu/amd: Add Spectral Chicken
` [PATCH 5.18 41/70] x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
` [PATCH 5.18 42/70] x86/speculation: Fix firmware entry SPEC_CTRL handling
` [PATCH 5.18 43/70] x86/speculation: Fix SPEC_CTRL write on SMT state change
` [PATCH 5.18 44/70] x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit
` [PATCH 5.18 45/70] x86/speculation: Remove x86_spec_ctrl_mask
` [PATCH 5.18 46/70] objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
` [PATCH 5.18 47/70] KVM: VMX: Flatten __vmx_vcpu_run()
` [PATCH 5.18 48/70] KVM: VMX: Convert launched argument to flags
` [PATCH 5.18 49/70] KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
` [PATCH 5.18 50/70] KVM: VMX: Fix IBRS handling after vmexit
` [PATCH 5.18 51/70] x86/speculation: Fill RSB on vmexit for IBRS
` [PATCH 5.18 52/70] KVM: VMX: Prevent RSB underflow before vmenter
` [PATCH 5.18 53/70] x86/common: Stamp out the stepping madness
` [PATCH 5.18 54/70] x86/cpu/amd: Enumerate BTC_NO
` [PATCH 5.18 55/70] x86/retbleed: Add fine grained Kconfig knobs
` [PATCH 5.18 56/70] x86/bugs: Add Cannon lake to RETBleed affected CPU list
` [PATCH 5.18 57/70] x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entry
` [PATCH 5.18 58/70] x86/bugs: Do not enable IBPB-on-entry when IBPB is not supported
` [PATCH 5.18 59/70] x86/kexec: Disable RET on kexec
` [PATCH 5.18 60/70] x86/speculation: Disable RRSBA behavior
` [PATCH 5.18 61/70] x86/static_call: Serialize __static_call_fixup() properly
` [PATCH 5.18 62/70] x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit
` [PATCH 5.18 63/70] x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current
` [PATCH 5.18 64/70] efi/x86: use naked RET on mixed mode call wrapper
` [PATCH 5.18 65/70] x86/kvm: fix FASTOP_SIZE when return thunks are enabled
` [PATCH 5.18 66/70] KVM: emulate: do not adjust size of fastop and setcc subroutines
` [PATCH 5.18 67/70] tools arch x86: Sync the msr-index.h copy with the kernel sources
` [PATCH 5.18 68/70] tools headers cpufeatures: Sync "
` [PATCH 5.18 69/70] x86/bugs: Remove apostrophe typo
` [PATCH 5.18 70/70] um: Add missing apply_returns()

stable-rc/queue/5.18 baseline: 156 runs, 1 regressions (v5.18.12-227-ga1ea64ad5b42)
 2022-07-22  8:59 UTC 

Linux 5.18.13
 2022-07-22  8:42 UTC  (2+ messages)

[PATCH 5.18 000/227] 5.18.13-rc3 review
 2022-07-22  8:22 UTC  (6+ messages)

stable-rc/linux-4.14.y baseline: 129 runs, 17 regressions (v4.14.289)
 2022-07-22  8:18 UTC 

patch "iio: light: isl29028: Fix the warning in isl29028_remove()" added to char-misc-next
 2022-07-22  8:07 UTC 

patch "iio: fix iio_format_avail_range() printing for none IIO_VAL_INT" added to char-misc-next
 2022-07-22  8:07 UTC 

patch "iio: light: isl29028: Fix the warning in isl29028_remove()" added to char-misc-testing
 2022-07-22  8:03 UTC 

patch "iio: fix iio_format_avail_range() printing for none IIO_VAL_INT" added to char-misc-testing
 2022-07-22  8:03 UTC 

[PATCH 5.4] ext4: fix race condition between ext4_ioctl_setflags and ext4_fiemap
 2022-07-22  7:33 UTC 

stable-rc/linux-5.4.y baseline: 158 runs, 17 regressions (v5.4.207)
 2022-07-22  7:21 UTC 

stable-rc/linux-5.10.y build: 177 builds: 3 failed, 174 passed, 4 errors, 9 warnings (v5.10.132)
 2022-07-22  7:15 UTC 

stable-rc/linux-5.18.y baseline: 173 runs, 1 regressions (v5.18.12-228-gec4d1360df1a)
 2022-07-22  6:46 UTC 

stable/linux-5.15.y build: 185 builds: 4 failed, 181 passed, 14 errors, 7 warnings (v5.15.56)
 2022-07-22  6:35 UTC 

stable-rc/linux-4.19.y baseline: 123 runs, 8 regressions (v4.19.253)
 2022-07-22  6:03 UTC 

stable-rc/queue/5.18 build: 140 builds: 2 failed, 138 passed, 5 errors, 2 warnings (v5.18.12-227-ga1ea64ad5b42)
 2022-07-22  5:30 UTC 

stable-rc/linux-4.14.y build: 196 builds: 3 failed, 193 passed, 2 errors, 32 warnings (v4.14.289)
 2022-07-22  4:49 UTC 

stable-rc/queue/5.4 baseline: 138 runs, 16 regressions (v5.4.206-71-ga4fc7c62d164)
 2022-07-22  4:32 UTC 

stable-rc/linux-4.9.y build: 183 builds: 3 failed, 180 passed, 2 errors, 34 warnings (v4.9.324)
 2022-07-22  4:20 UTC 

stable-rc/linux-5.4.y build: 189 builds: 3 failed, 186 passed, 4 errors, 28 warnings (v5.4.207)
 2022-07-22  3:51 UTC 

stable/linux-4.14.y baseline: 130 runs, 17 regressions (v4.14.289)
 2022-07-22  3:38 UTC 

stable-rc/linux-5.18.y build: 176 builds: 2 failed, 174 passed, 6 errors, 2 warnings (v5.18.12-228-gec4d1360df1a)
 2022-07-22  3:17 UTC 

stable/linux-5.10.y baseline: 178 runs, 17 regressions (v5.10.132)
 2022-07-22  3:07 UTC 

stable-rc/linux-4.19.y build: 190 builds: 4 failed, 186 passed, 2 errors, 30 warnings (v4.19.253)
 2022-07-22  2:34 UTC 

stable-rc/queue/4.9 baseline: 61 runs, 16 regressions (v4.9.323-28-g03ed4d11b207)
 2022-07-22  2:19 UTC 

stable-rc/queue/5.15 baseline: 172 runs, 3 regressions (v5.15.55-168-gbe2291082cf2)
 2022-07-22  1:54 UTC 

stable-rc/queue/5.10 baseline: 167 runs, 18 regressions (v5.10.131-112-gb676b8dc05b1)
 2022-07-22  1:13 UTC 

stable-rc/queue/5.4 build: 187 builds: 3 failed, 184 passed, 4 errors, 28 warnings (v5.4.206-71-ga4fc7c62d164)
 2022-07-22  1:03 UTC 

stable/linux-5.4.y baseline: 128 runs, 8 regressions (v5.4.207)
 2022-07-22  0:36 UTC 

[PATCH dlm/next 0/3] fs: dlm: some callback fixes
 2022-07-22  0:09 UTC  (6+ messages)
` [PATCH dlm/next 1/3] fs: dlm: fix race between test_bit() and queue_work()
` [PATCH dlm/next 2/3] fs: dlm: avoid double list_add() for lkb->lkb_cb_list
` [PATCH dlm/next 3/3] fs: dlm: fix refcount handling for dlm_add_cb()

stable/linux-4.14.y build: 196 builds: 3 failed, 193 passed, 2 errors, 32 warnings (v4.14.289)
 2022-07-22  0:09 UTC 

stable-rc/queue/4.14 baseline: 127 runs, 18 regressions (v4.14.288-43-gfbcc87a8b1dc)
 2022-07-21 23:59 UTC 

stable-rc/queue/5.18 baseline: 165 runs, 1 regressions (v5.18.12-225-g5f43a8d4f689)
 2022-07-21 23:14 UTC 

stable-rc/queue/4.14 baseline: 127 runs, 18 regressions (v4.14.288-43-g41104ed42b13d)
 2022-07-21 23:01 UTC 

stable-rc/queue/4.19 baseline: 78 runs, 18 regressions (v4.19.252-48-g6a320e1746c1)
 2022-07-21 22:53 UTC 

stable-rc/queue/4.9 build: 153 builds: 0 failed, 153 passed, 21 warnings (v4.9.323-28-g03ed4d11b207)
 2022-07-21 22:50 UTC 

stable-rc/queue/4.9 baseline: 114 runs, 16 regressions (v4.9.323-28-gc385bb5a90fa6)
 2022-07-21 22:41 UTC 

stable-rc/queue/5.15 build: 180 builds: 4 failed, 176 passed, 14 errors, 5 warnings (v5.15.55-168-gbe2291082cf2)
 2022-07-21 22:25 UTC 

stable-rc/queue/5.10 build: 185 builds: 3 failed, 182 passed, 4 errors, 10 warnings (v5.10.131-112-gb676b8dc05b1)
 2022-07-21 21:44 UTC 

[PATCH 5.15 v2 0/6] xfs stable candidate patches for 5.15.y (part 3)
 2022-07-21 21:36 UTC  (7+ messages)
` [PATCH 5.15 v2 1/6] xfs: fix maxlevels comparisons in the btree staging code
` [PATCH 5.15 v2 2/6] xfs: fold perag loop iteration logic into helper function
` [PATCH 5.15 v2 3/6] xfs: rename the next_agno perag iteration variable
` [PATCH 5.15 v2 4/6] xfs: terminate perag iteration reliably on agcount
` [PATCH 5.15 v2 5/6] xfs: fix perag reference leak on iteration race with growfs
` [PATCH 5.15 v2 6/6] xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()

stable/linux-5.4.y build: 187 builds: 3 failed, 184 passed, 4 errors, 28 warnings (v5.4.207)
 2022-07-21 21:07 UTC 

stable-rc/queue/4.14 build: 196 builds: 3 failed, 193 passed, 2 errors, 32 warnings (v4.14.288-43-gfbcc87a8b1dc)
 2022-07-21 20:30 UTC 

stable-rc/queue/5.18 build: 176 builds: 3 failed, 173 passed, 7 errors, 2 warnings (v5.18.12-225-g5f43a8d4f689)
 2022-07-21 19:45 UTC 

Linux 5.15.56
 2022-07-21 19:28 UTC  (2+ messages)

stable-rc/queue/4.14 build: 196 builds: 3 failed, 193 passed, 2 errors, 32 warnings (v4.14.288-43-g41104ed42b13d)
 2022-07-21 19:32 UTC 

stable-rc/queue/4.19 build: 191 builds: 5 failed, 186 passed, 2 errors, 31 warnings (v4.19.252-48-g6a320e1746c1)
 2022-07-21 19:24 UTC 

Linux 5.10.132
 2022-07-21 19:22 UTC  (2+ messages)

Linux 4.19.253
 2022-07-21 19:20 UTC  (2+ messages)

stable-rc/queue/4.9 build: 188 builds: 3 failed, 185 passed, 2 errors, 34 warnings (v4.9.323-28-gc385bb5a90fa6)
 2022-07-21 19:12 UTC 

Linux 5.4.207
 2022-07-21 19:10 UTC  (2+ messages)

Linux 4.14.289
 2022-07-21 19:08 UTC  (2+ messages)

Linux 4.9.324
 2022-07-21 19:08 UTC  (2+ messages)

[PATCH 5.18 000/227] 5.18.13-rc3 review
 2022-07-21 18:55 UTC 

[PATCH 5.18 000/231] 5.18.13-rc1 review
 2022-07-21 18:37 UTC  (2+ messages)

[PATCH 5.18 000/231] 5.18.13-rc1 review
 2022-07-21 18:36 UTC  (4+ messages)

[PATCH 5.18 000/225] 5.18.13-rc2 review
 2022-07-21 18:12 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