public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-12 01:12:00 to 2022-07-12 18:50:31 UTC [more...]

[PATCH 5.10 000/130] 5.10.131-rc1 review
 2022-07-12 18:38 UTC  (67+ messages)
` [PATCH 5.10 001/130] KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.S
` [PATCH 5.10 002/130] KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
` [PATCH 5.10 003/130] objtool: Refactor ORC section generation
` [PATCH 5.10 004/130] objtool: Add alt_group struct
` [PATCH 5.10 005/130] objtool: Support stack layout changes in alternatives
` [PATCH 5.10 006/130] objtool: Support retpoline jump detection for vmlinux.o
` [PATCH 5.10 007/130] objtool: Assume only ELF functions do sibling calls
` [PATCH 5.10 008/130] objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC
` [PATCH 5.10 009/130] x86/xen: Support objtool validation in xen-asm.S
` [PATCH 5.10 010/130] x86/xen: Support objtool vmlinux.o validation in xen-head.S
` [PATCH 5.10 011/130] x86/alternative: Merge include files
` [PATCH 5.10 012/130] x86/alternative: Support not-feature
` [PATCH 5.10 013/130] x86/alternative: Support ALTERNATIVE_TERNARY
` [PATCH 5.10 014/130] x86/alternative: Use ALTERNATIVE_TERNARY() in _static_cpu_has()
` [PATCH 5.10 015/130] x86/insn: Rename insn_decode() to insn_decode_from_regs()
` [PATCH 5.10 016/130] x86/insn: Add a __ignore_sync_check__ marker
` [PATCH 5.10 017/130] x86/insn: Add an insn_decode() API
` [PATCH 5.10 018/130] x86/insn-eval: Handle return values from the decoder
` [PATCH 5.10 019/130] x86/alternative: Use insn_decode()
` [PATCH 5.10 020/130] x86: Add insn_decode_kernel()
` [PATCH 5.10 021/130] x86/alternatives: Optimize optimize_nops()
` [PATCH 5.10 022/130] x86/retpoline: Simplify retpolines
` [PATCH 5.10 023/130] objtool: Correctly handle retpoline thunk calls
` [PATCH 5.10 024/130] objtool: Handle per arch retpoline naming
` [PATCH 5.10 025/130] objtool: Rework the elf_rebuild_reloc_section() logic
` [PATCH 5.10 026/130] objtool: Add elf_create_reloc() helper
` [PATCH 5.10 027/130] objtool: Create reloc sections implicitly
` [PATCH 5.10 028/130] objtool: Extract elf_strtab_concat()
` [PATCH 5.10 029/130] objtool: Extract elf_symbol_add()
` [PATCH 5.10 030/130] objtool: Add elf_create_undef_symbol()
` [PATCH 5.10 031/130] objtool: Keep track of retpoline call sites
` [PATCH 5.10 032/130] objtool: Cache instruction relocs
` [PATCH 5.10 033/130] objtool: Skip magical retpoline .altinstr_replacement
` [PATCH 5.10 034/130] objtool/x86: Rewrite retpoline thunk calls
` [PATCH 5.10 035/130] objtool: Support asm jump tables
` [PATCH 5.10 036/130] x86/alternative: Optimize single-byte NOPs at an arbitrary position
` [PATCH 5.10 037/130] objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()
` [PATCH 5.10 038/130] objtool: Only rewrite unconditional retpoline thunk calls
` [PATCH 5.10 039/130] objtool/x86: Ignore __x86_indirect_alt_* symbols
` [PATCH 5.10 041/130] objtool: Teach get_alt_entry() about more relocation types
` [PATCH 5.10 042/130] objtool: print out the symbol type when complaining about it
` [PATCH 5.10 043/130] objtool: Remove reloc symbol type checks in get_alt_entry()
` [PATCH 5.10 047/130] objtool: Classify symbols
` [PATCH 5.10 050/130] x86/retpoline: Remove unused replacement symbols
` [PATCH 5.10 051/130] x86/asm: Fix register order
` [PATCH 5.10 052/130] x86/asm: Fixup odd GEN-for-each-reg.h usage
` [PATCH 5.10 053/130] x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h
` [PATCH 5.10 054/130] x86/retpoline: Create a retpoline thunk array
` [PATCH 5.10 055/130] x86/alternative: Implement .retpoline_sites support
` [PATCH 5.10 056/130] x86/alternative: Handle Jcc __x86_indirect_thunk_\reg
` [PATCH 5.10 057/130] x86/alternative: Try inline spectre_v2=retpoline,amd
` [PATCH 5.10 058/130] x86/alternative: Add debug prints to apply_retpolines()
` [PATCH 5.10 059/130] bpf,x86: Simplify computing label offsets
` [PATCH 5.10 060/130] bpf,x86: Respect X86_FEATURE_RETPOLINE*
` [PATCH 5.10 061/130] x86/lib/atomic64_386_32: Rename things
` [PATCH 5.10 062/130] x86: Prepare asm files for straight-line-speculation
` [PATCH 5.10 063/130] x86: Prepare inline-asm "
` [PATCH 5.10 064/130] x86/alternative: Relax text_poke_bp() constraint
` [PATCH 5.10 065/130] objtool: Add straight-line-speculation validation
` [PATCH 5.10 066/130] x86: Add straight-line-speculation mitigation
` [PATCH 5.10 067/130] tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in perf bench mem memcpy
` [PATCH 5.10 068/130] kvm/emulate: Fix SETcc emulation function offsets with SLS
` [PATCH 5.10 069/130] objtool: Default ignore INT3 for unreachable
` [PATCH 5.10 070/130] crypto: x86/poly1305 - Fixup SLS
` [PATCH 5.10 071/130] objtool: Fix SLS validation for kcov tail-call replacement
` [PATCH 5.10 072/130] objtool: Fix code relocs vs weak symbols

