]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'ccn/fixes-for-4.15' of git://git.linaro.org/people/pawel.moll/linux into...
authorOlof Johansson <olof@lixom.net>
Sun, 10 Dec 2017 04:22:46 +0000 (20:22 -0800)
committerOlof Johansson <olof@lixom.net>
Sun, 10 Dec 2017 04:22:46 +0000 (20:22 -0800)
commit460bc31d40b7df6a4f40b535b642bd258e8bb695
tree4fa7be8d76b9342860127b776fa65854df86970f
parent98b53c22ba9b7bdda42cb1d8dbf14f29bc7cec27
parentbc1e4edb4f6b2d3326b3e402ae9806d9c5744d50
Merge tag 'ccn/fixes-for-4.15' of git://git.linaro.org/people/pawel.moll/linux into fixes

bus: ARM CCN and CCI PMU driver fixes

This is a bunch of fixes CCN and (guest starring this time) CCI drivers.

* Check for potential of failed allocation for the driver name string
* Manage CPU ID properly at allocation (both CCN and CCI)
* Fix module unload warnings related to objects release order
* Small improvements like using allocating printfs and proper
  attributes constification

The one fixing potential issues have been cc-ed to stable.

* tag 'ccn/fixes-for-4.15' of git://git.linaro.org/people/pawel.moll/linux:
  bus: arm-ccn: fix module unloading Error: Removing state 147 which has instances left.
  bus: arm-cci: Fix use of smp_processor_id() in preemptible context
  bus: arm-ccn: Fix use of smp_processor_id() in preemptible context
  bus: arm-ccn: Simplify code
  bus: arm-ccn: Check memory allocation failure
  bus: arm-ccn: constify attribute_group structures.

Signed-off-by: Olof Johansson <olof@lixom.net>