mbox series

[GIT,PULL] RISC-V firmware drivers for v6.9

Message ID 20240305-vicinity-dumpling-8943ef26f004@spud (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] RISC-V firmware drivers for v6.9 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ riscv-firmware-for-v6.9

Checks

Context Check Description
conchuod/vmtest-fixes-PR fail merge-conflict

Message

Conor Dooley March 5, 2024, 8 p.m. UTC
Hey Arnd,

Feel free to cherry pick this either if it makes more sense (or even
send it to fixes instead). It's a fix for an oversize allocation, so
given how late it is in the merge window I opted to send it as 6.9
material.

Cheers,
Conor.

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ riscv-firmware-for-v6.9

for you to fetch changes up to af1e0a7d39f98c0dea1b186a76fcee7da6a5f7bc:

  firmware: microchip: Fix over-requested allocation size (2024-03-04 19:18:16 +0000)

----------------------------------------------------------------
RISC-V firmware drivers for v6.9

A single minor fix for an oversized allocation due to sizeof() misuse by
yours truly that came in since I sent my last fixes PR.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>

----------------------------------------------------------------
Dawei Li (1):
      firmware: microchip: Fix over-requested allocation size

 drivers/firmware/microchip/mpfs-auto-update.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)