debian/changelog: Add nf_conncount fixes in 4.19.17 and related Debian bug

This commit is contained in:
Ben Hutchings 2019-02-08 22:52:10 +00:00
parent 152737c8ce
commit e773a42de0
1 changed files with 8 additions and 0 deletions

8
debian/changelog vendored
View File

@ -8,6 +8,14 @@ linux (4.19.20-1) UNRELEASED; urgency=medium
- tty: Don't hold ldisc lock in tty_reopen() if ldisc present
- can: gw: ensure DLC boundaries after CAN frame modification
(CVE-2019-3701)
- netfilter: nf_conncount: don't skip eviction when age is negative
- netfilter: nf_conncount: split gc in two phases
- netfilter: nf_conncount: restart search when nodes have been erased
(Closes: #921616)
- netfilter: nf_conncount: merge lookup and add functions
- netfilter: nf_conncount: move all list iterations under spinlock
- netfilter: nf_conncount: speculative garbage collection on empty lists
- netfilter: nf_conncount: fix argument order to find_next_bit
- [arm64] mmc: sdhci-msm: Disable CDR function on TX
- Revert "scsi: target: iscsi: cxgbit: fix csk leak"
- scsi: target: iscsi: cxgbit: fix csk leak