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

net/core/skbuff_recycle.h:165:16: error: 'const struct sk_buff' has no member named 'active_extensions' #49

Closed
1 task done
lsgxeva opened this issue Jul 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@lsgxeva
Copy link

lsgxeva commented Jul 25, 2024

Describe the bug

目标 gl-axt1800 编译内核出错失败。

  CC      net/core/sock.o
  CC      net/core/request_sock.o
  CC      net/core/skbuff.o
In file included from net/core/skbuff.c:90:
net/core/skbuff_recycle.h: In function 'consume_skb_can_recycle':
net/core/skbuff_recycle.h:165:16: error: 'const struct sk_buff' has no member named 'active_extensions'
  165 |         if (skb->active_extensions)
      |                ^~
make[9]: *** [scripts/Makefile.build:243: net/core/skbuff.o] Error 1
make[8]: *** [scripts/Makefile.build:480: net/core] Error 2
make[7]: *** [scripts/Makefile.build:480: net] Error 2
make[6]: *** [/home/ditel/Develop/lwrt-mod/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/linux-6.6.41/Makefile:1921: .] Error 2
make[5]: *** [Makefile:234: __sub-make] Error 2

OpenWrt version

openwrt

OpenWrt release

ipq60xx-devel_nss

OpenWrt target/subtarget

aarch64_cortex-a53_musl

Device

gl-axt1800

Image kind

Self-built image

Steps to reproduce

No response

Actual behaviour

No response

Expected behaviour

No response

Additional info

No response

Diffconfig

No response

Terms

  • I am reporting an issue for OpenWrt, not an unsupported fork.
@lsgxeva lsgxeva added the bug Something isn't working label Jul 25, 2024
@davidtall
Copy link

same issue

make -C /home/www/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/linux-6.6.48 KCFLAGS="-fmacro-prefix-map=/home/www/openwrt/build_dir/target-aarch64_cortex-a53_musl=target-aarch64_cortex-a53_musl -fno-caller-saves " HOSTCFLAGS="-O2 -I/home/www/openwrt/staging_dir/host/include  -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="aarch64-openwrt-linux-musl-" ARCH="arm64" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="" KBUILD_BUILD_HOST="" KBUILD_BUILD_TIMESTAMP="Thu Sep  5 23:17:01 2024" KBUILD_BUILD_VERSION="0" KBUILD_HOSTLDFLAGS="-L/home/www/openwrt/staging_dir/host/lib" CONFIG_SHELL="bash" V=''  cmd_syscalls=  CC="aarch64-openwrt-linux-musl-gcc" KERNELRELEASE=6.6.48 Image modules
make[5]: Entering directory '/home/www/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/linux-6.6.48'
  CC      net/core/skbuff.o
In file included from net/core/skbuff.c:90:
net/core/skbuff_recycle.h: In function 'consume_skb_can_recycle':
net/core/skbuff_recycle.h:165:16: error: 'const struct sk_buff' has no member named 'active_extensions'
  165 |         if (skb->active_extensions)
      |                ^~
make[9]: *** [scripts/Makefile.build:243: net/core/skbuff.o] Error 1
make[8]: *** [scripts/Makefile.build:480: net/core] Error 2
make[7]: *** [scripts/Makefile.build:480: net] Error 2
make[6]: *** [/home/www/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/linux-6.6.48/Makefile:1921: .] Error 2
make[5]: *** [Makefile:234: __sub-make] Error 2
make[5]: Leaving directory '/home/www/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/linux-6.6.48'
make[4]: *** [Makefile:22: /home/www/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/linux-6.6.48/.modules] Error 2
make[4]: Leaving directory '/home/www/openwrt/target/linux/qualcommax'
make[3]: *** [Makefile:11: compile] Error 2
make[3]: Leaving directory '/home/www/openwrt/target/linux'
time: target/linux/compile#0.66#0.11#0.99
    ERROR: target/linux failed to build.
make[2]: *** [target/Makefile:32: target/linux/compile] Error 1
make[2]: Leaving directory '/home/www/openwrt'
make[1]: *** [target/Makefile:25: /home/www/openwrt/staging_dir/target-aarch64_cortex-a53_musl/stamp/.target_compile] Error 2
make[1]: Leaving directory '/home/www/openwrt'
make: *** [/home/www/openwrt/include/toplevel.mk:248: world] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants