mbox series

[GIT,PULL] FPGA Manager fix for 5.14

Message ID YQe6K+ksMWkwhDpF@archbook (mailing list archive)
State New
Headers show
Series [GIT,PULL] FPGA Manager fix for 5.14 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-fixes-for-5.14

Message

Moritz Fischer Aug. 2, 2021, 9:26 a.m. UTC
The following changes since commit ff1176468d368232b684f75e82563369208bc371:

  Linux 5.14-rc3 (2021-07-25 15:35:14 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-fixes-for-5.14

for you to fetch changes up to ec6446d5304b3c3dd692a1e244df7e40bbb5af36:

  fpga: dfl: fme: Fix cpu hotplug issue in performance reporting (2021-07-27 11:05:16 -0700)

----------------------------------------------------------------
FPGA Manager fix for 5.14

Kajol's fix adds a missing pmu_migrate_context() call which presents a
problem if the CPU collecting FME PMU data is taken offline.

All patches have been reviewed on the mailing list, and have been in the
last few linux-next releases (as part of my fixes branch) without issues.

Signed-off-by: Moritz Fischer <mdf@kernel.org>

----------------------------------------------------------------
Kajol Jain (1):
      fpga: dfl: fme: Fix cpu hotplug issue in performance reporting

 drivers/fpga/dfl-fme-perf.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Greg KH Aug. 2, 2021, 4:08 p.m. UTC | #1
On Mon, Aug 02, 2021 at 02:26:03AM -0700, Moritz Fischer wrote:
> The following changes since commit ff1176468d368232b684f75e82563369208bc371:
> 
>   Linux 5.14-rc3 (2021-07-25 15:35:14 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-fixes-for-5.14

Pulled and pushed out, thanks.

greg k-h