Re: [PATCH 0/2] firmware: google: Expose coreboot tables and CBMEM

From: Greg Kroah-Hartman
Date: Wed Nov 20 2019 - 09:02:37 EST


On Wed, Nov 20, 2019 at 02:39:45PM +0100, patrick.rudolph@xxxxxxxxxxxxx wrote:
> From: Patrick Rudolph <patrick.rudolph@xxxxxxxxxxxxx>
>
> As user land tools currently use /dev/mem to access coreboot tables and
> CBMEM, provide a better way by using read-only sysfs attributes.
>
> Unconditionally expose all tables and buffers making future changes in
> coreboot possible without modifying a kernel driver.
>
> Changes in v2:
> - Add ABI documentation
> - Add 0x prefix on hex values
> - Remove wrong ioremap hint as found by CI

I think you forgot to put "v2" in the [PATCH] area of the subject lines
:(

thanks,

greg k-h