All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] FPGA Manager changes for 5.16-rc1
@ 2021-10-05 18:27 Moritz Fischer
  2021-10-05 18:58 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Moritz Fischer @ 2021-10-05 18:27 UTC (permalink / raw)
  To: gregkh; +Cc: yilun.xu, hao.wu, linux-fpga, moritzf

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga tags/fpga-maintainer-update

for you to fetch changes up to 57b44817a8d63e75394bc21849f585ded53de8bb:

  MAINTAINERS: Drop outdated FPGA Manager website (2021-10-02 09:07:09 -0700)

----------------------------------------------------------------
FPGA Manager changes for 5.16

The first patch adds Hao and Yilun as additional maintainers
for the FPGA Manager subsystem.

The second patch removes a now stale reference to a product specific
website that no longer reflects the FPGA Manager subsystem.

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

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

----------------------------------------------------------------
Moritz Fischer (2):
      MAINTAINERS: Add Hao and Yilun as maintainers
      MAINTAINERS: Drop outdated FPGA Manager website

 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

* Re: [GIT PULL] FPGA Manager changes for 5.16-rc1
  2021-10-05 18:27 [GIT PULL] FPGA Manager changes for 5.16-rc1 Moritz Fischer
@ 2021-10-05 18:58 ` Greg KH
  2021-10-05 19:02   ` Moritz Fischer
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2021-10-05 18:58 UTC (permalink / raw)
  To: Moritz Fischer; +Cc: yilun.xu, hao.wu, linux-fpga, moritzf

On Tue, Oct 05, 2021 at 11:27:48AM -0700, Moritz Fischer wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga tags/fpga-maintainer-update
> 
> for you to fetch changes up to 57b44817a8d63e75394bc21849f585ded53de8bb:
> 
>   MAINTAINERS: Drop outdated FPGA Manager website (2021-10-02 09:07:09 -0700)
> 
> ----------------------------------------------------------------
> FPGA Manager changes for 5.16
> 
> The first patch adds Hao and Yilun as additional maintainers
> for the FPGA Manager subsystem.
> 
> The second patch removes a now stale reference to a product specific
> website that no longer reflects the FPGA Manager subsystem.
> 
> All patches have been reviewed on the mailing list, and have been in the
> last few linux-next releases (as part of my for-next branch) without issues.
> 
> Signed-off-by: Moritz Fischer <mdf@kernel.org>
> 
> ----------------------------------------------------------------
> Moritz Fischer (2):
>       MAINTAINERS: Add Hao and Yilun as maintainers
>       MAINTAINERS: Drop outdated FPGA Manager website

These are trivial, shouldn't we work to get these into 5.15-final?  I
can gladly take them into my branch for that if you don't mind.

thanks,

greg k-h

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

* Re: [GIT PULL] FPGA Manager changes for 5.16-rc1
  2021-10-05 18:58 ` Greg KH
@ 2021-10-05 19:02   ` Moritz Fischer
  2021-10-06  7:35     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Moritz Fischer @ 2021-10-05 19:02 UTC (permalink / raw)
  To: Greg KH; +Cc: Moritz Fischer, yilun.xu, hao.wu, linux-fpga, moritzf

On Tue, Oct 05, 2021 at 08:58:38PM +0200, Greg KH wrote:
> On Tue, Oct 05, 2021 at 11:27:48AM -0700, Moritz Fischer wrote:
> > The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> > 
> >   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga tags/fpga-maintainer-update
> > 
> > for you to fetch changes up to 57b44817a8d63e75394bc21849f585ded53de8bb:
> > 
> >   MAINTAINERS: Drop outdated FPGA Manager website (2021-10-02 09:07:09 -0700)
> > 
> > ----------------------------------------------------------------
> > FPGA Manager changes for 5.16
> > 
> > The first patch adds Hao and Yilun as additional maintainers
> > for the FPGA Manager subsystem.
> > 
> > The second patch removes a now stale reference to a product specific
> > website that no longer reflects the FPGA Manager subsystem.
> > 
> > All patches have been reviewed on the mailing list, and have been in the
> > last few linux-next releases (as part of my for-next branch) without issues.
> > 
> > Signed-off-by: Moritz Fischer <mdf@kernel.org>
> > 
> > ----------------------------------------------------------------
> > Moritz Fischer (2):
> >       MAINTAINERS: Add Hao and Yilun as maintainers
> >       MAINTAINERS: Drop outdated FPGA Manager website
> 
> These are trivial, shouldn't we work to get these into 5.15-final?  I
> can gladly take them into my branch for that if you don't mind.

All the same to me :) I figured they're not fixes, so that's why for
next release.

Thanks,
Moritz

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

* Re: [GIT PULL] FPGA Manager changes for 5.16-rc1
  2021-10-05 19:02   ` Moritz Fischer
@ 2021-10-06  7:35     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2021-10-06  7:35 UTC (permalink / raw)
  To: Moritz Fischer; +Cc: yilun.xu, hao.wu, linux-fpga, moritzf

On Tue, Oct 05, 2021 at 12:02:51PM -0700, Moritz Fischer wrote:
> On Tue, Oct 05, 2021 at 08:58:38PM +0200, Greg KH wrote:
> > On Tue, Oct 05, 2021 at 11:27:48AM -0700, Moritz Fischer wrote:
> > > The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> > > 
> > >   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga tags/fpga-maintainer-update
> > > 
> > > for you to fetch changes up to 57b44817a8d63e75394bc21849f585ded53de8bb:
> > > 
> > >   MAINTAINERS: Drop outdated FPGA Manager website (2021-10-02 09:07:09 -0700)
> > > 
> > > ----------------------------------------------------------------
> > > FPGA Manager changes for 5.16
> > > 
> > > The first patch adds Hao and Yilun as additional maintainers
> > > for the FPGA Manager subsystem.
> > > 
> > > The second patch removes a now stale reference to a product specific
> > > website that no longer reflects the FPGA Manager subsystem.
> > > 
> > > All patches have been reviewed on the mailing list, and have been in the
> > > last few linux-next releases (as part of my for-next branch) without issues.
> > > 
> > > Signed-off-by: Moritz Fischer <mdf@kernel.org>
> > > 
> > > ----------------------------------------------------------------
> > > Moritz Fischer (2):
> > >       MAINTAINERS: Add Hao and Yilun as maintainers
> > >       MAINTAINERS: Drop outdated FPGA Manager website
> > 
> > These are trivial, shouldn't we work to get these into 5.15-final?  I
> > can gladly take them into my branch for that if you don't mind.
> 
> All the same to me :) I figured they're not fixes, so that's why for
> next release.

Now merged for this release.

thanks,

greg k-h

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

end of thread, other threads:[~2021-10-06  7:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 18:27 [GIT PULL] FPGA Manager changes for 5.16-rc1 Moritz Fischer
2021-10-05 18:58 ` Greg KH
2021-10-05 19:02   ` Moritz Fischer
2021-10-06  7:35     ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.