Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/uvm



Module Name:    src
Committed By:   riastradh
Date:           Tue Apr 19 22:53:34 UTC 2022

Modified Files:
        src/sys/uvm: uvm_mmap.c

Log Message:
Revert "mmap(2): If we fail with a hint, try again without it."

This doesn't work, because uvm_mmap releases the uobj when it fails.
Should factor this more coherently, but let's just revert for now.

Reported-by: syzbot+d347c8951821b236117a%syzkaller.appspotmail.com@localhost
Reported-by: syzbot+7643d1b769fdfa18c3b2%syzkaller.appspotmail.com@localhost
Reported-by: syzbot+44f4b39671dd580cba5c%syzkaller.appspotmail.com@localhost
Reported-by: syzbot+b5a422299ca4ffe8570c%syzkaller.appspotmail.com@localhost
Reported-by: syzbot+22681822db67b6e90cfb%syzkaller.appspotmail.com@localhost
Reported-by: syzbot+e59f493ceef72b925a17%syzkaller.appspotmail.com@localhost
Reported-by: syzbot+666f3fe8364f47e8641b%syzkaller.appspotmail.com@localhost
Reported-by: syzbot+511d4572f52f1fd9b5cc%syzkaller.appspotmail.com@localhost


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 src/sys/uvm/uvm_mmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index