Re: [PATCH] modpost: support arbitrary symbol length in modversion
From: Miguel Ojeda <hidden>
Date: 2023-01-19 19:21:30
Also in:
linux-kbuild, linux-modules, lkml, rust-for-linux
From: Miguel Ojeda <hidden>
Date: 2023-01-19 19:21:30
Also in:
linux-kbuild, linux-modules, lkml, rust-for-linux
On Wed, Jan 18, 2023 at 8:02 AM Masahiro Yamada [off-list ref] wrote:
- *.mod.c is kept human readable.On the topic of `.mod.c` readability: for approaches that may be less readable, we could improve that by adding some extra comments or rearrange things in a different way (it is a generated file, after all!). For instance, for the original approach: https://godbolt.org/z/6oh45axnc Cheers, Miguel