commit 0a195a872b500a84c204b5a097349911bc7433b7
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1204
This commit is contained in:
parent
8f3b8eac28
commit
1ca30188dd
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90b475546b3123eb10b30b6ff3d197866f01ae9757b87e49a5a5bb7d66576d1a
|
||||
size 231376
|
||||
oid sha256:31ee1afd259583bd6ad205bc23288dc20beb21acf401e10b7f64ba14720c8737
|
||||
size 231380
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.10
|
||||
%define patchversion 5.3.11
|
||||
%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.3.10
|
||||
Version: 5.3.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.10
|
||||
%define patchversion 5.3.11
|
||||
%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.3.10
|
||||
Version: 5.3.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.10
|
||||
%define patchversion 5.3.11
|
||||
%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.3.10
|
||||
Version: 5.3.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.10
|
||||
%define patchversion 5.3.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.10
|
||||
Version: 5.3.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-%build_flavor-base-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
Provides: kernel-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: %name-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.10
|
||||
%define patchversion 5.3.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.10
|
||||
Version: 5.3.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-%build_flavor-base-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
Provides: kernel-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: %name-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.10
|
||||
%define patchversion 5.3.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.10
|
||||
Version: 5.3.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-%build_flavor-base-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
Provides: kernel-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: %name-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.10
|
||||
%define patchversion 5.3.11
|
||||
%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.3.10
|
||||
Version: 5.3.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%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-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: %name-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.10
|
||||
%define patchversion 5.3.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.10
|
||||
Version: 5.3.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-%build_flavor-base-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
Provides: kernel-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: %name-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.10
|
||||
%define patchversion 5.3.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.10
|
||||
Version: 5.3.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-%build_flavor-base-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
Provides: kernel-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: %name-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.3.10
|
||||
%define patchversion 5.3.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
BuildRequires: kernel%kernel_flavor-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
|
||||
%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.3.10
|
||||
Version: 5.3.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.3.10
|
||||
%define patchversion 5.3.11
|
||||
%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.3.10
|
||||
Version: 5.3.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.10
|
||||
%define patchversion 5.3.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.10
|
||||
Version: 5.3.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-%build_flavor-base-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
Provides: kernel-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: %name-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.10
|
||||
%define patchversion 5.3.11
|
||||
%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.3.10
|
||||
Version: 5.3.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: %name-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.3.10
|
||||
Version: 5.3.11
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: %name-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.10
|
||||
%define patchversion 5.3.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.10
|
||||
Version: 5.3.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-%build_flavor-base-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
Provides: kernel-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: %name-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,377 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 19:53:23 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.11 (bnc#1151927).
|
||||
- bonding: fix state transition issue in link monitoring
|
||||
(bnc#1151927).
|
||||
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
|
||||
- ipv4: Fix table id reference in fib_sync_down_addr
|
||||
(bnc#1151927).
|
||||
- net: ethernet: octeon_mgmt: Account for second possible VLAN
|
||||
header (bnc#1151927).
|
||||
- net: fix data-race in neigh_event_send() (bnc#1151927).
|
||||
- net: qualcomm: rmnet: Fix potential UAF when unregistering
|
||||
(bnc#1151927).
|
||||
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
|
||||
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
|
||||
(bnc#1151927).
|
||||
- NFC: fdp: fix incorrect free object (bnc#1151927).
|
||||
- nfc: netlink: fix double device reference drop (bnc#1151927).
|
||||
- NFC: st21nfca: fix double free (bnc#1151927).
|
||||
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
|
||||
- net: mscc: ocelot: don't handle netdev events for other netdevs
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
|
||||
(bnc#1151927).
|
||||
- net/tls: don't pay attention to sk_write_pending when pushing
|
||||
partial records (bnc#1151927).
|
||||
- net/tls: add a TX lock (bnc#1151927).
|
||||
- selftests/tls: add test for concurrent recv and send
|
||||
(bnc#1151927).
|
||||
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
|
||||
(bnc#1151927).
|
||||
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
|
||||
path (bnc#1151927).
|
||||
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
|
||||
- net: sched: prevent duplicate flower rules from tcf_proto
|
||||
destroy race (bnc#1151927).
|
||||
- net/smc: fix ethernet interface refcounting (bnc#1151927).
|
||||
- vsock/virtio: fix sock refcnt holding during the shutdown
|
||||
(bnc#1151927).
|
||||
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
|
||||
- ALSA: timer: Fix incorrectly assigned timer instance
|
||||
(bnc#1151927).
|
||||
- ALSA: bebob: fix to detect configured source of sampling clock
|
||||
for Focusrite Saffire Pro i/o series (bnc#1151927).
|
||||
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
|
||||
(bnc#1151927).
|
||||
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
|
||||
charges (bnc#1151927).
|
||||
- mm, meminit: recalculate pcpu batch and high limits after init
|
||||
completes (bnc#1151927).
|
||||
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
|
||||
(bnc#1151927).
|
||||
- mm, vmstat: hide /proc/pagetypeinfo from normal users
|
||||
(bnc#1151927).
|
||||
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
|
||||
- mm: slab: make page_cgroup_ino() to recognize non-compound
|
||||
slab pages properly (bnc#1151927).
|
||||
- btrfs: Consider system chunk array size for new SYSTEM chunks
|
||||
(bnc#1151927).
|
||||
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
|
||||
- btrfs: save i_size to avoid double evaluation of i_size_read
|
||||
in compress_file_range (bnc#1151927).
|
||||
- tools: gpio: Use !building_out_of_srctree to determine srctree
|
||||
(bnc#1151927).
|
||||
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
|
||||
(bnc#1151927).
|
||||
- perf tools: Fix time sorting (bnc#1151927).
|
||||
- perf map: Use zalloc for map_groups (bnc#1151927).
|
||||
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
|
||||
- HID: wacom: generic: Treat serial number and related fields
|
||||
as unsigned (bnc#1151927).
|
||||
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
|
||||
(bnc#1151927).
|
||||
- soundwire: depend on ACPI (bnc#1151927).
|
||||
- soundwire: depend on ACPI || OF (bnc#1151927).
|
||||
- soundwire: bus: set initial value to port_status (bnc#1151927).
|
||||
- blkcg: make blkcg_print_stat() print stats only for online blkgs
|
||||
(bnc#1151927).
|
||||
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
|
||||
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
|
||||
(bnc#1151927).
|
||||
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
|
||||
- ceph: fix RCU case handling in ceph_d_revalidate()
|
||||
(bnc#1151927).
|
||||
- ceph: add missing check in d_revalidate snapdir handling
|
||||
(bnc#1151927).
|
||||
- ceph: don't try to handle hashed dentries in non-O_CREAT
|
||||
atomic_open (bnc#1151927).
|
||||
- ceph: don't allow copy_file_range when stripe_count != 1
|
||||
(bnc#1151927).
|
||||
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
|
||||
- iio: imu: adis16480: make sure provided frequency is positive
|
||||
(bnc#1151927).
|
||||
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
|
||||
- iio: srf04: fix wrong limitation in distance measuring
|
||||
(bnc#1151927).
|
||||
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
|
||||
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
|
||||
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
|
||||
- clone3: validate stack arguments (bnc#1151927).
|
||||
- netfilter: nf_tables: Align nft_expr private data to 64-bit
|
||||
(bnc#1151927).
|
||||
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
|
||||
(bnc#1151927).
|
||||
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
|
||||
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
|
||||
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
|
||||
- x86/dumpstack/64: Don't evaluate exception stacks before setup
|
||||
(bnc#1151927).
|
||||
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
|
||||
- SMB3: Fix persistent handles reconnect (bnc#1151927).
|
||||
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: flexcan: disable completely the ECC mechanism
|
||||
(bnc#1151927).
|
||||
- can: c_can: c_can_poll(): only read status register after
|
||||
status IRQ (bnc#1151927).
|
||||
- can: peak_usb: fix a potential out-of-sync while decoding
|
||||
packets (bnc#1151927).
|
||||
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
|
||||
handling, avoid skb mem leak (bnc#1151927).
|
||||
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
|
||||
- can: dev: add missing of_node_put() after calling
|
||||
of_get_child_by_name() (bnc#1151927).
|
||||
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
|
||||
- can: peak_usb: fix slab info leak (bnc#1151927).
|
||||
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
|
||||
- ALSA: usb-audio: More validations of descriptor units
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
|
||||
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
|
||||
objects (bnc#1151927).
|
||||
- ALSA: usb-audio: Remove superfluous bLength checks
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix possible NULL dereference at
|
||||
create_yamaha_midi_quirk() (bnc#1151927).
|
||||
- ALSA: usb-audio: remove some dead code (bnc#1151927).
|
||||
- ALSA: usb-audio: Fix copy&paste error in the validator
|
||||
(bnc#1151927).
|
||||
- usbip: Implement SG support to vhci-hcd and stub driver
|
||||
(bnc#1151927).
|
||||
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the link-list pointer register
|
||||
configuration issue (bnc#1151927).
|
||||
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
|
||||
(bnc#1151927).
|
||||
- dmaengine: xilinx_dma: Fix control reg update in
|
||||
vdma_channel_set_config (bnc#1151927).
|
||||
- dmaengine: sprd: Fix the possible memory leak issue
|
||||
(bnc#1151927).
|
||||
- HID: intel-ish-hid: fix wrong error handling in
|
||||
ishtp_cl_alloc_tx_ring() (bnc#1151927).
|
||||
- powerpc/32s: fix allow/prevent_user_access() when crossing
|
||||
segment boundaries (bnc#1151927).
|
||||
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
|
||||
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
|
||||
- RDMA/siw: free siw_base_qp in kref release routine
|
||||
(bnc#1151927).
|
||||
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
|
||||
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
|
||||
(bnc#1151927).
|
||||
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
|
||||
flow (bnc#1151927).
|
||||
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
|
||||
shutdown flow (bnc#1151927).
|
||||
- net/mlx5e: TX, Fix consumer index of error cqe dump
|
||||
(bnc#1151927).
|
||||
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
|
||||
(bnc#1151927).
|
||||
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
|
||||
(bnc#1151927).
|
||||
- selftests/bpf: More compatible nc options in test_tc_edt
|
||||
(bnc#1151927).
|
||||
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
|
||||
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
|
||||
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
|
||||
(bnc#1151927).
|
||||
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
|
||||
(bnc#1151927).
|
||||
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
|
||||
- bpf: Fix use after free in subprog's jited symbol removal
|
||||
(bnc#1151927).
|
||||
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
|
||||
- net: openvswitch: free vport unless register_netdevice()
|
||||
succeeds (bnc#1151927).
|
||||
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
|
||||
- scsi: qla2xxx: Initialized mailbox to prevent driver load
|
||||
failure (bnc#1151927).
|
||||
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
|
||||
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
|
||||
(bnc#1151927).
|
||||
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
|
||||
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
|
||||
- netfilter: nf_flow_table: set timeout before insertion into
|
||||
hashes (bnc#1151927).
|
||||
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
|
||||
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
|
||||
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
|
||||
(bnc#1151927).
|
||||
- ipvs: don't ignore errors in case refcounting ip_vs module fails
|
||||
(bnc#1151927).
|
||||
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
|
||||
- netfilter: nft_payload: fix missing check for matching length
|
||||
in offloads (bnc#1151927).
|
||||
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
|
||||
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
|
||||
- bonding: use dynamic lockdep key instead of subclass
|
||||
(bnc#1151927).
|
||||
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
|
||||
- scsi: sd: define variable dif as unsigned int instead of bool
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
|
||||
- usb: fsl: Check memory resource before releasing it
|
||||
(bnc#1151927).
|
||||
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
|
||||
(bnc#1151927).
|
||||
- usb: gadget: composite: Fix possible double free memory bug
|
||||
(bnc#1151927).
|
||||
- usb: gadget: configfs: fix concurrent issue between composite
|
||||
APIs (bnc#1151927).
|
||||
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
|
||||
thus precise RIP validity (bnc#1151927).
|
||||
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
|
||||
CPU family (10h) (bnc#1151927).
|
||||
- perf/x86/uncore: Fix event group support (bnc#1151927).
|
||||
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
|
||||
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
|
||||
- usbip: tools: Fix read_usb_vudc_device() error path handling
|
||||
(bnc#1151927).
|
||||
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
|
||||
(bnc#1151927).
|
||||
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
|
||||
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
|
||||
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
|
||||
- sched/topology: Don't try to build empty sched domains
|
||||
(bnc#1151927).
|
||||
- sched/topology: Allow sched_asym_cpucapacity to be disabled
|
||||
(bnc#1151927).
|
||||
- nvme-multipath: fix possible io hang after ctrl reconnect
|
||||
(bnc#1151927).
|
||||
- net: hisilicon: Fix "Trying to free already-free IRQ"
|
||||
(bnc#1151927).
|
||||
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
|
||||
(bnc#1151927).
|
||||
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
|
||||
before link is up (bnc#1151927).
|
||||
- net: mscc: ocelot: refuse to overwrite the port's native vlan
|
||||
(bnc#1151927).
|
||||
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
|
||||
A315-41 (bnc#1151927).
|
||||
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
|
||||
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
|
||||
- drm/sched: Set error to s_fence if HW job submission failed
|
||||
(bnc#1151927).
|
||||
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: do not synchronize "drr" displays
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: add 50us buffer as WA for pstate switch in
|
||||
active (bnc#1151927).
|
||||
- drm/amd/display: Passive DP->HDMI dongle detection fix
|
||||
(bnc#1151927).
|
||||
- dc.c:use kzalloc without test (bnc#1151927).
|
||||
- SUNRPC: The TCP back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: The RDMA back channel mustn't disappear while requests
|
||||
are outstanding (bnc#1151927).
|
||||
- SUNRPC: Destroy the back channel when we destroy the host
|
||||
transport (bnc#1151927).
|
||||
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
|
||||
- efi/tpm: Return -EINVAL when determining tpm final events log
|
||||
size fails (bnc#1151927).
|
||||
- efi: libstub/arm: Account for firmware reserved memory at the
|
||||
base of RAM (bnc#1151927).
|
||||
- x86, efi: Never relocate kernel below lowest acceptable address
|
||||
(bnc#1151927).
|
||||
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
|
||||
(bnc#1151927).
|
||||
- usb: dwc3: gadget: fix race when disabling ep with cancelled
|
||||
xfers (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
|
||||
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
|
||||
(bnc#1151927).
|
||||
- NFSv4: Don't allow a cached open with a revoked delegation
|
||||
(bnc#1151927).
|
||||
- net: ethernet: arc: add the missed clk_disable_unprepare
|
||||
(bnc#1151927).
|
||||
- igb: Fix constant media auto sense switching when no cable is
|
||||
connected (bnc#1151927).
|
||||
- e1000: fix memory leaks (bnc#1151927).
|
||||
- gve: Fixes DMA synchronization (bnc#1151927).
|
||||
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
|
||||
(bnc#1151927).
|
||||
- pinctrl: cherryview: Fix irq_valid_mask calculation
|
||||
(bnc#1151927).
|
||||
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
|
||||
(bnc#1151927).
|
||||
- timekeeping/vsyscall: Update VDSO data unconditionally
|
||||
(bnc#1151927).
|
||||
- mm/filemap.c: don't initiate writeback if mapping has no dirty
|
||||
pages (bnc#1151927).
|
||||
- cgroup,writeback: don't switch wbs immediately on dead wbs if
|
||||
the memcg is dead (bnc#1151927).
|
||||
- ARM: dts: stm32: change joystick pinctrl definition on
|
||||
stm32mp157c-ev1 (bnc#1151927).
|
||||
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
|
||||
(bnc#1151927).
|
||||
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
|
||||
- bonding: fix using uninitialized mode_lock (bnc#1151927).
|
||||
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
|
||||
IPv6 sets (bnc#1151927).
|
||||
- arm64: errata: Update stale comment (bnc#1151927).
|
||||
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
|
||||
run (bnc#1151927).
|
||||
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
|
||||
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
|
||||
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
|
||||
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
|
||||
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
|
||||
(bnc#1151927).
|
||||
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
|
||||
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
|
||||
- drm/i915/cmdparser: Use explicit goto for error paths
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Add support for backward jumps
|
||||
(bnc#1151927).
|
||||
- drm/i915/cmdparser: Ignore Length operands during command
|
||||
matching (bnc#1151927).
|
||||
- drm/i915: Lower RM timeout to avoid DSI hard hangs
|
||||
(bnc#1151927).
|
||||
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
|
||||
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
|
||||
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
|
||||
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
|
||||
(bnc#1151927).
|
||||
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
|
||||
default (bnc#1151927).
|
||||
- x86/speculation/taa: Add mitigation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Add documentation for TSX Async Abort
|
||||
(bnc#1151927).
|
||||
- x86/tsx: Add config options to set tsx=on|off|auto
|
||||
(bnc#1151927).
|
||||
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
|
||||
CPUs (bnc#1151927).
|
||||
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
|
||||
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
|
||||
(bnc#1151927).
|
||||
- cpu/speculation: Uninline and export CPU mitigations helpers
|
||||
(bnc#1151927).
|
||||
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
|
||||
- kvm: x86, powerpc: do not allow clearing largepages debugfs
|
||||
entry (bnc#1151927).
|
||||
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
|
||||
- kvm: Add helper function for creating VM worker threads
|
||||
(bnc#1151927).
|
||||
- kvm: x86: mmu: Recovery of shattered NX large pages
|
||||
(bnc#1151927).
|
||||
- Update config files.
|
||||
Set X86_INTEL_TSX_MODE_OFF=y (the default)
|
||||
- commit 0a195a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:47:33 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.10
|
||||
%define patchversion 5.3.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.10
|
||||
Version: 5.3.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8a126f1
|
||||
Release: <RELEASE>.g0a195a8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: kernel-%build_flavor-base-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
Provides: kernel-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
Provides: %name-srchash-0a195a872b500a84c204b5a097349911bc7433b7
|
||||
%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:c1e227c34d226650f57c9f40d73b35ea06f1d90ec0bf5433104f13058b6631b8
|
||||
size 1002203
|
||||
oid sha256:6330d9b0a4177dc986c6c9cd5ca3c0ddce9e704ccac00542026b5b13685dd787
|
||||
size 1205930
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:faed4818b7d082f20a8b08b719ff5363b88346a3a23c0ba2e299f512b0aa65ea
|
||||
size 90272
|
||||
oid sha256:4a01ee6eec431203a5906fd3688f32f71772da6f712964d4e52739b1d7af3deb
|
||||
size 88675
|
||||
|
235
series.conf
235
series.conf
@ -1353,6 +1353,238 @@
|
||||
patches.kernel.org/5.3.10-139-arm64-dts-ti-k3-am65-main-Fix-gic-its-node-uni.patch
|
||||
patches.kernel.org/5.3.10-140-usb-gadget-udc-core-Fix-segfault-if-udc_bind_t.patch
|
||||
patches.kernel.org/5.3.10-141-Linux-5.3.10.patch
|
||||
patches.kernel.org/5.3.11-001-bonding-fix-state-transition-issue-in-link-mon.patch
|
||||
patches.kernel.org/5.3.11-002-CDC-NCM-handle-incomplete-transfer-of-MTU.patch
|
||||
patches.kernel.org/5.3.11-003-ipv4-Fix-table-id-reference-in-fib_sync_down_a.patch
|
||||
patches.kernel.org/5.3.11-004-net-ethernet-octeon_mgmt-Account-for-second-po.patch
|
||||
patches.kernel.org/5.3.11-005-net-fix-data-race-in-neigh_event_send.patch
|
||||
patches.kernel.org/5.3.11-006-net-qualcomm-rmnet-Fix-potential-UAF-when-unre.patch
|
||||
patches.kernel.org/5.3.11-007-net-tls-fix-sk_msg-trim-on-fallback-to-copy-mo.patch
|
||||
patches.kernel.org/5.3.11-008-net-usb-qmi_wwan-add-support-for-DW5821e-with-.patch
|
||||
patches.kernel.org/5.3.11-009-NFC-fdp-fix-incorrect-free-object.patch
|
||||
patches.kernel.org/5.3.11-010-nfc-netlink-fix-double-device-reference-drop.patch
|
||||
patches.kernel.org/5.3.11-011-NFC-st21nfca-fix-double-free.patch
|
||||
patches.kernel.org/5.3.11-012-qede-fix-NULL-pointer-deref-in-__qede_remove.patch
|
||||
patches.kernel.org/5.3.11-013-net-mscc-ocelot-don-t-handle-netdev-events-for.patch
|
||||
patches.kernel.org/5.3.11-014-net-mscc-ocelot-fix-NULL-pointer-on-LAG-slave-.patch
|
||||
patches.kernel.org/5.3.11-015-net-tls-don-t-pay-attention-to-sk_write_pendin.patch
|
||||
patches.kernel.org/5.3.11-016-net-tls-add-a-TX-lock.patch
|
||||
patches.kernel.org/5.3.11-017-selftests-tls-add-test-for-concurrent-recv-and.patch
|
||||
patches.kernel.org/5.3.11-018-ipv6-fixes-rt6_probe-and-fib6_nh-last_probe-in.patch
|
||||
patches.kernel.org/5.3.11-019-net-hns-Fix-the-stray-netpoll-locks-causing-de.patch
|
||||
patches.kernel.org/5.3.11-020-net-prevent-load-store-tearing-on-sk-sk_stamp.patch
|
||||
patches.kernel.org/5.3.11-021-net-sched-prevent-duplicate-flower-rules-from-.patch
|
||||
patches.kernel.org/5.3.11-022-net-smc-fix-ethernet-interface-refcounting.patch
|
||||
patches.kernel.org/5.3.11-023-vsock-virtio-fix-sock-refcnt-holding-during-th.patch
|
||||
patches.kernel.org/5.3.11-024-r8169-fix-page-read-in-r8168g_mdio_read.patch
|
||||
patches.kernel.org/5.3.11-025-ALSA-timer-Fix-incorrectly-assigned-timer-inst.patch
|
||||
patches.kernel.org/5.3.11-026-ALSA-bebob-fix-to-detect-configured-source-of-.patch
|
||||
patches.kernel.org/5.3.11-027-ALSA-hda-ca0132-Fix-possible-workqueue-stall.patch
|
||||
patches.kernel.org/5.3.11-028-mm-memcontrol-fix-NULL-ptr-deref-in-percpu-sta.patch
|
||||
patches.kernel.org/5.3.11-029-mm-memcontrol-fix-network-errors-from-failing-.patch
|
||||
patches.kernel.org/5.3.11-030-mm-meminit-recalculate-pcpu-batch-and-high-lim.patch
|
||||
patches.kernel.org/5.3.11-031-mm-thp-handle-page-cache-THP-correctly-in-Page.patch
|
||||
patches.kernel.org/5.3.11-032-mm-vmstat-hide-proc-pagetypeinfo-from-normal-u.patch
|
||||
patches.kernel.org/5.3.11-033-dump_stack-avoid-the-livelock-of-the-dump_lock.patch
|
||||
patches.kernel.org/5.3.11-034-mm-slab-make-page_cgroup_ino-to-recognize-non-.patch
|
||||
patches.kernel.org/5.3.11-035-btrfs-Consider-system-chunk-array-size-for-new.patch
|
||||
patches.kernel.org/5.3.11-036-btrfs-tree-checker-Fix-wrong-check-on-max-devi.patch
|
||||
patches.kernel.org/5.3.11-037-btrfs-save-i_size-to-avoid-double-evaluation-o.patch
|
||||
patches.kernel.org/5.3.11-038-tools-gpio-Use-building_out_of_srctree-to-dete.patch
|
||||
patches.kernel.org/5.3.11-039-pinctrl-intel-Avoid-potential-glitches-if-pin-.patch
|
||||
patches.kernel.org/5.3.11-040-perf-tools-Fix-time-sorting.patch
|
||||
patches.kernel.org/5.3.11-041-perf-map-Use-zalloc-for-map_groups.patch
|
||||
patches.kernel.org/5.3.11-042-drm-radeon-fix-si_enable_smc_cac-failed-issue.patch
|
||||
patches.kernel.org/5.3.11-043-HID-wacom-generic-Treat-serial-number-and-rela.patch
|
||||
patches.kernel.org/5.3.11-044-mm-khugepaged-fix-might_sleep-warn-with-CONFIG.patch
|
||||
patches.kernel.org/5.3.11-045-soundwire-depend-on-ACPI.patch
|
||||
patches.kernel.org/5.3.11-046-soundwire-depend-on-ACPI-OF.patch
|
||||
patches.kernel.org/5.3.11-047-soundwire-bus-set-initial-value-to-port_status.patch
|
||||
patches.kernel.org/5.3.11-048-blkcg-make-blkcg_print_stat-print-stats-only-f.patch
|
||||
patches.kernel.org/5.3.11-049-arm64-Do-not-mask-out-PTE_RDONLY-in-pte_same.patch
|
||||
patches.kernel.org/5.3.11-050-ASoC-rsnd-dma-fix-SSI9-4-5-6-7-busif-dma-addre.patch
|
||||
patches.kernel.org/5.3.11-051-ceph-fix-use-after-free-in-__ceph_remove_cap.patch
|
||||
patches.kernel.org/5.3.11-052-ceph-fix-RCU-case-handling-in-ceph_d_revalidat.patch
|
||||
patches.kernel.org/5.3.11-053-ceph-add-missing-check-in-d_revalidate-snapdir.patch
|
||||
patches.kernel.org/5.3.11-054-ceph-don-t-try-to-handle-hashed-dentries-in-no.patch
|
||||
patches.kernel.org/5.3.11-055-ceph-don-t-allow-copy_file_range-when-stripe_c.patch
|
||||
patches.kernel.org/5.3.11-056-iio-adc-stm32-adc-fix-stopping-dma.patch
|
||||
patches.kernel.org/5.3.11-057-iio-imu-adis16480-make-sure-provided-frequency.patch
|
||||
patches.kernel.org/5.3.11-058-iio-imu-inv_mpu6050-fix-no-data-on-MPU6050.patch
|
||||
patches.kernel.org/5.3.11-059-iio-srf04-fix-wrong-limitation-in-distance-mea.patch
|
||||
patches.kernel.org/5.3.11-060-ARM-sunxi-Fix-CPU-powerdown-on-A83T.patch
|
||||
patches.kernel.org/5.3.11-061-ARM-dts-imx6-logicpd-Re-enable-SNVS-power-key.patch
|
||||
patches.kernel.org/5.3.11-062-cpufreq-intel_pstate-Fix-invalid-EPB-setting.patch
|
||||
patches.kernel.org/5.3.11-063-clone3-validate-stack-arguments.patch
|
||||
patches.kernel.org/5.3.11-064-netfilter-nf_tables-Align-nft_expr-private-dat.patch
|
||||
patches.kernel.org/5.3.11-065-netfilter-ipset-Fix-an-error-code-in-ip_set_so.patch
|
||||
patches.kernel.org/5.3.11-066-intel_th-gth-Fix-the-window-switching-sequence.patch
|
||||
patches.kernel.org/5.3.11-067-intel_th-pci-Add-Comet-Lake-PCH-support.patch
|
||||
patches.kernel.org/5.3.11-068-intel_th-pci-Add-Jasper-Lake-PCH-support.patch
|
||||
patches.kernel.org/5.3.11-069-x86-dumpstack-64-Don-t-evaluate-exception-stac.patch
|
||||
patches.kernel.org/5.3.11-070-x86-apic-32-Avoid-bogus-LDR-warnings.patch
|
||||
patches.kernel.org/5.3.11-071-SMB3-Fix-persistent-handles-reconnect.patch
|
||||
patches.kernel.org/5.3.11-072-can-usb_8dev-fix-use-after-free-on-disconnect.patch
|
||||
patches.kernel.org/5.3.11-073-can-flexcan-disable-completely-the-ECC-mechani.patch
|
||||
patches.kernel.org/5.3.11-074-can-c_can-c_can_poll-only-read-status-register.patch
|
||||
patches.kernel.org/5.3.11-075-can-peak_usb-fix-a-potential-out-of-sync-while.patch
|
||||
patches.kernel.org/5.3.11-076-can-rx-offload-can_rx_offload_queue_sorted-fix.patch
|
||||
patches.kernel.org/5.3.11-077-can-gs_usb-gs_can_open-prevent-memory-leak.patch
|
||||
patches.kernel.org/5.3.11-078-can-dev-add-missing-of_node_put-after-calling-.patch
|
||||
patches.kernel.org/5.3.11-079-can-mcba_usb-fix-use-after-free-on-disconnect.patch
|
||||
patches.kernel.org/5.3.11-080-can-peak_usb-fix-slab-info-leak.patch
|
||||
patches.kernel.org/5.3.11-081-configfs-fix-a-deadlock-in-configfs_symlink.patch
|
||||
patches.kernel.org/5.3.11-082-ALSA-usb-audio-More-validations-of-descriptor-.patch
|
||||
patches.kernel.org/5.3.11-083-ALSA-usb-audio-Simplify-parse_audio_unit.patch
|
||||
patches.kernel.org/5.3.11-084-ALSA-usb-audio-Unify-the-release-of-usb_mixer_.patch
|
||||
patches.kernel.org/5.3.11-085-ALSA-usb-audio-Remove-superfluous-bLength-chec.patch
|
||||
patches.kernel.org/5.3.11-086-ALSA-usb-audio-Clean-up-check_input_term.patch
|
||||
patches.kernel.org/5.3.11-087-ALSA-usb-audio-Fix-possible-NULL-dereference-a.patch
|
||||
patches.kernel.org/5.3.11-088-ALSA-usb-audio-remove-some-dead-code.patch
|
||||
patches.kernel.org/5.3.11-089-ALSA-usb-audio-Fix-copy-paste-error-in-the-val.patch
|
||||
patches.kernel.org/5.3.11-090-usbip-Implement-SG-support-to-vhci-hcd-and-stu.patch
|
||||
patches.kernel.org/5.3.11-091-HID-google-add-magnemite-masterball-USB-ids.patch
|
||||
patches.kernel.org/5.3.11-092-dmaengine-sprd-Fix-the-link-list-pointer-regis.patch
|
||||
patches.kernel.org/5.3.11-093-bpf-lwtunnel-Fix-reroute-supplying-invalid-dst.patch
|
||||
patches.kernel.org/5.3.11-094-dmaengine-xilinx_dma-Fix-64-bit-simple-AXIDMA-.patch
|
||||
patches.kernel.org/5.3.11-095-dmaengine-xilinx_dma-Fix-control-reg-update-in.patch
|
||||
patches.kernel.org/5.3.11-096-dmaengine-sprd-Fix-the-possible-memory-leak-is.patch
|
||||
patches.kernel.org/5.3.11-097-HID-intel-ish-hid-fix-wrong-error-handling-in-.patch
|
||||
patches.kernel.org/5.3.11-098-powerpc-32s-fix-allow-prevent_user_access-when.patch
|
||||
patches.kernel.org/5.3.11-099-RDMA-mlx5-Clear-old-rate-limit-when-closing-QP.patch
|
||||
patches.kernel.org/5.3.11-100-iw_cxgb4-fix-ECN-check-on-the-passive-accept.patch
|
||||
patches.kernel.org/5.3.11-101-RDMA-siw-free-siw_base_qp-in-kref-release-rout.patch
|
||||
patches.kernel.org/5.3.11-102-RDMA-qedr-Fix-reported-firmware-version.patch
|
||||
patches.kernel.org/5.3.11-103-IB-core-Use-rdma_read_gid_l2_fields-to-compare.patch
|
||||
patches.kernel.org/5.3.11-104-net-mlx5e-Tx-Fix-assumption-of-single-WQEBB-of.patch
|
||||
patches.kernel.org/5.3.11-105-net-mlx5e-kTLS-Release-reference-on-DUMPed-fra.patch
|
||||
patches.kernel.org/5.3.11-106-net-mlx5e-TX-Fix-consumer-index-of-error-cqe-d.patch
|
||||
patches.kernel.org/5.3.11-107-net-mlx5-prevent-memory-leak-in-mlx5_fpga_conn.patch
|
||||
patches.kernel.org/5.3.11-108-net-mlx5-fix-memory-leak-in-mlx5_fw_fatal_repo.patch
|
||||
patches.kernel.org/5.3.11-109-selftests-bpf-More-compatible-nc-options-in-te.patch
|
||||
patches.kernel.org/5.3.11-110-scsi-qla2xxx-fixup-incorrect-usage-of-host_byt.patch
|
||||
patches.kernel.org/5.3.11-111-scsi-lpfc-Check-queue-pointer-before-use.patch
|
||||
patches.kernel.org/5.3.11-112-scsi-ufs-bsg-Wake-the-device-before-sending-ra.patch
|
||||
patches.kernel.org/5.3.11-113-ARC-plat-hsdk-Enable-on-board-SPI-NOR-flash-IC.patch
|
||||
patches.kernel.org/5.3.11-114-RDMA-uverbs-Prevent-potential-underflow.patch
|
||||
patches.kernel.org/5.3.11-115-bpf-Fix-use-after-free-in-subprog-s-jited-symb.patch
|
||||
patches.kernel.org/5.3.11-116-net-stmmac-Fix-the-problem-of-tso_xmit.patch
|
||||
patches.kernel.org/5.3.11-117-net-openvswitch-free-vport-unless-register_net.patch
|
||||
patches.kernel.org/5.3.11-118-scsi-lpfc-Honor-module-parameter-lpfc_use_adis.patch
|
||||
patches.kernel.org/5.3.11-119-scsi-qla2xxx-Initialized-mailbox-to-prevent-dr.patch
|
||||
patches.kernel.org/5.3.11-120-bpf-Fix-use-after-free-in-bpf_get_prog_name.patch
|
||||
patches.kernel.org/5.3.11-121-iwlwifi-pcie-fix-PCI-ID-0x2720-configs-that-sh.patch
|
||||
patches.kernel.org/5.3.11-122-iwlwifi-pcie-fix-all-9460-entries-for-qnj.patch
|
||||
patches.kernel.org/5.3.11-123-iwlwifi-pcie-0x2720-is-qu-and-0x30DC-is-not.patch
|
||||
patches.kernel.org/5.3.11-124-netfilter-nf_flow_table-set-timeout-before-ins.patch
|
||||
patches.kernel.org/5.3.11-125-drm-v3d-Fix-memory-leak-in-v3d_submit_cl_ioctl.patch
|
||||
patches.kernel.org/5.3.11-126-xsk-Fix-registration-of-Rx-only-sockets.patch
|
||||
patches.kernel.org/5.3.11-127-net-phy-smsc-LAN8740-add-PHY_RST_AFTER_CLK_EN-.patch
|
||||
patches.kernel.org/5.3.11-128-ipvs-don-t-ignore-errors-in-case-refcounting-i.patch
|
||||
patches.kernel.org/5.3.11-129-ipvs-move-old_secure_tcp-into-struct-netns_ipv.patch
|
||||
patches.kernel.org/5.3.11-130-netfilter-nft_payload-fix-missing-check-for-ma.patch
|
||||
patches.kernel.org/5.3.11-131-RDMA-nldev-Skip-counter-if-port-doesn-t-match.patch
|
||||
patches.kernel.org/5.3.11-132-bonding-fix-unexpected-IFF_BONDING-bit-unset.patch
|
||||
patches.kernel.org/5.3.11-133-bonding-use-dynamic-lockdep-key-instead-of-sub.patch
|
||||
patches.kernel.org/5.3.11-134-macsec-fix-refcnt-leak-in-module-exit-routine.patch
|
||||
patches.kernel.org/5.3.11-135-virt_wifi-fix-refcnt-leak-in-module-exit-routi.patch
|
||||
patches.kernel.org/5.3.11-136-scsi-sd-define-variable-dif-as-unsigned-int-in.patch
|
||||
patches.kernel.org/5.3.11-137-usb-dwc3-select-CONFIG_REGMAP_MMIO.patch
|
||||
patches.kernel.org/5.3.11-138-usb-fsl-Check-memory-resource-before-releasing.patch
|
||||
patches.kernel.org/5.3.11-139-usb-gadget-udc-atmel-Fix-interrupt-storm-in-FI.patch
|
||||
patches.kernel.org/5.3.11-140-usb-gadget-composite-Fix-possible-double-free-.patch
|
||||
patches.kernel.org/5.3.11-141-usb-dwc3-pci-prevent-memory-leak-in-dwc3_pci_p.patch
|
||||
patches.kernel.org/5.3.11-142-usb-gadget-configfs-fix-concurrent-issue-betwe.patch
|
||||
patches.kernel.org/5.3.11-143-usb-dwc3-remove-the-call-trace-of-USBx_GFLADJ.patch
|
||||
patches.kernel.org/5.3.11-144-perf-x86-amd-ibs-Fix-reading-of-the-IBS-OpData.patch
|
||||
patches.kernel.org/5.3.11-145-perf-x86-amd-ibs-Handle-erratum-420-only-on-th.patch
|
||||
patches.kernel.org/5.3.11-146-perf-x86-uncore-Fix-event-group-support.patch
|
||||
patches.kernel.org/5.3.11-147-USB-Skip-endpoints-with-0-maxpacket-length.patch
|
||||
patches.kernel.org/5.3.11-148-USB-ldusb-use-unsigned-size-format-specifiers.patch
|
||||
patches.kernel.org/5.3.11-149-usbip-tools-Fix-read_usb_vudc_device-error-pat.patch
|
||||
patches.kernel.org/5.3.11-150-RDMA-iw_cxgb4-Avoid-freeing-skb-twice-in-arp-f.patch
|
||||
patches.kernel.org/5.3.11-151-RDMA-hns-Prevent-memory-leaks-of-eq-buf_list.patch
|
||||
patches.kernel.org/5.3.11-152-hwmon-ina3221-Fix-read-timeout-issue.patch
|
||||
patches.kernel.org/5.3.11-153-scsi-qla2xxx-stop-timer-in-shutdown-path.patch
|
||||
patches.kernel.org/5.3.11-154-sched-topology-Don-t-try-to-build-empty-sched-.patch
|
||||
patches.kernel.org/5.3.11-155-sched-topology-Allow-sched_asym_cpucapacity-to.patch
|
||||
patches.kernel.org/5.3.11-156-nvme-multipath-fix-possible-io-hang-after-ctrl.patch
|
||||
patches.kernel.org/5.3.11-157-fjes-Handle-workqueue-allocation-failure.patch
|
||||
patches.kernel.org/5.3.11-158-net-hisilicon-Fix-Trying-to-free-already-free-.patch
|
||||
patches.kernel.org/5.3.11-159-wimax-i2400-Fix-memory-leak-in-i2400m_op_rfkil.patch
|
||||
patches.kernel.org/5.3.11-160-net-mscc-ocelot-fix-vlan_filtering-when-enslav.patch
|
||||
patches.kernel.org/5.3.11-161-net-mscc-ocelot-refuse-to-overwrite-the-port-s.patch
|
||||
patches.kernel.org/5.3.11-162-iommu-amd-Apply-the-same-IVRS-IOAPIC-workaroun.patch
|
||||
patches.kernel.org/5.3.11-163-mt76-dma-fix-buffer-unmap-with-non-linear-skbs.patch
|
||||
patches.kernel.org/5.3.11-164-drm-amdgpu-sdma5-do-not-execute-0-sized-IBs-v2.patch
|
||||
patches.kernel.org/5.3.11-165-drm-sched-Set-error-to-s_fence-if-HW-job-submi.patch
|
||||
patches.kernel.org/5.3.11-166-drm-amdgpu-If-amdgpu_ib_schedule-fails-return-.patch
|
||||
patches.kernel.org/5.3.11-167-drm-amd-display-do-not-synchronize-drr-display.patch
|
||||
patches.kernel.org/5.3.11-168-drm-amd-display-add-50us-buffer-as-WA-for-psta.patch
|
||||
patches.kernel.org/5.3.11-169-drm-amd-display-Passive-DP-HDMI-dongle-detecti.patch
|
||||
patches.kernel.org/5.3.11-170-dc.c-use-kzalloc-without-test.patch
|
||||
patches.kernel.org/5.3.11-171-SUNRPC-The-TCP-back-channel-mustn-t-disappear-.patch
|
||||
patches.kernel.org/5.3.11-172-SUNRPC-The-RDMA-back-channel-mustn-t-disappear.patch
|
||||
patches.kernel.org/5.3.11-173-SUNRPC-Destroy-the-back-channel-when-we-destro.patch
|
||||
patches.kernel.org/5.3.11-174-hv_netvsc-Fix-error-handling-in-netvsc_attach.patch
|
||||
patches.kernel.org/5.3.11-175-efi-tpm-Return-EINVAL-when-determining-tpm-fin.patch
|
||||
patches.kernel.org/5.3.11-176-efi-libstub-arm-Account-for-firmware-reserved-.patch
|
||||
patches.kernel.org/5.3.11-177-x86-efi-Never-relocate-kernel-below-lowest-acc.patch
|
||||
patches.kernel.org/5.3.11-178-arm64-cpufeature-Enable-Qualcomm-Falkor-errata.patch
|
||||
patches.kernel.org/5.3.11-179-usb-dwc3-gadget-fix-race-when-disabling-ep-wit.patch
|
||||
patches.kernel.org/5.3.11-180-arm64-apply-ARM64_ERRATUM_845719-workaround-fo.patch
|
||||
patches.kernel.org/5.3.11-181-arm64-Brahma-B53-is-SSB-and-spectre-v2-safe.patch
|
||||
patches.kernel.org/5.3.11-182-arm64-apply-ARM64_ERRATUM_843419-workaround-fo.patch
|
||||
patches.kernel.org/5.3.11-183-NFSv4-Don-t-allow-a-cached-open-with-a-revoked.patch
|
||||
patches.kernel.org/5.3.11-184-net-ethernet-arc-add-the-missed-clk_disable_un.patch
|
||||
patches.kernel.org/5.3.11-185-igb-Fix-constant-media-auto-sense-switching-wh.patch
|
||||
patches.kernel.org/5.3.11-186-e1000-fix-memory-leaks.patch
|
||||
patches.kernel.org/5.3.11-187-gve-Fixes-DMA-synchronization.patch
|
||||
patches.kernel.org/5.3.11-188-ocfs2-protect-extent-tree-in-ocfs2_prepare_ino.patch
|
||||
patches.kernel.org/5.3.11-189-pinctrl-cherryview-Fix-irq_valid_mask-calculat.patch
|
||||
patches.kernel.org/5.3.11-190-clk-imx8m-Use-SYS_PLL1_800M-as-intermediate-pa.patch
|
||||
patches.kernel.org/5.3.11-191-timekeeping-vsyscall-Update-VDSO-data-uncondit.patch
|
||||
patches.kernel.org/5.3.11-192-mm-filemap.c-don-t-initiate-writeback-if-mappi.patch
|
||||
patches.kernel.org/5.3.11-193-cgroup-writeback-don-t-switch-wbs-immediately-.patch
|
||||
patches.kernel.org/5.3.11-194-ARM-dts-stm32-change-joystick-pinctrl-definiti.patch
|
||||
patches.kernel.org/5.3.11-195-ASoC-SOF-Intel-hda-stream-fix-the-CONFIG_-pref.patch
|
||||
patches.kernel.org/5.3.11-196-usbip-Fix-free-of-unallocated-memory-in-vhci-t.patch
|
||||
patches.kernel.org/5.3.11-197-bonding-fix-using-uninitialized-mode_lock.patch
|
||||
patches.kernel.org/5.3.11-198-netfilter-ipset-Copy-the-right-MAC-address-in-.patch
|
||||
patches.kernel.org/5.3.11-199-arm64-errata-Update-stale-comment.patch
|
||||
patches.kernel.org/5.3.11-200-net-ibmvnic-unlock-rtnl_lock-in-reset-so-linkw.patch
|
||||
patches.kernel.org/5.3.11-201-drm-i915-Rename-gen7-cmdparser-tables.patch
|
||||
patches.kernel.org/5.3.11-202-drm-i915-Disable-Secure-Batches-for-gen6.patch
|
||||
patches.kernel.org/5.3.11-203-drm-i915-Remove-Master-tables-from-cmdparser.patch
|
||||
patches.kernel.org/5.3.11-204-drm-i915-Add-support-for-mandatory-cmdparsing.patch
|
||||
patches.kernel.org/5.3.11-205-drm-i915-Support-ro-ppgtt-mapped-cmdparser-sha.patch
|
||||
patches.kernel.org/5.3.11-206-drm-i915-Allow-parsing-of-unsized-batches.patch
|
||||
patches.kernel.org/5.3.11-207-drm-i915-Add-gen9-BCS-cmdparsing.patch
|
||||
patches.kernel.org/5.3.11-208-drm-i915-cmdparser-Use-explicit-goto-for-error.patch
|
||||
patches.kernel.org/5.3.11-209-drm-i915-cmdparser-Add-support-for-backward-ju.patch
|
||||
patches.kernel.org/5.3.11-210-drm-i915-cmdparser-Ignore-Length-operands-duri.patch
|
||||
patches.kernel.org/5.3.11-211-drm-i915-Lower-RM-timeout-to-avoid-DSI-hard-ha.patch
|
||||
patches.kernel.org/5.3.11-212-drm-i915-gen8-Add-RC6-CTX-corruption-WA.patch
|
||||
patches.kernel.org/5.3.11-213-drm-i915-cmdparser-Fix-jump-whitelist-clearing.patch
|
||||
patches.kernel.org/5.3.11-214-x86-msr-Add-the-IA32_TSX_CTRL-MSR.patch
|
||||
patches.kernel.org/5.3.11-215-x86-cpu-Add-a-helper-function-x86_read_arch_ca.patch
|
||||
patches.kernel.org/5.3.11-216-x86-cpu-Add-a-tsx-cmdline-option-with-TSX-disa.patch
|
||||
patches.kernel.org/5.3.11-217-x86-speculation-taa-Add-mitigation-for-TSX-Asy.patch
|
||||
patches.kernel.org/5.3.11-218-x86-speculation-taa-Add-sysfs-reporting-for-TS.patch
|
||||
patches.kernel.org/5.3.11-219-kvm-x86-Export-MDS_NO-0-to-guests-when-TSX-is-.patch
|
||||
patches.kernel.org/5.3.11-220-x86-tsx-Add-auto-option-to-the-tsx-cmdline-par.patch
|
||||
patches.kernel.org/5.3.11-221-x86-speculation-taa-Add-documentation-for-TSX-.patch
|
||||
patches.kernel.org/5.3.11-222-x86-tsx-Add-config-options-to-set-tsx-on-off-a.patch
|
||||
patches.kernel.org/5.3.11-223-x86-speculation-taa-Fix-printing-of-TAA_MSG_SM.patch
|
||||
patches.kernel.org/5.3.11-224-x86-bugs-Add-ITLB_MULTIHIT-bug-infrastructure.patch
|
||||
patches.kernel.org/5.3.11-225-x86-cpu-Add-Tremont-to-the-cpu-vulnerability-w.patch
|
||||
patches.kernel.org/5.3.11-226-cpu-speculation-Uninline-and-export-CPU-mitiga.patch
|
||||
patches.kernel.org/5.3.11-227-Documentation-Add-ITLB_MULTIHIT-documentation.patch
|
||||
patches.kernel.org/5.3.11-228-kvm-x86-powerpc-do-not-allow-clearing-largepag.patch
|
||||
patches.kernel.org/5.3.11-229-kvm-mmu-ITLB_MULTIHIT-mitigation.patch
|
||||
patches.kernel.org/5.3.11-230-kvm-Add-helper-function-for-creating-VM-worker.patch
|
||||
patches.kernel.org/5.3.11-231-kvm-x86-mmu-Recovery-of-shattered-NX-large-pag.patch
|
||||
patches.kernel.org/5.3.11-232-Linux-5.3.11.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -1536,7 +1768,6 @@
|
||||
########################################################
|
||||
# Networking drivers (wired)
|
||||
########################################################
|
||||
patches.suse/fjes-Handle-workqueue-allocation-failure.patch
|
||||
patches.suse/misdn-add-support-for-group-membership-check
|
||||
|
||||
########################################################
|
||||
@ -1559,9 +1790,7 @@
|
||||
########################################################
|
||||
# Other drivers
|
||||
########################################################
|
||||
patches.suse/ALSA-hda-ca0132-Fix-possible-workqueue-stall.patch
|
||||
patches.suse/ASoC-SOF-Fix-memory-leak-in-sof_dfsentry_write.patch
|
||||
patches.suse/usb-dwc3-pci-prevent-memory-leak-in-dwc3_pci_probe.patch
|
||||
|
||||
########################################################
|
||||
# Debugging
|
||||
|
@ -1,3 +1,3 @@
|
||||
2019-11-11 11:47:34 +0000
|
||||
GIT Revision: 8a126f17861f0ce5c641352ee6ec534a83c4d1c6
|
||||
2019-11-12 18:57:39 +0000
|
||||
GIT Revision: 0a195a872b500a84c204b5a097349911bc7433b7
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user