[PATCH v2 00/16] Generic infrastructure for unloading initramfs
From: Shea Levy <hidden>
Date: 2018-03-25 22:19:06
Also in:
linux-riscv, linux-sh, linux-um, linuxppc-dev, lkml
From: Shea Levy <hidden>
Date: 2018-03-25 22:19:06
Also in:
linux-riscv, linux-sh, linux-um, linuxppc-dev, lkml
This patch series extracts out code for unloading the initramfs that was identical across 14 architectures, and moves those architectures to the common code path. Additionally, RISC-V is newly moved to the common code path. In addition to reducing duplication, this allows us to bring future improvements (such as generalizing existing "keep initrd" command line options) to multiple architectures at once. v2: Mark generic free_initrd_mem __init.