Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove binaries from repo and add to gitignore #3

Merged
merged 2 commits into from
Feb 11, 2014
Merged

remove binaries from repo and add to gitignore #3

merged 2 commits into from
Feb 11, 2014

Conversation

sjenning
Copy link
Contributor

No description provided.

Signed-off-by: Seth Jennings <sjenning@redhat.com>
Signed-off-by: Seth Jennings <sjenning@redhat.com>
jpoimboe added a commit that referenced this pull request Feb 11, 2014
remove binaries from repo and add to gitignore
@jpoimboe jpoimboe merged commit 5098b09 into dynup:master Feb 11, 2014
@sjenning sjenning deleted the removebins branch February 13, 2014 17:19
kamalesh-babulal added a commit to kamalesh-babulal/kpatch that referenced this pull request Nov 6, 2017
Commit 5888f31 ("create-klp-module: support unbundled symbols")
breaks the livepatch modules build on ppc64le, with stalls after
module load:

INFO: rcu_sched self-detected stall on CPU
   5-...: (21002 ticks this GP) idle=7ba/140000000000001/0
softirq=97524/97524 fqs=10499
    (t=21003 jiffies g=23955 c=23954 q=2203)
 NMI backtrace for cpu 5
 CPU: 5 PID: 22188 Comm: cat Tainted: G           OE K 4.14.0-rc7+ dynup#3
 Call Trace:
 dump_stack+0xb0/0xf0 (unreliable)
 nmi_cpu_backtrace+0x208/0x210
 nmi_trigger_cpumask_backtrace+0x1c0/0x200
 arch_trigger_cpumask_backtrace+0x28/0x40
 rcu_dump_cpu_stacks+0xec/0x14c
 rcu_check_callbacks+0x908/0xb10
 update_process_times+0x48/0x90
 tick_sched_handle.isra.5+0x4c/0x80
 tick_sched_timer+0x60/0xe0
 __hrtimer_run_queues+0xf8/0x360
 hrtimer_interrupt+0xf8/0x330
 __timer_interrupt+0x94/0x270
 timer_interrupt+0xa4/0xe0
 decrementer_common+0x114/0x120
 --- interrupt: 901 at meminfo_proc_show+0x4c/0xd40
[livepatch_meminfo_string]
     LR = meminfo_proc_show+0x50/0xd40 [livepatch_meminfo_string]
 meminfo_proc_show+0x44/0xd40 [livepatch_meminfo_string] (unreliable)
 klp_stub_insn_end+0x4/0x38
 proc_reg_read+0x88/0xd0
 __vfs_read+0x44/0x1b0
  vfs_read+0xbc/0x1b0
 SyS_read+0x68/0x110
 system_call+0x58/0x6c

With GCC6+, every local function symbol has the value of 0x8 and
appending the symbol value to destination symbol, mis-calculates
the offset.

Fix the offset calculation, by subtracting symbol value 0x8 for
every destination functions, those are local functions as well.

Fixes: 5888f31 ("create-klp-module: support unbundled symbols")
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
jpoimboe pushed a commit to jpoimboe/kpatch that referenced this pull request Feb 6, 2019
gcc-constprop update to gcc8 version
sm00th added a commit to sm00th/kpatch that referenced this pull request Feb 14, 2022
Yet another hack, which needs to be addressed properly. Without this create-diff-object segfaults in kpatch_is_core_module_symbol() trying
to compare rela->sym->name which has been zeroed by kelf_patched teardown.

 #0  0x00007ffff7f10c0e in __strcmp_avx2 () from /lib64/libc.so.6
 dynup#1  0x000000000040a09d in kpatch_is_core_module_symbol (name=0x0)
     at create-diff-object.c:3130
 dynup#2  0x000000000040a209 in need_dynrela (table=0x95c52c80,
     sec=0x95c52300, rela=0xa7648330)
     at create-diff-object.c:3186
 dynup#3  0x000000000040a463 in kpatch_create_intermediate_sections
     (kelf=0x4dbc940,
         table=0x95c52c80, objname=0x7fffffffd8a1 "vmlinux",
             pmod_name=0x7fffffffd8f9
             "livepatch_0001_cmdline_test_patch")
         at create-diff-object.c:3350
 dynup#4  0x000000000040c206 in main (argc=8, argv=0x7fffffffd428) at
     create-diff-object.c:3954

