Re: [PATCH v3 0/5] module: Strict per-modname namespaces

2025-05-18 Thread Petr Pavlu
On 5/17/25 08:48, Masahiro Yamada wrote: > On Wed, May 14, 2025 at 5:48 PM Petr Pavlu wrote: >> >> On 5/2/25 16:12, Peter Zijlstra wrote: >>> Hi! >>> >>> Implement means for exports to be available to an explicit list of named >>> modules. By explicitly limiting the usage of certain exports, the a

Re: [PATCH v3 0/5] module: Strict per-modname namespaces

2025-05-16 Thread Masahiro Yamada
On Wed, May 14, 2025 at 5:48 PM Petr Pavlu wrote: > > On 5/2/25 16:12, Peter Zijlstra wrote: > > Hi! > > > > Implement means for exports to be available to an explicit list of named > > modules. By explicitly limiting the usage of certain exports, the abuse > > potential/risk is greatly reduced. >

Re: [PATCH v3 0/5] module: Strict per-modname namespaces

2025-05-14 Thread Petr Pavlu
On 5/2/25 16:12, Peter Zijlstra wrote: > Hi! > > Implement means for exports to be available to an explicit list of named > modules. By explicitly limiting the usage of certain exports, the abuse > potential/risk is greatly reduced. > > Changes since v2: > > - switch to "module:" prefix (Masahi

Re: [PATCH v3 0/5] module: Strict per-modname namespaces

2025-05-02 Thread Greg KH
On Fri, May 02, 2025 at 04:12:04PM +0200, Peter Zijlstra wrote: > Hi! > > Implement means for exports to be available to an explicit list of named > modules. By explicitly limiting the usage of certain exports, the abuse > potential/risk is greatly reduced. > > Changes since v2: > > - switch to

[PATCH v3 0/5] module: Strict per-modname namespaces

2025-05-02 Thread Peter Zijlstra
Hi! Implement means for exports to be available to an explicit list of named modules. By explicitly limiting the usage of certain exports, the abuse potential/risk is greatly reduced. Changes since v2: - switch to "module:" prefix (Masahiro) - removed some patch noise (Masahiro) - strstarts()