Merge tag 'tegra-for-5.20-firmware' of git://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Tue, 12 Jul 2022 20:52:21 +0000 (22:52 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 12 Jul 2022 20:52:22 +0000 (22:52 +0200)
commit933edcde4383ca4b3a4bcd07a7855b09ca10e59d
treefd3cd2714eb427918072476a7dffc5cef49d3f05
parentff6c226953b1bd57c6f4d4e7a37f586426b80e0d
parentafcdb8e55c91c6ff0700ab272fd0f74e899ab884
Merge tag 'tegra-for-5.20-firmware' of git://git./linux/kernel/git/tegra/linux into arm/drivers

firmware: tegra: Changes for v5.20-rc1

Contains a fix that avoids unaligned accesses to IPC memory, which in
turn helps in suppressing speculative reads from out-of-bounds memory.

Another patch performs some minor cleanup around debugfs API usage.

* tag 'tegra-for-5.20-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
  firmware: tegra: Fix error check return value of debugfs_create_file()
  firmware: tegra: bpmp: Do only aligned access to IPC memory area

Link: https://lore.kernel.org/r/20220708185608.676474-3-thierry.reding@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>