This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 8f6be9a9b5 arm: Enhance armv7a's dataaboart to adapt to debug mode
     new c6da553788 kasan: kasan_reset_tag rename kasan_clear_tag
     new 448ace4761 kasan: fix realloc memcpy tags check error
     new 8f541d2ef2 mte/kasan: Implementing KASAN memory protection for ARM64 
hardware MTE
     new 6ac72fa7f1 kasan: Add configurable kasan initialization variable 
location
     new acfe9b2c15 sw_tags: Remove duplicate definitions
     new 3fdfc702f3 a527: Remove MTE enablement
     new c5bfc4d233 mm/kasan: fix wanring expression result unused
     new 0a71cbe542 fix kasan_bypss compile unused error

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/Kconfig                                       |  4 ++
 arch/arm64/Kconfig                                 |  1 +
 arch/arm64/src/a527/a527_boot.c                    |  4 --
 arch/arm64/src/common/arm64_arch.h                 | 14 ++--
 arch/arm64/src/common/arm64_mmu.h                  |  6 +-
 arch/arm64/src/common/arm64_mte.c                  | 76 +++++++++++++++++++-
 arch/arm64/src/qemu/qemu_boot.c                    |  4 +-
 drivers/virtio/virtio-mmio.c                       |  6 +-
 include/nuttx/arch.h                               | 59 +++++++++++++++
 include/nuttx/mm/kasan.h                           | 42 ++++++++++-
 libs/libc/machine/arm64/arch_elf.c                 |  4 +-
 mm/kasan/CMakeLists.txt                            |  6 ++
 mm/kasan/Kconfig                                   | 23 ++++--
 mm/kasan/Make.defs                                 |  4 ++
 mm/kasan/generic.c                                 | 17 ++++-
 mm/kasan/hook.c                                    | 11 +++
 .../s698pm/s698pm_cpuindex.c => mm/kasan/hw_tags.c | 84 +++++++++++++++-------
 mm/kasan/sw_tags.c                                 | 31 +++++---
 mm/mempool/mempool_multiple.c                      | 14 ++--
 mm/mm_heap/mm_free.c                               |  2 +-
 mm/mm_heap/mm_heapmember.c                         |  2 +-
 mm/mm_heap/mm_lock.c                               | 29 +++++++-
 mm/mm_heap/mm_malloc_size.c                        | 13 +++-
 mm/mm_heap/mm_memalign.c                           |  2 +-
 mm/mm_heap/mm_realloc.c                            | 11 +--
 25 files changed, 385 insertions(+), 84 deletions(-)
 copy arch/sparc/src/s698pm/s698pm_cpuindex.c => mm/kasan/hw_tags.c (57%)

Reply via email to