Skip to content

Commit 4ad64a0

Browse files
authored
Merge pull request #54 from dynup/aarch64
Add initial Aarch64 objects
2 parents 956ebf6 + cc56aaf commit 4ad64a0

25 files changed

+54
-0
lines changed

aarch64/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CDO_ENV = ALT_STRUCT_SIZE=12 BUG_STRUCT_SIZE=12 EX_STRUCT_SIZE=12 JUMP_STRUCT_SIZE=16 PRINTK_INDEX_STRUCT_SIZE=44
2+
3+
include ../../Makefile.include

aarch64/cmdline-patch.ORIG.o

3.13 KB
Binary file not shown.

aarch64/cmdline-patch.PATCHED.o

3.24 KB
Binary file not shown.

aarch64/cmdline-patch.test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
source $KPATCH_TEST_LIBRARY
3+
4+
# 0000000000000008 t cmdline_proc_show
5+
6+
assert_num_funcs 1

aarch64/cmdline-ubsan.ORIG.o

4.51 KB
Binary file not shown.

aarch64/cmdline-ubsan.PATCHED.o

4.63 KB
Binary file not shown.

aarch64/cmdline-ubsan.test

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
source $KPATCH_TEST_LIBRARY
3+
4+
# $ nm cmdline-ubsan.OUTPUT.o | grep -i " t "
5+
# 0000000000000008 t cmdline_proc_show
6+
7+
assert_num_funcs 1

aarch64/data-new.ORIG.o

12.6 KB
Binary file not shown.

aarch64/data-new.PATCHED.o

12.7 KB
Binary file not shown.

aarch64/data-new.test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
source $KPATCH_TEST_LIBRARY
3+
4+
# 0000000000000008 t meminfo_proc_show
5+
6+
assert_num_funcs 1

0 commit comments

Comments
 (0)