linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] FPGA Manager (late) fixes for 5.8
@ 2020-07-17 23:44 Moritz Fischer
  2020-07-20  8:01 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Moritz Fischer @ 2020-07-17 23:44 UTC (permalink / raw)
  To: gregkh; +Cc: linux-fpga, moritzf, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] FPGA Manager (late) fixes for 5.8
  2020-07-17 23:44 [GIT PULL] FPGA Manager (late) fixes for 5.8 Moritz Fischer
@ 2020-07-20  8:01 ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2020-07-20  8:01 UTC (permalink / raw)
  To: Moritz Fischer; +Cc: linux-fpga, moritzf, linux-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] FPGA Manager (late) fixes for 5.8
  2020-06-26 15:27 ` Greg KH
@ 2020-06-26 21:04   ` Moritz Fischer
  0 siblings, 0 replies; 5+ messages in thread
From: Moritz Fischer @ 2020-06-26 21:04 UTC (permalink / raw)
  To: Greg KH; +Cc: Moritz Fischer, linux-fpga, moritzf

On Fri, Jun 26, 2020 at 05:27:59PM +0200, Greg KH wrote:
> On Tue, Jun 09, 2020 at 08:48:00AM -0700, Moritz Fischer wrote:
> > The following changes since commit 3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162:
> > 
> >   Linux 5.7 (2020-05-31 16:49:15 -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.8
> 
> I just realized that linux-fpga is not on lore.kernel.org, any reason
> why not?  That meant I couldn't use 'b4' on this :(

Who do I talk to for enabling this? Konstantin?
> 
> Anyway, now pulled and pushed out, thanks.
> 
> greg k-h

Cheers,
Moritz

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] FPGA Manager (late) fixes for 5.8
  2020-06-09 15:48 Moritz Fischer
@ 2020-06-26 15:27 ` Greg KH
  2020-06-26 21:04   ` Moritz Fischer
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2020-06-26 15:27 UTC (permalink / raw)
  To: Moritz Fischer; +Cc: linux-fpga, moritzf

On Tue, Jun 09, 2020 at 08:48:00AM -0700, Moritz Fischer wrote:
> The following changes since commit 3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162:
> 
>   Linux 5.7 (2020-05-31 16:49:15 -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.8

I just realized that linux-fpga is not on lore.kernel.org, any reason
why not?  That meant I couldn't use 'b4' on this :(

Anyway, now pulled and pushed out, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] FPGA Manager (late) fixes for 5.8
@ 2020-06-09 15:48 Moritz Fischer
  2020-06-26 15:27 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Moritz Fischer @ 2020-06-09 15:48 UTC (permalink / raw)
  To: gregkh; +Cc: linux-fpga, moritzf

The following changes since commit 3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162:

  Linux 5.7 (2020-05-31 16:49:15 -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.8

for you to fetch changes up to 6a47d6efc6931b02d10163de2fb85ec9953c4f5e:

  fpga: zynqmp: fix modular build (2020-06-09 08:27:01 -0700)

----------------------------------------------------------------
FPGA Manager fixes for 5.8-rc1

Here is one (late) fix for 5.8-rc1 merge window.

Arnd's change addresses a missing build dependency.

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>

----------------------------------------------------------------
Arnd Bergmann (1):
      fpga: zynqmp: fix modular build

 drivers/fpga/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-07-20  8:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 23:44 [GIT PULL] FPGA Manager (late) fixes for 5.8 Moritz Fischer
2020-07-20  8:01 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2020-06-09 15:48 Moritz Fischer
2020-06-26 15:27 ` Greg KH
2020-06-26 21:04   ` Moritz Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).