On Mon, Jun 09, 2025 at 10:05:53PM -0400, Joe Lawrence wrote:
> + # Copy symbol namespace
> + readelf -p .modinfo "$ORIG_DIR/$rel_file" | \
> + gawk -F= '/\<import_ns=/ {print $2}' | mapfile -t
> namespacesErrr, that is $PATCHED_DIR/$rel_file if we want to pick up the updated list of namespaces in case the .patch had amended it. -- Joe

