Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module: remove the SHF_ALLOC flag on the __versions section.
Impact: reduce kernel memory usage This patch just takes off the SHF_ALLOC flag on __versions so we don't keep them around after module load. This saves about 7% of module memory if CONFIG_MODVERSIONS=y. Cc: Shawn Bohrer <shawn.bohrer@gmail.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
- Loading branch information