debian/changelog: Clean up 4.19.27 changes

* "svm" is AMD's virtualisation interface for x86 only
* We don't support the MIPS BCM63xx platform
This commit is contained in:
Ben Hutchings 2019-03-07 21:43:35 +00:00
parent e702b1ae75
commit 3ebd4206bf
1 changed files with 3 additions and 4 deletions

7
debian/changelog vendored
View File

@ -590,9 +590,9 @@ linux (4.19.27-1) UNRELEASED; urgency=medium
AP
- mac80211: Add attribute aligned(2) to struct 'action'
- cfg80211: extend range deviation for DMG
- [arm64, armhf, x86] svm: Fix AVIC incomplete IPI emulation
- [arm64, armhf, x86] KVM: nSVM: clear events pending from
svm_complete_interrupts() when exiting to L1
- [x86] svm: Fix AVIC incomplete IPI emulation
- [x86] KVM: nSVM: clear events pending from svm_complete_interrupts() when
exiting to L1
- [arm64, armhf] mmc: spi: Fix card detection during probe
- mmc: core: Fix NULL ptr crash from mmc_should_fail_request
- [armhf] mmc: sdhci-esdhc-imx: correct the fix of ERR004536
@ -600,7 +600,6 @@ linux (4.19.27-1) UNRELEASED; urgency=medium
(CVE-2019-9213)
- hugetlbfs: fix races and page leaks during migration
- [mips*] fix truncation in __cmpxchg_small for short values
- MIPS: BCM63XX: provide DMA masks for ethernet devices
- [x86] uaccess: Don't leak the AC flag into __put_user() value evaluation
[ Ben Hutchings ]