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

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


    from cc5c6ba5019 arch/arm/rtl8721f: use RTL8721F_NOR flash profile for cmake
     new e73947e9e7b fs/inode: format link path before resolving link target
     new e93046d1b1f fs/inode: return ENOENT if pathname is empty in 
inode_search
     new 8c7ca1fb0e9 fs/inode: return ENOTDIR if a path prefix is not a 
directory
     new 4fb02e8766d fs/inode: change fs_heap to 
lib_get_tempbuffer/lib_put_tempbuffer
     new f32800568b3 fs/inode: support relative path when inode_search
     new be16f230e33 fs/inode: support path ending with '..' and '.' in 
inode_search
     new 24d371c0fe8 fs/inode: return ENAMETOOLONG for path/filename longer 
than NAME_MAX
     new ea4a4585cda fs/inode: fix off-by-one error in _inode_checkpath 
NAME_MAX check
     new b42ec9a2c18 boards/esp32s3-devkit: disable C++ in usbmsc to avoid 
esptool align assert

The 9 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:
 .../esp32s3-devkit/configs/usbmsc/defconfig        |   2 +
 fs/inode/fs_inodesearch.c                          | 181 +++++++++++++++++----
 fs/inode/inode.h                                   |   4 +-
 3 files changed, 149 insertions(+), 38 deletions(-)

Reply via email to