在提交问题之前,请确保您已经检查了以下几点:

  1. 您已经搜索过现有问题,并且没有找到任何相关的问题。
  2. 您将在KernelSU管理器中的设置-报告日志中上传bug报告文件。
  3. 您知道如何重现问题,并且这个问题可能不特定于您的设备。

描述问题:
我正在尝试编译LG G8 4.14.335 LineageOS内核(使用susfs-main分支)。我遇到了这个错误:

sm8150/drivers/kernelsu/app_profile.c:85:31: error: no member named 'filter_count' in 'struct seccomp'
 85 |         atomic_set(&current->seccomp.filter_count, 0);
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
sm8150/arch/arm64/include/asm/atomic.h:57:40: note: expanded from macro 'atomic_set'
 57 | #define atomic_set(v, i)                WRITE_ONCE(((v)->counter), (i))
                                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
sm8150/include/linux/compiler.h:272:17: note: expanded from macro 'WRITE_ONCE'
 272 |         union { typeof(x) __val; char __c[1]; } __u = 
                        ^

重现步骤:
(未提供响应)

预期行为:
(未提供响应)

截图:
(未提供响应)

日志:
(未提供响应)

设备信息:

  • 设备:LG G8 "alphaplus"
  • 操作系统版本:15
  • KernelSU版本:4.0.0
  • 内核版本:4.14.355

附加信息:
(未提供响应)