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

xiaoxiang781216 pushed a change to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from b0c4b8ffdad arch/risc-v: preserve ra across ecall for fp-chain 
backtrace
     new 87ad604f386 sys/types: always use unsigned int for uid_t/gid_t
     new f3831246cf7 fs: widen ino_t from uint16_t to uint32_t
     new 72e234e97f5 fs/dirent: add d_ino member to struct dirent
     new 5b3b4f355ca libs/libc: Fix divide-by-zero in stat() with large 
filesystem block sizes

The 4 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:
 arch/arm/src/lc823450/lc823450_mmcl.c  |  2 +-
 arch/arm/src/s32k1xx/s32k1xx_eeeprom.c |  2 +-
 arch/sim/src/sim/posix/sim_hostfs.c    |  2 ++
 drivers/misc/ramdisk.c                 |  2 +-
 drivers/mmcsd/mmcsd_sdio.c             |  2 +-
 drivers/mmcsd/mmcsd_spi.c              |  2 +-
 drivers/mtd/ftl.c                      |  2 +-
 drivers/mtd/smart.c                    |  2 +-
 drivers/usbhost/usbhost_storage.c      |  2 +-
 fs/driver/fs_blockmerge.c              |  4 ++--
 fs/rpmsgfs/rpmsgfs.h                   |  6 +++---
 fs/rpmsgfs/rpmsgfs_client.c            |  1 +
 fs/rpmsgfs/rpmsgfs_server.c            |  1 +
 fs/vfs/fs_dir.c                        |  2 ++
 include/dirent.h                       |  3 ++-
 include/nuttx/fs/hostfs.h              | 15 +++++++++------
 include/sys/types.h                    | 15 ++++-----------
 17 files changed, 34 insertions(+), 31 deletions(-)

Reply via email to