Signed-off-by: Artem Savkov <asavkov@redhat.com>
jpoimboe added a commit to jpoimboe/kpatch that referenced this pull request Apr 6, 2022
A seg fault was reported:

  Program received signal SIGSEGV, Segmentation fault.
  0x00007ffff7f18c8e in __strcmp_avx2 () from /lib64/libc.so.6
  Missing separate debuginfos, use: dnf debuginfo-install elfutils-libelf-0.186-1.fc34.x86_64 zlib-1.2.11-26.fc34.x86_64
  (gdb) bt
  #0  0x00007ffff7f18c8e in __strcmp_avx2 () from /lib64/libc.so.6
  #1  0x000000000040a0f7 in kpatch_is_core_module_symbol (name=0x0) at create-diff-object.c:3060
  #2  0x000000000040a267 in need_dynrela (kelf=0x4669a0, table=0x92af30, sec=0x6d6b20, rela=0x8c7fd0) at create-diff-object.c:3117
  dynup#3  0x000000000040a4cc in kpatch_create_intermediate_sections (kelf=0x4669a0, table=0x92af30, objname=0x7fffffffcfc6 "vmlinux", pmod_name=0x7fffffffd020 "livepatch_a") at create-diff-object.c:3281
  dynup#4  0x000000000040c7c5 in main (argc=8, argv=0x7fffffffca48) at create-diff-object.c:3931

It happened because 'rela->sym->name' was NULL, and
kpatch_is_core_module_symbol() tried to dereference it.

Here's the corresponding relocation:

  Relocation section [455] '.rela.debug_loclists' for section [454] '.debug_loclists' at offset 0xd0478 contains 2432 entries:
    Offset              Type            Value               Addend Name
    ...
    0x000000000000aad6  X86_64_64       000000000000000000     +32 .LC55
    ...

That '.LC55' symbol lives in the following section:

  [104] .rodata.btf_show_end_aggr_type.str1.8 PROGBITS     0000000000000000 00003ef0 00000021  1 AMS    0   0  8

The problem is that the symbol wasn't included in the output file
(though its corresponding section was).  So it got zeroed by
kpatch_elf_teardown(), which was designed to trigger seg faults to help
find bugs like this.

The string literal sections which hold the '.LCx' string symbols are
already being included.  Include their symbols as well.

Fixes dynup#1257.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
jpoimboe added a commit to jpoimboe/kpatch that referenced this pull request Apr 6, 2022
A seg fault was reported:

  Program received signal SIGSEGV, Segmentation fault.
  0x00007ffff7f18c8e in __strcmp_avx2 () from /lib64/libc.so.6
  Missing separate debuginfos, use: dnf debuginfo-install elfutils-libelf-0.186-1.fc34.x86_64 zlib-1.2.11-26.fc34.x86_64
  (gdb) bt
  #0  0x00007ffff7f18c8e in __strcmp_avx2 () from /lib64/libc.so.6
  #1  0x000000000040a0f7 in kpatch_is_core_module_symbol (name=0x0) at create-diff-object.c:3060
  #2  0x000000000040a267 in need_dynrela (kelf=0x4669a0, table=0x92af30, sec=0x6d6b20, rela=0x8c7fd0) at create-diff-object.c:3117
  dynup#3  0x000000000040a4cc in kpatch_create_intermediate_sections (kelf=0x4669a0, table=0x92af30, objname=0x7fffffffcfc6 "vmlinux", pmod_name=0x7fffffffd020 "livepatch_a") at create-diff-object.c:3281
  dynup#4  0x000000000040c7c5 in main (argc=8, argv=0x7fffffffca48) at create-diff-object.c:3931

It happened because 'rela->sym->name' was NULL, and
kpatch_is_core_module_symbol() tried to dereference it.

Here's the corresponding relocation:

  Relocation section [455] '.rela.debug_loclists' for section [454] '.debug_loclists' at offset 0xd0478 contains 2432 entries:
    Offset              Type            Value               Addend Name
    ...
    0x000000000000aad6  X86_64_64       000000000000000000     +32 .LC55
    ...

That '.LC55' symbol lives in the following section:

  [104] .rodata.btf_show_end_aggr_type.str1.8 PROGBITS     0000000000000000 00003ef0 00000021  1 AMS    0   0  8

The problem is that the symbol wasn't included in the output file
(though its corresponding section was).  So it got zeroed by
kpatch_elf_teardown(), which was designed to trigger seg faults to help
find bugs like this.

The string literal sections which hold the '.LCx' string symbols are
already being included.  Include their symbols as well.

Fixes dynup#1257.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants