zephyr/subsys/logging
Jukka Rissanen b59f0e5057 log: Align the log_strdup_buf properly
The k_mem_slab_init() calls create_free_list() which checks
the slab block alignment. Noticed with Intel ehl_crb board,
which is 64-bit architecture, that the k_mem_slab_init() fails
because the log_strdup_buf items were not aligned properly.
This commit adds the alignment requirement to log_strdup_buf so
that the elements are alignment properly.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2021-04-08 09:57:42 +02:00
..
mipi_syst logging: add STP transport and raw data output support for syst 2020-11-17 10:09:19 -06:00
CMakeLists.txt susbys: logging: Added logging to flash backend 2021-03-22 13:04:23 -04:00
Kconfig logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
Kconfig.backends susbys: logging: Added logging to flash backend 2021-03-22 13:04:23 -04:00
Kconfig.filtering logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
Kconfig.formatting logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
Kconfig.misc logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
Kconfig.mode logging: Add name to the mode choice in kconfig 2021-03-23 13:00:33 +01:00
Kconfig.processing susbys: logging: Added logging to flash backend 2021-03-22 13:04:23 -04:00
Kconfig.template.log_config license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
log_backend_adsp.c soc/intel_adsp: Unify trace backends 2020-11-17 12:28:10 -08:00
log_backend_fs.c logging: Fix 14.4 guideline violation 2021-04-06 10:25:24 -04:00
log_backend_native_posix.c logging: avoid identifier collisions 2020-07-25 21:26:15 -04:00
log_backend_net.c logging: Add backend parameter to the init function 2021-03-12 09:24:54 -05:00
log_backend_rtt.c logging: Add backend parameter to the init function 2021-03-12 09:24:54 -05:00
log_backend_spinel.c logging: Add backend parameter to the init function 2021-03-12 09:24:54 -05:00
log_backend_swo.c logging: swo: Add option to set custom reference frequency 2021-03-15 10:23:10 +01:00
log_backend_uart.c logging: Add backend parameter to the init function 2021-03-12 09:24:54 -05:00
log_backend_xtensa_sim.c logging: make log_backend_std header public 2020-10-21 10:21:05 -04:00
log_cmds.c logging: fix cmd_log_self_disable argc checker 2020-11-06 13:16:39 -05:00
log_core.c log: Align the log_strdup_buf properly 2021-04-08 09:57:42 +02:00
log_list.c logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_list.h logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_minimal.c Coding guideline: Fixing code violations for 21.13 Rule 2021-03-05 10:53:13 +03:00
log_msg.c logging: fix if else if constructs missing final else 2020-10-07 23:05:18 -07:00
log_output_syst.c logging: add STP transport and raw data output support for syst 2020-11-17 10:09:19 -06:00
log_output.c logging: Fix 14.4 guideline violation 2021-04-06 10:25:24 -04:00