Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions aarch64/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CDO_ENV = ALT_STRUCT_SIZE=12 BUG_STRUCT_SIZE=12 EX_STRUCT_SIZE=12 JUMP_STRUCT_SIZE=16 PRINTK_INDEX_STRUCT_SIZE=44

include ../../Makefile.include
Binary file added aarch64/cmdline-patch.ORIG.o
Binary file not shown.
Binary file added aarch64/cmdline-patch.PATCHED.o
Binary file not shown.
6 changes: 6 additions & 0 deletions aarch64/cmdline-patch.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
source $KPATCH_TEST_LIBRARY

# 0000000000000008 t cmdline_proc_show

assert_num_funcs 1
Binary file added aarch64/cmdline-ubsan.ORIG.o
Binary file not shown.
Binary file added aarch64/cmdline-ubsan.PATCHED.o
Binary file not shown.
7 changes: 7 additions & 0 deletions aarch64/cmdline-ubsan.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
source $KPATCH_TEST_LIBRARY

# $ nm cmdline-ubsan.OUTPUT.o | grep -i " t "
# 0000000000000008 t cmdline_proc_show

assert_num_funcs 1
Binary file added aarch64/data-new.ORIG.o
Binary file not shown.
Binary file added aarch64/data-new.PATCHED.o
Binary file not shown.
6 changes: 6 additions & 0 deletions aarch64/data-new.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
source $KPATCH_TEST_LIBRARY

# 0000000000000008 t meminfo_proc_show

assert_num_funcs 1
Binary file added aarch64/gcc-static-local-var-6.ORIG.o
Binary file not shown.
Binary file added aarch64/gcc-static-local-var-6.PATCHED.o
Binary file not shown.
6 changes: 6 additions & 0 deletions aarch64/gcc-static-local-var-6.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
source $KPATCH_TEST_LIBRARY

# 0000000000000008 t __nf_ip6_route

assert_num_funcs 1
Binary file added aarch64/meminfo-string.ORIG.o
Binary file not shown.
Binary file added aarch64/meminfo-string.PATCHED.o
Binary file not shown.
6 changes: 6 additions & 0 deletions aarch64/meminfo-string.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
source $KPATCH_TEST_LIBRARY

# 0000000000000008 t meminfo_proc_show

assert_num_funcs 1
Binary file added aarch64/new-function.ORIG.o
Binary file not shown.
Binary file added aarch64/new-function.PATCHED.o
Binary file not shown.
7 changes: 7 additions & 0 deletions aarch64/new-function.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
source $KPATCH_TEST_LIBRARY

# 0000000000000008 t kpatch_n_tty_write
# 0000000000000008 t n_tty_write

assert_num_funcs 2
Binary file added aarch64/special-static.ORIG.o
Binary file not shown.
Binary file added aarch64/special-static.PATCHED.o
Binary file not shown.
6 changes: 6 additions & 0 deletions aarch64/special-static.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
source $KPATCH_TEST_LIBRARY

# 0000000000000008 t copy_signal

assert_num_funcs 1
Binary file added aarch64/syscall.ORIG.o
Binary file not shown.
Binary file added aarch64/syscall.PATCHED.o
Binary file not shown.
7 changes: 7 additions & 0 deletions aarch64/syscall.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
source $KPATCH_TEST_LIBRARY

# 0000000000000008 t __arm64_sys_newuname
# 0000000000000000 t __kpatch_do_sys_newuname

assert_num_funcs 2