linux-next: Tree for Jul 29 (apparmor)

Randy Dunlap rdunlap at infradead.org
Thu Jul 30 03:52:34 UTC 2026



On 7/29/26 8:39 AM, Mark Brown wrote:
> Hi all,
> 
> Changes since 20260728:
> 


apparmorfs.c makes calls into zstd_*() even when
CONFIG_SECURITY_APPARMOR_EXPORT_BINARY is not set, causing
build errors:

/usr/bin/ld.bfd: security/apparmor/apparmorfs.o: in function `policy_update':
apparmorfs.c:(.text+0x1307): undefined reference to `zstd_get_frame_header'
/usr/bin/ld.bfd: apparmorfs.c:(.text+0x1359): undefined reference to `zstd_dctx_workspace_bound'
/usr/bin/ld.bfd: apparmorfs.c:(.text+0x13f7): undefined reference to `zstd_init_dctx'
/usr/bin/ld.bfd: apparmorfs.c:(.text+0x140c): undefined reference to `zstd_decompress_dctx'
/usr/bin/ld.bfd: apparmorfs.c:(.text+0x1411): undefined reference to `zstd_is_error'


Full randconfig file is attached.

-- 
~Randy


More information about the Linux-security-module-archive mailing list