summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux
Commit message (Collapse)AuthorAgeFilesLines
* linux-yocto/4.14/4.15: deterministic srcversionBruce Ashfield2018-04-136-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Author: Juro Bystricky <juro.bystricky@intel.com> Date: Fri Mar 30 10:14:05 2018 -0700 modpost: srcversion sometimes incorrect "srcversion" field inserted into module modinfo section contains a sum of the source files which made it. However, this field can be incorrect. Building the same module can end up having inconsistent srcversion field eventhough the sources remain the same. This can be reproduced by building modules in a deeply nested directory, but other factors contribute as well. The reason for incorrect srcversion is that some source files can be simply silently skipped from the checksum calculation due to limited buffer space for line parsing. This patch addresses two issues: 1. Allocates a larger line buffer (32k vs 4k). 2. Issues a warning if a line length exceeds the line buffer. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> (From OE-Core rev: 7d92ed3dcd8c4b5f7cde2f521569c792d55fae65) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-tiny/4.14: fix recipe nameBruce Ashfield2018-04-132-61/+14
| | | | | | | | | | | | | | I guess not many people are building linux-yocto-tiny for v4.15, given that I managed to mangle the name of the recipe when I introduced it. [YOCTO #12640] (From OE-Core rev: 6c1ddbbb0eb9c86646fcb99520e4747cfcd2b418) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.14: add elfutils, util-linux and openssl dependenciesBruce Ashfield2018-04-133-0/+9
| | | | | | | | | | | | | | | | | 4.15+ already has the following dependencies: DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native" Updates to 4.14 via the -stable releases have also introduced the same dependencies to 4.14's "make scripts". As such, we bring the same lines into 4.14 to restore the ability to build scripts. (From OE-Core rev: 148fd7a5bfea5d18952355a294e6d36ca82291d2) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* make-mod-scripts/kernel-devsrc: Fix objtool issuesRichard Purdie2018-03-301-0/+7
| | | | | | | | | | | | | | | | | | | Kernels which use tools/objtool can now fail when building external modules due to objtool being missing, the generated files can also cause problems for kernel-devsrc. Ensure objtool is generated in make-mod-scripts by also calling "make prepare". For devsrc, delete the generated binaries since they'd be native binaries and unsuitable for the target. The oeqa kernel module tests also need to have the additional "make prepare" step added. (From OE-Core rev: 52fd2993784b4218f5df4f343e7da45d964df305) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.15: update to v4.15.13Bruce Ashfield2018-03-303-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the korg stable updates comprising the following commits: eb666a896f99 Linux 4.15.13 7717224bbcbb RDMA/ucma: Don't allow join attempts for unsupported AF family 93462def6848 RDMA/ucma: Fix access to non-initialized CM_ID object 7ea20f4df7fc clk: migrate the count of orphaned clocks at init f73d0b37846a RDMA/core: Do not use invalid destination in determining port reuse f8ea417273f2 serial: 8250_pci: Don't fail on multiport card class 719f7ae076e0 RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file bd6281eb9113 IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rq 23896b7c08f5 IB/mlx5: Fix integer overflows in mlx5_ib_create_srq f9496d45cd87 dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63 e36bb4076f37 hwrng: core - Clean up RNG list when last hwrng is unregistered 233f5fee86c3 crypto: artpec6 - set correct iv size for gcm(aes) dbb1b3477bc0 clk: si5351: Rename internal plls to avoid name collisions 39888ce9ff0a clk: axi-clkgen: Correctly handle nocount bit in recalc_rate() 3a99b645e127 clk: Don't touch hardware when reparenting during registration 17e583cba3b6 clk: at91: pmc: Wait for clocks when resuming a6d04b465659 nfsd4: permit layoutget of executable-only files 140cb7a3de12 ARM: dts: aspeed-evb: Add unit name to memory node 114355528fcd RDMA/ocrdma: Fix permissions for OCRDMA_RESET_STATS 2b7453a76bac scsi: lpfc: Fix issues connecting with nvme initiator bfcb0d5e7dc7 scsi: lpfc: Fix SCSI LUN discovery when SCSI and NVME enabled cef86432a08e soc: qcom: smsm: fix child-node lookup 70559f800f62 ip_gre: fix potential memory leak in erspan_rcv 09d5f2bb8fc7 ip_gre: fix error path when erspan_rcv failed 813b2dad2cb5 ip6_vti: adjust vti mtu according to mtu of lower device 7a77ba6b6900 iommu/vt-d: clean up pr_irq if request_threaded_irq fails 424d4a6a5ebd pinctrl: rockchip: enable clock when reading pin direction register 35e54f441f0e pinctrl: Really force states during suspend/resume f64b3c51d512 clk: use round rate to bail out early in set_rate b96b31ce0517 dt-bindings: display: panel: Fix compatible string for Toshiba LT089AC29000 48228438f263 clk: check ops pointer on clock register 887fa839ee74 media: davinci: fix a debug printk 10843b30c385 PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failures 61cbbb4f20d1 PCI: endpoint: Fix find_first_zero_bit() usage d306bb6c7952 PCI: designware-ep: Fix ->get_msi() to check MSI_EN bit 29a84f9707b1 coresight: Fix disabling of CoreSight TPIU 71b009c13528 pty: cancel pty slave port buf's work in tty_release e7b4a5ba3259 drm/omap: DMM: Check for DMM readiness after successful transaction commit eafa4cd4d112 mmc: sdhci-xenon: wait 5ms after set 1.8V signal enable a9b4a01508a9 omapdrm: panel: fix compatible vendor string for td028ttec1 00aa57830cb5 vgacon: Set VGA struct resource types 18e595d70f17 PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristics 3c4ffeae6510 bpf/cgroup: fix a verification error for a CGROUP_DEVICE type prog 3a23663bda89 iser-target: avoid reinitializing rdma contexts for isert commands 20dbecabd107 IB/umem: Fix use of npages/nmap fields 4d529564d326 RDMA/cma: Use correct size when writing netlink stats f333c18b5434 IB/ipoib: Avoid memory leak if the SA returns a different DGID 80ac31ac404a rtc: ac100: Fix multiple race conditions 1835bd639fa7 media: s5p-mfc: Fix lock contention - request_firmware() once e9f486d7a859 sfp: fix non-detection of PHY b03b5f94dcf4 sfp: fix EEPROM reading in the case of non-SFF8472 SFPs 1d40cdd339cb net: phy: meson-gxl: check phy_write return value f9e0be9def10 /dev/mem: Add bounce buffer for copy-out 176fb28073c9 mmc: block: fix logical error to avoid memory leak ca6b159fd207 mmc: avoid removing non-removable hosts during suspend 75157d4e4d15 drm/tilcdc: ensure nonatomic iowrite64 is not used 73f483aa65d6 dmaengine: zynqmp_dma: Fix race condition in the probe c78feb5f451c platform/chrome: Use proper protocol transfer function 449c24e264d9 watchdog: Fix kref imbalance seen if handle_boot_enabled=0 3122d2f18ed9 watchdog: Fix potential kref imbalance when opening watchdog 68c1248b9a2d cros_ec: fix nul-termination for firmware build info 0a607a064565 serial: 8250_dw: Disable clock on error 42c35b150365 tty: goldfish: Enable 'earlycon' only if built-in ccf304a6607a qmi_wwan: set FLAG_SEND_ZLP to avoid network initiated disconnect 7bc49ffb1067 media: [RESEND] media: dvb-frontends: Add delay to Si2168 restart 784d1114823c ath10k: handling qos at STA side based on AP WMM enable/disable db80bd4d5f62 media: bt8xx: Fix err 'bt878_probe()' 06647fbb496e rtlwifi: always initialize variables given to RT_TRACE() 3104c12838b2 rtlwifi: rtl_pci: Fix the bug when inactiveps is enabled. b5817721ecea libbpf: prefer global symbols as bpf program name source 340f5832b6a6 spi: sh-msiof: Avoid writing to registers from spi_master.setup() 7f5739939eb3 tcp: allow TLP in ECN CWR df365ce541c4 hv_netvsc: Fix the TX/RX buffer default sizes 8fbec85ecd00 hv_netvsc: Fix the receive buffer size limit 3669331be6fd RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo() be176a5c98e7 IB/ipoib: Warn when one port fails to initialize 09a00a4b1e8b drm/msm: fix leak in failed get_pages aa5397213cc1 media: c8sectpfe: fix potential NULL pointer dereference in c8sectpfe_timer_interrupt 3cb311196e5f cpufreq: longhaul: Revert transition_delay_us to 200 ms e16154e6868b Bluetooth: btqcomsmd: Fix skb double free corruption b646aada058d Bluetooth: hci_qca: Avoid setup failure on missing rampatch 5ec3e522c556 drm/amdgpu: use polling mem to set SDMA3 wptr for VF bcaf449b5809 staging: android: ashmem: Fix possible deadlock in ashmem_ioctl 1d60b7802104 scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura controllers cfc8d40be91d Linux 4.15.12 c3306c7f8f97 phy: phy-brcm-usb-init: Power down USB 3.0 PHY when XHCI disabled 5fb7cf9b1ca0 phy: phy-brcm-usb-init: DRD mode can cause crash on startup 048fd682b2b8 phy: phy-brcm-usb-init: Some Low Speed keyboards fail on 7271 43bcdded80fd phy: phy-brcm-usb: Fix two DT properties to match bindings doc 2007a7097ce1 usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove() 95918af96116 usb: dwc3: of-simple: fix oops by unbalanced clk disable call b9fac2b8326d usb: dwc3: core: Power-off core/PHYs on system_suspend in host mode cad33fd60fde usb: dwc3: Fix GDBGFIFOSPACE_TYPE values 41d3763d9942 USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe() f21951e27402 dt-bindings: usb: fix the STM32F7 DWC2 OTG HS core binding 7e9122d4e1af usb: dwc2: fix STM32F7 USB OTG HS compatible bb5159f40c22 scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failure 0bbf2aa0f9e2 scsi: qla2xxx: Fix logo flag for qlt_free_session_done() 84f1972c3c5d scsi: qla2xxx: Fix NULL pointer access for fcport structure 1675cbb32906 scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_que 71103f2b9fd2 btrfs: Fix memory barriers usage with device stats counters 005155e22a0b btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes 7a42df9f0394 btrfs: Fix use-after-free when cleaning up fs_devs with a single stale device ce1ac9c8ebe0 btrfs: alloc_chunk: fix DUP stripe size handling d0505842848e btrfs: add missing initialization in btrfs_check_shared fef1dad2a985 btrfs: Fix NULL pointer exception in find_bio_stripe 428da4f87e1d xfs: preserve i_rdev when recycling a reclaimable inode 1c7453ec86ce nvme: fix subsystem multiple controllers support check 69f0542a7bef irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis fdb574d9a7e0 RDMAVT: Fix synchronization around percpu_ref 0b68e9ccaf0b fs/aio: Use RCU accessors for kioctx_table->table[] b5b8b8be7808 fs/aio: Add explicit RCU grace period when freeing kioctx 2fa76b885ece lock_parent() needs to recheck if dentry got __dentry_kill'ed under it 9c7b569aec95 KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid 3bf14279499c kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3 885310132995 KVM: arm/arm64: Reset mapped IRQs on VM reset 1368ba16c8e6 KVM: arm/arm64: Reduce verbosity of KVM init log ad3edd3c4047 fs: Teach path_connected to handle nfs filesystems with multiple roots. ab2660381a80 drm/amdgpu/dce: Don't turn off DP sink when disconnected fa2192eea5c0 drm/radeon: fix prime teardown order d747af9a681f drm/amdgpu: fix prime teardown order 69b9106f97ce drm/nouveau/mmu: ALIGN_DOWN correct variable ba753a894a53 drm/nouveau/bl: Fix oops on driver unbind 18d8a34ac890 ALSA: seq: Clear client entry before deleting else at closing 1d63f1fc63f4 ALSA: seq: Fix possible UAF in snd_seq_check_queue() cdcecd3415a1 ALSA: hda - Revert power_save option default value eb0e7a1f5687 ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats() bf724633cfda parisc: Handle case where flush_cache_range is called with no context d7d57946c5f5 x86/mm: Fix vmalloc_fault to use pXd_large 4abf8650d693 KVM: x86: Fix device passthrough when SME is active da0812b49895 x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklist 8449802675b3 x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit kernels 7a73ba591708 x86/vm86/32: Fix POPF emulation cfb3f12e5a01 selftests/x86/entry_from_vm86: Add test cases for POPF 673d00d2cc16 selftests/x86/entry_from_vm86: Exit with 1 if we fail 733307cf6ba6 x86/cpufeatures: Add Intel PCONFIG cpufeature a21fcb396718 x86/cpufeatures: Add Intel Total Memory Encryption cpufeature 51d480eafd15 Linux 4.15.11 ddfd9b3a41ae drm/i915/glk: Disable Guc and HuC on GLK 5ae4953dc072 dmaengine: qcom_hidma: check pending interrupts 7aeb9a55a385 IB/mlx5: revisit -Wmaybe-uninitialized warning 41ba470820b3 ima: relax requiring a file signature for new files with zero length 45ecf3400006 locking/locktorture: Fix num reader/writer corner cases a95958907b4a rcutorture/configinit: Fix build directory error message 0ff7ed13f2a7 ipvlan: add L2 check for packets arriving via virtual devices f00f5f5598cc Fix misannotated out-of-line _copy_to_user() b19715a17b62 mmc: mmc_test: Ensure command queue is disabled for testing be5494a8f85b ASoC: nuc900: Fix a loop timeout test 03f6344f6981 crypto: caam/qi - use correct print specifier for size_t 64d5680d3b4d mac80211: remove BUG() when interface type is invalid 0fca555446a1 mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLED d7b6747b2198 agp/intel: Flush all chipset writes after updating the GGTT 5123e87faf12 arm64: dts: renesas: salvator-common: Add EthernetAVB PHY reset 5f426784d0b4 powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled context 3d1d39090fda powerpc/modules: Don't try to restore r2 after a sibling call 77592d6abc1b drm/amdkfd: Fix memory leaks in kfd topology 26ef25f35b9b veth: set peer GSO values e8abc1292671 net: sched: drop qdisc_reset from dev_graft_qdisc ae8cafc2813e virtio_net: Disable interrupts if napi_complete_done rescheduled napi 33964687ffd1 media: davinci: vpif_capture: add NULL check on devm_kzalloc return value 1ed91b10c4e4 media: cpia2: Fix a couple off by one bugs b85bea6de405 dm raid: fix raid set size revalidation 3e8cbf84d434 media: vsp1: Prevent suspending and resuming DRM pipelines 74b1383a2a32 staging: fsl-dpaa2/eth: Fix access to FAS field 83810e8aa67a clk: renesas: r8a77970: Add LVDS clock d641b64a0fcf scsi: dh: add new rdac devices 151c46ea1a6b scsi: devinfo: apply to HP XP the same flags as Hitachi VSP a60c9f5bdf0a scsi: core: scsi_get_device_flags_keyed(): Always return device flags d6549484c1bc bnxt_en: Don't print "Link speed -1 no longer supported" messages. fd92108e8970 spi: sun6i: disable/unprepare clocks on remove fedc177b4267 tools/usbip: fixes build with musl libc toolchain 1a1aa7f83d9f ath10k: fix invalid STS_CAP_OFFSET_MASK 2dc42ad1a816 mwifiex: cfg80211: do not change virtual interface during scan processing eb0bd8399f30 clk: qcom: msm8916: fix mnd_width for codec_digcodec 736e6ed8e417 bnxt_en: Uninitialized variable in bnxt_tc_parse_actions() 196c8a893cc3 drm/amdgpu: fix amdgpu_sync_resv v2 d43f79d8bfa3 drm/amdgpu:fix virtual dce bug 84afaae95878 iwlwifi: mvm: avoid dumping assert log when device is stopped 7024c04ba773 perf annotate: Fix objdump comment parsing for Intel mov dissassembly 7090ac4bc551 perf annotate: Fix unnecessary memory allocation for s390x 4bc53614a08f pinctrl: sh-pfc: r8a7795-es1: Fix MOD_SEL1 bit[25:24] to 0x3 when using STP_ISEN_1_D dc061955ca09 pinctrl: sh-pfc: r8a7791: Add can_clk function 4bccfe79cd4d drm/sun4i: Fix format mask in DE2 driver e5e6a10251f8 pwm: stmpe: Fix wrong register offset for hwpwm=2 case 42957cf0a77d scsi: ses: don't ask for diagnostic pages repeatedly during probe 7d6f70a8758a scsi: lpfc: Fix crash during driver unload with running nvme traffic 9280348b2696 drm/amdgpu:fix random missing of FLR NOTIFY eff913587989 KVM: X86: Restart the guest when insn_len is zero and SEV is enabled a853301f77b5 cpufreq: Fix governor module removal race b545efb25a3f ath10k: update tdls teardown state to target 4971e6535840 iio: health: max30102: Add power enable parameter to get_temp function b0fdcac4f68d iio: adc: ina2xx: Shift bus voltage register to mask flag bits 056c35957ea2 drm/etnaviv: make THERMAL selectable 3079e5ffa141 power: supply: ab8500_charger: Bail out in case of error in 'ab8500_charger_init_hw_registers()' 4e074cd9323a power: supply: ab8500_charger: Fix an error handling path fadaf4240360 power: supply: sbs-message: double left shift bug in sbsm_select() 8a7474805a53 bpf: fix stack state printing in verifier log e99d334f6d7f leds: pm8058: Silence pointer to integer size warning b116b9ca82d8 xfrm: Fix xfrm_replay_overflow_offload_esn 52e0006fb425 userns: Don't fail follow_automount based on s_user_ns daf8ff677a34 mtd: nand: ifc: update bufnum mask for ver >= 2.0.0 c91a50176871 ARM: dts: omap3-n900: Fix the audio CODEC's reset pin cc578825b46e ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin 8215dde215a2 net: thunderx: Set max queue count taking XDP_TX into account df2bc9f0c7d9 mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]() 71dc53969aa9 gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneously 3c1133294733 net: xfrm: allow clearing socket xfrm policies. 8aa7072cc386 perf report: Fix -D output for user metadata events ccf7f3f1bfe2 rtc: brcmstb-waketimer: fix error handling in brcmstb_waketmr_probe() 82e2dc52e103 net: ieee802154: adf7242: Fix bug if defined DEBUG d0426ddc5a59 drm/vblank: Fix vblank timestamp debugs 6e3b18f9ef52 test_firmware: fix setting old custom fw path back on exit 2067278ed4a1 crypto: cavium - fix memory leak on info b58c90c3a2c1 crypto: keywrap - Add missing ULL suffixes for 64-bit constants f8ed29310ff5 crypto: ecc - Fix NULL pointer deref. on no default_rng 4fc44467b7d4 crypto: chelsio - Fix an error code in chcr_hash_dma_map() fc82675c04f8 sched: Stop resched_cpu() from sending IPIs to offline CPUs 55a6c1e2842a sched: Stop switched_to_rt() from sending IPIs to offline CPUs ccacabf0e911 dt-bindings: serial: Add common rs485 binding for RTS polarity 038f81410b9f USB: ledtrig-usbport: fix of-node leak 661d71fec957 typec: tcpm: fusb302: Resolve out of order messaging events c702f9b72820 staging: rtl8822be: fix missing null check on dev_alloc_skb return 6fe526b2e82b drm/amdgpu: fix get_max_engine_clock_in_mhz 8c57c57a7d79 ARM: dts: exynos: Correct Trats2 panel reset line 941a8e4061b5 clk: meson: gxbb: fix wrong clock for SARADC/SANA 2037f15e1d02 ARM: dts: koelsch: Move cec_clock to root node 1320369874e0 iwlwifi: mvm: rs: don't override the rate history in the search cycle bc7f19a1687d HID: elo: clear BTN_LEFT mapping 7b341f3287da KVM: PPC: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix() 6f97dd22c852 video/hdmi: Allow "empty" HDMI infoframes e0749d1e1f10 dma-buf/fence: Fix lock inversion within dma-fence-array df0204154557 drm/edid: set ELD connector type in drm_edid_to_eld() c15aa9a93c05 KVM: PPC: Book3S HV: Avoid shifts by negative amounts 21764b41f1c8 HID: multitouch: Only look at non touch fields in first packet of a frame 6f6444502fa9 spi: imx: Fix failure path leak on GPIO request error correctly d1cc4fe3e8b7 drm/panel: rpi-touchscreen: propagate errors in rpi_touchscreen_i2c_read() ae53e57f5911 gfs2: Fixes to "Implement iomap for block_map" (2) 105cd2ef03be gfs2: Clean up {lookup,fillup}_metapath 7a4fe65843fd Revert "btrfs: use proper endianness accessors for super_copy" 3cd0aa9f35fe dm mpath: fix passing integrity data 701ba5478225 earlycon: add reg-offset to physical address before mapping c3a2fe0fc8a0 serial: core: mark port as initialized in autoconfig 16415f03eb6e serial: 8250_pci: Add Brainboxes UC-260 4 port serial device 306c08c6d659 usb: dwc3: Fix lock-up on ID change during system suspend/resume 11e2d13d3f9e usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb() b42aa204e111 usb: usbmon: Read text within supplied buffer size 5d4203a6d5a2 usb: quirks: add control message delay for 1b1c:1b20 1fc47d0380b5 usbip: vudc: fix null pointer dereference on udc->lock b2029b7dbe6b USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h aa05ee5fa75b scsi: sd_zbc: Fix potential memory leak c9ff6a8a1e0f staging: android: ashmem: Fix lockdep issue during llseek 1c5bfd980303 staging: comedi: fix comedi_nsamples_left. 8e6c082909d5 uas: fix comparison for error code 2667d707c420 tty/serial: atmel: add new version check for usart 60003884f6c4 serial: sh-sci: prevent lockup on full TTY buffers a0972dac1125 xhci: fix endpoint context tracer output a0722d7b9d67 xhci: Fix front USB ports on ASUS PRIME B350M-A 73848b68f99b usb: host: xhci-rcar: add support for r8a77965 b7beb59aa066 ASoC: rt5651: Fix regcache sync errors on resume aa6655a68f0a ASoC: wm_adsp: For TLV controls only register TLV get/set 9afc3ec1f2e7 ASoC: sgtl5000: Fix suspend/resume 6b57662274bd ASoC: sun4i-i2s: Fix RX slot number of SUN8I 699f7359e599 x86: Treat R_X86_64_PLT32 as R_X86_64_PC32 df57458873da Linux 4.15.10 2aaa158bc127 NFS: Fix unstable write completion 0fa7083df399 pNFS: Prevent the layout header refcount going to zero in pnfs_roc() ff32fd5e2dce NFS: Fix an incorrect type in struct nfs_direct_req 085bac793f1c scsi: qla2xxx: Fix memory leak in dual/target mode 0e7a62c3cfb6 scsi: qla2xxx: Fix system crash in qlt_plogi_ack_unref bf4ec02855d9 scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout. 33d13a80a374 scsi: qla2xxx: Defer processing of GS IOCB calls b57851dc489f scsi: qla2xxx: Clear loop id after delete ef5b3c623eec scsi: qla2xxx: Fix scan state field for fcport f7b257f9e10a scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcport 3629d122f770 scsi: qla2xxx: Fix abort command deadlock due to spinlock c6247675c8b2 scsi: qla2xxx: Fix PRLI state check 9a1e9130f25f scsi: qla2xxx: Fix Relogin being triggered too fast 41929d9b2363 scsi: qla2xxx: Relogin to target port on a cable swap 3ab51d1da782 scsi: qla2xxx: Fix NPIV host cleanup in target mode 6c609c375ca6 scsi: qla2xxx: Fix login state machine stuck at GPDB 1bb465e619eb scsi: qla2xxx: Serialize GPNID for multiple RSCN 99e33bd8bdfa scsi: qla2xxx: Retry switch command on time out b40e693ce7b5 scsi: qla2xxx: Fix re-login for Nport Handle in use e947c1c575aa scsi: qla2xxx: Skip IRQ affinity for Target QPairs 9685a797a564 scsi: qla2xxx: Move session delete to driver work queue b340fe8a83f6 scsi: qla2xxx: Fix gpnid error processing 96a18fc96c22 scsi: qla2xxx: Fix system crash for Notify ack timeout handling 5858d59b8629 x86/xen: Calculate __max_logical_packages on PV domains 218ce9890104 tpm: only attempt to disable the LPC CLKRUN if is already enabled 9e49b027f787 tpm: remove unused variables 191f9cb91d12 tpm: delete the TPM_TIS_CLK_ENABLE flag 8fa99a629bd7 tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd() f84cbaff9004 tpm_tis: Move ilb_base_addr to tpm_tis_data baf882cbcc43 netfilter: use skb_to_full_sk in ip6_route_me_harder e8cd5a8ea2dd netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt d0a52c094d57 netfilter: bridge: ebt_among: add missing match size checks 5c06b89df419 netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets 36dabaf091e7 netfilter: IDLETIMER: be syzkaller friendly 8ba14bacf620 netfilter: nat: cope with negative port range 4260816d4785 netfilter: x_tables: fix missing timer initialization in xt_LED ea2699504d33 netfilter: xt_hashlimit: fix lock imbalance cbd6bb0e28c9 netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation ec6b058c5431 netfilter: add back stackpointer size checks 831b5146892e watchdog: hpwdt: Remove legacy NMI sourcing. 52769861e99b watchdog: hpwdt: fix unused variable warning af1537404670 watchdog: hpwdt: Check source of NMI 2ade2293099d watchdog: hpwdt: SMBIOS check 7e9c540258af x86/kprobes: Fix kernel crash when probing .entry_trampoline code d9f1b1fd3728 objtool: Fix 32-bit build 58e0bb003523 objtool: Fix another switch table detection issue d5f6877f0af8 objtool, retpolines: Integrate objtool with retpoline support more closely 871caad2a47b objtool: Add module specific retpoline rules 40693bd709b5 objtool: Add retpoline validation e1861c9e9568 objtool: Use existing global variables for options 90dbf1101e65 x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute() 8882e40f66ed x86/boot, objtool: Annotate indirect jump in secondary_startup_64() 2425b3ea0afa x86/paravirt, objtool: Annotate indirect calls 468e2a80446c x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP d9a1668e7535 x86/speculation, objtool: Annotate indirect calls/jumps for objtool 5d2055f00ca3 x86/retpoline: Support retpoline builds with Clang f7d74d9aa741 x86/speculation: Use IBRS if available before calling into firmware 4049a8836273 Revert "x86/retpoline: Simplify vmexit_fill_RSB()" f1c9e2394888 x86-64/realmode: Add instruction suffix 071ee9dbac4a x86/LDT: Avoid warning in 32-bit builds with older gcc 108d29575df1 x86/IO-APIC: Avoid warning in 32-bit builds c7cbca42ac4a x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbers a6e01bb7e6e0 x86/mm: Remove stale comment about KMEMCHECK 93e18c11ff91 x86/entry/64: Use 'xorl' for faster register clearing e76bc364ce66 x86/entry: Reduce the code footprint of the 'idtentry' macro 0a58c796685c nospec: Include <asm/barrier.h> dependency 392fa7504294 nospec: Kill array_index_nospec_mask_check() 7a676d14cc09 MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base() b1d0c4b8e92e dt-bindings: Document mti,mips-cpc binding 25285f83f127 scsi: qla2xxx: Fix recursion while sending terminate exchange 7142b10b87d5 scsi: qla2xxx: Fix NULL pointer crash due to probe failure 8c4ae767a189 ALSA: hda: add dock and led support for HP ProBook 640 G2 245b88be66ce ALSA: hda: add dock and led support for HP EliteBook 820 G3 34ef89ff1759 ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines 6fc2d5416fda ALSA: seq: More protection for concurrent write and ioctl races 4271b3a41813 ALSA: seq: Don't allow resizing pool in use 27fb3754587a ALSA: hda/realtek - Make dock sound work on ThinkPad L570 ade62f0b3cf9 ALSA: hda/realtek - Fix dock line-out volume on Dell Precision 7520 6751bbdcc95a ALSA: hda/realtek: Limit mic boost on T480 7436dc94195d ALSA: hda/realtek - Add headset mode support for Dell laptop c09ba221370b ALSA: hda/realtek - Add support headset mode for DELL WYSE 031fd7b4ed4a x86/spectre_v2: Don't check microcode versions when running under hypervisors eaf9b6377a6e perf tools: Fix trigger class trigger_on() 291a0c2764e4 x86/MCE: Serialize sysfs changes f89515c2e039 x86/MCE: Save microcode revision in machine check records c56e9870f927 bcache: don't attach backing with duplicate UUID dca776a05c50 bcache: fix crashes in duplicate cache device register 9fc9e1ed7335 IB/mlx5: Fix incorrect size of klms in the memory region ca75c1477c2d dm bufio: avoid false-positive Wmaybe-uninitialized warning b2171934ddc4 kbuild: Handle builtin dtb file names containing hyphens 822996a14a2f Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers" 4a60df94905a IB/core: Fix missing RDMA cgroups release in case of failure to register device 88bf8f7eb708 arm64: mm: fix thinko in non-global page table attribute check 718a44de2712 KVM: s390: fix memory overwrites when not using SCA entries 4e5d6d3cc5e4 virtio_ring: fix num_free handling in error case 49de2e7b6670 loop: Fix lost writes caused by missing flag 342c720d9a4f Documentation/sphinx: Fix Directive import error 920a9205d268 mm/memblock.c: hardcode the end_pfn being -1 0b683939d50a lib/bug.c: exclude non-BUG/WARN exceptions from report_bug() e9f84db183af bug: use %pB in BUG and stack protector failure 9f30ff6fa1a4 Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI" 1bceb2ec8956 Input: matrix_keypad - fix race when disabling interrupts ed800b0773b1 PCI: dwc: Fix enumeration end when reaching root subordinate 77e2735ad398 MIPS: OCTEON: irq: Check for null return on kzalloc allocation df441ada39cd MIPS: ath25: Check for kzalloc allocation failure 3eaedec0cd82 MIPS: BMIPS: Do not mask IPIs during suspend 809a9bf143f7 ovl: redirect_dir=nofollow should not follow redirect for opaque lower 75d0d16e1cda drm/amdgpu:Always save uvd vcpu_bo in VM Mode b6ce72324e14 drm/amdgpu:Correct max uvd handles 83756e094108 drm/amdgpu: fix KV harvesting 692f415886d3 drm/radeon: fix KV harvesting 871aee09c102 drm/amdgpu: Notify sbios device ready before send request adcdc9dd593d drm/amdgpu: used cached pcie gen info for SI (v2) 8679c019d168 drm/amd/display: Default HDMI6G support to true. Log VBIOS table error. dd18defa55e4 drm/amd/powerplay: fix power over limit on Fiji 98bb81bb0f7b drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LE fde4dbd2a6cb drm/amd/display: check for ipp before calling cursor operations 80167d87e14f Revert "drm/radeon/pm: autoswitch power state when in balanced mode" 6cd6ec67d323 drm/amd/powerplay/vega10: allow mclk switching with no displays 8b6db1eed6d8 drm/amd/powerplay/smu7: allow mclk switching with no displays f3d86614c99d drm/nouveau: prefer XBGR2101010 for addfb ioctl 273b6c8deabe drm/amdgpu: Fix deadlock on runtime suspend ae78cada27a5 drm/radeon: Fix deadlock on runtime suspend edf309e744c0 drm/nouveau: Fix deadlock on runtime suspend 51b269211a8c drm: Allow determining if current task is output poll worker 72bfcad05183 workqueue: Allow retrieval of current task's work struct 0adf0556bebd drm/i915: Always call to intel_display_set_init_power() in resume_early. 9e2d259c4e02 scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTS 44d646d03785 scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops a7423bbfb0d1 drm/i915/perf: fix perf stream opening lock d723c32a04ca drm/i915: Try EDID bitbanging on HDMI after failed read 24791fc09ea3 drm/i915: Update watermark state correctly in sanitize_watermarks 5b79f7227aac drm/i915: Disable DC states around GMBUS on GLK 281a7778a32b drm/i915: Clear the in-use marker on execbuf failure 3ea5145064e2 drm/i915: Fix rsvd2 mask when out-fence is returned 47f84ed164c9 drm/i915/audio: fix check for av_enc_map overflow 35a66d32de2c drm/i915: Check for fused or unused pipes b7e042c88b2c regulator: stm32-vrefbuf: fix check on ready flag 644ec8e097e9 net/smc: fix NULL pointer dereference on sock_create_kern() error path bf18bf8d610f mac80211_hwsim: don't use WQ_MEM_RECLAIM 0a1c56f01811 IB/uverbs: Improve lockdep_check 056700807d82 bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc() 45c0604dbeae RDMA/mlx5: Fix integer overflow while resizing CQ 1414d3fd4616 RDMA/ucma: Check that user doesn't overflow QP state 5d07104bc91b RDMA/ucma: Limit possible option size 3eae9e93d492 Linux 4.15.9 c0d3435d7fa0 KVM: x86: fix backward migration with async_PF fa1f98c84c6b scsi: mpt3sas: wait for and flush running commands on shutdown/unload 2928c03a245f scsi: mpt3sas: fix oops in error handlers after shutdown/unload 6ff2082e4544 bpf, ppc64: fix out of bounds access in tail call bc9d150b9bf1 bpf: allow xadd only on aligned memory 8c4626bf15ba bpf: add schedule points in percpu arrays management 18fa1b102cc2 bpf, arm64: fix out of bounds access in tail call 5882764e48ed bpf, x64: implement retpoline for tail call 519f40bb7fc9 bpf: fix rcu lockdep warning for lpm_trie map_free callback f154de29a46b bpf: fix memory leak in lpm_trie map_free callback function da43a222a759 bpf: fix mlock precharge on arraymaps 968369e0e44d Linux 4.15.8 ddf33af2f815 platform/x86: dell-laptop: fix kbd_get_state's request value 344fb4360638 md: only allow remove_and_add_spares when no sync_thread running. f946a7289f2c powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PID 39f428ebf4f1 ARM: dts: LogicPD Torpedo: Fix I2C1 pinmux 6dcd8259f418 ARM: dts: LogicPD SOM-LV: Fix I2C1 pinmux 97086e143e20 ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530 f1bf982a4fea KVM/x86: remove WARN_ON() for when vm_munmap() fails 21043b0e128e KVM: x86: fix vcpu initialization with userspace lapic 100b8cbd68b1 KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path as unlikely() 16f7730b611a KVM: x86: move LAPIC initialization after VMCS creation 2ccf7f43562b KVM/x86: Remove indirect MSR op calls from SPEC_CTRL 1b7168079777 KVM: mmu: Fix overlap between public and private memslots 0a5e830dc933 KVM: X86: Fix SMRAM accessing even if VM is shutdown 4c1a4f2e0f9f ARM: kvm: fix building with gcc-8 f83ed2a349e6 ARM: mvebu: Fix broken PL310_ERRATA_753970 selects 2dc5b6bbd897 ARM: dts: rockchip: Remove 1.8 GHz operation point from phycore som 6e5bcbc089fc ARM: orion: fix orion_ge00_switch_board_info initialization d95636d18120 x86/mm: Fix {pmd,pud}_{set,clear}_flags() f48c77b42e12 nospec: Allow index argument to have const-qualified type adfc51106c08 KVM: s390: consider epoch index on TOD clock syncs b06b16f7ca6b KVM: s390: consider epoch index on hotplugged CPUs 35b8a4dfde70 KVM: s390: provide only a single function for setting the tod (fix SCK) 96819fb1cfee KVM: s390: take care of clock-comparator sign control 1c7cfc790da1 EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL 9b144500e91c media: m88ds3103: don't call a non-initalized function ced72e7e3fdc blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatch edd27ed8978b tcp: revert F-RTO extension to detect more spurious timeouts 34ffbd0f604c tcp: revert F-RTO middle-box workaround 46884f60c4ec s390/qeth: fix IPA command submission race 5df9e78c3dff s390/qeth: fix IP address lookup for L3 devices f99053f7b122 Revert "s390/qeth: fix using of ref counter for rxip addresses" 6e757a122107 s390/qeth: fix double-free on IP add/remove race 50f613e92572 s390/qeth: fix IP removal on offline cards c3238669b34f s390/qeth: fix overestimated count of buffer elements 1818aac9f31b s390/qeth: fix SETIP command handling 841c19a5cc54 s390/qeth: fix underestimated count of buffer elements 549ddc83ad5e l2tp: fix tunnel lookup use-after-free race 08ffa7bbb46e l2tp: fix race in pppol2tp_release with session object destroy 18bdaefc715b l2tp: fix races with tunnel socket close 8a319b57cc5c l2tp: don't use inet_shutdown on ppp session destroy bb364485dfa2 l2tp: don't use inet_shutdown on tunnel destroy 333502ffcfee tcp: tracepoint: only call trace_tcp_send_reset with full socket 8421bd1de6af net: phy: Restore phy_resume() locking assumption 4f217494ee7a net/mlx5: Fix error handling when adding flow rules bbc06dee4ac6 cxgb4: fix trailing zero in CIM LA dump dec498f1c88e virtio-net: disable NAPI only when enabled during XDP set fad7f95c5a30 tuntap: disable preemption during XDP processing 85e1944293c7 tuntap: correctly add the missing XDP flush 12b552b1f7b7 tcp: purge write queue upon RST 069018b93412 netlink: put module reference if dump start fails acc97d6c2bb5 mlxsw: spectrum_router: Do not unconditionally clear route offload indication 58cea8e8f1c0 cls_u32: fix use after free in u32_destroy_key() ba34386c3a5f amd-xgbe: Restore PCI interrupt enablement setting on resume c5f3a16c047d tls: Use correct sk->sk_prot for IPV6 7e7a3ddb1a47 net/mlx5e: Verify inline header size do not exceed SKB linear size 738d0533e316 bridge: Fix VLAN reference count problem e7b63f0b9981 sctp: fix dst refcnt leak in sctp_v6_get_dst() fcff1213761a net: ipv4: Set addr_type in hash_keys for forwarded case 11cc4753e279 mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_create 6fe1cee8331d sctp: do not pr_err for the duplicated node in transport rhlist 76d0b2028297 net/sched: cls_u32: fix cls_u32 on filter replace b933df76437b net_sched: gen_estimator: fix broken estimators based on percpu stats 03bbd6797f0b net/mlx5e: Fix loopback self test when GRO is off edb7471e93d2 doc: Change the min default value of tcp_wmem/tcp_rmem. 3f62339aa796 tcp_bbr: better deal with suboptimal GSO 5c783a7f0203 rxrpc: Fix send in rxrpc_send_data_packet() f3d48615d322 tcp: Honor the eor bit in tcp_mtu_probe 88ff57617d0d net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT 0ef5cb5705f2 net/mlx5e: Specify numa node when allocating drop rq 1b1a55b29fe2 mlxsw: spectrum_switchdev: Check success of FDB add operation c7cf3921eb5f sctp: fix dst refcnt leak in sctp_v4_get_dst 9b8444159a4c net/mlx5e: Fix TCP checksum in LRO buffers 1e4661b4d107 udplite: fix partial checksum initialization 4fadd1aa760e sctp: verify size of a new chunk in _sctp_make_chunk() 9b7006aabf2b ppp: prevent unregistered channels from connecting to PPP units f15602876538 net: sched: report if filter is too large to dump 70ecf3334923 netlink: ensure to loop over all netns in genlmsg_multicast_allns() 9784795d3f03 net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68 30535af95cf2 net: fix race on decreasing number of TX queues 214284730b09 net: ethernet: ti: cpsw: fix net watchdog timeout 21e6097dd04a net: amd-xgbe: fix comparison to bitshift when dealing with a mask adf7429c2267 ipv6 sit: work around bogus gcc-8 -Wrestrict warning 6811b97ecd35 hdlc_ppp: carrier detect ok, don't turn off negotiation 16883c9d55c1 fib_semantics: Don't match route with mismatching tclassid 842874ee8ec1 bridge: check brport attr show in brport_show 1b89874c3856 x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table 64982714bc3f x86/platform/intel-mid: Handle Intel Edison reboot correctly d7445fa22a11 x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend 6450d9cd79e9 direct-io: Fix sleep in atomic due to sync AIO 1fa58410574b dax: fix vma_is_fsdax() helper 1666ac0ce06f cpufreq: s3c24xx: Fix broken s3c_cpufreq_init() 483c2bdccca7 vfio: disable filesystem-dax page pinning eef09bb03fcb block: pass inclusive 'lend' parameter to truncate_inode_pages_range ea402611ed03 block: kyber: fix domain token leak during requeue 8882f981b717 block: fix the count of PGPGOUT for WRITE_SAME e4c2c02c50b3 btrfs: use proper endianness accessors for super_copy 9a13579b3034 parisc: Hide virtual kernel memory layout 4aa930d5820a parisc: Fix ordering of cache and TLB flushes 24316676e3c7 parisc: Reduce irq overhead when run in qemu 60e756984554 parisc: Use cr16 interval timers unconditionally on qemu ee5e1ffab408 timers: Forward timer base before migrating timers 4ee6ac4141dd mmc: dw_mmc: Fix out-of-bounds access for slot's caps 500fb6fc6f76 mmc: dw_mmc: Factor out dw_mci_init_slot_caps d9aedd0eeff7 mmc: dw_mmc: Avoid accessing registers in runtime suspended state 89c12efb97e7 mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias 77a4aeb4ce78 mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllers 05d161055a54 ALSA: hda - Fix pincfg at resume on Lenovo T470 dock 953cadb747c1 ALSA: hda: Add a power_save blacklist b7b0967e09f8 ALSA: x86: Fix missing spinlock and mutex initializations a2eeb5a466e4 ALSA: control: Fix memory corruption risk in snd_ctl_elem_read 9d1e69dd320d ALSA: usb-audio: Add a quirck for B&W PX headphones 45bc38a35106 tpm_tis: fix potential buffer overruns caused by bit glitches on the bus 97277fda41a5 tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the bus a46deb414510 tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the bus e47b9cb5a31b tpm: fix potential buffer overruns caused by bit glitches on the bus 3f0ef47f20be tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus fdfcd0ace151 ixgbe: fix crash in build_skb Rx code path eeef553eef5e Bluetooth: btusb: Use DMI matching for QCA reset_resume quirking 7ef82fc6dd01 powerpc/pseries: Enable RAS hotplug events later c58c4d2d192d platform/x86: dell-laptop: Allocate buffer on heap rather than globally 5263849bc9e7 ipmi_si: Fix error handling of platform device d3b7976e60c6 hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers) 816433b1879a vsprintf: avoid misleading "(null)" for %px (From OE-Core rev: 6af2a2914264c67310ec874035b8a01c941e9615) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.14: update to v4.14.30Bruce Ashfield2018-03-303-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the korg -stable releases for v4.14, which comprise the following commits: de8cdc557231 Linux 4.14.30 5019b23699f4 RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file 957435b566c9 kbuild: fix linker feature test macros when cross compiling with Clang e82496fbe3a0 RDMA/ucma: Don't allow join attempts for unsupported AF family ce3e82c0630f RDMA/ucma: Fix access to non-initialized CM_ID object 712b442c68c2 clk: migrate the count of orphaned clocks at init 02db484a0583 RDMA/core: Do not use invalid destination in determining port reuse 8b0c4a2e04f7 serial: 8250_pci: Don't fail on multiport card class 00fb52a3828d IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rq cf1eb16eef13 IB/mlx5: Fix integer overflows in mlx5_ib_create_srq 3748694f1b91 scsi: mpt3sas: wait for and flush running commands on shutdown/unload 9d72b2696e0a scsi: mpt3sas: fix oops in error handlers after shutdown/unload 0493d72ee4d6 dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63 e618ff1ac59c crypto: artpec6 - set correct iv size for gcm(aes) 53555c8fc8a2 clk: si5351: Rename internal plls to avoid name collisions fa97cdb4c71e clk: axi-clkgen: Correctly handle nocount bit in recalc_rate() 9e9d9b1a3dbf clk: Don't touch hardware when reparenting during registration 24c92f975cb2 clk: at91: pmc: Wait for clocks when resuming 14d920fc4579 nfsd4: permit layoutget of executable-only files 1de82078a0c0 ARM: dts: aspeed-evb: Add unit name to memory node e434a6eaed8c RDMA/ocrdma: Fix permissions for OCRDMA_RESET_STATS 7b7e076f8cad scsi: lpfc: Fix issues connecting with nvme initiator 1626beb0b5d8 scsi: lpfc: Fix SCSI LUN discovery when SCSI and NVME enabled 6f4649f3bef8 soc: qcom: smsm: fix child-node lookup f1f225794a41 ip_gre: fix potential memory leak in erspan_rcv 9cd6c84e9377 ip_gre: fix error path when erspan_rcv failed e6cfc525163e ip6_vti: adjust vti mtu according to mtu of lower device f2b32ce1ccef iommu/vt-d: clean up pr_irq if request_threaded_irq fails 915bd53d68f6 pinctrl: rockchip: enable clock when reading pin direction register 130e535210ba pinctrl: Really force states during suspend/resume 06299bd0cf73 media: davinci: fix a debug printk fea718819c69 PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failures e1645629785b PCI: endpoint: Fix find_first_zero_bit() usage 194b5ce11968 PCI: designware-ep: Fix ->get_msi() to check MSI_EN bit d67d7bf8f12d coresight: Fix disabling of CoreSight TPIU f16a65befe74 pty: cancel pty slave port buf's work in tty_release 728e120d1786 drm/omap: DMM: Check for DMM readiness after successful transaction commit 9967208b4f6c mmc: sdhci-xenon: wait 5ms after set 1.8V signal enable 83a2960ff6d1 omapdrm: panel: fix compatible vendor string for td028ttec1 f7eda23c2990 vgacon: Set VGA struct resource types 58668d153baf iser-target: avoid reinitializing rdma contexts for isert commands a3e4b8fe6479 IB/umem: Fix use of npages/nmap fields 251695a39f05 RDMA/cma: Use correct size when writing netlink stats a4ac7cb593ad IB/ipoib: Avoid memory leak if the SA returns a different DGID 9766562956fd rtc: ac100: Fix multiple race conditions badf37254bc7 media: s5p-mfc: Fix lock contention - request_firmware() once 639dab36edbd sfp: fix non-detection of PHY 1a6610de8c1b sfp: fix EEPROM reading in the case of non-SFF8472 SFPs 1b485793ce84 net: phy: meson-gxl: check phy_write return value ea60e54b22aa /dev/mem: Add bounce buffer for copy-out 79a49fcc0768 mmc: block: fix logical error to avoid memory leak 9dd93e524955 mmc: avoid removing non-removable hosts during suspend c1326c691f4d drm/tilcdc: ensure nonatomic iowrite64 is not used e2a6f2967f67 dmaengine: zynqmp_dma: Fix race condition in the probe f4a0f85594ba platform/chrome: Use proper protocol transfer function 71233e2541a4 watchdog: Fix kref imbalance seen if handle_boot_enabled=0 08b810901020 watchdog: Fix potential kref imbalance when opening watchdog 008029510ac8 cros_ec: fix nul-termination for firmware build info 79c3f5cf466d serial: 8250_dw: Disable clock on error f1be26620373 tty: goldfish: Enable 'earlycon' only if built-in 5ff0741646fd qmi_wwan: set FLAG_SEND_ZLP to avoid network initiated disconnect a9a14b17f72c media: [RESEND] media: dvb-frontends: Add delay to Si2168 restart 057ee30417e5 ath10k: handling qos at STA side based on AP WMM enable/disable 824f8613ea62 media: bt8xx: Fix err 'bt878_probe()' 2159db50a572 rtlwifi: always initialize variables given to RT_TRACE() 9f180c6db58e rtlwifi: rtl_pci: Fix the bug when inactiveps is enabled. 9854881c225a spi: sh-msiof: Avoid writing to registers from spi_master.setup() 6467b3e25447 hv_netvsc: Fix the TX/RX buffer default sizes 8dc11c413557 hv_netvsc: Fix the receive buffer size limit e53e85d5082c RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo() 4df82a41e819 drm/msm: fix leak in failed get_pages b3cff08483d0 media: c8sectpfe: fix potential NULL pointer dereference in c8sectpfe_timer_interrupt b453f9d8c55e cpufreq: longhaul: Revert transition_delay_us to 200 ms e59e19dc4086 Bluetooth: btqcomsmd: Fix skb double free corruption 5b58533858e3 Bluetooth: hci_qca: Avoid setup failure on missing rampatch 23081c335df9 staging: android: ashmem: Fix possible deadlock in ashmem_ioctl 23e73e2ab4d2 scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura controllers 809607940362 Linux 4.14.29 f2216e3e1d64 usb: dwc3: Fix GDBGFIFOSPACE_TYPE values 3914aae2ae24 USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe() c209d68794e6 scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failure 91cb90636e03 scsi: qla2xxx: Fix logo flag for qlt_free_session_done() 31de69d5c9b8 scsi: qla2xxx: Fix NULL pointer access for fcport structure 8cdd1908c174 scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_que 1a8902505673 btrfs: Fix memory barriers usage with device stats counters d35115930d84 btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes cb6945546b52 btrfs: Fix use-after-free when cleaning up fs_devs with a single stale device 0136bd7238b2 btrfs: alloc_chunk: fix DUP stripe size handling 7e7fbff126d1 btrfs: add missing initialization in btrfs_check_shared e625797168ce btrfs: Fix NULL pointer exception in find_bio_stripe e01cf461f1d0 irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis 1f4b6d083dc6 RDMAVT: Fix synchronization around percpu_ref cd21b3400bc1 fs/aio: Use RCU accessors for kioctx_table->table[] 076c7c06801a fs/aio: Add explicit RCU grace period when freeing kioctx b071bce3ff7e lock_parent() needs to recheck if dentry got __dentry_kill'ed under it e693f1331c4c KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid b85437d007f4 kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3 2ffe95e3aa1e KVM: arm/arm64: Reduce verbosity of KVM init log 0481f001d9c1 fs: Teach path_connected to handle nfs filesystems with multiple roots. 690291bccba9 drm/amdgpu/dce: Don't turn off DP sink when disconnected 1a50b5f07acf drm/radeon: fix prime teardown order b4a9192c74ad drm/amdgpu: fix prime teardown order bdbd0a2082d5 drm/nouveau/bl: Fix oops on driver unbind 3d1ef6fbdc22 ALSA: seq: Clear client entry before deleting else at closing 0609022631b3 ALSA: seq: Fix possible UAF in snd_seq_check_queue() c0cafa62d780 ALSA: hda - Revert power_save option default value 5ee6abaa5370 ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats() a9cf8b6fe73b parisc: Handle case where flush_cache_range is called with no context 6fcb523eafa0 x86/mm: Fix vmalloc_fault to use pXd_large 4b428e9998c1 KVM: x86: Fix device passthrough when SME is active 732f9a89fc1e x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklist 76aaa3978252 x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit kernels 68ce99300659 x86/vm86/32: Fix POPF emulation 602e52e66fbe selftests/x86/entry_from_vm86: Add test cases for POPF 102c51c63494 selftests/x86: Add tests for the STR and SLDT instructions 6d3789cafd00 selftests/x86: Add tests for User-Mode Instruction Prevention 9ad561690f83 selftests/x86/entry_from_vm86: Exit with 1 if we fail 4cf4908d1d4e x86/cpufeatures: Add Intel PCONFIG cpufeature 828ba3c7fd5a x86/cpufeatures: Add Intel Total Memory Encryption cpufeature 42b96e19dddd Linux 4.14.28 1c8b6717a268 drm/i915/glk: Disable Guc and HuC on GLK e09475d69826 dmaengine: qcom_hidma: check pending interrupts 4f33fcc68abe IB/mlx5: revisit -Wmaybe-uninitialized warning fd6170bf4381 ima: relax requiring a file signature for new files with zero length c02dd004559c locking/locktorture: Fix num reader/writer corner cases 09e59383eb1c rcutorture/configinit: Fix build directory error message 17c8c5998857 ipvlan: add L2 check for packets arriving via virtual devices 0ced0c46b418 Fix misannotated out-of-line _copy_to_user() 4117e8971923 mmc: mmc_test: Ensure command queue is disabled for testing b45ccc79b04a ASoC: nuc900: Fix a loop timeout test 00be5b299063 crypto: caam/qi - use correct print specifier for size_t 8077cba5b1f0 mac80211: remove BUG() when interface type is invalid f6ae26c08033 mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLED 9bece8dda367 agp/intel: Flush all chipset writes after updating the GGTT 4df57c45f762 arm64: dts: renesas: salvator-common: Add EthernetAVB PHY reset 9281b0856dcd powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled context d744153d67fd powerpc/modules: Don't try to restore r2 after a sibling call 12848af16f9e drm/amdkfd: Fix memory leaks in kfd topology 30d45938f2a5 veth: set peer GSO values a80de288d6c5 net: sched: drop qdisc_reset from dev_graft_qdisc 127bda4b0912 virtio_net: Disable interrupts if napi_complete_done rescheduled napi 623f21858691 media: davinci: vpif_capture: add NULL check on devm_kzalloc return value b6b70d70331f media: cpia2: Fix a couple off by one bugs 8834a75d8acb dm raid: fix raid set size revalidation 77ec30a0b35e media: vsp1: Prevent suspending and resuming DRM pipelines 32097005dd78 scsi: dh: add new rdac devices 97b8a9a87832 scsi: devinfo: apply to HP XP the same flags as Hitachi VSP a60a3523b398 scsi: core: scsi_get_device_flags_keyed(): Always return device flags 677794fb0ca2 bnxt_en: Don't print "Link speed -1 no longer supported" messages. 564030343299 spi: sun6i: disable/unprepare clocks on remove 4309a1e0d1c3 tools/usbip: fixes build with musl libc toolchain 9c0a007d1efc ath10k: fix invalid STS_CAP_OFFSET_MASK 0c2fa288cfc3 mwifiex: cfg80211: do not change virtual interface during scan processing 1a7e2b546b0f clk: qcom: msm8916: fix mnd_width for codec_digcodec 6d6a5eae5600 drm/amdgpu:fix virtual dce bug bd301e538bd6 iwlwifi: mvm: avoid dumping assert log when device is stopped e6fb81cb22b7 perf annotate: Fix objdump comment parsing for Intel mov dissassembly f9b186caa071 perf annotate: Fix unnecessary memory allocation for s390x 9334b702531d pinctrl: sh-pfc: r8a7795-es1: Fix MOD_SEL1 bit[25:24] to 0x3 when using STP_ISEN_1_D 162ee473a0cb pinctrl: sh-pfc: r8a7791: Add can_clk function 81a16b68d254 drm/sun4i: Fix format mask in DE2 driver 5dc7257b7ca7 pwm: stmpe: Fix wrong register offset for hwpwm=2 case 65722e73086d scsi: ses: don't ask for diagnostic pages repeatedly during probe 5d8c64ea75f3 drm/amdgpu:fix random missing of FLR NOTIFY 0049457bfde6 cpufreq: Fix governor module removal race bde5c6dca065 ath10k: update tdls teardown state to target 6af44accf4ff iio: health: max30102: Add power enable parameter to get_temp function 975486d1f138 iio: adc: ina2xx: Shift bus voltage register to mask flag bits cb334409bb02 drm/etnaviv: make THERMAL selectable 893bfd501781 power: supply: ab8500_charger: Bail out in case of error in 'ab8500_charger_init_hw_registers()' 487d43596072 power: supply: ab8500_charger: Fix an error handling path 7579edac03e6 leds: pm8058: Silence pointer to integer size warning ab3db1af4210 xfrm: Fix xfrm_replay_overflow_offload_esn 5aac93adff9c userns: Don't fail follow_automount based on s_user_ns 926b261b1ed5 mtd: nand: ifc: update bufnum mask for ver >= 2.0.0 2f1f60c4b903 ARM: dts: omap3-n900: Fix the audio CODEC's reset pin 0ed43f944a40 ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin 5132282f9c4b net: thunderx: Set max queue count taking XDP_TX into account 4ab1fcc7a5f7 mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]() bd174cd107d0 net: xfrm: allow clearing socket xfrm policies. f113f794410a rtc: brcmstb-waketimer: fix error handling in brcmstb_waketmr_probe() 31a0f4502108 net: ieee802154: adf7242: Fix bug if defined DEBUG 00c7a2690dcc test_firmware: fix setting old custom fw path back on exit 919ba939de1a crypto: cavium - fix memory leak on info 90cf769aeb5a crypto: ecc - Fix NULL pointer deref. on no default_rng cebb9043093e sched: Stop resched_cpu() from sending IPIs to offline CPUs 9c2825526d96 sched: Stop switched_to_rt() from sending IPIs to offline CPUs 872181a79b35 USB: ledtrig-usbport: fix of-node leak b9faab6a01e9 typec: tcpm: fusb302: Resolve out of order messaging events dc3173bf6ccb staging: rtl8822be: fix missing null check on dev_alloc_skb return 0e2685fef97d drm/amdgpu: fix get_max_engine_clock_in_mhz dc743e973895 ARM: dts: exynos: Correct Trats2 panel reset line 7299cd29f12c clk: meson: gxbb: fix wrong clock for SARADC/SANA 9ac03f5260e4 ARM: dts: koelsch: Move cec_clock to root node cc218843b44d iwlwifi: mvm: rs: don't override the rate history in the search cycle f0ab595c2de0 HID: elo: clear BTN_LEFT mapping addf1ae9fcb2 HID: multitouch: Only look at non touch fields in first packet of a frame d2bbda4c374c video/hdmi: Allow "empty" HDMI infoframes 182c594668e7 dma-buf/fence: Fix lock inversion within dma-fence-array e19df194b50e drm/edid: set ELD connector type in drm_edid_to_eld() 2b0509fa4afe Revert "btrfs: use proper endianness accessors for super_copy" d916e453942b dm mpath: fix passing integrity data dbacf552cdbf earlycon: add reg-offset to physical address before mapping 0da58aed9edc serial: core: mark port as initialized in autoconfig 099d055f8ab9 serial: 8250_pci: Add Brainboxes UC-260 4 port serial device e52fb772cb1d usb: dwc3: Fix lock-up on ID change during system suspend/resume 99d7fb05c1e9 usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb() 59b0613d3f40 usb: usbmon: Read text within supplied buffer size 42b8dfefbb1b usb: quirks: add control message delay for 1b1c:1b20 d4f0bf4525fd usbip: vudc: fix null pointer dereference on udc->lock f8187fd2aeda USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h 6de9ee2f3020 staging: android: ashmem: Fix lockdep issue during llseek 4c2d71dd0f90 staging: comedi: fix comedi_nsamples_left. fdd0f1b2efc7 uas: fix comparison for error code 3c8e0474f543 tty/serial: atmel: add new version check for usart a6a8916de0db serial: sh-sci: prevent lockup on full TTY buffers d03fbfded594 xhci: fix endpoint context tracer output d7c3836cd166 xhci: Fix front USB ports on ASUS PRIME B350M-A 490869f59f58 usb: host: xhci-rcar: add support for r8a77965 92d770524625 ASoC: rt5651: Fix regcache sync errors on resume 57e2eb2d13db ASoC: wm_adsp: For TLV controls only register TLV get/set 90442512a6c6 ASoC: sgtl5000: Fix suspend/resume 577ad1c9bcfd ASoC: sun4i-i2s: Fix RX slot number of SUN8I a971fc44c94b x86: Treat R_X86_64_PLT32 as R_X86_64_PC32 6bccf8962b78 net: phy: Restore phy_resume() locking assumption 76fbc152cd8c net: phy: fix resume handling 9b1fb9cc922d Linux 4.14.27 24e955e59100 x86/kprobes: Fix kernel crash when probing .entry_trampoline code e8be8ff1f757 objtool: Fix 32-bit build a617f2e36d67 objtool: Fix another switch table detection issue c3b9f72606ac objtool, retpolines: Integrate objtool with retpoline support more closely a69898c9eb0a objtool: Add module specific retpoline rules 3945bbe1525f kbuild: move cc-option and cc-disable-warning after incl. arch Makefile 6288eb92cae8 kbuild: Set KBUILD_CFLAGS before incl. arch Makefile cfe39acafbaf kbuild: re-order the code to not parse unnecessary variables e6993149fa4d objtool: Add retpoline validation 8c2768139ffb objtool: Use existing global variables for options f9be9ef91a14 x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute() 4d840d9a1742 x86/boot, objtool: Annotate indirect jump in secondary_startup_64() 6fceef2e7feb x86/paravirt, objtool: Annotate indirect calls 5065490489ee x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP 945e3d00ecdc x86/speculation, objtool: Annotate indirect calls/jumps for objtool e76a9431f21a x86/retpoline: Support retpoline builds with Clang c3ffdb5a2ed4 x86/speculation: Use IBRS if available before calling into firmware a66fe0437d85 Revert "x86/retpoline: Simplify vmexit_fill_RSB()" 8cb411344339 x86-64/realmode: Add instruction suffix cd9547e51503 x86/LDT: Avoid warning in 32-bit builds with older gcc e793e30063b9 x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbers c507f00d2b5e x86/mm: Remove stale comment about KMEMCHECK 5f9d19a6c9e1 x86/entry/64: Use 'xorl' for faster register clearing b690fda31a47 x86/entry: Reduce the code footprint of the 'idtentry' macro 2e19277e1df5 nospec: Include <asm/barrier.h> dependency bebe3994ddaf nospec: Kill array_index_nospec_mask_check() dc2f0da8350e MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base() 20b4c7f86df9 dt-bindings: Document mti,mips-cpc binding 608d96fc43a3 scsi: qla2xxx: Fix recursion while sending terminate exchange 8540351ee8a4 scsi: qla2xxx: Fix NULL pointer crash due to probe failure 3deecffb1b78 ALSA: hda: add dock and led support for HP ProBook 640 G2 f2ba41eb6290 ALSA: hda: add dock and led support for HP EliteBook 820 G3 818b447d14e4 ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines 6d3a7dcba8c5 ALSA: seq: More protection for concurrent write and ioctl races d9c724729d0d ALSA: seq: Don't allow resizing pool in use 7b4e500bada3 ALSA: hda/realtek - Make dock sound work on ThinkPad L570 816ee317d8a2 ALSA: hda/realtek - Fix dock line-out volume on Dell Precision 7520 3c69eccc1ab1 ALSA: hda/realtek: Limit mic boost on T480 37872f84cc2d ALSA: hda/realtek - Add headset mode support for Dell laptop 2c269a2557a9 ALSA: hda/realtek - Add support headset mode for DELL WYSE c5bd1ad601d1 x86/spectre_v2: Don't check microcode versions when running under hypervisors c192a793f056 perf tools: Fix trigger class trigger_on() 5c1c405d3936 x86/MCE: Serialize sysfs changes 859334041d04 x86/MCE: Save microcode revision in machine check records c6a1c0caf2d0 bcache: don't attach backing with duplicate UUID 14c2230b83bc bcache: fix crashes in duplicate cache device register f1833eb13078 IB/mlx5: Fix incorrect size of klms in the memory region 525673339fb1 dm bufio: avoid false-positive Wmaybe-uninitialized warning ffced04184f5 kbuild: Handle builtin dtb file names containing hyphens e3a8c7b5d707 IB/core: Fix missing RDMA cgroups release in case of failure to register device c1badd7b65c4 arm64: mm: fix thinko in non-global page table attribute check 3da2a62a61d1 KVM: s390: fix memory overwrites when not using SCA entries 583cc79b7380 virtio_ring: fix num_free handling in error case 5f9113db06a4 loop: Fix lost writes caused by missing flag 7f18a19b2113 Documentation/sphinx: Fix Directive import error 88b3e6acbae0 mm/memblock.c: hardcode the end_pfn being -1 d50cb5cedb6f lib/bug.c: exclude non-BUG/WARN exceptions from report_bug() 89d3fccd8bab Input: matrix_keypad - fix race when disabling interrupts 91e019af29cd PCI: dwc: Fix enumeration end when reaching root subordinate d90bb7c6806b MIPS: OCTEON: irq: Check for null return on kzalloc allocation e06fe5925771 MIPS: ath25: Check for kzalloc allocation failure 26f1a4666090 MIPS: BMIPS: Do not mask IPIs during suspend 6c6f1e60b5e4 drm/amdgpu:Always save uvd vcpu_bo in VM Mode 783fd8eb86fc drm/amdgpu:Correct max uvd handles e919af14fa17 drm/amdgpu: fix KV harvesting f641c63d750a drm/radeon: fix KV harvesting 755e5527e57f drm/amdgpu: Notify sbios device ready before send request 20f3ff9738c0 drm/amdgpu: used cached pcie gen info for SI (v2) 26078a2d862d drm/amd/powerplay: fix power over limit on Fiji 9c1192dcb7ba drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LE 1dd93412438e Revert "drm/radeon/pm: autoswitch power state when in balanced mode" cfc381d215af drm/amd/powerplay/vega10: allow mclk switching with no displays 396ff3687674 drm/amd/powerplay/smu7: allow mclk switching with no displays 9b9a82c0e2e1 drm/nouveau: prefer XBGR2101010 for addfb ioctl e6a23183d800 drm/amdgpu: Fix deadlock on runtime suspend 9c1508eff805 drm/radeon: Fix deadlock on runtime suspend 8c13b37c887d drm/nouveau: Fix deadlock on runtime suspend c261d5a4e5bf drm: Allow determining if current task is output poll worker 363e3fd5fa49 workqueue: Allow retrieval of current task's work struct 0547d1135081 drm/i915: Always call to intel_display_set_init_power() in resume_early. 07b749546521 scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTS 4dbc3e4d8b28 scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops 2e5033364e0d drm/i915/perf: fix perf stream opening lock c16a67695cd6 drm/i915: Try EDID bitbanging on HDMI after failed read d3accc34d793 drm/i915: Update watermark state correctly in sanitize_watermarks 7b3f881e41c5 drm/i915: Disable DC states around GMBUS on GLK 492056f2944e drm/i915: Clear the in-use marker on execbuf failure f306b12928b9 drm/i915: Fix rsvd2 mask when out-fence is returned 4b26a307391f regulator: stm32-vrefbuf: fix check on ready flag bba05fb6a13b net/smc: fix NULL pointer dereference on sock_create_kern() error path e0486b303556 IB/uverbs: Improve lockdep_check dbfed071633c RDMA/mlx5: Fix integer overflow while resizing CQ 01b8c0e36063 RDMA/ucma: Check that user doesn't overflow QP state 9b2d784a39d4 RDMA/ucma: Limit possible option size 7b7574e9b209 NFS: Fix unstable write completion e131a6d68cd5 pNFS: Prevent the layout header refcount going to zero in pnfs_roc() 2bca2c58d83b NFS: Fix an incorrect type in struct nfs_direct_req 29060ff7c1ed scsi: qla2xxx: Fix memory leak in dual/target mode 0393270e9e58 scsi: qla2xxx: Fix system crash in qlt_plogi_ack_unref e62c1051a4fd scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout. f5ff7098d906 scsi: qla2xxx: Defer processing of GS IOCB calls 1bc43df12141 scsi: qla2xxx: Clear loop id after delete 21e4e9c6d8ab scsi: qla2xxx: Fix scan state field for fcport 0b42928ca54c scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcport 11739154e650 scsi: qla2xxx: Fix abort command deadlock due to spinlock 4929c452336c scsi: qla2xxx: Fix PRLI state check f92ec32f33ba scsi: qla2xxx: Fix Relogin being triggered too fast 1411448e0a1b scsi: qla2xxx: Fix NPIV host cleanup in target mode 4274e4a3bee9 scsi: qla2xxx: Fix login state machine stuck at GPDB 585f4ebd9e66 scsi: qla2xxx: Serialize GPNID for multiple RSCN a6d50e89f119 scsi: qla2xxx: Retry switch command on time out 8e6cbe51afee scsi: qla2xxx: Fix re-login for Nport Handle in use fae72a271001 scsi: qla2xxx: Skip IRQ affinity for Target QPairs 2cd1f76b293e scsi: qla2xxx: Move session delete to driver work queue e0be82d7801a scsi: qla2xxx: Fix gpnid error processing f58abb5bbd23 scsi: qla2xxx: Fix system crash for Notify ack timeout handling 7b6f41b7377a tpm: only attempt to disable the LPC CLKRUN if is already enabled 30c3b70e8d83 tpm: remove unused variables 1ef7d99cc897 tpm: delete the TPM_TIS_CLK_ENABLE flag 7cea3381216a tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd() f1bb2393fcd0 tpm_tis: Move ilb_base_addr to tpm_tis_data 9131a1b3d9c8 netfilter: use skb_to_full_sk in ip6_route_me_harder 39f154faecc2 netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt 2d7e07003950 netfilter: bridge: ebt_among: add missing match size checks eaa06bfba8ea netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets c89e04e5c06e netfilter: IDLETIMER: be syzkaller friendly 53f94e6110aa netfilter: nat: cope with negative port range ab737b02b2fd netfilter: x_tables: fix missing timer initialization in xt_LED 2a7ebc07a153 netfilter: xt_hashlimit: fix lock imbalance 4514a597aa43 netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation 638c2e4eff89 netfilter: add back stackpointer size checks 310f286ded5f ASoC: Intel: kbl: fix jack name 314b54aae2ad ASoC: Intel: Skylake: Fix jack name format substitution c116baf79f0e ARM: omap2: hide omap3_save_secure_ram on non-OMAP3 builds 77fbdd1e2a0c watchdog: hpwdt: Remove legacy NMI sourcing. 41da51dbc372 watchdog: hpwdt: fix unused variable warning d40d7b332592 watchdog: hpwdt: Check source of NMI 9a07f4a6befc watchdog: hpwdt: SMBIOS check 31c4bc6e01e5 kbuild: move "_all" target out of $(KBUILD_SRC) conditional 96427a5164f3 Linux 4.14.26 dc6fb79de47d KVM: x86: fix backward migration with async_PF a91064ff43a2 bpf, ppc64: fix out of bounds access in tail call 3e272a8cd57a bpf: allow xadd only on aligned memory e1760b3563fb bpf: add schedule points in percpu arrays management 03549a3476e1 bpf, arm64: fix out of bounds access in tail call 7e657aa3b4f7 bpf, x64: implement retpoline for tail call 853223c2caf4 bpf: fix rcu lockdep warning for lpm_trie map_free callback 62a2caa5027f bpf: fix memory leak in lpm_trie map_free callback function d9fd73c60bc9 bpf: fix mlock precharge on arraymaps 8773f9bfa9e8 Linux 4.14.25 df11c2268c39 nvme-rdma: don't suppress send completions 9474d8fa7ac4 md: only allow remove_and_add_spares when no sync_thread running. 4df591f704a2 ARM: dts: LogicPD Torpedo: Fix I2C1 pinmux 2b8446579c1b ARM: dts: LogicPD SOM-LV: Fix I2C1 pinmux b2190cc39184 ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530 b95f8ca8d719 KVM/x86: remove WARN_ON() for when vm_munmap() fails 615462370ab6 KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in kvm_valid_sregs() db98acd6f859 PCI/ASPM: Deal with missing root ports in link state handling b4830f3ad9c5 KVM: x86: fix vcpu initialization with userspace lapic 1f17daea7026 KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path as unlikely() 03d62460c731 KVM: x86: move LAPIC initialization after VMCS creation 0d62a56dc454 KVM/x86: Remove indirect MSR op calls from SPEC_CTRL 7135aaf3ed63 KVM: mmu: Fix overlap between public and private memslots 1ebf9ab6c4a0 KVM: X86: Fix SMRAM accessing even if VM is shutdown f925158cb0d2 KVM: x86: extend usage of RET_MMIO_PF_* constants e0c7b2b16666 ARM: kvm: fix building with gcc-8 fc6be8bc1216 ARM: mvebu: Fix broken PL310_ERRATA_753970 selects 4c02f0164b0e ARM: dts: rockchip: Remove 1.8 GHz operation point from phycore som 8dc356e5b936 ARM: orion: fix orion_ge00_switch_board_info initialization b20d1086410a x86/mm: Fix {pmd,pud}_{set,clear}_flags() 656772cb7233 nospec: Allow index argument to have const-qualified type 81a158d21498 KVM: s390: consider epoch index on TOD clock syncs dbab3751bcc7 KVM: s390: consider epoch index on hotplugged CPUs 58a5d1ac69a7 KVM: s390: provide only a single function for setting the tod (fix SCK) c09ea9a8da5b KVM: s390: take care of clock-comparator sign control bd3ead457638 EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL 1ba2b9e01dbf media: m88ds3103: don't call a non-initalized function ccddee811eba blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatch c5f32462f0df s390/qeth: fix IPA command submission race eae17c406390 s390/qeth: fix IP address lookup for L3 devices 87c4789f452d Revert "s390/qeth: fix using of ref counter for rxip addresses" 56f662db7f56 s390/qeth: fix double-free on IP add/remove race 027637104ddf s390/qeth: fix IP removal on offline cards fa4919e37f8e s390/qeth: fix overestimated count of buffer elements 128c7e692333 s390/qeth: fix SETIP command handling fcdfb9d80dc9 s390/qeth: fix underestimated count of buffer elements 99a781947c2a virtio-net: disable NAPI only when enabled during XDP set 5134b919cc2c tuntap: disable preemption during XDP processing 1903344b6320 tuntap: correctly add the missing XDP flush abb4a8b870b5 tcp: purge write queue upon RST eec434c573e7 netlink: put module reference if dump start fails abd7663b5d1c mlxsw: spectrum_router: Do not unconditionally clear route offload indication ebadf888288c cls_u32: fix use after free in u32_destroy_key() fb8a84cb9f6a amd-xgbe: Restore PCI interrupt enablement setting on resume e7b316ac78e2 net/mlx5e: Verify inline header size do not exceed SKB linear size cbd173b8105c bridge: Fix VLAN reference count problem 00ec3b0ca32f sctp: fix dst refcnt leak in sctp_v6_get_dst() 97ba6e5ff684 net: ipv4: Set addr_type in hash_keys for forwarded case 73cb791fe41c mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_create 0ab87ec99e99 tcp: revert F-RTO extension to detect more spurious timeouts cc8dadb8c0f4 tcp: revert F-RTO middle-box workaround 36728a6b39c1 sctp: do not pr_err for the duplicated node in transport rhlist 54d6bc97b4c9 net/sched: cls_u32: fix cls_u32 on filter replace a01550d778a4 net_sched: gen_estimator: fix broken estimators based on percpu stats 5b5be45ed1f2 net/mlx5e: Fix loopback self test when GRO is off ff01f118d168 doc: Change the min default value of tcp_wmem/tcp_rmem. d6a76199e851 tcp_bbr: better deal with suboptimal GSO f0a04a0e1ab4 rxrpc: Fix send in rxrpc_send_data_packet() 17634603d494 tcp: Honor the eor bit in tcp_mtu_probe dcb5da20ee3f net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT f26693d38760 net/mlx5e: Specify numa node when allocating drop rq 2229dd5dd6c6 mlxsw: spectrum_switchdev: Check success of FDB add operation 9f02a069bfdd sctp: fix dst refcnt leak in sctp_v4_get_dst bf014cc18a3c net/mlx5e: Fix TCP checksum in LRO buffers fecb84a83f84 udplite: fix partial checksum initialization 1fc74a57a8ae sctp: verify size of a new chunk in _sctp_make_chunk() 5775f7876467 ppp: prevent unregistered channels from connecting to PPP units 795f3deff199 net: sched: report if filter is too large to dump 60b28d5ef3e3 netlink: ensure to loop over all netns in genlmsg_multicast_allns() 3bcf69f8e786 net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68 f80c28a585b5 net: fix race on decreasing number of TX queues da260080c2e3 net: ethernet: ti: cpsw: fix net watchdog timeout 94870df33c9b net: amd-xgbe: fix comparison to bitshift when dealing with a mask c3d7d3a099f6 ipv6 sit: work around bogus gcc-8 -Wrestrict warning 2cdc12a498fc hdlc_ppp: carrier detect ok, don't turn off negotiation 4a5048e7fdeb fib_semantics: Don't match route with mismatching tclassid 4c13e689e5f0 bridge: check brport attr show in brport_show 71978491bb66 x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table f70befc397a6 x86/platform/intel-mid: Handle Intel Edison reboot correctly e521a723fd3f x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend 93e1f7fc77e6 direct-io: Fix sleep in atomic due to sync AIO 0ba6c33b3287 dax: fix vma_is_fsdax() helper 3379a37a7409 cpufreq: s3c24xx: Fix broken s3c_cpufreq_init() d5168ce35434 vfio: disable filesystem-dax page pinning 7f43f610c4bb block: kyber: fix domain token leak during requeue 17644a0bbb19 block: fix the count of PGPGOUT for WRITE_SAME eae6179f5539 btrfs: use proper endianness accessors for super_copy dabf89052e8e parisc: Fix ordering of cache and TLB flushes 47e7fc96cddc parisc: Reduce irq overhead when run in qemu 90c3f0d36000 parisc: Use cr16 interval timers unconditionally on qemu 6b218ed6bd07 timers: Forward timer base before migrating timers ec274a65154a mmc: dw_mmc: Fix out-of-bounds access for slot's caps e03d46a156d9 mmc: dw_mmc: Factor out dw_mci_init_slot_caps 4d5123a0b37c mmc: dw_mmc: Avoid accessing registers in runtime suspended state cb65fc21f387 mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias 33b42aa617d1 mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllers e2c3f7270218 ALSA: hda - Fix pincfg at resume on Lenovo T470 dock 34516912bfd7 ALSA: hda: Add a power_save blacklist e5e9a08e151f ALSA: x86: Fix missing spinlock and mutex initializations a2102a155f3d ALSA: control: Fix memory corruption risk in snd_ctl_elem_read ebc24a828a2f ALSA: usb-audio: Add a quirck for B&W PX headphones e5966192439e tpm_tis_spi: Use DMA-safe memory for SPI transfers fbb6fba47c05 tpm: constify transmit data pointers f8e331c508c2 tpm_tis: fix potential buffer overruns caused by bit glitches on the bus 37dfbccd4b22 tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the bus e9951ab03f51 tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the bus 648b62fda1a3 tpm: fix potential buffer overruns caused by bit glitches on the bus 703fca31ac31 tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus 972b19e615a2 ixgbe: fix crash in build_skb Rx code path 971039cc4da1 Bluetooth: btusb: Use DMI matching for QCA reset_resume quirking (From OE-Core rev: 22ab6e95a31ca10e14d1dfab8119e87e125505d4) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: intel-socfpga, intel-pmc-core and ish support for ↵Bruce Ashfield2018-03-303-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CoffeeLake board Integrating a series of mainline backports to allow better 4.12 support for the coffeelake board: 97e710ef0545 driver: clk: socfpga: remove unused variable 2852089a6b7f x86/cpu: Add Cannonlake to Intel family 1af96090b1f4 ACPI / LPIT: Export lpit_read_residency_count_address() 1e85b644ad5e ACPI / LPIT: Add Low Power Idle Table (LPIT) support 3b931f776349 platform/x86: intel_pmc_core: Special case for Coffeelake 5666379331a9 platform/x86: intel_pmc_core: Add CannonLake PCH support de9e9e9518ee platform/x86: intel_pmc_core: Read base address from LPIT f422abd33358 platform/x86: intel_pmc_core: Remove unused header file ec1ca0048923 platform/x86: intel_pmc_core: Convert to ICPU macro f894e2c0cfff platform/x86: intel_pmc_core: Substitute PCI with CPUID enumeration ce7b50cc047d platform/x86: intel_pmc_core: Refactor debugfs entries c9ca0426c9c8 platform/x86: intel_pmc_core: Fix file permission warnings 17294194d03c platform/x86: intel_pmc_core: Change driver to a module 7f142e82c8f0 platform/x86: intel_pmc_core: Fix kernel doc for pmc_dev d095df17ddf4 platform/x86: intel_pmc_core: Remove unused variable cdfd431ccc3d platform/x86: intel_pmc_core: Remove unused EXPORTED API c54edf864c58 platform/x86: intel_pmc_core: Make the driver PCH family agnostic 5302f0bfbaed HID: intel-ish-hid: Enable Cannon Lake and Coffee Lake laptop/desktop 7e5cc39c3f61 HID: intel-ish-hid: Enable Gemini Lake ish driver b00e0e88689f HID: intel-ish-hid: Enable Cannon Lake ish driver (From OE-Core rev: 0b53601c0e8a87e336dadd6854c19cdb2e1f6b55) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/meta: improve wifi driver granularityBruce Ashfield2018-03-309-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the following commit for the 4.12+ kernels: Author: Nathan Rossi <nathan@nathanrossi.com> Date: Wed Mar 21 00:10:02 2018 +1000 features/wifi: Add WiFi driver fragments for various vendors/interfaces This change adds WiFi driver configuration fragments. The fragments are split into vendor and interface files to allow for easy selection of drivers for specific interface types (USB, PCI, SDIO) which is useful for BSPs with specific interfaces. The specific vendor/interface config fragments can be included by specific BSPs in its .scc files. However .scc files (wifi-*.scc) are provided to allow enabling interface specific or all interfaces drivers via KERNEL_FEATURES or inclusion via other .scc files. And wifi-common.scc is provided to enable the base config options required for all WiFi drivers, which is done to ensure correct configuration for default no config setups (e.g. linux-yocto-tiny). This patch only enables a limited set of drivers, which is based on what the common-pc-wifi.cfg fragment sets as well as some additional drivers, that primarily appear in USB WiFi devices. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> This gives us a much better granularity of drivers and a good baseline for future improvements. The 4.12 fragments are also slightly re-organized on top of this commit to avoid patch failures when including the new frags. (From OE-Core rev: c24d6863768a64b2c1632d5202790689a1164694) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mpc8315e-rdb: fix broken ethernetBruce Ashfield2018-03-306-26/+26
| | | | | | | | | | | | Integrating the following commits to fix the ethernet on the mpc8315e-rdb: 12f3957167b0 net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211b c986bc511c18 net: phy: Add general dummy stubs for MMD register access (From OE-Core rev: 6dd68cddc3536c11b9f868fde34a745256648c25) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: add ssl and utils native dependenciesBruce Ashfield2018-03-301-0/+2
| | | | | | | | | | | | | | | | | | | | Via the -stable updates, and other configuration changes the 4.12 kernel has the same dependency on openssl headers as 4.14+. So we add the same DEPENDS line that we already have in newer kernels to avoid the following error: | HOSTCC scripts/sign-file | build/tmp/work-shared/qemux86-64/kernel-source/scripts/sign-file.c:25:30: fatal error: openssl/opensslv.h: No such file or directory | compilation terminated. | scripts/Makefile.host:107: recipe for target 'scripts/sign-file' failed | make[3]: *** [scripts/sign-file] Error 1 | make[3]: *** Waiting for unfinished jobs.... (From OE-Core rev: 80f6840baecb8b161f6443f3dd1af4e70b5e5221) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: update to v4.12.21Bruce Ashfield2018-03-303-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating Paul Gortmaker's stable update to 4.12, this includes CVE fixes for meltdown and spectre: 3bb926457832 Linux 4.12.21 76781f72ce64 lguest: disable it vs. removing it. 6ab3176bb365 x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL efa97ecdf026 x86/pti: Mark constant arrays as __initconst a4d9aaf35e28 x86/spectre: Simplify spectre_v2 command line parsing 1dbde4da259a x86/retpoline: Avoid retpolines for built-in __init functions 7f3a7b69b0f7 x86/paravirt: Remove 'noreplace-paravirt' cmdline option ebeddfbee13f x86/speculation: Use Indirect Branch Prediction Barrier in context switch 7e0a7c84eb35 x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel bf0c4c3f38f6 x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable" f4d4ccfdf361 x86/spectre: Report get_user mitigation for spectre_v1 12f20abacd8b nl80211: Sanitize array index in parse_txq_params 7686c72bfd9c vfs, fdtable: Prevent bounds-check bypass via speculative execution a3d62741fc9b x86/syscall: Sanitize syscall table de-references under speculation 0b99c598274c x86/get_user: Use pointer masking to limit speculation bf532304a22f x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec 04584b001618 x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end} 5a64c3ccd99d x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec 9bbc24f34f03 x86: Introduce barrier_nospec b55fd06d6fe0 x86: Implement array_index_mask_nospec 79a2efa3e0f5 array_index_nospec: Sanitize speculative array de-references e9046d054bb9 Documentation: Document array_index_nospec 0078d6b103f9 x86/asm: Move 'status' from thread_struct to thread_info 46afe23798a3 x86/entry/64: Push extra regs right away 4213246ab7a8 x86/entry/64: Remove the SYSCALL64 fast path 026a59b9de37 x86/spectre: Check CONFIG_RETPOLINE in command line parser a345c5f7a1b6 x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP 999e3eca6861 x86/speculation: Simplify indirect_branch_prediction_barrier() c7acab78a24c x86/retpoline: Simplify vmexit_fill_RSB() be5c3f1101f7 x86/cpufeatures: Clean up Spectre v2 related CPUID flags 7addf309d0e0 x86/cpu/bugs: Make retpoline module warning conditional b7c17f71e9cc x86/bugs: Drop one "mitigation" from dmesg af16629cc1da x86/nospec: Fix header guards names ebfadec0c9dc x86/alternative: Print unadorned pointers 2e4bcf1ccaa9 x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support 332de1ac4373 x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes 79a2a1ba23e7 x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown d29069565618 x86/msr: Add definitions for new speculation control MSRs 114a7b0f431c x86/cpufeatures: Add AMD feature bits for Speculation Control 2d5755e9daac x86/cpufeatures: Add Intel feature bits for Speculation Control 3f5d9b428f05 x86/cpufeatures: Add CPUID_7_EDX CPUID leaf 2f1b883356ca module/retpoline: Warn about missing retpoline in module 8c935f65cf6a KVM: VMX: Make indirect call speculation safe 79c0d980e610 KVM: x86: Make indirect calls in emulator speculation safe 956ca31407ab x86/retpoline: Remove the esp/rsp thunk de8cd92003c6 x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systems f2846896cd75 x86/microcode: Fix again accessing initrd after having been freed badb7498ab69 x86/retpoline: Optimize inline assembler for vmexit_fill_RSB 750d9c97cede x86/pti: Document fix wrong index 8d759c94307d kprobes/x86: Disable optimizing on the function jumps to indirect thunk 59a3c4dc0ab9 kprobes/x86: Blacklist indirect thunk functions for kprobes 2eef7eab7aea retpoline: Introduce start/end markers of indirect thunk a37c55916910 x86/mce: Make machine check speculation protected 3aab76cd9d88 x86/tsc: Fix erroneous TSC rate on Skylake Xeon b129f5955cd5 x86/tsc: Future-proof native_calibrate_tsc() 7639b8268579 x86/mm/pkeys: Fix fill_sig_info_pkey b19a92bb0f18 x86/cpufeature: Move processor tracing out of scattered features eb5a1177e60b x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros ed114eb7be88 x86/retpoline: Fill RSB on context switch for affected CPUs 70d519c9f97c x86/kasan: Panic if there is not enough memory to boot 01e21b5f7c9c x86/retpoline: Remove compile time warning 8ca1b5f8a9f4 x86,perf: Disable intel_bts when PTI 6f037d7eaeaa security/Kconfig: Correct the Documentation reference for PTI b8c74586d251 x86/pti: Fix !PCID and sanitize defines 8e24a4722756 selftests/x86: Add test_vsyscall c3d9420f23cf x86/retpoline: Fill return stack buffer on vmexit dd182d455654 x86/retpoline/irq32: Convert assembler indirect jumps d592a8a2c5f5 x86/retpoline/checksum32: Convert assembler indirect jumps 0f3df59f16d3 x86/retpoline/xen: Convert Xen hypercall indirect jumps c0459b479a22 x86/retpoline/ftrace: Convert ftrace assembler indirect jumps 11edfaeadbd1 x86/retpoline/entry: Convert entry assembler indirect jumps bf4c91a3b74f x86/retpoline/crypto: Convert crypto assembler indirect jumps 2b243b8623a5 x86/spectre: Add boot time option to select Spectre v2 mitigation 8ab0d792e81c x86/retpoline: Add initial retpoline support f2f4c0853dba x86/pti: Make unpoison of pgd for trusted boot work for real 7495fd5400e6 x86/alternatives: Fix optimize_nops() checking 8b932f131e26 sysfs/cpu: Fix typos in vulnerability documentation 299b4adfed2e x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC 32996f3a0a81 x86/cpu/AMD: Make LFENCE a serializing instruction 10ffc3c2b2f7 x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*() 9e1201731d4b x86/tboot: Unbreak tboot with PTI enabled 728d879e5c6b x86/cpu: Implement CPU vulnerabilites sysfs functions aeba317a23de sysfs/cpu: Add vulnerability folder 83e59b5d52bf x86/cpufeatures: Add X86_BUG_SPECTRE_V[12] f7845c2cbd6e x86/Documentation: Add PTI description 16331e2c3b06 x86/pti: Unbreak EFI old_memmap 5723b0260415 kdump: Write the correct address of mem_section into vmcoreinfo 50d02826dfc0 mm/sparse.c: wrong allocation for mem_section d3cbfb481af2 mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=y (From OE-Core rev: 607b443f2abb915d4d12d6483b26030734983288) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: backport bugfixes for x86Bruce Ashfield2018-03-153-10/+10
| | | | | | | | | | | | | | | Integrating the following commits: 60b649971940 x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3 cec3c008ec8f drm/i915/cfl: Coffee Lake works on Kaby Lake PCH. 073873cb152c brd: remove unused brd_mutex 912c53b1b346 audit: fix memleak in auditd_send_unicast_skb. (From OE-Core rev: 3c14c6612c48d46677837f5f4c31cfd1a6ff6174) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.14/4.15: revert "features/systemtap/systemtap.cfg: enable ↵Bruce Ashfield2018-03-156-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CONFIG_KERNEL_DEBUG" The following commit: Author: California Sullivan <california.l.sullivan@intel.com> Date: Wed Feb 17 16:47:10 2016 -0800 ktypes: add developer ktype The developer ktype enables EMBEDDED, EXPERT, and DEBUG_KERNEL, opening up more kernel options and setting some defaults. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Was created to address the kernel footprint related issues that are related to many of the kernel debug options. When this commit was merged, it re-enabled CONFIG_DEBUG_KERNEL for the standard kernel, since it includes the systemtap fragment. The correct thing to do is to move systemtap properly into the developer kernel type. For now, you can build the developer kernel type, or add the developer kernel configuration fragment via a bbappend, and you'll have a functional systemtap. [YOCTO #12603] (From OE-Core rev: ad8f68e9831c57fde62f7b1942bfa9e1307f113d) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: warning: drm/i915/cfl: Coffee Lake works on Kaby Lake PCHBruce Ashfield2018-03-083-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the following warning backport: commit eb371933cf4d3495d0899880b2e0e252ce9db517 upstream. Coffee Lake CPU on Kaby Lake PCH is possible. It does exist, and it does work. The only missed case was this warning here noticed by Wendy who could get one system with this configuration and reported the issue for us: Hardware Configuration Board ID KBL S DDR4 UDIMM EV CRB Processor Intel® Processor code named Coffee Lake S, (6+2), 6 cores 12 threads, GT2, A0 (Internal) (QNJ4) [ 3.220585] WARNING: CPU: 10 PID: 206 at drivers/gpu/drm/i915/i915_drv.c:340 i915_driver_load+0x1210/0x1660 [i915] [ 3.221312] Modules linked in: hid_generic usbhid i915 i2c_algo_bit drm_kms_helper e1000e syscopyarea sysfillrect sysimgblt nvme fb_sys_fops ptp ahci i2c_hid drm pps_core nvme_core libahci wmi hid video [ 3.222050] CPU: 10 PID: 206 Comm: systemd-udevd Not tainted 4.13.0-rc5-intel-next+ #1 [ 3.222706] Hardware name: Intel Corporation Kabylake Client platform/KBL S DDR4 UDIMM EV CRB, BIOS KBLSE2R1.R00.X089.P00.1705051000 05/05/2017 Cc: Wendy Wang <wendy.wang@intel.com> Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20170821235056.9015-1-rodrigo.vivi@intel.com Signed-off-by: Liwei Song <liwei.song@windriver.com> (From OE-Core rev: 62acf087dca83ff094b1c0300b5752978807ca17) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: aufs and systemtapBruce Ashfield2018-03-089-19/+19
| | | | | | | | | | | | | | | | Integrating a configuration change for systemtap: features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG And porting the aufs warning fix to 4.14 and 4.15: aufs: fix compile warning (From OE-Core rev: db2a8c827332c0837d029e99b210036218f8f9dc) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: memleak and build warning fixesBruce Ashfield2018-03-083-13/+13
| | | | | | | | | | | | | Integrating the warning/leak fixes: 73873cb152c brd: remove unused brd_mutex 912c53b1b346 audit: fix memleak in auditd_send_unicast_skb. (From OE-Core rev: 4aec8f304216d5427f22d4a72f9f39be097513cb) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: fix aufs compile warningBruce Ashfield2018-03-083-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: "Kexin(Casey) Chen" <Casey.Chen@windriver.com> Forward port linux-yocto-4.8's patch to fix the build warning. http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-4.8/commit/?h=standard/base&id=7e0dd2f2b0971f0e3191e1ddc088e09eb9855567 fs/aufs/debug.h:95:19: warning: comparison of constant '0' with boolean expression is always false [-Wbool-compare] if (unlikely((e) < 0)) \ ^ fs/aufs/vdir.c:852:2: note: in expansion of macro 'AuTraceErr' AuTraceErr(!valid); ^~~~~~~~~~ In expansion of AuTraceErr(!valid), comparison of (!valid) and constant '0' always passes unlikely(x) false. function 'static int seek_vdir(struct file *file, struct dir_context *ctx)' is to find whether there is a valid vd_deblk following ctx->pos. return 1 means valid, 0 for not. Change to AuTraceErr(valid - 1) makes more sense. Signed-off-by: Kexin(Casey) Chen <Casey.Chen@windriver.com> Signed-off-by: Dengke Du <dengke.du@windriver.com> (From OE-Core rev: 1ba624ec410b13da9645efe7bc72908195c08259) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.14: update to v4.14.24Bruce Ashfield2018-03-083-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating the korg stable release which comprises the following commits: 6e4548ea58e6 Linux 4.14.24 ab5d9d1751bc net: sched: fix use-after-free in tcf_block_put_ext ac2be03ba64f net_sched: get rid of rcu_barrier() in tcf_block_put_ext() 1c8e7e61cbdf net: sched: crash on blocks with goto chain action b6b42b3d2d95 net: sched: fix crash when deleting secondary chains bc44a1bbd131 arm64: dts: marvell: mcbin: add comphy references to Ethernet ports d8cf635c9142 arm64: dts: marvell: add comphy nodes on cp110 master and slave 27245fc6f7a8 powerpc/pseries: Enable RAS hotplug events later 60190108f7e2 MIPS: Implement __multi3 for GCC7 MIPS64r6 builds 819cbaae314e mlxsw: pci: Wait after reset before accessing HW 3d23aaff9e55 nfp: always unmask aux interrupts at init e69660fdecda of_mdio: avoid MDIO bus removal when a PHY is missing 83d9e9c211fe net: gianfar_ptp: move set_fipers() to spinlock protecting area 00c840f3b51c sctp: make use of pre-calculated len 413e58ac3d84 sctp: add a ceiling to optlen in some sockopts cd659881219d xen/gntdev: Fix partial gntdev_mmap() cleanup 5aee2c142e3d xen/gntdev: Fix off-by-one error when unmapping with holes 197faf0c3a14 SolutionEngine771x: fix Ether platform data f5ac846ba15f mdio-sun4i: Fix a memory leak 84ada11975b7 xen-netfront: enable device after manual module load 0e29d0bac356 bnxt_en: Fix the 'Invalid VF' id check in bnxt_vf_ndo_prep routine. a74e2cb46cdb bnxt_en: Fix population of flow_type in bnxt_hwrm_cfa_flow_alloc() 4a33ecfb67b9 x86/platform/intel-mid: Revert "Make 'bt_sfi_data' const" fa10314f23bc nvme-fabrics: initialize default host->id in nvmf_host_default() 5e1311a13449 powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQ 9024bb7e27d2 leds: core: Fix regression caused by commit 2b83ff96f51d be2b86901a34 bpf: sockmap missing NULL psock check 5ac98131312a ia64, sched/cputime: Fix build error if CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y 7e3acce11e08 block: drain queue before waiting for q_usage_counter becoming zero 91c12917d4a8 wcn36xx: Fix dynamic power saving 3f39cc7fe90b can: flex_can: Correct the checking for frame length in flexcan_start_xmit() 0f258cc64f4e mac80211: mesh: drop frames appearing to be from us c38bd3a9fe11 nl80211: Check for the required netlink attribute presence d66a35c2a1fa net: ena: unmask MSI-X only after device initialization is completed aae87222cc9c i40e: don't remove netdev->dev_addr when syncing uc list 0f51f3cf99df i40e/i40evf: Account for frags split over multiple descriptors in check linearize 1edfa41adb10 uapi libc compat: add fallback for unsupported libcs 5c9da1201713 x86/efi: Fix kernel param add_efi_memmap regression 935454915c33 RDMA/netlink: Fix locking around __ib_get_device_by_index 7cbd67344e05 drm/ttm: check the return value of kzalloc d31d0cf5a980 NET: usb: qmi_wwan: add support for YUGA CLM920-NC5 PID 0x9625 49a8f703725e e1000: fix disabling already-disabled warning f22fec25935d macvlan: Fix one possible double free 4d3d428c56a0 xfs: quota: check result of register_shrinker() 4def40b2ee02 xfs: quota: fix missed destroy of qi_tree_lock ba28394c579b IB/ipoib: Fix race condition in neigh creation 67851c9381a1 IB/mlx4: Fix mlx4_ib_alloc_mr error flow 9d27ab346384 Input: xen-kbdfront - do not advertise multi-touch pressure support 4132ec352700 ip6_tunnel: allow ip6gre dev mtu to be set below 1280 d4727e485a1d btrfs: Fix flush bio leak 4c6652a08139 s390/dasd: fix wrongly assigned configuration data 622ded58410c afs: Fix missing error handling in afs_write_end() 4ebaea9e65d2 genirq: Guard handle_bad_irq log messages 1fd2d40b4667 IB/mlx5: Fix mlx5_ib_alloc_mr error flow c2acc8859138 led: core: Fix brightness setting when setting delay_off=0 6b800ce9ee84 perf/x86/intel: Plug memory leak in intel_pmu_init() 2f4c6c045305 bnx2x: Improve reliability in case of nested PCI errors 9f00176d7c5e tg3: Enable PHY reset in MTU change path for 5720 2c0d89a27335 tg3: Add workaround to restrict 5762 MRRS to 2048 575650b6566b tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error path 831923622a59 tipc: error path leak fixes in tipc_enable_bearer() cbc3dbfe4f37 netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done() cdbde4c04c5c crypto: inside-secure - fix request allocations in invalidation path 7cc6e8415d23 crypto: inside-secure - free requests even if their handling failed 0971f188da94 crypto: inside-secure - per request invalidation 0653ba0580ae arm64: dts: renesas: ulcb: Remove renesas, no-ether-link property 22d5e20c6a55 lib/mpi: Fix umul_ppmm() for MIPS64r6 36d0a678fb25 crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t 99b329b4611a ARM: dts: ls1021a: fix incorrect clock references 8164587e5262 RDMA/vmw_pvrdma: Call ib_umem_release on destroy QP path 831c169c9bac i915: Reject CCS modifiers for pipe C on Geminilake 8a5c84b1055a netfilter: uapi: correct UNTRACKED conntrack state bit number b7b0385937fa scsi: storvsc: Fix scsi_cmd error assignments in storvsc_handle_error e2f52fa3f8d6 netfilter: nf_tables: fix chain filter in nf_tables_dump_rules() def8d0ae4ac9 xen/balloon: Mark unallocated host memory as UNUSABLE caca324f9373 ASoC: rsnd: fixup ADG register mask 43da2bcade2a net/mlx5: Stay in polling mode when command EQ destroy fails a2cfb1c664c3 net/mlx5: Cleanup IRQs in case of unload failure 9a472c211291 net/mlx5e: Fix ETS BW check 11be1c24a60d net: stmmac: Fix bad RX timestamp extraction 06dcd2d77a01 net: stmmac: Fix TX timestamp calculation 3eeac1d10a1b ip6_tunnel: get the min mtu properly in ip6_tnl_xmit 5dc4cbcfb5f2 ip6_gre: remove the incorrect mtu limit for ipgre tap 212ea3380bbb ip_gre: remove the incorrect mtu limit for ipgre tap 4699beb77127 vxlan: update skb dst pmtu on tx path 26e6b9f0be83 net: arc_emac: fix arc_emac_rx() error paths 9b72f8c448ec net: mediatek: setup proper state for disabled GMAC on the default c7f40ff40061 x86-64/Xen: eliminate W+X mappings 54c153a0847b staging: ion: Fix ion_cma_heap allocations d61a373f4344 cgroup: Fix deadlock in cpu hotplug path 56d80186a5ac ASoC: nau8825: fix issue that pop noise when start capture 3cf652bedcb9 spi: atmel: fixed spin_lock usage inside atmel_spi_remove 52a63f35cd70 mac80211_hwsim: Fix a possible sleep-in-atomic bug in hwsim_get_radio_nl 647ed111f78f x86/stacktrace: Make zombie stack traces reliable e095ecaec6d9 xfrm: Reinject transport-mode packets through tasklet e677319068b0 drm/nouveau/pci: do a msi rearm on init 0b9aeeb6070e net: phy: xgene: disable clk on error paths ac4dc9f1af33 sget(): handle failures of register_shrinker() 60f1c1f27992 sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renege c8b8dd735938 x86/asm: Allow again using asm.h when building for the 'bpf' clang target ba9443c55f36 ARM: 8731/1: Fix csum_partial_copy_from_user() stack mismatch ae3471f65a04 parisc: Reduce thread stack to 16 kb 4b2e0f099619 ipv6: icmp6: Allow icmp messages to be looped back 6de1b002a29f mtd: nand: brcmnand: Zero bitflip is not an error f485259011ad mtd: nand: gpmi: Fix failure when a erased page has a bitflip at BBM 14862bfbffd9 net: usb: qmi_wwan: add Telit ME910 PID 0x1101 support 043309fb5106 net: aquantia: Fix hardware DMA stream overload on large MRRS dabd233b757d net: aquantia: Fix actual speed capabilities reporting fbd047ffcccf nvme: check hw sectors before setting chunk sectors a1aef5ce2abe nvme-fc: remove double put reference if admin connect fails 4d9f62729178 phy: cpcap-usb: Fix platform_get_irq_byname's error checking. 959f6a0906d5 dmaengine: fsl-edma: disable clks on all error paths 7cfa95893cbb scsi: aacraid: Fix I/O drop during reset 647a37ec1a17 mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()' 7edaa9afb923 exec: avoid gcc-8 warning for get_task_comm f92679fee6ad hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers) 267ef1d33284 Linux 4.14.23 ac3d021048be microblaze: fix endian handling 9ce9f4e4a543 m32r: fix endianness constraints 821e97898016 drm/i915/breadcrumbs: Ignore unsubmitted signalers 1f0ffdc67108 drm/amdgpu: add new device to use atpx quirk 4517799bf655 drm/amdgpu: Avoid leaking PM domain on driver unbind (v2) 14fdf4448277 drm/amdgpu: add atpx quirk handling (v2) 30537deb089c drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji 46c1e4023b58 drm/amdgpu: Add dpm quirk for Jet PRO (v2) 68de83c13b30 drm/amdgpu: disable MMHUB power gating on raven 8ac8aa5eba0e drm: Handle unexpected holes in color-eviction 5c9beaf3aca7 drm/cirrus: Load lut in crtc_commit faf1a75046cb usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path 51aba4e16ccc usb: gadget: f_fs: Use config_ep_by_speed() 6e936140e0d7 usb: gadget: f_fs: Process all descriptors during bind 7551ff0ab230 Revert "usb: musb: host: don't start next rx urb if current one failed" 7e402ea2cdc2 usb: ldusb: add PIDs for new CASSY devices supported by this driver a1e8aa2176d2 usb: dwc3: ep0: Reset TRB counter for ep0 IN 49e18b2ba887 usb: dwc3: gadget: Set maxpacket size for ep0 IN 1075f6078692 usb: host: ehci: use correct device pointer for dma ops 3b5061ec6fca drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA f74ddc2e6152 Add delay-init quirk for Corsair K70 RGB keyboards 21aadb063e70 arm64: cpufeature: Fix CTR_EL0 field definitions 6842a512ad16 arm64: Disable unhandled signal log messages by default 96e99291728f arm64: Remove unimplemented syscall log message 7e8407d1462d usb: ohci: Proper handling of ed_rm_list to handle race condition between usb_kill_urb() and finish_unlinks() 85c3d26bd754 ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func() 50f80b646a2b PCI/cxgb4: Extend T3 PCI quirk to T4+ devices 4a665d628f93 irqchip/mips-gic: Avoid spuriously handling masked interrupts bc4704f507cd irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq() 62160e348e89 mm, swap, frontswap: fix THP swap if frontswap enabled 7a14562d6e2c x86/oprofile: Fix bogus GCC-8 warning in nmi_setup() 0b82d316fa5b Kbuild: always define endianess in kconfig.h 6315213f0a78 iio: adis_lib: Initialize trigger before requesting interrupt 9dc4030c87b7 iio: buffer: check if a buffer has been set up when poll is called 1b985a6e8d4d iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefined f4f94e9baeba iio: adc: stm32: fix stm32h7_adc_enable error handling 2492eca0a05b RDMA/uverbs: Sanitize user entered port numbers prior to access it 84205f964bcc RDMA/uverbs: Fix circular locking dependency aaa1915e3d2c RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd f3d66d43500c RDMA/uverbs: Protect from command mask overflow da768ed845a5 RDMA/uverbs: Protect from races between lookup and destroy of uobjects 606f74e3d01b extcon: int3496: process id-pin first so that we start with the right status 29e76b211e92 PKCS#7: fix certificate blacklisting 1a1f7f726bd8 PKCS#7: fix certificate chain verification 99b2095ac71e X.509: fix NULL dereference when restricting key with unsupported_sig dcb04cc79483 X.509: fix BUG_ON() when hash algorithm is unsupported fa465cd56813 i2c: bcm2835: Set up the rising/falling edge delays 3e1d63cc7a5f i2c: designware: must wait for enable ebaefbdaf552 cfg80211: fix cfg80211_beacon_dup 2f9eed6e3772 MIPS: Drop spurious __unused in struct compat_flock 4fc16629e9bc scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info 53c86c2d90c6 xtensa: fix high memory/reserved memory collision 9428e622eca7 MIPS: boot: Define __ASSEMBLY__ for its.S build b3aff5c3b2a1 kconfig.h: Include compiler types to avoid missed struct attributes 35d75b7bfc67 arm64: mm: don't write garbage into TTBR1_EL1 register 485595768d89 netfilter: drop outermost socket lock in getsockopt() 55b195735142 Linux 4.14.22 c902ff1e4b25 vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems eff339b5d250 mei: me: add cannon point device ids for 4th device 06320148eecd mei: me: add cannon point device ids 95c085388397 crypto: s5p-sss - Fix kernel Oops in AES-ECB mode fc4cb30f2cd5 drm/i915: fix intel_backlight_device_register declaration 68a2a5204760 crypto: talitos - fix Kernel Oops on hashing an empty file e94fc847bd6e hippi: Fix a Fix a possible sleep-in-atomic bug in rr_close 385aeea71289 powerpc/perf/imc: Fix nest-imc cpuhotplug callback failure 473900cd523a PCI: rcar: Fix use-after-free in probe error path 73974676f802 xen: XEN_ACPI_PROCESSOR is Dom0-only 8babb5320885 platform/x86: dell-laptop: Fix keyboard max lighting for Dell Latitude E6410 721d4b02495c x86/mm/kmmio: Fix mmiotrace for page unaligned addresses d91c3f2e540f mm/early_ioremap: Fix boot hang with earlyprintk=efi,keep abe8e59ab2f2 usb: dwc3: of-simple: fix missing clk_disable_unprepare 98b35258b394 usb: dwc3: gadget: Wait longer for controller to end command processing 58d3cc9687f5 dmaengine: jz4740: disable/unprepare clk if probe fails 4826773306b5 drm/vc4: Release fence after signalling 645ad410dcbd ASoC: rsnd: ssi: fix race condition in rsnd_ssi_pointer_update 06078bd640c3 drm/armada: fix leak of crtc structure 20db5b3e3da3 xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies. 1840744a7f2e IB/mlx4: Fix RSS hash fields restrictions 8edeefab9ef2 spi: sun4i: disable clocks in the remove function e8e50037b6de ASoC: rockchip: disable clock on error 5be88596c7b0 staging: ccree: Uninitialized return in ssi_ahash_import() 30fe9f094c17 clk: fix a panic error caused by accessing NULL pointer 03e82f2b2157 netfilter: xt_bpf: add overflow checks c232fd3d7034 xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0) 05fc2b8ba00a dmaengine: at_hdmac: fix potential NULL pointer dereference in atc_prep_dma_interleaved 27e2830b3115 dmaengine: ioat: Fix error handling path 249d9f3ef5e9 scsi: bfa: fix type conversion warning e748a5ea4ff2 scsi: bfa: fix access to bfad_im_port_s dd079e26a0e4 scsi: lpfc: Use after free in lpfc_rq_buf_free() 9b8ffbead22d gianfar: Disable EEE autoneg by default f2f12ea19fae 509: fix printing uninitialized stack memory when OID is empty 9c65a55722ac net: dsa: mv88e6xxx: Unregister MDIO bus on error path 0ef99ba03888 net: dsa: mv88e6xxx: Fix interrupt masking on removal 74875198a68e net: ethernet: arc: fix error handling in emac_rockchip_probe f04764307af8 virtio_net: fix return value check in receive_mergeable() 64313a130c3d brcmfmac: Avoid build error with make W=1 90b0805d6085 btrfs: Fix possible off-by-one in btrfs_search_path_in_tree 27b0dc31686b Btrfs: disable FUA if mounted with nobarrier 8edc5b9772d0 btrfs: Fix quota reservation leak on preallocated files a59eb84df2b7 locking/lockdep: Fix possible NULL deref 0aeed5daaf62 net: qualcomm: rmnet: Fix leak on transmit failure 8172a467adae KVM: VMX: fix page leak in hardware_setup() 034ddb54c33e VSOCK: fix outdated sk_state value in hvs_release() 8001a37b83c4 net_sched: red: Avoid illegal values e428e8ce3a00 net_sched: red: Avoid devision by zero 6e95c4f92177 gianfar: fix a flooded alignment reports because of padding issue. 4bbd45c38ed6 nfp: fix port stats for mac representors 45f9e44667c1 ARM: dts: Fix elm interrupt compiler warning 29c9acbc7463 s390/dasd: prevent prefix I/O error dfb48332d602 s390/virtio: add BSD license to virtio-ccw 0b028b06afc9 PM / runtime: Fix handling of suppliers with disabled runtime PM 8b9d371a8c01 powerpc/perf: Fix oops when grouping different pmu events 30791140de21 m68k: add missing SOFTIRQENTRY_TEXT linker section ae5a0acea273 ipvlan: Add the skb->mark as flow4's member to lookup route b35e7321347a bnxt_en: Need to unconditionally shut down RoCE in bnxt_shutdown 9537ff76fa06 scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none b0d049e91314 iio: fix kernel-doc build errors 4c5ae538b3da iio: proximity: sx9500: Assign interrupt from GpioIo() 567c1f767ef4 md/raid1/10: add missed blk plug 86659fbb32a5 phylink: ensure we take the link down when phylink_stop() is called 778e7124f71d sfp: fix RX_LOS signal handling 7a7bcee6d73c sctp: only update outstanding_bytes for transmitted queue when doing prsctp_prune 559be170a470 md/raid5: correct degraded calculation in raid5_error 2ded534c9074 IB/core: Init subsys if compiled to vmlinuz-core 1ffc1b361ac2 RDMA/cma: Make sure that PSN is not over max allowed f917b1c60e4a i40iw: Correct ARP index mask 03f23424aa2b i40iw: Do not free sqbuf when event is I40IW_TIMER_TYPE_CLOSE f10f5b89c136 i40iw: Allocate a sdbuf per CQP WQE 97ef3a5027b0 KVM: arm/arm64: Fix spinlock acquisition in vgic_set_owner 2117bba3cfbb meson-gx-socinfo: Fix package id parsing 844dfa1b4188 IB/hfi1: Initialize bth1 in 16B rc ack builder 04521caaea96 pinctrl: sunxi: Fix A64 UART mux value b1f0445d07f3 pinctrl: sunxi: Fix A80 interrupt pin bank 073cd31e2fd1 gpio: davinci: Assign first bank regs for unbanked case 4c194e5b0d90 gpio: 74x164: Fix crash during .remove() d4ec37fab600 net: mvpp2: allocate zeroed tx descriptors 801f3b0c40da media: ov13858: Select V4L2_FWNODE b8c033b1f4bf media: s5k6aa: describe some function parameters 2dc548c0671d trace/xdp: fix compile warning: 'struct bpf_map' declared inside parameter list 49a3efa81147 kvm: arm: don't treat unavailable HYP mode as an error c05bbe5dc862 pinctrl: denverton: Fix UART2 RTS pin mode 6f8a0b09520b perf test: Fix test 21 for s390x 8b6c6ab154b9 perf bench numa: Fixup discontiguous/sparse numa nodes 7efaeefce5c9 perf top: Fix window dimensions change handling 984d85a69da9 perf: Fix header.size for namespace events 475e6b835d8c perf test shell: Fix check open filename arg using 'perf trace' on s390x 863b61caaeb8 perf annotate: Do not truncate instruction names at 6 chars 182d948c7ae9 perf help: Fix a bug during strstart() conversion bfb3906919d1 perf record: Fix -c/-F options for cpu event aliases 761036954596 ARM: dts: am437x-cm-t43: Correct the dmas property of spi0 a1fd303e1e41 ARM: dts: am4372: Correct the interrupts_properties of McASP c601b98e14df ARM: dts: logicpd-somlv: Fix wl127x pinmux 90e4395ca72d ARM: dts: logicpd-som-lv: Fix gpmc addresses for NAND and enet 104df4374d5d ARM: dts: Fix omap4 hang with GPS connected to USB by using wakeupgen 17e712b1294a ARM: AM33xx: PRM: Remove am33xx_pwrdm_read_prev_pwrst function b59a1da647f1 ARM: OMAP2+: Fix SRAM virt to phys translation for save_secure_ram_context 2ba11e4309b5 serdev: fix receive_buf return value when no callback 371cf4043b29 usb: build drivers/usb/common/ when USB_SUPPORT is set c276379fa715 usbip: keep usbip_device sockfd state in sync with tcp_socket d74450a91a4a staging: iio: ad5933: switch buffer mode to software 5ccf5138bd10 staging: iio: adc: ad7192: fix external frequency setting 6648ab4f03c0 staging: fsl-mc: fix build testing on x86 b46af094b82a binder: replace "%p" with "%pK" 047ba51a55e3 binder: check for binder_thread allocation failure in binder_poll() 95f9c2edcbae staging: android: ashmem: Fix a race condition in pin ioctls 441b5d10e460 ANDROID: binder: synchronize_rcu() when using POLLFREE. 129926c3756a ANDROID: binder: remove WARN() for redundant txn error f6b581e3db4a dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock 80b1c636a72b arm64: dts: add #cooling-cells to CPU nodes 225fcdd0e33b ARM: 8743/1: bL_switcher: add MODULE_LICENSE tag 52d4c1978cb4 video: fbdev/mmp: add MODULE_LICENSE 1f4f5777e5fa ASoC: ux500: add MODULE_LICENSE tag 14b2ad0bb2fa net_sched: gen_estimator: fix lockdep splat 701ba0df9520 net: avoid skb_warn_bad_offload on IS_ERR 83ee02de2c8d rds: tcp: atomically purge entries from rds_tcp_conn_list during netns delete c64534f82608 rds: tcp: correctly sequence cleanup on netns deletion. 6e12516df136 netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert be6c08bf9aea netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1() 516c855cf514 netfilter: on sockopt() acquire sock lock only in the required scope 2852a7dd15fe netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check() f25f048d3bde netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target} 6609d112229f netfilter: x_tables: fix int overflow in xt_alloc_table_info() 4249e8af8108 kcov: detect double association with a single task 7b5ec5505945 KVM: x86: fix escape of guest dr6 to the host 2cc50a1946e6 blk_rq_map_user_iov: fix error override 2c565a9538a1 staging: android: ion: Switch from WARN to pr_warn 747ad3d31592 staging: android: ion: Add __GFP_NOWARN for system contig heap 392e03283a3d crypto: x86/twofish-3way - Fix %rbp usage 9bae74042eb1 media: pvrusb2: properly check endpoint types ca181454e726 selinux: skip bounded transition processing if the policy isn't loaded 116df867dbc1 selinux: ensure the context is NUL terminated in security_context_to_sid_core() b517942f5126 ptr_ring: try vmalloc() when kmalloc() fails 6688494804d8 ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE 73e6a383d150 ALSA: bcd2000: Add a sanity check for invalid EPs b43a3e21937c ALSA: caiaq: Add a sanity check for invalid EPs 90bca3712acb ALSA: line6: Add a sanity check for invalid EPs 8c666e6471ac drm: Require __GFP_NOFAIL for the legacy drm_modeset_lock_all 3587188ad596 dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify() 90f9a1ff1e8e blktrace: fix unlocked registration of tracepoints 2df0d6de5eff sctp: set frag_point in sctp_setsockopt_maxseg correctly 4d4d55665f32 xfrm: check id proto in validate_tmpl() 70c5e41f4734 xfrm: Fix stack-out-of-bounds read on socket policy lookup. d6b36a2616ab RDMA/netlink: Fix general protection fault 846666fad8d7 KVM/x86: Check input paging mode when cs.l is set 7880fc541566 mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed. 8e754b4ec589 xfrm: skip policies marked as dead while rehashing e8370258ca0b xfrm: fix rcu usage in xfrm_get_type_offload 85c31887a20d xfrm: don't call xfrm_policy_cache_flush while holding spinlock 201941360944 esp: Fix GRO when the headers not fully in the linear part of the skb. 447f1170c23b mac80211_hwsim: validate number of different channels b9e441e2e634 cfg80211: check dev_set_name() return value ddf0936b9eef bpf: mark dst unknown on inconsistent {s, u}bounds adjustments 6c0b71202f83 kcm: Only allow TCP sockets to be attached to a KCM mux 44890e9ff771 kcm: Check if sk_user_data already set in kcm_attach ed25667f3303 vhost: use mutex_lock_nested() in vhost_dev_lock_vqs() ebf7d035c39a usb: core: Add a helper function to check the validity of EP type in URB 58056a531e44 Linux 4.14.21 e506ac1dab86 ovl: hash directory inodes for fsnotify f1a81c0eab38 ASoC: acpi: fix machine driver selection based on quirk 9a2b3777bd53 mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardb 44e47693e3a6 mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec ffe075e233bb mmc: sdhci-of-esdhc: disable SD clock for clock value 0 11785a9ece1b media: r820t: fix r820t_write_reg for KASAN bbd577fec485 ARM: dts: Delete bogus reference to the charlcd 5782df0a58b6 arm: dts: mt2701: Add reset-cells 011c19041424 arm: dts: mt7623: Update ethsys binding 7367af9cf0e4 ARM: dts: s5pv210: add interrupt-parent for ohci 34aac3426553 arm64: dts: msm8916: Add missing #phy-cells 361bd5be7b84 ARM: pxa/tosa-bt: add MODULE_LICENSE tag f5eab7c3d100 ARM: dts: exynos: fix RTC interrupt for exynos5410 dcdc01c2edd4 Bluetooth: BT_HCIUART now depends on SERIAL_DEV_BUS 875758d79d8f scsi: core: check for device state in __scsi_remove_target() 26f8c38bb466 x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages e4ea7c12229c usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT ac98d5a624fe mvpp2: fix multicast address filter 7466294dad89 ALSA: seq: Fix racy pool initializations ec5a08abefe6 ALSA: usb: add more device quirks for USB DSD devices e1b13eb16c98 ALSA: usb-audio: add implicit fb quirk for Behringer UFX1204 de3e81917564 ALSA: hda/realtek: PCI quirk for Fujitsu U7x7 81ae4f7479f9 ALSA: hda/realtek - Enable Thinkpad Dock device for ALC298 platform 5640397f06ad ALSA: hda/realtek - Add headset mode support for Dell laptop 8f65cd77c97c ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute c0cf529a8f4d ALSA: hda - Fix headset mic detection problem for two Dell machines bc74262f3a65 mtd: nand: vf610: set correct ooblayout 8a8c9588c289 9p/trans_virtio: discard zero-length reply 61c07810bf2e Btrfs: fix unexpected -EEXIST when creating new inode f30c7d95b4eb Btrfs: fix use-after-free on root->orphan_block_rsv 1371798b92c8 Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly 9a701c4fa563 Btrfs: fix extent state leak from tree log fda3bb933b33 Btrfs: fix crash due to not cleaning up tree log block's dirty bits c766cb48771b Btrfs: fix deadlock in run_delalloc_nocow f6318abd3a54 dm: correctly handle chained bios in dec_pending() c8d0f63c1585 iscsi-target: make sure to wake up sleeping login worker 4cbb9fdf133c target/iscsi: avoid NULL dereference in CHAP auth error path 0528a533f368 blk-wbt: account flush requests correctly 67154fb80121 xprtrdma: Fix BUG after a device removal 84b41e3708ac xprtrdma: Fix calculation of ri_max_send_sges 848dd9bf5154 drm/qxl: reapply cursor after resetting primary dc0b764a7c1a qxl: alloc & use shadow for dumb buffers 851e2ea82303 arm64: proc: Set PTE_NG for table entries to avoid traversing them twice ff59e379234b rtlwifi: rtl8821ae: Fix connection lost problem correctly 753fc48e595a mpls, nospec: Sanitize array index in mpls_label_ok() 294975841483 tracing: Fix parsing of globs with a wildcard at the beginning 29b4af70409c seq_file: fix incomplete reset on read from zero offset 0f0fd0073911 xenbus: track caller request id a2fd6c095033 xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests 0569dd9beef4 rbd: whitelist RBD_FEATURE_OPERATIONS feature bit 3711b5c568cd console/dummy: leave .con_font_get set to NULL 6e6fd5b4ea9d video: fbdev: atmel_lcdfb: fix display-timings lookup c77b38855036 PCI: keystone: Fix interrupt-controller-node lookup 8c125f391333 PCI: iproc: Fix NULL pointer dereference for BCMA 990bb6eb9ec2 PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode 524a886aa8c9 MIPS: Fix incorrect mem=X@Y handling f4f261974c6b MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN 1f21cd46caca mm: Fix memory size alignment in devm_memremap_pages_release() 568c61facce6 mm: hide a #warning for COMPILE_TEST ef7fd28b1137 ext4: correct documentation for grpid mount option 2e38988253c1 ext4: save error to disk in __ext4_grp_locked_error() 4d4d103a1b7e ext4: fix a race in the ext4 shutdown path 879bcbe0913f jbd2: fix sphinx kernel-doc build warnings 598b21708ec0 Revert "apple-gmux: lock iGP IO to protect from vgaarb changes" e7cedb56ae9a mlx5: fix mlx5_get_vector_affinity to start from completion vector 0 723cc3aeba9b Revert "mmc: meson-gx: include tx phase in the tuning process" e8012ff87793 mmc: bcm2835: Don't overwrite max frequency unconditionally a1341cac93fa mmc: sdhci: Implement an SDHCI-specific bounce buffer e96a21989974 mbcache: initialize entry->e_referenced in mb_cache_entry_create() c3bdd547042f rtc-opal: Fix handling of firmware error codes, prevent busy loops a29adc04cb6d drm/radeon: adjust tested variable 808700475218 drm/radeon: Add dpm quirk for Jet PRO (v2) 254d48c8cc3b arm64: Add missing Falkor part number for branch predictor hardening e4a6d687e5d9 drm/ast: Load lut in crtc_commit dc2b0e41fc5e drm/amd/powerplay: Fix smu_table_entry.handle type b51521c9a191 drm/qxl: unref cursor bo when finished with it 15cdc016f109 drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2) f02c3f7f6d30 drm/ttm: Don't add swapped BOs to swap-LRU list 6c0398cfebf5 x86/entry/64: Fix CR3 restore in paranoid_exit() 231d0c70be74 x86/cpu: Change type of x86_cache_size variable to unsigned int 7d7ebee6ce11 x86/spectre: Fix an error message 325cbb04dc61 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping 73f231c7ee69 selftests/x86/mpx: Fix incorrect bounds with old _sigfault 208beef6d8f2 x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]() d6d0c0a618a1 kmemcheck: rip it out for real f369f1486116 kmemcheck: rip it out b9870f85817e kmemcheck: remove whats left of NOTRACK flags ae63fd26b2d8 kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK 2abfcdf8e77d kmemcheck: remove annotations 1fed58f610b5 x86/speculation: Add <asm/msr-index.h> dependency 8b4cdbbb29d4 nospec: Move array_index_nospec() parameter checking into separate macro 9d4cb4dc7a11 x86/speculation: Fix up array_index_nospec_mask() asm constraint 41d315482500 x86/debug: Use UD2 for WARN() 4e0067c22d6b x86/debug, objtool: Annotate WARN()-related UD2 as reachable 842a0d95ef16 objtool: Fix segfault in ignore_unreachable_insn() 410d273ecc8e selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems 8520ea2a0438 selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c cf4db6342da4 selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c e6eced764e1a selftests/x86/pkeys: Remove unused functions 3eb95d5187a3 selftests/x86: Clean up and document sscanf() usage 301e6fe0915c selftests/x86: Fix vDSO selftest segfault for vsyscall=none 5cf7b883bcba x86/entry/64: Remove the unused 'icebp' macro bdcf05c64a64 x86/entry/64: Fix paranoid_entry() frame pointer warning a816dd2fa2dc x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly de66c3a3b0a6 x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS macros bd25388691c0 x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases 3ce4863a44ff x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro 47d9c905ae7a x86/entry/64: Interleave XOR register clearing with PUSH instructions bb6873552764 x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single POP_REGS macro 51209eec238f x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensions d10d0bb86d97 x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculation attack surface e578fedba81e PM: cpuidle: Fix cpuidle_poll_state_init() prototype c59cce7943df PM / runtime: Update links_count also if !CONFIG_SRCU 2efd067aa4ef x86/speculation: Clean up various Spectre related details a15bdf6579b2 KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmap 07a3a99ed7f9 X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs 474bd0b82e24 KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by always inlining iterator helper methods bdc69a2ffa01 Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()" b7451cb6159a x86/speculation: Correct Speculation Control microcode blacklist again d5a1b559235a x86/speculation: Update Speculation Control microcode blacklist 372ed448263d x86/mm/pti: Fix PTI comment in entry_SYSCALL_64() b973685e70c3 powerpc/mm/radix: Split linear mapping on hot-unplug 14d87b710338 crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate b3d33c5f296b crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate fff8ad7c18a2 compiler-gcc.h: __nostackprotector needs gcc-4.4 and up 045e5161abfc compiler-gcc.h: Introduce __optimize function attribute ec35f83de1c8 x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculation attack surface 2bc19b518cb2 x86/entry/64: Clear extra registers beyond syscall arguments, to reduce speculation attack surface 43d38b079ca7 x86: PM: Make APM idle driver initialize polling state 41fd295d90a7 x86/xen: init %gs very early to avoid page faults with stack protector 04f048fad32e x86/kexec: Make kexec (mostly) work in 5-level paging mode 0fe1e5ec1c27 x86/gpu: add CFL to early quirks ba86431b7b58 drm/i915/kbl: Change a KBL pci id to GT2 from GT1.5 cc2759b7bb7c drm/i915: add GT number to intel_device_info ce6ec5b8dc5a arm: spear13xx: Fix spics gpio controller's warning 349d03cb5378 arm: spear13xx: Fix dmas cells b1637c1236d0 arm: spear600: Add missing interrupt-parent of rtc cbcc2ff13af5 arm: dts: mt7623: fix card detection issue on bananapi-r2 be1965486122 ARM: dts: nomadik: add interrupt-parent for clcd 9be4b2f6d024 ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property 34d58f7ccb65 ARM: lpc3250: fix uda1380 gpio numbers bd4200936367 arm64: dts: msm8916: Correct ipc references for smsm 27f97375fcb8 s390: fix handling of -1 in set{,fs}[gu]id16 syscalls f25dfc9359cc dma-buf: fix reservation_object_wait_timeout_rcu once more v2 40be210c830e powerpc: Fix DABR match on hash based systems 3b09911d3beb powerpc/xive: Use hw CPU ids when configuring the CPU queues 892674b5058a powerpc/mm: Flush radix process translations when setting MMU type 4386f223b418 powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove 5b98d31481f9 powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all 2e7e8bd8f195 ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE 1ec4c78e3444 mwifiex: resolve reset vs. remove()/shutdown() deadlocks 62def1d604a5 PM / devfreq: Propagate error from devfreq_add_device() 37efa60e1670 swiotlb: suppress warning when __GFP_NOWARN is set 8e56a935a4b7 cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin 75a3f11c7bad RDMA/rxe: Fix rxe_qp_cleanup() 571cb36fac2f RDMA/rxe: Fix a race condition in rxe_requester() 7b4e8a46d4cf RDMA/rxe: Fix a race condition related to the QP error state 7dd2dbdd4606 kselftest: fix OOM in memory compaction test 9c2e7a048d19 selftests: seccomp: fix compile error seccomp_bpf 1d6eb826e65d IB/core: Avoid a potential OOPs for an unused optional parameter d40ad865704b IB/core: Fix ib_wc structure size to remain in 64 bytes boundary 18c0ee900c8d IB/core: Fix two kernel warnings triggered by rxe registration ade57e9031fa IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports 5a4255467cd8 IB/qib: Fix comparison error with qperf compare/swap test 7a748f0bb2e4 IB/umad: Fix use of unprotected device pointer e99306bb4f67 scsi: smartpqi: allow static build ("built-in") b6f2efb86440 tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=y 7e83b2ff485c Linux 4.14.20 1dbdcf117b22 scsi: cxlflash: Reset command ioasc 5fc77964eaa9 scsi: lpfc: Fix crash after bad bar setup on driver attachment ce6faf10fd65 rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules c561093ed684 scsi: core: Ensure that the SCSI error handler gets woken up b470fb7b7910 ftrace: Remove incorrect setting of glob search field d9ef40037443 devpts: fix error handling in devpts_mntget() dff5406432ff mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy c7aee3941e1e ovl: take mnt_want_write() for removing impure xattr e822be750270 ovl: fix failure to fsync lower dir 9fc03876355a acpi, nfit: fix register dimm error handling f232bfdcdd76 ACPI: sbshc: remove raw pointer from printk() message a51421b4cb09 drm/i915: Avoid PPS HW/SW state mismatch due to rounding 812245b4dbf6 arm64: dts: marvell: add Ethernet aliases 2a3d3015a73c objtool: Fix switch-table detection 4063cd5683ce btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker 2617e62c2f12 lib/ubsan: add type mismatch handler for new GCC/Clang 5a5df7771064 lib/ubsan.c: s/missaligned/misaligned/ c87806a8e565 clocksource/drivers/stm32: Fix kernel panic with multiple timers 392640fd18f8 blk-mq: quiesce queue before freeing queue c846868070d0 pktcdvd: Fix a recently introduced NULL pointer dereference 030dcf7d1af3 pktcdvd: Fix pkt_setup_dev() error path f04fe1192e56 pinctrl: sx150x: Add a static gpio/pinctrl pin range mapping 5219eedf2d5e pinctrl: sx150x: Register pinctrl before adding the gpiochip 89cad3fa5491 pinctrl: sx150x: Unregister the pinctrl on release 688d1b8c4721 pinctrl: mcp23s08: fix irq setup order 05c9297f3405 pinctrl: intel: Initialize GPIO properly when used through irqchip bed938ba673c EDAC, octeon: Fix an uninitialized variable warning e68d638e4931 xtensa: fix futex_atomic_cmpxchg_inatomic 12ab9e1e8d61 alpha: fix formating of stack content bef0563f39cd alpha: fix reboot on Avanti platform 371c5ada2af7 alpha: Fix mixed up args in EXC macro in futex operations 90d17505219a alpha: osf_sys.c: fix put_tv32 regression 632a537b3c6b alpha: fix crash if pthread_create races with signal delivery 16256f265880 signal/sh: Ensure si_signo is initialized in do_divide_error 34ad59099ead signal/openrisc: Fix do_unaligned_access to send the proper signal 765ae618ad9f ipmi: use dynamic memory for DMI driver override fed016a79b42 Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" version 2a2ee0c1fee7 Revert "Bluetooth: btusb: fix QCA Rome suspend/resume" ed72fcf64362 Bluetooth: btsdio: Do not bind to non-removable BCM43341 0e4ac4aed9f9 HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working 703b37d84598 pipe: fix off-by-one error when checking buffer limits a125e9a42302 pipe: actually allow root to exceed the pipe buffer limits 75526a9bd3f4 kernel/relay.c: revert "kernel/relay.c: fix potential memory leak" 838f9cc948b0 kernel/async.c: revert "async: simplify lowest_in_progress()" 7e54b58285e1 fs/proc/kcore.c: use probe_kernel_read() instead of memcpy() ebe2ba53851e media: cxusb, dib0700: ignore XC2028_I2C_FLUSH 7a401e25f0a5 media: ts2020: avoid integer overflows on 32 bit machines ad91b2e392be media: dvb-frontends: fix i2c access helpers for KASAN 062cd3463c17 kasan: rework Kconfig settings e186d8bfdabd kasan: don't emit builtin calls when sanitization is off d16919a3fe2d Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all e06f7b686daa watchdog: imx2_wdt: restore previous timeout after suspend+resume b897f1dc780e ASoC: skl: Fix kernel warning due to zero NHTL entry 4562bfdeac87 ASoC: rockchip: i2s: fix playback after runtime resume e747a02d9fcf KVM: PPC: Book3S PR: Fix broken select due to misspelling 985bf3991342 KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED be54d79b43fd KVM: PPC: Book3S HV: Drop locks before reading guest memory 88b64450cc0a KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loaded fe90a3a6f881 KVM: nVMX: Fix bug of injecting L2 exception into L1 6bad51166f87 KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2 7dffdb31ad13 arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls f37a798e7724 crypto: sha512-mb - initialize pending lengths correctly f428567e005f crypto: caam - fix endless loop when DECO acquire fails 1a4834092539 media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs ad01b40bb9be media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic b3f69836c92b media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors efabe94f8a0d media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type a20ab4df701b media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32 f1b572d34648 media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer 3df119772466 media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32 16c25072560f media: v4l2-compat-ioctl32.c: avoid sizeof(type) a38becb087b2 media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32 0b7d6ac53606 media: v4l2-compat-ioctl32.c: fix the indentation 2b991eeb5cfb media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF 2d280dab382e media: v4l2-ioctl.c: don't copy back the result for -ENOTTY ea96d8f676dd media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmt 2f00eb279088 crypto: hash - prevent using keyed hashes without setting key 8d906d183bce crypto: hash - annotate algorithms taking optional key b806c0cc4c73 crypto: poly1305 - remove ->setkey() method 16210524c424 crypto: mcryptd - pass through absence of ->setkey() ed7b0af0ca02 crypto: cryptd - pass through absence of ->setkey() b8b32e2e68f0 crypto: hash - introduce crypto_hash_alg_has_setkey() 449704d3ba6f ahci: Add Intel Cannon Lake PCH-H PCI ID 53c5963da843 ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI e985f7c8ac38 ahci: Annotate PCI ids for mobile Intel chipsets as such 650d3d8512c6 kernfs: fix regression in kernfs_fop_write caused by wrong type f1e31607e73d NFS: Fix a race between mmap() and O_DIRECT 1c38ad2f26d8 NFS: reject request for id_legacy key without auxdata 60017643c210 NFS: commit direct writes even if they fail partially 6421f29eb8af NFS: Fix nfsstat breakage due to LOOKUPP 3d03af006438 NFS: Add a cond_resched() to nfs_commit_release_pages() 3ac2d17a6ed3 nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE ace34428faa6 nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds 068e53f9b192 ubifs: free the encrypted symlink target e9a35f8b73f1 ubi: block: Fix locking for idr_alloc/idr_remove 5793f39de7f6 ubi: fastmap: Erase outdated anchor PEBs during attach c94c39ac85f1 ubi: Fix race condition between ubi volume creation and udev 7eb52a6889e9 mtd: nand: sunxi: Fix ECC strength choice 16d11602c83b mtd: nand: Fix nand_do_read_oob() return value 4527b0887bc5 mtd: nand: brcmnand: Disable prefetch by default 0763f0418bb5 mtd: cfi: convert inline functions to macros c584c903bae9 arm64: Kill PSCI_GET_VERSION as a variant-2 workaround dbca45b99655 arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support ac63fdb4a2b2 arm/arm64: smccc: Implement SMCCC v1.1 inline primitive 37dc3e6c117e arm/arm64: smccc: Make function identifiers an unsigned quantity 908ad7a1484d firmware/psci: Expose SMCCC version through psci_ops 906a9f396cc8 firmware/psci: Expose PSCI conduit 6db26ad1dc46 arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling e47273d08623 arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support 2cfe8929f624 arm/arm64: KVM: Turn kvm_psci_version into a static inline 98be7165d9f7 arm64: KVM: Make PSCI_VERSION a fast path 45e2061147c3 arm/arm64: KVM: Advertise SMCCC v1.1 4ba100aa94a0 arm/arm64: KVM: Implement PSCI 1.0 support ce15f32d4884 arm/arm64: KVM: Add smccc accessors to PSCI code 4efa1a863a12 arm/arm64: KVM: Add PSCI_VERSION helper 591862b56000 arm/arm64: KVM: Consolidate the PSCI include files 0b3512fa7b0a arm64: KVM: Increment PC after handling an SMC trap 402aeac58753 arm64: Branch predictor hardening for Cavium ThunderX2 9b26a45c34e4 arm64: Implement branch predictor hardening for Falkor 48993dfa1af8 arm64: Implement branch predictor hardening for affected Cortex-A CPUs 3317097b2b4a arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75 48c3538c3578 arm64: entry: Apply BP hardening for suspicious interrupts from EL0 6b47a8256a56 arm64: entry: Apply BP hardening for high-priority synchronous exceptions aab3306701f1 arm64: KVM: Use per-CPU vector when BP hardening is enabled 9107ac4ea3da arm64: Move BP hardening to check_and_switch_context 5bee81c98029 arm64: Add skeleton to harden the branch predictor against aliasing attacks c10e4aa77814 arm64: Move post_ttbr_update_workaround to C code f91f190708b2 drivers/firmware: Expose psci_get_version through psci_ops structure be53742befea arm64: cpufeature: Pass capability structure to ->enable callback 9da836a476fe arm64: Run enable method for errata work arounds on late CPUs da1f67921d2f arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early d9ef050f2895 arm64: futex: Mask __user pointers prior to dereference ba32050d308a arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user 28d8886d985c arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user 1ccaee9dea60 arm64: uaccess: Prevent speculative use of the current addr_limit 7a51d7d2f7f7 arm64: entry: Ensure branch through syscall table is bounded under speculation 2e985d2647a0 arm64: Use pointer masking to limit uaccess speculation 535357c9d3e9 arm64: Make USER_DS an inclusive limit 0a532ea3ef14 arm64: Implement array_index_mask_nospec() 6afdaf109c34 arm64: barrier: Add CSDB macros to control data-value prediction 1449a173a2ee arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives 8703f27d7c5d arm64: entry: Reword comment about post_ttbr_update_workaround e39247ca1714 arm64: Force KPTI to be disabled on Cavium ThunderX 2feb36ebe450 arm64: kpti: Add ->enable callback to remap swapper using nG mappings ee28fed5ccc6 arm64: mm: Permit transitioning from Global to Non-Global without BBM 69288201803a arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0() c98c8c235856 arm64: Turn on KPTI only on CPUs that need it 7aca19ea5a45 arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs fedf5a743cf2 arm64: kpti: Fix the interaction between ASID switching and software PAN 0b2995145ea4 arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR 5385e5fe9724 arm64: capabilities: Handle duplicate entries for a capability 83ae3355bdfb arm64: Take into account ID_AA64PFR0_EL1.CSV3 5e319f4533bf arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry 332e0288200f arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0 68a65ce7039a arm64: use RET instruction for exiting the trampoline 3882b5f63f3c arm64: kaslr: Put kernel vectors address in separate data page 7fafcbb04f94 arm64: entry: Add fake CPU feature for unmapping the kernel at EL0 2843ade2dad2 arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks 4e29f25b2bc1 arm64: cpu_errata: Add Kryo to Falkor 1003 errata 15a511c0cbd1 arm64: erratum: Work around Falkor erratum #E1003 in trampoline code 6472f1a3a54f arm64: entry: Hook up entry trampoline to exception vectors 86200f218f98 arm64: entry: Explicitly pass exception level to kernel_ventry macro 63d13760abd7 arm64: mm: Map entry trampoline into trampoline and kernel page tables 78422a7b5160 arm64: entry: Add exception trampoline page for exceptions from EL0 d6c414013bb4 arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI 53b13950886c arm64: mm: Add arm64_kernel_unmapped_at_el0 helper a8bad38cff23 arm64: mm: Allocate ASIDs in pairs 00ff7de671f8 arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN 95ce0d51f9a8 arm64: mm: Rename post_ttbr0_update_workaround 4445cb04410f arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003 d26f0a5dc6a6 arm64: mm: Move ASID from TTBR0 to TTBR1 59f47f9dcdcd arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN 78299fafcd78 arm64: mm: Use non-global mappings for kernel space 63380839c575 arm64: move TASK_* definitions to <asm/processor.h> dd24d173b50a media: hdpvr: Fix an error handling path in hdpvr_probe() 2bd6279a4a8c media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner fd31a38d268f media: dvb-usb-v2: lmedm04: Improve logic checking of warm start e5e1e153ecd4 dccp: CVE-2017-8824: use-after-free in DCCP code 050b86b5bf20 drm/i915: Fix deadlock in i830_disable_pipe() 50018d09843c drm/i915: Redo plane sanitation during readout 19d8e5122fef drm/i915: Add .get_hw_state() method for planes d9c3131f2ab4 sched/rt: Up the root domain ref count when passing it around via IPIs 9c41a8453c82 sched/rt: Use container_of() to get root domain in rto_push_irq_work_func() fea5349eb88b KVM MMU: check pending exception before injecting APF 4c54eab372f8 arm64: Add software workaround for Falkor erratum 1041 0b69ec336d3d arm64: Define cputype macros for Falkor CPU fd7467f82e58 watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stop e94a7de2a3d2 sched/wait: Fix add_wait_queue() behavioral change 69373cdc4ae4 dmaengine: dmatest: fix container_of member in dmatest_callback 7adf1d63ef65 cpufreq: mediatek: add mediatek related projects into blacklist 4126cdb73193 CIFS: zero sensitive data when freeing be6874b4d480 cifs: Fix autonegotiate security settings mismatch 061df7705a53 cifs: Fix missing put_xid in cifs_file_strict_mmap b4a9ffad9702 powerpc/pseries: include linux/types.h in asm/hvcall.h 8caab9edccf5 watchdog: indydog: Add dependency on SGI_HAS_INDYDOG 1722fe372784 Linux 4.14.19 d2aeb4e2bd8d Revert "x86/alternative: Print unadorned pointers" 22f16a74c474 scsi: storvsc: missing error code in storvsc_probe() f18046f7a50a kernel/exit.c: export abort() to modules c5c91d830507 arch: define weak abort() 3a570cfe785a crypto: tcrypt - fix S/G table for test_aead_speed() 68a9f19264fd media: soc_camera: soc_scale_crop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE 1bf81cff1bad media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION 981f20bc7595 soreuseport: fix mem leak in reuseport_add_sock() 456add4c9bd3 ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only c04818abad46 tcp_bbr: fix pacing_gain to always be unity when using lt_bw 1da27118f419 rocker: fix possible null pointer dereference in rocker_router_fib_event_work 07ca93e3176b net: ipv6: send unsolicited NA after DAD 799a34d5b048 Revert "defer call to mem_cgroup_sk_alloc()" b9b70c876a7a vhost_net: stop device during reset owner 6d35430fdaf4 tcp: release sk_frag.page in tcp_disconnect e8513f250d1b r8169: fix RTL8168EP take too long to complete driver initialization. a7c2cf702a40 qmi_wwan: Add support for Quectel EP06 fcee7812ea05 qlcnic: fix deadlock bug 166f27322f8c net: igmp: add a missing rcu locking section 2726946dfcd2 ip6mr: fix stale iterator 806d61d66900 kbuild: rpm-pkg: keep spec file until make mrproper abc5896b7785 .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore bafda5d37527 .gitignore: sort normal pattern rules alphabetically (From OE-Core rev: bde0254a52f0827e15cdc66b91bef7c8ab03ea76) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.15: update to v4.15.7Bruce Ashfield2018-03-083-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating the latest korg -stable release which comprises the following commits: cb4a115a4286 Linux 4.15.7 59e0ae1b9ae2 microblaze: fix endian handling 39c51864410f drm/i915/breadcrumbs: Ignore unsubmitted signalers 5d1641bd28b2 arm64: __show_regs: Only resolve kernel symbols when running at EL1 6e0535b574bb drm/amdgpu: add new device to use atpx quirk ae05bb741e26 drm/amdgpu: Avoid leaking PM domain on driver unbind (v2) c3a0168def90 drm/amdgpu: add atpx quirk handling (v2) 2511a10a9dbd drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji 569773e885c2 drm/amdgpu: Add dpm quirk for Jet PRO (v2) 7cb1e932f2cf drm/amdgpu: fix VA hole handling on Vega10 v3 73dec25a4996 drm/amdgpu: disable MMHUB power gating on raven 86688e436e53 drm: Handle unexpected holes in color-eviction d9076e2789f0 drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits ef6ffb8e7991 drm/cirrus: Load lut in crtc_commit 5434769e09e1 usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path ebf22ef5bc85 usb: gadget: f_fs: Use config_ep_by_speed() 1e77103e4e95 usb: gadget: f_fs: Process all descriptors during bind 84bfcffa2d58 Revert "usb: musb: host: don't start next rx urb if current one failed" d1ff52d9f255 usb: ldusb: add PIDs for new CASSY devices supported by this driver e2ea80c1081a usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28 3501a1fa4bd6 usb: dwc3: ep0: Reset TRB counter for ep0 IN 9cd92bc0d940 usb: dwc3: gadget: Set maxpacket size for ep0 IN c1ee06ccaf56 usb: host: ehci: use correct device pointer for dma ops 41be2f2884dd drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA 9431fcfe77f2 Add delay-init quirk for Corsair K70 RGB keyboards fe2d410a67ac arm64: cpufeature: Fix CTR_EL0 field definitions 4a9aa807845d arm64: Disable unhandled signal log messages by default b1acbe1b5159 arm64: Remove unimplemented syscall log message 4834cd5ef556 usb: ohci: Proper handling of ed_rm_list to handle race condition between usb_kill_urb() and finish_unlinks() 4f2b3914d480 ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func() bb9e6cb9619e net: thunderbolt: Run disconnect flow asynchronously when logout is received 4843b408d3b3 net: thunderbolt: Tear down connection properly on suspend c36b2464868c PCI/cxgb4: Extend T3 PCI quirk to T4+ devices f08f5d7546b7 irqchip/mips-gic: Avoid spuriously handling masked interrupts ca6ecf020c19 irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq() 2db8fd089da9 uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc define c6a18ffe270d mm: don't defer struct page initialization for Xen pv guests 9b28096ae042 mm, swap, frontswap: fix THP swap if frontswap enabled df70880eeca8 x86/oprofile: Fix bogus GCC-8 warning in nmi_setup() b380245d86d7 x86/apic/vector: Handle vector release on CPU unplug correctly 1df9e416e647 Kbuild: always define endianess in kconfig.h c6ddec4b894e iio: adis_lib: Initialize trigger before requesting interrupt 57a6624e6b66 iio: buffer: check if a buffer has been set up when poll is called 141c7b5d62b4 iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefined ea69364997ac iio: adc: stm32: fix stm32h7_adc_enable error handling 2220b31092c0 RDMA/uverbs: Sanitize user entered port numbers prior to access it dbc8529d0075 RDMA/uverbs: Fix circular locking dependency b949544f2389 RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd a79527b04d36 RDMA/uverbs: Protect from command mask overflow 11c371ca4206 RDMA/uverbs: Protect from races between lookup and destroy of uobjects 7f55f13e7c96 genirq/matrix: Handle CPU offlining proper 44975af306a6 extcon: int3496: process id-pin first so that we start with the right status 7bd04bd1fb3e PKCS#7: fix certificate blacklisting 4a89879bc4c9 PKCS#7: fix certificate chain verification a689f00971b8 X.509: fix NULL dereference when restricting key with unsupported_sig ffc21f450fad X.509: fix BUG_ON() when hash algorithm is unsupported 1af6a6727347 i2c: bcm2835: Set up the rising/falling edge delays 13f741a22d4f i2c: designware: must wait for enable f2543a626feb cfg80211: fix cfg80211_beacon_dup 53b7097c9a65 MIPS: Drop spurious __unused in struct compat_flock 6f935322d866 scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info e8e48b394b64 xtensa: fix high memory/reserved memory collision 0bbdb97ac3b8 MIPS: boot: Define __ASSEMBLY__ for its.S build a7aa0b5c9bf9 kconfig.h: Include compiler types to avoid missed struct attributes 174f49dedc13 arm64: mm: don't write garbage into TTBR1_EL1 register d7ef969797fd netfilter: drop outermost socket lock in getsockopt() 1a7aef62b47b Linux 4.15.6 0e6f5f6c2367 vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems fc3a0d7d6b81 mei: me: add cannon point device ids for 4th device 772639d52fa5 mei: me: add cannon point device ids 0f00b6feadde crypto: s5p-sss - Fix kernel Oops in AES-ECB mode 52718d497940 usbip: keep usbip_device sockfd state in sync with tcp_socket f0537b3962ad xhci: fix xhci debugfs errors in xhci_stop 11474eb609f4 xhci: xhci debugfs device nodes weren't removed after device plugged out 99cfcdcbfb38 xhci: Fix xhci debugfs devices node disappearance after hibernation 177b1a5bc8fe xhci: Fix NULL pointer in xhci debugfs 3ee8ad9e5267 staging: iio: ad5933: switch buffer mode to software 6991325a52af staging: iio: adc: ad7192: fix external frequency setting 07bf5bad3f80 staging: fsl-mc: fix build testing on x86 008fdd7c3915 binder: replace "%p" with "%pK" 52f381e126bc binder: check for binder_thread allocation failure in binder_poll() 664b80469038 staging: android: ashmem: Fix a race condition in pin ioctls 3dd13985a916 ANDROID: binder: synchronize_rcu() when using POLLFREE. 87340f840952 ANDROID: binder: remove WARN() for redundant txn error 8f2f8993e0f6 dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock 58fde5229c07 arm64: dts: add #cooling-cells to CPU nodes 0d899f5a7699 ARM: 8743/1: bL_switcher: add MODULE_LICENSE tag fa913592b110 video: fbdev/mmp: add MODULE_LICENSE 0813c6ee1936 ASoC: ux500: add MODULE_LICENSE tag 31903777ab86 soc: qcom: rmtfs_mem: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE 3d32de924430 net_sched: gen_estimator: fix lockdep splat 78739d2c45ac net: avoid skb_warn_bad_offload on IS_ERR 2e980be6c7aa rds: tcp: atomically purge entries from rds_tcp_conn_list during netns delete 8dfca224fe21 rds: tcp: correctly sequence cleanup on netns deletion. d7159107d7f9 netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert d13e612e713c netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1() ff225999c603 netfilter: on sockopt() acquire sock lock only in the required scope 8b73f446d3c0 netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check() 7d666621792e netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target} 41e28eddda46 netfilter: x_tables: fix int overflow in xt_alloc_table_info() 660e0b97128d kcov: detect double association with a single task a009a6388cea KVM: x86: fix escape of guest dr6 to the host 53712962126d blk_rq_map_user_iov: fix error override 831a8a1297d1 staging: android: ion: Switch from WARN to pr_warn ea4ce12b88fc staging: android: ion: Add __GFP_NOWARN for system contig heap 97fe1b796e9d crypto: x86/twofish-3way - Fix %rbp usage 78fb902b9f52 media: pvrusb2: properly check endpoint types c31124234485 selinux: skip bounded transition processing if the policy isn't loaded 81563ac61f54 selinux: ensure the context is NUL terminated in security_context_to_sid_core() 62da989fd52d ptr_ring: try vmalloc() when kmalloc() fails 62a273a47514 ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE de03f1a1c9e3 tun: fix tun_napi_alloc_frags() frag allocator a6c3a2a21072 Linux 4.15.5 b5d3e87c0750 mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardb 772b28fb3f5d mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec c95e8f5945e4 media: r820t: fix r820t_write_reg for KASAN 0431ae716f64 ARM: dts: Delete bogus reference to the charlcd d9f944934e5d arm: dts: mt2701: Add reset-cells 76e1e2047cad arm: dts: mt7623: Update ethsys binding 7dcebff41eb2 ARM: dts: s5pv210: add interrupt-parent for ohci 98ada11202a3 arm64: dts: msm8916: Add missing #phy-cells 384ba356723f ARM: pxa/tosa-bt: add MODULE_LICENSE tag f62971e74494 ARM: dts: exynos: fix RTC interrupt for exynos5410 86fa1cc9eeed x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages adea9deed20b usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT 528e50bc160b mvpp2: fix multicast address filter 3b8e84c8373d ALSA: seq: Fix racy pool initializations 4da52e138918 ALSA: usb: add more device quirks for USB DSD devices 4aacd757d564 ALSA: usb-audio: add implicit fb quirk for Behringer UFX1204 7a9a09e9c65c ALSA: hda/realtek: PCI quirk for Fujitsu U7x7 6957300758e4 ALSA: hda/realtek - Enable Thinkpad Dock device for ALC298 platform 24b0a5ee21c9 ALSA: hda/realtek - Add headset mode support for Dell laptop 9030db8eef39 ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute 937a479700dd ALSA: hda - Fix headset mic detection problem for two Dell machines 88ee6a8cff16 mtd: nand: vf610: set correct ooblayout 2463f6dc6787 9p/trans_virtio: discard zero-length reply 42708d88eb16 Btrfs: fix unexpected -EEXIST when creating new inode a4a9f48768c2 Btrfs: fix use-after-free on root->orphan_block_rsv ab4ccd42455a Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly 8228c6702d01 Btrfs: fix extent state leak from tree log 06c8273f434c Btrfs: fix crash due to not cleaning up tree log block's dirty bits 3a695ffd7d33 Btrfs: fix deadlock in run_delalloc_nocow 917f5807f0a5 dm: correctly handle chained bios in dec_pending() a4cd422f3105 iscsi-target: make sure to wake up sleeping login worker 7d772e3a730d target/iscsi: avoid NULL dereference in CHAP auth error path b5291a94daab blk-wbt: account flush requests correctly d301a3f8ab11 xprtrdma: Fix BUG after a device removal e154c64806f8 xprtrdma: Fix calculation of ri_max_send_sges ded318a8634b arm64: proc: Set PTE_NG for table entries to avoid traversing them twice 802061188f09 rtlwifi: rtl8821ae: Fix connection lost problem correctly 1e6c184e415e mpls, nospec: Sanitize array index in mpls_label_ok() 95f92d0a0ca9 tracing: Fix parsing of globs with a wildcard at the beginning 2931553cea57 seq_file: fix incomplete reset on read from zero offset 54de83d07a18 xenbus: track caller request id a616290d6a5d xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests f831b1c82feb rbd: whitelist RBD_FEATURE_OPERATIONS feature bit 221d3ee83504 console/dummy: leave .con_font_get set to NULL c3817658ceef video: fbdev: atmel_lcdfb: fix display-timings lookup 335d3af5fe8a PCI: keystone: Fix interrupt-controller-node lookup ff4d8f0acd98 PCI: pciehp: Assume NoCompl+ for Thunderbolt ports e930e724e0b5 PCI: iproc: Fix NULL pointer dereference for BCMA b5cbe36dcee9 PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode c39240eeac9f MIPS: Fix incorrect mem=X@Y handling 701241f406bc MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW fallout a258db30df67 MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN 3291fcf983a2 mm: Fix memory size alignment in devm_memremap_pages_release() 327b199512b4 mm: hide a #warning for COMPILE_TEST efb5d2d65820 ext4: correct documentation for grpid mount option e1dab5d7ea9f ext4: save error to disk in __ext4_grp_locked_error() 385daa60a706 ext4: fix a race in the ext4 shutdown path 08d8ce8cc0de jbd2: fix sphinx kernel-doc build warnings c71989fe3730 Revert "apple-gmux: lock iGP IO to protect from vgaarb changes" 1ae2c3ae98b8 mlx5: fix mlx5_get_vector_affinity to start from completion vector 0 da40ab64894b Revert "mmc: meson-gx: include tx phase in the tuning process" 25ca7976fa79 mmc: bcm2835: Don't overwrite max frequency unconditionally f56ed42361d2 mmc: sdhci: Implement an SDHCI-specific bounce buffer ecfb5cd05789 mbcache: initialize entry->e_referenced in mb_cache_entry_create() daa21b8dbc29 rtc-opal: Fix handling of firmware error codes, prevent busy loops e5394e1050a1 x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a physical CPU f7bbb8cc9ef5 drm/radeon: adjust tested variable 3f08088bd77e drm/radeon: Add dpm quirk for Jet PRO (v2) 186f99730498 arm64: Add missing Falkor part number for branch predictor hardening a69091bf7e21 drm: Check for lessee in DROP_MASTER ioctl 6098f2b5d190 drm/ast: Load lut in crtc_commit ca1c50fb1ace drm/amd/powerplay: Fix smu_table_entry.handle type a8c0779fbff8 drm/qxl: reapply cursor after resetting primary f80082e5edf6 drm/qxl: unref cursor bo when finished with it ce0f840e7072 drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2) 5c73538a5312 drm/ttm: Don't add swapped BOs to swap-LRU list 08f4c47a9415 x86/entry/64: Fix CR3 restore in paranoid_exit() 738bd3107bdd x86/cpu: Change type of x86_cache_size variable to unsigned int ceb5eab28159 x86/spectre: Fix an error message 7d6446416778 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping 76f0b81aaef6 selftests/x86/mpx: Fix incorrect bounds with old _sigfault 3786b49d8260 x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]() 00ef27460aa2 x86/speculation: Add <asm/msr-index.h> dependency ca05b6adda6f nospec: Move array_index_nospec() parameter checking into separate macro 5dd2e45e8121 x86/speculation: Fix up array_index_nospec_mask() asm constraint 9a01e5477fa4 x86/debug: Use UD2 for WARN() f7c4d5f9c5b3 x86/debug, objtool: Annotate WARN()-related UD2 as reachable 636aaf1b6d84 objtool: Fix segfault in ignore_unreachable_insn() b2fceb82f99d selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems 9b580b1c4eb8 selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c 16446615747e gfs2: Fixes to "Implement iomap for block_map" c67f48ee85e4 selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c dd64b34f50c9 selftests/x86: Fix build bug caused by the 5lvl test which has been moved to the VM directory a703766238d1 selftests/x86/pkeys: Remove unused functions c34c85d1fda8 selftests/x86: Clean up and document sscanf() usage 2547dc25e49f selftests/x86: Fix vDSO selftest segfault for vsyscall=none 639a0bc5556b x86/entry/64: Remove the unused 'icebp' macro 59ec9d8596c7 x86/entry/64: Fix paranoid_entry() frame pointer warning fc0a1888a19e x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly 1bbd8cc75975 x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS macros dee24cc0d177 x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases 9b45975b10af x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro 6a783fb001df x86/entry/64: Interleave XOR register clearing with PUSH instructions a03cd0b454bd x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single POP_REGS macro edfd139e92a7 x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensions c32edeec8de8 x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculation attack surface d952c8406449 platform/x86: wmi: fix off-by-one write in wmi_dev_probe() 779335757a39 PM: cpuidle: Fix cpuidle_poll_state_init() prototype 6804856af9a8 PM / runtime: Update links_count also if !CONFIG_SRCU 8453b536660f x86/speculation: Clean up various Spectre related details c587622856c0 KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmap d765b10e7419 X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs f1a374a629ca KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by always inlining iterator helper methods ae2fbb44c78a Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()" 737281fefceb x86/speculation: Correct Speculation Control microcode blacklist again 66c27c3873f6 x86/speculation: Update Speculation Control microcode blacklist 3e33ab3ca43f x86/mm/pti: Fix PTI comment in entry_SYSCALL_64() d5a6896dd598 powerpc/mm/radix: Split linear mapping on hot-unplug 067e114886eb crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate e0ec77b5bedd crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate 0a7130d20c14 compiler-gcc.h: __nostackprotector needs gcc-4.4 and up 05ae7a5dd4e3 compiler-gcc.h: Introduce __optimize function attribute 19af2585aa36 x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculation attack surface 4d94b7f11bbc x86/entry/64: Clear extra registers beyond syscall arguments, to reduce speculation attack surface 19228d4e49f3 mm, memory_hotplug: fix memmap initialization 7cdd5cf281ce x86: PM: Make APM idle driver initialize polling state ef1761edcea2 x86/xen: init %gs very early to avoid page faults with stack protector 26913c7c71bb x86/kexec: Make kexec (mostly) work in 5-level paging mode 15c8d36723f5 x86/gpu: add CFL to early quirks 9159658a6441 arm: spear13xx: Fix spics gpio controller's warning 2429d573bc20 arm: spear13xx: Fix dmas cells 17823ed21725 arm: spear600: Add missing interrupt-parent of rtc a3eae21e25b2 arm: dts: mt7623: fix card detection issue on bananapi-r2 578a06516a49 ARM: dts: nomadik: add interrupt-parent for clcd 52cfc570e8e8 ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property 8d2ca011bd8b ARM: lpc3250: fix uda1380 gpio numbers 665129cf7fbb arm64: dts: msm8916: Correct ipc references for smsm 916d0961f318 s390: fix handling of -1 in set{,fs}[gu]id16 syscalls 0154ce677dc9 dma-buf: fix reservation_object_wait_timeout_rcu once more v2 1963cbbf9152 powerpc/xive: Use hw CPU ids when configuring the CPU queues 804c8aaff6dd powerpc/mm: Flush radix process translations when setting MMU type dfff7773e02e powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove 40cbe0f92116 powerpc/vas: Don't set uses_vas for kernel windows 676fafcce904 powerpc/kernel: Block interrupts when updating TIDR 8119b8ed2062 powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all 07028908f181 trace_uprobe: Display correct offset in uprobe_events 6c5244c54902 ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE 3455777ab90e mwifiex: resolve reset vs. remove()/shutdown() deadlocks 0db649a48778 PM / devfreq: Propagate error from devfreq_add_device() ed77f6599252 swiotlb: suppress warning when __GFP_NOWARN is set 819905fc8458 cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin 872ebeef0faf RDMA/rxe: Fix rxe_qp_cleanup() fe8220f6a95c RDMA/rxe: Fix a race condition in rxe_requester() 30a032e09618 RDMA/rxe: Fix a race condition related to the QP error state 5a5fbae808a8 kselftest: fix OOM in memory compaction test 1e0802f65fcb selftests: seccomp: fix compile error seccomp_bpf e42e049c0248 IB/core: Avoid a potential OOPs for an unused optional parameter e9e368446931 IB/core: Fix ib_wc structure size to remain in 64 bytes boundary 17890e8494f2 IB/core: Fix two kernel warnings triggered by rxe registration 7ff37378d884 IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports 9f298cc55e14 IB/qib: Fix comparison error with qperf compare/swap test d4473f8c2fa5 IB/umad: Fix use of unprotected device pointer d5610050475e scsi: smartpqi: allow static build ("built-in") bb61956d9d9f Linux 4.15.4 f246c4e6d286 rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules 8b159566ab29 scsi: cxlflash: Reset command ioasc 5dbe7be7e522 scsi: lpfc: Fix crash after bad bar setup on driver attachment 3dcf4935d1df scsi: core: Ensure that the SCSI error handler gets woken up d73763b92944 ftrace: Remove incorrect setting of glob search field 4d5d5e9612e7 devpts: fix error handling in devpts_mntget() 8ec68ce24fd1 mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy 2433367ce69e ovl: hash directory inodes for fsnotify 06b4cf20d166 ovl: take mnt_want_write() for removing impure xattr 65989bff55e8 ovl: take mnt_want_write() for work/index dir setup fc103afa3390 ovl: fix failure to fsync lower dir e14a5067b13c ovl: force r/o mount when index dir creation fails 74ef3034525a acpi, nfit: fix register dimm error handling 1a9b65ce3165 ACPI: sbshc: remove raw pointer from printk() message a18ff97b8fff drm/i915: Avoid PPS HW/SW state mismatch due to rounding 7217671ff5ad arm64: dts: marvell: add Ethernet aliases e8217faccb47 objtool: Fix switch-table detection 1396715adadb lib/ubsan: add type mismatch handler for new GCC/Clang 157bb32f826c lib/ubsan.c: s/missaligned/misaligned/ 7a8ca66b3b26 clocksource/drivers/stm32: Fix kernel panic with multiple timers 83cfeb15b960 blk-mq: quiesce queue before freeing queue b3e1e2d54d4f pktcdvd: Fix a recently introduced NULL pointer dereference 7a6938e21159 pktcdvd: Fix pkt_setup_dev() error path d4d9ac623f3c pinctrl: sx150x: Add a static gpio/pinctrl pin range mapping 12cbc6636acf pinctrl: sx150x: Register pinctrl before adding the gpiochip c56a74735860 pinctrl: sx150x: Unregister the pinctrl on release 178e4288c014 pinctrl: mcp23s08: fix irq setup order 25484773c7a9 pinctrl: intel: Initialize GPIO properly when used through irqchip 787229894896 genirq: Make legacy autoprobing work again 141fce350f00 EDAC, octeon: Fix an uninitialized variable warning 36ea5adbf38e xtensa: fix futex_atomic_cmpxchg_inatomic aa38e58d15ab alpha: fix formating of stack content aa117ce7d303 alpha: fix reboot on Avanti platform 3bbebfe82495 alpha: Fix mixed up args in EXC macro in futex operations c3135742ca71 alpha: osf_sys.c: fix put_tv32 regression 190d1ab5450c alpha: fix crash if pthread_create races with signal delivery 24faada95fbe signal/sh: Ensure si_signo is initialized in do_divide_error cce3b22f14dd signal/openrisc: Fix do_unaligned_access to send the proper signal 4574b506d634 ipmi: use dynamic memory for DMI driver override 457ad223c59d Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" version 7ac3d11aba75 Revert "Bluetooth: btusb: fix QCA Rome suspend/resume" ea0c164b5895 Bluetooth: btsdio: Do not bind to non-removable BCM43341 062b49f817aa HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working f877972bcf62 pipe: fix off-by-one error when checking buffer limits 4f361f601c04 pipe: actually allow root to exceed the pipe buffer limits b4ae624fc003 kernel/relay.c: revert "kernel/relay.c: fix potential memory leak" c84c68fc2321 kernel/async.c: revert "async: simplify lowest_in_progress()" 20819e0cdfa8 fs/proc/kcore.c: use probe_kernel_read() instead of memcpy() c578f7ee61fe media: cxusb, dib0700: ignore XC2028_I2C_FLUSH 1bddff4ff67e media: vivid: fix module load error when enabling fb and no_error_inj=1 cefbd21480dd media: ts2020: avoid integer overflows on 32 bit machines de87fcee48bc media: dt-bindings/media/cec-gpio.txt: mention the CEC/HPD max voltages ec1eeaf5b6c1 media: dvb-frontends: fix i2c access helpers for KASAN 2058517f456c media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return code b6de976631b2 kasan: rework Kconfig settings 6d5dd742cbf5 kasan: don't emit builtin calls when sanitization is off 5e2dee3fc6e0 Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all 04f417b0312c btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker 51611b5d19a5 afs: Fix server list handling a0a594704ff3 afs: Fix missing cursor clearance 8b690011c27d afs: Need to clear responded flag in addr cursor da89b2d752e9 afs: Add missing afs_put_cell() 03a7be790fc9 watchdog: imx2_wdt: restore previous timeout after suspend+resume 16c4b6e0c064 ASoC: compress: Correct handling of copy callback 5711cf9b8908 ASoC: skl: Fix kernel warning due to zero NHTL entry 3a042d14100f ASoC: rockchip: i2s: fix playback after runtime resume 6bd298ee74d8 ASoC: acpi: fix machine driver selection based on quirk 8000c0f57633 KVM: PPC: Book3S PR: Fix broken select due to misspelling 47415812fec3 KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED 703f0395362a KVM: PPC: Book3S HV: Drop locks before reading guest memory 0e46778efc9f KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loaded 8285c292436c KVM: nVMX: Fix bug of injecting L2 exception into L1 5cb7e6931e52 KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2 8d3bb572ef44 arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls e76a4b126d1e crypto: talitos - fix Kernel Oops on hashing an empty file 97905e9cf76a crypto: sha512-mb - initialize pending lengths correctly bde50164e671 crypto: caam - fix endless loop when DECO acquire fails d971cb5f5fbd media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs 76db969a3bbf media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic 11fe1040030e media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors 1cc643ab48ee media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type 2b14d31a951e media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32 4e364b677035 media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer 9c15a21a0737 media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32 e5294484a664 media: v4l2-compat-ioctl32.c: avoid sizeof(type) 991030bd0aa7 media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32 dc9a62adcd76 media: v4l2-compat-ioctl32.c: fix the indentation d57714a7c0f2 media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF fc174e6cbdee media: v4l2-ioctl.c: don't copy back the result for -ENOTTY 1113a74590b4 media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmt 46e8d06e423c crypto: hash - prevent using keyed hashes without setting key cec606a62e01 crypto: hash - annotate algorithms taking optional key b5e994037f37 crypto: poly1305 - remove ->setkey() method a3b6f7d313af crypto: mcryptd - pass through absence of ->setkey() f034d24fcef8 crypto: cryptd - pass through absence of ->setkey() 927a0dd1c4de crypto: hash - introduce crypto_hash_alg_has_setkey() d53f47c224c1 ahci: Add Intel Cannon Lake PCH-H PCI ID bd3b3e9b0520 ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI d714ff511458 ahci: Annotate PCI ids for mobile Intel chipsets as such 8d94a30179ca kernfs: fix regression in kernfs_fop_write caused by wrong type 0e61f8b07b57 nfsd: Detect unhashed stids in nfsd4_verify_open_stid() 782b4e79ceaa NFS: Fix a race between mmap() and O_DIRECT 0645878a34d0 NFS: reject request for id_legacy key without auxdata 60af9d47409c NFS: commit direct writes even if they fail partially 6d301c957faf NFS: Fix nfsstat breakage due to LOOKUPP 09f453630a5c NFS: Add a cond_resched() to nfs_commit_release_pages() 4be335576eca nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE d2a7f7a32d70 nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds 79fca845f0e4 ubifs: free the encrypted symlink target 973f83fab1b1 ubi: block: Fix locking for idr_alloc/idr_remove 155e260ffa14 ubi: fastmap: Erase outdated anchor PEBs during attach 85f7a399a372 ubi: Fix race condition between ubi volume creation and udev edb72dea6d46 mtd: nand: sunxi: Fix ECC strength choice ed538bc15951 mtd: nand: Fix nand_do_read_oob() return value b39c718d1a37 mtd: nand: brcmnand: Disable prefetch by default 4ea0377d0dcc mtd: cfi: convert inline functions to macros d60ada32f9c1 arm64: Kill PSCI_GET_VERSION as a variant-2 workaround e301ef818938 arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support 1b3173cc0818 arm/arm64: smccc: Implement SMCCC v1.1 inline primitive 5fa82723fa1b arm/arm64: smccc: Make function identifiers an unsigned quantity eadba98b0dd9 firmware/psci: Expose SMCCC version through psci_ops 5195a21d5ba0 firmware/psci: Expose PSCI conduit 4a345e5e8731 arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling 7a1b576877dd arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support 8b423ee88829 arm/arm64: KVM: Turn kvm_psci_version into a static inline d18561857b79 arm64: KVM: Make PSCI_VERSION a fast path 68894ca72b4d arm/arm64: KVM: Advertise SMCCC v1.1 9aecea071f02 arm/arm64: KVM: Implement PSCI 1.0 support bfc67e088515 arm/arm64: KVM: Add smccc accessors to PSCI code 038a0579029d arm/arm64: KVM: Add PSCI_VERSION helper bf9708a5df1e arm/arm64: KVM: Consolidate the PSCI include files a2843529c774 arm64: KVM: Increment PC after handling an SMC trap 2458a525a4a9 arm64: Branch predictor hardening for Cavium ThunderX2 d2a40a765e31 arm64: Implement branch predictor hardening for Falkor 5152c0c11ccc arm64: Implement branch predictor hardening for affected Cortex-A CPUs df65d7b1c194 arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75 40ad0b937384 arm64: entry: Apply BP hardening for suspicious interrupts from EL0 9444427e9f43 arm64: entry: Apply BP hardening for high-priority synchronous exceptions 9a7a2f40da4a arm64: KVM: Use per-CPU vector when BP hardening is enabled 7c2108a2db49 arm64: Move BP hardening to check_and_switch_context 24f07bba953d arm64: Add skeleton to harden the branch predictor against aliasing attacks e8b634e69ce3 arm64: Move post_ttbr_update_workaround to C code 4f26eef7f241 drivers/firmware: Expose psci_get_version through psci_ops structure 4506169a1e1e arm64: cpufeature: Pass capability structure to ->enable callback 2e780011c8fd arm64: Run enable method for errata work arounds on late CPUs 68330fdd469b arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early 835662c5bd55 arm64: futex: Mask __user pointers prior to dereference 15814374752a arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user 9ca9d1c25789 arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user e11038f4c1c7 arm64: uaccess: Prevent speculative use of the current addr_limit cf6df3266a91 arm64: entry: Ensure branch through syscall table is bounded under speculation 4d4e58257ef5 arm64: Use pointer masking to limit uaccess speculation 2a8a65a284c8 arm64: Make USER_DS an inclusive limit a17d329d36c8 arm64: Implement array_index_mask_nospec() 83c5e4e3c634 arm64: barrier: Add CSDB macros to control data-value prediction ed6cfd54cc9b perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0() eefd900d3450 arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives b87b5ce113e1 arm64: entry: Reword comment about post_ttbr_update_workaround ccb60ecfe878 arm64: Force KPTI to be disabled on Cavium ThunderX 173358a49173 arm64: kpti: Add ->enable callback to remap swapper using nG mappings 1e41ebd20f59 arm64: mm: Permit transitioning from Global to Non-Global without BBM 3fb3a06fb821 arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0() 56e4bdb0a3e9 arm64: Turn on KPTI only on CPUs that need it cb132ae43a2a arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs e7a062e77db3 arm64: kpti: Fix the interaction between ASID switching and software PAN 7036e5f6774e arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR e0b74ca82f28 arm64: capabilities: Handle duplicate entries for a capability f39015ae7127 arm64: Take into account ID_AA64PFR0_EL1.CSV3 14a756c2fda0 arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry 8c17f836255d arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0 feace1c8f6eb arm64: use RET instruction for exiting the trampoline 6eac605e7103 arm64: kaslr: Put kernel vectors address in separate data page 064607a4fd29 arm64: entry: Add fake CPU feature for unmapping the kernel at EL0 0b5deee12ce7 arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks a5ed8761f801 arm64: cpu_errata: Add Kryo to Falkor 1003 errata 26ce07109300 arm64: erratum: Work around Falkor erratum #E1003 in trampoline code 89685f858b8f arm64: entry: Hook up entry trampoline to exception vectors 3117e455eee9 arm64: entry: Explicitly pass exception level to kernel_ventry macro 3f14b03dde8c arm64: mm: Map entry trampoline into trampoline and kernel page tables a1f8eeab0e78 arm64: entry: Add exception trampoline page for exceptions from EL0 392bb3ba6865 arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI 68e3fee6ea5c arm64: mm: Add arm64_kernel_unmapped_at_el0 helper 75802ca67d6b arm64: mm: Allocate ASIDs in pairs 9c3ad6e6b827 arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN fc29c581cdf3 arm64: mm: Rename post_ttbr0_update_workaround e5b604c97b91 arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003 9586273ff1f8 arm64: mm: Move ASID from TTBR0 to TTBR1 2c8c2e969339 arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN 541214369fcb arm64: mm: Use non-global mappings for kernel space 2eeaddcc139b media: hdpvr: Fix an error handling path in hdpvr_probe() 2d1073cfbe78 media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner 20f3bae5957e media: dvb-usb-v2: lmedm04: Improve logic checking of warm start 410179dfc2b8 sched/rt: Up the root domain ref count when passing it around via IPIs 74adee6d7b79 sched/rt: Use container_of() to get root domain in rto_push_irq_work_func() 8709b63f2ebc Revert "drm/i915: mark all device info struct with __initconst" bf8b6ada9508 watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stop 5577da97bd3f ssb: Do not disable PCI host on non-Mips a52b839c8d65 dmaengine: dmatest: fix container_of member in dmatest_callback 76eac767a85b cpufreq: mediatek: add mediatek related projects into blacklist 6cb0b894e128 CIFS: zero sensitive data when freeing 44fe87e83650 cifs: Fix autonegotiate security settings mismatch a0f967b072c9 cifs: Fix missing put_xid in cifs_file_strict_mmap e4fb3fda25d6 watchdog: indydog: Add dependency on SGI_HAS_INDYDOG (From OE-Core rev: 9740c4b037a43801516af93fac0345b740592d35) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: add stratix10 SoC development boardBruce Ashfield2018-03-043-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the patches to introduce support for stratix10 SOC, which comprises the following commits: 22f73c1fe991 drivers: ethernet: stmmac: keep Ethernet clock in enable status on Stratix10 platform c3ceae6df341 drivers: ethernet: stmmac: improve phy control during ethernet suspend/resume 883d8df59543 drivers: ethernet: stmmac: set delay_us value as 0 063b17881fed arm64: dts: stratix10: add interrupt-parent property in root node e991516fa777 arm64: dts: stratix10: correct PMU interrupt number 555f51414098 arm64: dts: stratix10: add alias for i2c1 a5dd201f0e8c arm64: dts: stratix10: control FPGA IO from linux kernel 67e763e631bd mtd: spi-nor: add support for mt25qu02g serial flash 6068e35ed261 arm64: dts: stratix10: enable qspi feature 2d019c47939c arm64: dts: stratix10: add USB ECC reset bit d9b9d63a6417 FogBugz #516572: add clock to USB nodes f4bca65baf07 arm64: dts: stratix10: enable USB on the devkit 1ed12c04eac6 arm64: dts: stratix10: remove phy node for usb b9b8f08f50ca usb: dwc2: add optional usb ecc reset bit 7a04b5cba903 usb: dwc2: disable erroneous overcurrent condition aac3bd2a2e23 dts: stratix10_socdk: enable gpio1 and leds 9807c107b1c3 arm64: dts: stratix10: fix interrupt number for gpio1 cbd264cde6bc arm64: dts: stratix10: add gpio header f91f7117ef93 gpio: gpio-dwapb: add optional reset 3aa90a6801aa mtd: spi-nor: Allow Cadence QSPI support for ARM64 3bb156eb80b6 FogBugz #495013-1: dts: stratix10: Add QSPI support for Stratix10 81981997697b reset: socfpga: fix for 64-bit compilation 882cc1f9800d FogBugz #491967-5: dts: stratix10: add ltc2497 d7b3bc0833a6 FogBugz #492768: Revert "i2c: dw: temporary workaround for i2c clocks" 60711b82517f arm64: dts: stratix10: add reset property for various peripherals f9aeefce1310 arm64: stratix10: add the 'altr,modrst-off' property e65b02b3b5b7 arm64: stratix10: include the reset manager bindings 7ffbb161ee30 reset: socfpga: build the reset-socfpga for Stratix10 SOC 95197b89dd72 FogBugz #493310: dts: use the clocks for the timers and uarts c6ec92c9222a FogBugz #493306: mark the l4_sp_clk as a critical clock 7caf335dd0fa FogBugz #492768: i2c: dw: temporary workaround for i2c clocks b247b5ed60c0 FogBugz #491967-2: dts: stratix10: enable i2c b0ea5bac0b3a FogBugz #492420: fix up the correct order of parents for noc_clk c81d19a6683b arm64: dts: stratix10: add ethernet/sdmmc support to S10 devkit 00d6740c9ec9 FogBugz #491251: temporary remove PSCI node 789aabac6e9d arm64: dts: fix up the gic register for the Stratix10 platform 9504049ea576 FogBugz #488936-2: Add clocks to emac/sdmmc node 8ad32e880376 FogBugz #488936-1: dts: bringup SoCFPGA Stratix10 devkit f826ccc79752 FogBugz #488843-2: add clock driver for Stratix10 SOC 56594bb54083 FogBugz #488843-1: dts: clock bindings for the SoCFPGA Stratix10 2a25f1e19487 FogBugz #488851: dts: use spin-table for SMP d36f9d7f16c3 net: stmmac: Adjust dump offset of DMA registers for ethtool 50eb2994beea Revert "FogBugz #470510: Update stratix10_swvp.dts file for S10 SoC Simics/VP" 9cc3c6bc11a7 net: stmmac: Add additional registers for dwmac1000_dma ethtool 4b12474ecb09 FogBugz #470512: Update stratix10_swvp.dts file for S10 SoC Simics/VP 2e1cf1b70e9a FogBugz #468942-2: Modify QSPI read_delay for Arria10. a2baa4e9366e FogBugz #454145: Update stratix10_swvp.dts file for S10 SoC VP 352eccb9c28e dt-bindings: reset: Add reset manager offsets for Stratix10 4951f51f6650 FogBugz #458420-2: ARM: dts: add lcd character panel 52625560a859 FogBugz #458420-1: dts: arria10 socdk: add max1619 a7926b2fe419 ARM: dts: socfpga: set the i2c frequency af2c59f5810f FogBugz #374571: Fix Sysid driver hotplug support. b1d136a8001d FogBugz #284482-2: A10 cache coherency is different than A5/C5. 8dc53e9000e6 FogBugz #284482-1: A10 cache coherency is different than A5/C5. cf59a2fb8882 FogBugz #408870: add debugfs interface for fpga config complete timeout a2a924222a02 FogBugz #421690: use a unique name to register freeze controller db0c754560cb FogBugz #403389-1: Altera Partial Reconfiguration IP Core 2b11bb966e23 FogBugz #412211: fpga: fix fpga mgr debugfs for module 546b85ceb86f FogBugz #411427: fpga: memory leaks in fpga manager debugfs 186529660ef2 FogBugz #405628-1: fpga: doc: add config complete timeout e97cb7797091 FogBugz #404467: add missing binding documentation 9454b288338e FogBugz #411698-3: hwmon: Add Altera A10-SR power supply alarms 181766fbe257 FogBugz #411698-2: Add Altera A10-SR power supply alarms 995c713ce65a FogBugz #408205: fix printf format error ff30a92ebff5 FogBugz #398879-2: fpga mgr debugfs 46856886744c FogBugz #398879-1: fpga: doc: documentation for FPGA debugfs 559f1b2b61f1 FogBugz #365525-3: socfpga: dts: remove fpga image specific info 6ac61db6de48 ARM: DT: Enable symbols when CONFIG_OF_OVERLAY is used 784a7fe5585c OF: DT-Overlay configfs interface (v7) dcc6ae577325 FogBugz #334039: enable SMP for the Stratix10 SWVP 83c3f4a2b7dc FogBugz #332965: missing Makefile to build Stratix10 SWVP dts 5604a2ed0cd1 FogBugz #331066: misc: altera_hwmutex: remove redundant unused of_match_ptr e5ad2362d2bc FogBugz #331067: misc: altera_hwmutex: remove .owner fdcb3fa5a3a5 FogBugz #332657-2: Stratix 10 Software Virtual Platform d64f00ea688a FogBugz #332657-1: Stratix 10 Software Virtual Platform 86026fe01b25 FogBugz #299928: arria10 swvp: add device tree 146f064db340 devicetree: net: micrel-ksz90x1.txt: correct documentation 71244d32db2b TRCom NAND board device tree. bb328948b0b5 FogBugz #184650: Cleanup Altera license headers. 8e855ce4b0c2 misc: sysid: use IS_ERR and PTR_ERR to check for error d5e88e198db0 misc: hwmutex: use IS_ERR and PTR_ERR to check for error 8e7d24910197 FogBugz #236669: Add a Kconfig for ILC driver 790e85ef4b28 misc: ilc: replace devm_request_and_ioremap with devm_ioremap_and_resource 1025d2218b88 misc: sysid: replace devm_request_and_ioremap with devm_ioremap_and_resource 0b1dbbb5a411 misc: hwmutex: replace devm_request_and_ioremap with devm_ioremap_resource f78ea9d901c6 FogBugz #240546: Move VIP driver into FB hardware folder 56c37d32951b FogBugz #177284: add Altera VIP framebuffer driver c006613bfc15 FogBugz #229601: newhaven lcd: fix kbuild test robot warnings a20f46e5560c FogBugz #101176: add sys entry to set lcd module brightness effc29afd46a FogBugz #125882: lcd module needs time to process commands. ffab5da4edbf FogBugz #118160: support tilde character on newhaven lcd module c72219530e09 FogBugz #114479: load custom character for backslash 0eb518db5832 FogBugz #107683: handle backspace better in lcd driver c62a261496fc tty: newhaven_lcd: Remove devinit and devexit 717f3b73f7c7 FogBugz #102358: i2c newhaven lcd driver uses faulty hyphen 394b437bac51 FogBugz #100586: Set lcd backlight brightness to max 3754d6b77c1b FogBugz #84276: lcd driver on i2c 115230c21271 FogBugz #143478: drivers/misc: Move sysid from arch to drivers 8e28bdd388c4 FogBugz #178225: Add Altera interrupt latency counter driver 095297e45627 FogBugz #144109: Remove extra lines from license header 6534e0969ae2 FogBugz #143451: Fix mutex compatible string 8eb7914d1532 FogBugz #138162: Add Altera hardware mutex driver 075f0367ff60 FogBugz #184646: Turn on all peripheral clocks for a system reboot d695a0616fda FogBugz #172665: Sample driver for DMA transfer to FPGA soft IP (FIFO) f7b3f6418bbc FogBugz #143478: arch/arm: Move sysid from arch to drivers 1dd2f4af39a0 ARM: socfpga: Turn on ARM errata for L2 cache 40146055677a mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=y (From OE-Core rev: 06c9f43fc018cc35bb0ffef133d6f53eb2964e26) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.14/4.15: yaffs2 fixesBruce Ashfield2018-03-046-26/+26
| | | | | | | | | | | | | | Integrating the following fixes for yaffs2: 9f9649fffac9 yaffs2: Adjust the timer callback and init functions 0ef24a829eee yaffs2: include rawnand.h instead of nand.h (From OE-Core rev: 079024ffd828a933d64fadef744dd16e681dd166) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-dev: update to v4.16-rcXBruce Ashfield2018-02-241-1/+1
| | | | | | | (From OE-Core rev: 59285b324f6d9ed270b0bef209ef5da22a620a83) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: fix qemuarm64 boot failureBruce Ashfield2018-02-203-10/+10
| | | | | | | | | | | | | | The -stable update to 4.12 needs one more commit to fix the boot of qemuarm64. This will be part of the next 4.12 -stable series, but for now, we merge the patch directly. 40146055677a mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=y (From OE-Core rev: 4911e9c539b98bde0246ea4f8dc823c50951195e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: update to v4.12.20Bruce Ashfield2018-02-193-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating to Paul Gortmaker's 4.12.20 release, which comprises the following commits: 26041ea62c10 Linux 4.12.20 80da9fc42759 kvm: x86: fix RSM when PCID is non-zero 94ff73e84af3 x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN 1c6aaef6e08f x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm a14ac5bc4953 x86/tlb: Drop the _GPL from the cpu_tlbstate export a95cc558c4ba x86/events/intel/ds: Use the proper cache flush method for mapping ds buffers e94e2440d266 x86/kaslr: Fix the vaddr_end mess ec2c4771ab78 x86/mm: Map cpu_entry_area at the same place on 4/5 level 21390d1cf697 x86/mm: Set MODULES_END to 0xffffffffff000000 a657f6bde81f x86/process: Define cpu_tss_rw in same section as declaration f0ca9ecfacd8 x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() 882c46ebc1eb x86/pti: Make sure the user/kernel PTEs match 0920dd036f51 x86/cpu, x86/pti: Do not enable PTI on AMD processors 2832199b24b5 x86/pti: Enable PTI by default abe84bdf0450 mm/mprotect: add a cond_resched() inside change_pmd_range() 79c74e87dd70 kernel/acct.c: fix the acct->needcheck check in check_free_space() 8097b1b3ed8e x86/espfix/64: Fix espfix double-fault handling on 5-level systems 1a698b5094c6 x86/decoder: Fix and update the opcodes map 3bc0a0230c85 x86/idt: Load idt early in start_secondary 96523a6b3c9f x86/ldt: Make LDT pgtable free conditional 0930c225b7fd x86/ldt: Plug memory leak in error path 7b392c0fd57c x86/mm: Remove preempt_disable/enable() from __native_flush_tlb() a569be19aca4 x86/smpboot: Remove stale TLB flush invocations 171c680cd430 x86/ldt: Make the LDT mapping RO b20a4e9c0824 x86/mm/dump_pagetables: Allow dumping current pagetables 4cb373d5878c x86/mm/dump_pagetables: Check user space page table for WX pages 419aaf9950b0 x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchy f2ea744855ef x86/mm/pti: Add Kconfig 21ee6ef0b6da x86/dumpstack: Indicate in Oops whether PTI is configured and enabled 4792df02eaa2 x86/mm: Clarify the whole ASID/kernel PCID/user PCID naming 079aafe7e55e x86/mm: Use INVPCID for __native_flush_tlb_single() f82db33b19f6 x86/mm: Optimize RESTORE_CR3 156823d62b52 x86/mm: Use/Fix PCID to optimize user/kernel switches 3c6ddf8979d7 x86/mm: Abstract switching CR3 842c1304aa61 x86/mm: Allow flushing for future ASID switches 54ccd28274b7 x86/pti: Map the vsyscall page if needed 05347c693d0a x86/pti: Put the LDT in its own PGD if PTI is on 86aa46082664 x86/mm/64: Make a full PGD-entry size hole in the memory map bd91c7622d4b x86/events/intel/ds: Map debug buffers in cpu_entry_area f2a19cac5364 x86/cpu_entry_area: Add debugstore entries to cpu_entry_area 788856fff986 x86/mm/pti: Map ESPFIX into user space 2946dc511e38 x86/mm/pti: Share entry text PMD 8f01f3ca70af x86/entry: Align entry text section to PMD boundary 419ac1b145f8 x86/mm/pti: Share cpu_entry_area with user space page tables 43ac2d12a830 x86/mm/pti: Force entry through trampoline when PTI active c0226c119bb4 x86/mm/pti: Add functions to clone kernel PMDs 0de21941f44c x86/mm/pti: Populate user PGD dc46e9eafde8 x86/mm/pti: Allocate a separate user PGD a3293057588e x86/mm/pti: Allow NX poison to be set in p4d/pgd b51aa0399145 x86/mm/pti: Add mapping helper functions 66d1447e7cd8 x86/pti: Add the pti= cmdline option and documentation 399981179cc2 x86/mm/pti: Add infrastructure for page table isolation ff4703d2378d x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switching 6eb83fa9c76d x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=y 0cbc392772c6 x86/cpufeatures: Add X86_BUG_CPU_INSECURE bb426b09a2b3 nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick() f8da34e6aea2 ring-buffer: Do no reuse reader page if still in use f56cc813891f ring-buffer: Mask out the info bits when returning buffer page length 99df0a6bd678 x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bit dd6eac2b6f66 init: Invoke init_espfix_bsp() from mm_init() fc78bbdec893 x86/cpu_entry_area: Move it out of the fixmap b73f4c11bfb7 x86/cpu_entry_area: Move it to a separate unit 90383f5be7ac x86/mm: Create asm/invpcid.h f7938aecc9e1 x86/mm: Put MMU to hardware ASID translation in one place 21c7af3777f8 x86/mm: Remove hard-coded ASID limit checks 546fe7d48686 x86/mm: Move the CR3 construction functions to tlbflush.h 029ed77f57b6 x86/mm: Add comments to clarify which TLB-flush functions are supposed to flush what c786774ceccb x86/mm: Remove superfluous barriers f0c8c4bd2347 x86/mm: Use __flush_tlb_one() for kernel memory c1d18bf3f32b x86/microcode: Dont abuse the TLB-flush interface cba3ab6a6841 x86/uv: Use the right TLB-flush API 8a7c2006beba x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stack d6a432d4d3a0 x86/doc: Remove obvious weirdnesses from the x86 MM layout documentation 07e8a63c2c4f x86/mm/64: Improve the memory map documentation 1dddc45476c4 x86/ldt: Prevent LDT inheritance on exec 93439585326e x86/ldt: Rework locking 315b737482ac arch, mm: Allow arch_dup_mmap() to fail 3cd977c67053 x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE mode e5667337a507 x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchy 4664833b9c38 x86/mm/dump_pagetables: Make the address hints correct and readable 9ed67a029dd7 x86/mm/dump_pagetables: Check PAGE_PRESENT for real 0f9f378903ae x86/Kconfig: Limit NR_CPUS on 32-bit to a sane amount 358a83a1de54 x86/cpufeatures: Make CPU bugs sticky ae16a824dd62 x86/paravirt: Provide a way to check for hypervisors 93231925335a x86/paravirt: Dont patch flush_tlb_single 3e9cf8fb4db0 x86/entry/64: Make cpu_entry_area.tss read-only 47cb726a9600 x86/entry: Clean up the SYSENTER_stack code ff29cda6c2f2 x86/entry/64: Remove the SYSENTER stack canary 33e8a0a90105 x86/entry/64: Move the IST stacks into struct cpu_entry_area 8aa71a5cdc32 x86/entry/64: Create a per-CPU SYSCALL entry trampoline 077a04534cc4 x86/entry/64: Return to userspace from the trampoline stack 698892158210 x86/entry/64: Use a per-CPU trampoline stack for IDT entries 7df5dc38dc29 x86/espfix/64: Stop assuming that pt_regs is on the entry stack 7b6d319e2616 x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0 e75df8aedce8 x86/entry: Remap the TSS into the CPU entry area 0e0055bbeb2a x86/entry: Move SYSENTER_stack to the beginning of struct tss_struct d9e17c57f62a x86/dumpstack: Handle stack overflow on all stacks b6645c3c626e x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss 99a47d22f1fa x86/kasan/64: Teach KASAN about the cpu_entry_area 0863f76db090 x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entry_area 3b825a015513 x86/entry/gdt: Put per-CPU GDT remaps in ascending order 8e905774d607 x86/dumpstack: Add get_stack_info() support for the SYSENTER stack ca02a72c9150 x86/entry/64: Allocate and enable the SYSENTER stack 4eec07ec7a5c x86/irq/64: Print the offending IP in the stack overflow warning a7b282cd43ba x86/irq: Remove an old outdated comment about context tracking races d2408cf269d1 x86/entry/64/paravirt: Use paravirt-safe macro to access eflags 6a99c031df60 x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow b3f96767d068 locking/barriers: Convert users of lockless_dereference() to READ_ONCE() c1763d787577 locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE() 756428416ce0 perf/x86: Enable free running PEBS for REGS_USER/INTR 2eecb0acd97a x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD 493513aefcc5 x86/cpufeature: Add User-Mode Instruction Prevention definitions 019141d42ebe drivers/misc/intel/pti: Rename the header file to free up the namespace 871d6926064c x86/xen: Fix xen head ELF annotations d20c9ba72b8f x86/boot: Annotate verify_cpu() as a callable function d32d0f94a7ee x86/head: Fix head ELF function annotations 18f077dfae1c x86/head: Remove unused 'bad_address' code d5d921a047b9 x86/head: Remove confusing comment f6dd6567d09d kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal() cf2791ad9e53 kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals 2071cfd700f6 kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL 806424fd3065 kvm, mm: account kvm related kmem slabs to kmemcg 9575a6ffb4b7 x86/virt: Add enum for hypervisors to replace x86_hyper e8baad3e5158 x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init' cb995fcf5ae2 x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_pages' c94b6dded6eb x86/xen: Drop 5-level paging support code from the XEN_PV code 119347a0ef41 x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XEN_PVH=y 199e4741c8b9 x86/kasan: Use the same shadow offset for 4- and 5-level paging 1c5ea732a936 mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y 8915a13ca5a4 mm, x86/mm: Fix performance regression in get_user_pages_fast() 66ea32e385a8 x86/insn-eval: Add a utility function to get register offsets 7ce86fc1e901 x86/insn-eval: Do not BUG on invalid register type c958c84cf7c2 x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval file 8d8f073eaa31 x86/mpx: Do not use SIB.base if its value is 101b and ModRM.mod = 0 ec1786527e7f x86/mpx: Do not use SIB.index if its value is 100b and ModRM.mod is not 11b 897aeabaf3c1 x86/mpx: Use signed variables to compute effective addresses bdc345828604 x86/mpx: Simplify handling of errors when computing linear addresses d35dbe818a6a ptrace,x86: Make user_64bit_mode() available to 32-bit builds ef02e49ac1a7 x86/boot: Relocate definition of the initial state of CR0 1542a015ace2 x86/mm: Relocate page fault error codes to traps.h 7edfe87940e2 selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as well be33b76702d9 selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area() 738b110511ba selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR oddities 1f9e12c2e81e x86/cpufeatures: Fix various details in the feature definitions 14fe162f996f x86/cpufeatures: Re-tabulate the X86_FEATURE definitions be9780fb7a30 x86/build: Beautify build log of syscall headers 601a71aa8028 x86/mm: Define _PAGE_TABLE using _KERNPG_TABLE 6a9dda277c24 bitops: Revert cbe96375025e ("bitops: Add clear/set_bit32() to linux/bitops.h") c3e13e28aa72 x86/cpuid: Replace set/clear_bit32() a87fa3721441 x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU features 8bf58a744e9a x86/cpuid: Prevent out of bound access in do_clear_cpu_cap() 5dd037e50e83 x86/fpu: Remove the explicit clearing of XSAVE dependent features 691bb62c5c87 x86/fpu: Make XSAVE check the base CPUID features before enabling 384a2d7af44d x86/fpu: Parse clearcpuid= as early XSAVE argument 36381d76b645 x86/cpuid: Add generic table for CPUID dependencies 50c6c061f4d6 bitops: Add clear/set_bit32() to linux/bitops.h 4ef351ff7bab x86/fpu/debug: Remove unused 'x86_fpu_state' and 'x86_fpu_deactivate_state' tracepoints cc2b5786a84b x86/entry/64: Shorten TEST instructions d26fc8d39309 x86/traps: Use a new on_thread_stack() helper to clean up an assertion f475d79e9115 x86/entry/64: Remove thread_struct::sp0 ee2f1a81b613 x86/entry/32: Fix cpu_current_top_of_stack initialization at boot a69652f6e628 x86/entry/64: Remove all remaining direct thread_struct::sp0 reads f7945199711d x86/entry/64: Stop initializing TSS.sp0 at boot 3476ab68a9bf x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context() c2e6ce4b2921 x86/entry: Add task_top_of_stack() to find the top of a task's stack 45c4053bf8d4 x86/entry/64: Pass SP0 directly to load_sp0() 1acf96028d04 x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0() ab80fe6f16d3 x86/entry/64: De-Xen-ify our NMI code d067fb259523 xen, x86/entry/64: Add xen NMI trap entry 13ead6fcd2ab x86/entry/64: Remove the RESTORE_..._REGS infrastructure 6793d49993e4 x86/entry/64: Use POP instead of MOV to restore regs on NMI return ba46462c7964 x86/entry/64: Merge the fast and slow SYSRET paths 905d20dd5054 x86/entry/64: Use pop instead of movq in syscall_return_via_sysret 99bc33079304 x86/entry/64: Shrink paranoid_exit_restore and make labels local 3c16e0932979 x86/entry/64: Simplify reg restore code in the standard IRET paths 4fc1d8b76f21 x86/entry/64: Move SWAPGS into the common IRET-to-usermode path f32123527bed x86/entry/64: Split the IRET-to-user and IRET-to-kernel paths 3b475309f976 x86/entry/64: Remove the restore_c_regs_and_iret label f3bd88849f88 x86/asm: Don't use the confusing '.ifeq' directive d36e0d395ca2 x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt() ca024e7d1862 x86/asm: Remove unnecessary \n\t in front of CC_SET() from asm templates dcc5f2f8c5db x86/mm/64: Remove the last VM_BUG_ON() from the TLB code c01d65a2df94 x86/mm: Flush more aggressively in lazy TLB mode 71570531a921 x86/mm/32: Load a sane CR3 before cpu_init() on secondary CPUs 7896047cb4de x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier 557c6cb2e892 x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware code bdf06611e863 x86/mm: Factor out CR3-building code 28dfb0cf1cd6 x86/mm/64: Initialize CR4.PCIDE early c45360a1779f x86/mm: Get rid of VM_BUG_ON in switch_tlb_irqs_off() 50522881fb0b x86/mm: Document how CR4.PCIDE restore works d8fa770e4331 x86/mm: Reinitialize TLB state on hotplug and resume 223590ce02fa x86/xen: Get rid of paravirt op adjust_exception_frame 9148019af215 x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages 93753465c1fb x86/mm/dump_pagetables: Speed up page tables dump for CONFIG_KASAN=y 866ec7bd5055 x86/mm: Implement PCID based optimization: try to preserve old TLB entries using PCID 0ca4a0dcd2b1 x86/mpx: Do not allow MPX if we have mappings above 47-bit 69fa7265508d x86/mm/dump_pagetables: Fix printout of p4d level 172774bfa3ef x86/boot: Add early cmdline parsing for options with arguments 47c915550f9e x86/mm: Enable CR4.PCIDE on supported systems 4bda31395beb x86/mm: Add the 'nopcid' boot option to turn off PCID ae3c78546a4d x86/mm: Disable PCID on 32-bit kernels a506eb1a28ee x86/mm: Stop calling leave_mm() in idle code 8d640d568fc8 x86/mm: Rework lazy TLB mode and TLB freshness tracking 6856a6907443 x86/mm: Track the TLB's tlb_gen and update the flushing algorithm 75309cc8a392 x86/mm: Give each mm TLB flush generation a unique ID 90d8521ed090 x86/xen/64: Rearrange the SYSCALL entries cd77afb4a51a x86/asm: Add suffix macro for GEN_*_RMWcc() 5d4c36800831 x86/entry/64: Refactor IRQ stacks and make them NMI-safe 9b1ff5eeadc1 irq: Make the irqentry text section unconditional 2df8e4dd8ad5 x86: provide an init_mem_mapping hypervisor hook 03a415bbc469 x86/kasan: don't allocate extra shadow memory e5881507ab4b x86/mm: Delete a big outdated comment about TLB flushing 2612885620dc x86/mm: Don't reenter flush_tlb_func_common() 8c33de3d1431 x86/mm: Remove reset_lazy_tlbstate() 22e8e068200a x86/ldt: Simplify the LDT switching logic 306b70104b69 x86/boot/64: Put __startup_64() into .head.text 6785f222adc3 x86/mm: Add support for 5-level paging for KASLR 3591558ac071 x86/mm: Make kernel_physical_mapping_init() support 5-level paging e93998d5a995 x86/mm: Add sync_global_pgds() for configuration with 5-level paging 8d08f0f9511a x86/boot/64: Add support of additional page table level during early boot 08ef52fc8c27 x86/boot/64: Rename init_level4_pgt and early_level4_pgt 8e3d8cc05bab x86/boot/64: Rewrite startup_64() in C 40029728da7c x86/boot/compressed: Enable 5-level paging during decompression stage 9f9cc4499abe x86/boot/efi: Define __KERNEL32_CS GDT on 64-bit configurations f56c74bc479b x86/asm: Fix comment in return_from_SYSCALL_64() 37edb519e13e x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() ae39e66a6c22 x86/ldt: Rename ldt_struct::size to ::nr_entries 8e9fceb46493 mm/vmstat: Make NR_TLB_REMOTE_FLUSH_RECEIVED available even on UP 73c1f133b39a x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constant 6652b39ab9a7 x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush code 5f8577a5dfcb x86/mm: Rework lazy TLB to track the actual loaded mm 0444036bd674 x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code a8c7f8a7a0b3 x86/mm: Use new merged flush logic in arch_tlbbatch_flush() d47f84368847 x86/mm: Refactor flush_tlb_mm_range() to merge local and remote cases 5a32e49af880 x86/mm: Change the leave_mm() condition for local TLB flushes c2c97859bbc5 x86/mm: Pass flush_tlb_info to flush_tlb_others() etc 30210c7c83b5 mm, x86/mm: Make the batched unmap TLB flush API more generic a56dacbe25a0 x86/mm: Reduce indentation in flush_tlb_func() 4e69fbba04b0 x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range() (From OE-Core rev: 6a13b0c1e78a671563252a59351d7c1061664087) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.14: update to v4.14.19Bruce Ashfield2018-02-193-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the korg -stable release with the following change summary: 1722fe372784 Linux 4.14.19 d2aeb4e2bd8d Revert "x86/alternative: Print unadorned pointers" 22f16a74c474 scsi: storvsc: missing error code in storvsc_probe() f18046f7a50a kernel/exit.c: export abort() to modules c5c91d830507 arch: define weak abort() 3a570cfe785a crypto: tcrypt - fix S/G table for test_aead_speed() 68a9f19264fd media: soc_camera: soc_scale_crop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE 1bf81cff1bad media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION 981f20bc7595 soreuseport: fix mem leak in reuseport_add_sock() 456add4c9bd3 ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only c04818abad46 tcp_bbr: fix pacing_gain to always be unity when using lt_bw 1da27118f419 rocker: fix possible null pointer dereference in rocker_router_fib_event_work 07ca93e3176b net: ipv6: send unsolicited NA after DAD 799a34d5b048 Revert "defer call to mem_cgroup_sk_alloc()" b9b70c876a7a vhost_net: stop device during reset owner 6d35430fdaf4 tcp: release sk_frag.page in tcp_disconnect e8513f250d1b r8169: fix RTL8168EP take too long to complete driver initialization. a7c2cf702a40 qmi_wwan: Add support for Quectel EP06 fcee7812ea05 qlcnic: fix deadlock bug 166f27322f8c net: igmp: add a missing rcu locking section 2726946dfcd2 ip6mr: fix stale iterator 806d61d66900 kbuild: rpm-pkg: keep spec file until make mrproper abc5896b7785 .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore bafda5d37527 .gitignore: sort normal pattern rules alphabetically (From OE-Core rev: 15032fc79149a62d68120be67478ea47ba8ca117) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.15: update to v4.15.3Bruce Ashfield2018-02-193-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the korg -stable updates that comprise the following changes: e6e2d12fa46b Linux 4.15.3 b78dc2478714 crypto: tcrypt - fix S/G table for test_aead_speed() 65a4a2157f0b gpio: uniphier: fix mismatch between license text and MODULE_LICENSE 222090655dbb media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE bc87735cb005 media: soc_camera: soc_scale_crop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE fe70ce28670e media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION 25de2482a958 net: sched: fix use-after-free in tcf_block_put_ext 41551c14bf0d net_sched: get rid of rcu_barrier() in tcf_block_put_ext() 4c92abe86a20 soreuseport: fix mem leak in reuseport_add_sock() 07055dd6c806 ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only ce6fa12a7ba5 cls_u32: add missing RCU annotation. a742a89695ce tcp_bbr: fix pacing_gain to always be unity when using lt_bw 759f8b0b3ad8 rocker: fix possible null pointer dereference in rocker_router_fib_event_work d19a4d19ccab net: ipv6: send unsolicited NA after DAD b22b76fbd802 Revert "defer call to mem_cgroup_sk_alloc()" 81259f3592f8 ipv6: change route cache aging logic 513f3cc3d1d3 ipv6: addrconf: break critical section in addrconf_verify_rtnl() cb0fddba2081 vhost_net: stop device during reset owner f76c9a0fbf5b tcp: release sk_frag.page in tcp_disconnect b0acbef9edb2 r8169: fix RTL8168EP take too long to complete driver initialization. 514377344c30 qmi_wwan: Add support for Quectel EP06 da1761bde55f qlcnic: fix deadlock bug ca89dee1eb41 net: igmp: add a missing rcu locking section 6555d5440ba2 ip6mr: fix stale iterator db22ec452bb4 Linux 4.15.2 35314545f115 fpga: region: release of_parse_phandle nodes after use b796d30928fe serial: core: mark port as initialized after successful IRQ change bad75ea552a8 KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL 6d45809fe88f KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL 3d6e862c967f KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES 4659554aecb0 KVM/x86: Add IBPB support f13d17517fd0 KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX 9e4d1de59c95 x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL d13d4d2a597a x86/pti: Mark constant arrays as __initconst 28cf1d82995c x86/spectre: Simplify spectre_v2 command line parsing 76e36defe096 x86/retpoline: Avoid retpolines for built-in __init functions 9ec4cfcef13f x86/kvm: Update spectre-v1 mitigation b399b9864988 KVM: VMX: make MSR bitmaps per-VCPU 6e337065e6de x86/paravirt: Remove 'noreplace-paravirt' cmdline option 061c8e740e90 x86/speculation: Use Indirect Branch Prediction Barrier in context switch 9a417b0fe093 x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel 7aa1a1703133 x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable" bdfaac0f1811 x86/spectre: Report get_user mitigation for spectre_v1 d583ef2659da nl80211: Sanitize array index in parse_txq_params 64dab840017d vfs, fdtable: Prevent bounds-check bypass via speculative execution fecca4925b89 x86/syscall: Sanitize syscall table de-references under speculation 31d4cf78bb3d x86/get_user: Use pointer masking to limit speculation d193324bd64f x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec bd74e76bfd3d x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end} fa46638b0bbf x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec 7ec7f5580122 x86: Introduce barrier_nospec d9f24681fd02 x86: Implement array_index_mask_nospec 8a1c71c817f7 array_index_nospec: Sanitize speculative array de-references a35f71001b40 Documentation: Document array_index_nospec 6adfc96f74dc x86/asm: Move 'status' from thread_struct to thread_info 6a35b18b3dca x86/entry/64: Push extra regs right away dd9708c3dbac x86/entry/64: Remove the SYSCALL64 fast path 6ff25f602b37 x86/spectre: Check CONFIG_RETPOLINE in command line parser 62c00e6122a6 x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP dd1256185482 objtool: Warn on stripped section symbol 1e7c7191e892 objtool: Add support for alternatives at the end of a section 0603b3626273 objtool: Improve retpoline alternative handling 3dcc78148a15 KVM: VMX: introduce alloc_loaded_vmcs 81e19f12d180 KVM: nVMX: Eliminate vmcs02 pool b053d9d2926b ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE 793cc747e390 pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE 39e8aa5b30d6 iio: adc/accel: Fix up module licenses c7faead761c5 auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE 0f6e6bce69d9 x86/speculation: Simplify indirect_branch_prediction_barrier() 058840da8002 x86/retpoline: Simplify vmexit_fill_RSB() 24516e9a2e3f x86/cpufeatures: Clean up Spectre v2 related CPUID flags d815b3ac3a14 x86/cpu/bugs: Make retpoline module warning conditional b63521664040 x86/bugs: Drop one "mitigation" from dmesg 88106347fcd4 x86/nospec: Fix header guards names 739050a47dc6 x86/alternative: Print unadorned pointers c96b2819eb8f x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support 727eca64fb2b x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes bcfd19e90a7d x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown c32525a0ee28 x86/msr: Add definitions for new speculation control MSRs c11a94aef481 x86/cpufeatures: Add AMD feature bits for Speculation Control 6acd374af3f3 x86/cpufeatures: Add Intel feature bits for Speculation Control ad35224462a1 x86/cpufeatures: Add CPUID_7_EDX CPUID leaf 2ce5583273b2 module/retpoline: Warn about missing retpoline in module 96e1c36869e3 KVM: VMX: Make indirect call speculation safe be88e936a27d KVM: x86: Make indirect calls in emulator speculation safe d55dce9083d0 Linux 4.15.1 d4374d0a85e5 x86/efi: Clarify that reset attack mitigation needs appropriate userspace 589aadd6577b Input: synaptics-rmi4 - do not delete interrupt memory too early e66aa9b5cedf Input: synaptics-rmi4 - unmask F03 interrupts when port is opened d7e9ad33f4a9 test_firmware: fix missing unlock on error in config_num_requests_store() b82021cb0001 iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels ce868fb5d84b iio: adc: stm32: fix scan of multiple channels with DMA bac4bf53ca7c spi: imx: do not access registers while clocks disabled 68c610bf1e38 serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS 150becd9a389 serial: 8250_dw: Revert "Improve clock rate setting" c0dbcbb52e8c serial: 8250_uniphier: fix error return code in uniphier_uart_probe() 970aeba3f3e5 serial: 8250_of: fix return code when probe function fails to get reset 4e45815fcd38 mei: me: allow runtime pm for platform with D0i3 76ee8f3d7af2 android: binder: use VM_ALLOC to get vm area 7654cae54337 ANDROID: binder: remove waitqueue when thread exits. fe188a034ead usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc() 5f9ec18949c5 usb: uas: unconditionally bring back host after reset 05ebcaef21aa usb: f_fs: Prevent gadget unbind if it is already unbound 16d643ddaa3b USB: serial: simple: add Motorola Tetra driver 7ec7c9e0abda usbip: list: don't list devices attached to vhci_hcd 053cef5ae90a usbip: prevent bind loops on devices attached to vhci_hcd 327b34d402aa USB: serial: io_edgeport: fix possible sleep-in-atomic 6b5cd469cffb CDC-ACM: apply quirk for card reader af6e0b55ee7c USB: cdc-acm: Do not log urb submission errors on disconnect 167c2b3bb56d USB: serial: pl2303: new device id for Chilitag f09196b83366 usb: option: Add support for FS040U modem 3e1995ed770e tty: fix data race between tty_init_dev and flush of buf e880bc8b35f8 staging: ccree: fix fips event irq handling build d3a65e371e24 staging: ccree: NULLify backup_info when unused c857988cb332 staging: lustre: separate a connection destroy from free struct kib_conn 5a313f217cdd scsi: storvsc: missing error code in storvsc_probe() a63f24a621bd scsi: aacraid: Fix hang in kdump 623130d4173a scsi: aacraid: Fix udev inquiry race condition bbaf9ef523bf ima/policy: fix parsing of fsuuid 50b1c3e02986 igb: Free IRQs when device is hotplugged 7981935860a3 mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE 2db691195247 gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE 397b9b19bfbd gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE 14fe41dd0295 power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE c08a3601eadd HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events a952547e89fc HID: wacom: EKR: ensure devres groups at higher indexes are released cc5daa4b691b crypto: af_alg - whitelist mask and type 66ae99ca89cb crypto: sha3-generic - fixes for alignment and big endian operation e02e32d0b7b2 crypto: inside-secure - avoid unmapping DMA memory that was not mapped cb06c7a568b0 crypto: inside-secure - fix hash when length is a multiple of a block 13f2e2db18a8 crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesni eef10a3e99c7 crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesni 8a393aecc4d7 crypto: aesni - add wrapper for generic gcm(aes) 799cdd8acd71 crypto: aesni - fix typo in generic_gcmaes_decrypt c862ace9b73d crypto: aesni - handle zero length dst buffer 436bcaa6bc35 crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH 7bccfc3bccae ALSA: hda - Reduce the suspend time consumption for ALC256 5e5a8be02370 gpio: Fix kernel stack leak to userspace b98fe1634c13 gpio: stmpe: i2c transfer are forbiden in atomic context 70f19ee8b455 tools/gpio: Fix build error with musl libc ed3bbbc84f13 Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops (From OE-Core rev: f91f60e916387e61335494dc444aedbaeb07c7dc) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.14: add -rt and update to v4.4.18Bruce Ashfield2018-02-193-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the preempt-rt patch to v4.14 and also updating the -stable version to 4.14.18 to pickup the following fixes: 81d0cc85caab Linux 4.14.18 8d1ed7d4e1ce fpga: region: release of_parse_phandle nodes after use a252f37c5f8b serial: core: mark port as initialized after successful IRQ change f6d90612c96c KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL 4a82531c96a2 KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL 0716f551d5a2 KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES d395d69de67e KVM/x86: Add IBPB support 8f7c4d52a0e8 KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX 4c8298c1fdd3 x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL 6dd1f6989a54 x86/pti: Mark constant arrays as __initconst ebaf2271a024 x86/spectre: Simplify spectre_v2 command line parsing 838dbae0acd0 x86/retpoline: Avoid retpolines for built-in __init functions 6f6eb84b14ac x86/kvm: Update spectre-v1 mitigation 7f8da2c8a191 KVM: VMX: make MSR bitmaps per-VCPU ad368e5b2d56 x86/paravirt: Remove 'noreplace-paravirt' cmdline option 7a3f12294da4 x86/speculation: Use Indirect Branch Prediction Barrier in context switch 85543d7613c4 x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel c962dfa4aca0 x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable" 863b308dbb19 x86/spectre: Report get_user mitigation for spectre_v1 c9daf8144642 nl80211: Sanitize array index in parse_txq_params 98116c32d3b4 vfs, fdtable: Prevent bounds-check bypass via speculative execution 003513404120 x86/syscall: Sanitize syscall table de-references under speculation edaf1538d3a5 x86/get_user: Use pointer masking to limit speculation 5f40de41ccae x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec 2406eb9f4568 x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end} 31c5b332189e x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec 437ac7b6868d x86: Introduce barrier_nospec 4820d42835b2 x86: Implement array_index_mask_nospec 478742cf80b7 array_index_nospec: Sanitize speculative array de-references e72041f70c3c Documentation: Document array_index_nospec fb9f2d9ab83d x86/asm: Move 'status' from thread_struct to thread_info 90522d30b223 x86/entry/64: Push extra regs right away 8459ebcbd6ec x86/entry/64: Remove the SYSCALL64 fast path 74ae346691dd x86/spectre: Check CONFIG_RETPOLINE in command line parser 04e073072d14 x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP 23a4ca4e749a objtool: Warn on stripped section symbol 3e04e09855c5 objtool: Add support for alternatives at the end of a section a358df03279e objtool: Improve retpoline alternative handling 92f4b68ed14c KVM: VMX: introduce alloc_loaded_vmcs 2e9521197f08 KVM: nVMX: Eliminate vmcs02 pool 76f06358ec40 ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE bc484da3e18c pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE ce094a80f019 iio: adc/accel: Fix up module licenses c8aa5cd906a5 auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE 9f8955f96bd5 x86/speculation: Simplify indirect_branch_prediction_barrier() 52d78bce4965 x86/retpoline: Simplify vmexit_fill_RSB() 7f3e0daa9e12 x86/cpufeatures: Clean up Spectre v2 related CPUID flags 249b1f7a7f09 x86/cpu/bugs: Make retpoline module warning conditional 91ff9a75f360 x86/bugs: Drop one "mitigation" from dmesg b955239cf4ea x86/nospec: Fix header guards names 67eb59b8ecfb x86/alternative: Print unadorned pointers dbbbafce5380 x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support 0fd222b19766 x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes d9b47a41160c x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown a65710dc584c x86/msr: Add definitions for new speculation control MSRs 15ee82be40b6 x86/cpufeatures: Add AMD feature bits for Speculation Control 343c91242d09 x86/cpufeatures: Add Intel feature bits for Speculation Control 76c4bd53969b x86/cpufeatures: Add CPUID_7_EDX CPUID leaf 86b5b1eb18aa module/retpoline: Warn about missing retpoline in module c927726674c7 KVM: VMX: Make indirect call speculation safe 76bee09efb89 KVM: x86: Make indirect calls in emulator speculation safe 4ce354deed2c x86/retpoline: Remove the esp/rsp thunk d6eded6c9453 powerpc/64s: Allow control of RFI flush via debugfs 517bdccc3af6 powerpc/64s: Wire up cpu_show_meltdown() 16d3d10d29f7 scripts/faddr2line: fix CROSS_COMPILE unset error 0146985addc3 Linux 4.14.17 04178b1709b6 x86/efi: Clarify that reset attack mitigation needs appropriate userspace 01ab9886ea78 Input: synaptics-rmi4 - do not delete interrupt memory too early fced3c99e726 Input: synaptics-rmi4 - unmask F03 interrupts when port is opened aad757b65717 test_firmware: fix missing unlock on error in config_num_requests_store() 0db5de4f4e18 iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels e2d4cdb7b8a4 iio: adc: stm32: fix scan of multiple channels with DMA cfd96cbd607a spi: imx: do not access registers while clocks disabled e6e7d6baa61a serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS 24293a3970e1 serial: 8250_uniphier: fix error return code in uniphier_uart_probe() aa33208b5a6f serial: 8250_of: fix return code when probe function fails to get reset e00c5c771877 mei: me: allow runtime pm for platform with D0i3 86eda3864a70 android: binder: use VM_ALLOC to get vm area 7a3cee43e935 ANDROID: binder: remove waitqueue when thread exits. 2ba5966eddef usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc() e0096f93aa42 usb: uas: unconditionally bring back host after reset 75816a439f65 usb: f_fs: Prevent gadget unbind if it is already unbound 1c226267c225 USB: serial: simple: add Motorola Tetra driver d00a0442a99e usbip: list: don't list devices attached to vhci_hcd aa7cdae765cf usbip: prevent bind loops on devices attached to vhci_hcd 9a24d3f8c566 USB: serial: io_edgeport: fix possible sleep-in-atomic 34b812ca3038 CDC-ACM: apply quirk for card reader ca7964983ca4 USB: cdc-acm: Do not log urb submission errors on disconnect bfc372036b41 USB: serial: pl2303: new device id for Chilitag 947914111303 usb: option: Add support for FS040U modem 3c538ad93546 tty: fix data race between tty_init_dev and flush of buf eb6de1af2e72 staging: ccree: fix fips event irq handling build fad7da7b638a staging: ccree: NULLify backup_info when unused 7a4b5ee973cf staging: lustre: separate a connection destroy from free struct kib_conn c065b9947b05 KVM: x86: emulate #UD while in guest mode e9273b08d4fb drm/vc4: Move IRQ enable to PM path c789cfe0ae72 staging: rtl8188eu: Fix incorrect response to SIOCGIWESSID 0479bc01767f usb: gadget: don't dereference g until after it has been null checked aafb1a7eb0f7 x86/xen: Support early interrupts in xen pv guests 99a8cad9c1b2 media: usbtv: add a new usbid 504b902b36a9 ARM: dts: NSP: Fix PPI interrupt types 12f165f4418a ARM: dts: NSP: Disable AHCI controller for HR NSP boards c67fa169456e iwlwifi: fix access to prph when transport is stopped 99f3d5f37e58 iwlwifi: mvm: fix the TX queue hang timeout for MONITOR vif type 6c27a40c9e18 scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vreg 39527e909ea5 scsi: aacraid: Prevent crash in case of free interrupt during scsi EH path 612959943e40 perf/core: Fix memory leak triggered by perf --namespace 773a1c5baad2 xfs: Properly retry failed dquot items in case of error during buffer writeback 4e506f41705c xfs: ubsan fixes 4a96f3d05668 drm/omap: displays: panel-dpi: add backlight dependency 345dc6d499d8 drm/omap: Fix error handling path in 'omap_dmm_probe()' 464711a74ce3 drm/bridge: tc358767: fix 1-lane behavior 340c9a4ba303 drm/bridge: tc358767: fix AUXDATAn registers access b536eb986e45 drm/bridge: tc358767: fix timing calculations 0106381870a4 drm/bridge: tc358767: fix DP0_MISC register set 859bacc13cbb drm/bridge: tc358767: filter out too high modes 6d734363f2c5 drm/bridge: tc358767: do no fail on hi-res displays 345f165a31b8 drm/bridge: Fix lvds-encoder since the panel_bridge rework. b2ba0bd34695 kmemleak: add scheduling point to kmemleak_scan() bf6a04c3ffe1 scripts/faddr2line: extend usage on generic arch ca4b61373ee8 SUNRPC: Allow connect to return EHOSTUNREACH 8f8b2c79c4a3 quota: Check for register_shrinker() failure. 600c904b919a net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit 575c548137f8 drm/amdgpu: don't try to move pinned BOs f730601cdead xfs: fortify xfs_alloc_buftarg error handling 95a7d23415b7 nvme-pci: fix NULL pointer dereference in nvme_free_host_mem() f268e508aeb2 Btrfs: incremental send, fix wrong unlink path after renaming file b27440626674 bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()' c25d803a3b7d net: phy: marvell10g: fix the PHY id mask 5e60a297e78d net: mvpp2: fix the txq_init error path 606592f53b87 quota: propagate error from __dquot_initialize 1271aeb0027c hwmon: (pmbus) Use 64bit math for DIRECT format values 02cfbaa6cd42 lockd: fix "list_add double add" caused by legacy signal interface 156c80d4e197 race of lockd inetaddr notifiers vs nlmsvc_rqst change 631db7f3895b nfsd: check for use of the closed special stateid e0849eb97066 grace: replace BUG_ON by WARN_ONCE in exit_net hook 3bd364d156b1 nfsd: Ensure we check stateid validity in the seqid operation checks 5f71ff510631 nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0) c900ee9118d7 auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM 0ffb252208a2 xen-netfront: remove warning when unloading module 53c045c6d07d i2c: i2c-boardinfo: fix memory leaks on devinfo 30ac846da360 xfs: log recovery should replay deferred ops in order 1eccdbd4836a xfs: always free inline data before resetting inode fork during ifree 40ba283e2602 KVM: Let KVM_SET_SIGNAL_MASK work as advertised 809981870b66 Btrfs: fix list_add corruption and soft lockups in fsync 2ce1bbfb5e67 KVM: VMX: Fix rflags cache during vCPU reset 2f1b5183aee3 KVM: X86: Fix softlockup when get the current kvmclock 9a447435afab reiserfs: remove unneeded i_version bump 14a4e9f6bde8 sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1 55f3de731c0b sctp: avoid flushing unsent queue when doing asoc reset d4c72a410f3b sctp: only allow the asoc reset when the asoc outq is empty 928066e61940 btrfs: fix deadlock when writing out space cache 841211271ecc mac80211: fix the update of path metric for RANN frame e23090a7d8f0 mac80211: use QoS NDP for AP probing 093a5cb46d05 drm/rockchip: dw-mipi-dsi: fix possible un-balanced runtime PM enable 9be97a9abe9e openvswitch: fix the incorrect flow action alloc size dd45c5e5be07 nvme-rdma: don't complete requests before a send work request has completed 120c41af36df uapi: fix linux/kfd_ioctl.h userspace compilation errors b15f53b46d88 drm/amdkfd: Fix SDMA oversubsription handling 64aca9911a10 drm/amdkfd: Fix SDMA ring buffer size calculation a595f190fc6b drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled mode f9f175778bb9 bcache: check return value of register_shrinker 1392633bafde rxrpc: Fix service endpoint expiry b89372f234a8 rxrpc: Provide a different lockdep key for call->user_mutex for kernel calls 92c131bebf47 rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasing e2443fb287cc s390: fix alloc_pgste check in init_new_context again 2e194c9c5596 null_blk: fix dev->badblocks leak d290178f00d4 cpufreq: Add Loongson machine dependencies cb78d818c30d ACPI / bus: Leave modalias empty for devices which are not present 82b90de5b111 s390/zcrypt: Fix wrong comparison leading to strange load balancing 18c128456eac s390/topology: fix compile error in file arch/s390/kernel/smp.c 71686d2a1759 nvmet-fc: correct ref counting error when deferred rcv used 93a4bcf2c425 nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set. 128dc55f891c nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-A 7af5f9137c93 nvme-loop: check if queue is ready in queue_rq db2044fc4230 nvme-fc: check if queue is ready in queue_rq 26bd01c1affe nvme-fabrics: introduce init command check for a queue that is not alive d46e961f056a KVM: nVMX: Fix vmx_check_nested_events() return value in case an event was reinjected to L2 b689fc5b79d5 KVM: x86: ioapic: Preserve read-only values in the redirection table 408a26510739 KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggered b501603be9df KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure race f0a3691bf2e5 KVM: x86: fix em_fxstor() sleeping while in atomic 5e7c270a1e60 KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure 4f5500a63455 KVM: X86: Fix operand/address-size during instruction decoding df54fc5c28d2 KVM: x86: Don't re-execute instruction when not passing CR2 value fbd81f09793b KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure d003b4bfda3b KVM: nVMX/nSVM: Don't intercept #UD when running L2 f1881befacbe cpupower : Fix cpupower working when cpu0 is offline 1d285c0440fe cpupowerutils: bench - Fix cpu online check 71341a8a7037 Btrfs: bail out gracefully rather than BUG_ON 9a8215c0a91e btrfs: Fix transaction abort during failure in btrfs_rm_dev_item 08bb42086b3e drm/vc4: Account for interrupts in flight bdf19237e16f VFS: Handle lazytime in do_mount() d7fec01990e6 scsi: aacraid: Fix hang in kdump 791274e77395 scsi: aacraid: Fix udev inquiry race condition 516868c59d82 ima/policy: fix parsing of fsuuid 80baea0e6cf3 igb: Free IRQs when device is hotplugged e6a5fe318036 mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE bf8c4b3dd7bf gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE 925e26b922c5 gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE aecad437fd70 power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE c76133afb903 HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events e3f7e6f2e033 HID: wacom: EKR: ensure devres groups at higher indexes are released f41c8a003196 crypto: af_alg - whitelist mask and type b9788e278cec crypto: sha3-generic - fixes for alignment and big endian operation 199d97815d32 crypto: inside-secure - avoid unmapping DMA memory that was not mapped bb9eec7b301e crypto: inside-secure - fix hash when length is a multiple of a block 5ca02df01602 crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesni f898a39985a3 crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesni 265502fe9ab6 crypto: aesni - add wrapper for generic gcm(aes) e704e550cb7b crypto: aesni - Use GCM IV size constant cffaf2b6b179 crypto: gcm - add GCM IV size constant e50f1d7c0d07 crypto: aesni - fix typo in generic_gcmaes_decrypt 6b3dcff7ca7e crypto: aesni - handle zero length dst buffer 299218276576 crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH a5ba0b372da3 ALSA: hda - Reduce the suspend time consumption for ALC256 c5845e025423 gpio: Fix kernel stack leak to userspace 460c5b9745b8 gpio: stmpe: i2c transfer are forbiden in atomic context 636124c8699b tools/gpio: Fix build error with musl libc 00251aedef31 KVM: x86: Fix CPUID function for word 6 (80000001_ECX) d5e06a186721 loop: fix concurrent lo_open/lo_release d383a4277b75 futex: Fix OWNER_DEAD fixup (From OE-Core rev: 045e5f71a3237609f2276e8c620de60b53a34475) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.15: add build dependenciesBruce Ashfield2018-02-191-0/+3
| | | | | | | | | | | | Some required build dependencies were missed when the -rt variant for linux-yocto was created. We add them here to match the 4.15 recipe. Eventually, these can be placed in a common location and included automatically. (From OE-Core rev: 5aa88f8eecb083d22b4c6ac1f2114054705f98e8) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.9: drop recipeBruce Ashfield2018-02-153-107/+0
| | | | | | | | | | | | | | | As was previously announced, anything older than 4.14 is being dropped in the master/release branches to better support newer processors and to ensure that safe/secure kernels are the defaults for all builds. The time required to update the older kernels with constant updates (more than just CVEs) is not justified in new releases. (From OE-Core rev: fcac38960af535f3b165f862dd5f4dbca43976a7) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.4: drop recipeBruce Ashfield2018-02-153-101/+0
| | | | | | | | | | | | | | | As was previously announced, anything older than 4.14 is being dropped in the master/release branches to better support newer processors and to ensure that safe/secure kernels are the defaults for all builds. The time required to update the older kernels with constant updates (more than just CVEs) is not justified in new releases. (From OE-Core rev: 79d679b2f4a1c540f6c8b8fd3f268aa5c2634d57) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.10: drop recipeBruce Ashfield2018-02-153-107/+0
| | | | | | | | | | | | | | | As was previously announced, anything older than 4.14 is being dropped in the master/release branches to better support newer processors and to ensure that safe/secure kernels are the defaults for all builds. The time required to update the older kernels with constant updates (more than just CVEs) is not justified in new releases. (From OE-Core rev: 3a5e61548746e7dcb39d7e6c69467ddb86c25f08) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: pinctrl backportsBruce Ashfield2018-02-153-13/+13
| | | | | | | | | | | | | | | | Backporting the following pinctrl commits to enable controllers on Intel Cannon Lake: 4b7a5c1b4ec5 pinctrl: intel: Add Intel Cannon Lake PCH-H pin controller support 044631ce1937 pinctrl: intel: Add Intel Cannon Lake PCH pin controller support 2054b0ea59a7 pinctrl: intel: Make it possible to specify mode per pin in a group 55b9053b5a5a pinctrl: intel: Add support for variable size pad groups (From OE-Core rev: 4c05eb243c2cf10304383f6265721b695750cb9b) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: introduce 4.15 recipesBruce Ashfield2018-02-154-0/+157
| | | | | | | | | | | | | | | | | This commit makes the 4.15 kernel available for use with the Yocto configuration fragments and qemu* BSPs. It has been tested for x86,arm,mips and powerpc against the lsb, core* and glibc/mulsc test matrix. This will serve as the "latest" kernel in master, with others being removed in subsequent commits. (From OE-Core rev: 2bb69c16b4e43b74c60d4269174dbfcdb6ab54fe) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: introduce 4.14 recipesBruce Ashfield2018-02-153-0/+107
| | | | | | | | | | | | | | | | | This commit makes the 4.14 kernel available for use with the Yocto configuration fragments and qemu* BSPs. It has been tested for x86,arm,mips and powerpc against the lsb, core* and glibc/mulsc test matrix. This will serve as the LTS kernel in master, with others being removed in subsequent commits. (From OE-Core rev: 04254d4cc9e6399afd027727864e237cb8006d6d) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: update to v4.12.19Bruce Ashfield2018-01-273-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the -stable update from Paul Gortmaker which comprises the following commits: 4aff9b16f4ba Linux 4.12.19 28f16fcc84f9 Bluetooth: Prevent stack info leak from the EFS element. a430cb040780 loop: fix concurrent lo_open/lo_release 4dd428f5965c net: ipv4: fix for a race condition in raw_sendmsg 4428a99052e6 bpf: fix lockdep splat 686f16d77fee bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWN 2c4577f1274b bpf: fix branch pruning logic d16a3b7b0642 bpf: reject out-of-bounds stack pointer calculation a1177b36876f x86/microcode/AMD: Add support for fam17h microcode loading 19be0f0937af iommu/arm-smmu-v3: Cope with duplicated Stream IDs 2e9834fd3352 iommu/arm-smmu-v3: Don't free page table ops twice 1e67d5342bde KVM: X86: Fix load RFLAGS w/o the fixed bit b45b19d6e92d KVM: PPC: Book3S HV: Fix pending_pri value in kvmppc_xive_get_icp() ce4ad56d8b44 KVM: PPC: Book3S: fix XIVE migration of pending interrupts 721f59a0bf4f KVM: arm/arm64: Fix HYP unmapping going off limits a7dbd1b73e6c arm64: kvm: Prevent restoring stale PMSCR_EL1 for vcpu 3e4266c9ea63 KVM: arm/arm64: vgic-its: Preserve the revious read from the pending table c15b6348058e x86/asm: Use register variable to get stack pointer value 19af84ace857 x86/asm: Fix inline asm call constraints for GCC 4.4 78d54c1f3ac1 x86/asm: Fix inline asm call constraints for Clang 9a6d78ff4fb7 arm64: prevent regressions in compressed kernel image size when upgrading to binutils 2.27 3af55325636e mm: Handle 0 flags in _calc_vm_trans() macro f951c9e762b6 arm-ccn: perf: Prevent module unload while PMU is in use 21bc2a95624c arm64: fix CONFIG_DEBUG_WX address reporting a2fb441f8cbd arm64: Initialise high_memory global variable earlier 2b2e733345b0 kbuild: do not call cc-option before KBUILD_CFLAGS initialization 4c67bceb55f4 jump_label: Invoke jump_label_test() via early_initcall() 7cdf334210c3 ARM: BUG if jumping to usermode address in kernel mode 77358b0b4d2f arm64: SW PAN: Update saved ttbr0 value on enter_lazy_tlb 09bddb96452b arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mm f451d0e885e1 arm64: fpsimd: Prevent registers leaking from dead tasks bf4bfcfd1780 KVM: arm/arm64: vgic-its: Check result of allocation before use bdd70c122339 KVM: arm/arm64: vgic: Preserve the revious read from the pending table 6b99a8c8cdc0 KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversion eadaba010c36 KVM: VMX: remove I/O port 0x80 bypass on Intel hosts b31b0eb03c2c arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-one 7c5a020deec8 arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one e1d48f51262e KVM: x86: fix APIC page invalidation 4465b8b94411 x86/PCI: Make broadcom_postcore_init() check acpi_disabled 74d50f1ac954 perf tools: Fix leaking rec_argv in error cases a8698071c4ba KVM: lapic: Fixup LDR on load in x2apic 18db8c0cd612 KVM: lapic: Split out x2apic ldr calculation 06e79931a082 KVM: x86: inject exceptions produced by x86_decode_insn 1c7ccddc0a60 KVM: x86: Exit to user-mode on #UD intercept when emulator requires 933a293d5925 KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junk 27a37b1b39b5 mm/madvise.c: fix madvise() infinite loop under special circumstances 9a415da9c31c mm, hugetlbfs: introduce ->split() to vm_operations_struct ab1e80ae2b42 mm: fix device-dax pud write-faults triggered by get_user_pages() 84392a1ffc54 mm/cma: fix alloc_contig_range ret code/potential leak 390e49975c0c mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() c9d8192b4165 mm, oom_reaper: gather each vma to prevent leaking TLB entry 557cc85757eb mm, memory_hotplug: do not back off draining pcp free pages from kworker context e7f78f55bdcb KVM: SVM: obey guest PAT eee1b36f5bd8 KVM: nVMX: set IDTR and GDTR limits when loading L1 host state eca2c0a4f6fd KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not enabled 139c8678fb65 x86/decoder: Add new TEST instruction pattern f06e373ee93d RDS: Heap OOB write in rds_message_alloc_sgs() 4f72d5339c6f RDS: null pointer dereference in rds_atomic_free_op 3911496c7b54 net: Fix double free and memory corruption in get_net_ns_by_id() 5c9f58b167bd MIPS: math-emu: do not use bools for arithmetic a756ea350c02 crypto: salsa20 - fix blkcipher_walk API usage 632cfeb3cb42 crypto: hmac - require that the underlying hash algorithm is unkeyed fdd279fd5561 netlink: Add netns check on taps c142151947e9 dccp: CVE-2017-8824: use-after-free in DCCP code edd820b4ba76 media: hdpvr: Fix an error handling path in hdpvr_probe() aa0327d3dddc powerpc/tm: Add commandline option to disable hardware transactional memory (From OE-Core rev: 222537d8dcf103d8dcce2df7e915594c480ef110) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.9: update to v4.9.78Bruce Ashfield2018-01-273-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the korg 4.9 -stable updates. These include patches for Spectre and meltdown mitigation. The changelog follows: 79584a422125 Linux 4.9.78 60249fe9050b MIPS: AR7: ensure the port type's FCR value is used 06d7342d8498 x86/retpoline: Optimize inline assembler for vmexit_fill_RSB b9f8b5935394 x86/pti: Document fix wrong index 4b71be496642 kprobes/x86: Disable optimizing on the function jumps to indirect thunk 36ad6ba501d6 kprobes/x86: Blacklist indirect thunk functions for kprobes 09402d83395f retpoline: Introduce start/end markers of indirect thunk c5aa687060a8 x86/mce: Make machine check speculation protected 87ac29717de8 usbip: fix warning in vhci_hcd_probe/lockdep_init_map 0d92cf7f29e6 x86/cpu, x86/pti: Do not enable PTI on AMD processors ddfaa7acd7a2 arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls 2904adc5b1c0 dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6 cabf6294a6dc dm btree: fix serious bug in btree_split_beneath() ca2d73686720 workqueue: avoid hard lockups in show_workqueue_state() d314f3bc7f3d libata: apply MAX_SEC_1024 to all LITEON EP1 series devices 8a3f4baaa4c3 proc: fix coredump vs read /proc/*/stat race 43c3e093c26d scripts/gdb/linux/tasks.py: fix get_thread_info 23d68eddd857 can: peak: fix potential bug in packet fragmentation 19f47eafe10c ARM: dts: kirkwood: fix pin-muxing of MPP7 on OpenBlocks A7 1f32f15ec73c ARM: sunxi_defconfig: Enable CMA 969e2145eb4a phy: work around 'phys' references to usb-nop-xceiv devices 9a50ea0ce7cc tracing: Fix converting enum's from the map in trace_event_eval_update() cb513d1414f9 Input: twl4030-vibra - fix sibling-node lookup eaabab6468b3 Input: twl6040-vibra - fix child-node lookup 9be13b3357e1 Input: 88pm860x-ts - fix child-node lookup 607b86e17352 Input: ALPS - fix multi-touch decoding on SS4 plus touchpads 9792f9b483cd perf tools: Fix build with ARCH=x86_64 c557481a9491 x86/apic/vector: Fix off by one in error path 5b13f593565f pipe: avoid round_pipe_size() nr_pages overflow on 32-bit 02802dfc82a2 x86/tsc: Fix erroneous TSC rate on Skylake Xeon 5ab44e8f0f0d x86/mm/pkeys: Fix fill_sig_info_pkey eee0cba7b02f module: Add retpoline tag to VERMAGIC a96cf98dda3f x86/cpufeature: Move processor tracing out of scattered features 13ccac5de853 objtool: Improve error message for bad file argument b73d68788f79 x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros abf67b1e7881 x86/retpoline: Fill RSB on context switch for affected CPUs 1ad4f2872c3b sched/deadline: Zero out positive runtime after throttling constrained tasks 997231f9fd7a scsi: hpsa: fix volume offline state d303d0ca9afb iser-target: Fix possible use-after-free in connection establishment error 0476e6d0b752 af_key: fix buffer overread in parse_exthdrs() e4dc05ab8f5a af_key: fix buffer overread in verify_address_len() 676109b28cad timers: Unconditionally check deferrable base 4b6e681f5952 ALSA: hda - Apply the existing quirk to iMac 14,1 fae704d5bd29 ALSA: hda - Apply headphone noise quirk for another Dell XPS 13 variant b9e168a0c629 ALSA: pcm: Remove yet superfluous WARN_ON() e4ff9f294629 ALSA: seq: Make ioctls race-free d8a3170db0de futex: Prevent overflow by strengthen input validation bb7119eea22c scsi: sg: disable SET_FORCE_LOW_DMA c9ca9d9d9b79 libnvdimm, btt: Fix an incompatibility in the log layout b8cf9ff79d63 Linux 4.9.77 1b92c48a2eeb x86/pti/efi: broken conversion from efi to kernel page table 92e8f2049474 objtool: Fix retpoline support for pre-ORC objtool 44f1eae7fe65 x86/retpoline: Remove compile time warning c05d544d5343 selftests/x86: Add test_vsyscall c1ddd99a0296 x86/retpoline: Fill return stack buffer on vmexit 276e30044710 x86/retpoline/irq32: Convert assembler indirect jumps a590960ae6ea x86/retpoline/checksum32: Convert assembler indirect jumps 87a1fe36250d x86/retpoline/xen: Convert Xen hypercall indirect jumps 9e37da4c3de1 x86/retpoline/hyperv: Convert assembler indirect jumps 83d7658362cc x86/retpoline/ftrace: Convert ftrace assembler indirect jumps 8b1bacc3218c x86/retpoline/entry: Convert entry assembler indirect jumps 2adc2f74449f x86/retpoline/crypto: Convert crypto assembler indirect jumps 8f96937ee304 x86/spectre: Add boot time option to select Spectre v2 mitigation 2bb5de42f254 x86/retpoline: Add initial retpoline support 4bf050da57d9 x86/asm: Use register variable to get stack pointer value 4d8bd3e2f6b1 objtool: Allow alternatives to be ignored 3adb52ab2976 objtool: Detect jumps to retpoline thunks 35aee626fa63 objtool, modules: Discard objtool annotation sections for modules 00bcb5ada638 x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier 91b7e5cdc80a x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm 194dc04770f5 x86/alternatives: Fix optimize_nops() checking 5ddd318a4715 sysfs/cpu: Fix typos in vulnerability documentation 9c5e750c8e84 x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC abcc3e5f0079 x86/cpu/AMD: Make LFENCE a serializing instruction 45a98824bd79 x86/cpu: Implement CPU vulnerabilites sysfs functions 11ec2df9c020 sysfs/cpu: Add vulnerability folder 56eff367e071 x86/cpu: Merge bugs.c and bugs_64.c 26323fb4d717 x86/cpufeatures: Add X86_BUG_SPECTRE_V[12] 43fe95308d27 x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN d88f601b9ac9 x86/cpufeatures: Add X86_BUG_CPU_INSECURE c2cacde516a4 x86/cpufeatures: Make CPU bugs sticky ef463981018e x86/cpu: Factor out application of forced CPU caps 4e6c2af2ba93 x86/Documentation: Add PTI description d598347989aa e1000e: Fix e1000_check_for_copper_link_ich8lan return value. 3ba5d3a2cf40 uas: ignore UAS for Norelsys NS1068(X) chips 6aebc2670ebf Bluetooth: Prevent stack info leak from the EFS element. c51d23dffc2e staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctl 8ab8c6e6607a usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer buffer 86c8d58fc753 usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious input 6851ec74bfe4 usbip: remove kernel addresses from usb device and urb debug msgs 435db24bb91f USB: fix usbmon BUG trigger 9f6ca0ea7a7a usb: misc: usb3503: make sure reset is low for at least 100us 11632d079e9e USB: serial: cp210x: add new device ID ELV ALC 8xxx 4abe275c2dee USB: serial: cp210x: add IDs for LifeScan OneTouch Verio IQ 820ef2a0e54c bpf, array: fix overflow in max_entries and undefined behavior in index_mask a9bfac14cde2 bpf: prevent out-of-bounds speculation f55093dccd3a bpf: refactor fixup_bpf_calls() 28035366afe9 bpf: move fixup_bpf_calls() function 60c7a9cd5050 target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK 748e1b6281f5 iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref ec61bafb2abd kaiser: Set _PAGE_NX only if supported 08a752581104 drm/vmwgfx: Potential off by one in vmw_view_add() 012df71d2980 KVM: x86: Add memory barrier on vmcs field lookup 431fd501aa3f x86/microcode/intel: Extend BDW late-loading with a revision check 553a8b8c8d87 rbd: set max_segments to USHRT_MAX 3752d2fb9a6d crypto: algapi - fix NULL dereference in crypto_remove_spawns() b28394cbb402 net/sched: Fix update of lastuse in act modules implementing stats_update e2b825e8de16 mlxsw: spectrum_router: Fix NULL pointer deref 16d5b481d098 ethtool: do not print warning for applications using legacy API dde00c92245d ipv6: fix possible mem leaks in ipv6_make_skb() 6f237183c7ca net: stmmac: enable EEE in MII, GMII or RGMII only 7f4226ffcba0 sh_eth: fix SH7757 GEther initialization eb2f80e099d4 sh_eth: fix TSU resource handling ce31b6ac1111 RDS: null pointer dereference in rds_atomic_free_op cebb382931c4 RDS: Heap OOB write in rds_message_alloc_sgs() 61196a67cac4 net: core: fix module type in sock_diag_bind ca5681b723d3 ip6_tunnel: disable dst caching if tunnel is dual-stack fe71f34fbf83 8021q: fix a memory leak for VLAN 0 device 66bb6c2c4445 xhci: Fix ring leak in failure path of xhci_alloc_virt_device() 135f98084eac cx82310_eth: use skb_cow_head() to deal with cloned skbs 7c5015409bef smsc75xx: use skb_cow_head() to deal with cloned skbs ab4fd7a2ddc5 sr9700: use skb_cow_head() to deal with cloned skbs 542bcc549379 lan78xx: use skb_cow_head() to deal with cloned skbs 1ecdfc1ee99d zswap: don't param_set_charp while holding spinlock 5c1b80f674e9 x86/acpi: Reduce code duplication in mp_override_legacy_irq() 43ff00f87377 ALSA: aloop: Fix racy hw constraints adjustment 5af666d0ddb7 ALSA: aloop: Fix inconsistent format due to incomplete rule 01046dd834ac ALSA: aloop: Release cable upon open error path bee3f2d5c02a ALSA: pcm: Allow aborting mutex lock at OSS read/write loops 3a00564cb49f ALSA: pcm: Abort properly at pending signal in OSS read/write loops 8e81425e80c9 ALSA: pcm: Add missing error checks in OSS emulation plugin builder 83da0245eda2 ALSA: pcm: Remove incorrect snd_BUG_ON() usages 0199927a8e51 x86/acpi: Handle SCI interrupts above legacy space gracefully 64ab063b7193 platform/x86: wmi: Call acpi_wmi_init() later 491c0ca3dbd5 kvm: vmx: Scrub hardware GPRs at VM-exit 78c00f597ba8 MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accesses 1f4cff1c364b MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSET cfc5c63a38ca MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSA f616180a8720 MIPS: Consistently handle buffer counter with PTRACE_SETREGSET 5b593a81fddd MIPS: Guard against any partial write attempt with PTRACE_SETREGSET 8eb5655aacdd MIPS: Factor out NT_PRFPREG regset access helpers 14e1c579acba MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the task 30191718645d IB/srpt: Disable RDMA access by the initiator 02f201f78fb9 can: gs_usb: fix return value of the "set_bittiming" callback c781e3be97a1 KVM: Fix stack-out-of-bounds read in write_mmio c5ab9ee144d8 ath10k: rebuild crypto header in rx data frames 234c8e60437d mac80211: Add RX flag to indicate ICV stripped b58aa24edb62 dm bufio: fix shrinker scans when (nr_to_scan < retain_target) 7bbc6ca48877 Linux 4.9.76 5e1f377fc810 mtd: nand: pxa3xx: Fix READOOB implementation beca4e2d9944 Map the vsyscall page with _PAGE_USER 47f3cea393ab x86/tlb: Drop the _GPL from the cpu_tlbstate export 91dfc41e753b parisc: qemu idle sleep support 14c06206b98f parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel dd43c465ba24 x86/microcode/AMD: Add support for fam17h microcode loading 2b009d33f427 Input: elantech - add new icbody type 15 cc1349fa9c22 ARC: uaccess: dont use "l" gcc inline asm constraint modifier e6a897a684c2 iommu/arm-smmu-v3: Cope with duplicated Stream IDs 03975faee7ce iommu/arm-smmu-v3: Don't free page table ops twice 4d53eb494950 kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal() 794ac8ef9b06 kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals 1453b3ac6cf8 kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL 79258d983480 kernel: make groups_sort calling a responsibility group_info allocators 3a381abc5b70 nbd: fix use-after-free of rq/bio in the xmit path 2b9b2002e05d fscache: Fix the default for fscache_maybe_release_page() 34fa2eede095 sunxi-rsb: Include OF based modalias in device uevent c195a4c0230d crypto: pcrypt - fix freeing pcrypt instances 868f50b95dbe crypto: chacha20poly1305 - validate the digest size f6db86f31b47 crypto: n2 - cure use after free 790080ce0e32 kernel/acct.c: fix the acct->needcheck check in check_free_space() 9f74755895f9 Linux 4.9.75 92fd81f77267 kaiser: Set _PAGE_NX only if supported ea6cd39d230f KPTI: Report when enabled e71fac01727a KPTI: Rename to PAGE_TABLE_ISOLATION 59094faf3f61 x86/kaiser: Move feature detection up 402e63de94af kaiser: disabled on Xen PV 2c2721754a7f x86/kaiser: Reenable PARAVIRT 1817d2c2fac1 x86/paravirt: Dont patch flush_tlb_single fe5cb75fd2dd kaiser: kaiser_flush_tlb_on_return_to_user() check PCID b72c26e911c5 kaiser: asm/tlbflush.h handle noPGE at lower level 8c2f8a5cc15b kaiser: drop is_atomic arg to kaiser_pagetable_walk() 169b369f99af kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush 8018307a45a9 x86/kaiser: Check boottime cmdline params 50624dd12d6d x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling 23e09439aa46 kaiser: add "nokaiser" boot option, using ALTERNATIVE cb7d8d7e6737 kaiser: fix unlikely error in alloc_ldt_struct() 3df146178706 kaiser: kaiser_remove_mapping() move along the pgd 05ddad146d02 kaiser: paranoid_entry pass cr3 need to paranoid_exit d0142ceb7926 kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user 6a2b4117614c kaiser: PCID 0 for kernel and 128 for user 0b5ca9d99599 kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user 2684b12a169e kaiser: enhanced by kernel and user PCIDs 1972bb9d9206 kaiser: vmstat show NR_KAISERTABLE as nr_overhead 1ce27de4011e kaiser: delete KAISER_REAL_SWITCH option c27cdea56c54 kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSET 61b7a404fa13 kaiser: cleanups while trying for gold link 604db4961085 kaiser: align addition to x86/mm/Makefile be6bf01f4caa kaiser: tidied up kaiser_add/remove_mapping slightly 67fab0d4acb3 kaiser: tidied up asm/kaiser.h somewhat f43f386f0bf0 kaiser: ENOMEM if kaiser_pagetable_walk() NULL f881e626849c kaiser: fix perf crashes 19377944317f kaiser: fix regs to do_nmi() ifndef CONFIG_KAISER 639c005daeeb kaiser: KAISER depends on SMP 7a92e20d157f kaiser: fix build and FIXME in alloc_ldt_struct() 0994a2cf8fe4 kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE ac2f1018ac21 kaiser: do not set _PAGE_NX on pgd_none 8f0baadf2bea kaiser: merged update 13be4483bb48 KAISER: Kernel Address Isolation b5fd58e997cf x86/boot: Add early cmdline parsing for options with arguments 8824b2d7abfb tcp_bbr: reset long-term bandwidth sampling on loss recovery undo 61c51da2b4bd tcp_bbr: reset full pipe detection on loss recovery undo 07bcb2489b96 Linux 4.9.74 181a832c2e26 mm/vmstat: Make NR_TLB_REMOTE_FLUSH_RECEIVED available even on UP d76dabb5af06 tty: fix tty_ldisc_receive_buf() documentation 00fc57ae06c3 n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD) 404ae546c7d1 x86/smpboot: Remove stale TLB flush invocations e8119ac05d71 nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick() 249d4a9b3246 timers: Reinitialize per cpu bases on hotplug 574e543ff970 timers: Invoke timer_start_debug() where it makes sense d840687aa8a3 timers: Use deferrable base independent of base::nohz_active 09d3e69305b3 usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201 ab1fbfecd330 USB: Fix off by one in type-specific length check of BOS SSP capability 425d2f15338d usb: add RESET_RESUME for ELSA MicroLink 56K 0f2e9cbc231c usb: Add device quirk for Logitech HD Pro Webcam C925e d98f4d4d0283 USB: serial: option: adding support for YUGA CLM920-NC5 192cdf5ecaf8 USB: serial: option: add support for Telit ME910 PID 0x1101 6ab3d87ad702 USB: serial: qcserial: add Sierra Wireless EM7565 0af1aebb6a8b USB: serial: ftdi_sio: add id for Airbus DS P8GR 03dce0573d38 usbip: vhci: stop printing kernel pointer addresses in messages 9e9f4255c0d3 usbip: stub: stop printing kernel pointer addresses in messages 1ef5c433b3b9 usbip: prevent leaking socket pointer address in messages 3c579d0b4f0f usbip: fix usbip bind writing random string after command in match_busid 67b539cab43c s390/qeth: update takeover IPs after configuration change 476d7d693295 s390/qeth: lock IP table while applying takeover changes 475018c79742 s390/qeth: don't apply takeover changes to RXIP 6ed7c48e93bb s390/qeth: apply takeover changes when mode is toggled 7493d98ea84c net/mlx5: Fix error flow in CREATE_QP command c844a4589487 net/mlx5e: Prevent possible races in VXLAN control flow 604225824f06 net/mlx5e: Add refcount to VXLAN structure d1614fd9cd10 net/mlx5e: Fix possible deadlock of VXLAN lock 9424a79ec11d net/mlx5e: Fix features check of IPv6 traffic 138723912343 net/mlx5: Fix rate limit packet pacing naming and struct e74fe7268e7e tcp: invalidate rate samples during SACK reneging 58f6ebbd3424 sock: free skb in skb_complete_tx_timestamp on error a746fadd5e31 net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaround 03c93293a83a net: Fix double free and memory corruption in get_net_ns_by_id() 8c38f3190fd6 net: fec: Allow reception of frames bigger than 1522 bytes 243adaa4eaea net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaks e4f669802775 ipv4: Fix use-after-free when flushing FIB tables e51abae8458a adding missing rcu_read_unlock in ipxip6_rcv ae67e5486b97 sctp: Replace use of sockets_allocated with specified macro. 99cf2daf0da3 net: mvmdio: disable/unprepare clocks in EPROBE_DEFER case f75f910ffa90 net: ipv4: fix for a race condition in raw_sendmsg 484369ff9715 tg3: Fix rx hang on MTU change with 5717/5719 7887a700ce61 tcp md5sig: Use skb's saddr when replying to an incoming segment a4bf8efd2bcb tcp_bbr: record "full bw reached" decision in new full_bw_reached bit 53288d82188b RDS: Check cmsg_len before dereferencing CMSG_DATA 8b032bde2899 ptr_ring: add barriers b3b56038bab0 net: reevalulate autoflowlabel setting after sysctl setting 8baa58c5d536 net: qmi_wwan: add Sierra EM7565 1199:9091 0b18782288a2 netlink: Add netns check on taps 2c1a0b2e2bac net: igmp: Use correct source address on IGMPv3 reports 930882f8b831 net: fec: unmap the xmit buffer that are not transferred by DMA f6d7cdbb0285 ipv6: mcast: better catch silly mtu values c2f78bf8ca3a ipv4: igmp: guard against silly MTU values b929ccccbc8c kbuild: add '-fno-stack-check' to kernel build options 04bdf71d9f74 x86/mm/64: Fix reboot interaction with CR4.PCIDE b52f937eccd4 x86/mm: Enable CR4.PCIDE on supported systems e6a29320de00 x86/mm: Add the 'nopcid' boot option to turn off PCID 1e7f3d8875ee x86/mm: Disable PCID on 32-bit kernels 3e5daacf6517 x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code a94af050080f x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range() 113980c002eb x86/mm: Make flush_tlb_mm_range() more predictable 219acedb061c x86/mm: Remove flush_tlb() and flush_tlb_current_task() 72b812d5b874 x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly() 65ca46e5fe12 ALSA: hda - fix headset mic detection issue on a Dell machine a1dbcd823a30 ALSA: hda: Drop useless WARN_ON() d30d1761bc43 ASoC: tlv320aic31xx: Fix GPIO1 register definition b04640a450d3 ASoC: twl4030: fix child-node lookup 00add00ed2c0 ASoC: fsl_ssi: AC'97 ops need regmap, clock and cleaning up on failure 35f87d45cba3 ASoC: da7218: fix fix child-node lookup 125e81b5afcb ASoC: wm_adsp: Fix validation of firmware and coeff lengths 72d5e020c0ef iw_cxgb4: Only validate the MSN for successful completions 2e0d458c315a ring-buffer: Mask out the info bits when returning buffer page length 81e155e7b023 tracing: Fix crash when it fails to alloc ring buffer 5dc4cd2688e3 tracing: Fix possible double free on failure of allocating trace buffer 6edea15d120c tracing: Remove extra zeroing out of the ring buffer page 3d16a1315add sync objtool's copy of x86-opcode-map.txt b3e88217e2f9 Linux 4.9.73 37435f7e80ef bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWN 69cf72b28791 net: mvneta: eliminate wrong call to handle rx descriptor error a57f99f484e5 net: mvneta: use proper rxq_number in loop on rx queues 405f3d7946fd net: mvneta: clear interface link status on port disable 423716cf2815 libnvdimm, pfn: fix start_pad handling for aligned namespaces 77b318a4e558 powerpc/perf: Dereference BHRB entries safely 2635a64d0e94 clk: sunxi: sun9i-mmc: Implement reset callback for reset controls 18276e9bcd49 kvm: x86: fix RSM when PCID is non-zero e5c73b3b60e1 KVM: X86: Fix load RFLAGS w/o the fixed bit 418dfce4fa63 pinctrl: cherryview: Mask all interrupts on Intel_Strago based systems cb8b2fd1909e spi: xilinx: Detect stall with Unknown commands 373386ec3f70 parisc: Hide Diva-built-in serial aux and graphics card 10b4a621f367 PCI / PM: Force devices to D0 in pci_pm_thaw_noirq() 3176065495e1 ALSA: usb-audio: Fix the missing ctl name suffix at parsing SU beab14a3eeb8 ALSA: usb-audio: Add native DSD support for Esoteric D-05X cec92448c58e ALSA: rawmidi: Avoid racy info ioctl via ctl device becf7d87cda9 mfd: twl6040: Fix child-node lookup f4c0796fdc8b mfd: twl4030-audio: Fix sibling-node lookup 2db85cb211d0 mfd: cros ec: spi: Don't send first message too soon e81cff1cedef crypto: mcryptd - protect the per-CPU queue with a lock d31a207aaf07 acpi, nfit: fix health event notification 54c74d38819d ACPI: APEI / ERST: Fix missing error handling in erst_reader() 2df397931072 Linux 4.9.72 6430e166aee8 sparc32: Export vac_cache_size to fix build error 3695b3b18519 bpf: fix incorrect sign extension in check_alu_op() d75d3ee237ce bpf: reject out-of-bounds stack pointer calculation 7b5b73ea87a0 bpf: fix branch pruning logic 565f012f5abb bpf: adjust insn_aux_data when patching insns 3b6c84bc6449 Revert "Bluetooth: btusb: driver to enable the usb-wakeup feature" dbeb719e24c3 platform/x86: asus-wireless: send an EV_SYN/SYN_REPORT between state changes 00ecb4b1a599 MIPS: math-emu: Fix final emulation phase for certain instructions 3cff90788e28 thermal/drivers/hisi: Fix multiple alarm interrupts firing 1b2c46a6be45 thermal/drivers/hisi: Simplify the temperature/step computation 2dac559df962 thermal/drivers/hisi: Fix kernel panic on alarm interrupt b679b8d7bad0 thermal/drivers/hisi: Fix missing interrupt enablement 82bf76afa8af thermal: hisilicon: Handle return value of clk_prepare_enable b86c7b8c5dfb cpuidle: fix broadcast control when broadcast can not be entered 15319d2a49ca rtc: set the alarm to the next expiring timer acc96729e1d8 tcp: fix under-evaluated ssthresh in TCP Vegas 5859027994f9 clk: sunxi-ng: sun6i: Rename HDMI DDC clock to avoid name collision bb0618ac2302 staging: greybus: light: Release memory obtained by kasprintf 4bf42a2ec12a net: ipv6: send NS for DAD when link operationally up 52d0a601aec4 fm10k: ensure we process SM mbx when processing VF mbx 76d83bfc1158 vfio/pci: Virtualize Maximum Payload Size de5a4c816d31 scsi: lpfc: PLOGI failures during NPIV testing b438d2f7e23c scsi: lpfc: Fix secure firmware updates fc9d6386a9a3 fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bw bd0feaac155f ASoC: img-parallel-out: Add pm_runtime_get/put to set_fmt callback 6af9b18a2e48 tracing: Exclude 'generic fields' from histograms fbb2d72a54c6 PCI/AER: Report non-fatal errors only to the affected endpoint 1d4b32bee9c7 IB/rxe: check for allocation failure on elem 2141182852b8 ixgbe: fix use of uninitialized padding 700053c8733e igb: check memory allocation failure c236525bae02 PM / OPP: Move error message to debug level 164a941c031b PCI: Create SR-IOV virtfn/physfn links before attaching driver b40eeea31afd scsi: mpt3sas: Fix IO error occurs on pulling out a drive from RAID1 volume created on two SATA drive fd1d9dccc01d scsi: cxgb4i: fix Tx skb leak 241833a3a90d PCI: Avoid bus reset if bridge itself is broken d3469e616668 net: phy: at803x: Change error to EINVAL for invalid MAC 206e1621ba72 kvm, mm: account kvm related kmem slabs to kmemcg bdb33bb5e2ce rtc: pl031: make interrupt optional 1525e330d646 crypto: crypto4xx - increase context and scatter ring buffer elements 291c7e488f64 backlight: pwm_bl: Fix overflow condition d14718c9f434 bnxt_en: Fix NULL pointer dereference in reopen failure path 9e1771368a98 cpuidle: powernv: Pass correct drv->cpumask for registration 5460e4672b81 ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memory 9c1433b5dd2b Btrfs: fix an integer overflow check 0708a476810d netfilter: nfnetlink_queue: fix secctx memory leak 54420c1ac421 xhci: plat: Register shutdown for xhci_plat 55b6a5d080aa net: moxa: fix TX overrun memory leak ce19146a0de0 isdn: kcapi: avoid uninitialized data bb011a451387 virtio_balloon: prevent uninitialized variable use c6f9090929dc virtio-balloon: use actual number of stats for stats queue buffers 808ed3bd9d42 KVM: pci-assign: do not map smm memory slot pages in vt-d page tables 29c4f517ff5b net: ipconfig: fix ic_close_devs() use-after-free e9a1ba292fff cpufreq: Fix creation of symbolic links to policy directories e0d13153057e ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspend b5ed572a1b7d netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to register 01060acf6aab netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash table 9e6398184a4d irda: vlsi_ir: fix check for DMA mapping errors 37f41dac70ca RDMA/iser: Fix possible mr leak on device removal event 661f5348696a i40e: Do not enable NAPI on q_vectors that have no rings 2eb783a705b0 IB/rxe: increment msn only when completing a request 2f0e39f2e3d7 IB/rxe: double free on error 7f077afe94d9 net: Do not allow negative values for busy_read and busy_poll sysctl interfaces 521a7e3dad6b nbd: set queue timeout properly f4fcc56632cf infiniband: Fix alignment of mmap cookies to support VIPT caching cd083d5bcafd IB/core: Protect against self-requeue of a cq work item 26452a5033dc i40iw: Receive netdev events post INET_NOTIFIER state 102a8a163449 bna: avoid writing uninitialized data into hw registers 51533c4bf144 s390/qeth: no ETH header for outbound AF_IUCV 118b0404d68d s390/qeth: size calculation outbound buffers 60d59823046a r8152: prevent the driver from transmitting packets with carrier off b89e229112c0 ASoC: STI: Fix reader substream pointer set 347848e0bb99 HID: xinmo: fix for out of range for THT 2P arcade controller. afa055f2a1d0 hwmon: (asus_atk0110) fix uninitialized data access 5700ffc4accb ARM: dts: ti: fix PCI bus dtc warnings 2df19698db73 KVM: VMX: Fix enable VPID conditions e0249c023448 KVM: x86: correct async page present tracepoint 8386ff5203e0 kvm: vmx: Flush TLB when the APIC-access address changes 3bd2017b6a20 scsi: lpfc: Fix PT2PT PRLI reject 0f4aa1f0f576 pinctrl: st: add irq_request/release_resources callbacks 7656871eff6a inet: frag: release spinlock before calling icmp_send() e6e8067ec34a tipc: fix nametbl deadlock at tipc_nametbl_unsubscribe bfb38fbd868d r8152: fix the rx early size of RTL8153 7171aa2680b2 iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5 0f0ac218057f netfilter: nfnl_cthelper: Fix memory leak ec38fb443a09 netfilter: nfnl_cthelper: fix runtime expectation policy updates 02197d86c56d usb: gadget: udc: remove pointer dereference after free 2b943bed33e7 usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeed 2101ccbc2a91 hwmon: (max31790) Set correct PWM value 4ee082a72731 net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4 9ed8f0fabae5 sctp: out_qlen should be updated when pruning unsent queue b4cf187a1bc5 bna: integer overflow bug in debugfs b3f662ccd367 sch_dsmark: fix invalid skb_cow() usage 98d20e590266 vsock: cancel packets when failing to connect 482b3f92aea2 vhost-vsock: add pkt cancel capability 6f1848e778d9 vsock: track pkt owner vsock 7ff28d3307b6 crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutex ddfc9f75993e r8152: fix the list rx_done may be used without initialization 9712b2b73d7c cpuidle: Validate cpu_dev in cpuidle_add_sysfs() 8f21b63c9dcf nvme-loop: handle cpu unplug when re-establishing the controller c9bbd2727d1e arm: kprobes: Align stack to 8-bytes in test code d0ee8d5b86b8 arm: kprobes: Fix the return address of multiple kretprobes 6e2a6941fa4b HID: corsair: Add driver Scimitar Pro RGB gaming mouse 1b1c:1b3e support to hid-corsair e93ea3a50cc6 HID: corsair: support for K65-K70 Rapidfire and Scimitar Pro RGB 2a7eee3d72b0 kvm: fix usage of uninit spinlock in avic_vm_destroy() 2d9a34c064ad ALSA: hda - add support for docking station for HP 840 G3 52c3323e4141 ALSA: hda - add support for docking station for HP 820 G2 bb95f1caee61 arm64: Initialise high_memory global variable earlier 76fcdc8cbbce cxl: Check if vphb exists before iterating over AFU devices (From OE-Core rev: 01b6f1a2245ccb99835e643b73b2a62a5cf16cf9) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.4: update to v4.4.113Bruce Ashfield2018-01-273-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the korg 4.4 -stable releases up to 113. These include Spectre and Meltdown mitigation patches. Changelog follows: f0d0a93b0e81 Linux 4.4.113 38bc402237f8 MIPS: AR7: ensure the port type's FCR value is used 11e619414b69 x86/retpoline: Optimize inline assembler for vmexit_fill_RSB 58f96ac5dba6 x86/pti: Document fix wrong index 6cb73eb80451 kprobes/x86: Disable optimizing on the function jumps to indirect thunk 9b8bd0d35868 kprobes/x86: Blacklist indirect thunk functions for kprobes 799dc737680a retpoline: Introduce start/end markers of indirect thunk f59e7ce17ba3 x86/mce: Make machine check speculation protected ff535919c136 kbuild: modversions for EXPORT_SYMBOL() for asm 6b1c99e275c0 x86/cpu, x86/pti: Do not enable PTI on AMD processors 5ecd5c8388f0 arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls 7e7b086ef2fe dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6 9c7755af771a dm btree: fix serious bug in btree_split_beneath() b7bd013a3fe0 libata: apply MAX_SEC_1024 to all LITEON EP1 series devices 082dfe6141f3 can: peak: fix potential bug in packet fragmentation 2d5523bf47b4 ARM: dts: kirkwood: fix pin-muxing of MPP7 on OpenBlocks A7 d5276c013713 phy: work around 'phys' references to usb-nop-xceiv devices cf3625004e6c tracing: Fix converting enum's from the map in trace_event_eval_update() b6306f3fdcaa Input: twl4030-vibra - fix sibling-node lookup a89e1ac9b0da Input: twl6040-vibra - fix child-node lookup 8e70d4862271 Input: twl6040-vibra - fix DT node memory management 47970b4ea09c Input: 88pm860x-ts - fix child-node lookup 7fd133539289 x86/apic/vector: Fix off by one in error path aa041f13f8c6 pipe: avoid round_pipe_size() nr_pages overflow on 32-bit 1782af2835fe module: Add retpoline tag to VERMAGIC fba063e6dfb4 x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros 8bd58b61d2fa sched/deadline: Zero out positive runtime after throttling constrained tasks ec7a002d7796 scsi: hpsa: fix volume offline state b78f2d36e737 af_key: fix buffer overread in parse_exthdrs() 48907f2535aa af_key: fix buffer overread in verify_address_len() 478a7fa82ff7 ALSA: hda - Apply the existing quirk to iMac 14,1 a4d7639d5fb6 ALSA: hda - Apply headphone noise quirk for another Dell XPS 13 variant 80547bb6154d ALSA: pcm: Remove yet superfluous WARN_ON() 58c82be944f5 futex: Prevent overflow by strengthen input validation f1fcb9d2926c scsi: sg: disable SET_FORCE_LOW_DMA 451725c3e785 x86/retpoline: Remove compile time warning eebc3f8adee0 x86/retpoline: Fill return stack buffer on vmexit f72655b837eb x86/retpoline/irq32: Convert assembler indirect jumps 7e5bb301bd2f x86/retpoline/checksum32: Convert assembler indirect jumps 6b222e7483af x86/retpoline/xen: Convert Xen hypercall indirect jumps d2beed45635e x86/retpoline/hyperv: Convert assembler indirect jumps 7153a6d5ff05 x86/retpoline/ftrace: Convert ftrace assembler indirect jumps 028083cb02db x86/retpoline/entry: Convert entry assembler indirect jumps 9fe55976f0c8 x86/retpoline/crypto: Convert crypto assembler indirect jumps 9f789bc5711b x86/spectre: Add boot time option to select Spectre v2 mitigation 3c5e10905263 x86/retpoline: Add initial retpoline support 675901851fd2 kconfig.h: use __is_defined() to check if MODULE is defined a88693d00698 EXPORT_SYMBOL() for asm b8e7a489b518 x86/asm: Make asm/alternative.h safe from assembly b76ac90af34d x86/kbuild: enable modversions for symbols exported from asm cfc8c1d61e46 x86/asm: Use register variable to get stack pointer value 416f66509fce x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier 642ce1bb5ea6 x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC 20c28c04a6bc x86/cpu/AMD: Make LFENCE a serializing instruction e6c591e7a430 gcov: disable for COMPILE_TEST 42375c1120d5 Linux 4.4.112 125d76412866 selftests/x86: Add test_vsyscall 999d4f1961fa x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm e997d991ab2b x86/alternatives: Fix optimize_nops() checking 433d7851e5ca sysfs/cpu: Fix typos in vulnerability documentation 72cf81e43ba4 x86/cpu: Implement CPU vulnerabilites sysfs functions 73492b686012 sysfs/cpu: Add vulnerability folder 9718bf5f4ebb x86/cpu: Merge bugs.c and bugs_64.c caae411b6ee0 x86/cpufeatures: Add X86_BUG_SPECTRE_V[12] 6349cab425ce x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN 07c7aa5e7e8a x86/cpufeatures: Add X86_BUG_CPU_INSECURE 65b28590de24 x86/cpufeatures: Make CPU bugs sticky 18b849b18d1c x86/cpu: Factor out application of forced CPU caps d013f41d0cc5 x86/Documentation: Add PTI description cf9f240627b4 e1000e: Fix e1000_check_for_copper_link_ich8lan return value. 10a4324500ff uas: ignore UAS for Norelsys NS1068(X) chips 0ae86454c435 Bluetooth: Prevent stack info leak from the EFS element. b4106c55b574 staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctl 27a194bc8d21 usbip: remove kernel addresses from usb device and urb debug msgs 3f577093c511 USB: fix usbmon BUG trigger 92e8ba1ea050 usb: misc: usb3503: make sure reset is low for at least 100us e4c9428d035b USB: serial: cp210x: add new device ID ELV ALC 8xxx a962c95895a7 USB: serial: cp210x: add IDs for LifeScan OneTouch Verio IQ 531a2595ce1a target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK 694c1ed559c8 iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref 095b0ba360ff bpf, array: fix overflow in max_entries and undefined behavior in index_mask 9a7fad4c0e21 bpf: prevent out-of-bounds speculation 648064515d0d bpf: adjust insn_aux_data when patching insns 19614eee0644 bpf: refactor fixup_bpf_calls() 14c7c55f4527 bpf: move fixup_bpf_calls() function 0748b80e4325 bpf: don't (ab)use instructions to store state 087a92287dba bpf: add bpf_patch_insn_single helper c18b1bda4933 kaiser: Set _PAGE_NX only if supported 0b6231faa212 drm/vmwgfx: Potential off by one in vmw_view_add() 6785f955bcb6 KVM: x86: Add memory barrier on vmcs field lookup 7d1bef0f6037 x86/microcode/intel: Extend BDW late-loading with a revision check c77dd7b425cd rbd: set max_segments to USHRT_MAX 68829e75666e crypto: algapi - fix NULL dereference in crypto_remove_spawns() 608644ac89aa ipv6: fix possible mem leaks in ipv6_make_skb() b188ce30cc1b net: stmmac: enable EEE in MII, GMII or RGMII only f574e2e8c6cf sh_eth: fix SH7757 GEther initialization 29ca856bb76a sh_eth: fix TSU resource handling 44496521c6bd RDS: null pointer dereference in rds_atomic_free_op 10d06ed9a189 RDS: Heap OOB write in rds_message_alloc_sgs() d19b5ed46cce net: core: fix module type in sock_diag_bind b9f16497eec2 ip6_tunnel: disable dst caching if tunnel is dual-stack 0e1cadec4187 8021q: fix a memory leak for VLAN 0 device 7ec5d87df34a x86/pti/efi: broken conversion from efi to kernel page table cc0e36105661 Revert "userfaultfd: selftest: vm: allow to build in vm/ directory" 3ae43090f13b xhci: Fix ring leak in failure path of xhci_alloc_virt_device() 6321e1753563 sysrq: Fix warning in sysrq generated crash. 6f61bd5c4ff5 hwrng: core - sleep interruptible in read f065b5f78d17 x86/mm/pat, /dev/mem: Remove superfluous error message 146001aeb9af cx82310_eth: use skb_cow_head() to deal with cloned skbs be48b6ee6d07 smsc75xx: use skb_cow_head() to deal with cloned skbs 36a1c87f57f6 sr9700: use skb_cow_head() to deal with cloned skbs efca4f469475 lan78xx: use skb_cow_head() to deal with cloned skbs ad196359a6d1 r8152: adjust ALDPS function a37ff616d720 r8152: use test_and_clear_bit 9d614746ea0b r8152: fix the wake event ea6f411117e1 usb: musb: ux500: Fix NULL pointer dereference at system PM 829b82508c55 usbvision fix overflow of interfaces array bd44e3f19d14 locking/mutex: Allow next waiter lockless wakeup 1920b8a6a6ed futex: Replace barrier() in unqueue_me() with READ_ONCE() e143f5d26258 locks: don't check for race with close when setting OFD lock c4eafbc2ba11 zswap: don't param_set_charp while holding spinlock eeca23f21cfb mm/zswap: use workqueue to destroy pool 45c26b0736ef mm/page-writeback: fix dirty_ratelimit calculation 9780795fc1e5 mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_page 756000bec7c1 mm/compaction: fix invalid free_pfn and compact_cached_free_pfn 0e82bbca5896 x86/acpi: Reduce code duplication in mp_override_legacy_irq() d091a2bb8c2e ALSA: aloop: Fix racy hw constraints adjustment a9cad56436f4 ALSA: aloop: Fix inconsistent format due to incomplete rule 3d3b2c61e1be ALSA: aloop: Release cable upon open error path fa6c1876ecf7 ALSA: pcm: Allow aborting mutex lock at OSS read/write loops 9bb4bb18ccff ALSA: pcm: Abort properly at pending signal in OSS read/write loops 1ee7bc5526d8 ALSA: pcm: Add missing error checks in OSS emulation plugin builder 3074fe070a89 ALSA: pcm: Remove incorrect snd_BUG_ON() usages f511ba8a5084 iommu/arm-smmu-v3: Don't free page table ops twice 745a0d9c1a8e x86/acpi: Handle SCI interrupts above legacy space gracefully 1a699374533b x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=n 8d383ff7deaa kvm: vmx: Scrub hardware GPRs at VM-exit 0753661d5b17 net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=y f2c131d05d86 MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accesses 725679dc78a9 MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSET 9584ae52bd7e MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSA a6972f8bd2b6 MIPS: Consistently handle buffer counter with PTRACE_SETREGSET e68049f6a9e8 MIPS: Guard against any partial write attempt with PTRACE_SETREGSET b1e808b9de5c MIPS: Factor out NT_PRFPREG regset access helpers 1e918a43cbf0 MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the task 6c2c83eb1b0d IB/srpt: Disable RDMA access by the initiator a71d6de9718e can: gs_usb: fix return value of the "set_bittiming" callback eb91461daa77 KVM: Fix stack-out-of-bounds read in write_mmio cbb1cc722aaa dm bufio: fix shrinker scans when (nr_to_scan < retain_target) c5ae3a6aa1a3 Linux 4.4.111 516fa79e77f7 Fix build error in vma.c 6dcf5491e01c Map the vsyscall page with _PAGE_USER 90191f71d749 proc: much faster /proc/vmstat c819a67f7ee9 module: Issue warnings when tainting kernel 7e35bc655ec1 module: keep percpu symbols in module's symtab 104fd57d391a genksyms: Handle string literals with spaces in reference files a4c1c75373bf x86/tlb: Drop the _GPL from the cpu_tlbstate export d5bbffc0501d parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel 3db597feef08 x86/microcode/AMD: Add support for fam17h microcode loading 0a99730ae0cc Input: elantech - add new icbody type 15 30ce9c8dbc42 ARC: uaccess: dont use "l" gcc inline asm constraint modifier 5f1aa83c58aa kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal() 7a7f54f8e390 kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals be95f1308f79 kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL 58330ec2fecd kernel: make groups_sort calling a responsibility group_info allocators d1698dc8a590 fscache: Fix the default for fscache_maybe_release_page() 7cbb4a2305f8 sunxi-rsb: Include OF based modalias in device uevent 3ad85176e78d crypto: pcrypt - fix freeing pcrypt instances 869994e0bd29 crypto: chacha20poly1305 - validate the digest size 0b72e17dde6e crypto: n2 - cure use after free 83875f582596 kernel/acct.c: fix the acct->needcheck check in check_free_space() b17b901f0fea x86/kasan: Write protect kasan zero shadow b3e3db15b450 Linux 4.4.110 b33c3c64c478 kaiser: Set _PAGE_NX only if supported 2b24fe5c57af x86/kasan: Clear kasan_zero_page after TLB flush 755bd549d932 x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap 64e239804e21 x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader bfd51a4d715b KPTI: Report when enabled 3e1457d6bf26 KPTI: Rename to PAGE_TABLE_ISOLATION 7f79599df9c4 x86/kaiser: Move feature detection up e4ba212ec641 kaiser: disabled on Xen PV 750fb627d764 x86/kaiser: Reenable PARAVIRT 3e809caffdd7 x86/paravirt: Dont patch flush_tlb_single 8eaca4c7d9f1 kaiser: kaiser_flush_tlb_on_return_to_user() check PCID 0651b3ad99dd kaiser: asm/tlbflush.h handle noPGE at lower level 28c6de544174 kaiser: drop is_atomic arg to kaiser_pagetable_walk() 2dff99eb0335 kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush e405a064bd7d x86/kaiser: Check boottime cmdline params dea9aa9ffae1 x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling e345dcc94815 kaiser: add "nokaiser" boot option, using ALTERNATIVE 500943e57db8 kaiser: fix unlikely error in alloc_ldt_struct() d41f46f77895 kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stalls fc8334e6b3e5 kaiser: paranoid_entry pass cr3 need to paranoid_exit 20268a10ffec kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user 3b4ce0e1a172 kaiser: PCID 0 for kernel and 128 for user 0731188fc74c kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user eb82151d0b1d kaiser: enhanced by kernel and user PCIDs 3e3d38fd9832 kaiser: vmstat show NR_KAISERTABLE as nr_overhead b9d2ccc54e17 kaiser: delete KAISER_REAL_SWITCH option aeda21d77e22 kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSET c52e55a2a82d kaiser: cleanups while trying for gold link f127705d26b3 kaiser: kaiser_remove_mapping() move along the pgd 0c68228f7b39 kaiser: tidied up kaiser_add/remove_mapping slightly 5fbd46c4be78 kaiser: tidied up asm/kaiser.h somewhat 407c3ff6a24c kaiser: ENOMEM if kaiser_pagetable_walk() NULL 20cbe9a3aa2e kaiser: fix perf crashes 487f0b73d826 kaiser: fix regs to do_nmi() ifndef CONFIG_KAISER d94df20135cc kaiser: KAISER depends on SMP 9b94cf97f42c kaiser: fix build and FIXME in alloc_ldt_struct() 003e47671690 kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE edde73205b3f kaiser: do not set _PAGE_NX on pgd_none bed9bb7f3e6d kaiser: merged update 8a43ddfb93a0 KAISER: Kernel Address Isolation 0fa147b40747 x86/boot: Add early cmdline parsing for options with arguments e68d6189c787 Linux 4.4.109 5d67dbef745b mm/vmstat: Make NR_TLB_REMOTE_FLUSH_RECEIVED available even on UP 2e3883922530 n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD) 977614061c3d x86/smpboot: Remove stale TLB flush invocations 458ed3179948 nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick() 46e9398c96af usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201 0ceb7a66392d USB: Fix off by one in type-specific length check of BOS SSP capability c359123bfdd2 usb: add RESET_RESUME for ELSA MicroLink 56K 955ae55f2d16 usb: Add device quirk for Logitech HD Pro Webcam C925e e8cd11a935dd USB: serial: option: adding support for YUGA CLM920-NC5 140cfcc8b093 USB: serial: option: add support for Telit ME910 PID 0x1101 232972f73936 USB: serial: qcserial: add Sierra Wireless EM7565 24162c1781c1 USB: serial: ftdi_sio: add id for Airbus DS P8GR 76f611cbdbb4 usbip: vhci: stop printing kernel pointer addresses in messages feeae6411a1a usbip: stub: stop printing kernel pointer addresses in messages e0362688b4fa usbip: fix usbip bind writing random string after command in match_busid 3f54a6d41d44 sock: free skb in skb_complete_tx_timestamp on error 623bfb5818ab net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaround 5854ca90c6c6 net: Fix double free and memory corruption in get_net_ns_by_id() dd1e454c4d74 net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaks 169a9861c638 ipv4: Fix use-after-free when flushing FIB tables 4033c396f80c sctp: Replace use of sockets_allocated with specified macro. ca57949d169e net: mvmdio: disable/unprepare clocks in EPROBE_DEFER case be27b620a861 net: ipv4: fix for a race condition in raw_sendmsg 6dfc02ba5149 tg3: Fix rx hang on MTU change with 5717/5719 6925223ab320 tcp md5sig: Use skb's saddr when replying to an incoming segment e0bdd21a86c5 net: reevalulate autoflowlabel setting after sysctl setting 06525d5b8ea8 net: qmi_wwan: add Sierra EM7565 1199:9091 f778ce6faa0d netlink: Add netns check on taps 373b423038a8 net: igmp: Use correct source address on IGMPv3 reports 0a8cb76e11d9 ipv6: mcast: better catch silly mtu values 3d406a18bd94 ipv4: igmp: guard against silly MTU values 1cd09d4b38a2 kbuild: add '-fno-stack-check' to kernel build options 6c4db09c291a x86/mm/64: Fix reboot interaction with CR4.PCIDE fd0504525efd x86/mm: Enable CR4.PCIDE on supported systems dcccd3c266e2 x86/mm: Add the 'nopcid' boot option to turn off PCID 78043e5b6fb2 x86/mm: Disable PCID on 32-bit kernels b2e24274d50e x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code 3efba6062a41 x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range() 9f4d1ba1d407 x86/mm: Make flush_tlb_mm_range() more predictable 227d6f0e79f8 x86/mm: Remove flush_tlb() and flush_tlb_current_task() 6ce9d1e6819e x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly() c04ed3a84961 ALSA: hda - fix headset mic detection issue on a Dell machine 0ba2ebc9f355 ALSA: hda: Drop useless WARN_ON() 5251932b974d ASoC: twl4030: fix child-node lookup 3096ced5a939 ASoC: fsl_ssi: AC'97 ops need regmap, clock and cleaning up on failure becb0c6409ad iw_cxgb4: Only validate the MSN for successful completions 9dc9648942b1 ring-buffer: Mask out the info bits when returning buffer page length 25fade614be3 tracing: Fix crash when it fails to alloc ring buffer c2a62f84d49f tracing: Fix possible double free on failure of allocating trace buffer 075242101627 tracing: Remove extra zeroing out of the ring buffer page 87060303469c net: mvneta: clear interface link status on port disable b7aac649af10 powerpc/perf: Dereference BHRB entries safely 5a62acc900e9 kvm: x86: fix RSM when PCID is non-zero c9b5338394f2 KVM: X86: Fix load RFLAGS w/o the fixed bit 0bf0c45449c3 spi: xilinx: Detect stall with Unknown commands 46865ecdd061 parisc: Hide Diva-built-in serial aux and graphics card 727b641b35dd PCI / PM: Force devices to D0 in pci_pm_thaw_noirq() 6b08ff879603 ALSA: usb-audio: Fix the missing ctl name suffix at parsing SU af1195354355 ALSA: rawmidi: Avoid racy info ioctl via ctl device e7f1c0da02fb mfd: twl6040: Fix child-node lookup ee54e7a18e56 mfd: twl4030-audio: Fix sibling-node lookup 381d368c9954 mfd: cros ec: spi: Don't send first message too soon 2e234e707f7f crypto: mcryptd - protect the per-CPU queue with a lock db09203e3252 ACPI: APEI / ERST: Fix missing error handling in erst_reader() 03028e068a1f Linux 4.4.108 1cfeaadfd1b4 alpha: fix build failures d126c47656da ALSA: hda - Fix yet another i915 pointer leftover in error path 3b67b56ea770 ALSA: hda - Degrade i915 binding failure message ef24d642e92a ALSA: hda - Clear the leftover component assignment at snd_hdac_i915_exit() 7f3e85d820fd Revert "Bluetooth: btusb: driver to enable the usb-wakeup feature" 9c631278a9c6 MIPS: math-emu: Fix final emulation phase for certain instructions 69dd89a1f919 thermal: hisilicon: Handle return value of clk_prepare_enable c0303e4ffd3a cpuidle: fix broadcast control when broadcast can not be entered 8e6e8ec18d95 rtc: set the alarm to the next expiring timer 1e52ede8e1ed tcp: fix under-evaluated ssthresh in TCP Vegas ab8e096eed2f fm10k: ensure we process SM mbx when processing VF mbx 0705d3b83699 scsi: lpfc: PLOGI failures during NPIV testing e4dff872fe97 scsi: lpfc: Fix secure firmware updates eb7b86ec94a4 PCI/AER: Report non-fatal errors only to the affected endpoint aa6d09cea6df ixgbe: fix use of uninitialized padding cffbf0ffc47c igb: check memory allocation failure 1e91b0d64e92 PCI: Create SR-IOV virtfn/physfn links before attaching driver a916c4152a4b scsi: mpt3sas: Fix IO error occurs on pulling out a drive from RAID1 volume created on two SATA drive e9151f9d4b6f scsi: cxgb4i: fix Tx skb leak 8f376337c637 PCI: Avoid bus reset if bridge itself is broken 3190a0623c58 net: phy: at803x: Change error to EINVAL for invalid MAC a0ca85d4895a rtc: pl031: make interrupt optional d7ae9928a25d crypto: crypto4xx - increase context and scatter ring buffer elements 78ffab9744ad backlight: pwm_bl: Fix overflow condition 0ec5f7a3c9b6 bnxt_en: Fix NULL pointer dereference in reopen failure path 7432a60515da cpuidle: powernv: Pass correct drv->cpumask for registration 1779b33294da ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memory bec60b446b52 netfilter: nfnetlink_queue: fix secctx memory leak ff1ddbb38b19 xhci: plat: Register shutdown for xhci_plat ea9e1ca40939 isdn: kcapi: avoid uninitialized data f15394085d11 KVM: pci-assign: do not map smm memory slot pages in vt-d page tables 27c2fa1ae0ea ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspend 17b1ff10a1fc netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to register 7c9316d2f263 netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash table 3af547339068 irda: vlsi_ir: fix check for DMA mapping errors 52cd7920b7ac RDMA/iser: Fix possible mr leak on device removal event 85e54ef781b6 i40e: Do not enable NAPI on q_vectors that have no rings 6a04a7798a3e net: Do not allow negative values for busy_read and busy_poll sysctl interfaces 359f7020464f bna: avoid writing uninitialized data into hw registers 8acee491cfbd s390/qeth: no ETH header for outbound AF_IUCV 8ce4313f1279 r8152: prevent the driver from transmitting packets with carrier off 19b1ad3a2e68 HID: xinmo: fix for out of range for THT 2P arcade controller. ebfb08395800 hwmon: (asus_atk0110) fix uninitialized data access 2e114c7b4562 ARM: dts: ti: fix PCI bus dtc warnings f1fdf68b4f94 KVM: VMX: Fix enable VPID conditions caa4cfd173b7 KVM: x86: correct async page present tracepoint 2849ef5dcefd scsi: lpfc: Fix PT2PT PRLI reject bc9aec2faddf pinctrl: st: add irq_request/release_resources callbacks 1d75c214cebc inet: frag: release spinlock before calling icmp_send() aba55cb03579 netfilter: nfnl_cthelper: Fix memory leak b9fd3306a5af netfilter: nfnl_cthelper: fix runtime expectation policy updates e598cdd240a0 usb: gadget: udc: remove pointer dereference after free 0c8496bfdb0e usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeed d6c0e23a7fef net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4 b9a4a18a01fc bna: integer overflow bug in debugfs ffde339b95f5 sch_dsmark: fix invalid skb_cow() usage 4bf8a4f179ed crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutex a88b064826f0 r8152: fix the list rx_done may be used without initialization 125325fe1c19 cpuidle: Validate cpu_dev in cpuidle_add_sysfs() a23a447e47cc arm: kprobes: Align stack to 8-bytes in test code 3f7855a52222 arm: kprobes: Fix the return address of multiple kretprobes 779214d0eaca ALSA: hda - add support for docking station for HP 840 G3 9a66598014db ALSA: hda - add support for docking station for HP 820 G2 3b9d9ec0d826 x86/irq: Do not substract irq_tlb_count from irq_call_count 18a5348d49af sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off() c22d4b4d1c7f ARM: Hide finish_arch_post_lock_switch() from modules 4ead44fd2525 x86/mm, sched/core: Turn off IRQs in switch_mm() 70a39c7fd167 x86/mm, sched/core: Uninline switch_mm() 83cc4b50e3a9 x86/mm: Build arch/x86/mm/tlb.c even on !SMP 425f13a36652 sched/core: Add switch_mm_irqs_off() and use it in the scheduler dfe513a4e8dd mm/mmu_context, sched/core: Fix mmu_context.h assumption 8d5ee51a6bce mm/rmap: batched invalidations should use existing api 85d3700c744a x86/mm: If INVPCID is available, use it to flush global mappings 791a0f3fecda x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID 04ec428b15f1 x86/mm: Fix INVPCID asm constraint becf292446e9 x86/mm: Add INVPCID helpers 5fc8d62d1921 cxl: Check if vphb exists before iterating over AFU devices 9e1485b1b570 arm64: Initialise high_memory global variable earlier 96c00ece76be Linux 4.4.107 a815c0a370cf ath9k: fix tx99 potential info leak 26c66554d7bf IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stop 112814db6ec4 RDMA/cma: Avoid triggering undefined behavior 4bbb49138f4a macvlan: Only deliver one copy of the frame to the macvlan interface b8d510ff7165 udf: Avoid overflow when session starts at large offset a114af87c0ba scsi: bfa: integer overflow in debugfs 798f08501424 scsi: sd: change allow_restart to bool in sysfs interface c387c02d604d scsi: sd: change manage_start_stop to bool in sysfs interface 2e03af22f65c vt6655: Fix a possible sleep-in-atomic bug in vt6655_suspend 930fb06d1617 scsi: scsi_devinfo: Add REPORTLUN2 to EMC SYMMETRIX blacklist entry 24bc48af0aee raid5: Set R5_Expanded on parity devices as well as data. 09379498aff0 pinctrl: adi2: Fix Kconfig build problem 5f2dbdff20e0 usb: musb: da8xx: fix babble condition handling 68d3bc40f5ca tty fix oops when rmmod 8250 afa8f0a7af70 powerpc/perf/hv-24x7: Fix incorrect comparison in memord 28a5b0e438f1 scsi: hpsa: destroy sas transport properties before scsi_host 942eb7dd5e42 scsi: hpsa: cleanup sas_phy structures in sysfs when unloading ec662d656073 PCI: Detach driver before procfs & sysfs teardown on device remove 02922f3bb37f xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_real f267a1390b41 xfs: fix log block underflow during recovery cycle verification 92eff81ad96a l2tp: cleanup l2tp_tunnel_delete calls 230c4ba404d3 bcache: fix wrong cache_misses statistics 271252373027 bcache: explicitly destroy mutex while exiting ab9b3db40828 GFS2: Take inode off order_write list when setting jdata flag 2a5bb1284e72 thermal/drivers/step_wise: Fix temperature regulation misbehavior 561b9d998e65 ppp: Destroy the mutex when cleanup 083dd685aebd clk: tegra: Fix cclk_lp divisor register f56be2ce49c1 clk: imx6: refine hdmi_isfr's parent to make HDMI work on i.MX6 SoCs w/o VPU 22a1e337ed68 clk: mediatek: add the option for determining PLL source clock b59614cfd2d3 mm: Handle 0 flags in _calc_vm_trans() macro 44de70ecec2d crypto: tcrypt - fix buffer lengths in test_aead_speed() b397507641fb arm-ccn: perf: Prevent module unload while PMU is in use 75ee360a5114 target/file: Do not return error for UNMAP if length is zero 646191449e76 target:fix condition return in core_pr_dump_initiator_port() e14086b2c9bc iscsi-target: fix memory leak in lio_target_tiqn_addtpg() 7d93603ddb65 target/iscsi: Fix a race condition in iscsit_add_reject_from_cmd() 09f29c7a953d powerpc/ipic: Fix status get and status clear c6c3637ee8ab powerpc/opal: Fix EBUSY bug in acquiring tokens 59720463cf28 netfilter: ipvs: Fix inappropriate output of procfs f46b4bab4e93 powerpc/powernv/cpufreq: Fix the frequency read by /proc/cpuinfo ef476a74f8ed PCI/PME: Handle invalid data when reading Root Status e6d8207a84b0 dmaengine: ti-dma-crossbar: Correct am335x/am43xx mux value type 600b973fc56f rtc: pcf8563: fix output clock rate ac0468efee60 video: fbdev: au1200fb: Return an error code if a memory allocation fails 033d20b727f3 video: fbdev: au1200fb: Release some resources if a memory allocation fails 314ce0575795 video: udlfb: Fix read EDID timeout 2f5427451738 fbdev: controlfb: Add missing modes to fix out of bounds access 57fa76a46673 sfc: don't warn on successful change of MAC c9b79738c0ab target: fix race during implicit transition work flushes dfd6deed8313 target: fix ALUA transition timeout handling 7f5084b98f89 target: Use system workqueue for ALUA transitions f9b4a2e04c22 btrfs: add missing memset while reading compressed inline extents 248aa3accad9 NFSv4.1 respect server's max size in CREATE_SESSION a49aa7aadbd3 efi/esrt: Cleanup bad memory map log messages dc81417eedf5 perf symbols: Fix symbols__fixup_end heuristic for corner cases acc7d1bd901c net/mlx4_core: Avoid delays during VF driver device shutdown 5e469e44c8fd afs: Fix afs_kill_pages() 80f74cef482f afs: Fix page leak in afs_write_begin() c58d7796ab93 afs: Populate and use client modification time fa034538cb04 afs: Fix the maths in afs_fs_store_data() 1efae6ca3418 afs: Prevent callback expiry timer overflow 43e68e3725df afs: Migrate vlocation fields to 64-bit 9d8d20570f39 afs: Flush outstanding writes when an fd is closed 549d7b98f55e afs: Adjust mode bits processing bb7a7cd6194f afs: Populate group ID from vnode status 1c277e9ebba6 afs: Fix missing put_page() fec8348008b5 drm/radeon: reinstate oland workaround for sclk 6a51e93b2fe3 mmc: mediatek: Fixed bug where clock frequency could be set wrong 51b3eac39a6c sched/deadline: Use deadline instead of period when calculating overflow ca91884bcf7d sched/deadline: Throttle a constrained deadline task activated after the deadline cd0e18d2f24b sched/deadline: Make sure the replenishment timer fires in the next period 4c6567f5af9a drm/radeon/si: add dpm quirk for Oland c383ebf1acd6 fjes: Fix wrong netdevice feature flags a33a9d0c705f scsi: hpsa: limit outstanding rescans 0a609298214b scsi: hpsa: update check for logical volume status b0def6f1e26b openrisc: fix issue handling 8 byte get_user calls 1236cc3664dc intel_th: pci: Add Gemini Lake support d270d24ee596 mlxsw: reg: Fix SPVMLR max record count e934e13550a0 mlxsw: reg: Fix SPVM max record count 677a7aac2ec6 net: Resend IGMP memberships upon peer notification. 26af6a8b51f1 dmaengine: Fix array index out of bounds warning in __get_unmap_pool() 9cd4b8684621 net: wimax/i2400m: fix NULL-deref at probe b424289863d0 writeback: fix memory leak in wb_queue_work() fbdf477fcff6 netfilter: bridge: honor frag_max_size when refragmenting 7edb2d2d8680 drm/omap: fix dmabuf mmap for dma_alloc'ed buffers dbfba339c729 Input: i8042 - add TUXEDO BU1406 (N24_25BU) to the nomux list df5678476040 NFSD: fix nfsd_reset_versions for NFSv4. 5b0334584ad6 NFSD: fix nfsd_minorversion(.., NFSD_AVAIL) 067cb6b2f716 net: bcmgenet: Power up the internal PHY before probing the MII a33e082dcaf4 net: bcmgenet: power down internal phy if open or resume fails 8aaed873f3b9 net: bcmgenet: reserved phy revisions must be checked first c25da696fca1 net: bcmgenet: correct MIB access of UniMAC RUNT counters 296b584763f7 net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB values accbd99507b1 net: initialize msg.msg_flags in recvfrom b5213e1e9f25 userfaultfd: selftest: vm: allow to build in vm/ directory ee9be9963039 userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGE 0d0456ec2b08 md-cluster: free md_cluster_info if node leave cluster a1d72bc18e77 usb: phy: isp1301: Add OF device ID table 75252bfe9e49 mac80211: Fix addition of mesh configuration element 13e86efb2eee KEYS: add missing permission check for request_key() destination ef7ce82bc280 ext4: fix crash when a directory's i_size is too small 2c367edaba65 ext4: fix fdatasync(2) after fallocate(2) operation 52425e042843 dmaengine: dmatest: move callback wait queue to thread context af36d95af55f sched/rt: Do not pull from current CPU if only one CPU to pull f98ee9c0007b xhci: Don't add a virt_dev to the devs array before it's fully allocated ffc7565746bb Bluetooth: btusb: driver to enable the usb-wakeup feature 8c7c3d5b785f ceph: drop negative child dentries before try pruning inode's alias 2862cfca3989 usbip: fix stub_send_ret_submit() vulnerability to null transfer_buffer dfdf5fa3e664 USB: core: prevent malicious bNumInterfaces overflow 05de6fa5c0e2 USB: uas and storage: Add US_FL_BROKEN_FUA for another JMicron JMS567 ID a34419b3f6a2 tracing: Allocate mask_str buffer dynamically c60db4f68593 autofs: fix careless error in recent commit 8a311b0462b5 crypto: salsa20 - fix blkcipher_walk API usage 43cd7f38612d crypto: hmac - require that the underlying hash algorithm is unkeyed 4231b6a98fce Linux 4.4.106 5c6db4afbd9f usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping a5fa9efe4e01 arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-one 9f5a8d610dd3 Revert "x86/mm/pat: Ensure cpa->pfn only contains page frame numbers" 34933c2ce99c Revert "x86/efi: Hoist page table switching code into efi_call_virt()" 1dfe268df584 Revert "x86/efi: Build our own page table structures" b90f87c641bc net/packet: fix a race in packet_bind() and packet_notifier() f50e9c872cb5 packet: fix crash in fanout_demux_rollover() d6189fa45c6d sit: update frag_off info 6c154d536d94 rds: Fix NULL pointer dereference in __rds_rdma_map 827fd89bc552 tipc: fix memory leak in tipc_accept_from_sock() 047a7bb12d63 more bio_map_user_iov() leak fixes 3a620404e24a s390: always save and restore all registers on context switch 99962affcb8f ipmi: Stop timers before cleaning up the module b34957127058 audit: ensure that 'audit=1' actually enables audit for PID 1 1b9baf30673c ipvlan: fix ipv6 outbound device cdfe2d0a4834 afs: Connect up the CB.ProbeUuid 452ae0913614 IB/mlx5: Assign send CQ and recv CQ of UMR QP 3d1d4642fc55 IB/mlx4: Increase maximal message size under UD QP 8bfafc972a34 xfrm: Copy policy family in clone_policy 5c15c5c8ebc5 jump_label: Invoke jump_label_test() via early_initcall() 1b85cd5d9262 atm: horizon: Fix irq release error dde5bbd52a28 sctp: use the right sk after waking up from wait_buf sleep 1ad621272bd7 sctp: do not free asoc when it is already dead in sctp_sendmsg 59e52050b17c sparc64/mm: set fields in deferred pages 7b99b00cf3f0 block: wake up all tasks blocked in get_request() 5a54dcc51a4a sunrpc: Fix rpc_task_begin trace point c02608144e79 NFS: Fix a typo in nfs_rename() 640192431a29 dynamic-debug-howto: fix optional/omitted ending line number to be LARGE instead of 0 24c98ec494c2 lib/genalloc.c: make the avail variable an atomic_long_t 90ec232a3911 route: update fnhe_expires for redirect when the fnhe exists 41dee81f22c9 route: also update fnhe_genid when updating a route cache 32f8870cc9a9 mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl() 0aab426757d3 kbuild: pkg: use --transform option to prefix paths in tar 8f72d29e7024 EDAC, i5000, i5400: Fix definition of NRECMEMB register 222de157ccd0 EDAC, i5000, i5400: Fix use of MTR_DRAM_WIDTH macro f1ff979f97bd powerpc/powernv/ioda2: Gracefully fail if too many TCE levels requested d42ebf56380f drm/amd/amdgpu: fix console deadlock if late init failed 40b2b6453f89 axonram: Fix gendisk handling f2396d60746f netfilter: don't track fragmented packets ca6d40bb082a zram: set physical queue limits to avoid array out of bounds accesses 39c626c1f9e3 i2c: riic: fix restart condition a836e1952f28 crypto: s5p-sss - Fix completing crypto request in IRQ handler 7c5deeccc664 ipv6: reorder icmpv6_init() and ip6_mr_init() 84bc40c4b31b bnx2x: do not rollback VF MAC/VLAN filters we did not configure 871e4b11eba2 bnx2x: fix possible overrun of VFPF multicast addresses array 1aead0538b89 bnx2x: prevent crash when accessing PTP with interface down 6bbc908cfc1c spi_ks8995: fix "BUG: key accdaa28 not in .data!" 687121453005 arm64: KVM: Survive unknown traps from guests 5dc5c8e65515 arm: KVM: Survive unknown traps from guests ccf72fe2e5cc KVM: nVMX: reset nested_run_pending if the vCPU is going to be reset 0a12875fa51f irqchip/crossbar: Fix incorrect type of register size 8a15c626996c scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adapters d9d47a6d6862 workqueue: trigger WARN if queue_delayed_work() is called with NULL @wq 14a7aa2ae61e libata: drop WARN from protocol error in ata_sff_qc_issue() f9b291aed2a9 kvm: nVMX: VMCLEAR should not cause the vCPU to shut down ef21f3a12bb1 USB: gadgetfs: Fix a potential memory leak in 'dev_config()' 4036947a43a0 usb: gadget: configs: plug memory leak 24e9fc7ef051 HID: chicony: Add support for another ASUS Zen AiO keyboard 3aec56b81960 gpio: altera: Use handle_level_irq when configured as a level_high c52017de0ba6 ARM: OMAP2+: Release device node after it is no longer needed. 14c396184529 ARM: OMAP2+: Fix device node reference counts d180639d86e1 module: set __jump_table alignment to 8 23f9e8448219 selftest/powerpc: Fix false failures for skipped tests 3bf3fc6cbc8b x86/hpet: Prevent might sleep splat on resume 0500c6d35274 ARM: OMAP2+: gpmc-onenand: propagate error on initialization failure 572b639bde31 vti6: Don't report path MTU below IPV6_MIN_MTU. 3771241e5bc3 Revert "s390/kbuild: enable modversions for symbols exported from asm" e891a29531d4 Revert "spi: SPI_FSL_DSPI should depend on HAS_DMA" f854e2099915 Revert "drm/armada: Fix compile fail" 5327f9badacd mm: drop unused pmdp_huge_get_and_clear_notify() 47c53ccca4a0 thp: fix MADV_DONTNEED vs. numa balancing race d4443b53732e thp: reduce indentation level in change_huge_pmd() 696fbe191acd scsi: storvsc: Workaround for virtual DVD SCSI version dd8c78e2501e ARM: avoid faulting on qemu af1d17239682 ARM: BUG if jumping to usermode address in kernel mode 750f60edebac arm64: fpsimd: Prevent registers leaking from dead tasks 477b837533a2 KVM: VMX: remove I/O port 0x80 bypass on Intel hosts 11030654676b arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one a0b99544dde8 media: dvb: i2c transfers over usb cannot be done from stack 81bf294f5f7b drm/exynos: gem: Drop NONCONTIG flag for buffers allocated without IOMMU 74b6030355a4 drm: extra printk() wrapper macros d6ff4cce9aa3 kdb: Fix handling of kallsyms_symbol_next() return value bb47cf7f8e47 s390: fix compat system call table dc41b6e35f93 iommu/vt-d: Fix scatterlist offset handling 90a20a81dc1c ALSA: usb-audio: Add check return value for usb_string() 9f5c6b108850 ALSA: usb-audio: Fix out-of-bound error e1d3b7d04d9d ALSA: seq: Remove spurious WARN_ON() at timer check 659e7d2588f0 ALSA: pcm: prevent UAF in snd_pcm_info 5986c9685f1e x86/PCI: Make broadcom_postcore_init() check acpi_disabled 2c2e4b7d279a X.509: reject invalid BIT STRING for subjectPublicKey 1471d1258921 ASN.1: check for error from ASN1_OP_END__ACT actions 621dac1d6991 ASN.1: fix out-of-bounds read when parsing indefinite length item 481efb4c7256 efi: Move some sysfs files to be read-only by root 7e0091c2951f scsi: libsas: align sata_device's rps_resp on a cacheline 98448333588c isa: Prevent NULL dereference in isa_bus driver callbacks 90e2ea6dc851 hv: kvp: Avoid reading past allocated blocks from KVP file 94739ddf35cb virtio: release virtio index when fail to device_register d73fcef16da0 can: usb_8dev: cancel urb on -EPIPE and -EPROTO 191b419bd0b1 can: esd_usb2: cancel urb on -EPIPE and -EPROTO af11f3afc2c2 can: ems_usb: cancel urb on -EPIPE and -EPROTO bd424bd17572 can: kvaser_usb: cancel urb on -EPIPE and -EPROTO 3e3dabd83630 can: kvaser_usb: ratelimit errors if incomplete messages are received 816bc7dffea2 can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback() b6fa54c18e8d can: kvaser_usb: free buf in error paths a68e3c90dfb1 can: ti_hecc: Fix napi poll return value for repoll 69b0bf95a51e Linux 4.4.105 da57b1f7e74f xen-netfront: avoid crashing on resume after a failure in talk_to_netback() e1cadf7c4af2 usb: host: fix incorrect updating of offset 43135100f117 USB: usbfs: Filter flags passed in from user space c0493eb552e0 USB: devio: Prevent integer overflow in proc_do_submiturb() 2ee8d2acf3ef USB: Increase usbfs transfer limit 9d812f7bef8c USB: core: Add type-specific length check of BOS descriptors f044af8c1dc3 usb: ch9: Add size macro for SSP dev cap descriptor ddaa1ae2eb7f usb: Add USB 3.1 Precision time measurement capability descriptor support a1f03a9bcfa4 usb: xhci: fix panic in xhci_free_virt_devices_depth_first 6a85ba4157a0 usb: hub: Cycle HUB power when initialization fails 40012163e52a Revert "ocfs2: should wait dio before inode lock in ocfs2_setattr()" 33621da4d4ef net: fec: fix multicast filtering hardware setup 5d036ccddc5d xen-netfront: Improve error handling during initialization cc4add389789 mm: avoid returning VM_FAULT_RETRY from ->page_mkwrite handlers 1b7dbabf0242 tcp: correct memory barrier usage in tcp_check_space() bc42f67b73cb dmaengine: pl330: fix double lock ca0836061019 tipc: fix cleanup at module unload e5afc84f644c net: sctp: fix array overrun read on sctp_timer_tbl 7e9236c00152 drm/exynos/decon5433: set STANDALONE_UPDATE_F on output enablement e26d58f897ca NFSv4: Fix client recovery when server reboots multiple times 48222dd037f5 KVM: arm/arm64: Fix occasional warning from the timer work function f2fb416f4af6 nfs: Don't take a reference on fl->fl_file for LOCK operation 7228df818d90 ravb: Remove Rx overflow log messages 1bb50d02a8d3 net/appletalk: Fix kernel memory disclosure c73b58cfa83e vti6: fix device register to report IFLA_INFO_KIND e6533243f74f ARM: OMAP1: DMA: Correct the number of logical channels e6f105531992 net: systemport: Pad packet before inserting TSB 3a44ade54473 net: systemport: Utilize skb_put_padto() 8633eec0ee08 kprobes/x86: Disable preemption in ftrace-based jprobes 7317cb116754 perf test attr: Fix ignored test case result 1c4d7600390b sysrq : fix Show Regs call trace on ARM c86fa9ed3a0f EDAC, sb_edac: Fix missing break in switch c2e1be144805 x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt() ecd996c24a79 serial: 8250: Preserve DLD[7:4] for PORT_XR17V35X 86b9d66d1f3f usb: phy: tahvo: fix error handling in tahvo_usb_probe() b6ca48b5cd08 spi: sh-msiof: Fix DMA transfer size check a96c19f5ba09 serial: 8250_fintek: Fix rs485 disablement on invalid ioctl() 429feb597df3 selftests/x86/ldt_get: Add a few additional tests for limits 93f45d8c67dc s390/pci: do not require AIS facility 80f93e24ecfc ima: fix hash algorithm initialization 71ce1cac5b4d USB: serial: option: add Quectel BG96 id 9e51ee1b76ef s390/runtime instrumentation: simplify task exit handling ef3567cc5284 serial: 8250_pci: Add Amazon PCI serial device ID a8293de0ee1f usb: quirks: Add no-lpm quirk for KY-688 USB 3.1 Type-C Hub 636b080991ee uas: Always apply US_FL_NO_ATA_1X quirk to Seagate devices 3f7477e64478 bcache: recover data from backing when data is clean f80f34d8ba92 bcache: only permit to recovery read error when cache device is clean bd3799391822 Linux 4.4.104 bd249dd07827 nfsd: Fix another OPEN stateid race 54298082dbac nfsd: Fix stateid races between OPEN and CLOSE d7f5f10f5159 nfsd: Make init_open_stateid() a bit more whole 68e6cd9a0547 drm/i915: Prevent zero length "index" write e6bcff7b6aa1 drm/i915: Don't try indexed reads to alternate slave addresses a61474fa8749 NFS: revalidate "." etc correctly on "open". c8ea49b690ee mtd: nand: Fix writing mtdoops to nand flash. a155a9568d9a drm/panel: simple: Add missing panel_simple_unprepare() calls c7716f65721a drm/radeon: fix atombios on big endian 4d027a8bcc7f Revert "drm/radeon: dont switch vt on suspend" 5a7391b6d898 bcache: Fix building error on MIPS 6b4901e0e349 eeprom: at24: check at24_read/write arguments 5c65b739389f mmc: core: Do not leave the block driver in a suspended state a6493ad6fc89 KVM: x86: inject exceptions produced by x86_decode_insn 1e9e6bdccb80 KVM: x86: Exit to user-mode on #UD intercept when emulator requires ab29b6b818aa KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junk 591ddc92d756 btrfs: clear space cache inode generation always 0d05a5593f63 mm/madvise.c: fix madvise() infinite loop under special circumstances 2b7ef6bdd286 mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() f97fc9ab1ce2 x86/efi-bgrt: Replace early_memremap() with memremap() e85c6907b2b4 x86/efi-bgrt: Fix kernel panic when mapping BGRT data 44ff3af83ee1 ARM: dts: omap3: logicpd-torpedo-37xx-devkit: Fix MMC1 cd-gpio 36e0f05afd4e x86/efi: Build our own page table structures b73adb608520 x86/efi: Hoist page table switching code into efi_call_virt() 87e2bd898d3a x86/mm/pat: Ensure cpa->pfn only contains page frame numbers b377c453b363 ipsec: Fix aborted xfrm policy dump crash 27248d2fa77f netlink: add a start callback for starting a netlink dump 08c15ad2e627 Linux 4.4.103 3d7214a338d7 Revert "sctp: do not peel off an assoc from one netns to another one" c73eb1e0cc56 xen: xenbus driver must not accept invalid transaction ids eedd29f51078 s390/kbuild: enable modversions for symbols exported from asm 681b2239862d ASoC: wm_adsp: Don't overrun firmware file buffer when reading region data b63209c78f9e btrfs: return the actual error value from from btrfs_uuid_tree_iterate e88f3fb0e340 ASoC: rsnd: don't double free kctrl 47b99a3306d0 netfilter: nf_tables: fix oob access a1e4f6a15103 netfilter: nft_queue: use raw_smp_processor_id() 85f286d6f8cd spi: SPI_FSL_DSPI should depend on HAS_DMA 8537e96e4351 staging: iio: cdc: fix improper return value 266913b390c3 iio: light: fix improper return value 7e927748d4db mac80211: Suppress NEW_PEER_CANDIDATE event if no room 9825826ed7bd mac80211: Remove invalid flag operations in mesh TSF synchronization f0d8fb74479b drm: Apply range restriction after color adjustment when allocation 31447ebb1a86 ALSA: hda - Apply ALC269_FIXUP_NO_SHUTUP on HDA_FIXUP_ACT_PROBE 7e920566c352 ath10k: set CTS protection VDEV param only if VDEV is up ef751ca54602 ath10k: fix potential memory leak in ath10k_wmi_tlv_op_pull_fw_stats() b24769300a00 ath10k: ignore configuring the incorrect board_id 64b22ee723ee ath10k: fix incorrect txpower set by P2P_DEVICE interface c4cf731af838 drm/armada: Fix compile fail 7f69dc100400 net: 3com: typhoon: typhoon_init_one: fix incorrect return values 609797646f9b net: 3com: typhoon: typhoon_init_one: make return values more specific d7c3d5333e39 net: Allow IP_MULTICAST_IF to set index to L3 slave 778395506a7f dmaengine: zx: set DMA_CYCLIC cap_mask bit 37a48e6d83f5 PCI: Apply _HPX settings only to relevant devices 57d2ce160310 RDS: RDMA: return appropriate error on rdma map failures bbb1fc744894 e1000e: Separate signaling for link check/link up 5df4097cfc70 e1000e: Fix return value test fbb2d8000a8f e1000e: Fix error path in link detection d6968bc56e44 PM / OPP: Add missing of_node_put(np) fd3c395d4d46 net/9p: Switch to wait_event_killable() 91bd72dd8c72 fscrypt: lock mutex before checking for bounce page pool cb1831a83e54 sched/rt: Simplify the IPI based RT balancing logic 5a11b8458b35 media: v4l2-ctrl: Fix flags field on Control events 0870fb4c3566 cx231xx-cards: fix NULL-deref on missing association descriptor d758f4d8bf20 media: rc: check for integer overflow 878c0f9a7c69 media: Don't do DMA on stack for firmware upload in the AS102 driver a2943ce580f5 powerpc/signal: Properly handle return value from uprobe_deny_signal() 937a91cd3992 parisc: Fix validity check of pointer size argument in new CAS implementation aef7cdb6a6ff ixgbe: Fix skb list corruption on Power systems bb923a81c33e fm10k: Use smp_rmb rather than read_barrier_depends b4ca98b7a803 i40evf: Use smp_rmb rather than read_barrier_depends a8e699dfca04 ixgbevf: Use smp_rmb rather than read_barrier_depends 2f7de4d5f525 igbvf: Use smp_rmb rather than read_barrier_depends 391cdaaaa9d9 igb: Use smp_rmb rather than read_barrier_depends 146d53371385 i40e: Use smp_rmb rather than read_barrier_depends 76c389ca1331 NFC: fix device-allocation error return ecc5e8914766 IB/srp: Avoid that a cable pull can trigger a kernel crash 3e32b40435b9 IB/srpt: Do not accept invalid initiator port names 54a8d930b93f libnvdimm, namespace: make 'resource' attribute only readable by root 4dae2f771fa7 libnvdimm, namespace: fix label initialization to use valid seq numbers 037646313522 clk: ti: dra7-atl-clock: fix child-node lookups eca460c485f9 clk: ti: dra7-atl-clock: Fix of_node reference counting 36d2f19430e2 SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status a694b1f85aea KVM: SVM: obey guest PAT 8293dc75de47 KVM: nVMX: set IDTR and GDTR limits when loading L1 host state 4e426ed57cd2 target: Fix QUEUE_FULL + SCSI task attribute handling 63bfc4c90a87 iscsi-target: Fix non-immediate TMR reference leak 8709c5386109 fs/9p: Compare qid.path in v9fs_test_inode 1b11593eb742 fix a page leak in vhost_scsi_iov_to_sgl() error recovery 509ab500a240 ALSA: hda/realtek - Fix ALC700 family no sound issue ef6745531648 ALSA: timer: Remove kernel warning at compat ioctl error paths 3532750d20f5 ALSA: usb-audio: Add sanity checks in v2 clock parsers 0b6cede2e455 ALSA: usb-audio: Fix potential out-of-bound access at parsing SU d1316b9d83de ALSA: usb-audio: Add sanity checks to FE parser b71cf750ddd3 ALSA: pcm: update tstamp only if audio_tstamp changed db12d9b5a181 ext4: fix interaction between i_size, fallocate, and delalloc after a crash 189bc689547a ata: fixes kernel crash while tracing ata_eh_link_autopsy event f1be21021099 rtlwifi: fix uninitialized rtlhal->last_suspend_sec time 3c260c60d20c rtlwifi: rtl8192ee: Fix memory leak when loading firmware a8b8ab79ca4f nfsd: deal with revoked delegations appropriately 2a2d4b41472c nfs: Fix ugly referral attributes ab33df42eb3c NFS: Fix typo in nomigration mount option 4e23be616976 isofs: fix timestamps beyond 2027 85c79043808d bcache: check ca->alloc_thread initialized before wake up it 9c093a258350 eCryptfs: use after free in ecryptfs_release_messaging() 7d7b05e4ffd5 nilfs2: fix race condition that causes file system corruption 9a4e08c634ce autofs: don't fail mount for transient error 153142963ca1 MIPS: BCM47XX: Fix LED inversion for WRT54GSv1 00fd53bc378f MIPS: Fix an n32 core file generation regset support regression 4e82464aa4a3 dm: fix race between dm_get_from_kobject() and __dm_destroy() 36c4819abc92 dm bufio: fix integer overflow when limiting maximum cache size a9f066404fd0 ALSA: hda: Add Raven PCI ID 0c1faf9df0c8 MIPS: ralink: Fix typo in mt7628 pinmux function 84c785ed786a MIPS: ralink: Fix MT7628 pinmux 36a082ce590f ARM: 8721/1: mm: dump: check hardware RO bit for LPAE 5f8046f7c9e3 ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE 29c4b6b4f46d x86/decoder: Add new TEST instruction pattern 4fdb1637b208 lib/mpi: call cond_resched() from mpi_powm() loop 8ff3471878f3 sched: Make resched_cpu() unconditional 3223ea129170 vsock: use new wait API for vsock_stream_sendmsg() df24d6c22460 AF_VSOCK: Shrink the area influenced by prepare_to_wait 2417da3f4d6b ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTER 5c2607d3e7cd s390/disassembler: increase show_code buffer size 4337fa2425f6 s390/disassembler: add missing end marker for e7 table 04bc7a273264 s390/runtime instrumention: fix possible memory corruption 7ddbe701076d s390: fix transactional execution control register handling 29ffb9c1fb4a Linux 4.4.102 0208fabf7256 mm, hwpoison: fixup "mm: check the return value of lookup_page_ext for all call sites" 5baf0fb260fc Linux 4.4.101 a3805b10de80 mm/pagewalk.c: report holes in hugetlb ranges 3630b2801907 mm/page_ext.c: check if page_ext is not prepared e34e744f70a6 mm: check the return value of lookup_page_ext for all call sites 7b7a1c39e839 coda: fix 'kernel memory exposure attempt' in fsync c1b3703b643f mm/page_alloc.c: broken deferred calculation 4ecf752738ac ipmi: fix unsigned long underflow c4baa4a5870c ocfs2: should wait dio before inode lock in ocfs2_setattr() 8c325770546a nvme: Fix memory order on async queue deletion 4310b6bfa8e0 arm64: fix dump_instr when PAN and UAO are in use 1df403abfa9e serial: omap: Fix EFR write on RTS deassertion a9100b6f1a8a ima: do not update security.ima if appraisal status is not INTEGRITY_PASS 51b8aea7abde net/sctp: Always set scope_id in sctp_inet6_skb_msgname ae93cefb9430 fealnx: Fix building error on MIPS 2a0e60907e54 sctp: do not peel off an assoc from one netns to another one 4cfc0b41af03 af_netlink: ensure that NLMSG_DONE never fails in dumps ef206ea779a9 vlan: fix a use-after-free in vlan_device_event() 3bb6245e14ea bonding: discard lowest hash bit for 802.3ad layer3+4 001e9cbe1dae netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed 0c1282c7f046 tcp: do not mangle skb->cb[] in tcp_make_synack() 26d6298789e6 Linux 4.4.100 f119ff8e5b6b USB: serial: garmin_gps: fix memory leak on probe errors 8b36209e93df USB: serial: garmin_gps: fix I/O after failed probe and remove 5cd938508c81 USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update 302dd596822a USB: Add delay-init quirk for Corsair K70 LUX keyboards 965003b311e0 USB: usbfs: compute urb->actual_length for isochronous 834a5d880a54 uapi: fix linux/rds.h userspace compilation errors 16e7973f8e47 uapi: fix linux/rds.h userspace compilation error f5e303d54ac2 Revert "uapi: fix linux/rds.h userspace compilation errors" d9c8d4adb5a7 Revert "crypto: xts - Add ECB dependency" d2d72c0ee4c9 MIPS: Netlogic: Exclude netlogic,xlp-pic code from XLR builds 9a8ef143951f MIPS: init: Ensure reserved memory regions are not added to bootmem 034347aca034 MIPS: init: Ensure bootmem does not corrupt reserved memory a904ebe92a05 mm: add PHYS_PFN, use it in __phys_to_pfn() 7f5eb098ef95 MIPS: End asm function prologue macros with .insn b15877443a93 staging: rtl8712: fixed little endian problem ade72053f452 ixgbe: do not disable FEC from the driver b6e7fb0be1e5 ixgbe: add mask for 64 RSS queues 12ec51aaafe3 ixgbe: Reduce I2C retry count on X550 devices 9d51db4caff9 ixgbe: handle close/suspend race with netif_device_detach/present f12976ce82cd ixgbe: fix AER error handling 865fe71c0a06 arm64: dts: NS2: reserve memory for Nitro firmware e2d12bdaed6b ALSA: hda/realtek - Add new codec ID ALC299 b1e8e6d4c065 gpu: drm: mgag200: mgag200_main:- Handle error from pci_iomap 3e899991b99e backlight: adp5520: Fix error handling in adp5520_bl_probe() d6f21ea25118 backlight: lcd: Fix race condition during register fe21a3d68819 ALSA: vx: Fix possible transfer overflow 3b985d39ed4f ALSA: vx: Don't try to update capture stream before running 51abb2a73f16 scsi: lpfc: Clear the VendorVersion in the PLOGI/PLOGI ACC payload 8d8723c8c187 scsi: lpfc: Correct issue leading to oops during link reset 44eb947094c4 scsi: lpfc: Correct host name in symbolic_name field a7e7d319cc96 scsi: lpfc: FCoE VPort enable-disable does not bring up the VPort 18477baf599e scsi: lpfc: Add missing memory barrier fdc1e9d553e1 staging: rtl8188eu: fix incorrect ERROR tags from logs 0c098158785b scsi: ufs: add capability to keep auto bkops always enabled 469e75ddff14 scsi: ufs-qcom: Fix module autoload bb848b61967f igb: Fix hw_dbg logging in igb_update_flash_i210 ba83011a470c igb: close/suspend race in netif_device_detach 559a20802838 igb: reset the PHY before reading the PHY ID 7878dca7ca24 drm/sti: sti_vtg: Handle return NULL error from devm_ioremap_nocache b9ea0af4793b ata: SATA_MV should depend on HAS_DMA 11cb9dedb2e6 ata: SATA_HIGHBANK should depend on HAS_DMA 2066882df749 ata: ATA_BMDMA should depend on HAS_DMA 4fd669feacd3 ARM: dts: Fix omap3 off mode pull defines 955840ea5035 ARM: OMAP2+: Fix init for multiple quirks for the same SoC 4a23041fa533 ARM: dts: Fix am335x and dm814x scm syscon to probe children 84a97ea8b7b1 ARM: dts: Fix compatible for ti81xx uarts for 8250 62641014202e fm10k: request reset when mbx->state changes 2bb04f1ff63d extcon: palmas: Check the parent instance to prevent the NULL 8d9142ff444e dmaengine: dmatest: warn user when dma test times out ec4f8a71c0fc Bluetooth: btusb: fix QCA Rome suspend/resume 977784638f76 arm: crypto: reduce priority of bit-sliced AES cipher e455048c7ae9 net: qmi_wwan: fix divide by 0 on bad descriptors caeeef8438c3 net: cdc_ether: fix divide by 0 on bad descriptors 46bdabbca02e sctp: do not peel off an assoc from one netns to another one 11e8e55be18c xen-blkback: don't leak stack data via response ring 49630dd2e10a bpf: don't let ldimm64 leak map addresses on unprivileged 07e3aff243cd KVM: x86: fix singlestepping over syscall ceb5c560e2e4 ext4: fix data exposure after a crash 0a418e57717d media: dib0700: fix invalid dvb_detach argument c344019c48a9 media: imon: Fix null-ptr-deref in imon_probe (From OE-Core rev: 2f34df4052632ea664289059177b9f8b5b7f7a26) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: iwlwifi and pci id backportsBruce Ashfield2018-01-273-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the following wilwifi and pci ID backports. These are bug fixes, enablements and minor updates. 850696176565 mmc: sdhci-pci: Add support for Intel CNP d7265bddf328 mmc: sdhci-pci: Use macros in pci_ids definition 3a78458e37c1 spi: pxa2xx: Add support for Intel Cannonlake 9de152318ec0 mfd: intel-lpss: Add Intel Cannonlake PCI IDs 533713968b7d i2c: i801: Add support for Intel Cannon Lake b3a84be8dc44 Bluetooth: Add support for Intel Bluetooth device 9460/9560 [8087:0aaa] 08dea20dfcdd iwlwifi: pcie: fix DMA memory mapping / unmapping 9846e33915f4 iwlwifi: mvm: mark MIC stripped MPDUs d47d7a5921ec iwlwifi: mvm: enable RX offloading with TKIP and WEP 295c08159f25 iwlwifi: mvm: flush queue before deleting ROC a49b4d426747 iwlwifi: add new cards for 9260 and 22000 series 49f247c26220 iwlwifi: fix access to prph when transport is stopped 3716aa8c7fb2 iwlwifi: pcie: fix erroneous "Read failed message" 8ea811068131 iwlwifi: mvm: fix packet injection ce6f582d7790 iwlwifi: mvm: fix the TX queue hang timeout for MONITOR vif type 789e2b172917 iwlwifi: mvm: don't use transmit queue hang detection when it is not possible 4d697c7f2f30 iwlwifi: mvm: set correct chains in Rx status 14f5ee3d7f2a iwlwifi: fix firmware names for 9000 and A000 series hw 10f670720316 mac80211: add api to start ba session timer expired flow 6975296fb60f timer: Prepare to change timer callback argument type 617d38a55701 iwlwifi: fix PCI IDs and configuration mapping for 9000 series 7768d0301e76 iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command d10e7c4752ad iwlwifi: add new cards for a000 series f93a0bd94f2e iwlwifi: add new cards for 8265 series fd7fb7407891 iwlwifi: add new cards for 8260 series 155e2cf7cf48 iwlwifi: drop RX frames during hardware restart a6a61a5c3dc6 iwlwifi: mvm: Convert timers to use timer_setup() 2c55829d53e9 iwlwifi: mvm: hold mutex when flushing in iwl_mvm_flush_no_vif() c9d9e2dabd5b iwlwifi: mvm: add missing implementation of flush for a000 devices 3793a1ba0652 iwlwifi: mvm: refactor iwl_mvm_flush_no_vif ef5fe37f634b iwlwifi: fix multi queue notification for a000 devices 76b84cc9a0a7 iwlwifi: Add more call-sites for pcie reg dumper c76d3e3c5401 iwlwifi: remove host assisted paging d04bbe0546b1 iwlwifi: remove dead code for internal devices only f2aa0f94c3ed iwlwifi: mvm: improve latency when there is a reorder timeout 16472c63581e iwlwifi: mvm: rs: remove the ANT C from the toogle antenna logic b12c3acdedd4 iwlwifi: mvm: reset seq num after restart b80a2cffd5ae iwlwifi: mvm: cleanup references to aggregation count limit 08fb17fe5d5d iwlwifi: mvm: use RS macro instead of duplicating the code 4ee07409e310 iwlwifi: pcie: remove set but not used variable tcph a707114d30c7 iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons 5437405de942 iwlwifi: mvm: add missing lq_color 5b9fdea44032 iwlwifi: define minimum valid address for umac_error_event_table in cfg 66130a345dc0 iwlwifi: mvm: move umac_error_event_table validity check to where it's set 02ae1833fe0a iwlwifi: mvm: allow reading UMAC error data from SMEM in A000 devices 92f982fbedea iwlwifi: mvm: pass baid_data to iwl_mvm_release_frames() f5373043dbf2 iwlwifi: mvm: remove duplicated fields in mvm reorder buffer 46023b1981e8 iwlwifi: mvm: allocate reorder buffer according to need 8b46150fdcba iwlwifi: remove dflt_pwr_limit from the transport 1a0b98c751d9 iwlwifi: mvm: warn on invalid statistics size fd3b380a9842 iwlwifi: acpi: move code that reads SPLC to acpi 390680e904da iwlwifi: fix indentation in a000 family configuration eff6a99d6123 iwlwifi: acpi: move function to get mcc into acpi code 2c78cb7d30a5 iwlwifi: acpi: remove a couple of unnecessary ifdefs 913d3ee53285 iwlwifi: acpi: make iwl_get_bios_mcc() use the common acpi functions 99fb9256d5db iwlwifi: acpi: use iwl_acpi_get_wifi_pkg when reading reading SPLC ebe44b941059 iwlwifi: acpi: generalize iwl_mvm_sar_find_wifi_pkg() f9975d6cd5cb iwlwifi: acpi: move ACPI-related definitions to acpi.h c82427d45403 iwlwifi: acpi: move ACPI method definitions to acpi.h 230d7769570e iwlwifi: acpi: add common code to read from ACPI 11fe78e4e712 iwlwifi: mvm: change warning to warn_once() 5bdafa97f8c2 iwlwifi: pcie: dump registers when HW becomes inaccessible e23f32f76e1b iwlwifi: mvm: add marker cmd response struct. 29921783721e iwlwifi: fw: api: remove excess enum value documentation 7d535c46c8a9 iwlwifi: mvm: don't send identical PHY_CTXT_CMD 271cf21e8e38 iwlwifi: remove redundant reading from NVM file 1f97d139cf89 iwlwifi: pcie: dynamic Tx command queue size 49cd37c4bf52 iwlwifi: Add few debug prints to the WRT dump flow 275329860324 iwlwifi: mvm: support firmware debug trigger on frame reorder timeout 04901364779d iwlwifi: mvm: remove support for Link Quality Measurements 36b34fa8d705 iwlwifi: mvm: Add new quota command API ebe4543c05ca iwlwifi: add a new a000 device c18499f54fb6 iwlwifi: fix wrong struct for a000 device b446945d074c iwlwifi: trans: move ref/unref code to the common part of the transport 0c1dddd47c6e iwlwifi: mvm: add dbgfs entry for fw info 6f04e26ed094 iwlwifi: nvm: set the correct offsets to 3168 series 9cd4e5a40c94 iwlwifi: nvm-parse: unify channel flags printing 81d96355b478 iwlwifi: mvm: return -ENODATA when reading the temperature with the FW down 191792ca6c7b iwlwifi: stop dbgc recording before stopping DMA 55b03bd59426 iwlwifi: mvm: do not print security error in monitor mode d25afe43ac2b iwlwifi: mvm: fix reorder buffer for 9000 devices dab206263245 iwlwifi: mvm: set status before calling iwl_mvm_send_cmd_status() 4cd70ffaa6b4 iwlwifi: mvm: initialize status in iwl_mvm_add_int_sta_common() 8b949c472671 iwlwifi: mvm: handle FIF_ALLMULTI when setting multicast addresses a8789c53df4c iwlwifi: mvm: wake the correct mac80211 queue e3fc497bcb1f iwlwifi: mvm: change state when queueing agg start work e64485ba374a iwlwifi: mvm: send all non-bufferable frames on the probe queue 39853a2897ca iwlwifi: mvm: Flush non STA TX queues a79f9da1c39f iwlwifi: mvm: fix wowlan resume failed to load INIT ucode 030cb8bb462b iwlwifi: mvm: only send LEDS_CMD when the FW supports it 9d5c1397f0ba iwlwifi: mvm: bump API to 34 for 8000 and up 0e4e899155b2 iwlwifi: mvm: Avoid deferring non bufferable frames bbb1538f4415 iwlwifi: fix long debug print fba7875cbf2b iwlwifi: pcie: move rx workqueue initialization to iwl_trans_pcie_alloc() cbe2772aa5ac iwlwifi: use big-endian for the hw section of the nvm 5a9ed1a9e7a1 iwlwifi: mvm: remove useless check for mvm->cfg in iwl_parse_nvm_section() 5dce0bb2c1e4 iwlwifi: mvm: remove useless argument in iwl_nvm_init() 44a34b9133f6 iwlwifi: fw: fix lar_enabled endian problem in iwl_fw_get_nvm 6ed7a437ada4 iwlwifi: add workaround to disable wide channels in 5GHz 9fdf34b63469 iwlwifi: mvm: change open and close criteria of a BA session 00fee168712f iwlwifi: update channel flags parser 51fe7153860f iwlwifi: distinguish different RF modules in A000 devices 04b2b5fe60ec iwlwifi: mvm: Fix channel switch in case of count <= 1 12cb62ad92f1 iwlwifi: Demote messages about fw flags size to info ec7db94d2ac8 iwlwifi: move BT_MBOX_PRINT macro to common header 9096228d343c iwlwifi: mvm: don't send BAR on flushed frames 0200459abfe5 iwlwifi: mvm: remove session protection to allow channel switch 4ed04628ce99 iwlwifi: mvm: update the firmware API in TX a9c710c755bd iwlwifi: mvm: use mvmsta consistently in rs.c db9f3872c6fa iwlwifi: mvm: group all dummy SAR function declarations together e59229f94610 iwlwifi: mvm: add command name for FRAME_RELEASE 52c144d07be9 iwlwifi: pcie: support short Tx queues for A000 device family 9768c491c7d2 iwlwifi: mvm: support new Coex firmware API 899413b64660 iwlwifi: call iwl_remove_notification from iwl_wait_notification 1e627b700dbb iwlwifi: mvm: consider RFKILL during INIT as success c9ef6cbdc1b9 iwlwifi: mvm: remove the corunning support 6e83c9cbc23f iwlwifi: mvm: fix the coex firmware API 537da96de818 iwlwifi: pcie: free the TSO page when a Tx queue is unmapped on A000 devices 5fcd36459941 iwlwifi: remove references to unsupported HW b73ab3bf441b iwlwifi: fix nmi triggering from host c0594a59199d iwlwifi: pcie: don't init a Tx queue with an SSN > size of the queue 0d23bd8c8cbf iwlwifi: mvm: add station before allocating a queue bd8e6c146cc2 iwlwifi: mvm: don't send CTDP commands via debugfs if not supported 2f36c927e0b6 iwlwifi: mvm: support new beacon template command 55ed6e274d45 iwlwifi: mvm: send delba upon rx ba session timeout f9cc252d82fc iwlwifi: mvm: set the default cTDP budget 1d41aa6b2727 iwlwifi: mvm: move a000 device NVM retrieval to a common place e7b6180a4e80 iwlwifi: dump smem configuration when firmware crashes 30d9d2f6ec84 iwlwifi: fix a000 RF_ID define 064eaeb94cdd iwlwifi: add support of FPGA fw 4d58ad2d7dd4 iwlwifi: fix a few instances of misaligned kerneldoc parameters a854f76ba000 iwlwifi: change functions that can only return 0 to void 583ab36a2c38 iwlwifi: mvm: add debugfs to force CT-kill 59f3b92bc9d5 iwlwifi: mvm: add const to thermal_cooling_device_ops structure 6065eab05454 iwlwifi: mvm: use firmware LED command where applicable bdd1f8e6cd04 iwlwifi: mvm: remove useless condition in LED code 8690797a9a10 iwlwifi: mvm: don't WARN when a legit race happens in A-MPDU bfa6caa712e9 iwlwifi: mvm: start mac queues when deferred tx frames are purged b8055bcadf7c iwlwifi: mvm: Fix a memory leak in an error handling path in 'iwl_mvm_sar_get_wgds_table()' 446ea78b678c iwlwifi: mvm: don't retake the pointer to skb's CB f8fecb61f48f iwlwifi: mvm: remove non-DQA mode 2afb27a925ce iwlwifi: mvm: rename p2p-specific sta functions to include p2p in the names 6c1a64e3ef75 iwlwifi: mvm: simplify bufferable MMPDU check 37d2db886acb iwlwifi: mvm: require AP_LINK_PS for TVQM cc0f8aa5bd8c iwlwifi: pcie: rename iwl_trans_check_hw_rf_kill() to pcie d680a553246e iwlwifi: mvm: add compile-time option to disable EBS eb39ff9703cb iwlwifi: implement fseq version mismatch warning 248737b38907 iwlwifi: mvm: support fw reading empty OTP 4c521e875d7a iwlwifi: pcie: fix A-MSDU on gen2 devices cae215d55c66 iwlwifi: mvm: fix uninitialized var while waiting for queues to empty 3c7d7c6a8dbd iwlwifi: mvm: fix the FIFO numbers in A000 devices e9ac52a93832 iwlwifi: mvm: refactor beacon template command code 585dde6c1b9b iwlwifi: dvm: remove unused defines 7eec01ad4c9e iwlwifi: mvm: byte-swap constant instead of variable 099c0a80ad9f iwlwifi: mvm: check family instead of new TX API for workarounds 2e44edff43bb iwlwifi: mvm: add and use iwl_mvm_has_unified_ucode() 571909b0fc2f iwlwifi: fw api: fix various kernel-doc warnings 231a0f260c9f iwlwifi: reorganize firmware API 45a9716e520c iwlwifi: refactor firmware debug code 6bc25ab6637f iwlwifi: track current firmware image in common code 2e8f9d07d433 iwlwifi: refactor shared mem parsing e99db11387dd iwlwifi: refactor out paging code 87e461c198f2 iwlwifi: add the new 9000 series PCI IDs ccd7ba236f4c iwlwifi: mvm: set the RTS_MIMO_PROT bit in flag mask when sending sta to fw 117a3d6f9f1d iwlwifi: fix fw_pre_next_step to apply also for C step 2176967bd330 iwlwifi: mvm: rs: fix TLC statistics collection 7e12ee6aadfd iwlwifi: mvm: set A-MPDU bit upon empty BA notification from FW a52eff0e4979 iwlwifi: split the regulatory rules when the bandwidth flags require it 3a5a68e76e90 iwlwifi: add TLV for MLME offload firmware capability a33aab491b28 iwlwifi: mvm: fix TCP CSUM offload with WEP and A000 series 4aaa3afd80b2 iwlwifi: mvm: defer setting IWL_MVM_STATUS_IN_HW_RESTART 824bd3878358 iwlwifi: mvm: handle IBSS probe_queue in a few missing places cfa94cd7b0eb iwlwifi: fix tracing when tx only is enabled 2137706c9531 iwlwifi: missing error code in iwl_trans_pcie_alloc() 7f6264621aa1 iwlwifi: mvm: fix a NULL pointer dereference of error in recovery f20a2719d785 iwlwifi: pcie: fix unused txq NULL pointer dereference 9e14453045b2 iwlwifi: bump MAX API for 8000/9000/A000 to 33 b177ff5b4d37 iwlwifi: pcie: wait longer after device reset 1a57bfb1ca30 iwlwifi: pcie: propagate iwl_pcie_apm_init's status 5d80ae738313 iwlwifi: mvm: quietly accept non-sta disassoc frames 4413e18698bd iwlwifi: mvm: update rx statistics cmd api 8a1e4d649107 iwlwifi: mvm: remove DQA non-STA client mode special case ba3b437ac257 iwlwifi: mvm: don't mess the SNAP header in TSO for non-QoS packets 6a8a1d8ff04f iwlwifi: pcie: reconfigure MSI-X HW on resume 370b3f671b84 iwlwifi: mvm: don't send fetch the TID from a non-QoS packet in TSO dd9d9e230b3b iwlwifi: mvm: fix mac80211's hw_queue in DQA mode 67f0a8051df7 iwlwifi: mvm: map cab_queue to real one earlier 279ca413640e iwlwifi: mvm: fix mac80211 queue tracking ac34301b93d9 iwlwifi: mvm: properly enable IP header checksumming b7e49fba6de4 iwlwifi: pcie: add MSI-X interrupt tracing 073e3ae0697d iwlwifi: mvm: quietly accept non-sta assoc response frames 000225c8540e iwlwifi: mvm: remove version 2 of paging command 01adad1afb4b iwlwifi: move configuration into sub-directory 1c945c0a2365 iwlwifi: move notification wait into fw/ 707cab759b03 iwlwifi: create new subdirectory for FW interaction 11498c406c1d iwlwifi: mvm: rename iwl_shared_mem_cfg_v1 to the correct _v2 36d920ab8301 iwlwifi: mvm: fix deduplication start logic f639f74a16db iwlwifi: mvm: unconditionally stop device after init 6d351ad19e9e iwlwifi: pcie: warn if paging is already initialized during init f440538d499e iwlwifi: pcie: make ctxt-info free idempotent b6d799e30c37 iwlwifi: unify external & internal modparam names da2431c19209 iwlwifi: mvm: support multi tid ba notif 9ef205fbc7f6 iwlwifi: mvm: change when the BT_COEX is sent ffeceb4d747d iwlwifi: pcie: improve debug in iwl_pcie_rx_handle_rb() 03eb5a5191b5 iwlwifi: mvm: support aggs of 64 frames in A000 family 2385536aa6aa iwlwifi: pcie: improve "invalid queue" warning 15a398ef172d iwlwifi: mvm: use proper CDB check in PHY context modify 864be96cece8 iwlwifi: add twelve new 9560 series PCI IDs ec6054472dfb iwlwifi: add the new a000_2ax series 968a39b62c95 iwlwifi: mvm: simplify CHECK_MLME_TRIGGER macro df311987c49c iwlwifi: mvm: change sta_id to u8 883fb2c8e201 iwlwifi: pcie: fix 9000-series RF-kill interrupt propagation 91acf229d6cd iwlwifi: pcie: only apply retention workaround on 9000-series A-step 09a2f42e69fb iwlwifi: dvm: use macros for format strings 7ca1a7dd8f3e iwlwifi: mvm: fix a bunch of kernel-doc warnings b458b063bc76 iwlwifi: mvm: add documentation for all command IDs d1790ece9b75 iwlwifi: mvm: use __le16 even for reserved fields 046c12a1dc80 iwlwifi: mvm: remove various unused command IDs/structs 2848902362f0 iwlwifi: mvm: fix various "Excess ... description" kernel-doc warnings 623a8552fda4 iwlwifi: mvm: remove some CamelCase from firmware API e3b3b727c40d iwlwifi: mvm: Add debugfs entry to retrieve SAR geographic profile fdc992fb8d18 iwlwifi: mvm: refactor geo init c5a3a5eefbea iwlwifi: mvm: support TX on MONITOR iface dc57bda29216 iwlwifi: pcie: work around suspend/resume issue 0ae7c6c46fd8 iwlwifi: mvm: fix typo in CTDP_CMD_OPERATION_REPORT description c7434aa46639 iwlwifi: pcie: delete the Tx queue timer earlier upon firmware crash 958f6310f57a iwlwifi: pcie: reduce unwanted noise in the logs 47b740d6fdad iwlwifi: mvm: print base HW address during init 576b5f6d20aa iwlwifi: mvm: document assoc_beacon_arrive_time 0f5456ddc9e1 iwlwifi: mvm: reset the fw_dump_desc pointer after ASSERT 143b28afd061 iwlwifi: mvm: set assoc_beacon_arrive_time 277925710d13 iwlwifi: pcie: make iwl_pcie_apm_stop_master() return void 2c60b669ee2f iwlwifi: add a W/A for a scheduler hardware bug ea2c2d55b740 iwlwifi: mvm: don't mark TIDs that are not idle wrt BA as inactive 6334bb289021 iwlwifi: mvm: reset the HW before dumping if HW error is detected 47cc9c8ef1e2 iwlwifi: pcie: don't disable bh when handling FW errors c7507a1c27da iwlwifi: mvm: fix nvm_data leak 997a0c1940c0 iwlwifi: remove useless iwl_free_nvm_data() function 85ffc85a8631 iwlwifi: document transmit buffer bits better b354e56f9170 iwlwifi: mvm: add documentation for enum iwl_debug_cmds 862b5ca77cb7 iwlwifi: mvm: disentangle union in TX status struct 62bcece33632 iwlwifi: mvm: fix fw monitor 7000 HW recollecting 779d40dcefef iwlwifi: mvm: docs: fix enum link, provide TX response link 07654dd35785 iwlwifi: pcie: fix command completion name debug fe6742b239a5 iwlwifi: fix TX tracing for non-linear SKBs b45290710c5f iwlwifi: simplify data tracepoint 30c0d59cb96e iwlwifi: mvm: better link scan notification results length 2af91c751cb1 iwlwifi: pcie: use kstrtou32_from_user() 476da255e452 iwlwifi: mvm: support aggregations on A000 HW 9589a1e03918 iwlwifi: mvm: document status bits ba68df149d76 iwlwifi: pcie: remove pointless debugfs parsing for csr file 69cb66f56e31 iwlwifi: pcie: don't report RF-kill enabled while shutting down 95cf3d6024f3 iwlwifi: mvm: don't warn in queue sync on RF-kill f29197139bd5 iwlwifi: pcie: add fake RF-kill to debugfs 9d66c60c017c iwlwifi: pcie: pull out common rfkill IRQ handling code ecc56c4e3f8a iwlwifi: mvm: rs: add logs for the wrong antenna case 9fa7ff152d17 iwlwifi: mvm: make iwl_mvm_update_mcc() easier to follow 5873c905dd46 iwlwifi: mvm: change the firmware name loading f48b4417b6bb iwlwifi: mvm: support D0I3_END_CMD at the start of resume db5d313c1366 iwlwifi: mvm: make D0I3_END_CMD sync during system resume cef60bd42b53 iwlwifi: mvm: track and report IBSS manager status to mac80211 c9592bc2295b iwlwifi: use bitfield.h for some registers a981c4683faa iwlwifi: mvm: use scnprintf() instead of snprintf() 94da2d3b1962 iwlwifi: pcie: fix TVQM queue ID range check ffc4fbe862d0 iwlwifi: mvm: remove pointless num_stored condition fffa02450281 iwlwifi: mvm: avoid unnecessary cache trashing in Tx path ef694dd2c96a iwlwifi: mvm: Enable security on new TX API 8628d427548a iwlwifi: mvm: disable dbg data collect when fw isn't alive 29e776b74ca4 iwlwifi: remove resp_pkt NULL checks b697ec7ebaa3 iwlwifi: mvm: remove txq EMPTYING_DELBA state for DQA c1c666e4b9e1 iwlwifi: remove unnecessary code in iwl_trans_alloc_tx_cmd aac2dec2caa9 iwlwifi: fw-api: cleanup cycle includes 6d409c70b759 iwlwifi: mvm: remove SCAN_GROUP 57cba4f2c3bb iwlwifi: mvm: link to TX commands in documentation 2792b27534b3 iwlwifi: mvm: document structures used for BEACON_TEMPLATE_CMD 7bafd04ebb12 iwlwifi: mvm: link queue cmd docs to A000 command structs c99a3509d9a9 iwlwifi: split firmware API from iwl-trans.h 4180802e550f iwlwifi: fix a kernel-doc tag fee5c3ea3ccc iwlwifi: mvm: clear firmware running bit earlier 1a6cb6ae5305 iwlwifi: mvm: convert ucode_loaded to a status bit 28abcc34d47f iwlwifi: mvm: use schedule_delayed_work() 2b8c8c6a247c iwlwifi: mvm: check firmware is up in debugfs f2a41abb9acc iwlwifi: mvm: disable prph collection in a000 hw 8945686f242b iwlwifi: pcie: support dumping FH in a000 hw e8e293176ae2 iwlwifi: add 9000 and A000 device families 3610276b8a6c iwlwifi: mvm: support init flow debugging ca41111b2b1c iwlwifi: mvm: add TLV for NAN API differentiation afbea5518455 iwlwifi: add dbgc_supported to transport configuration acdc73097588 iwlwifi: remove references to 8000 B-step devices 595bbac1c406 iwlwifi: cleanup references to 8000 family in NVM code 11faed6da368 iwlwifi: pcie: add AMSDU to gen2 fcdca8ea1328 iwlwifi: mvm: document RX structures 767327919d86 iwlwifi: mvm: add AMSDU flag to offload assist f322fb5df757 iwlwifi: mvm: fix many kernel-doc warnings 50cc8892d845 iwlwifi: mvm: remove unused REPLY_MAX 484994be6f9c iwlwifi: kernel-doc: make proper links 118480297594 iwlwifi: mvm: remove unused TX_CMD_NEXT_FRAME_* d51079922e78 iwlwifi: Add fw_name_pre_rf_next_step to support different rf steps 75ae58fb9f09 iwlwifi: pcie: support page dumping in wrt in gen2 1257922aa9ba iwlwifi: mvm: remove wrt support of page dumps in gen2 dd16d8dd7ffa iwlwifi: mvm: document structures used by commands c1707f389f38 iwlwifi: mvm: create/name various enums f7284177ca6b iwlwifi: mvm: disentangle binding command versions 2e2a50a2385b iwlwifi: update device ID for a000 family 1a2dfbdfc6a6 iwlwifi: mvm: add documentation links to various fields af89f3bcefe0 iwlwifi: mvm: fix some kernel-doc dd9e1bc0ab78 iwlwifi: mvm: add documentation to some WoWLAN commands f3a49c387b0c iwlwifi: mvm: disentangle paging command structs 99663cdb5f32 iwlwifi: mvm: use u8 for reserved fields 889c4a104258 iwlwifi: mvm: fix MCC endianness bug a391ff99187a iwlwifi: mvm: use proper sta_addr in firmware API 27b6fcbdb9dd iwlwifi: mvm: document which group enums are used with which group ID 6eb27e533f68 iwlwifi: mvm: fix endianness in lq_cmd declaration 0fbd3eb814df iwlwifi: mvm: support old method of NVM parsing dc5fc94c7ad3 iwlwifi: mvm: support getting nvm data from firmware (From OE-Core rev: 4d4dd482478f7292e97e685a702b8180bade124a) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: drm & mips fixesBruce Ashfield2018-01-273-10/+10
| | | | | | | | | | | | Integrating the following bug fixes (mainline backports): d572780c455f Mips kernel warining:resolve some warning when compiling arch/mips/math-emu/cp1emu.c f79ac7203257 drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode() (From OE-Core rev: f8b00a49bc6e57aafbfc48ee76d392f4003c5bf7) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: coffeeLake-s graphics and audio supportBruce Ashfield2018-01-273-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the following backports to enable graphics and audito for the coffeelake-s board: e0256c639caf ALSA: hda/realtek - Fix ALC700 family no sound issue a3bd263fa5f3 ALSA: hda - Add model string for Intel reference board quirk c12ee7fbc382 ALSA: hda/realtek - Enable jack detection function for Intel ALC700 ff8d2c896572 ALSA: hda: Add Cannonlake PCI ID 88ee594b72e6 ALSA: hda - Fix unbalance of i915 module refcount c7d38955ce7f ALSA: hda - Fix doubly initialization of i915 component 5ca2b95b131f ALSA: hda - Bind with i915 component before codec binding 648c24f8d385 ALSA: hda - Add AZX_DRIVER_SKL for simplification f406fd3d0c63 drm/i915/cnl: Implement CNL display init/unit sequence 1e07bbf553c0 drm/i915/cnl: Implement .set_cdclk() for CNL 901336fddca0 drm/i915/cnl: Implement .get_display_clock_speed() for CNL be7a1f129e42 drm/i915/cfl: Coffee Lake reuses Kabylake DMC. ee6ac7be14c3 drm/i915/huc: Load HuC on Coffee Lake 35a913347462 drm/i915/guc: Load GuC on Coffee Lake 443e68bbbe46 drm/i915/cfl: Add Coffee Lake PCI IDs for U Sku. 0ef98275c834 drm/i915/cfl: Add Coffee Lake PCI IDs for H Sku. 594a1d673403 drm/i915/cfl: Add Coffee Lake PCI IDs for S Skus. 8732a393ce1e drm/i915/cfl: Introduce Display workarounds for Coffee Lake. 676a4c1b92ab drm/i915/cfl: Coffee Lake uses CNP PCH. f5eb462f524f drm/i915/cfl: Introduce Coffee Lake platform definition. 8a3a080c7028 drm/i915/cnl: Also need power well sanitize. b5620b75db38 drm/i915/cnl: Add power wells for CNL b747f1806205 drm/i915/cnl: Cannonlake has same MOCS table than Skylake. fc8aee64eaeb drm/i915/cnl: Configure EU slice power gating. a9b5e8f00440 drm/i915/cnl: Cannonlake has 4 planes (3 sprites) per pipe 03a55f9a6082 drm/i915/cnl: add IS_CNL_REVID macro 7236995c6b04 drm/i915/cnl: Add Cannonlake PCI IDs for Y-skus. b2f7e93bcb56 drm/i915/cnl: Add Cannonlake PCI IDs for U-skus. 30c5a76e52a6 drm/i915/cnl: Cannonlake uses CNP PCH. 27bb6860ebf1 drm/i915/cnl: Introduce Cannonlake platform defition. b4d4cf3529e0 drm/i915/cnp: Panel Power sequence changes for CNP PCH. ee2e2af1cf34 drm/i915/cnp: add CNP gmbus support 35964d298c7d drm/i915/cnp: Backlight support for CNP. ccfab7d5ae88 drm/i915/cnp: Get/set proper Raw clock frequency on CNP. abdbbc6157d7 drm/i915/cnp: Add PCI ID for Cannonpoint LP PCH 87482dfba004 drm/i915/cnp: Introduce Cannonpoint PCH. (From OE-Core rev: a316b06f4eba9f9996e5f6a7cf122e9cafd31710) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: CQM and rdt backportsBruce Ashfield2018-01-273-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the following fixes to CQM and rdt: 6039d7e04ee9 x86/intel_rdt: Turn off most RDT features on Skylake bda0ec91ba67 x86/intel_rdt: Add command line options for resource director technology a3c30e14a0c6 x86/intel_rdt: Move special case code for Haswell to a quirk function 8b85cfaa3e71 perf tests: Remove Intel CQM perf test c52eafb271db x86/intel_rdt: Remove redundant assignment 59eded4485bd x86/intel_rdt/cqm: Make integer rmid_limbo_count static f353fcc5381a perf test: Add 'struct test *' to the test functions 3ab7007dc138 perf tools: Remove warning() 16373473698d tools: Adopt __printf from kernel sources 1b6df81b0ec0 perf event-parse: Use pr_warning() 49304e0a40bb tools: Adopt __noreturn from kernel sources 404c63ba6ad9 x86/intel_rdt: Fix a silent failure when writing zero value schemata 0ccb572e7d9a x86/intel_rdt: Initialize bitmask of shareable resource if CDP enabled 9e35007e23ea x86/intel_rdt: Add diagnostics when making directories 68cd327250f4 x86/intel_rdt: Add diagnostics when writing the cpus file d00dfe37ca54 x86/intel_rdt: Add diagnostics when writing the tasks file 63536c68faa4 x86/intel_rdt: Add diagnostics when writing the schemata file b626cc5e2b2a x86/intel_rdt: Add framework for better RDT UI diagnostics cf0468526b24 x86/intel_rdt: Remove redundant ternary operator on return 8bba47d15f54 x86/intel_rdt: Modify the intel_pqr_state for better performance dcddbbf53ff7 x86/intel_rdt/cqm: Clear the default RMID during hotcpu 6d4f2689b04b x86/intel_rdt/cqm: Improve limbo list processing 360834344240 x86/intel_rdt/mbm: Fix MBM overflow handler during CPU hotplug 02a3de9b826d x86/intel_rdt: Show bitmask of shareable resource with other executing units cb73d2dea025 x86/intel_rdt/mbm: Handle counter overflow f8886547bdc5 x86/intel_rdt/mbm: Add mbm counter initialization 77d89a70fbea x86/intel_rdt/mbm: Basic counting of MBM events (total and local) 81825b49c811 x86/intel_rdt/cqm: Add CPU hotplug support e23cf266aac4 x86/intel_rdt/cqm: Add sched_in support b690bc426fdf x86/intel_rdt: Introduce rdt_enable_key for scheduling 5a810cfc457c x86/intel_rdt/cqm: Add mount,umount support 8ee1a2a746b7 x86/intel_rdt/cqm: Add rmdir support 899eeb375632 x86/intel_rdt: Separate the ctrl bits from rmdir 549388e78852 x86/intel_rdt/cqm: Add mon_data 51d07512e645 x86/intel_rdt: Prepare for RDT monitor data support 41b1dbc8e6d1 x86/intel_rdt/cqm: Add cpus file support 6f2b9b502232 x86/intel_rdt: Prepare to add RDT monitor cpus file support 1cf7f59b18bb x86/intel_rdt/cqm: Add tasks file support b84af6f5654d x86/intel_rdt: Change closid type from int to u32 0ee69d488d44 x86/intel_rdt/cqm: Add mkdir support for RDT monitoring 58da4f0768cf x86/intel_rdt: Prepare for RDT monitoring mkdir support ebc3f80d3cdd x86/intel_rdt/cqm: Add info files for RDT monitoring be500fe614a7 x86/intel_rdt: Simplify info and base file lists 0a60b55c6fdd x86/intel_rdt/cqm: Add RMID (Resource monitoring ID) management 14ddd52ae741 x86/intel_rdt/cqm: Add RDT monitoring initialization 0d2a5b765e74 x86/intel_rdt: Make rdt_resources_all more readable 5ecd779f63d9 x86/intel_rdt: Cleanup namespace to support RDT monitoring 47715abe4ae3 x86/intel_rdt: Mark rdt_root and closid_alloc as static 72c19e0f78e1 x86/intel_rdt: Change file names to accommodate RDT monitor code 1d38ddcfa2b0 x86/intel_rdt: Introduce a common compile option for RDT 7dd744520602 x86/intel_rdt/cqm: Documentation for resctrl based RDT Monitoring 58d3bad357a9 x86/perf/cqm: Wipe out perf based cqm 8f921be6408b perf/x86/intel/cqm: Use cpuhp_setup_state_cpuslocked() 56b2f2883750 perf, bpf: Add BPF support to all perf_event types (From OE-Core rev: 270bd4ebf0c0c2e3206bea5325c528c99e27aa59) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.4: update to 4.4.99Bruce Ashfield2018-01-273-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the korg stable updates that comprise the following commits: 0cbac004e673 Linux 4.4.99 e8d650563c5f misc: panel: properly restore atomic counter on error path 01000c56cacc target: Fix node_acl demo-mode + uncached dynamic shutdown regression 4063c2093349 target/iscsi: Fix iSCSI task reassignment handling 7ecc076a5d51 brcmfmac: remove setting IBSS mode when stopping AP d27383faf144 tipc: fix link attribute propagation bug c8f13916c4c9 security/keys: add CONFIG_KEYS_COMPAT to Kconfig 11fa3353205e tcp/dccp: fix other lockdep splats accessing ireq_opt 6f8048cd59d7 tcp/dccp: fix lockdep splat in inet_csk_route_req() 13eddc67565a tcp/dccp: fix ireq->opt races b9b0c99a426a ipip: only increase err_count for some certain type icmp in ipip_err 9bae2ffb87d6 ppp: fix race in ppp device destruction 4b5bb7723da1 sctp: reset owner sk for data chunks on out queues when migrating a sock bcb3b90cf3c8 tun: allow positive return values on dev_get_valid_name() call 5c8a0850bae2 ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_err 93b12f202a4e net/unix: don't show information about sockets from other namespaces 84237c54b239 ipv6: flowlabel: do not leave opt->tot_len with garbage d552c8c5007a packet: avoid panic in packet_getsockopt() ef3a12f1dc4a sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect 4b27fe34a226 tun: call dev_get_valid_name() before register_netdevice() 196f4755cc82 l2tp: check ps->sock before running pppol2tp_session_ioctl() 71c4a0fc3576 tcp: fix tcp_mtu_probe() vs highest_sack 735818a8b45c tun/tap: sanitize TUNSETSNDBUF input 1e98fd54c356 ALSA: seq: Cancel pending autoload work at unbinding device b7c625ce6d27 Input: ims-psu - check if CDC union descriptor is sane de46c1adbea6 usb: usbtest: fix NULL pointer dereference c93df40f3c73 mac80211: don't compare TKIP TX MIC key in reinstall prevention cdac2028c901 mac80211: use constant time comparison with keys 6440f0ee8a17 mac80211: accept key reinstall without changing anything c4e3d53bd9e7 Linux 4.4.98 9c405157269d PKCS#7: fix unitialized boolean 'want' b01f1d60dd1c x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context 4df27e649308 can: c_can: don't indicate triple sampling support for D_CAN cdb5a2def61c can: sun4i: handle overrun in RX FIFO 493cb19b2522 rbd: use GFP_NOIO for parent stat and data requests ba4828af60e2 drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue 05b690ccb077 Input: elan_i2c - add ELAN060C to the ACPI table 4694272c470a MIPS: AR7: Ensure that serial ports are properly set up 721d4be9e05d MIPS: AR7: Defer registration of GPIO d0cfebd9b1db tools: firmware: check for distro fallback udev cancel rule 4afaa496d7f3 selftests: firmware: send expected errors to /dev/null ed1deec127d9 selftests: firmware: add empty string and async tests c08f3a82f66f test: firmware_class: report errors properly on failure 6004eb4d1adc MIPS: SMP: Fix deadlock & online race 857e81041f69 MIPS: Fix race on setting and getting cpu_online_mask 175c0622ab11 MIPS: SMP: Use a completion event to signal CPU up 207c2143322c MIPS: Fix CM region target definitions ff8e97326b6a MIPS: microMIPS: Fix incorrect mask in insn_table_MM 1e54b5f72115 ALSA: seq: Avoid invalid lockdep class warning adc4bacd5164 ALSA: seq: Fix OSS sysex delivery in OSS emulation 4d5b67a54e6d ARM: 8720/1: ensure dump_instr() checks addr_limit 3fc61b8dd6bb KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2] 48276703a037 crypto: x86/sha1-mb - fix panic due to unaligned access 44540ead8a8a workqueue: Fix NULL pointer dereference ad8c619750c4 x86/uaccess, sched/preempt: Verify access_ok() context 44e0e2b47af2 platform/x86: hp-wmi: Do not shadow error values ce93b664540d platform/x86: hp-wmi: Fix error value for hp_wmi_tablet_state df5371592aca KEYS: trusted: fix writing past end of buffer in trusted_read() 939cafad2f51 KEYS: trusted: sanitize all key material 75f82a703b30 cdc_ncm: Set NTB format again after altsetting switch for Huawei devices 5ffc673161be platform/x86: hp-wmi: Fix detection for dock and tablet mode f38a3a1c8f1a net: dsa: select NET_SWITCHDEV 581243dc5528 s390/qeth: issue STARTLAN as first IPA command 3652b0b6f2c2 IB/ipoib: Change list_del to list_del_init in the tx object aa4af0fca101 Input: mpr121 - set missing event capability 0a731928f264 Input: mpr121 - handle multiple bits change of status register ffa6332b8d80 IPsec: do not ignore crypto err in ah4 input 9ee83b03365a netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev family cfb2cb34d32e usb: hcd: initialize hcd->flags to 0 when rm hcd 6450c9a96ff3 serial: sh-sci: Fix register offsets for the IRDA serial port ca2090aa58ba phy: increase size of MII_BUS_ID_SIZE and bus_id 079822da0a00 iio: trigger: free trigger resource correctly 26fa336d69a2 crypto: vmx - disable preemption to enable vsx in aes_ctr.c 30019ca7dc09 ARM: omap2plus_defconfig: Fix probe errors on UARTs 5 and 6 83fe38f2c4a3 powerpc/corenet: explicitly disable the SDHC controller on kmcoge4 158bc64a4dfe iommu/arm-smmu-v3: Clear prior settings when updating STEs f20065b466d4 KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter 2393241b7a22 drm: drm_minor_register(): Clean up debugfs on failure 4e0d26b22e79 xen/netback: set default upper limit of tx/rx queues to 8 f3170e6607be PCI: mvebu: Handle changes to the bridge windows while enabled 414aa11de923 video: fbdev: pmag-ba-fb: Remove bad `__init' annotation 8a56b1b25e3c adv7604: Initialize drive strength to default when using DT c54d0707aa09 Linux 4.4.97 2ed81e62b2ab staging: r8712u: Fix Sparse warning in rtl871x_xmit.c 883706dcda17 xen: don't print error message in case of missing Xenstore entry 298455f466cb bt8xx: fix memory leak 4b7a35866b0c s390/dasd: check for device error pointer within state change interrupts 45a012ace954 mei: return error on notification request to a disconnected client 0e97077574c6 exynos4-is: fimc-is: Unmap region obtained by of_iomap() 2d097e5f5c03 staging: lustre: ptlrpc: skip lock if export failed efa8f1b7a65a staging: lustre: hsm: stack overrun in hai_dump_data_field 2d1d45396585 staging: lustre: llite: don't invoke direct_IO for the EOF case 28a8fc6416ab platform/x86: intel_mid_thermal: Fix module autoload d1f96c30ce2d scsi: aacraid: Process Error for response I/O fff544c8cf68 xen/manage: correct return value check on xenbus_scanf() 762d0762b9bb cx231xx: Fix I2C on Internal Master 3 Bus 0806eaf13850 perf tools: Only increase index if perf_evsel__new_idx() succeeds 3b7d9a95ccd3 drm/amdgpu: when dpm disabled, also need to stop/start vce. dec5fcf11b45 i2c: riic: correctly finish transfers 358008062202 ext4: do not use stripe_width if it is not set 5624ea161040 ext4: fix stripe-unaligned allocations a76eb0e8655e staging: rtl8712u: Fix endian settings for structs describing network packets f9776d7ee5f5 mfd: axp20x: Fix axp288 PEK_DBR and PEK_DBF irqs being swapped 8800aba50292 mfd: ab8500-sysctrl: Handle probe deferral ed414aeb5291 ARM: pxa: Don't rely on public mmc header to include leds.h a3e021504fcf mmc: s3cmci: include linux/interrupt.h for tasklet_struct ba28f16cfa2a PM / wakeirq: report a wakeup_event on dedicated wekup irq b83c2880b348 Fix tracing sample code warning. a48fce662380 tracing/samples: Fix creation and deletion of simple_thread_fn creation ded34f972348 drm/msm: fix an integer overflow test 031b02bc16ae drm/msm: Fix potential buffer overflow issue 6e6eba5ba145 perf tools: Fix build failure on perl script context fa312b481b2b ocfs2: fstrim: Fix start offset of first cluster group during fstrim cc7d9933400f ARM: 8715/1: add a private asm/unaligned.h 4e351b8dd8b7 ARM: dts: mvebu: pl310-cache disable double-linefill 581ac5f431c9 arm64: ensure __dump_instr() checks addr_limit 97d64b7f2fdf ASoC: adau17x1: Workaround for noise bug in ADC 618b930317fb KEYS: fix out-of-bounds read during ASN.1 parsing 97c5668c9724 KEYS: return full count in keyring_read() if buffer is too small d304c9169b38 cifs: check MaxPathNameComponentLength != 0 before using it 8142e9516d5d ALSA: seq: Fix nested rwsem annotation for lockdep splat 70358782743f ALSA: timer: Add missing mutex lock for compat ioctls 27e68f1bca91 Linux 4.4.96 b3d04695be52 Revert "drm: bridge: add DT bindings for TI ths8135" 50044e419e83 ecryptfs: fix dereference of NULL user_key_payload da0933ceec96 x86/microcode/intel: Disable late loading on model 79 a272dc770f7d regulator: fan53555: fix I2C device ids 120ef1a38f79 can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messages c1b092102124 can: kvaser_usb: Correct return value in printout 0c3cdb4536d1 can: sun4i: fix loopback mode 62b54cc63a1c scsi: sg: Re-fix off by one in sg_fill_request_table() 6e9abbc96411 scsi: zfcp: fix erp_action use-before-initialize in REC action trace 1cbbd99f3bfe assoc_array: Fix a buggy node-splitting case 2c99438cf66d Input: gtco - fix potential out-of-bound access 31d770a8b887 Input: elan_i2c - add ELAN0611 to the ACPI table 8b396ff8eee7 xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap() 82e05e935ffd fuse: fix READDIRPLUS skipping an entry 7d74eecca960 spi: uapi: spidev: add missing ioctl header 3505478d6fec usb: xhci: Handle error condition in xhci_stop_device() da0345d723f0 ceph: unlock dangling spinlock in try_flush_caps() 5f1d33ab4d53 ALSA: hda - fix headset mic problem for Dell machines with alc236 8c812f0335dd ALSA: hda/realtek - Add support for ALC236/ALC3204 fce67b31c7cd workqueue: replace pool->manager_arb mutex with a flag 9b36699635c5 Linux 4.4.95 aa3a0a70bdb8 FS-Cache: fix dereference of NULL user_key_payload 1bb1d4252d1e fscrypto: require write access to mount to set encryption policy 8a004caec12b KEYS: Fix race between updating and finding a negative key 1dda04c761ab fscrypt: fix dereference of NULL user_key_payload 7d9e13d953f2 f2fs crypto: add missing locking for keyring_key access 4db9f1113196 f2fs crypto: replace some BUG_ON()'s with error checks 0f85c0954be4 sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task() fcc65ab173eb parisc: Fix double-word compare and exchange in LWS code on 32-bit kernels 558ca24dc296 parisc: Avoid trashing sr2 and sr3 in LWS code 6f0dee7d9c9b pkcs7: Prevent NULL pointer dereference, since sinfo is not always set. 33dea302f9bc KEYS: don't let add_key() update an uninstantiated key 503ef5c070a1 lib/digsig: fix dereference of NULL user_key_payload 2b7e02267d3c KEYS: encrypted: fix dereference of NULL user_key_payload 51ba40fcfd67 rtlwifi: rtl8821ae: Fix connection lost problem cffdaa65e72f clockevents/drivers/cs5535: Improve resilience to spurious interrupts b178c94efdfd bus: mbus: fix window size calculation for 4GB windows 260b6739e8b7 brcmsmac: make some local variables 'static const' to reduce stack size efdcbffb2b16 i2c: ismt: Separate I2C block read from SMBus block read 68c610776cfb ALSA: hda: Remove superfluous '-' added by printk conversion f9e937124ec2 ALSA: seq: Enable 'use' locking in all configurations 4516069f1b05 drm/nouveau/mmu: flush tlbs before deleting page tables 195674adee57 drm/nouveau/bsp/g92: disable by default 4d56587c28d4 can: esd_usb2: Fix can_dlc value for received RTR, frames aa629364c0e3 usb: musb: Check for host-mode using is_host_active() on reset interrupt 583a4219841d usb: musb: sunxi: Explicitly release USB PHY on exit d68b07a19a9e can: gs_usb: fix busy loop if no more TX context is available f7d8b2e150ee ALSA: usb-audio: Add native DSD support for Pro-Ject Pre Box S2 Digital 67e25805e748 usb: hub: Allow reset retry for USB2 devices on connect bounce d012ab210f5f usb: quirks: add quirk for WORLDE MINI MIDI keyboard d729f29a291f usb: cdc_acm: Add quirk for Elatec TWN3 4512d6503a4d USB: serial: metro-usb: add MS7820 device id 9dff499d8226 USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor() abe43c97cae2 USB: devio: Revert "USB: devio: Don't corrupt user memory" af9a9a7bed51 Linux 4.4.94 401231d063c5 Revert "tty: goldfish: Fix a parameter of a call to free_irq" cdbbea7809ca cpufreq: CPPC: add ACPI_PROCESSOR dependency c2c6f43e023a nfsd/callback: Cleanup callback cred on shutdown 429a4ac5895d target/iscsi: Fix unsolicited data seq_end_offset calculation 823ba64c5719 uapi: fix linux/mroute6.h userspace compilation errors 028a419869e3 uapi: fix linux/rds.h userspace compilation errors c7a20ed2951f ceph: clean up unsafe d_parent accesses in build_dentry_path c128baf6a1bc i2c: at91: ensure state is restored after suspending d7ecae726698 net: mvpp2: release reference to txq_cpu[] entry after unmapping 693e6513b244 scsi: scsi_dh_emc: return success in clariion_std_inquiry() 9ac38e30f2b0 slub: do not merge cache if slub_debug contains a never-merge flag 315689d2e202 ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock d3335f5653ec crypto: xts - Add ECB dependency 02744a55ed38 net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new probed PFs 7bf94b9595cc sparc64: Migrate hvcons irq to panicked cpu d14591e83b49 md/linear: shutup lockdep warnning 48ca88f93533 f2fs: do not wait for writeback in write_begin 3109615b52ee Btrfs: send, fix failure to rename top level inode due to name collision 4d134d830ea7 iio: adc: xilinx: Fix error handling 5c65ed5c07d7 netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value. 743a3ce1e0fd net/mlx4_en: fix overflow in mlx4_en_init_timestamp() 7ed668eeb851 mac80211: fix power saving clients handling in iwlwifi 3e8c1a04d335 mac80211_hwsim: check HWSIM_ATTR_RADIO_NAME length 4a464dacc23f irqchip/crossbar: Fix incorrect type of local variables 7e53f0390dbd watchdog: kempld: fix gcc-4.3 build 28eab3db727e locking/lockdep: Add nest_lock integrity test d44e463c9460 Revert "bsg-lib: don't free job in bsg_prepare_job" 01e3e6315171 tipc: use only positive error codes in messages 685699703a0a net: Set sk_prot_creator when cloning sockets to the right proto 1299f7e17e9e packet: only test po->has_vnet_hdr once in packet_snd 1b6c80e797ee packet: in packet_do_bind, test fanout with bind_lock held ee534927f0c0 tun: bail out from tun_get_user() if the skb is empty b5f689d94bc3 l2tp: fix race condition in l2tp_tunnel_delete 110cf3dd4bcc l2tp: Avoid schedule while atomic in exit_net 93040aa17862 vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit d9cb4dc0221e isdn/i4l: fetch the ppp_write buffer in one shot 1a4f1ecdb257 bpf: one perf event close won't free bpf program attached by another perf event 5be6824b9704 packet: hold bind lock when rebinding to fanout hook aa90be3e1248 net: emac: Fix napi poll list corruption 3483c65090dc ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header 5356f7e40d23 udpv6: Fix the checksum computation when HW checksum does not apply 2ec54b21dd7b bpf/verifier: reject BPF_ALU64|BPF_END dee4506f067a sctp: potential read out of bounds in sctp_ulpevent_type_enabled() 9f5bbe694df1 MIPS: Fix minimum alignment requirement of IRQ stack c088f7bc3310 drm/dp/mst: save vcpi with payloads 951ba9f6c8b9 percpu: make this_cpu_generic_read() atomic w.r.t. interrupts (From OE-Core rev: cf63a555ebdcd246df0dcf8dcc433547d196e98f) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.9: fix aufs buildBruce Ashfield2018-01-273-13/+13
| | | | | | | | | | | The aufs4 core code was missing some changes to build against the 4.9 fs subsystem. This commit resyncs with the upstream repo, and we can once again build against 4.9. (From OE-Core rev: d366392ebf0918b6261de05a56c50687144be5e4) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.9: update to v4.9.71Bruce Ashfield2018-01-273-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the korg stable updates that comprise the following commits: b632d710149f Linux 4.9.71 ed70a2212526 ath9k: fix tx99 potential info leak 8f23eb16afd8 icmp: don't fail on fragment reassembly time exceeded 2eb165b9fbb7 IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stop 0c70b35bf158 RDMA/cma: Avoid triggering undefined behavior 31eb4108e107 macvlan: Only deliver one copy of the frame to the macvlan interface b64ab3ca9d31 udf: Avoid overflow when session starts at large offset 91e0cf85caea scsi: bfa: integer overflow in debugfs 64da4e8d00f1 scsi: sd: change allow_restart to bool in sysfs interface 1cafdac89191 scsi: sd: change manage_start_stop to bool in sysfs interface 8315bcf841ae rtl8188eu: Fix a possible sleep-in-atomic bug in rtw_disassoc_cmd 6641d3e307f5 rtl8188eu: Fix a possible sleep-in-atomic bug in rtw_createbss_cmd 28e006e14ff9 vt6655: Fix a possible sleep-in-atomic bug in vt6655_suspend 04d5a2d5d2d0 IB/core: Fix calculation of maximum RoCE MTU c744ecec01ae scsi: scsi_devinfo: Add REPORTLUN2 to EMC SYMMETRIX blacklist entry f39486bd37ee raid5: Set R5_Expanded on parity devices as well as data. 4fdb10391bca pinctrl: adi2: Fix Kconfig build problem afeeff4d6156 usb: musb: da8xx: fix babble condition handling 92ad6c13e17e tty fix oops when rmmod 8250 421910e924b6 soc: mediatek: pwrap: fix compiler errors 7745382fe86c powerpc/perf/hv-24x7: Fix incorrect comparison in memord ab9d25711493 scsi: hpsa: destroy sas transport properties before scsi_host 1723d6668df5 scsi: hpsa: cleanup sas_phy structures in sysfs when unloading 237e053346f1 PCI: Detach driver before procfs & sysfs teardown on device remove 8f84f861f99c RDMA/cxgb4: Declare stag as __be32 769bca9339f0 xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_real c82209949bba xfs: fix log block underflow during recovery cycle verification fc4177eacfa6 l2tp: cleanup l2tp_tunnel_delete calls 6a559523ee66 nvme: use kref_get_unless_zero in nvme_find_get_ns e2fce5a5578d platform/x86: hp_accel: Add quirk for HP ProBook 440 G4 7fab68e1f730 btrfs: tests: Fix a memory leak in error handling path in 'run_test()' b7ada2c0ea29 arm64: prevent regressions in compressed kernel image size when upgrading to binutils 2.27 52aaa748a948 Ib/hfi1: Return actual operational VLs in port info query 9102ed6a5f6a bcache: fix wrong cache_misses statistics c2a0531f59c3 bcache: explicitly destroy mutex while exiting 75f66eeae657 GFS2: Take inode off order_write list when setting jdata flag 026ffaf65879 scsi: scsi_debug: write_same: fix error report d8914530f247 thermal/drivers/step_wise: Fix temperature regulation misbehavior 019433db872f ASoC: rsnd: rsnd_ssi_run_mods() needs to care ssi_parent_mod cf16dac8bd98 ppp: Destroy the mutex when cleanup 27f5597c9859 clk: tegra: Fix cclk_lp divisor register 54809e38a629 clk: hi6220: mark clock cs_atb_syspll as critical 47b63ea40ee1 clk: imx6: refine hdmi_isfr's parent to make HDMI work on i.MX6 SoCs w/o VPU d6b6302c36b5 clk: mediatek: add the option for determining PLL source clock 2850c3ec0d25 mm: Handle 0 flags in _calc_vm_trans() macro 18498f1c7089 crypto: tcrypt - fix buffer lengths in test_aead_speed() 2ed46cbf23fc arm-ccn: perf: Prevent module unload while PMU is in use c843e9f8f97f xfs: truncate pagecache before writeback in xfs_setattr_size() 03bfadfb0d79 iommu/amd: Limit the IOVA page range to the specified addresses cb0acb37010c badblocks: fix wrong return value in badblocks_set if badblocks are disabled dcdca123814c target/file: Do not return error for UNMAP if length is zero 998201fdc5c9 target:fix condition return in core_pr_dump_initiator_port() a4f54ec403da iscsi-target: fix memory leak in lio_target_tiqn_addtpg() e086a82a926a target/iscsi: Fix a race condition in iscsit_add_reject_from_cmd() abc4b4420af8 platform/x86: intel_punit_ipc: Fix resource ioremap warning 6e5a846d5172 powerpc/ipic: Fix status get and status clear d7e7c431d621 powerpc/opal: Fix EBUSY bug in acquiring tokens a463f9c5dfd1 netfilter: ipvs: Fix inappropriate output of procfs b3b6d1eea0de iommu/mediatek: Fix driver name 9a4bf05126f4 PCI: Do not allocate more buses than available in parent 29a404be7b30 powerpc/powernv/cpufreq: Fix the frequency read by /proc/cpuinfo f44d28e0348d PCI/PME: Handle invalid data when reading Root Status 5a7192bc389e dmaengine: ti-dma-crossbar: Correct am335x/am43xx mux value type 03a48dc96505 ASoC: Intel: Skylake: Fix uuid_module memory leak in failure case 9146b10f8cd6 rtc: pcf8563: fix output clock rate cf53526f3312 video: fbdev: au1200fb: Return an error code if a memory allocation fails 90e2591f6f3f video: fbdev: au1200fb: Release some resources if a memory allocation fails 92c3c7db8336 video: udlfb: Fix read EDID timeout aecce5fc047a fbdev: controlfb: Add missing modes to fix out of bounds access 0312ab0f0e43 sfc: don't warn on successful change of MAC da73389e8aa7 HID: cp2112: fix broken gpio_direction_input callback e15628b293a7 Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting" 25b0b3f2373d target: fix race during implicit transition work flushes 892e4f9bc2e2 target: fix ALUA transition timeout handling 0d34f4770ea1 target: Use system workqueue for ALUA transitions 8f60ef94477c btrfs: add missing memset while reading compressed inline extents 5d460d359abe NFSv4.1 respect server's max size in CREATE_SESSION 88af4e34771c efi/esrt: Cleanup bad memory map log messages e30b840d4668 perf symbols: Fix symbols__fixup_end heuristic for corner cases 2a47e7de0822 tty: fix data race in tty_ldisc_ref_wait() 70f450fc8610 tty: don't panic on OOM in tty_set_ldisc() 3d57ec51d204 rxrpc: Ignore BUSY packets on old calls 42b6d6e824d3 net: mpls: Fix nexthop alive tracking on down events fd27dbcae937 net/mlx4_core: Avoid delays during VF driver device shutdown 65bfe003dceb nvmet-rdma: Fix a possible uninitialized variable dereference 571e47760de5 nvmet: confirm sq percpu has scheduled and switched to atomic af0cee086b09 nvme-loop: fix a possible use-after-free when destroying the admin queue a8939aac82b0 afs: Fix abort on signal while waiting for call completion d43dda072544 afs: Fix afs_kill_pages() 856bb4b609ee afs: Fix page leak in afs_write_begin() 833acb3e09db afs: Populate and use client modification time a3e7a29abf0b afs: Better abort and net error handling ab2390611619 afs: Invalid op ID should abort with RXGEN_OPCODE 972e7b7cbf5c afs: Fix the maths in afs_fs_store_data() 9329ae4cb10e afs: Prevent callback expiry timer overflow 7da1b85a75d4 afs: Migrate vlocation fields to 64-bit 7286fad15704 afs: Flush outstanding writes when an fd is closed eaaad7646d3d afs: Deal with an empty callback array 900048089cc1 afs: Adjust mode bits processing ba47c1597480 afs: Populate group ID from vnode status c250fae9ad4b afs: Fix missing put_page() b29c7b7c62d5 drm/radeon: reinstate oland workaround for sclk 2a84fce9b039 mmc: mediatek: Fixed bug where clock frequency could be set wrong 28714e962a71 sched/deadline: Use deadline instead of period when calculating overflow a2e29113f1ab sched/deadline: Throttle a constrained deadline task activated after the deadline 9cc56a00eab7 sched/deadline: Make sure the replenishment timer fires in the next period 0a4d4dac5e34 sched/deadline: Add missing update_rq_clock() in dl_task_timer() 8d3a318194ec iwlwifi: mvm: cleanup pending frames in DQA mode a524bb57dd36 Drivers: hv: util: move waiting for release to hv_utils_transport itself da626b13ce32 drm/radeon/si: add dpm quirk for Oland 1867eb805091 fjes: Fix wrong netdevice feature flags 91510a623baa scsi: hpsa: do not timeout reset operations 0f07e7611184 scsi: hpsa: limit outstanding rescans c81410a4353d scsi: hpsa: update check for logical volume status 8652baa5a31d ASoC: rcar: clear DE bit only in PDMACHCR when it stops fd2530a4ee62 openrisc: fix issue handling 8 byte get_user calls 18b39b61b2c6 intel_th: pci: Add Gemini Lake support 3544f57578a6 drm: amd: remove broken include path 4c9c0971271d qed: Fix interrupt flags on Rx LL2 ac04ab9624b5 qed: Fix mapping leak on LL2 rx flow 8de6d7b28d2f qed: Align CIDs according to DORQ requirement fddc3df7647e mlxsw: reg: Fix SPVMLR max record count 4c8b4e60b575 mlxsw: reg: Fix SPVM max record count 6c548e90a0bc net: Resend IGMP memberships upon peer notification. 889163d75fe5 irqchip/mvebu-odmi: Select GENERIC_MSI_IRQ_DOMAIN e30ccb5f1c7e dmaengine: Fix array index out of bounds warning in __get_unmap_pool() 46cbe3f51c51 net: wimax/i2400m: fix NULL-deref at probe 2e70c4d5de87 writeback: fix memory leak in wb_queue_work() d28046fb8c43 blk-mq: Fix tagset reinit in the presence of cpu hot-unplug 143d13d1e6c0 ASoC: rsnd: fix sound route path when using SRC6/SRC9 97b75dad9dd1 netfilter: bridge: honor frag_max_size when refragmenting 38780b9ae45a drm/omap: fix dmabuf mmap for dma_alloc'ed buffers 8fb782bbd212 Input: i8042 - add TUXEDO BU1406 (N24_25BU) to the nomux list 817f60ccf72c NFSD: fix nfsd_reset_versions for NFSv4. 0154269f9c12 NFSD: fix nfsd_minorversion(.., NFSD_AVAIL) 063c753ef78b drm/amdgpu: fix parser init error path to avoid crash in parser fini 3d40364d333e iommu/io-pgtable-arm-v7s: Check for leaf entry before dereferencing it 721c136ac278 net/mlx5: Don't save PCI state when PCI error is detected 248cbd97be81 net/mlx5: Fix create autogroup prev initializer 515d78dc0a89 rxrpc: Wake up the transmitter if Rx window size increases on the peer e85b9bc29b04 net: bcmgenet: Power up the internal PHY before probing the MII f9ac24794f2e net: bcmgenet: synchronize irq0 status between the isr and task 4c3727f6add5 net: bcmgenet: power down internal phy if open or resume fails 66e522ab02cc net: bcmgenet: reserved phy revisions must be checked first dc8d63c43af0 net: bcmgenet: correct MIB access of UniMAC RUNT counters bb5c42a5b1d2 net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB values 72cd0c3f6616 bnxt_en: Ignore 0 value in autoneg supported speed from firmware. ae0ebdba9667 net: initialize msg.msg_flags in recvfrom 6783015096dc userfaultfd: selftest: vm: allow to build in vm/ directory 275314e90c5e userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGE 9bcd15bdfb61 md-cluster: free md_cluster_info if node leave cluster 9841d7b08ff6 usb: xhci-mtk: check hcc_params after adding primary hcd 215df1f35542 KVM: nVMX: do not warn when MSR bitmap address is not backed 50fc2d4152fb usb: phy: isp1301: Add OF device ID table bf864220a59c mac80211: Fix addition of mesh configuration element 32e2ae03283b ext4: fix crash when a directory's i_size is too small 6a851bb99e5c ext4: fix fdatasync(2) after fallocate(2) operation 679dbeac0b6b dmaengine: dmatest: move callback wait queue to thread context 744cb5ab3372 eeprom: at24: change nvmem stride to 1 d266817f5028 sched/rt: Do not pull from current CPU if only one CPU to pull 9c537f06d61a nfs: don't wait on commit in nfs_commit_inode() if there were no commit requests 3bdb508d686e xhci: Don't add a virt_dev to the devs array before it's fully allocated 7336f5481f6c Bluetooth: btusb: driver to enable the usb-wakeup feature cdfe4c0091a8 usb: xhci: fix TDS for MTK xHCI1.1 e081bd0d70bd ceph: drop negative child dentries before try pruning inode's alias 14513e49c43c usbip: fix stub_send_ret_submit() vulnerability to null transfer_buffer f3e957266ae5 usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input b6dbace92ed7 usb: add helper to extract bits 12:11 of wMaxPacketSize 20e825cdf7a1 usbip: fix stub_rx: get_pipe() to validate endpoint number 99542e468b76 USB: core: prevent malicious bNumInterfaces overflow 0d29ae4f5033 USB: uas and storage: Add US_FL_BROKEN_FUA for another JMicron JMS567 ID d760f9034195 tracing: Allocate mask_str buffer dynamically d1175423ce67 autofs: fix careless error in recent commit c32e053a11f2 crypto: salsa20 - fix blkcipher_walk API usage 43259d07fceb crypto: hmac - require that the underlying hash algorithm is unkeyed cd9b59861f9c crypto: rsa - fix buffer overread when stripping leading zeroes 1fb73eae9624 mfd: fsl-imx25: Clean up irq settings during removal ee52d08d2e09 Linux 4.9.70 349130bb0391 RDMA/cxgb4: Annotate r2 and stag as __be32 b7d3f2b5dca9 md: free unused memory after bitmap resize 93dedcf5a177 audit: ensure that 'audit=1' actually enables audit for PID 1 a625a16c8aea ipvlan: fix ipv6 outbound device 97c668702126 kbuild: do not call cc-option before KBUILD_CFLAGS initialization eae3f3ab7fb3 powerpc/64: Fix checksum folding in csum_tcpudp_nofold and ip_fast_csum_nofold 9414a6309c72 KVM: arm/arm64: vgic-its: Preserve the revious read from the pending table 80c0f4777fd6 fix kcm_clone() 16648cbcd332 usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping 47273f0d398d s390: always save and restore all registers on context switch f8dac5bfbd8e ipmi: Stop timers before cleaning up the module 0cab694ab7bc Fix handling of verdicts after NF_QUEUE cf00fd3d526c tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv() 0cfe6df93834 s390/qeth: fix thinko in IPv4 multicast address tracking 1d55222b14bd s390/qeth: fix GSO throughput regression fbf0dfe7ad9f s390/qeth: build max size GSO skbs on L2 devices aa0080f1ad08 tcp/dccp: block bh before arming time_wait timer 30985e3beb73 stmmac: reset last TSO segment size after device open 564fe3e0e95e net: remove hlist_nulls_add_tail_rcu() 80ad5bd1b45f usbnet: fix alignment for frames with no ethernet header 5471afeef413 net/packet: fix a race in packet_bind() and packet_notifier() 30c573affac8 packet: fix crash in fanout_demux_rollover() 5f218c3fd11a sit: update frag_off info 3259862dd73b rds: Fix NULL pointer dereference in __rds_rdma_map 96b4a8ac9a55 tipc: fix memory leak in tipc_accept_from_sock() 20610f5bbd23 s390/qeth: fix early exit from error path 32436bf375b0 net: qmi_wwan: add Quectel BG96 2c7c:0296 c91efc7862b3 Linux 4.9.69 15b175223e53 afs: Connect up the CB.ProbeUuid 9048b2420e32 IB/mlx5: Assign send CQ and recv CQ of UMR QP 06fea09c0959 IB/mlx4: Increase maximal message size under UD QP 6ceabde66643 xfrm: Copy policy family in clone_policy 74b470ce478a jump_label: Invoke jump_label_test() via early_initcall() 22d2456faefa atm: horizon: Fix irq release error c488c2e141bc clk: uniphier: fix DAPLL2 clock rate of Pro5 f45f4f8a7cd8 bpf: fix lockdep splat 9904da5a09ce sctp: use the right sk after waking up from wait_buf sleep 1158ecd51ec1 sctp: do not free asoc when it is already dead in sctp_sendmsg 1618400444d0 zsmalloc: calling zs_map_object() from irq is a bug 7da67d1d98f6 sparc64/mm: set fields in deferred pages 1a5a4c6e868f block: wake up all tasks blocked in get_request() c31bfe7de243 dt-bindings: usb: fix reg-property port-number range 1eeb1edfd3c9 xfs: fix forgotten rcu read unlock when skipping inode reclaim acbe10423b1a sunrpc: Fix rpc_task_begin trace point 509e9b805c52 NFS: Fix a typo in nfs_rename() a780a728475d dynamic-debug-howto: fix optional/omitted ending line number to be LARGE instead of 0 a77c11607593 lib/genalloc.c: make the avail variable an atomic_long_t e9672477a5f0 drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling path in 'rio_dma_transfer()' 007e20bd0fdd route: update fnhe_expires for redirect when the fnhe exists 7c4fa0c1c9ca route: also update fnhe_genid when updating a route cache 2388d52d7256 gre6: use log_ecn_error module parameter in ip6_tnl_rcv() 6a8ab06660dc mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl() 0965ed575190 x86/mpx/selftests: Fix up weird arrays b96d06e6d6e0 coccinelle: fix parallel build with CHECK=scripts/coccicheck 55042e28b985 kbuild: pkg: use --transform option to prefix paths in tar 7290cfeb4436 EDAC, i5000, i5400: Fix definition of NRECMEMB register 62c12d671c49 EDAC, i5000, i5400: Fix use of MTR_DRAM_WIDTH macro d28faebe8b09 powerpc/powernv/ioda2: Gracefully fail if too many TCE levels requested 92527dc32a69 drm/amd/amdgpu: fix console deadlock if late init failed e8d5b115c6ea axonram: Fix gendisk handling 8818eb851c2d netfilter: don't track fragmented packets 36a14374b568 zram: set physical queue limits to avoid array out of bounds accesses bc8859174d98 blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue() 567df7459e12 i2c: riic: fix restart condition e46126e51ee8 crypto: s5p-sss - Fix completing crypto request in IRQ handler 05a59bc2f3c0 ipv6: reorder icmpv6_init() and ip6_mr_init() f191e15e4acd ibmvnic: Allocate number of rx/tx buffers agreed on by firmware f3b1f93ed23b ibmvnic: Fix overflowing firmware/hardware TX queue 742e67d2b7ee rds: tcp: Sequence teardown of listen and acceptor sockets to avoid races d8f147ac75bb bnx2x: do not rollback VF MAC/VLAN filters we did not configure cdef3be8c7bb bnx2x: fix detection of VLAN filtering feature for VF f73fcb25f4bb bnx2x: fix possible overrun of VFPF multicast addresses array ae6b3452faf7 bnx2x: prevent crash when accessing PTP with interface down c72c7f244265 spi_ks8995: regs_size incorrect for some devices 1ace4dabf624 spi_ks8995: fix "BUG: key accdaa28 not in .data!" b1f71147a188 KVM: arm/arm64: VGIC: Fix command handling while ITS being disabled aafb72d2ed55 arm64: KVM: Survive unknown traps from guests 5e366aaec185 arm: KVM: Survive unknown traps from guests c886f281b9e0 KVM: nVMX: reset nested_run_pending if the vCPU is going to be reset 54e1ae1f21f5 irqchip/crossbar: Fix incorrect type of register size d32c4dedcc6d scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adapters 1e7208d75928 scsi: qla2xxx: Fix ql_dump_buffer 757e1845d6c3 workqueue: trigger WARN if queue_delayed_work() is called with NULL @wq da6a95b0ef82 libata: drop WARN from protocol error in ata_sff_qc_issue() 29deec403d56 kvm: nVMX: VMCLEAR should not cause the vCPU to shut down 2afb2d892c1d usb: gadget: udc: net2280: Fix tmp reusage in net2280 driver 82f79a4423fc usb: gadget: pxa27x: Test for a valid argument pointer 7abf66d78e89 usb: dwc3: gadget: Fix system suspend/resume on TI platforms 8fe9ea81b1e9 USB: gadgetfs: Fix a potential memory leak in 'dev_config()' 59682e70c980 usb: gadget: configs: plug memory leak 881b5d4841fc HID: chicony: Add support for another ASUS Zen AiO keyboard 1bc827aabc70 gpio: altera: Use handle_level_irq when configured as a level_high c7c866711799 ASoC: rcar: avoid SSI_MODEx settings for SSI8 202c73946455 ARM: OMAP2+: Release device node after it is no longer needed. d3954c5ced8e ARM: OMAP2+: Fix device node reference counts 4aff02804715 powerpc/64: Fix checksum folding in csum_add() d57cb693c592 module: set __jump_table alignment to 8 f348a1030eb6 lirc: fix dead lock between open and wakeup_filter 7ae7408c4352 powerpc: Fix compiling a BE kernel with a powerpc64le toolchain cd662c8e51a1 selftest/powerpc: Fix false failures for skipped tests 0bf8f6e7205a powerpc/64: Invalidate process table caching after setting process table 8c6ebeb4087e x86/hpet: Prevent might sleep splat on resume 4e4a9ebe33a6 sched/fair: Make select_idle_cpu() more aggressive 29dc610cfc7c x86/platform/uv/BAU: Fix HUB errors by remove initial write to sw-ack register b2cb09597b1f x86/selftests: Add clobbers for int80 on x86_64 93247ff1fafe ARM: OMAP2+: gpmc-onenand: propagate error on initialization failure f14f6fabfb54 vti6: Don't report path MTU below IPV6_MIN_MTU. 5d4d0a95437e ARM: 8657/1: uaccess: consistently check object sizes 7c4615c853fa Revert "spi: SPI_FSL_DSPI should depend on HAS_DMA" b6c15a7c6e79 Revert "drm/armada: Fix compile fail" 6a53078b9357 mm: drop unused pmdp_huge_get_and_clear_notify() c2edc33d4abf thp: fix MADV_DONTNEED vs. numa balancing race 7bdd685cef4b thp: reduce indentation level in change_huge_pmd() 5bcb9c842a53 ARM: avoid faulting on qemu 6192f870abf2 ARM: BUG if jumping to usermode address in kernel mode 112b8a8f558d usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPAT 47ab72034e9d crypto: talitos - fix ctr-aes-talitos 24ab6e7f6b61 crypto: talitos - fix use of sg_link_tbl_len 6bf30e664221 crypto: talitos - fix AEAD for sha224 on non sha224 capable chips 552f74cbd6ec crypto: talitos - fix setkey to check key weakness 5272b0e1c382 crypto: talitos - fix memory corruption on SEC2 bde6667a7df1 crypto: talitos - fix AEAD test failures 3f0597ae9a38 bus: arm-ccn: fix module unloading Error: Removing state 147 which has instances left. 793eed33da5f bus: arm-ccn: Fix use of smp_processor_id() in preemptible context 595aca74c67a bus: arm-ccn: Check memory allocation failure a0a2f97d0375 bus: arm-cci: Fix use of smp_processor_id() in preemptible context a39224199e97 arm64: fpsimd: Prevent registers leaking from dead tasks 7df3dbef3dd5 KVM: arm/arm64: vgic-its: Check result of allocation before use 42c3f4c55f10 KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocation cf6668d57a26 KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversion 6ead44d4b5b8 KVM: VMX: remove I/O port 0x80 bypass on Intel hosts 6ed459712e26 arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-one 63fba9ff76f0 arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one 730810d92327 media: dvb: i2c transfers over usb cannot be done from stack 4f128c8aa35b drm/exynos: gem: Drop NONCONTIG flag for buffers allocated without IOMMU 30b18ee253a0 kdb: Fix handling of kallsyms_symbol_next() return value 4a70f07da853 brcmfmac: change driver unbind order of the sdio function devices 8950c982fffd powerpc/64s: Initialize ISAv3 MMU registers before setting partition table ffb17c0cce84 KVM: s390: Fix skey emulation permission check bd6a7055b84b s390: fix compat system call table ff3d4fd5374f smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place e17f2b51617d iommu/vt-d: Fix scatterlist offset handling 173c8c346587 ALSA: usb-audio: Add check return value for usb_string() c40457c952ec ALSA: usb-audio: Fix out-of-bound error 20ca63e0968e ALSA: seq: Remove spurious WARN_ON() at timer check 45ddff3ce4e9 ALSA: pcm: prevent UAF in snd_pcm_info 8974b0320cc8 btrfs: fix missing error return in btrfs_drop_snapshot 9cf0eaf88d74 KVM: x86: fix APIC page invalidation 6662a55fa6eb x86/PCI: Make broadcom_postcore_init() check acpi_disabled 3d4696248c08 X.509: fix comparisons of ->pkey_algo d4f134700c20 X.509: reject invalid BIT STRING for subjectPublicKey 982707eb4ff8 KEYS: add missing permission check for request_key() destination 44acfcb6dd73 ASN.1: check for error from ASN1_OP_END__ACT actions 608845ad4986 ASN.1: fix out-of-bounds read when parsing indefinite length item 8b5106e1d22c efi/esrt: Use memunmap() instead of kfree() to free the remapping 29c3b7a85409 efi: Move some sysfs files to be read-only by root 35b4bfbda54b scsi: libsas: align sata_device's rps_resp on a cacheline 326ebe77f0c5 scsi: use dma_get_cache_alignment() as minimum DMA alignment 4cb4d78c57f8 scsi: dma-mapping: always provide dma_get_cache_alignment 1db069c057a1 isa: Prevent NULL dereference in isa_bus driver callbacks 3aa6d7f8542e hv: kvp: Avoid reading past allocated blocks from KVP file 893fab0c338b virtio: release virtio index when fail to device_register 4b4e6f675846 can: usb_8dev: cancel urb on -EPIPE and -EPROTO 0cdac09e6aee can: esd_usb2: cancel urb on -EPIPE and -EPROTO d3b72254789f can: ems_usb: cancel urb on -EPIPE and -EPROTO 4665483e4797 can: kvaser_usb: cancel urb on -EPIPE and -EPROTO d724a677f0c1 can: kvaser_usb: ratelimit errors if incomplete messages are received 561384a9cf17 can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback() f89682bb3cf2 can: kvaser_usb: free buf in error paths 6a3a713880a5 can: ti_hecc: Fix napi poll return value for repoll fbe9a14180d6 usb: gadget: udc: renesas_usb3: fix number of the pipes 3781db07c79e Linux 4.9.68 3671e6728f79 xen-netfront: avoid crashing on resume after a failure in talk_to_netback() 08dd03812e8b usb: host: fix incorrect updating of offset 20c315ebabc5 USB: usbfs: Filter flags passed in from user space 545c10375330 USB: devio: Prevent integer overflow in proc_do_submiturb() d6ab871c432d USB: Increase usbfs transfer limit 05ffc7ed5527 USB: core: Add type-specific length check of BOS descriptors 34ba2f04a480 usb: xhci: fix panic in xhci_free_virt_devices_depth_first e328dff288e6 usb: hub: Cycle HUB power when initialization fails 0af23e49316d dma-buf: Update kerneldoc for sync_file_create 3a83421d482e dma-buf/sync_file: hold reference to fence when creating sync_file 424bdc5df002 dma-buf/sw_sync: force signal all unsignaled fences on dying timeline f5e0724e76c2 dma-fence: Introduce drm_fence_set_error() helper d3b029a44e14 dma-fence: Wrap querying the fence->status f55d17e9c3af dma-fence: Clear fence->status during dma_fence_init() 9ae85fabdfc0 dma-buf/sw_sync: clean up list before signaling the fence 4496b88c0674 dma-buf/sw_sync: move timeline_fence_ops around db767404ad09 dma-buf/sw-sync: Use an rbtree to sort fences in the timeline e82ecb230924 dma-buf/sw-sync: Fix locking around sync_timeline lists 1bf0b23c07f1 dma-buf/sw-sync: sync_pt is private and of fixed size f14ad42b8743 dma-buf/sw-sync: Reduce irqsave/irqrestore from known context 985b5b238436 dma-buf/sw-sync: Prevent user overflow on timeline advance fc839ecb8eda dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparound b53525eaac55 dma-buf/dma-fence: Extract __dma_fence_is_later() c13a05a8017b net: fec: fix multicast filtering hardware setup a767c866735c xen-netback: vif counters from int/long to u64 959b8e0ba293 cec: initiator should be the same as the destination for, poll 017a499be574 xen-netfront: Improve error handling during initialization c93c09a057b7 mm: avoid returning VM_FAULT_RETRY from ->page_mkwrite handlers 3e550debcf75 vfio/spapr: Fix missing mutex unlock when creating a window 6129fd988225 be2net: fix initial MAC setting 6a9ffb5a87d8 net: thunderx: avoid dereferencing xcv when NULL 3325615d2b50 net: phy: micrel: KSZ8795 do not set SUPPORTED_[Asym_]Pause c8d6f83d3b6e gtp: fix cross netns recv on gtp socket d812be828832 gtp: clear DF bit on GTP packet tx 3976dd677e89 nvmet: cancel fatal error and flush async work before free controller 6bd89953fb1f i2c: i2c-cadence: Initialize configuration before probing devices fe8bdc9b79ee tcp: correct memory barrier usage in tcp_check_space() 49c3164e6d84 dmaengine: pl330: fix double lock aad54ba21dd8 tipc: fix cleanup at module unload 6313adb8de02 tipc: fix nametbl_lock soft lockup at module exit e8240244880b RDMA/qedr: Fix RDMA CM loopback 8d4198f8c66b RDMA/qedr: Return success when not changing QP state dee48e57ae22 mac80211: don't try to sleep in rate_control_rate_init() cab00a9c16c0 drm/amdgpu: fix unload driver issue for virtual display b75e47cf8439 x86/fpu: Set the xcomp_bv when we fake up a XSAVES area 05071c058d20 net: sctp: fix array overrun read on sctp_timer_tbl 2001ccb4dea4 drm/exynos/decon5433: set STANDALONE_UPDATE_F on output enablement 4ee340c06bf2 drm/amdgpu: fix bug set incorrect value to vce register d8a544c92087 qla2xxx: Fix wrong IOCB type assumption 57e76dbbc560 powerpc/mm: Fix memory hotplug BUG() on radix a88ff235e8ad perf/x86/intel: Account interrupts for PEBS errors 72232a3bc5df NFSv4: Fix client recovery when server reboots multiple times cda72bbb7bac mac80211: prevent skb/txq mismatch ee01c59bf838 KVM: arm/arm64: Fix occasional warning from the timer work function 72afbf76344f drm/exynos/decon5433: set STANDALONE_UPDATE_F also if planes are disabled cca6bca00973 drm/exynos/decon5433: update shadow registers iff there are active windows 9f800573a31b nfs: Don't take a reference on fl->fl_file for LOCK operation c682ae717759 ravb: Remove Rx overflow log messages bc13325a2410 mac80211: calculate min channel width correctly fae478cd9311 mm: fix remote numa hits statistics 71ab86262b66 net: qrtr: Mark 'buf' as little endian c4081f91981b libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount d9a4e70f23c3 net/appletalk: Fix kernel memory disclosure e3a252a9924c be2net: fix unicast list filling b4c3022e673a be2net: fix accesses to unicast list 105b403ba0de vti6: fix device register to report IFLA_INFO_KIND 08bd389c9ef8 ARM: OMAP1: DMA: Correct the number of logical channels 9a777021eeb4 ARM: OMAP2+: Fix WL1283 Bluetooth Baud Rate a97b72427e5f net: systemport: Pad packet before inserting TSB bcc7511ef256 net: systemport: Utilize skb_put_padto() 30bd002c454a libcxgb: fix error check for ip6_route_output() 5eb97be87981 usb: gadget: f_fs: Fix ExtCompat descriptor validation 7468e767d8f2 dmaengine: stm32-dma: Fix null pointer dereference in stm32_dma_tx_status 000e7180633f dmaengine: stm32-dma: Set correct args number for DMA request from DT d2d74d0e58b2 l2tp: take remote address into account in l2tp_ip and l2tp_ip6 socket lookups 55c050ae5165 net/mlx4_en: Fix type mismatch for 32-bit systems 771c831c1bde dax: Avoid page invalidation races and unnecessary radix tree traversals 2383ba62b535 iio: adc: ti-ads1015: add 10% to conversion wait time 7aa534b8a33f tools include: Do not use poison with C++ a65f24aac76b kprobes/x86: Disable preemption in ftrace-based jprobes a730e156bb75 perf test attr: Fix ignored test case result 8f6e33aad048 usbip: tools: Install all headers needed for libusbip development 5840a285a1a2 sysrq : fix Show Regs call trace on ARM 7f44b524a0ad EDAC, sb_edac: Fix missing break in switch 61b7a6f1cea3 x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt() a816a7e1e70b serial: 8250: Preserve DLD[7:4] for PORT_XR17V35X 68dfd4dd0900 usb: phy: tahvo: fix error handling in tahvo_usb_probe() de139e81d350 mmc: sdhci-msm: fix issue with power irq e042fd0f0318 spi: spi-axi: fix potential use-after-free after deregistration b3d7cc5a84b4 spi: sh-msiof: Fix DMA transfer size check ee08fca9a14d staging: rtl8188eu: avoid a null dereference on pmlmepriv 946d33e1e6cd serial: 8250_fintek: Fix rs485 disablement on invalid ioctl() 510f6573ef5d m68k: fix ColdFire node shift size calculation e5f2421df135 staging: greybus: loopback: Fix iteration count on async path 8a95afc48576 selftests/x86/ldt_get: Add a few additional tests for limits 63074a793d69 s390/pci: do not require AIS facility b0a46089fe81 ima: fix hash algorithm initialization e4f12192d9e2 USB: serial: option: add Quectel BG96 id 232b47b3c88a s390/runtime instrumentation: simplify task exit handling 65e6599937d1 serial: 8250_pci: Add Amazon PCI serial device ID 6ad14c9c646b usb: quirks: Add no-lpm quirk for KY-688 USB 3.1 Type-C Hub 3789201628f5 uas: Always apply US_FL_NO_ATA_1X quirk to Seagate devices ee23ae915fa7 mm, oom_reaper: gather each vma to prevent leaking TLB entry 0de12a778b92 Revert "crypto: caam - get rid of tasklet" cffc01d24d25 drm/fsl-dcu: enable IRQ before drm_atomic_helper_resume() 48f4d1f7fe48 drm/fsl-dcu: avoid disabling pixel clock twice on suspend 9db9b5f2b1b6 bcache: recover data from backing when data is clean 322e659a03dc bcache: only permit to recovery read error when cache device is clean 284bbc782445 Linux 4.9.67 f990312aaa74 drm/i915: Prevent zero length "index" write 838cdb26a538 drm/i915: Don't try indexed reads to alternate slave addresses daf3a68d5282 NFS: revalidate "." etc correctly on "open". a11ca51bf70c Revert "x86/entry/64: Add missing irqflags tracing to native_load_gs_index()" fb541279bbe0 drm/amd/pp: fix typecast error in powerplay. 5b1c8c96dfab drm/ttm: once more fix ttm_buffer_object_transfer 44df87e6dfad drm/hisilicon: Ensure LDI regs are properly configured. 25abe3a9585e drm/panel: simple: Add missing panel_simple_unprepare() calls 3405805db8bb drm/radeon: fix atombios on big endian 9cd48ba5fc9d drm/amdgpu: Potential uninitialized variable in amdgpu_vm_update_directories() d316675a9da4 drm/amdgpu: potential uninitialized variable in amdgpu_vce_ring_parse_cs() b0f63389dab9 Revert "drm/radeon: dont switch vt on suspend" f425b050254e nvme-pci: add quirk for delay before CHK RDY for WDC SN200 eafbee43b7ec hwmon: (jc42) optionally try to disable the SMBUS timeout 8588eb0ce6a6 bcache: Fix building error on MIPS 53cf83b3c734 i2c: i801: Fix Failed to allocate irq -2147483648 error 19699abea321 eeprom: at24: check at24_read/write arguments d3da2efa6d9d eeprom: at24: correctly set the size for at24mac402 388d8c9fa371 eeprom: at24: fix reading from 24MAC402/24MAC602 c814d6701b08 mmc: core: prepend 0x to OCR entry in sysfs 0bf4d0517667 mmc: core: Do not leave the block driver in a suspended state 9aad75786e3d KVM: lapic: Fixup LDR on load in x2apic e02746e22d24 KVM: lapic: Split out x2apic ldr calculation 67945527ee24 KVM: x86: inject exceptions produced by x86_decode_insn c0a4c22aad0f KVM: x86: Exit to user-mode on #UD intercept when emulator requires f5477da6c3b0 KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junk e18a963b36a0 ARM: OMAP2+: Fix WL1283 Bluetooth Baud Rate dc554abdaee4 mfd: twl4030-power: Fix pmic for boards that need vmmc1 on reboot aa1a6cf1586b nfsd: fix panic in posix_unblock_lock called from nfs4_laundromat 1c4042591644 nfsd: Fix another OPEN stateid race 1c8ea4145097 nfsd: Fix stateid races between OPEN and CLOSE c251267c8826 btrfs: clear space cache inode generation always ba32d7dce43f mm/madvise.c: fix madvise() infinite loop under special circumstances cebe139e5712 mm, hugetlbfs: introduce ->split() to vm_operations_struct 436f19a2e49e mm/cma: fix alloc_contig_range ret code/potential leak 7031ae2ab37d mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() 29bd7003134a ARM: dts: omap3: logicpd-torpedo-37xx-devkit: Fix MMC1 cd-gpio 64e916dea413 ARM: dts: LogicPD Torpedo: Fix camera pin mux (From OE-Core rev: 4a69d067a08822694a90466d8f69a2366967c4f4) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* classes/recipes: Convert SkipPackage -> SkipRecipeRichard Purdie2018-01-265-5/+5
| | | | | | | | | | The new name is much more consistent with what this actually means. We put the pieces in place to rename everything a while back but looks like we forgot to actually do it! Fix that now. (From OE-Core rev: af9612f5d6b848fceea22d10ee964437299be776) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kernel: drop unnecessary True options from calls to getVarAndre McCurdy2018-01-195-5/+5
| | | | | | | | | | | | | | The older style calls (plus a bashism in kernel.bbclass, fixed separately) were introduced via the recent change to add support for multiple kernel packages: http://git.openembedded.org/openembedded-core/commit/?id=6c8c899849d101fd1b86aad0b8eed05c7c785924 (From OE-Core rev: e660ef68de3b3891a26ed6e10d96dc4efaf03ffc) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kernel: Add support for multiple kernel packagesHaris Okanovic2018-01-025-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some distros may want to provide alternate kernel "flavors" via feeds or within bootable images. For example, readily available builds which provide certain diagnostic features can enable developers and testers to more quickly resolve issues by avoiding lengthy kernel builds. This change allows for building multiple flavors of the kernel and module packages by templatizing kernel package names via a new KERNEL_PACKAGE_NAME variable in kernel.bbclass. It defaults to the old name of "kernel", but can be overridden by certain recipes providing alternate kernel flavors. To maintain compatibility, recipes providing alternate kernel flavors cannot be the "preferred provider" for virtual/kernel. This is because OE puts the preferred provider's build and source at "tmp-glibc/work-shared/$MACHINE/kernel-build-artifacts/" and "tmp-glibc/work-shared/$MACHINE/kernel-source/" instead of "tmp-glibc/work/*/$PN/" like other recipes. Therefore, recipes using the default KERNEL_PACKAGE_NAME="kernel" follows the old semantics -- build in the old location and may be preferred provider -- while recipes using all other KERNEL_PACKAGE_NAME's build from the normal WORKDIR and don't provide "virtual/kernel". Testing: 1. Add `KERNEL_PACKAGE_NAME_pn-linux-yocto-tiny = "tiny-linux"` to local.conf so that linux-yocto-tiny may build alongside the main kernel (linux-yocto). 2. `bitbake linux-yocto linux-yocto-tiny` to build both kernel flavors. 3. Verified image and modules IPKs exist for both: tmp-glibc/deploy/ipk/qemux86/kernel-* for linux-yocto tmp-glibc/deploy/ipk/qemux86/tiny-linux* for linux-yocto-tiny 4. Verified linux-yocto is the "preferred provider", and was built in shared directory: tmp-glibc/work-shared/qemux86/kernel-* 5. Add `CORE_IMAGE_BASE_INSTALL_append_pn-core-image-base = "tiny-linux"` to local.conf to install both kernel flavors in core-image-base. 6. `bitbake core-image-base` to build an image. 7. Verified image contains two bzImage's under /boot/, with "yocto-standard" (linux-yocto recipe) selected to boot via symlink. Discussion threads: http://lists.openembedded.org/pipermail/openembedded-core/2015-December/thread.html#114122 http://lists.openembedded.org/pipermail/openembedded-core/2017-July/thread.html#139130 [YOCTO #11363] (From OE-Core rev: 6c8c899849d101fd1b86aad0b8eed05c7c785924) Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Gratian Crisan <gratian.crisan@ni.com> Signed-off-by: Haris Okanovic <haris.okanovic@ni.com> Coauthored-by: Gratian Crisan <gratian.crisan@ni.com> Coauthored-by: Haris Okanovic <haris.okanovic@ni.com> Coauthored-by: Josh Hernstrom <josh.hernstrom@ni.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: CQM and kmemleak fixesBruce Ashfield2017-12-213-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the following commits for kmemleak fixes and CQM backports: 58fe84d691a mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objects 5babb9c8f695 mm: kmemleak: factor object reference updating out of scan_block() 8c22ef5ee138 mm: kmemleak: slightly reduce the size of some structures on 64-bit architectures 7ea6b560ef4c netfilter: conntrack: do not enable connection tracking unless needed 4fdf0a5a0863 netfilter: nf_ct_dccp/sctp: fix memory leak after netns cleanup 85385ffd1e9b netfilter: move table iteration out of netns exit paths c95b3f8e1cbc netfilter: conntrack: add nf_ct_iterate_destroy 753c83b98a1e netfilter: conntrack: don't call iter for non-confirmed conntracks bcf21cba7fd5 netfilter: conntrack: rename nf_ct_iterate_cleanup f5c3a4c19075 perf/x86/intel/uncore: Fix missing marker for skx_uncore_cha_extra_regs c44ebea2f116 perf/x86/intel/uncore: Fix SKX CHA event extra regs 1d70f7feb408 perf/x86/intel/uncore: Remove invalid Skylake server CHA filter field eb3059e9e0ea perf/x86/intel/uncore: Fix Skylake server CHA LLC_LOOKUP event umask 3514c02c7bff perf/x86/intel/uncore: Fix Skylake server PCU PMU event format 804530f02515 perf/x86/intel/uncore: Fix Skylake UPI PMU event masks (From OE-Core rev: 3cf8bda5e4d4a345793aa72be97e94c41520ec01) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: common-pc*: enable X2APIC by defaultBruce Ashfield2017-12-213-3/+3
| | | | | | | | | | | | | | Enabling CONFIG_X86_X2APIC=y by default for common-pc* (and hence qemux86*) to work around interrupt delivery issues when running on some host kernels. There's little overhead with this, and no impact to non x2apic platforms, so we enable it for all builds. (From OE-Core rev: 3382ed4925fdc0854dbfa5b29dd5fdc1e0c1e38a) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-dev: update to v4.15+Bruce Ashfield2017-12-211-1/+4
| | | | | | | | | | | | | | | | | | | | Outside of the normal patch refreshes and boot issues, there are new build time tools within the kernel that required the following dependencies: For ORC_UNWINDER support in x86-64: DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" And for certificate processing during the build, we need ssl headers and hexdump: DEPENDS += "openssl-native util-linux-native" (From OE-Core rev: 70f3d81e414a101032c05773c33500e7d723ab02) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>