Linus Torvalds 1375b9803e Merge branch 'akpm' (patches from Andrew)
Merge KASAN updates from Andrew Morton.

This adds a new hardware tag-based mode to KASAN.  The new mode is
similar to the existing software tag-based KASAN, but relies on arm64
Memory Tagging Extension (MTE) to perform memory and pointer tagging
(instead of shadow memory and compiler instrumentation).

By Andrey Konovalov and Vincenzo Frascino.

* emailed patches from Andrew Morton <akpm@linux-foundation.org>: (60 commits)
  kasan: update documentation
  kasan, mm: allow cache merging with no metadata
  kasan: sanitize objects when metadata doesn't fit
  kasan: clarify comment in __kasan_kfree_large
  kasan: simplify assign_tag and set_tag calls
  kasan: don't round_up too much
  kasan, mm: rename kasan_poison_kfree
  kasan, mm: check kasan_enabled in annotations
  kasan: add and integrate kasan boot parameters
  kasan: inline (un)poison_range and check_invalid_free
  kasan: open-code kasan_unpoison_slab
  kasan: inline random_tag for HW_TAGS
  kasan: inline kasan_reset_tag for tag-based modes
  kasan: remove __kasan_unpoison_stack
  kasan: allow VMAP_STACK for HW_TAGS mode
  kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
  kasan: introduce set_alloc_info
  kasan: rename get_alloc/free_info
  kasan: simplify quarantine_put call site
  kselftest/arm64: check GCR_EL1 after context switch
  ...
2020-12-22 13:38:17 -08:00
..
2020-12-17 12:52:23 -08:00
2020-12-22 13:34:27 -08:00
2020-12-20 10:44:05 -08:00
2020-10-24 12:46:42 -07:00
2020-12-20 10:12:06 -08:00
2020-10-23 13:56:34 -07:00
2020-12-22 13:34:27 -08:00
2020-12-20 10:04:49 -08:00
2020-11-18 11:51:58 +01:00
2020-12-12 08:34:29 -08:00
2020-12-02 22:10:37 -08:00
2020-11-02 11:31:00 +09:00
2020-12-16 16:38:41 -08:00
2020-12-07 08:35:21 -07:00
2020-12-15 13:22:29 -08:00
2020-11-06 17:02:43 -08:00
2020-12-17 13:22:17 -08:00
2020-12-15 13:22:29 -08:00
2020-12-20 10:44:05 -08:00