Re: [GIT PULL 0/6] intel_th/stm class: Updates for v5.7

From: Greg Kroah-Hartman
Date: Wed Mar 18 2020 - 06:26:42 EST


On Tue, Mar 17, 2020 at 08:22:09AM +0200, Alexander Shishkin wrote:
> Hi Greg,
>
> These are the patches I have for the next merge window. They are mostly
> fixes, one new PCI ID and a "feature" for the Trace Hub's memory buffer
> trace collection. Andy Shevchenko again lent his keen reviewer's eye,
> and aiaiai static checkers approve.
>
> A signed tag can be found below, individual patches follow. Please,
> consider pulling or applying. Thanks!
>
> The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
>
> Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git tags/intel_th-stm-for-greg-20200316

This adds a build warning:

drivers/hwtracing/intel_th/msu.c: In function âstop_on_full_storeâ:
drivers/hwtracing/intel_th/msu.c:2078:16: warning: unused variable âvalâ [-Wunused-variable]
2078 | unsigned long val;
| ^~~

So I'll just pick and choose the patches to take here to try to avoid
that...

Can you fix the offending patch up and resend it?

thanks,

greg k-h