Merge keystone/android12-5.10-keystone-qcom-release.66+ (2037ed8) into msm-5.10

* refs/heads/tmp-2037ed8:
  ANDROID: Incremental fs: Fix dentry get/put imbalance on vfs_mkdir() failure
  ANDROID: GKI: Update symbols to symbol list
  ANDROID: Fix mmu_notifier imbalance
  ANDROID: ABI: Update symbol list for IMX
  ANDROID: Update symbol list for mtk
  ANDROID: GKI: update virtual device symbol list
  ANDROID: ABI: add new symbols required by fips140.ko
  ANDROID: fips140: zeroize temporary values from integrity check
  ANDROID: fips140: remove in-place updating of live algorithms
  ANDROID: fips140: block crypto operations until tests complete
  ANDROID: fips140: preserve RELA sections without relying on the module loader
  ANDROID: module: apply special LTO treatment to .text even if CFI is disabled
  ANDROID: fips140: use FIPS140_CFLAGS when compiling fips140-selftests.c
  ANDROID: fips140: take into account AES-GCM not being approvable
  ANDROID: fips140: add jitterentropy to fips140 module
  ANDROID: fips140: add AES-CMAC
  ANDROID: fips140: add AES-CBC-CTS
  ANDROID: fips140: remove non-prediction-resistant DRBG test
  ANDROID: fips140: use full 16-byte IV
  ANDROID: fips140: test all implementations
  ANDROID: Update symbol list for mtk
  ANDROID: ASoC: soc-pcm: Get all BEs along DAPM path

Change-Id: Iad2d638ed56691001358f00c97464fbee623f1f7
Signed-off-by: Sivasri Kumar, Vanka <quic_svanka@quicinc.com>
This commit is contained in:
Sivasri Kumar, Vanka
2021-11-09 16:40:17 +05:30
24 changed files with 6499 additions and 5984 deletions

View File

@@ -56,14 +56,16 @@ SECTIONS {
*(.rodata.._end)
}
#ifdef CONFIG_CFI_CLANG
/*
* With CFI_CLANG, ensure __cfi_check is at the beginning of the
* .text section, and that the section is aligned to page size.
*/
.text : ALIGN(PAGE_SIZE) {
*(.text.._start)
#ifdef CONFIG_CFI_CLANG
/*
* With CFI_CLANG, ensure __cfi_check is at the beginning of
* the .text section, and that the section is aligned to page
* size.
*/
*(.text.__cfi_check)
#endif
*(.text .text.[0-9a-zA-Z_]*)
__cfi_jt_start = .;
*(.text..L.cfi.jumptable .text..L.cfi.jumptable.*)
@@ -71,7 +73,6 @@ SECTIONS {
*(.text.._end)
}
#endif
#endif
}
/* bring in arch-specific sections */