]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'arm-ffa-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sudee...
authorArnd Bergmann <arnd@arndb.de>
Fri, 16 Jul 2021 21:00:44 +0000 (23:00 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 16 Jul 2021 21:00:44 +0000 (23:00 +0200)
commit996f208f44e6d7b01cb9e16ee4ae863d8d7fe729
tree0a9d8b80953f441ec36fc2305a8daafed991a703
parentb73fcd40e833c09b49237707d1e9e89af982e057
parenta30399e2844bd17b8a2f67278dc7d07a210577f9
Merge tag 'arm-ffa-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes

Arm FF-A fixes for v5.14

A small set of fixes:
- adding check for presence of probe while registering the driver to
  prevent NULL pointer access
- dropping the duplicate check as the driver core already takes care of it
- fixing possible ffa_linux_errmap buffer overflow and
- fixing kernel-doc warning for comment style

* tag 'arm-ffa-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_ffa: Fix a possible ffa_linux_errmap buffer overflow
  firmware: arm_ffa: Fix the comment style
  firmware: arm_ffa: Simplify probe function
  firmware: arm_ffa: Ensure drivers provide a probe function

Link: https://lore.kernel.org/r/20210714165806.2617325-1-sudeep.holla@arm.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>