messages from 2022-07-23 09:56:58 to 2022-07-23 18:03:06 UTC [more...]
[PATCH 5.10 000/148] 5.10.133-rc1 review
2022-07-23 18:03 UTC (146+ messages)
` [PATCH 5.10 006/148] objtool: Support retpoline jump detection for vmlinux.o
` [PATCH 5.10 007/148] objtool: Assume only ELF functions do sibling calls
` [PATCH 5.10 008/148] objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC
` [PATCH 5.10 009/148] x86/xen: Support objtool validation in xen-asm.S
` [PATCH 5.10 010/148] x86/xen: Support objtool vmlinux.o validation in xen-head.S
` [PATCH 5.10 011/148] x86/alternative: Merge include files
` [PATCH 5.10 012/148] x86/alternative: Support not-feature
` [PATCH 5.10 013/148] x86/alternative: Support ALTERNATIVE_TERNARY
` [PATCH 5.10 014/148] x86/alternative: Use ALTERNATIVE_TERNARY() in _static_cpu_has()
` [PATCH 5.10 015/148] x86/insn: Rename insn_decode() to insn_decode_from_regs()
` [PATCH 5.10 016/148] x86/insn: Add a __ignore_sync_check__ marker
` [PATCH 5.10 017/148] x86/insn: Add an insn_decode() API
` [PATCH 5.10 018/148] x86/insn-eval: Handle return values from the decoder
` [PATCH 5.10 019/148] x86/alternative: Use insn_decode()
` [PATCH 5.10 020/148] x86: Add insn_decode_kernel()
` [PATCH 5.10 021/148] x86/alternatives: Optimize optimize_nops()
` [PATCH 5.10 022/148] x86/retpoline: Simplify retpolines
` [PATCH 5.10 023/148] objtool: Correctly handle retpoline thunk calls
` [PATCH 5.10 024/148] objtool: Handle per arch retpoline naming
` [PATCH 5.10 025/148] objtool: Rework the elf_rebuild_reloc_section() logic
` [PATCH 5.10 026/148] objtool: Add elf_create_reloc() helper
` [PATCH 5.10 027/148] objtool: Create reloc sections implicitly
` [PATCH 5.10 028/148] objtool: Extract elf_strtab_concat()
` [PATCH 5.10 029/148] objtool: Extract elf_symbol_add()
` [PATCH 5.10 030/148] objtool: Add elf_create_undef_symbol()
` [PATCH 5.10 031/148] objtool: Keep track of retpoline call sites
` [PATCH 5.10 032/148] objtool: Cache instruction relocs
` [PATCH 5.10 033/148] objtool: Skip magical retpoline .altinstr_replacement
` [PATCH 5.10 034/148] objtool/x86: Rewrite retpoline thunk calls
` [PATCH 5.10 035/148] objtool: Support asm jump tables
` [PATCH 5.10 036/148] x86/alternative: Optimize single-byte NOPs at an arbitrary position
` [PATCH 5.10 037/148] objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()
` [PATCH 5.10 038/148] objtool: Only rewrite unconditional retpoline thunk calls
` [PATCH 5.10 039/148] objtool/x86: Ignore __x86_indirect_alt_* symbols
` [PATCH 5.10 040/148] objtool: Dont make .altinstructions writable
` [PATCH 5.10 041/148] objtool: Teach get_alt_entry() about more relocation types
` [PATCH 5.10 042/148] objtool: print out the symbol type when complaining about it
` [PATCH 5.10 043/148] objtool: Remove reloc symbol type checks in get_alt_entry()
` [PATCH 5.10 044/148] objtool: Make .altinstructions section entry size consistent
` [PATCH 5.10 045/148] objtool: Introduce CFI hash
` [PATCH 5.10 046/148] objtool: Handle __sanitize_cov*() tail calls
` [PATCH 5.10 047/148] objtool: Classify symbols
` [PATCH 5.10 048/148] objtool: Explicitly avoid self modifying code in .altinstr_replacement
` [PATCH 5.10 049/148] objtool,x86: Replace alternatives with .retpoline_sites
` [PATCH 5.10 050/148] x86/retpoline: Remove unused replacement symbols
` [PATCH 5.10 051/148] x86/asm: Fix register order
` [PATCH 5.10 052/148] x86/asm: Fixup odd GEN-for-each-reg.h usage
` [PATCH 5.10 053/148] x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h
` [PATCH 5.10 054/148] x86/retpoline: Create a retpoline thunk array
` [PATCH 5.10 055/148] x86/alternative: Implement .retpoline_sites support
` [PATCH 5.10 056/148] x86/alternative: Handle Jcc __x86_indirect_thunk_\reg
` [PATCH 5.10 057/148] x86/alternative: Try inline spectre_v2=retpoline,amd
` [PATCH 5.10 058/148] x86/alternative: Add debug prints to apply_retpolines()
` [PATCH 5.10 059/148] bpf,x86: Simplify computing label offsets
` [PATCH 5.10 060/148] bpf,x86: Respect X86_FEATURE_RETPOLINE*
` [PATCH 5.10 061/148] x86/lib/atomic64_386_32: Rename things
` [PATCH 5.10 062/148] x86: Prepare asm files for straight-line-speculation
` [PATCH 5.10 063/148] x86: Prepare inline-asm "
` [PATCH 5.10 064/148] x86/alternative: Relax text_poke_bp() constraint
` [PATCH 5.10 065/148] objtool: Add straight-line-speculation validation
` [PATCH 5.10 066/148] x86: Add straight-line-speculation mitigation
` [PATCH 5.10 067/148] tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in perf bench mem memcpy
` [PATCH 5.10 068/148] kvm/emulate: Fix SETcc emulation function offsets with SLS
` [PATCH 5.10 069/148] objtool: Default ignore INT3 for unreachable
` [PATCH 5.10 070/148] crypto: x86/poly1305 - Fixup SLS
` [PATCH 5.10 071/148] objtool: Fix SLS validation for kcov tail-call replacement
` [PATCH 5.10 072/148] objtool: Fix code relocs vs weak symbols
` [PATCH 5.10 073/148] objtool: Fix type of reloc::addend
` [PATCH 5.10 074/148] objtool: Fix symbol creation
` [PATCH 5.10 075/148] x86/entry: Remove skip_r11rcx
` [PATCH 5.10 076/148] objtool: Fix objtool regression on x32 systems
` [PATCH 5.10 077/148] x86/realmode: build with -D__DISABLE_EXPORTS
` [PATCH 5.10 078/148] x86/kvm/vmx: Make noinstr clean
` [PATCH 5.10 079/148] x86/cpufeatures: Move RETPOLINE flags to word 11
` [PATCH 5.10 080/148] x86/retpoline: Cleanup some #ifdefery
` [PATCH 5.10 081/148] x86/retpoline: Swizzle retpoline thunk
` [PATCH 5.10 082/148] Makefile: Set retpoline cflags based on CONFIG_CC_IS_{CLANG,GCC}
` [PATCH 5.10 083/148] x86/retpoline: Use -mfunction-return
` [PATCH 5.10 084/148] x86: Undo return-thunk damage
` [PATCH 5.10 085/148] x86,objtool: Create .return_sites
` [PATCH 5.10 086/148] objtool: skip non-text sections when adding return-thunk sites
` [PATCH 5.10 087/148] x86,static_call: Use alternative RET encoding
` [PATCH 5.10 088/148] x86/ftrace: "
` [PATCH 5.10 089/148] x86/bpf: "
` [PATCH 5.10 090/148] x86/kvm: Fix SETcc emulation for return thunks
` [PATCH 5.10 091/148] x86/vsyscall_emu/64: Dont use RET in vsyscall emulation
` [PATCH 5.10 092/148] x86/sev: Avoid using __x86_return_thunk
` [PATCH 5.10 093/148] x86: Use return-thunk in asm code
` [PATCH 5.10 094/148] objtool: Treat .text.__x86.* as noinstr
` [PATCH 5.10 095/148] x86: Add magic AMD return-thunk
` [PATCH 5.10 096/148] x86/bugs: Report AMD retbleed vulnerability
` [PATCH 5.10 097/148] x86/bugs: Add AMD retbleed= boot parameter
` [PATCH 5.10 098/148] x86/bugs: Enable STIBP for JMP2RET
` [PATCH 5.10 099/148] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH 5.10 100/148] x86/entry: Add kernel IBRS implementation
` [PATCH 5.10 101/148] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH 5.10 102/148] x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
` [PATCH 5.10 103/148] x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation()
` [PATCH 5.10 104/148] x86/bugs: Report Intel retbleed vulnerability
` [PATCH 5.10 105/148] intel_idle: Disable IBRS during long idle
` [PATCH 5.10 106/148] objtool: Update Retpoline validation
` [PATCH 5.10 107/148] x86/xen: Rename SYS* entry points
` [PATCH 5.10 108/148] x86/bugs: Add retbleed=ibpb
` [PATCH 5.10 109/148] x86/bugs: Do IBPB fallback check only once
` [PATCH 5.10 110/148] objtool: Add entry UNRET validation
` [PATCH 5.10 111/148] x86/cpu/amd: Add Spectral Chicken
` [PATCH 5.10 112/148] x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
` [PATCH 5.10 113/148] x86/speculation: Fix firmware entry SPEC_CTRL handling
` [PATCH 5.10 114/148] x86/speculation: Fix SPEC_CTRL write on SMT state change
` [PATCH 5.10 115/148] x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit
` [PATCH 5.10 116/148] x86/speculation: Remove x86_spec_ctrl_mask
` [PATCH 5.10 117/148] objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
` [PATCH 5.10 118/148] KVM: VMX: Flatten __vmx_vcpu_run()
` [PATCH 5.10 119/148] KVM: VMX: Convert launched argument to flags
` [PATCH 5.10 120/148] KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
` [PATCH 5.10 121/148] KVM: VMX: Fix IBRS handling after vmexit
` [PATCH 5.10 122/148] x86/speculation: Fill RSB on vmexit for IBRS
` [PATCH 5.10 123/148] x86/common: Stamp out the stepping madness
` [PATCH 5.10 124/148] x86/cpu/amd: Enumerate BTC_NO
` [PATCH 5.10 125/148] x86/retbleed: Add fine grained Kconfig knobs
` [PATCH 5.10 126/148] x86/bugs: Add Cannon lake to RETBleed affected CPU list
` [PATCH 5.10 127/148] x86/bugs: Do not enable IBPB-on-entry when IBPB is not supported
` [PATCH 5.10 128/148] x86/kexec: Disable RET on kexec
` [PATCH 5.10 129/148] x86/speculation: Disable RRSBA behavior
` [PATCH 5.10 130/148] x86/static_call: Serialize __static_call_fixup() properly
` [PATCH 5.10 131/148] tools/insn: Restore the relative include paths for cross building
` [PATCH 5.10 132/148] x86, kvm: use proper ASM macros for kvm_vcpu_is_preempted
` [PATCH 5.10 133/148] x86/xen: Fix initialisation in hypercall_page after rethunk
` [PATCH 5.10 134/148] x86/ftrace: Add UNWIND_HINT_FUNC annotation for ftrace_stub
` [PATCH 5.10 135/148] x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit
` [PATCH 5.10 136/148] x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current
` [PATCH 5.10 137/148] efi/x86: use naked RET on mixed mode call wrapper
` [PATCH 5.10 138/148] x86/kvm: fix FASTOP_SIZE when return thunks are enabled
` [PATCH 5.10 139/148] KVM: emulate: do not adjust size of fastop and setcc subroutines
` [PATCH 5.10 140/148] tools arch x86: Sync the msr-index.h copy with the kernel sources
` [PATCH 5.10 141/148] tools headers cpufeatures: Sync "
` [PATCH 5.10 142/148] x86/bugs: Remove apostrophe typo
` [PATCH 5.10 143/148] um: Add missing apply_returns()
` [PATCH 5.10 144/148] x86: Use -mindirect-branch-cs-prefix for RETPOLINE builds
` [PATCH 5.10 145/148] kvm: fix objtool relocation warning
` [PATCH 5.10 146/148] objtool: Fix elf_create_undef_symbol() endianness
` [PATCH 5.10 147/148] tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in perf bench mem memcpy - again
` [PATCH 5.10 148/148] tools headers: Remove broken definition of __LITTLE_ENDIAN
stable-rc/linux-5.18.y baseline: 174 runs, 2 regressions (v5.18.14)
2022-07-23 17:50 UTC
stable-rc/queue/4.14 build: 196 builds: 3 failed, 193 passed, 2 errors, 32 warnings (v4.14.289-1-g4c49db81f0aa)
2022-07-23 17:31 UTC
stable-rc/linux-5.15.y baseline: 173 runs, 2 regressions (v5.15.57)
2022-07-23 17:29 UTC
stable/linux-5.18.y baseline: 150 runs, 2 regressions (v5.18.14)
2022-07-23 17:11 UTC
stable-rc/queue/5.4 build: 189 builds: 3 failed, 186 passed, 4 errors, 28 warnings (v5.4.207-10-g5e421c3e68ed)
2022-07-23 17:00 UTC
stable-rc/queue/5.10 baseline: 169 runs, 17 regressions (v5.10.132-148-g1e0ab3e7a475)
2022-07-23 16:49 UTC
stable/linux-5.15.y baseline: 164 runs, 1 regressions (v5.15.57)
2022-07-23 16:30 UTC
stable-rc/queue/5.18 baseline: 128 runs, 1 regressions (v5.18.13-70-g1808f6b94442)
2022-07-23 16:04 UTC
stable-rc/linux-5.10.y baseline: 157 runs, 9 regressions (v5.10.132-149-g00d1152b11625)
2022-07-23 15:39 UTC
FAILED: patch "[PATCH] ip: Fix data-races around sysctl_ip_default_ttl." failed to apply to 4.14-stable tree
2022-07-23 15:37 UTC
FAILED: patch "[PATCH] ip: Fix data-races around sysctl_ip_default_ttl." failed to apply to 5.4-stable tree
2022-07-23 15:37 UTC
FAILED: patch "[PATCH] ip: Fix data-races around sysctl_ip_default_ttl." failed to apply to 4.9-stable tree
2022-07-23 15:37 UTC
FAILED: patch "[PATCH] ip: Fix data-races around sysctl_ip_default_ttl." failed to apply to 4.19-stable tree
2022-07-23 15:37 UTC
FAILED: patch "[PATCH] ip: Fix data-races around sysctl_ip_default_ttl." failed to apply to 5.10-stable tree
2022-07-23 15:37 UTC
[PATCH 5.15 v2 0/6] xfs stable candidate patches for 5.15.y (part 3)
2022-07-23 15:25 UTC (2+ messages)
[PATCH 5.15] batman-adv: Use netif_rx_any_context() any
2022-07-23 15:19 UTC (2+ messages)
stable-rc/queue/5.4 build: 188 builds: 3 failed, 185 passed, 4 errors, 28 warnings (v5.4.207-4-gf616005c785d)
2022-07-23 15:15 UTC
stable-rc/queue/5.15 baseline: 117 runs, 1 regressions (v5.15.56-89-gda767b441272)
2022-07-23 15:15 UTC
[linux-stable-rc:linux-5.10.y 644/7104] synclink.c:undefined reference to `free_dma'
2022-07-23 15:08 UTC (2+ messages)
[PATCH 5.10 0/7] net: fix use-after-free of net_device's in __rtnl_newlink()
2022-07-23 15:04 UTC (2+ messages)
[PATCH 5.10 1/2] block: split bio_kmalloc from bio_alloc_bioset
2022-07-23 14:59 UTC (2+ messages)
[PATCH 0/2] Fix vm kselftest build
2022-07-23 14:53 UTC (4+ messages)
Backport of 166d38632316 ("xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLE")
2022-07-23 14:52 UTC (2+ messages)
stable-rc/queue/5.18 baseline: 171 runs, 1 regressions (v5.18.13-70-gd9f3f07b8b8f9)
2022-07-23 14:51 UTC
[PATCH 4.9 0/1] security,selinux,smack: kill security_task_wait hook
2022-07-23 14:47 UTC (4+ messages)
` [PATCH 4.9 1/1] "
stable-rc/queue/5.10 baseline: 168 runs, 18 regressions (v5.10.132-148-gbaa2bf91c59a)
2022-07-23 14:35 UTC
stable-rc/linux-5.18.y build: 176 builds: 2 failed, 174 passed, 6 errors, 2 warnings (v5.18.14)
2022-07-23 14:21 UTC
[PATCH v4 5.18 0/2] Backport support for Telit FN980 v1 and FN990
2022-07-23 14:00 UTC (2+ messages)
stable-rc/linux-5.15.y build: 180 builds: 4 failed, 176 passed, 14 errors, 5 warnings (v5.15.57)
2022-07-23 13:59 UTC
[PATCH v5.10 1/1] io_uring: Use original task for req identity in io_identity_cow()
2022-07-23 13:54 UTC (3+ messages)
request to stable branch [PATCH net] net: usb: ax88179_178a needs FLAG_SEND_ZLP
2022-07-23 13:53 UTC (4+ messages)
[PATCH 0/3] [5.18.y backport] ASoC: SOF: Intel: fix resume from hibernate
2022-07-23 13:52 UTC (7+ messages)
` [PATCH 1/3] ASoC: SOF: pm: add explicit behavior for ACPI S1 and S2
` [PATCH 2/3] ASoC: SOF: pm: add definitions for S4 and S5 states
` [PATCH 3/3] ASoC: SOF: Intel: disable IMR boot when resuming from ACPI "
backport commit ("887371066039011144b4a94af97d9328df6869a2 PM: runtime: Fix supplier device management during consumer probe") to linux-5.15
2022-07-23 13:49 UTC (2+ messages)
FAILED: patch "[PATCH] drm/amdgpu: Protect the amdgpu_bo_list list with a mutex v2" failed to apply to 5.18-stable tree
2022-07-23 13:46 UTC
FAILED: patch "[PATCH] drm/amdgpu: Protect the amdgpu_bo_list list with a mutex v2" failed to apply to 5.15-stable tree
2022-07-23 13:46 UTC
FAILED: patch "[PATCH] mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on" failed to apply to 5.4-stable tree
2022-07-23 13:43 UTC
FAILED: patch "[PATCH] mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on" failed to apply to 5.10-stable tree
2022-07-23 13:43 UTC
FAILED: patch "[PATCH] mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on" failed to apply to 5.15-stable tree
2022-07-23 13:43 UTC
stable/linux-5.18.y build: 172 builds: 2 failed, 170 passed, 6 errors, 2 warnings (v5.18.14)
2022-07-23 13:41 UTC
FAILED: patch "[PATCH] pinctrl: stm32: fix optional IRQ support to gpios" failed to apply to 5.18-stable tree
2022-07-23 13:40 UTC (3+ messages)
[PATCH] mm/hmm: fault non-owner device private entries
2022-07-23 13:32 UTC (2+ messages)
stable-rc/queue/5.10 build: 185 builds: 3 failed, 182 passed, 4 errors, 10 warnings (v5.10.132-148-g1e0ab3e7a475)
2022-07-23 13:20 UTC
stable/linux-5.15.y build: 185 builds: 4 failed, 181 passed, 14 errors, 7 warnings (v5.15.57)
2022-07-23 13:01 UTC
stable-rc/queue/5.18 build: 176 builds: 2 failed, 174 passed, 6 errors, 2 warnings (v5.18.13-70-g1808f6b94442)
2022-07-23 12:34 UTC
stable-rc/linux-5.10.y build: 174 builds: 3 failed, 171 passed, 4 errors, 9 warnings (v5.10.132-149-g00d1152b11625)
2022-07-23 12:10 UTC
stable-rc/queue/5.15 build: 180 builds: 4 failed, 176 passed, 14 errors, 5 warnings (v5.15.56-89-gda767b441272)
2022-07-23 11:46 UTC
stable-rc/queue/5.18 build: 176 builds: 2 failed, 174 passed, 6 errors, 2 warnings (v5.18.13-70-gd9f3f07b8b8f9)
2022-07-23 11:22 UTC
Linux 5.18.14
2022-07-23 11:14 UTC (2+ messages)
Linux 5.15.57
2022-07-23 11:14 UTC (2+ messages)
stable-rc/queue/5.10 build: 184 builds: 2 failed, 182 passed, 4 errors, 10 warnings (v5.10.132-148-gbaa2bf91c59a)
2022-07-23 11:06 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).