[PATCH] x86/PAT: Report PAT on CPUs that support PAT without MTRR
 2022-07-12 18:36 UTC  (3+ messages)

stable/linux-5.10.y build: 157 builds: 3 failed, 154 passed, 4 errors, 10 warnings (v5.10.130)
 2022-07-12 17:57 UTC 

[PATCH] tracing/histograms: Simplify create_hist_fields()
 2022-07-12 17:52 UTC  (3+ messages)

[PATCH] userfaultfd: provide properly masked address for huge-pages
 2022-07-12 17:04 UTC  (4+ messages)

stable/linux-5.4.y build: 189 builds: 3 failed, 186 passed, 4 errors, 28 warnings (v5.4.205)
 2022-07-12 16:57 UTC 

stable-rc/queue/5.18 baseline: 93 runs, 1 regressions (v5.18.10-112-ga454acbfee6a)
 2022-07-12 16:41 UTC 

stable/linux-5.18.y build: 153 builds: 2 failed, 151 passed, 6 errors, 2 warnings (v5.18.11)
 2022-07-12 16:22 UTC 

stable/linux-4.14.y build: 196 builds: 3 failed, 193 passed, 2 errors, 32 warnings (v4.14.288)
 2022-07-12 16:13 UTC 

[PATCH v5 1/2] dmaengine: mxs: use platform_driver_register
 2022-07-12 16:09 UTC  (2+ messages)
` [PATCH v5 2/2] dmaengine: mxs: fix section mismatch

[PATCH] iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE)
 2022-07-12 16:00 UTC  (4+ messages)

[PATCH v3] KVM: x86: Send EOI to SynIC vectors on accelerated EOI-induced VM-Exits
 2022-07-12 15:58 UTC  (3+ messages)

[PATCH 21/21] drm/amd/display: Ignore First MST Sideband Message Return Error
 2022-07-12 15:47 UTC  (2+ messages)
  ` [21/21] "

[PATCH] tpm_tis: Hold locality open during probe
 2022-07-12 15:29 UTC  (4+ messages)

[PATCH v5 1/2] drm/i915/gt: Serialize GRDOM access between multiple engine resets
 2022-07-12 15:21 UTC  (2+ messages)
