mbox series

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

Message ID 20200609154800.GA16679@epycbox.lan (mailing list archive)
State Mainlined, 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 tags/fpga-fixes-for-5.8

Message

Moritz Fischer June 9, 2020, 3:48 p.m. UTC
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(-)

Comments

Greg KH June 26, 2020, 3:27 p.m. UTC | #1
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
Moritz Fischer June 26, 2020, 9:04 p.m. UTC | #2
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