]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Restore the pre-r347532 behaviour of ignoring wiring failures in mmap().
authormarkj <markj@FreeBSD.org>
Mon, 13 May 2019 18:40:01 +0000 (18:40 +0000)
committermarkj <markj@FreeBSD.org>
Mon, 13 May 2019 18:40:01 +0000 (18:40 +0000)
commit418ae39b39c07e19aebb6318167001cf3af26731
tree6aa5f9b345799e8ceee0141cfbf58a2bcd281052
parent28eac41ad0aa648ffc2c240f6d5159fa803c38b8
Restore the pre-r347532 behaviour of ignoring wiring failures in mmap().

The error handling added in r347532 is not right when mapping vnodes
and will be fixed separately.

Reported by: syzbot+1d2cc393bd6c88a548be@syzkaller.appspotmail.com
MFC with: r347532
sys/vm/vm_mmap.c