]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'edac-misc' and 'edac-alloc-cleanup' into edac-updates-for-v5.19
authorBorislav Petkov <bp@suse.de>
Mon, 23 May 2022 08:19:30 +0000 (10:19 +0200)
committerBorislav Petkov <bp@suse.de>
Mon, 23 May 2022 08:19:30 +0000 (10:19 +0200)
commit66adf9c1f2b7904a366a44a16ecfc93ff2db9fe8
treea63fca6367a4f7e72d892864df627ac160cc8a9f
parentf491784bfe985aab9379c873771bd3b74b5cf67c
parente9ad79f80393af5475eeeef446d0d1540db320da
Merge branches 'edac-misc' and 'edac-alloc-cleanup' into edac-updates-for-v5.19

Combine all collected EDAC changes for submission into v5.19:

* edac-misc:
  EDAC/xgene: Fix typo processsors -> processors
  EDAC/i5100: Remove unused inline function i5100_nrecmema_dm_buf_id()
  EDAC/ghes: Change ghes_hw from global to static
  EDAC/armada_xp: Use devm_platform_ioremap_resource()
  EDAC/synopsys: Add a SPDX identifier
  EDAC/synopsys: Add driver support for i.MX platforms
  EDAC/dmc520: Don't print an error for each unconfigured interrupt line
  efi/cper: Reformat CPER memory error location to more readable
  EDAC/ghes: Unify CPER memory error location reporting
  efi/cper: Add a cper_mem_err_status_str() to decode error description
  powerpc/85xx: Remove fsl,85... bindings

* edac-alloc-cleanup:
  EDAC: Use kcalloc()
  EDAC/mc: Get rid of edac_align_ptr()
  EDAC/device: Sanitize edac_device_alloc_ctl_info() definition
  EDAC/device: Get rid of the silly one-shot memory allocation in edac_device_alloc_ctl_info()
  EDAC/pci: Get rid of the silly one-shot memory allocation in edac_pci_alloc_ctl_info()
  EDAC/mc: Get rid of silly one-shot struct allocation in edac_mc_alloc()

Signed-off-by: Borislav Petkov <bp@suse.de>