]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd13db68b11684c055702b316541736cf3f7117d9
treefd3cd2714eb427918072476a7dffc5cef49d3f05
parent54ac43fe8f15805fa0d5310ed702cf6ca055bd98
parent5884f11bc59fac96d5b10adc25747c1ba7211130
Merge tag 'tegra-for-5.20-firmware' of git://git.kernel.org/pub/scm/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>