Page MenuHomeFreeBSD

Fix NFS client handling of copyin() error return
Needs ReviewPublic

Authored by rmacklem on Dec 7 2023, 3:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 22, 4:53 PM
Unknown Object (File)
Mar 10 2025, 12:43 PM
Unknown Object (File)
Mar 10 2025, 11:45 AM
Unknown Object (File)
Mar 10 2025, 11:31 AM
Unknown Object (File)
Feb 17 2025, 9:32 PM
Unknown Object (File)
Jan 20 2025, 3:51 PM
Unknown Object (File)
Jan 8 2025, 9:45 PM
Unknown Object (File)
Nov 21 2024, 11:09 AM
Subscribers

Details

Reviewers
markj
emaste
Summary

This patch is based on one by markj@, but includes
a few additions:

  • Added a few m_freem() calls to avoid mbuf leaks
  • Handled nfscl_doiods() return of EFAULT for both read and write.
Test Plan

Not tested by me. Hopefully markj@ will be able to
do so.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sys/fs/nfsclient/nfs_clcomsubs.c
110โ€“111

Is this intended to remain, or just for development?

sys/fs/nfsclient/nfs_clcomsubs.c
110โ€“111

It's just a diagnostic. A version of this patch was committed as 6fa843f6e647a.