mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
Update to 5.2.7
This commit is contained in:
127
debian/changelog
vendored
127
debian/changelog
vendored
@@ -1,5 +1,130 @@
|
||||
linux (5.2.6-2) UNRELEASED; urgency=medium
|
||||
linux (5.2.7-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream stable update:
|
||||
https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.7
|
||||
- [armhf] dts: rockchip: Make rk3288-veyron-minnie run at hs200
|
||||
- [armhf] dts: rockchip: Make rk3288-veyron-mickey's emmc work again
|
||||
- [arm64] clk: meson: mpll: properly handle spread spectrum
|
||||
- [armhf] dts: rockchip: Mark that the rk3288 timer might stop in suspend
|
||||
- ftrace: Enable trampoline when rec count returns back to one
|
||||
- [arm64] dts: qcom: qcs404-evb: fix l3 min voltage
|
||||
- [arm64] dts: marvell: mcbin: enlarge PCI memory window
|
||||
- [armhf,arm64] dmaengine: tegra-apb: Error out if DMA_PREP_INTERRUPT flag
|
||||
is unset
|
||||
- [arm64] dts: rockchip: fix isp iommu clocks and power domain
|
||||
- kernel/module.c: Only return -EEXIST for modules that have finished
|
||||
loading
|
||||
- PCI: OF: Initialize dev->fwnode appropriately
|
||||
- [armhf,arm64] firmware/psci: psci_checker: Park kthreads before stopping
|
||||
them
|
||||
- [arm64] qcom: qcs404: Add reset-cells to GCC node
|
||||
- swiotlb: fix phys_addr_t overflow warning
|
||||
- [arm64] clk: tegra210: fix PLLU and PLLU_OUT1
|
||||
- fs/adfs: super: fix use-after-free bug
|
||||
- [arm64] dts: rockchip: Fix USB3 Type-C on rk3399-sapphire
|
||||
- btrfs: tree-checker: Check if the file extent end overflows
|
||||
- btrfs: fix minimum number of chunk errors for DUP
|
||||
- btrfs: Flush before reflinking any extent to prevent NOCOW write falling
|
||||
back to COW without data reservation
|
||||
- [arm64] remoteproc: copy parent dma_pfn_offset for vdev
|
||||
- btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()
|
||||
- cifs: Fix a race condition with cifs_echo_request
|
||||
- ceph: fix improper use of smp_mb__before_atomic()
|
||||
- ceph: fix dir_lease_is_valid()
|
||||
- ceph: return -ERANGE if virtual xattr value didn't fit in buffer
|
||||
- virtio-mmio: add error check for platform_get_irq
|
||||
- drm/amd/display: Expose audio inst from DC to DM
|
||||
- cifs: fix crash in cifs_dfs_do_automount
|
||||
- perf version: Fix segfault due to missing OPT_END()
|
||||
- [x86] kvm: avoid constant-conversion warning
|
||||
- ACPI: fix false-positive -Wuninitialized warning
|
||||
- [x86] KVM: nVMX: Ignore segment base for VMX memory operand when segment
|
||||
not FS or GS
|
||||
- bpf: fix BTF verifier size resolution logic
|
||||
- be2net: Signal that the device cannot transmit during reconfiguration
|
||||
- mm/z3fold: don't try to use buddy slots after free
|
||||
- mm/memcontrol.c: keep local VM counters in sync with the hierarchical ones
|
||||
- mm/z3fold.c: reinitialize zhdr structs after migration
|
||||
- [x86] apic: Silence -Wtype-limits compiler warnings
|
||||
- [arm*] mm/cma.c: fail if fixed declaration can't be honored
|
||||
- mm/ioremap: check virtual address alignment while creating huge mappings
|
||||
- coda: add error handling for fget
|
||||
- uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side
|
||||
headers
|
||||
- ipc/mqueue.c: only perform resource calculation if user valid
|
||||
- device-dax: fix memory and resource leak if hotplug fails
|
||||
- mm/hotplug: make remove_memory() interface usable
|
||||
- stacktrace: Force USER_DS for stack_trace_save_user()
|
||||
- [x86] crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUAL
|
||||
- xen/pv: Fix a boot up hang revealed by int3 self test
|
||||
- [x86] kvm: Don't call kvm_spurious_fault() from .fixup
|
||||
- [x86] paravirt: Fix callee-saved function ELF sizes
|
||||
- [x86] boot: Remove multiple copy of static function sanitize_boot_params()
|
||||
- bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()
|
||||
- drm/nouveau: fix memory leak in nouveau_conn_reset()
|
||||
- drm/nouveau/dmem: missing mutex_lock in error path
|
||||
- kconfig: Clear "written" flag to avoid data loss
|
||||
- tpm: Fix null pointer dereference on chip register error path
|
||||
- Btrfs: fix incremental send failure after deduplication
|
||||
- Btrfs: fix race leading to fs corruption after transaction abort
|
||||
- dax: Fix missed wakeup in put_unlocked_entry()
|
||||
- fgraph: Remove redundant ftrace_graph_notrace_addr() test
|
||||
- [armhf,arm64] mmc: dw_mmc: Fix occasional hang after tuning on eMMC
|
||||
- [armhf] mmc: meson-mx-sdio: Fix misuse of GENMASK macro
|
||||
- mmc: mmc_spi: Enable stable writes
|
||||
- gpiolib: Preserve desc->flags when setting state
|
||||
- gpio: don't WARN() on NULL descs if gpiolib is disabled
|
||||
- gpiolib: fix incorrect IRQ requesting of an active-low lineevent
|
||||
- IB/hfi1: Fix Spectre v1 vulnerability
|
||||
- drm/nouveau: Only release VCPI slots on mode changes
|
||||
- mtd: rawnand: micron: handle on-die "ECC-off" devices correctly
|
||||
- eeprom: at24: make spd world-readable again
|
||||
- [arm*] i2c: iproc: Fix i2c master read more than 63 bytes
|
||||
- selinux: fix memory leak in policydb_init()
|
||||
- [x86] ALSA: hda: Fix 1-minute detection delay when i915 module is not
|
||||
available (see #931507)
|
||||
- mm: vmscan: check if mem cgroup is disabled or not before calling memcg
|
||||
slab shrinker
|
||||
- mm: migrate: fix reference check race between __find_get_block() and
|
||||
migration
|
||||
- mm: compaction: avoid 100% CPU usage during compaction when a task is
|
||||
killed
|
||||
- mm/migrate.c: initialize pud_entry in migrate_vma()
|
||||
- loop: Fix mount(2) failure due to race with LOOP_SET_FD
|
||||
- [s390x] dasd: fix endless loop after read unit address configuration
|
||||
- cgroup: kselftest: relax fs_spec checks
|
||||
- [hppa] Add archclean Makefile target
|
||||
- [hppa] Strip debug info from kernel before creating compressed vmlinuz
|
||||
- [hppa] Fix build of compressed kernel even with debug enabled
|
||||
- drivers/perf: arm_pmu: Fix failure path in PM notifier
|
||||
- [arm64] compat: Allow single-byte watchpoints on all addresses
|
||||
- [arm64] cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}
|
||||
- io_uring: fix KASAN use after free in io_sq_wq_submit_work
|
||||
- scsi: mpt3sas: Use 63-bit DMA addressing on SAS35 HBA
|
||||
- nbd: replace kill_bdev() with __invalidate_device() again
|
||||
- xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()
|
||||
- xen/gntdev.c: Replace vm_map_pages() with vm_map_pages_zero()
|
||||
- RDMA/devices: Do not deadlock during client removal
|
||||
- IB/mlx5: Fix unreg_umr to ignore the mkey state
|
||||
- IB/mlx5: Use direct mkey destroy command upon UMR unreg failure
|
||||
- IB/mlx5: Move MRs to a kernel PD when freeing them to the MR cache
|
||||
- IB/mlx5: Fix clean_mr() to work in the expected order
|
||||
- IB/mlx5: Fix RSS Toeplitz setup to be aligned with the HW specification
|
||||
- IB/hfi1: Check for error on call to alloc_rsm_map_table
|
||||
- IB/hfi1: Drop all TID RDMA READ RESP packets after r_next_psn
|
||||
- IB/hfi1: Field not zero-ed when allocating TID flow memory
|
||||
- [x86] drm/i915/perf: fix ICL perf register offsets
|
||||
- [x86] drm/i915/gvt: fix incorrect cache entry for guest page mapping
|
||||
- [x86] cpufeatures: Carve out CQM features retrieval
|
||||
- [x86] cpufeatures: Combine word 11 and 12 into a new scattered features
|
||||
word
|
||||
- [x86] speculation: Prepare entry code for Spectre v1 swapgs mitigations
|
||||
- [x86] speculation: Enable Spectre v1 swapgs mitigations (CVE-2019-1125)
|
||||
- [amd64] entry: Use JMP instead of JMPQ
|
||||
- [x86] speculation/swapgs: Exclude ATOMs from speculation through SWAPGS
|
||||
- Documentation: Add swapgs description to the Spectre v1 documentation
|
||||
|
||||
[ Ben Hutchings ]
|
||||
* [armhf] udeb: Remove davinci_cpdma from nic-modules (fixes FTBFS)
|
||||
|
||||
-- Ben Hutchings <ben@decadent.org.uk> Tue, 06 Aug 2019 23:08:44 +0100
|
||||
|
||||
Reference in New Issue
Block a user