created | 2024-01-07T16:01:33Z |
---|---|
begin | 2024-01-02T00:00:00Z |
end | 2024-01-03T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2024-01-02T00:03:06Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_hwseq.c | log | diff | annotate |
message |
Revert "drm/amd/display: Do not set DRR on pipe commit" From Aric Cyr b09a67617621f41e12ad9ec771ff320fc8b88a94 in linux-6.1.y/6.1.70 36951fc9460fce96bafd131ceb0f343cae6d3cb9 in mainline linux |
date | 2024-01-02T16:32:47Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/conf/GENERIC | log | diff | annotate |
src/sys/conf/newvers.sh | log | diff | annotate | |
message |
Prevent simultaneous dt(4) open. Syskaller has hit the assertion "dtlookup(unit) == NULL" by opening dt(4) device in two parallel threads. Convert kassert into if condition. Move check that device is not used after sleep points in malloc. The list dtdev_list is protected by kernel lock which is released during sleep. Reported-by: [email protected] OK miod@ |
date | 2024-01-02T16:32:48Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/dev/dt/dt_dev.c | log | diff | annotate |
message |
Prevent simultaneous dt(4) open. Syskaller has hit the assertion "dtlookup(unit) == NULL" by opening dt(4) device in two parallel threads. Convert kassert into if condition. Move check that device is not used after sleep points in malloc. The list dtdev_list is protected by kernel lock which is released during sleep. Reported-by: [email protected] OK miod@ |
date | 2024-01-02T16:40:03Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/conf/GENERIC | log | diff | annotate |
src/sys/conf/newvers.sh | log | diff | annotate | |
message | Revert chunk that I have commited by accident. |
date | 2024-01-02T17:39:08Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/ic/qwx.c | log | diff | annotate |
message | set attached flag properly when fw fails to load during config_mountroot() |