commit 0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1100
This commit is contained in:
parent
c85c22f04a
commit
d9ac8072b9
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.9
|
||||
%define patchversion 5.1.10
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-aarch64
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.9
|
||||
%define patchversion 5.1.10
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-armv6l
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.9
|
||||
%define patchversion 5.1.10
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-armv7l
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.9
|
||||
%define patchversion 5.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-%build_flavor-base-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
Provides: kernel-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: %name-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.9
|
||||
%define patchversion 5.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-%build_flavor-base-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
Provides: kernel-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: %name-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.9
|
||||
%define patchversion 5.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-%build_flavor-base-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
Provides: kernel-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: %name-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.9
|
||||
%define patchversion 5.1.10
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: %name-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.9
|
||||
%define patchversion 5.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-%build_flavor-base-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
Provides: kernel-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: %name-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.9
|
||||
%define patchversion 5.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-%build_flavor-base-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
Provides: kernel-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: %name-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.1.9
|
||||
%define patchversion 5.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
BuildRequires: kernel%kernel_flavor-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -64,9 +64,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.1.9
|
||||
%define patchversion 5.1.10
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Basic QA tests for the kernel
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.9
|
||||
%define patchversion 5.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-%build_flavor-base-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
Provides: kernel-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: %name-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.9
|
||||
%define patchversion 5.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -30,9 +30,9 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: %name-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -55,7 +55,7 @@ Requires: kernel-zfcpdump-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: %name-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.9
|
||||
%define patchversion 5.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-%build_flavor-base-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
Provides: kernel-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: %name-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,276 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:59:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.10 (bnc#1012628).
|
||||
- media: rockchip/vpu: Fix/re-order probe-error/remove path
|
||||
(bnc#1012628).
|
||||
- media: rockchip/vpu: Add missing dont_use_autosuspend() calls
|
||||
(bnc#1012628).
|
||||
- rapidio: fix a NULL pointer dereference when create_workqueue()
|
||||
fails (bnc#1012628).
|
||||
- fs/fat/file.c: issue flush after the writeback of FAT
|
||||
(bnc#1012628).
|
||||
- sysctl: return -EINVAL if val violates minmax (bnc#1012628).
|
||||
- ipc: prevent lockup on alloc_msg and free_msg (bnc#1012628).
|
||||
- drm/msm: correct attempted NULL pointer dereference in debugfs
|
||||
(bnc#1012628).
|
||||
- drm/pl111: Initialize clock spinlock early (bnc#1012628).
|
||||
- mm/mprotect.c: fix compilation warning because of unused 'mm'
|
||||
variable (bnc#1012628).
|
||||
- ARM: prevent tracing IPI_CPU_BACKTRACE (bnc#1012628).
|
||||
- mm/hmm: select mmu notifier when selecting HMM (bnc#1012628).
|
||||
- hugetlbfs: on restore reserve error path retain subpool
|
||||
reservation (bnc#1012628).
|
||||
- mm/memory_hotplug: release memory resource after
|
||||
arch_remove_memory() (bnc#1012628).
|
||||
- mem-hotplug: fix node spanned pages when we have a node with
|
||||
only ZONE_MOVABLE (bnc#1012628).
|
||||
- mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
|
||||
(bnc#1012628).
|
||||
- initramfs: free initrd memory if opening /initrd.image fails
|
||||
(bnc#1012628).
|
||||
- mm/compaction.c: fix an undefined behaviour (bnc#1012628).
|
||||
- mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
|
||||
(bnc#1012628).
|
||||
- mm/cma.c: fix the bitmap status to show failed allocation reason
|
||||
(bnc#1012628).
|
||||
- mm: page_mkclean vs MADV_DONTNEED race (bnc#1012628).
|
||||
- mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
|
||||
(bnc#1012628).
|
||||
- mm/slab.c: fix an infinite loop in leaks_show() (bnc#1012628).
|
||||
- kernel/sys.c: prctl: fix false positive in validate_prctl_map()
|
||||
(bnc#1012628).
|
||||
- thermal: rcar_gen3_thermal: disable interrupt in .remove
|
||||
(bnc#1012628).
|
||||
- drivers: thermal: tsens: Don't print error message on
|
||||
-EPROBE_DEFER (bnc#1012628).
|
||||
- mfd: tps65912-spi: Add missing of table registration
|
||||
(bnc#1012628).
|
||||
- mfd: intel-lpss: Set the device in reset state when init
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/disp/dp: respect sink limits when selecting failsafe
|
||||
link configuration (bnc#1012628).
|
||||
- mfd: twl6040: Fix device init errors for ACCCTL register
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Allow PEBS multi-entry in watermark mode
|
||||
(bnc#1012628).
|
||||
- drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource()
|
||||
mthd when encoders change (bnc#1012628).
|
||||
- drm/nouveau: fix duplication of nv50_head_atom struct
|
||||
(bnc#1012628).
|
||||
- drm/bridge: adv7511: Fix low refresh rate selection
|
||||
(bnc#1012628).
|
||||
- objtool: Don't use ignore flag for fake jumps (bnc#1012628).
|
||||
- drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
|
||||
(bnc#1012628).
|
||||
- bpf: fix undefined behavior in narrow load handling
|
||||
(bnc#1012628).
|
||||
- EDAC/mpc85xx: Prevent building as a module (bnc#1012628).
|
||||
- pwm: meson: Use the spin-lock only to protect register
|
||||
modifications (bnc#1012628).
|
||||
- mailbox: stm32-ipcc: check invalid irq (bnc#1012628).
|
||||
- ntp: Allow TAI-UTC offset to be set to zero (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in do_recover_data() (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_inplace_write_data()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix error path of recovery (bnc#1012628).
|
||||
- f2fs: fix to avoid panic in f2fs_remove_inode_page()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on free nid (bnc#1012628).
|
||||
- f2fs: fix to clear dirty inode in error path of f2fs_iget()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_block_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to use inline space only if inline_xattr is enable
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid panic in dec_valid_node_count()
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to do sanity check on valid block count of segment
|
||||
(bnc#1012628).
|
||||
- f2fs: fix to avoid deadloop in foreground GC (bnc#1012628).
|
||||
- f2fs: fix to retrieve inline xattr space (bnc#1012628).
|
||||
- f2fs: fix to do checksum even if inode page is uptodate
|
||||
(bnc#1012628).
|
||||
- media: atmel: atmel-isc: fix asd memory allocation
|
||||
(bnc#1012628).
|
||||
- percpu: remove spurious lock dependency between percpu and sched
|
||||
(bnc#1012628).
|
||||
- configfs: fix possible use-after-free in configfs_register_group
|
||||
(bnc#1012628).
|
||||
- uml: fix a boot splat wrt use of cpu_all_mask (bnc#1012628).
|
||||
- PCI: dwc: Free MSI in dw_pcie_host_init() error path
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() (bnc#1012628).
|
||||
- fbcon: Don't reset logo_shown when logo is currently shown
|
||||
(bnc#1012628).
|
||||
- ovl: do not generate duplicate fsnotify events for "fake" path
|
||||
(bnc#1012628).
|
||||
- mmc: mmci: Prevent polling for busy detection in IRQ context
|
||||
(bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix missing error check for
|
||||
rhashtable_insert_fast (bnc#1012628).
|
||||
- netfilter: nf_conntrack_h323: restore boundary check correctness
|
||||
(bnc#1012628).
|
||||
- mips: Make sure dt memory regions are valid (bnc#1012628).
|
||||
- netfilter: nf_tables: fix base chain stat rcu_dereference usage
|
||||
(bnc#1012628).
|
||||
- watchdog: imx2_wdt: Fix set_timeout for big timeout values
|
||||
(bnc#1012628).
|
||||
- watchdog: fix compile time error of pretimeout governors
|
||||
(bnc#1012628).
|
||||
- blk-mq: move cancel of requeue_work into blk_mq_release
|
||||
(bnc#1012628).
|
||||
- iommu/vt-d: Set intel_iommu_gfx_mapped correctly (bnc#1012628).
|
||||
- vfio-pci/nvlink2: Fix potential VMA leak (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix test_reg_bar to be updated in
|
||||
pci_endpoint_test (bnc#1012628).
|
||||
- PCI: designware-ep: Use aligned ATU window for raising MSI
|
||||
interrupts (bnc#1012628).
|
||||
- nvme-pci: unquiesce admin queue on shutdown (bnc#1012628).
|
||||
- nvme-pci: shutdown on timeout during deletion (bnc#1012628).
|
||||
- netfilter: nf_flow_table: check ttl value in flow offload data
|
||||
path (bnc#1012628).
|
||||
- netfilter: nf_flow_table: fix netdev refcnt leak (bnc#1012628).
|
||||
- ALSA: hda - Register irq handler after the chip initialization
|
||||
(bnc#1012628).
|
||||
- powerpc/pseries: Track LMB nid instead of using device tree
|
||||
(bnc#1012628).
|
||||
- arm64: defconfig: Update UFSHCD for Hi3660 soc (bnc#1012628).
|
||||
- iommu/vt-d: Don't request page request irq under
|
||||
dmar_global_lock (bnc#1012628).
|
||||
- nvmem: core: fix read buffer in place (bnc#1012628).
|
||||
- nvmem: sunxi_sid: Support SID on A83T and H5 (bnc#1012628).
|
||||
- fuse: retrieve: cap requested size to negotiated max_write
|
||||
(bnc#1012628).
|
||||
- nfsd: allow fh_want_write to be called twice (bnc#1012628).
|
||||
- nfsd: avoid uninitialized variable warning (bnc#1012628).
|
||||
- vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
|
||||
(bnc#1012628).
|
||||
- switchtec: Fix unintended mask of MRPC event (bnc#1012628).
|
||||
- net: thunderbolt: Unregister ThunderboltIP protocol handler
|
||||
when suspending (bnc#1012628).
|
||||
- x86/PCI: Fix PCI IRQ routing table memory leak (bnc#1012628).
|
||||
- soc/tegra: pmc: Remove reset sysfs entries on error
|
||||
(bnc#1012628).
|
||||
- i40e: Queues are reserved despite "Invalid argument" error
|
||||
(bnc#1012628).
|
||||
- power: supply: cpcap-battery: Fix signed counter sample register
|
||||
(bnc#1012628).
|
||||
- platform/chrome: cros_ec_proto: check for NULL transfer function
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Invoke phy_reset() API before enabling PHY
|
||||
(bnc#1012628).
|
||||
- PCI: keystone: Prevent ARM32 specific code to be compiled for
|
||||
ARM64 (bnc#1012628).
|
||||
- soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
|
||||
(bnc#1012628).
|
||||
- clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
|
||||
(bnc#1012628).
|
||||
- usb: ohci-da8xx: disable the regulator if the overcurrent irq
|
||||
fired (bnc#1012628).
|
||||
- iommu/vt-d: Flush IOTLB for untrusted device in time
|
||||
(bnc#1012628).
|
||||
- soc: rockchip: Set the proper PWM for rk3288 (bnc#1012628).
|
||||
- arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMA
|
||||
(bnc#1012628).
|
||||
- ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to
|
||||
SDMA (bnc#1012628).
|
||||
- PCI: rpadlpar: Fix leaked device_node references in add/remove
|
||||
paths (bnc#1012628).
|
||||
- drm/amd/display: disable link before changing link settings
|
||||
(bnc#1012628).
|
||||
- drm/amd/display: Use plane->color_space for dpp if specified
|
||||
(bnc#1012628).
|
||||
- ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may
|
||||
be using it (bnc#1012628).
|
||||
- pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
|
||||
(bnc#1012628).
|
||||
- platform/x86: intel_pmc_ipc: adding error handling
|
||||
(bnc#1012628).
|
||||
- power: supply: max14656: fix potential use-before-alloc
|
||||
(bnc#1012628).
|
||||
- f2fs: fix potential recursive call when enabling data_flush
|
||||
(bnc#1012628).
|
||||
- net: hns3: return 0 and print warning when hit duplicate MAC
|
||||
(bnc#1012628).
|
||||
- PCI: dwc: Remove default MSI initialization for platform
|
||||
specific MSI chips (bnc#1012628).
|
||||
- PCI: rcar: Fix a potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- PCI: rcar: Fix 64bit MSI message address handling (bnc#1012628).
|
||||
- scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
|
||||
(bnc#1012628).
|
||||
- Input: goodix - add GT5663 CTP support (bnc#1012628).
|
||||
- video: hgafb: fix potential NULL pointer dereference
|
||||
(bnc#1012628).
|
||||
- video: imsttfb: fix potential NULL pointer dereferences
|
||||
(bnc#1012628).
|
||||
- block, bfq: increase idling for weight-raised queues
|
||||
(bnc#1012628).
|
||||
- PCI: xilinx: Check for __get_free_pages() failure (bnc#1012628).
|
||||
- arm64: dts: qcom: qcs404: Fix regulator supply names
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: add check for off wake capable gpios
|
||||
(bnc#1012628).
|
||||
- gpio: gpio-omap: limit errata 1.101 handling to wkup domain
|
||||
gpios only (bnc#1012628).
|
||||
- ice: Add missing case in print_link_msg for printing flow
|
||||
control (bnc#1012628).
|
||||
- media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error
|
||||
upon failure (bnc#1012628).
|
||||
- batman-adv: Adjust name for batadv_dat_send_data (bnc#1012628).
|
||||
- ice: Enable LAN_EN for the right recipes (bnc#1012628).
|
||||
- ice: Do not set LB_EN for prune switch rules (bnc#1012628).
|
||||
- dmaengine: idma64: Use actual device for DMA transfers
|
||||
(bnc#1012628).
|
||||
- pwm: tiehrpwm: Update shadow register for disabling PWMs
|
||||
(bnc#1012628).
|
||||
- media: v4l2-fwnode: Defaults may not override endpoint
|
||||
configuration in firmware (bnc#1012628).
|
||||
- ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8
|
||||
regulators on Arndale Octa (bnc#1012628).
|
||||
- pwm: Fix deadlock warning when removing PWM device
|
||||
(bnc#1012628).
|
||||
- ARM: exynos: Fix undefined instruction during Exynos5422 resume
|
||||
(bnc#1012628).
|
||||
- usb: typec: fusb302: Check vconn is off when we start toggling
|
||||
(bnc#1012628).
|
||||
- soc: renesas: Identify R-Car M3-W ES1.3 (bnc#1012628).
|
||||
- ARM: shmobile: porter: enable R-Car Gen2 regulator quirk
|
||||
(bnc#1012628).
|
||||
- gpio: vf610: Do not share irq_chip (bnc#1012628).
|
||||
- percpu: do not search past bitmap when allocating an area
|
||||
(bnc#1012628).
|
||||
- Revert "Bluetooth: Align minimum encryption key size for LE
|
||||
and BR/EDR connections" (bnc#1012628).
|
||||
- Revert "drm/nouveau: add kconfig option to turn off nouveau
|
||||
legacy contexts. (v3)" (bnc#1012628).
|
||||
- ovl: check the capability before cred overridden (bnc#1012628).
|
||||
- ovl: support stacked SEEK_HOLE/SEEK_DATA (bnc#1012628).
|
||||
- ALSA: seq: Cover unsubscribe_port() in list_mutex (bnc#1012628).
|
||||
- io_uring: fix failure to verify SQ_AFF cpu (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/RFC-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pairing-is-enabled.patch.
|
||||
- commit 0aa1dd8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:08:07 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.9
|
||||
%define patchversion 5.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.9
|
||||
Version: 5.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge68f829
|
||||
Release: <RELEASE>.g0aa1dd8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: kernel-%build_flavor-base-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
Provides: kernel-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
Provides: %name-srchash-0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0eb17a2eba36ea60644f7da11c1510732d55a8c5730fd4a06aee81a33bca2efb
|
||||
size 736209
|
||||
oid sha256:419953c43874a992438c05fa782d4ad770c687645666ff32c1afc2da34b47fc5
|
||||
size 832549
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e67df1e287003ccb39823435caa9c554a087f3f4a2836c0749a761c7471a93c7
|
||||
size 42801
|
||||
oid sha256:99853b2e8118c6180e43943952fda477091a4cd46522c1508d6e8b9a53205dab
|
||||
size 42092
|
||||
|
158
series.conf
158
series.conf
@ -985,6 +985,163 @@
|
||||
patches.kernel.org/5.1.9-070-TTY-serial_core-add-install.patch
|
||||
patches.kernel.org/5.1.9-071-ipv4-Define-__ipv4_neigh_lookup_noref-when-CONF.patch
|
||||
patches.kernel.org/5.1.9-072-Linux-5.1.9.patch
|
||||
patches.kernel.org/5.1.10-001-Revert-drm-allow-render-capable-master-with-DR.patch
|
||||
patches.kernel.org/5.1.10-002-media-rockchip-vpu-Fix-re-order-probe-error-re.patch
|
||||
patches.kernel.org/5.1.10-003-media-rockchip-vpu-Add-missing-dont_use_autosu.patch
|
||||
patches.kernel.org/5.1.10-004-rapidio-fix-a-NULL-pointer-dereference-when-cr.patch
|
||||
patches.kernel.org/5.1.10-005-fs-fat-file.c-issue-flush-after-the-writeback-.patch
|
||||
patches.kernel.org/5.1.10-006-sysctl-return-EINVAL-if-val-violates-minmax.patch
|
||||
patches.kernel.org/5.1.10-007-ipc-prevent-lockup-on-alloc_msg-and-free_msg.patch
|
||||
patches.kernel.org/5.1.10-008-drm-msm-correct-attempted-NULL-pointer-derefer.patch
|
||||
patches.kernel.org/5.1.10-009-drm-pl111-Initialize-clock-spinlock-early.patch
|
||||
patches.kernel.org/5.1.10-010-mm-mprotect.c-fix-compilation-warning-because-.patch
|
||||
patches.kernel.org/5.1.10-011-ARM-prevent-tracing-IPI_CPU_BACKTRACE.patch
|
||||
patches.kernel.org/5.1.10-012-mm-hmm-select-mmu-notifier-when-selecting-HMM.patch
|
||||
patches.kernel.org/5.1.10-013-hugetlbfs-on-restore-reserve-error-path-retain.patch
|
||||
patches.kernel.org/5.1.10-014-mm-memory_hotplug-release-memory-resource-afte.patch
|
||||
patches.kernel.org/5.1.10-015-mem-hotplug-fix-node-spanned-pages-when-we-hav.patch
|
||||
patches.kernel.org/5.1.10-016-mm-cma.c-fix-crash-on-CMA-allocation-if-bitmap.patch
|
||||
patches.kernel.org/5.1.10-017-initramfs-free-initrd-memory-if-opening-initrd.patch
|
||||
patches.kernel.org/5.1.10-018-mm-compaction.c-fix-an-undefined-behaviour.patch
|
||||
patches.kernel.org/5.1.10-019-mm-memory_hotplug.c-fix-the-wrong-usage-of-N_H.patch
|
||||
patches.kernel.org/5.1.10-020-mm-cma.c-fix-the-bitmap-status-to-show-failed-.patch
|
||||
patches.kernel.org/5.1.10-021-mm-page_mkclean-vs-MADV_DONTNEED-race.patch
|
||||
patches.kernel.org/5.1.10-022-mm-cma_debug.c-fix-the-break-condition-in-cma_.patch
|
||||
patches.kernel.org/5.1.10-023-mm-slab.c-fix-an-infinite-loop-in-leaks_show.patch
|
||||
patches.kernel.org/5.1.10-024-kernel-sys.c-prctl-fix-false-positive-in-valid.patch
|
||||
patches.kernel.org/5.1.10-025-thermal-rcar_gen3_thermal-disable-interrupt-in.patch
|
||||
patches.kernel.org/5.1.10-026-drivers-thermal-tsens-Don-t-print-error-messag.patch
|
||||
patches.kernel.org/5.1.10-027-mfd-tps65912-spi-Add-missing-of-table-registra.patch
|
||||
patches.kernel.org/5.1.10-028-mfd-intel-lpss-Set-the-device-in-reset-state-w.patch
|
||||
patches.kernel.org/5.1.10-029-drm-nouveau-disp-dp-respect-sink-limits-when-s.patch
|
||||
patches.kernel.org/5.1.10-030-mfd-twl6040-Fix-device-init-errors-for-ACCCTL-.patch
|
||||
patches.kernel.org/5.1.10-031-perf-x86-intel-Allow-PEBS-multi-entry-in-water.patch
|
||||
patches.kernel.org/5.1.10-032-drm-nouveau-kms-gf119-gp10x-push-HeadSetContro.patch
|
||||
patches.kernel.org/5.1.10-033-drm-nouveau-fix-duplication-of-nv50_head_atom-.patch
|
||||
patches.kernel.org/5.1.10-034-drm-bridge-adv7511-Fix-low-refresh-rate-select.patch
|
||||
patches.kernel.org/5.1.10-035-objtool-Don-t-use-ignore-flag-for-fake-jumps.patch
|
||||
patches.kernel.org/5.1.10-036-drm-nouveau-kms-gv100-fix-spurious-window-imme.patch
|
||||
patches.kernel.org/5.1.10-037-bpf-fix-undefined-behavior-in-narrow-load-hand.patch
|
||||
patches.kernel.org/5.1.10-038-EDAC-mpc85xx-Prevent-building-as-a-module.patch
|
||||
patches.kernel.org/5.1.10-039-pwm-meson-Use-the-spin-lock-only-to-protect-re.patch
|
||||
patches.kernel.org/5.1.10-040-mailbox-stm32-ipcc-check-invalid-irq.patch
|
||||
patches.kernel.org/5.1.10-041-ntp-Allow-TAI-UTC-offset-to-be-set-to-zero.patch
|
||||
patches.kernel.org/5.1.10-042-f2fs-fix-to-avoid-panic-in-do_recover_data.patch
|
||||
patches.kernel.org/5.1.10-043-f2fs-fix-to-avoid-panic-in-f2fs_inplace_write_.patch
|
||||
patches.kernel.org/5.1.10-044-f2fs-fix-error-path-of-recovery.patch
|
||||
patches.kernel.org/5.1.10-045-f2fs-fix-to-avoid-panic-in-f2fs_remove_inode_p.patch
|
||||
patches.kernel.org/5.1.10-046-f2fs-fix-to-do-sanity-check-on-free-nid.patch
|
||||
patches.kernel.org/5.1.10-047-f2fs-fix-to-clear-dirty-inode-in-error-path-of.patch
|
||||
patches.kernel.org/5.1.10-048-f2fs-fix-to-avoid-panic-in-dec_valid_block_cou.patch
|
||||
patches.kernel.org/5.1.10-049-f2fs-fix-to-use-inline-space-only-if-inline_xa.patch
|
||||
patches.kernel.org/5.1.10-050-f2fs-fix-to-avoid-panic-in-dec_valid_node_coun.patch
|
||||
patches.kernel.org/5.1.10-051-f2fs-fix-to-do-sanity-check-on-valid-block-cou.patch
|
||||
patches.kernel.org/5.1.10-052-f2fs-fix-to-avoid-deadloop-in-foreground-GC.patch
|
||||
patches.kernel.org/5.1.10-053-f2fs-fix-to-retrieve-inline-xattr-space.patch
|
||||
patches.kernel.org/5.1.10-054-f2fs-fix-to-do-checksum-even-if-inode-page-is-.patch
|
||||
patches.kernel.org/5.1.10-055-media-atmel-atmel-isc-fix-asd-memory-allocatio.patch
|
||||
patches.kernel.org/5.1.10-056-percpu-remove-spurious-lock-dependency-between.patch
|
||||
patches.kernel.org/5.1.10-057-configfs-fix-possible-use-after-free-in-config.patch
|
||||
patches.kernel.org/5.1.10-058-uml-fix-a-boot-splat-wrt-use-of-cpu_all_mask.patch
|
||||
patches.kernel.org/5.1.10-059-PCI-dwc-Free-MSI-in-dw_pcie_host_init-error-pa.patch
|
||||
patches.kernel.org/5.1.10-060-PCI-dwc-Free-MSI-IRQ-page-in-dw_pcie_free_msi.patch
|
||||
patches.kernel.org/5.1.10-061-fbcon-Don-t-reset-logo_shown-when-logo-is-curr.patch
|
||||
patches.kernel.org/5.1.10-062-ovl-do-not-generate-duplicate-fsnotify-events-.patch
|
||||
patches.kernel.org/5.1.10-063-mmc-mmci-Prevent-polling-for-busy-detection-in.patch
|
||||
patches.kernel.org/5.1.10-064-netfilter-nf_flow_table-fix-missing-error-chec.patch
|
||||
patches.kernel.org/5.1.10-065-netfilter-nf_conntrack_h323-restore-boundary-c.patch
|
||||
patches.kernel.org/5.1.10-066-mips-Make-sure-dt-memory-regions-are-valid.patch
|
||||
patches.kernel.org/5.1.10-067-netfilter-nf_tables-fix-base-chain-stat-rcu_de.patch
|
||||
patches.kernel.org/5.1.10-068-watchdog-imx2_wdt-Fix-set_timeout-for-big-time.patch
|
||||
patches.kernel.org/5.1.10-069-watchdog-fix-compile-time-error-of-pretimeout-.patch
|
||||
patches.kernel.org/5.1.10-070-blk-mq-move-cancel-of-requeue_work-into-blk_mq.patch
|
||||
patches.kernel.org/5.1.10-071-iommu-vt-d-Set-intel_iommu_gfx_mapped-correctl.patch
|
||||
patches.kernel.org/5.1.10-072-vfio-pci-nvlink2-Fix-potential-VMA-leak.patch
|
||||
patches.kernel.org/5.1.10-073-misc-pci_endpoint_test-Fix-test_reg_bar-to-be-.patch
|
||||
patches.kernel.org/5.1.10-074-PCI-designware-ep-Use-aligned-ATU-window-for-r.patch
|
||||
patches.kernel.org/5.1.10-075-nvme-pci-unquiesce-admin-queue-on-shutdown.patch
|
||||
patches.kernel.org/5.1.10-076-nvme-pci-shutdown-on-timeout-during-deletion.patch
|
||||
patches.kernel.org/5.1.10-077-netfilter-nf_flow_table-check-ttl-value-in-flo.patch
|
||||
patches.kernel.org/5.1.10-078-netfilter-nf_flow_table-fix-netdev-refcnt-leak.patch
|
||||
patches.kernel.org/5.1.10-079-ALSA-hda-Register-irq-handler-after-the-chip-i.patch
|
||||
patches.kernel.org/5.1.10-080-powerpc-pseries-Track-LMB-nid-instead-of-using.patch
|
||||
patches.kernel.org/5.1.10-081-arm64-defconfig-Update-UFSHCD-for-Hi3660-soc.patch
|
||||
patches.kernel.org/5.1.10-082-iommu-vt-d-Don-t-request-page-request-irq-unde.patch
|
||||
patches.kernel.org/5.1.10-083-nvmem-core-fix-read-buffer-in-place.patch
|
||||
patches.kernel.org/5.1.10-084-nvmem-sunxi_sid-Support-SID-on-A83T-and-H5.patch
|
||||
patches.kernel.org/5.1.10-085-fuse-retrieve-cap-requested-size-to-negotiated.patch
|
||||
patches.kernel.org/5.1.10-086-nfsd-allow-fh_want_write-to-be-called-twice.patch
|
||||
patches.kernel.org/5.1.10-087-nfsd-avoid-uninitialized-variable-warning.patch
|
||||
patches.kernel.org/5.1.10-088-vfio-Fix-WARNING-do-not-call-blocking-ops-when.patch
|
||||
patches.kernel.org/5.1.10-089-iommu-arm-smmu-v3-Don-t-disable-SMMU-in-kdump-.patch
|
||||
patches.kernel.org/5.1.10-090-switchtec-Fix-unintended-mask-of-MRPC-event.patch
|
||||
patches.kernel.org/5.1.10-091-net-thunderbolt-Unregister-ThunderboltIP-proto.patch
|
||||
patches.kernel.org/5.1.10-092-x86-PCI-Fix-PCI-IRQ-routing-table-memory-leak.patch
|
||||
patches.kernel.org/5.1.10-093-soc-tegra-pmc-Remove-reset-sysfs-entries-on-er.patch
|
||||
patches.kernel.org/5.1.10-094-i40e-Queues-are-reserved-despite-Invalid-argum.patch
|
||||
patches.kernel.org/5.1.10-095-power-supply-cpcap-battery-Fix-signed-counter-.patch
|
||||
patches.kernel.org/5.1.10-096-platform-chrome-cros_ec_proto-check-for-NULL-t.patch
|
||||
patches.kernel.org/5.1.10-097-PCI-keystone-Invoke-phy_reset-API-before-enabl.patch
|
||||
patches.kernel.org/5.1.10-098-PCI-keystone-Prevent-ARM32-specific-code-to-be.patch
|
||||
patches.kernel.org/5.1.10-099-soc-mediatek-pwrap-Zero-initialize-rdata-in-pw.patch
|
||||
patches.kernel.org/5.1.10-100-clk-rockchip-Turn-on-aclk_dmac1-for-suspend-on.patch
|
||||
patches.kernel.org/5.1.10-101-usb-ohci-da8xx-disable-the-regulator-if-the-ov.patch
|
||||
patches.kernel.org/5.1.10-102-iommu-vt-d-Flush-IOTLB-for-untrusted-device-in.patch
|
||||
patches.kernel.org/5.1.10-103-soc-rockchip-Set-the-proper-PWM-for-rk3288.patch
|
||||
patches.kernel.org/5.1.10-104-arm64-dts-imx8mq-Mark-iomuxc_gpr-as-i.MX6Q-com.patch
|
||||
patches.kernel.org/5.1.10-105-ARM-dts-imx51-Specify-IMX5_CLK_IPG-as-ahb-cloc.patch
|
||||
patches.kernel.org/5.1.10-106-ARM-dts-imx50-Specify-IMX5_CLK_IPG-as-ahb-cloc.patch
|
||||
patches.kernel.org/5.1.10-107-ARM-dts-imx53-Specify-IMX5_CLK_IPG-as-ahb-cloc.patch
|
||||
patches.kernel.org/5.1.10-108-ARM-dts-imx6sx-Specify-IMX6SX_CLK_IPG-as-ahb-c.patch
|
||||
patches.kernel.org/5.1.10-109-ARM-dts-imx6sll-Specify-IMX6SLL_CLK_IPG-as-ipg.patch
|
||||
patches.kernel.org/5.1.10-110-ARM-dts-imx7d-Specify-IMX7D_CLK_IPG-as-ipg-clo.patch
|
||||
patches.kernel.org/5.1.10-111-ARM-dts-imx6ul-Specify-IMX6UL_CLK_IPG-as-ipg-c.patch
|
||||
patches.kernel.org/5.1.10-112-ARM-dts-imx6sx-Specify-IMX6SX_CLK_IPG-as-ipg-c.patch
|
||||
patches.kernel.org/5.1.10-113-ARM-dts-imx6qdl-Specify-IMX6QDL_CLK_IPG-as-ipg.patch
|
||||
patches.kernel.org/5.1.10-114-PCI-rpadlpar-Fix-leaked-device_node-references.patch
|
||||
patches.kernel.org/5.1.10-115-drm-amd-display-disable-link-before-changing-l.patch
|
||||
patches.kernel.org/5.1.10-116-drm-amd-display-Use-plane-color_space-for-dpp-.patch
|
||||
patches.kernel.org/5.1.10-117-ARM-OMAP2-pm33xx-core-Do-not-Turn-OFF-CEFUSE-a.patch
|
||||
patches.kernel.org/5.1.10-118-pinctrl-pinctrl-intel-move-gpio-suspend-resume.patch
|
||||
patches.kernel.org/5.1.10-119-platform-x86-intel_pmc_ipc-adding-error-handli.patch
|
||||
patches.kernel.org/5.1.10-120-power-supply-max14656-fix-potential-use-before.patch
|
||||
patches.kernel.org/5.1.10-121-f2fs-fix-potential-recursive-call-when-enablin.patch
|
||||
patches.kernel.org/5.1.10-122-net-hns3-return-0-and-print-warning-when-hit-d.patch
|
||||
patches.kernel.org/5.1.10-123-PCI-dwc-Remove-default-MSI-initialization-for-.patch
|
||||
patches.kernel.org/5.1.10-124-PCI-rcar-Fix-a-potential-NULL-pointer-derefere.patch
|
||||
patches.kernel.org/5.1.10-125-PCI-rcar-Fix-64bit-MSI-message-address-handlin.patch
|
||||
patches.kernel.org/5.1.10-126-scsi-qla2xxx-Reset-the-FCF_ASYNC_-SENT-ACTIVE-.patch
|
||||
patches.kernel.org/5.1.10-127-Input-goodix-add-GT5663-CTP-support.patch
|
||||
patches.kernel.org/5.1.10-128-video-hgafb-fix-potential-NULL-pointer-derefer.patch
|
||||
patches.kernel.org/5.1.10-129-video-imsttfb-fix-potential-NULL-pointer-deref.patch
|
||||
patches.kernel.org/5.1.10-130-block-bfq-increase-idling-for-weight-raised-qu.patch
|
||||
patches.kernel.org/5.1.10-131-PCI-xilinx-Check-for-__get_free_pages-failure.patch
|
||||
patches.kernel.org/5.1.10-132-arm64-dts-qcom-qcs404-Fix-regulator-supply-nam.patch
|
||||
patches.kernel.org/5.1.10-133-gpio-gpio-omap-add-check-for-off-wake-capable-.patch
|
||||
patches.kernel.org/5.1.10-134-gpio-gpio-omap-limit-errata-1.101-handling-to-.patch
|
||||
patches.kernel.org/5.1.10-135-ice-Add-missing-case-in-print_link_msg-for-pri.patch
|
||||
patches.kernel.org/5.1.10-136-media-v4l2-ctrl-v4l2_ctrl_request_setup-return.patch
|
||||
patches.kernel.org/5.1.10-137-batman-adv-Adjust-name-for-batadv_dat_send_dat.patch
|
||||
patches.kernel.org/5.1.10-138-ice-Enable-LAN_EN-for-the-right-recipes.patch
|
||||
patches.kernel.org/5.1.10-139-ice-Do-not-set-LB_EN-for-prune-switch-rules.patch
|
||||
patches.kernel.org/5.1.10-140-dmaengine-idma64-Use-actual-device-for-DMA-tra.patch
|
||||
patches.kernel.org/5.1.10-141-pwm-tiehrpwm-Update-shadow-register-for-disabl.patch
|
||||
patches.kernel.org/5.1.10-142-media-v4l2-fwnode-Defaults-may-not-override-en.patch
|
||||
patches.kernel.org/5.1.10-143-ARM-dts-exynos-Always-enable-necessary-APIO_1V.patch
|
||||
patches.kernel.org/5.1.10-144-pwm-Fix-deadlock-warning-when-removing-PWM-dev.patch
|
||||
patches.kernel.org/5.1.10-145-ARM-exynos-Fix-undefined-instruction-during-Ex.patch
|
||||
patches.kernel.org/5.1.10-146-usb-typec-fusb302-Check-vconn-is-off-when-we-s.patch
|
||||
patches.kernel.org/5.1.10-147-soc-renesas-Identify-R-Car-M3-W-ES1.3.patch
|
||||
patches.kernel.org/5.1.10-148-ARM-shmobile-porter-enable-R-Car-Gen2-regulato.patch
|
||||
patches.kernel.org/5.1.10-149-gpio-vf610-Do-not-share-irq_chip.patch
|
||||
patches.kernel.org/5.1.10-150-percpu-do-not-search-past-bitmap-when-allocati.patch
|
||||
patches.kernel.org/5.1.10-151-Revert-Bluetooth-Align-minimum-encryption-key-.patch
|
||||
patches.kernel.org/5.1.10-152-Revert-drm-nouveau-add-kconfig-option-to-turn-.patch
|
||||
patches.kernel.org/5.1.10-153-ovl-check-the-capability-before-cred-overridde.patch
|
||||
patches.kernel.org/5.1.10-154-ovl-support-stacked-SEEK_HOLE-SEEK_DATA.patch
|
||||
patches.kernel.org/5.1.10-155-ALSA-seq-Cover-unsubscribe_port-in-list_mutex.patch
|
||||
patches.kernel.org/5.1.10-156-io_uring-fix-failure-to-verify-SQ_AFF-cpu.patch
|
||||
patches.kernel.org/5.1.10-157-Linux-5.1.10.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -1241,7 +1398,6 @@
|
||||
########################################################
|
||||
# DRM/Video
|
||||
########################################################
|
||||
patches.suse/Revert-drm-allow-render-capable-master-with-DRM_AUTH.patch
|
||||
|
||||
########################################################
|
||||
# video4linux
|
||||
|
@ -1,3 +1,3 @@
|
||||
2019-06-12 06:08:07 +0000
|
||||
GIT Revision: e68f8297bceff12d6cb68b73fe6083aa1bb1d6b2
|
||||
2019-06-17 06:59:40 +0000
|
||||
GIT Revision: 0aa1dd8f9dbd55a6addc5cd6ca8970e19155535d
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user