nuttx/mm/kasan
Piyush Patle 0dccc8ba21 include/debug.h: Move to include/nuttx/debug.h
debug.h is a NuttX-specific, non-POSIX header. Placing it in the
top-level include/ directory creates naming conflicts with external
projects that define their own debug.h.
This commit moves the canonical header to include/nuttx/debug.h,
following the NuttX convention for non-POSIX/non-standard headers,
and updates all in-tree references.

A backward-compatibility shim is left at include/debug.h that
emits a deprecation #warning and re-includes <nuttx/debug.h>,
allowing out-of-tree code to continue building while migrating.

Signed-off-by: Piyush Patle <piyushpatle228@gmail.com>
2026-04-07 07:50:06 -03:00
..
CMakeLists.txt kasan: Add configurable kasan initialization variable location 2025-06-30 18:19:38 +08:00
generic.c kasan: Fix assert judgment condition to correctly detect out-of-bounds causing trampling. 2025-07-01 09:04:03 -03:00
global.c mm/kasan: Kasan global support setting alignment length 2024-09-20 21:47:23 +08:00
hook.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
hw_tags.c mte/kasan: Implementing KASAN memory protection for ARM64 hardware MTE 2025-06-30 18:19:38 +08:00
Kconfig kasan: Add configurable kasan initialization variable location 2025-06-30 18:19:38 +08:00
Make.defs kasan: Add configurable kasan initialization variable location 2025-06-30 18:19:38 +08:00
sw_tags.c kasan: Fix assert judgment condition to correctly detect out-of-bounds causing trampling. 2025-07-01 09:04:03 -03:00