Re: [External Mail]RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-11-12 Thread Xiang Xiao
haring the solution to the rpmsgfs bug in linux 6.6, this > > is very helpful for us. > > > > Kind regards, > > Wang Bowen > > > > Replied Message > > From Andre Heinemans > > Date 11/8/2024 21:30 > > To 汪博文, > > dev@nuttx.apach

Re: [External Mail]RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-11-12 Thread Alan C. Assis
ath.dentry), newdentry, NULL, 0); > #endif > dput(newdentry); > inode_unlock(d_inode(newpath.dentry)); > path_put(&newpath); > fail1: > path_put(&oldpath); > fail: > msg->header.result = ret; > return rpmsg_send(rpdev->ept, msg, sizeof(*msg)); > } > > ---

Re: [External Mail]RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-11-11 Thread 汪博文
汪博文, <mailto:wangbow...@xiaomi.com>dev@nuttx.apache.org<mailto:dev@nuttx.apache.org> Subject [External Mail]RE: [EXT] Re: RPMsg FS on NuttX and Linux [外部邮件] 此邮件来源于小米公司外部,请谨慎处理。若对邮件安全性存疑,请将邮件转发给mi...@xiaomi.com进行反馈 Hi Wang Bowen, Thanks for sending me the updated files. I think I

RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-11-08 Thread Andre Heinemans
path.dentry)); path_put(&newpath); fail1: path_put(&oldpath); fail: msg->header.result = ret; return rpmsg_send(rpdev->ept, msg, sizeof(*msg)); } > -Original Message- > From: 汪博文 > Sent: Friday, 8 November 2024 10:11 > To: dev@nutt

Re: [External Mail]RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-11-08 Thread 汪博文
en Wang<mailto:bowenwa...@gmail.com> Subject [External Mail]RE: [EXT] Re: RPMsg FS on NuttX and Linux [外部邮件] 此邮件来源于小米公司外部,请谨慎处理。若对邮件安全性存疑,请将邮件转发给mi...@xiaomi.com进行反馈 Hi Wang Bowen, Xiang Xiao, When I want to move a file through rpmsgfs from within nuttx on a filesystem hosted on linux, then I get

RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-11-07 Thread Andre Heinemans
) [ 121.413609] ---[ end trace ]--- > -Original Message- > From: Andre Heinemans > Sent: Friday, 1 November 2024 12:14 > To: dev@nuttx.apache.org > Subject: RE: [EXT] Re: RPMsg FS on NuttX and Linux > > Caution: This is an external email. Please ta

RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-11-01 Thread Andre Heinemans
_O_CREAT) flags |= O_CREAT; if (msg->flags & RPMSGFS_O_EXCL) Kind regards, Andre > -Original Message- > From: Bowen Wang > Sent: Thursday, 27 June 2024 11:26 > To: dev@nuttx.apache.org > Subject: Re: [EXT] Re: RPMsg FS on NuttX and Linux > >

Re: [External Mail]RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-06-27 Thread 汪博文
t: [External Mail]RE: [EXT] Re: RPMsg FS on NuttX and Linux [外部邮件] 此邮件来源于小米公司外部,请谨慎处理。若对邮件安全性存疑,请将邮件转发给mi...@xiaomi.com进行反馈 Hi Bowen, It seems that the attachment didn’t come through. Could you send them again? For us it is sufficient that Linux can host the server side. The goal is to supply

RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-06-27 Thread Andre Heinemans
regards, Andre From: Bowen Wang Sent: Thursday, 27 June 2024 11:26 To: dev@nuttx.apache.org Subject: Re: [EXT] Re: RPMsg FS on NuttX and Linux Caution: This is an external email. Please take care when clicking links or opening attachments. When in doubt, report the message using the 'Report

Re: [EXT] Re: RPMsg FS on NuttX and Linux

2024-06-27 Thread Bowen Wang
-- > From: Bowen Wang > Sent: Thursday, 27 June 2024 03:46 > To: dev@nuttx.apache.org > Subject: [EXT] Re: RPMsg FS on NuttX and Linux > > Caution: This is an external email. Please take care when clicking links > or opening attachments. When in doubt, report the message using

RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-06-27 Thread Andre Heinemans
FS on NuttX and Linux Caution: This is an external email. Please take care when clicking links or opening attachments. When in doubt, report the message using the 'Report this email' button Hi, Andre Which Linux version are you using? We have adapted RPMSGFS on 5.4 and 5.15. We ar