[packages/kernel] - export symbols needed by aufs (they are new and were never exported)

Jan Palus atler at pld-linux.org
Sat Apr 25 18:24:52 CEST 2026


On 25.04.2026 18:10, Jan Rękorajski wrote:
> On Sat, 25 Apr 2026, Jan Palus wrote:
> 
> > On 25.04.2026 09:46, baggins wrote:
> > > commit 25280fef4f7da385c5d988ce29adedb3a354dc33
> > > Author: Jan Rękorajski <baggins at pld-linux.org>
> > > Date:   Sat Apr 25 11:45:27 2026 +0200
> > > 
> > >     - export symbols needed by aufs (they are new and were never exported)
> > 
> > For the record, the symbols are not new (they are present and used by
> > aufs since 6.16) but up until 6.19 aufs was adding export in their
> > patch:
> > 
> > https://github.com/sfjro/aufs-standalone/blob/aufs6.19/aufs6-standalone.patch#L60-L68
> > 
> > for whatever reason these were dropped/missed on 7.0 branch hence I've
> > concluded it's not finished yet.
> 
> My guess the missing exports are a mistake, git log suggests the module
> as such should be good.

Possibly related remark from homepage (https://aufs.sourceforge.net/)
regarding kernels 6.12+:

"I don't know why but NFSv4 on my test environment stopped working.
So all these versions are NOT tested with NFSv4 branch."

Most likely aufs upstream does not even enable AUFS_EXPORT which is the
only user of these two symbols and that's why they didn't even notice
exports are missing. Perhaps we should disable it too then?


More information about the pld-devel-en mailing list