kpatch/kpatch-build
Josh Poimboeuf 1152e58244 create-diff-object: support __LINE__ detection for btrfs macros
These btrfs macros use the `__LINE__` macro.  Add proper support for
them in kpatch_line_macro_change_only().

   5:   ba 34 09 00 00          mov    $0x934,%edx
   a:   48 c7 c6 00 00 00 00    mov    $0x0,%rsi
                        d: R_X86_64_32S .rodata.__func__.5
  11:   4c 89 ef                mov    %r13,%rdi
  14:   e8 00 00 00 00          callq  19 <push_node_left.cold+0x19>
                        15: R_X86_64_PLT32      __btrfs_abort_transaction-0x4

Fixes #1253.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
2022-04-04 21:12:58 -07:00
..
gcc-plugins gcc-plugin: GCC 10 - update local/non local insn names 2020-06-12 13:27:06 +05:30
insn
create-diff-object.c create-diff-object: support __LINE__ detection for btrfs macros 2022-04-04 21:12:58 -07:00
create-klp-module.c kpatch-build: Add missing allocation failure checks 2022-01-14 07:32:54 -08:00
create-kpatch-module.c kpatch-elf: pass new ELF output file mode to kpatch_write_output_elf() 2020-09-25 09:30:13 -04:00
kpatch-build kpatch-build: introduce ability to ignore distro-specific checks 2022-01-21 17:29:53 +02:00
kpatch-cc kpatch-build: clang support 2021-02-17 12:59:51 +01:00
kpatch-elf.c kpatch-elf: symtab_shndx support 2022-03-02 09:26:29 +01:00
kpatch-elf.h kpatch-elf: symtab_shndx support 2022-03-02 09:26:29 +01:00
kpatch-intermediate.h lookup: rename 'pos' to 'sympos' 2020-04-06 15:18:58 -05:00
kpatch.h kpatch-build: add exit status enum 2018-06-15 07:11:48 -04:00
list.h
log.h kpatch-build: add exit status enum 2018-06-15 07:11:48 -04:00
lookup.c Fix sym->type condition in locals_match() 2022-02-03 11:59:24 +01:00
lookup.h Switch to per-file lookup table pointers. 2021-08-17 09:37:44 +02:00
Makefile Merge pull request #1233 from omatiusha/master 2022-02-14 08:57:36 -05:00