created | 2022-01-02T02:52:10Z |
---|---|
begin | 2021-12-30T00:00:00Z |
end | 2021-12-31T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2021-12-30T00:25:41Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/radeon/radeon_kms.c | log | diff | annotate |
message |
combine ifdef blocks from Ted Bullock |
date | 2021-12-30T00:49:41Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/net/if_pppx.c | log | diff | annotate |
message |
Prevent concurrent access to incomplete or dying `sc' caused by sleep points in pppacopen() and pppacclose() paths. Use the same "sc_ready" logic we use for 'pppx_if' structure. Reported-by: syzbot+a7ac144b48f7f471f689@syzkaller.appspotmail.com ok anton@ dlg@ |
date | 2021-12-30T06:55:11Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/wscons/wskbd.c | log | diff | annotate |
src/sys/dev/wscons/wskbdutil.c | log | diff | annotate | |
src/sys/dev/wscons/wsksymvar.h | log | diff | annotate | |
message |
Prevent a double free by assigning the new keymap and corresponding size after the allocation and initialization is done. Otherwise, a race is possible if malloc ends up sleeping. ok sashan@ Reported-by: syzbot+7f8224e9f1a3487caf25@syzkaller.appspotmail.com |
date | 2021-12-30T14:25:39Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/net/if_pppx.c | log | diff | annotate |
message |
Use a distinct variable while iterating the list of existing devices. ok mvs@ Reported-by: syzbot+e2d1df67f742a5a47938@syzkaller.appspotmail.com Reported-by: syzbot+72298724beda82ec8e7f@syzkaller.appspotmail.com |
date | 2021-12-30T15:09:49Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/dev/usb/if_mtw.c | log | diff | annotate |
message |
Add Xiaomi MiniWif to list of devices supported by mtw(4). Works for me on amd64. ok hastings@ |