` [PATCH v5 2/2] drm/i915/gt: Serialize TLB invalidates with GT resets

[PATCH] drm/amd/display: Only use depth 36 bpp linebuffers on DCN display engines
 2022-07-12 15:19 UTC  (2+ messages)

stable-rc/queue/5.4 baseline: 152 runs, 20 regressions (v5.4.204-38-gc7e71d623fe2)
 2022-07-12 14:59 UTC 

Linux 5.18.11
 2022-07-12 14:59 UTC  (2+ messages)

Linux 5.15.54
 2022-07-12 14:59 UTC  (2+ messages)

Linux 5.10.130
 2022-07-12 14:59 UTC  (2+ messages)

Linux 5.4.205
 2022-07-12 14:58 UTC  (2+ messages)

Linux 4.19.252
 2022-07-12 14:58 UTC  (2+ messages)

Linux 4.14.288
 2022-07-12 14:58 UTC  (2+ messages)

Linux 4.9.323
 2022-07-12 14:58 UTC  (2+ messages)

[PATCH v2] tracing/histograms: Fix memory leak problem
 2022-07-12 14:51 UTC  (3+ messages)

[PATCH 4.19 00/31] 4.19.252-rc1 review
 2022-07-12 14:48 UTC  (5+ messages)

[PATCH 5.4 00/38] 5.4.205-rc1 review
 2022-07-12 14:46 UTC  (6+ messages)

[PATCH 5.10 00/55] 5.10.130-rc1 review
 2022-07-12 14:44 UTC  (6+ messages)

[PATCH 5.15 000/226] 5.15.54-rc3 review
 2022-07-12 14:42 UTC  (6+ messages)

[PATCH 5.18 000/112] 5.18.11-rc1 review
 2022-07-12 14:41 UTC  (2+ messages)

[PATCH 5.18 000/112] 5.18.11-rc1 review
 2022-07-12 14:40 UTC  (9+ messages)

stable-rc/queue/5.10 baseline: 129 runs, 10 regressions (v5.10.129-55-g9ddf45ecf0f8)
 2022-07-12 14:00 UTC 

stable-rc/linux-5.15.y baseline: 136 runs, 5 regressions (v5.15.53-227-g71721f5974f2)
 2022-07-12 13:44 UTC 

stable-rc/queue/5.15 baseline: 177 runs, 6 regressions (v5.15.53-229-g4db18200a074)
 2022-07-12 13:13 UTC 

stable-rc/queue/5.18 build: 152 builds: 2 failed, 150 passed, 6 errors, 2 warnings (v5.18.10-112-ga454acbfee6a)
 2022-07-12 13:12 UTC 

stable-rc/queue/4.19 baseline: 115 runs, 11 regressions (v4.19.251-31-gb728ae810f5d)
 2022-07-12 12:59 UTC 

[PATCH v2 1/7] USB: serial: ftdi_sio: Fix divisor overflow
 2022-07-12 11:53 UTC 

[PATCH 5.18 000/112] 5.18.11-rc1 review review
 2022-07-12 11:31 UTC 

stable-rc/queue/5.4 build: 169 builds: 3 failed, 166 passed, 4 errors, 26 warnings (v5.4.204-38-gc7e71d623fe2)
 2022-07-12 11:30 UTC 

[PATCH 01/10] mbcache: Don't reclaim used entries
 2022-07-12 10:54 UTC  (5+ messages)
` [PATCH 02/10] mbcache: Add functions to delete entry if unused
` [PATCH 03/10] ext4: Remove EA inode entry from mbcache on inode eviction
` [PATCH 04/10] ext4: Unindent codeblock in ext4_xattr_block_set()
` [PATCH 05/10] ext4: Fix race when reusing xattr blocks

stable-rc/queue/5.10 build: 144 builds: 2 failed, 142 passed, 4 errors, 10 warnings (v5.10.129-55-g9ddf45ecf0f8)
 2022-07-12 10:31 UTC 

stable-rc/linux-5.15.y build: 166 builds: 4 failed, 162 passed, 14 errors, 4 warnings (v5.15.53-227-g71721f5974f2)
 2022-07-12 10:16 UTC 

[PATCH 1/6] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
 2022-07-12 10:15 UTC  (12+ messages)
` [PATCH 2/6] LoongArch: "
` [PATCH 3/6] M68K: "
` [PATCH 4/6] MicroBlaze: "
` [PATCH 5/6] SH: "
` [PATCH 6/6] UM: "

[PATCH net v2 1/2] ip: fix dflt addr selection for connected nexthop
 2022-07-12  9:55 UTC 

stable-rc/queue/5.15 build: 179 builds: 4 failed, 175 passed, 14 errors, 5 warnings (v5.15.53-229-g4db18200a074)
 2022-07-12  9:44 UTC 

stable-rc/queue/4.19 build: 179 builds: 6 failed, 173 passed, 2 errors, 31 warnings (v4.19.251-31-gb728ae810f5d)
 2022-07-12  9:30 UTC 

[PATCH 5.15 000/229] 5.15.54-rc2 review
 2022-07-12  9:18 UTC  (9+ messages)

[PATCH 4.14 00/17] 4.14.288-rc1 review
 2022-07-12  9:18 UTC  (3+ messages)

[PATCH 4.9 00/14] 4.9.323-rc1 review
 2022-07-12  9:18 UTC  (4+ messages)

[PATCH v2] gpio: sim: fix the chip_name configfs item
 2022-07-12  9:14 UTC  (3+ messages)

[PATCH] gpio: sim: fix the chip_name configfs item
 2022-07-12  9:13 UTC  (4+ messages)

[PATCH net 1/2] ip: fix dflt addr selection for connected nexthop
 2022-07-12  8:45 UTC  (3+ messages)

[PATCH v2] usb: typec: add missing uevent when partner support PD
 2022-07-12  8:19 UTC  (2+ messages)

[PATCH 5.15 000/230] 5.15.54-rc1 review
 2022-07-12  8:13 UTC  (3+ messages)

[PATCH v3] xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLE
 2022-07-12  6:46 UTC  (2+ messages)

[PATCH 5.18 000/112] 5.18.11-rc1 review
 2022-07-12  5:22 UTC  (2+ messages)

[PATCH v2 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers
 2022-07-12  3:32 UTC 

[PATCH v3] fs/ntfs: fix BUG_ON of ntfs_read_block()
 2022-07-12  3:05 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox