created | 2021-11-06T23:54:38Z |
---|---|
begin | 2021-11-03T00:00:00Z |
end | 2021-11-04T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2021-11-03T02:33:46Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/ttm/ttm_bo_util.c | log | diff | annotate |
message |
drm/ttm: fix memleak in ttm_transfered_destroy From Christian Koenig c21b4002214c1c7e7b627b9b53375612f7aab6db in linux 5.10.y/5.10.77 0db55f9a1bafbe3dac750ea669de9134922389b5 in mainline linux |
date | 2021-11-03T02:37:48Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | log | diff | annotate |
message |
drm/amdgpu: fix out of bounds write From Thelford Williams eb3b6805e3e9d98b2507201fd061a231988ce623 in linux 5.10.y/5.10.77 5afa7898ab7a0ec9c28556a91df714bf3c2f725e in mainline linux |
date | 2021-11-03T11:52:59Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/net80211/ieee80211_node.c | log | diff | annotate |
message |
In addition to the WEP key(s) being set at device initialization with 'nwid'/'nwkey', the keys will be set at random times when 'join'/'nwkey' is used. So also stop trying to set IEEE80211_CIPHER_NONE keys on that path. James Hastings confirms this fixes his '(null node)' panics on run(4). Thanks! ok stsp@ |