Re: [PATCH v2 0/2] add missing local symbols catch-all

2022-03-08 Thread Thomas Monjalon
08/03/2022 15:24, Thomas Monjalon: > The libraries (and driver) regexdev, gpudev and auxiliary bus > were missing "local:*" in their version.map linker script > which catch all non-listed functions to be hidden in shared libraries. > > v2: add a devtools check > > Thomas Monjalon (2): > regexde

[PATCH v2 0/2] add missing local symbols catch-all

2022-03-08 Thread Thomas Monjalon
The libraries (and driver) regexdev, gpudev and auxiliary bus were missing "local:*" in their version.map linker script which catch all non-listed functions to be hidden in shared libraries. v2: add a devtools check Thomas Monjalon (2): regexdev: fix section attribute of symbols build: hide l