Hi,
On 21-01-2020 02:08, Al Viro wrote:
On Sat, Jan 11, 2020 at 12:46:30PM +0100, Hans de Goede wrote:
Hi All,
On 12-12-2019 15:09, Hans de Goede wrote:
Hello Everyone,
Here is the 19th version of my cleaned-up / refactored version of the
VirtualBox shared-folder VFS driver.
This version addresses all remarks from Al Viro's review of v18.
I believe that this is ready for upstream merging now, if this needs
more work please let me know.
Changes in v19:
- Misc. small code tweaks suggested by Al Viro (no functional changes)
- Do not increment dir_context->pos when dir_emit has returned false.
- Add a WARN_ON check for trying to access beyond the end of a
vboxsf directory buffer, this uses WARN_ON as this means the host has
given us corrupt data
- Catch the user passing the "nls" opt more then once
Ping? Can I please either get some feedback on this patch, or can we get
this merged / queued up for 5.6 please ?
Merged and pushed into #for-next
Great, thank you.
Regards,
Hans