linux-kernel
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH 41/48] objtool/klp: Rewrite symbol correlation algorithm
Josh Poimboeuf
Re: [PATCH 41/48] objtool/klp: Rewrite symbol correlation algorithm
Song Liu
Re: [PATCH 41/48] objtool/klp: Rewrite symbol correlation algorithm
Josh Poimboeuf
Re: [PATCH 41/48] objtool/klp: Rewrite symbol correlation algorithm
Song Liu
[PATCH 42/48] objtool/klp: Add correlation debugging output
Josh Poimboeuf
Re: [PATCH 42/48] objtool/klp: Add correlation debugging output
Song Liu
[PATCH 43/48] objtool: Add insn_sym() helper
Josh Poimboeuf
Re: [PATCH 43/48] objtool: Add insn_sym() helper
Peter Zijlstra
Re: [PATCH 43/48] objtool: Add insn_sym() helper
Josh Poimboeuf
[PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT
Josh Poimboeuf
Re: [PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT
Peter Zijlstra
Re: [PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT
Josh Poimboeuf
Re: [PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT
Peter Zijlstra
Re: [PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT
Josh Poimboeuf
Re: [PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT
Peter Zijlstra
Re: [PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT
David Laight
Re: [PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT
Josh Poimboeuf
Re: [PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT
Josh Poimboeuf
Re: [PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT
Peter Zijlstra
Re: [PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT
Josh Poimboeuf
Re: [PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT
David Laight
Re: [PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT
Josh Poimboeuf
[PATCH 47/48] objtool: Improve and simplify prefix symbol detection
Josh Poimboeuf
Re: [PATCH 47/48] objtool: Improve and simplify prefix symbol detection
Peter Zijlstra
Re: [PATCH 47/48] objtool: Improve and simplify prefix symbol detection
Josh Poimboeuf
Re: [PATCH 47/48] objtool: Improve and simplify prefix symbol detection
Peter Zijlstra
[PATCH 32/48] objtool: Add is_cold_func() helper
Josh Poimboeuf
Re: [PATCH 32/48] objtool: Add is_cold_func() helper
Peter Zijlstra
Re: [PATCH 32/48] objtool: Add is_cold_func() helper
Josh Poimboeuf
Re: [PATCH 32/48] objtool: Add is_cold_func() helper
Peter Zijlstra
Re: [PATCH 32/48] objtool: Add is_cold_func() helper
Josh Poimboeuf
[PATCH 10/48] objtool/klp: Fix --debug-checksum for duplicate symbol names
Josh Poimboeuf
Re: [PATCH 10/48] objtool/klp: Fix --debug-checksum for duplicate symbol names
Song Liu
Re: [PATCH 10/48] objtool/klp: Fix --debug-checksum for duplicate symbol names
Miroslav Benes
Re: [PATCH 10/48] objtool/klp: Fix --debug-checksum for duplicate symbol names
Josh Poimboeuf
[PATCH 38/48] klp-build: Validate short-circuit prerequisites
Josh Poimboeuf
Re: [PATCH 38/48] klp-build: Validate short-circuit prerequisites
Song Liu
Re: [PATCH 38/48] klp-build: Validate short-circuit prerequisites
Josh Poimboeuf
[PATCH 25/48] klp-build: Reject patches to realmode
Josh Poimboeuf
Re: [PATCH 25/48] klp-build: Reject patches to realmode
Song Liu
[PATCH 39/48] objtool: Replace iterator callbacks with for_each_sym_by_*()
Josh Poimboeuf
Re: [PATCH 39/48] objtool: Replace iterator callbacks with for_each_sym_by_*()
Song Liu
Re: [PATCH 39/48] objtool: Replace iterator callbacks with for_each_sym_by_*()
Josh Poimboeuf
[PATCH 02/48] objtool/klp: Fix .data..once static local non-correlation
Josh Poimboeuf
Re: [PATCH 02/48] objtool/klp: Fix .data..once static local non-correlation
Song Liu
Re: [PATCH 02/48] objtool/klp: Fix .data..once static local non-correlation
Josh Poimboeuf
Re: [PATCH 02/48] objtool/klp: Fix .data..once static local non-correlation
Song Liu
Re: [PATCH 02/48] objtool/klp: Fix .data..once static local non-correlation
Miroslav Benes
[PATCH 03/48] objtool/klp: Don't correlate __ADDRESSABLE() symbols
Josh Poimboeuf
Re: [PATCH 03/48] objtool/klp: Don't correlate __ADDRESSABLE() symbols
Miroslav Benes
Re: [PATCH 03/48] objtool/klp: Don't correlate __ADDRESSABLE() symbols
Miroslav Benes
Re: [PATCH 03/48] objtool/klp: Don't correlate __ADDRESSABLE() symbols
Josh Poimboeuf
Re: [PATCH 03/48] objtool/klp: Don't correlate __ADDRESSABLE() symbols
Miroslav Benes
[PATCH 26/48] objtool/klp: Don't set sym->file for section symbols
Josh Poimboeuf
Re: [PATCH 26/48] objtool/klp: Don't set sym->file for section symbols
Peter Zijlstra
Re: [PATCH 26/48] objtool/klp: Don't set sym->file for section symbols
Song Liu
[PATCH 44/48] objtool/klp: Fix position-dependent checksums for non-relocated jumps/calls
Josh Poimboeuf
[PATCH 33/48] objtool/klp: Extricate checksum calculation from validate_branch()
Josh Poimboeuf
Re: [PATCH 33/48] objtool/klp: Extricate checksum calculation from validate_branch()
Song Liu
[PATCH 40/48] objtool/klp: Calculate object checksums
Josh Poimboeuf
[PATCH 46/48] objtool/klp: Make function prefix handling more generic
Josh Poimboeuf
[PATCH 48/48] objtool/klp: Cache dont_correlate() result
Josh Poimboeuf
Re: [PATCH 48/48] objtool/klp: Cache dont_correlate() result
Song Liu
[PATCH 07/48] objtool/klp: Don't correlate absolute symbols
Josh Poimboeuf
Re: [PATCH 07/48] objtool/klp: Don't correlate absolute symbols
Miroslav Benes
Re: [PATCH 07/48] objtool/klp: Don't correlate absolute symbols
Song Liu
[PATCH 08/48] objtool/klp: Don't correlate __initstub__ symbols
Josh Poimboeuf
Re: [PATCH 08/48] objtool/klp: Don't correlate __initstub__ symbols
Miroslav Benes
Re: [PATCH 08/48] objtool/klp: Don't correlate __initstub__ symbols
Song Liu
[PATCH 15/48] objtool/klp: Fix kCFI trap handling
Josh Poimboeuf
Re: [PATCH 15/48] objtool/klp: Fix kCFI trap handling
Song Liu
Re: [PATCH 15/48] objtool/klp: Fix kCFI trap handling
Miroslav Benes
[PATCH 17/48] objtool: Fix reloc hash collision in find_reloc_by_dest_range()
Josh Poimboeuf
Re: [PATCH 17/48] objtool: Fix reloc hash collision in find_reloc_by_dest_range()
Peter Zijlstra
Re: [PATCH 17/48] objtool: Fix reloc hash collision in find_reloc_by_dest_range()
Josh Poimboeuf
Re: [PATCH 17/48] objtool: Fix reloc hash collision in find_reloc_by_dest_range()
Song Liu
Re: [PATCH 17/48] objtool: Fix reloc hash collision in find_reloc_by_dest_range()
Miroslav Benes
[PATCH 30/48] objtool/klp: Handle Clang .data..Lanon anonymous data sections
Josh Poimboeuf
Re: [PATCH 30/48] objtool/klp: Handle Clang .data..Lanon anonymous data sections
Song Liu
[PATCH 37/48] objtool/klp: Remove "objtool --checksum"
Josh Poimboeuf
Re: [PATCH 37/48] objtool/klp: Remove "objtool --checksum"
Song Liu
Re: [PATCH 2/3] selftests: ublk: enable test_integrity_02.sh on fio 3.42
Ming Lei
Re: [PATCH 1/3] selftests: ublk: remove unused argument to _cleanup
Ming Lei
Re: [PATCH 3/3] selftests: ublk: add ublk auto integrity test
Ming Lei
Re: [PATCH] docs: maintainer-netdev: fix typo in "targeting"
patchwork-bot+netdevbpf
Re: [PATCH 7.2 v3 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
Lance Yang
Re: [PATCH 7.2 v3 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
Zi Yan
Re: [PATCH 7.2 v3 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
Lance Yang
Re: [PATCH 19/23] cgroup/cpuset: Improve check for calling housekeeping_update()
Chen Ridong
Re: [PATCH 19/23] cgroup/cpuset: Improve check for calling housekeeping_update()
Waiman Long
[PATCH] MAINTAINERS: Add maintainer info for libnvdimm and DAX
Dave Jiang
Re: [PATCH] MAINTAINERS: Add maintainer info for libnvdimm and DAX
Ira Weiny
Re: [PATCH] MAINTAINERS: Add maintainer info for libnvdimm and DAX
Verma, Vishal L
Re: [PATCH v2] slab: support for compiler-assisted type-based slab cache partitioning
Kees Cook
Earlier messages
Later messages