created | 2022-01-30T19:28:16Z |
---|---|
begin | 2022-01-24T00:00:00Z |
end | 2022-01-25T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2022-01-24T08:55:58Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/dma-resv.c | log | diff | annotate |
src/sys/dev/pci/drm/include/linux/dma-resv.h | log | diff | annotate | |
message |
sync dma-resv with linux-5.15.y revert linux cd29f22019ec4ab998d2e1e8c831c7c42db4aa7d dma-buf: Use sequence counter with associated wound/wait mutex to not have to deal with seqcount_ww_mutex |
date | 2022-01-24T22:49:48Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/pf_ioctl.c | log | diff | annotate |
message |
An af-to pf rule must have an address family naf to use after translation. Make stricter sanity checks in pf ioctl to avoid later crashes during packet processing. Reported-by: [email protected] OK sashan@ |