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

[FR] FR-kernel-support: 5.10.0-106.18.0.68.oe2209.x86_64 #3542

Closed
2 of 3 tasks
innlym opened this issue Jul 7, 2023 · 3 comments · Fixed by #3544
Closed
2 of 3 tasks

[FR] FR-kernel-support: 5.10.0-106.18.0.68.oe2209.x86_64 #3542

innlym opened this issue Jul 7, 2023 · 3 comments · Fixed by #3544
Assignees
Labels

Comments

@innlym
Copy link

innlym commented Jul 7, 2023

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

make -C /lib/modules/5.10.0-106.18.0.68.oe2209.x86_64/build M=/tmp/show-kernel-struct-offset modules
make[1]: Entering directory '/usr/src/kernels/5.10.0-106.18.0.68.oe2209.x86_64'
CC [M] /tmp/show-kernel-struct-offset/skso.o
MODPOST /tmp/show-kernel-struct-offset/Module.symvers
CC [M] /tmp/show-kernel-struct-offset/skso.mod.o
LD [M] /tmp/show-kernel-struct-offset/skso.ko
make[1]: Leaving directory '/usr/src/kernels/5.10.0-106.18.0.68.oe2209.x86_64'
objdump -d skso.ko

skso.ko: file format elf64-x86-64

Disassembly of section .text:

0000000000000000 <STRUCT_TCP_SOCK_COPIED_SEQ_OFFSET>:
0: e8 00 00 00 00 call 5 <STRUCT_TCP_SOCK_COPIED_SEQ_OFFSET+0x5>
5: b8 54 06 00 00 mov $0x654,%eax
a: c3 ret
b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)

0000000000000010 <STRUCT_TCP_SOCK_WRITE_SEQ_OFFSET>:
10: e8 00 00 00 00 call 15 <STRUCT_TCP_SOCK_WRITE_SEQ_OFFSET+0x5>
15: b8 d4 07 00 00 mov $0x7d4,%eax
1a: c3 ret
1b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)

0000000000000020 <STRUCT_TASK_FILES_OFFSET>:
20: e8 00 00 00 00 call 25 <STRUCT_TASK_FILES_OFFSET+0x5>
25: b8 60 0c 00 00 mov $0xc60,%eax
2a: c3 ret
2b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)

0000000000000030 <STRUCT_SOCK_FLAGS_OFFSET>:
30: e8 00 00 00 00 call 35 <STRUCT_SOCK_FLAGS_OFFSET+0x5>
35: b8 38 02 00 00 mov $0x238,%eax
3a: c3 ret
3b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)

0000000000000040 <STRUCT_FILES_PRIVATE_DATA_OFFSET>:
40: e8 00 00 00 00 call 45 <STRUCT_FILES_PRIVATE_DATA_OFFSET+0x5>
45: b8 c8 00 00 00 mov $0xc8,%eax
4a: c3 ret
4b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)

0000000000000050 <STRUCT_TASK_TLS_OFFSET>:
50: e8 00 00 00 00 call 55 <STRUCT_TASK_TLS_OFFSET+0x5>
55: b8 a8 15 00 00 mov $0x15a8,%eax
5a: c3 ret
5b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)

0000000000000060 <init_module>:
60: e8 00 00 00 00 call 65 <init_module+0x5>
65: 31 c0 xor %eax,%eax
67: c3 ret
68: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
6f: 00

0000000000000070 <cleanup_module>:
70: e8 00 00 00 00 call 75 <cleanup_module+0x5>
75: c3 ret

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@innlym innlym added the feature label Jul 7, 2023
@nrjatyunshan nrjatyunshan linked a pull request Jul 7, 2023 that will close this issue
1 task
@nrjatyunshan
Copy link
Contributor

@innlym Try to change the tag of the agent to 3542-fr-fr-kernel-support-5100-10618068oe2209x86_64

@innlym
Copy link
Author

innlym commented Jul 10, 2023

@innlym Try to change the tag of the agent to 3542-fr-fr-kernel-support-5100-10618068oe2209x86_64

It worked, thanks !

@innlym innlym closed this as completed Jul 10, 2023
@nrjatyunshan
Copy link
Contributor

nrjatyunshan commented Jul 10, 2023

@innlym Automatically close the issue after merging into the main branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants