openharmony_kernel_liteos_a/kernel/common
YOUR_NAME 44ce696904 fix: 内核态在console初始化完成后,使用printf无法正常打印
printf实现流程上会调用cmd为TIOCGWINSZ的ioctl命令,该命令的实现
在console层ConsoleGetWinSize函数中,而此函数copy结果时使用函数
LOS_ArchCopyToUser,由于该过程在内核态,导致LOS_ArchCopyToUser失败,
从而引发printf无法正常打印的问题。

close: #I3UG00

Signed-off-by: zhangfanfan <zhangfanfan2@huawei.com>
Change-Id: I3e85f682429cbe30842206842ddb2a8388ec8412
2021-06-08 20:01:39 +08:00
..
patchfs remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
Kconfig fix: 关闭jffs和fat后,rootfs配置也被相应关闭,导致nand介质的rootfs不可用。 2021-05-21 17:41:30 +08:00
Makefile remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
console.c fix: 内核态在console初始化完成后,使用printf无法正常打印 2021-06-08 20:01:39 +08:00
console.h fix: console compile bug fix 2021-05-07 11:38:07 +08:00
hwi_shell.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_builddef.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_cir_buf.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_cir_buf_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_config.c chore: add a mini config for qemu arm virt 2021-06-05 17:40:22 +08:00
los_config.h fix: Delete useless 'exc interaction' macros and function declarations. 2021-05-21 15:10:05 +08:00
los_excinfo.c feature:the feature of saving system exception information to the 2021-05-06 15:18:15 +08:00
los_excinfo_pri.h feature:the feature of saving system exception information to the 2021-05-06 15:18:15 +08:00
los_hilog.c refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
los_hilog.h refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
los_init.c !278 修复开机概率挂死 2021-06-03 14:50:39 +08:00
los_init.h refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
los_init_info.h refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
los_init_pri.h refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
los_magickey.c fix: 修复MagicKey数组越界访问 2021-06-03 11:11:21 +08:00
los_magickey.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_printf.c chore: add a mini config for qemu arm virt 2021-06-05 17:40:22 +08:00
los_rootfs.c 修复/userdata分区擦除后无法挂载的问题 2021-04-29 20:09:06 +08:00
los_rootfs.h fix: Provide a separate configuration macro for boot environment in RAM. 2021-04-26 19:39:52 +08:00
los_seq_buf.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_seq_buf.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_timer_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
sys_config.h use -include option instead of including menuconfig manually 2021-04-14 17:56:48 +08:00
virtual_serial.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
virtual_serial.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00