ILD

kernel api determine ipv6 address type
2023-9-14
__ipv6_addr_type()可以返回地址的类型net/ipv6/addrconf_core.cint __ipv6_addr_type(const struct in6_addr *addr){ __be32 st; st = addr->s6_addr32[0

build kernel with debug info in object file
2023-12-9
最近在移植zynqmpsoc, 是6.1.0的内核,编译个内核模块后,出现了kernel panic,反汇编的时候,提示没有符号信息:$ ~/toolchain/crosstool-mpsoc/bin/aarch64-linux-gnu-gdb vdma_function.oGNU gdb (cro

Copyright © linuxdev.cc 2017-2024. Some Rights Reserved.