mbox series

[GIT,PULL] FPGA Manager changes for 6.2 final

Message ID Y9U0TASyMnHzbDtp@yilunxu-OptiPlex-7050 (mailing list archive)
State New
Headers show
Series [GIT,PULL] FPGA Manager changes for 6.2 final | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.2-final

Message

Xu Yilun Jan. 28, 2023, 2:42 p.m. UTC
The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.2-final

for you to fetch changes up to 60ce26d10e5850f33cc76fce52f5377045e75a15:

  fpga: m10bmc-sec: Fix probe rollback (2022-12-30 10:49:52 +0800)

----------------------------------------------------------------
FPGA Manager changes for 6.2-final

stratix10-soc:

- Zheng's change fixes return value check

Intel m10 bmc secure update:

- Ilpo's change fixes probe rollback

All patches have been reviewed on the mailing list, and have been in the
last linux-next releases (as part of our for-6.2 branch)

Signed-off-by: Xu Yilun <yilun.xu@intel.com>

----------------------------------------------------------------
Ilpo Järvinen (1):
      fpga: m10bmc-sec: Fix probe rollback

Zheng Yongjun (1):
      fpga: stratix10-soc: Fix return value check in s10_ops_write_init()

 drivers/fpga/intel-m10-bmc-sec-update.c | 17 ++++++++++++-----
 drivers/fpga/stratix10-soc.c            |  4 ++--
 2 files changed, 14 insertions(+), 7 deletions(-)

Comments

Greg Kroah-Hartman Jan. 28, 2023, 6:20 p.m. UTC | #1
On Sat, Jan 28, 2023 at 10:42:20PM +0800, Xu Yilun wrote:
> The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
> 
>   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.2-final

Pulled and pushed out, thanks.

greg k-h