mbox series

[GIT,PULL] FPGA Manager changes for 6.0-final

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

Pull-request

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

Message

Xu Yilun Sept. 20, 2022, 5:58 a.m. UTC
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 468c9d928a8f38fdfaa61b05e81473cc7c8a6461:

  fpga: m10bmc-sec: Fix possible memory leak of flash_buf (2022-09-19 12:58:19 +0800)

----------------------------------------------------------------
FPGA Manager changes for 6.0-final

Intel m10 bmc secure update

- Russ's change fixes the memory leak for a sysfs node reading

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

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

----------------------------------------------------------------
Russ Weight (1):
      fpga: m10bmc-sec: Fix possible memory leak of flash_buf

 drivers/fpga/intel-m10-bmc-sec-update.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Greg KH Sept. 21, 2022, 1:27 p.m. UTC | #1
On Tue, Sep 20, 2022 at 01:58:08PM +0800, Xu Yilun wrote:
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> 
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.0-final

Pulled and pushed out, thanks.

greg k-h