mbox series

[GIT,PULL] FPGA Manager (late) fixes for 5.8

Message ID 20200717234408.GA4556@epycbox.lan (mailing list archive)
State Superseded, archived
Headers show
Series [GIT,PULL] FPGA Manager (late) fixes for 5.8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git fpga-late-fixes-for-5.8

Message

Moritz Fischer July 17, 2020, 11:44 p.m. UTC
The following changes since commit 11ba468877bb23f28956a35e896356252d63c983:

  Linux 5.8-rc5 (2020-07-12 16:34:50 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git fpga-late-fixes-for-5.8

for you to fetch changes up to 8614afd689df59d9ce019439389be20bd788a897:

  fpga: dfl: fix bug in port reset handshake (2020-07-13 22:11:17 -0700)

----------------------------------------------------------------
FPGA manager fixes for 5.8

Here are two (late) dfl fixes for the the 5.8 release.

Matthew's fix addresses an issue in the reset of a port.

Xu'x fix addresses a linter warning.

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>

----------------------------------------------------------------
Matthew Gerlach (1):
      fpga: dfl: fix bug in port reset handshake

Xu Yilun (1):
      fpga: dfl: pci: reduce the scope of variable 'ret'

 drivers/fpga/dfl-afu-main.c | 3 ++-
 drivers/fpga/dfl-pci.c      | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

Comments

Greg Kroah-Hartman July 20, 2020, 8:01 a.m. UTC | #1
On Fri, Jul 17, 2020 at 04:44:08PM -0700, Moritz Fischer wrote:
> The following changes since commit 11ba468877bb23f28956a35e896356252d63c983:
> 
>   Linux 5.8-rc5 (2020-07-12 16:34:50 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git fpga-late-fixes-for-5.8
> 
> for you to fetch changes up to 8614afd689df59d9ce019439389be20bd788a897:
> 
>   fpga: dfl: fix bug in port reset handshake (2020-07-13 22:11:17 -0700)
> 
> ----------------------------------------------------------------
> FPGA manager fixes for 5.8
> 
> Here are two (late) dfl fixes for the the 5.8 release.
> 
> Matthew's fix addresses an issue in the reset of a port.
> 
> Xu'x fix addresses a linter warning.

That's not a "real" issue, and should have waited until 5.9-rc1 as there
is no bug being fixed there at all.  I'll take it for now, but be more
careful in the future.

thanks,

greg k-h