Arvind Sankar
Arvind Sankar
fuse-linker-plugin option is not necessary: it is enabled by default if you have a linker newer than 2.21 which is ages ago (not even available in gentoo).
> The mainline kernel (5.4-rc7) currently has [`CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS`](https://patchwork.kernel.org/patch/11128215/) > > ``` > If MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is enabled (default=n), the > requirement for modules to import all namespaces that are used by...
@ionenwks > Edit: About PIE, may be worth noting that given so many things are driven by shared libraries, position independent code is still what will be primarily used either...