created | 2021-08-05T20:48:31Z |
---|---|
begin | 2021-07-31T00:00:00Z |
end | 2021-08-01T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2021-07-31T05:22:36Z | |||
---|---|---|---|---|
author | aoyama | |||
files | src/sys/arch/luna88k/dev/omrasops.c | log | diff | annotate |
src/sys/arch/luna88k/dev/omrasops.h | log | diff | annotate | |
src/sys/arch/luna88k/dev/omrasops1.c | log | diff | annotate | |
message |
Fix displaying incorrect patterns on LUNA's wscons with 1bpp framebuffer when Backspace is typed. Reading data from LUNA framebuffer's 'common write plane' is not valid. But on 1bpp framebuffer routine attempts to read from common write plane in macro. That causes displaying incorrect patterns. This bug was found on nono's LUNA-88K emulation first, then inspected on the real hardware after I fortunately got 1bpp framebuffer. Spotted and investigated by Isaki and Sugahara of nono procject. Tested on my LUNA-88K2. |
date | 2021-07-31T06:37:43Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/ttm/ttm_range_manager.c | log | diff | annotate |
message |
drm/ttm: add a check against null pointer dereference From Zheyu Ma 5c3d753b872a706af9317fef4edfb6b640d8a71e in linux 5.10.y/5.10.55 9e5c772954406829e928dbe59891d08938ead04b in mainline linux |