Re: [PATCH v2] firmware_loader: load files from the mount namespace of init

From: Greg Kroah-Hartman
Date: Wed Jan 22 2020 - 09:12:53 EST


On Sat, Jan 18, 2020 at 06:03:07PM +0200, Topi Miettinen wrote:

> >From 0b88ff99acccaefbe9b86b6a1ceebf5b075f388f Mon Sep 17 00:00:00 2001
> From: Topi Miettinen <toiwoton@xxxxxxxxx>
> Date: Fri, 17 Jan 2020 19:56:45 +0200
> Subject: [PATCH] firmware_loader: load files from the mount namespace of init
>
> Instead of using the mount namespace of the current process to load
> firmware files, use the mount namespace of init process.
>
> Signed-off-by: Topi Miettinen <toiwoton@xxxxxxxxx>

What changed from v1?

Also, you had a great description for your first patch, put all that in
here too.

And finally, no need to include the header of it, use 'git send-email'
to send it directly.

thanks,

greg k-h