summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel
AgeCommit message (Collapse)AuthorFiles
2018-09-21linux-firmware: Bump revision to 44d4fcaOtavio Salvador1
44d4fca Merge https://github.com/pmachata/linux-firmware 253a573 brcm: update firmware for bcm43362 sdio 3cee728 Mellanox: Add new mlxsw_spectrum firmware 13.1703.4 ccab6c7 rtl_bt: Add firmware and configuration files for the Bluetooth part of RTL8822CU 75d2b12 Mellanox: Add new mlxsw_spectrum firmware 13.1703.4 85c5d90 nvidia: switch GP10[2467] to newer scrubber/ACR firmware (from GP108) License-Update: new firmware files additions Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com>
2018-09-13kexec-tools: Depend on sysinit.target rather than basic.targetAndrew Bresticker1
kdump.service only needs filesystems to be up, for which sysinit.target is sufficeint. basic.target pulls in networking and other services which are unnecessary for kdump. This is also useful for when kdump.service is used as the boot target (e.g. for the kdump kernel) and only a minimal system needs to be brought up. Signed-off-by: Andrew Bresticker <abrestic@waymo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-13kexec-tools: Install systemd serviceAndrew Bresticker1
Set SYSTEMD_PACKAGES and SYSTEMD_SERVICE so that kdump.service actually gets installed. Signed-off-by: Andrew Bresticker <abrestic@waymo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-13perf: do not pull in any perl dependencies unless scripting is requestedDima Zavin2
Signed-off-by: Dima Zavin <dmitriyz@waymo.com> Signed-off-by: Andrew Bresticker <abrestic@waymo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-13linux-libc-headers: Don't do useless configurationAlexey Brodkin1
There's no point in configuring Linux kernel before headers installation. Moreover in come cases it might lead to problems on kernels starting from 4.17 with architecture or platfrom sets CROSS_COMPILE variable automatically, see [1]. Also note Buildroot doesn't do that kind of configuration as well, see [2]. And while at it convert empty do_compile to noexec as well. [1] https://lkml.org/lkml/2018/9/12/486 [2] https://git.buildroot.org/buildroot/tree/package/linux-headers/linux-headers.mk#n106 Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-13linux-libc-headers: Include linux/stddef.h in linux/swab.hKhem Raj2
This helps compiling bpf tests using non-glibc C libraries e.g. musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-11sysprof: Fix build with clangKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
2018-09-07linux-yocto/4.14/4.18: address kernel configuration warningsBruce Ashfield6
Making the following commits available to address kernel configuration warnings: 734172039130 preempt-rt: remove entry for aufs 7a6753341309 common_pc: remove config audit warnings dea9c6aa7ddd common-pc/tiny: mask configuration warnings Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-07kern-tools: improve kernel config audit outputBruce Ashfield1
Recent kernels broke the ability of kconfiglib to parse the Kconfig files and offer reasons why a symbol may not be set. To address this issue, we update to Kconfiglib2 and adjust the symbol_why script to work with the new API. We also tweak the kconf_check script to allow the specification of a list of option as "non-hardware". This allows a BSP to inhibit warnings on options that it knows are mismatched for a valid reason (i.e. -tiny kernels using common fragments with known missing dependencies). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-07sysprof: fix build with muslRoss Burton2
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-07sysprof: update to 3.30.0Alexander Kanavin2
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-06kexec-tools: fix for "Unhandled rela relocation: R_X86_64_PLT32" errorMingli Yu2
In response to a change in binutils, commit b21ebf2fb4c (x86: Treat R_X86_64_PLT32 as R_X86_64_PC32) was applied to the linux kernel during the 4.16 development cycle and has since been backported to earlier stable kernel series. The change results in the failure message as below when rebooting via kexec. # kexec -l /boot/bzImage --append="console=ttyS0,115200 root=/dev/sda1" Unhandled rela relocation: R_X86_64_PLT32 Fix this by replicating the change in kexec. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-06dtc: update to 1.4.7Alexander Kanavin2
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-06babetrace: update to 1.5.6Alexander Kanavin1
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-05lttng-tools: add systemd supportKai Kang2
Add systemd service file of lttng-tools from Fedora ftp://fr2.rpmfind.net/linux/fedora/linux/development/rawhide /Everything/source/tree/Packages/l/lttng-tools-2.10.5-1.fc29.src.rpm It requires kernel configs CONFIG_STAGING and CONFIG_LTTNG2 to be set. But linux-yocto doesn't meet the requirement. So disable the service by default. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-04linux-firmware: Update to feb25f3e revisionOtavio Salvador1
It includes following changes: fea76a0 amdgpu: sync up polaris10 firmware with 18.30 release ffca603 amdgpu: sync up vega10 firmware with 18.30 release 2ed60eb amdgpu: sync up raven firmware with 18.30 release 02cc45f amdgpu: sync up polaris12 firmware with 18.30 release b860e58 amdgpu: sync up tonga firmware with 18.30 release 15ed096 amdgpu: sync up polaris11 firmware with 18.30 release 005a9fe amdgpu: sync up fiji firmware with 18.30 release 1d17c18 linux-firmware: add firmware for mhdp8546 c2e0d14 qed: Add firmware 8.37.7.0 f1b95fe linux-firmware:Update firmware patch for Intel Bluetooth 7265 (D1) 8813230 linux-firmware: Update firmware file for Intel Bluetooth,9560 c2d8f1b linux-firmware: Update firmware file for Intel Bluetooth,9260 9767096 linux-firmware: Update firmware file for Intel Bluetooth,8265 41bdd3b linux-firmware: Update firmware patch for Intel Bluetooth 8260 fdd3468 linux-firmware: add firmware for mt76x0 eee8208 Merge commit 'c4883661c7eeedd061eb3b483135b47dab39a88d' of https://github.com/Netronome/linux-firmware 6ae7a5b qcom: update venus firmware files for v5.2 c488366 nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.9.A.31 7b5835f linux-firmware: add firmware for mt76x2u 3a5103f wl18xx: update firmware file 8.9.0.0.79 b01151b Mellanox: Add new mlxsw_spectrum firmware 13.1702.6 0ff06f2 WHENCE: Remove reference to amdgpu/vegam_me_2.bin 3fcf221 linux-firmware: mediatek: add MT7622 Bluetooth firmwares and license file c8d6903 brcm: add 43430 based AP6212 and 1DX NVRAM fad829d Merge git://git.marvell.com/mwifiex-firmware 0ced724 linux-firmware: update Marvell USB8801 B0 firmware image 8d69bab amdgpu: update copyright date 153a51e amdgpu: add initial VegaM firmware 10e2971 amdgpu: sync up vega10 firmware with 18.20 release 4b05dee amdgpu: sync up raven firmware with 18.20 release aeec108 amdgpu: sync up polaris12 firmware with 18.20 release 5408150 amdgpu: sync up polaris11 firmware with 18.20 release 34116bf amdgpu: sync up polaris10 firmware with 18.20 release a8a2884 amdgpu: sync up verde firmware with 18.20 release bea8c7f amdgpu: sync up pitcairn firmware with 18.20 release d47f956 amdgpu: sync up tahiti firmware with 18.20 release 1f92e00 amdgpu: sync up oland firmware with 18.20 release effed45 amdgpu: sync up hainan firmware with 18.20 release d50a667 amdgpu: sync up kaveri firmware with 18.20 release 5b8eca3 amdgpu: sync up mullins firmware with 18.20 release b4b5726 amdgpu: sync up kabini firmware with 18.20 release fc80838 amdgpu: sync up hawaii firmware with 18.20 release 5350953 amdgpu: sync up bonaire firmware with 18.20 release 8c96b0d WHENCE: Fix typo Version 6213586 cxgb4: update firmware to revision 1.20.8.0 License-Update: - LICENSE.amdgpu has a copyright year bump - LICENCE.cadence is new - LICENCE.mediatek is new - WHENCE list the version bumps as well as the new Cadence and MediaTek license files and its respective firmware files. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-04cryptodev-tests: port to openssl 1.1Alexander Kanavin2
This leaves openssh as the only recipe that requires openssl 1.0 (or libressl). Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-04kernel-yocto/cfg: configuration warning fixesBruce Ashfield6
Now that the kernel configuration audit output is visible, we cleanup and drop obselete configs: bae5cc4e973f bsp/romley: drop obsolete config 2e39f82df02a x86: update microcode configs 6894481e965e wifi: CONFIG_VENDOR_ATH must be build in 3a9f687cdf42 pm: drop obselete CONFIG_USB_SUSPEND bb869e576f6b pm: change CONFIG_PM_RUNTIME to CONFIG_PM 49547fd6b4a3 i915: remove obselete CONFIG_DRM_I915_KMS 4b49aa8e8d09 i915: rename preliminary_hw_support to alpha_support d6186c621856 sound: fix CONFIG_SND_SST_MFLD_PLATFORM d57f4ebf6b54 netfilter: drop CONFIG_NF_CONNTRACK_PROC_COMPAT c8e3cf86df8b netfilter: remove obselete ULOG configs 13da6cb561c0 fs: drop old ext3 options 8e25da60cfd3 cgroups: remove obselete options aa6a61d826e0 wifi: ATH_CARDS -> WLAN_VENDOR_ATH 4e32f99a1591 intel: remove CONFIG_CPU_FREQ_TABLE 131df62ce93a common-pc: remove obselete subsystem 0040deb2fad7 bsp: don't include crypto.scc 3f94205d082c features/crypto: drop feature e2951464ef97 features/thermal: use the correct config name 5a09f42be52e features: drop obsolete configs Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-04linux-yocto/4.14: update to v4.14.67Bruce Ashfield3
Integrating the korg -stable updates that comprise the following commits: f4c88459f7c9 Linux 4.14.67 ef3cf941e0df reiserfs: fix broken xattr handling (heap corruption, bad retval) 82c6d4994ba8 i2c: imx: Fix race condition in dma read 415a02d8b65a i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes b5b7417ed9d6 PCI: pciehp: Fix unprotected list iteration in IRQ handler 2f27dfad05ef PCI: pciehp: Fix use-after-free on unplug 8af37982c3b2 PCI: Skip MPS logic for Virtual Functions (VFs) cf9c2bc5eea0 PCI: hotplug: Don't leak pci_slot on registration failure 6541d98d114e parisc: Remove unnecessary barriers from spinlock.h 3f59cf41fbfb net/smc: no shutdown in state SMC_LISTEN 9e9f27e0d7ac packet: refine ring v3 block size test to hold one frame c764f22b2fc3 netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state caf3d4bd62cc xfrm_user: prevent leaking 2 bytes of kernel memory fdb441da3858 parisc: Remove ordered stores from syscall.S deebf1d61e70 f2fs: sanity check for total valid node blocks 2ab95e71c8a5 f2fs: return error during fill_super 270d5d771917 KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer 7a12f4ed07a5 nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMD 0ee106583f9c ARM: dts: imx6: RDU2: fix irq type for mv88e6xxx switch 119970f4775b ACPI / EC: Use ec_no_wakeup on more Thinkpad X1 Carbon 6th systems 715f5f92aabf soc: imx: gpc: restrict register range for regmap access 90e7d66508e3 tcp: identify cryptic messages as TCP seq # bugs e86aaeb8a630 net: qca_spi: Fix log level if probe fails 7f117d7000ee net: qca_spi: Make sure the QCA7000 reset is triggered f600a10d05da net: qca_spi: Avoid packet drop during initial sync 96dfb7652e17 PCI: versatile: Fix I/O space page leak 0e66392d985c PCI: OF: Fix I/O space page leak 114a5608cde4 kvmclock: fix TSC calibration for nested guests 1b1968d8f6ae net: usb: rtl8150: demote allmulti message to dev_dbg() 70cc6b67508c octeon_mgmt: Fix MIX registers configuration on MTU setup fc9caa36d80e btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block() 2daadcdc5827 ibmvnic: Fix error recovery on login failure a6c35a5c8750 net/ethernet/freescale/fman: fix cross-build error 7b4ab0e6510b hv/netvsc: fix handling of fallback to single queue mode dcedabcab045 drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply() b6fadd93ad96 pinctrl: nsp: Fix potential NULL dereference 54046f1793c7 pinctrl: nsp: off by ones in nsp_pinmux_enable() 87011fb97fe5 pinctrl: ingenic: Fix inverted direction for < JZ4770 2d2eacd650c6 tcp: remove DELAYED ACK events in DCTCP bf106eaa181c qlogic: check kstrtoul() for errors 75425326b88c packet: reset network header if packet shorter than ll reserved space edf81993dc29 kbuild: suppress warnings from 'getconf LFS_*' abf9fb6e1537 tools: build: Use HOSTLDFLAGS with fixdep bd43d233acaa ixgbe: Be more careful when modifying MAC filters 95b08af40269 ARM: dts: am3517.dtsi: Disable reference to OMAP3 OTG controller e77c08b7c6f0 ARM: DRA7/OMAP5: Enable ACTLR[0] (Enable invalidates of BTB) for secondary cores b900c624d467 ARM: 8780/1: ftrace: Only set kernel memory back to read-only after boot 26c7588c28ca RDMA/mlx5: Fix memory leak in mlx5_ib_create_srq() error path a6629efeef9d nfit: fix unchecked dereference in acpi_nfit_ctl 953c9cddc999 perf script python: Fix dict reference counting d1d2e7d014d2 perf tools: Fix compilation errors on gcc8 42a061a16675 perf llvm-utils: Remove bashism from kernel include fetch script e238b259b774 scsi: qedi: Send driver state to MFW a38adc3e104b scsi: qedf: Send the driver state to MFW fdf578210a0e bnxt_en: Fix for system hang if request_irq fails cab718feb18f bnxt_en: Always set output parameters in bnxt_get_max_rings(). 822bbc4c7966 bnxt_en: Fix inconsistent BNXT_FLAG_AGG_RINGS logic. 09af6c90819d ARC: Improve cmpxchg syscall implementation e653e79ace50 netfilter: nf_conntrack: Fix possible possible crash on module loading. a76e62b50dc0 netfilter: nft_compat: explicitly reject ERROR and standard target afd13311ee01 drm/armada: fix irq handling 3d211fefdd52 drm/armada: fix colorkey mode property f2cbde943d97 drm/tegra: Fix comparison operator for buffer size d3f205d2d3cd gpu: host1x: Check whether size of unpin isn't 0 1b57c5876c08 ieee802154: fakelb: switch from BUG_ON() to WARN_ON() on problem c1f84e47ec26 ieee802154: at86rf230: use __func__ macro for debug messages 68e70bc28d53 ieee802154: at86rf230: switch from BUG_ON() to WARN_ON() on problem 1b8f1ab088ba nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash us de9f2452b1ad net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used 431f0995a5e8 ARM: pxa: irq: fix handling of ICMR registers in suspend/resume 924d13694a13 ravb: fix invalid context bug while changing link options by ethtool 1465aba3428d ravb: fix invalid context bug while calling auto-negotiation by ethtool 7947dc71b9de sh_eth: fix invalid context bug while changing link options by ethtool 533b9559ff83 sh_eth: fix invalid context bug while calling auto-negotiation by ethtool 5860ae76e018 net: qrtr: Broadcast messages only from control port 8e39e96f23d8 ipv6: make ipv6_renew_options() interrupt/kernel safe 365279b70bf3 netfilter: x_tables: set module owner for icmp(6) matches 2d0da2188643 ieee802154: 6lowpan: set IFLA_LINK f599525df7f1 samples/bpf: Check the error of write() and read() 3bbb0484a731 samples/bpf: Check the result of system() 2b533daef882 samples/bpf: add missing <linux/if_vlan.h> bf030b2faacb drm/bridge/sii8620: Fix display of packed pixel modes 5996929435a8 smsc75xx: Add workaround for gigabit link up hardware errata. 6e7084e2c3f9 kasan: fix shadow_size calculation error in kasan_module_alloc 017fe62bb794 tracing: Use __printf markup to silence compiler 56f059c87bc6 bpf: hash map: decrement counter on error fa97c9162779 ARM: imx_v4_v5_defconfig: Select ULPI support 2059e527a659 ARM: imx_v6_v7_defconfig: Select ULPI support 2aebd462a5fd HID: wacom: Correct touch maximum XY of 2nd-gen Intuos 979c7c0dd75d x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all() bf6c97326381 drm/amdgpu: fix swapped emit_ib_size in vce3 f3ef33ee85c1 ipvlan: call dev_change_flags when ipvlan mode is reset 0bcba95686be objtool: Support GCC 8 '-fnoreorder-functions' e793dc3d9766 m68k: fix "bad page state" oops on ColdFire boot 83141913ca6b openrisc: entry: Fix delay slot exception detection c845344aa2e2 acpi/nfit: fix cmd_rc for acpi_nfit_ctl to always return a value f06fae164194 dpaa_eth: DPAA SGT needs to be 256B fba7c43d9368 fsl/fman: fix parser reporting bad checksum on short frames 3baa3f9221e2 bnx2x: Fix receiving tx-timeout in error or recovery state. 441712f28d69 PCI: faraday: Add missing of_node_put() 7851cea48abc PCI: xilinx-nwl: Add missing of_node_put() dfcee0c7d9cb PCI: xilinx: Add missing of_node_put() a21b37053edc bpf, s390: fix potential memleak when later bpf_jit_prog fails a567493430be drbd: Fix drbd_request_prepare() discard handling 8a9e8b683a7c drm/exynos: decon5433: Fix WINCONx reset value 4091040d025b drm/exynos: decon5433: Fix per-plane global alpha for XRGB modes 49316955f501 drm/exynos: gsc: Fix support for NV16/61, YUV420/YVU420 and YUV422 modes d4857eb755d7 nl80211: check nla_parse_nested() return values 334c9cd8ba8d nl80211: relax ht operation checks for mesh 0aa88fda693a dev-dax: check_vma: ratelimit dev_info-s 601c226ea662 md/raid10: fix that replacement cannot complete recovery after reassemble 94cac10c50c1 ath10k: update the phymode along with bandwidth change request bb2b7243e3f7 dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate() 4cea08638e9a dmaengine: pl330: report BURST residue granularity 4c68433396e1 ARM64: dts: meson-gxl: fix Mali GPU compatible string 58b22343150b ARM: dts: da850: Fix interrups property for gpio 9f8da50b0232 selftests/x86/sigreturn: Do minor cleanups 90c45a36250b selftests/x86/sigreturn/64: Fix spurious failures on AMD CPUs 778bce908b84 nfp: cast sizeof() to int when comparing with error code a5b6bb86cc12 net/mlx5: E-Switch, Disallow vlan/spoofcheck setup if not being esw manager 77c967872e8e ceph: fix dentry leak in splice_dentry() 4c3b0ae79f07 netfilter: nf_log: fix uninit read in nf_log_proc_dostring 1ea053d1cc8b ARM: davinci: board-da850-evm: fix WP pin polarity for MMC/SD 0f868ad81fac perf bench: Fix numa report output code 28dbfc731fec perf tools: Fix a clang 7.0 compilation error b4d84dcee9ef perf report powerpc: Fix crash if callchain is empty f33194bca6c3 perf test session topology: Fix test on s390 6367516474c8 perf record: Support s390 random socket_id assignment 2f9e98dbccf7 kconfig: fix line numbers for if-entries in menu tree 5a64e0870cc1 typec: tcpm: Fix a msecs vs jiffies bug d341ce9a63dc NFC: pn533: Fix wrong GFP flag usage 8a7ac5ee6856 usb: xhci: increase CRS timeout value 13a049bebb76 usb: xhci: remove the code build warning b171162cbd94 ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctl 36bc1e1e69be ARM: dts: am437x: make edt-ft5x06 a wakeup source fc3b4e774cec brcmfmac: stop watchdog before detach and free everything dc68381f4919 iio: pressure: bmp280: fix relative humidity unit 9265a4509509 cxgb4: when disabling dcb set txq dcb priority to 0 04954b2dca34 batman-adv: Fix multicast TT issues with bogus ROAM flags 44fed77fc7e4 batman-adv: Avoid storing non-TT-sync flags on singular entries too d50e1f18eace batman-adv: Fix bat_v best gw refcnt after netlink dump cc210a039ed1 batman-adv: Fix bat_ogm_iv best gw refcnt after netlink dump 7634aad31a73 arm64: dts: msm8916: fix Coresight ETF graph connections 4545cfb006b7 Smack: Mark inode instant in smack_task_to_inode f8e7a1bd752a ipv6: mcast: fix unsolicited report interval after receiving querys b580cead624b x86/microcode/intel: Fix memleak in save_microcode_patch() 99654c9ffcea mtd: dataflash: Use ULL suffix for 64-bit constants a17ea7fb07ac selftests: bpf: notification about privilege required to run test_kmod.sh testing script c55300fcac1c locking/lockdep: Do not record IRQ state within lockdep code 097a82cb1a71 drm/bridge/sii8620: fix display of packed pixel modes in MHL2 7a21294b84fa KVM: arm/arm64: Drop resource size check for GICV window 8fb20507bca0 sctp: fix erroneous inc of snmp SctpFragUsrMsgs 363b8de31ac9 net: davinci_emac: match the mdio device against its compatible if possible 9b0b625841d8 nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag. fbeb2ee3ecca ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMP 6d2b87505f7a block: sed-opal: Fix a couple off by one bugs 955887c1fe90 nvmet: reset keep alive timer in controller enable 62e4c9049e86 net: stmmac: socfpga: add additional ocp reset line for Stratix10 e0eaae387284 net: propagate dev_get_valid_name return code 7c828ea375a1 net: hamradio: use eth_broadcast_addr fb24c6df0f8e enic: initialize enic->rfs_h.lock in enic_probe 9418ea8cf216 qed: Do not advertise DCBX_LLD_MANAGED capability. 3b29b09a53ab qed: Add sanity check for SIMD fastpath handler. 26c6ffff8eec qed: Fix possible memory leak in Rx error path handling. d22240dd6ab3 arm64: make secondary_start_kernel() notrace a929f067a88f arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flag 2e62d135dd53 xen/scsiback: add error handling for xenbus_printf 91e1bb748bcc scsi: xen-scsifront: add error handling for xenbus_printf 586ae5694e37 pNFS: Always free the session slot on error in nfs4_layoutget_handle_exception 395c67c1c02d xen: add error handling for xenbus_printf 72bc7a2f77ba dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculation 6958ade76b36 usb: gadget: dwc2: fix memory leak in gadget_init() 66cae9b5a1d9 usb: gadget: composite: fix delayed_status race condition when set_interface a54f59199a81 usb: dwc2: fix isoc split in transfer with no data 6a38c8a49a9f usb: dwc2: alloc dma aligned buffer for isoc split in 7ccd2c1be366 libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store() ed4afe79ba5a IB/rxe: Fix missing completion for mem_reg work requests 6bcd5cdf3a36 drm/arm/malidp: Preserve LAYER_FORMAT contents when setting format 0a43cd3ea76a drm: mali-dp: Enable Global SE interrupts mask for DP500 997a6b6b3017 drivers/perf: xgene_pmu: Fix IOB SLOW PMU parser error fec2c747ae39 arm64: dts: Stingray: Fix I2C controller interrupt type 22dc4f2b8b46 arm64: dts: ns2: Fix PCIe controller interrupt type db0b1a4b0772 arm64: dts: ns2: Fix I2C controller interrupt type 69347a9150c9 arm64: dts: specify 1.8V EMMC capabilities for bcm958742t 31b16a0302be arm64: dts: specify 1.8V EMMC capabilities for bcm958742k eab85e8bd486 ARM: dts: Cygnus: Fix PCIe controller interrupt type 6542fcfbd4c5 ARM: dts: Cygnus: Fix I2C controller interrupt type 2d4ac6f1837b ARM: dts: BCM5301x: Fix i2c controller interrupt type d8ff67605d54 ARM: dts: NSP: Fix PCIe controllers interrupt types 7ab23e15c7d2 ARM: dts: NSP: Fix i2c controller interrupt type 0104d49dc06f selftests: sync: add config fragment for testing sync framework a626c95346e1 selftests: vm: return Kselftest Skip code for skipped tests 3a9907ebf83b selftests: zram: return Kselftest Skip code for skipped tests 41325fa657b9 selftests: user: return Kselftest Skip code for skipped tests d5f9d1d350bc selftests: sysctl: return Kselftest Skip code for skipped tests bc5e458a9ee2 selftests: static_keys: return Kselftest Skip code for skipped tests 81810e45384b selftests: pstore: return Kselftest Skip code for skipped tests 175b38277b6d netfilter: nf_ct_helper: Fix possible panic after nf_conntrack_helper_unregister 69c471908ddd netfilter: ipv6: nf_defrag: reduce struct net memory waste dcf6f268deee ACPI / EC: Use ec_no_wakeup on Thinkpad X1 Carbon 6th 987a7dab8308 usb: dwc3: of-simple: fix use-after-free on remove 7b2dc4515f03 usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc() 3572fd055e69 usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfers 48168383379f usb: dwc3: pci: add support for Intel IceLake bf3bb8b549da soc: imx: gpcv2: correct PGC offset 4dff89e722d5 hwmon: (nct6775) Fix loop limit c0f29f9d8aa8 ARC: Explicitly add -mmedium-calls to CFLAGS c170373c7230 drm/bridge/sii8620: fix potential buffer overflow 69004038f01c drm/bridge/sii8620: fix loops in EDID fetch logic da327a4b9d09 IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()' 048f62f3725d Input: synaptics-rmi4 - fix axis-swap behavior d4108ed2a57f perf tools: Fix error index for pmu event parser 7dcffd98360a vfio: ccw: fix error return in vfio_ccw_sch_event 67c0f84827e1 arm: dts: armada: Fix "#cooling-cells" property's name 4aec7c283904 pty: fix O_CLOEXEC for TIOCGPTPEER 96de65df1936 EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[] b518e870f1f6 drm/i915/kvmgt: Fix potential Spectre v1 4bc32484df6a ext4: fix spectre gadget in ext4_mb_regular_allocator() c5f7d3c4daf1 Linux 4.14.66 178742867e4f cls_matchall: fix tcf_unbind_filter missing 2b2cdec98e03 isdn: Disable IIOCDBGVAR f276e2efb661 Bluetooth: avoid killing an already killed socket 31e4f8ba0173 misc: sram: fix resource leaks in probe error path 3620bc1ceb14 serial: 8250_dw: Add ACPI support for uart on Broadcom SoC f6790793d80d serial: 8250_dw: always set baud rate in dw8250_set_termios da93a03fdd0a serial: 8250_exar: Read INT0 from slave device, too 71cc9159212b tty: serial: 8250: Revert NXP SC16C2552 workaround 21be9327e00c ACPI / PM: save NVS memory for ASUS 1025C laptop 60d93a4b6d32 USB: option: add support for DW5821e 925bce3815d8 USB: serial: pl2303: add a new device id for ATEN d17b9ab7d954 USB: serial: sierra: fix potential deadlock at close 33a3444a096a ALSA: vxpocket: Fix invalid endian conversions 79018e171ae5 ALSA: memalloc: Don't exceed over the requested size fda20e719212 ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry 6b4af40779cc ALSA: cs5535audio: Fix invalid endian conversion f4253b46437a ALSA: virmidi: Fix too long output trigger loop f13a825ae2c6 ALSA: vx222: Fix invalid endian conversions f7de68a8d6cd ALSA: hda - Turn CX8200 into D3 as well upon reboot 7f4c155214ae ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs 50670d158cfa net: aquantia: Fix IFF_ALLMULTI flag functionality b3fb93987232 ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmit 59f9f2c76fe1 vhost: reset metadata cache when initializing new IOTLB e125b1cc673a net_sched: Fix missing res info when create new tc_index filter 36e55fde4ccf vsock: split dwork to avoid reinitializations 4396f5024b9e net_sched: fix NULL pointer dereference when delete tcindex filter 222e05e0a29a llc: use refcount_inc_not_zero() for llc_sap_find() 46be8e4471d7 l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache 64d9b03d082a dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart() 4cea13b66144 Linux 4.14.65 3f2e4f5dd834 x86/speculation/l1tf: Exempt zeroed PTEs from inversion 7251bd56d925 Linux 4.14.64 21ed56ef827e x86/mm: Add TLB purge to free pmd/pte page interfaces a34806961be4 ioremap: Update pgtable free interfaces with addr 6e2c702e797c Bluetooth: hidp: buffer overflow in hidp_process_report 9efed51870be ASoC: Intel: cht_bsw_max98090_ti: Fix jack initialization 643a9d6d4ff7 ASoC: msm8916-wcd-digital: fix RX2 MIX1 and RX3 MIX1 1a2d99218d87 block, bfq: fix wrong init of saved start time for weight raising 3f745fe61ac6 clk: sunxi-ng: Fix missing CLK_SET_RATE_PARENT in ccu-sun4i-a10.c c13fddcb9822 ASoC: rsnd: fix ADG flags de59521d508a fw_cfg: fix driver remove 13f12749af15 sched/debug: Fix task state recording/printout e5f4bae2e3c8 ACPI / APEI: Remove ghes_ioremap_area 7e179bffb681 crypto: skcipher - fix crash flushing dcache in error path 0f2981ee03ff crypto: skcipher - fix aligning block size in skcipher_copy_iv() 68432fd1665b crypto: ablkcipher - fix crash flushing dcache in error path 2cde72d94f0a crypto: blkcipher - fix crash flushing dcache in error path e7aefb13e61c crypto: vmac - separate tfm and request context ef70d14553ed crypto: vmac - require a block cipher with 128-bit block size e73828389b1c crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2() 50123ab8c47d kbuild: verify that $DEPMOD is installed 3d0170b8af8d x86/mm: Disable ioremap free page handling on x86-PAE 7985292f97b4 x86: i8259: Add missing include file 5f7a645432d6 x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-04linux-yocto/4.18: update to 4.18.5Bruce Ashfield3
Integrating the korg -stable release that comprises the following commits: 96158f3a9e70 Linux 4.18.5 0d63520b5fb4 reiserfs: fix broken xattr handling (heap corruption, bad retval) 7bc1a91a5abd i2c: imx: Fix race condition in dma read 32d9b3638608 i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes 8c1bd0d0edf0 PCI: pciehp: Fix unprotected list iteration in IRQ handler 2de0279ac99e PCI: pciehp: Fix use-after-free on unplug d2d937b78621 PCI: Skip MPS logic for Virtual Functions (VFs) 16558e4db5dc PCI: aardvark: Size bridges before resources allocation dabfad3cae57 PCI: hotplug: Don't leak pci_slot on registration failure 4d4306a283a1 PCI / ACPI / PM: Resume all bridges on suspend-to-RAM 473af290c7fd PCI: Restore resized BAR state on resume 96be7bbde431 parisc: Remove ordered stores from syscall.S e1d35a1a02c4 parisc: Remove unnecessary barriers from spinlock.h 3df731e0ccfe drm/amdgpu/pm: Fix potential Spectre v1 d8a1aecababa drm/i915/kvmgt: Fix potential Spectre v1 5b6ea348768d ext4: fix spectre gadget in ext4_mb_regular_allocator() 5bd4084f029d powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2 c2d73c253885 x86/mm/init: Remove freed kernel image areas from alias mapping a01cdb47ffd1 x86/mm/init: Add helper for freeing kernel image pages 22ddf85281c3 x86/mm/init: Pass unconverted symbol addresses to free_init_pages() 0a57c747ae05 mm: Allow non-direct-map arguments to free_reserved_area() 2114c7185168 pty: fix O_CLOEXEC for TIOCGPTPEER 48cf4d45ce8f EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[] 28b2837b7236 Linux 4.18.4 b1246ef7cf01 cls_matchall: fix tcf_unbind_filter missing ffbc6163fca7 net: mvneta: fix mvneta_config_rss on armada 3700 298f83fe1298 net: ethernet: mvneta: Fix napi structure mixup on armada 3700 043b985f7c81 ip_vti: fix a null pointer deferrence when create vti fallback tunnel 63d60df1773e r8169: don't use MSI-X on RTL8106e 6f560142350c hv/netvsc: Fix NULL dereference at single queue mode fallback cd0fb1cb23a8 net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() 3909ccf1fe71 isdn: Disable IIOCDBGVAR 2b9ffbf248fb Bluetooth: avoid killing an already killed socket a34e4f42055a Revert "uio: use request_threaded_irq instead" 93e5f3d10e79 misc: sram: fix resource leaks in probe error path 421483e0c444 uio: fix wrong return value from uio_mmap() 1d5fb78f91ae serial: 8250_dw: Add ACPI support for uart on Broadcom SoC 1964062d2945 serial: 8250_dw: always set baud rate in dw8250_set_termios 73f85a14da62 serial: 8250_exar: Read INT0 from slave device, too 47f7d1daf64b tty: serial: 8250: Revert NXP SC16C2552 workaround 8d26e06a887e ACPI / PM: save NVS memory for ASUS 1025C laptop 54d05edc6052 USB: option: add support for DW5821e fee0c36502c5 USB: serial: pl2303: add a new device id for ATEN 0a4711920c0a USB: serial: sierra: fix potential deadlock at close 28f807d781df media: gl861: fix probe of dvb_usb_gl861 e078fab2a495 ALSA: seq: Fix poll() error return 8efea5358093 ALSA: vxpocket: Fix invalid endian conversions efa72756f954 ALSA: memalloc: Don't exceed over the requested size 29a168321517 ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry 1c0888fb4b49 ALSA: dice: fix wrong copy to rx parameters for Alesis iO26 eeb2943acc74 ALSA: cs5535audio: Fix invalid endian conversion fe4740d8be76 ALSA: virmidi: Fix too long output trigger loop bb150b4471ce ALSA: vx222: Fix invalid endian conversions f9a16dfcbd88 ALSA: hda - Turn CX8200 into D3 as well upon reboot 79141c5015ab ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs 72a579b814d9 r8169: don't use MSI-X on RTL8168g 01002eb0a1c3 net_sched: Fix missing res info when create new tc_index filter 8a1a056d12d3 net_sched: fix NULL pointer dereference when delete tcindex filter 4ea1da6d1c60 l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-04qemuarm64: add compatibility with -rtBruce Ashfield1
We have an rt BSP definition for preempt-rt and qemuarm, and it boots with 4.18, so we add it to the compatible machines: qemuarm64 login: root root@qemuarm64:~# uname -a Linux qemuarm64 4.18.3-rt1-yocto-preempt-rt #1 SMP PREEMPT RT Tue Aug 28 14:10:55 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-04linux-yocto/4.18: remove obselete bsp configuration optionsBruce Ashfield3
Integrating the following commits to remove kernel config audit warnings: 3ea2052ace1 common-pc: Drop the x2apic feature 1fec700ec479 beaglebone: Clean up the cfg file 1b97e53dcd11 beaglebone: Drop the needless unsetting of the kernel options c6c68c3622d0 beaglebone: Drop the obsolete kernel options 552c9a3f3023 edgerouter: Drop the obsolete kernel options 3a62e42dfb89 mpc8315e-rdb: Drop the obsolete kernel options Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-04linux-yocto/4.12: drop versioned recipesBruce Ashfield3
While the 4.12 kernel will continue to get updates, that will happen in maintenance branches. So we drop the 4.12 versioned recipes to make it clear that 4.14 and 4.18 are the active kernels. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-04linux-yocto: drop 4.15 versioned recipeBruce Ashfield3
4.15 was part of the release as the 'newest' kernel. It is no longer supported upstream, so there's no need to carry it into newer releases since it will be replaced by 4.18. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-04kernel-devsrc: fix arm/arm64 target module buildBruce Ashfield1
module.lds is required for arch/arm* to build modules out of tree, but isn't required for scripts/prepare, so it was missed in the initial devsrc rework: root@qemuarm64:/tmp# make -C /usr/src/kernel M=/tmp modules make: Entering directory '/lib/modules/4.18.3-yocto-standard/build' CC [M] /tmp/hellomod.o Building modules, stage 2. MODPOST 1 modules CC /tmp/hellomod.mod.o LD [M] /tmp/hellomod.ko make: Leaving directory '/lib/modules/4.18.3-yocto-standard/build' root@qemuarm64:/tmp# insmod hellomod.ko [ 675.743628] hellomod: loading out-of-tree module taints kernel. [ 675.794959] Hello world! Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-08-29kmod: do not reset $bindir/sbindir, use EXTRA_OECONF insteadAlexander Kanavin1
This was causing issues with classes that use $bindir to find already installed binaries in rootfs (manpages class in particular). $bindir needs to be the same for all recipes. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-08-28libc-headers: update to 4.18Bruce Ashfield2
Updating to the 4.18 headers to match the newest kernel that will be part of the release. 4.18 brings a requirement on bison-native to the libc-headers, since it is required as part of the configuration steps. We also tweak the license md5sum, since the kernel now includes SPDX headers in the license file and that changes our sum. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-08-28linux-yocto: introduce 4.18 recipesBruce Ashfield3
Introducing the 4.18 kernel as the 'newest' kernel for the oe core release. This update includes tweaked configs, carried forward BSPs, features (aufs, yaffs2, preempt-rt) and has been tested on all arches for boot and performance sanity. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-08-28lttng: uprev to 2.10.7Bruce Ashfield1
Uprev'ing lttng to 2.10.7 to support 4.18+ kernels. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-08-28linux-yocto: add selftest and security configuration blocksBruce Ashfield6
Adding two new configuration blocks/features to the 4.14+ kernel variants. One is for enabling selftest options, and the other is a collection of kernel security/hardening configs. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-08-28linux-yocto/4.14: update to v4.14.62Bruce Ashfield3
Integratign the korg -stable updates that comprise the following commits: 1aa1166eface Linux 4.14.62 7d29fb53439c jfs: Fix inconsistency between memory allocation and ea_buf->max_size 59f35b983e8a xfs: don't call xfs_da_shrink_inode with NULL bp 6f021e4ef39a xfs: validate cached inodes are free when allocated 27c41b170183 xfs: catch inode allocation state mismatch corruption a34399927da1 intel_idle: Graceful probe failure when MWAIT is disabled d626ac9669f2 nvmet-fc: fix target sgl list on large transfers 4af9c61ad953 nvme-pci: Fix queue double allocations 12c058df8272 nvme-pci: allocate device queues storage space at probe 0ea7fcfc7fe6 Btrfs: fix file data corruption after cloning a range and fsync ea464580fef7 i2c: imx: Fix reinit_completion() use 60baabc37bc1 ring_buffer: tracing: Inherit the tracing setting to next ring buffer ff28e5cc58c2 ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handle dd69abaccbf7 ext4: fix false negatives *and* false positives in ext4_check_descriptors() 09901e570c9e netlink: Don't shift on 64 for ngroups 2d898915ccf4 nohz: Fix missing tick reprogram when interrupting an inline softirq e5bcbedadfd9 nohz: Fix local_timer_softirq_pending() a6d9dacf4e44 genirq: Make force irq threading setup more robust a96feef5b071 scsi: qla2xxx: Return error when TMF returns f70766f1338d scsi: qla2xxx: Fix ISP recovery on unload 01cda405c88b scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletion 43d7c954b22e scsi: qla2xxx: Fix unintialized List head crash 2ae6c0413b47 Linux 4.14.61 b4653a3ea3d7 scsi: sg: fix minor memory leak in error path 1a08888316d2 drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formats 51ef850c78bb crypto: padlock-aes - Fix Nano workaround data corruption 65be9cbe1224 RDMA/uverbs: Expand primary and alt AV port checks 4aa0acf29064 iwlwifi: add more card IDs for 9000 series 0eba9f5d3d48 userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK fails a1b5bcffe4a4 audit: fix potential null dereference 'context->module.name' e5a16c6a6707 kvm: x86: vmx: fix vpid leak c1a29c2d00c6 x86/entry/64: Remove %ebx handling from error_entry/exit 7cf6b325f554 x86/apic: Future-proof the TSC_DEADLINE quirk for SKX 34a938cd3ad4 virtio_balloon: fix another race between migration and ballooning 45c8178cf69e net: socket: fix potential spectre v1 gadget in socketcall c8159f9a1ae9 can: ems_usb: Fix memory leak on ems_usb_disconnect() e7de67165efe squashfs: more metadata hardenings 953f918d548b squashfs: more metadata hardening a766ccbf1d29 net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager e0638b6a054c rxrpc: Fix user call ID check in rxrpc_service_prealloc_one 83a46456c983 net: stmmac: Fix WoL for PCI-based setups 1828cb3d10d9 netlink: Fix spectre v1 gadget in netlink_create() bcbdea137159 net: dsa: Do not suspend/resume closed slave_dev 8721f3608945 ipv4: frags: handle possible skb truesize change fc63057d5fda inet: frag: enforce memory limits earlier dc8edd08cd89 bonding: avoid lockdep confusion in bond_get_stats() deaacd62c217 Linux 4.14.60 0a2f6725115d tcp: add one more quick ack after after ECN events 1f04d750f668 tcp: refactor tcp_ecn_check_ce to remove sk type cast fd31083cbe05 tcp: do not aggressively quick ack after ECN events 1c005489fa98 tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode 5a1baf194475 tcp: do not force quickack when receiving out-of-order packets fffd3058eaf4 netlink: Don't shift with UB on nlk->ngroups e208cda5f10e netlink: Do not subscribe to non-existent groups da970765b24c xen-netfront: wait xenbus state change when load module manually 7309441887f6 tcp_bbr: fix bw probing to raise in-flight data for very small BDPs 7f36a065963a NET: stmmac: align DMA stuff to largest cache line length e071e2fdf45e net: mdio-mux: bcm-iproc: fix wrong getter and setter pair ccdbe7e2374a net: lan78xx: fix rx handling before first packet is send 112e80ac8285 net: fix amd-xgbe flow-control issue 11b694387ab4 net: ena: Fix use of uninitialized DMA address bits field 1494a3a70ce0 ipv4: remove BUG_ON() from fib_compute_spec_dst 20556dc7f239 net: dsa: qca8k: Allow overwriting CPU port setting 2eda475b0849 net: dsa: qca8k: Add QCA8334 binding documentation 1fbc97b32b7e net: dsa: qca8k: Enable RXMAC when bringing up a port 62310e69f1ae net: dsa: qca8k: Force CPU port to its highest bandwidth a61b3378b847 RDMA/uverbs: Protect from attempts to create flows on unsupported QP b8e9dd160ca3 usb: gadget: udc: renesas_usb3: should remove debugfs 6aaaca7b81e4 ovl: Sync upper dirty data when syncing overlayfs 21b5b5e80bcf PCI: xgene: Remove leftover pci_scan_child_bus() call 011626d61a43 PCI: pciehp: Assume NoCompl+ for Thunderbolt ports f547aa20b4f6 ext4: fix check to prevent initializing reserved inodes dc1b4b710fbe ext4: check for allocation block validity with block group locked cdcbe750acd6 ext4: fix inline data updates with checksums enabled 961f9feb4332 squashfs: be more careful about metadata corruption af41fd042fc1 random: mix rdrand with entropy sent in from userspace b8088c524ae2 block: reset bi_iter.bi_done after splitting bio cc5d7097ba8f blkdev: __blkdev_direct_IO_simple: fix leak in error case 2258351cf086 block: bio_iov_iter_get_pages: fix size of last iovec 2488689fe468 drm/dp/mst: Fix off-by-one typo when dump payload table 2aa0e652bce1 drm/atomic-helper: Drop plane->fb references only for drm_atomic_helper_shutdown() 20f01a1b7b6d drm: Add DP PSR2 sink enable bit a2fdb85a15eb ASoC: topology: Add missing clock gating parameter when parsing hw_configs b754906cd9c9 ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format() e1d4f1e2856e media: si470x: fix __be16 annotations 98121d665d93 media: atomisp: compat32: fix __user annotations a5ed99bc6f59 scsi: cxlflash: Avoid clobbering context control register value bb7cccb01c84 scsi: cxlflash: Synchronize reset and remove ops 07b2a0d00183 scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOs 0b45eb5a340d scsi: scsi_dh: replace too broad "TP9" string with the exact models fb2b60e27a16 regulator: Don't return or expect -errno from of_map_mode() 4886bf00337f media: omap3isp: fix unbalanced dma_iommu_mapping 09740f513e3f crypto: authenc - don't leak pointers to authenc keys a07fc8dd2bd4 crypto: authencesn - don't leak pointers to authenc keys f17d397bfed4 usb: hub: Don't wait for connect state at resume for powered-off ports d136b7ab24b8 microblaze: Fix simpleImage format generation 6cfd0d3c627f soc: imx: gpcv2: Do not pass static memory as platform data 62079c8371aa serial: core: Make sure compiler barfs for 16-byte earlycon names 41e1f1feee06 staging: lustre: ldlm: free resource when ldlm_lock_create() fails. e906355a7f96 staging: lustre: llite: correct removexattr detection fea5a0d87816 staging: vchiq_core: Fix missing semaphore release in error case 06d6d1ad241d audit: allow not equal op for audit by executable e7cb8f11f6e2 rsi: fix nommu_map_sg overflow kernel panic 0be8aa812cef rsi: Fix 'invalid vdd' warning in mmc e660508795d6 ipconfig: Correctly initialise ic_nameservers 18a48a7a4418 drm/gma500: fix psb_intel_lvds_mode_valid()'s return type 75d1087174d2 igb: Fix queue selection on MAC filters on i210 c7ab132d7e3d arm64: defconfig: Enable Rockchip io-domain driver 2ee4fbcd27f9 nvme: lightnvm: add granby support 503f22cf7b2a memory: tegra: Apply interrupts mask per SoC 9746d3696de9 memory: tegra: Do not handle spurious interrupts c06f5a018f71 delayacct: Use raw_spinlocks da2b62c740de stop_machine: Use raw spinlocks 4531135811a5 backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction 232703c9091f dt-bindings: net: meson-dwmac: new compatible name for AXG SoC c3b540c06954 net: hns3: Fixes the out of bounds access in hclge_map_tqp 17b26041363f spi: meson-spicc: Fix error handling in meson_spicc_probe() c9e5888ec8ae dt-bindings: pinctrl: meson: add support for the Meson8m2 SoC d6ce4f1bf79a mmc: pwrseq: Use kmalloc_array instead of stack VLA f0b0debbb49d mmc: dw_mmc: update actual clock for mmc debugfs ab76f866c8f0 ALSA: hda/ca0132: fix build failure when a local macro is defined c6f9830cfb47 drm/atomic: Handling the case when setting old crtc for plane cf0061396910 media: siano: get rid of __le32/__le16 cast warnings 4bbf1ce3a1e3 f2fs: avoid fsync() failure caused by EAGAIN in writepage() 15239633dc55 bpf: fix references to free_bpf_prog_info() in comments b62ed0bbbd63 thermal: exynos: fix setting rising_threshold for Exynos5433 66eb9942673a staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5 52a21fcafa71 staging: lustre: o2iblnd: fix race at kiblnd_connect_peer de3da42dc775 scsi: qedf: Set the UNLOADING flag when removing a vport ad1562ae8135 scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw 13e4e358b94c scsi: megaraid: silence a static checker bug ca588ff3e7d6 scsi: 3w-xxxx: fix a missing-check bug a0e86c016bb4 scsi: 3w-9xxx: fix a missing-check bug 112f47373e36 bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only. c9b5d1519c24 perf: fix invalid bit in diagnostic entry d5d8223d7c67 s390/cpum_sf: Add data entry sizes to sampling trailer entry af5e8846a5e9 brcmfmac: Add support for bcm43364 wireless chipset 59d9b120600d mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pages d49f8498042a media: saa7164: Fix driver name in debug output f3766ad7d325 media: media-device: fix ioctl function types ce222fb1256b ACPI / LPSS: Only call pwm_add_table() for Bay Trail PWM if PMIC HRV is 2 885d2128ab7f libata: Fix command retry decision adf9ceabfc16 media: rcar_jpu: Add missing clk_disable_unprepare() on error in jpu_open() 240bc678f726 net: phy: phylink: Release link GPIO fa57e8d54494 dma-iommu: Fix compilation when !CONFIG_IOMMU_DMA deb1feaad03a tty: Fix data race in tty_insert_flip_string_fixed_flag 731b918a624c i40e: free the skb after clearing the bitlock 6fdc5235693b nvmem: properly handle returned value nvmem_reg_read 901366594729 ARM: dts: sh73a0: Add missing interrupt-affinity to PMU node 9c552c4e262f ARM: dts: emev2: Add missing interrupt-affinity to PMU node b565e4e9dd09 ARM: dts: stih407-pinctrl: Fix complain about IRQ_TYPE_NONE usage d7ed9da96a8a EDAC, altera: Fix ARM64 build warning d0eca5d32b11 HID: i2c-hid: check if device is there before really probing 83eef34c65f1 powerpc/embedded6xx/hlwd-pic: Prevent interrupts from being handled by Starlet b42848b2a819 drm/amdgpu: Remove VRAM from shared bo domains. 14bedc05ab2d drm/radeon: fix mode_valid's return type 3ee32f73fc72 arm64: dts: renesas: salvator-common: use audio-graph-card for Sound d85073283aa7 HID: hid-plantronics: Re-resend Update to map button for PTT products 6a43d5a3ca6c arm64: cmpwait: Clear event register before arming exclusive monitor 62a87c8759f2 media: atomisp: ov2680: don't declare unused vars 25436aa5c184 ALSA: usb-audio: Apply rate limit to warning messages in URB complete callback d239ee35ddb2 net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret value 0bd08027bd19 media: smiapp: fix timeout checking in smiapp_read_nvm 41b16e6ec6a8 ixgbevf: fix MAC address changes through ixgbevf_set_mac() 7627ecfc4902 md: fix NULL dereference of mddev->pers in remove_and_add_spares() 1b3433cfa222 md/raid1: add error handling of read error from FailFast device 6192b115c58b regulator: pfuze100: add .is_enable() for pfuze100_swb_regulator_ops 9b56c4151ac2 ALSA: emu10k1: Rate-limit error messages about page errors 9f25b548732c rtc: tps65910: fix possible race condition 8f5e7596fe3a rtc: vr41xx: fix possible race condition aca6728fa1ed rtc: tps6586x: fix possible race condition 192591ade6ec Bluetooth: btusb: add ID for LiteOn 04ca:301a 3377