summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* cryptodev: Fix build errors with v4.17+He Zhe2018-10-182-0/+44
| | | | | | | | | | | | | | | | Backport from upstream to update internal syscall function usage. https://github.com/cryptodev-linux/cryptodev-linux f60aa08c63fc02780554a0a12180a478ca27d49f (From OE-Core rev: 270a1e9bcf26a43f5cbdc5b901c4c6f79495311d) (From OE-Core rev: 87718444c054bad8d83e19d4ead2397420c63289) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perf: disable parallelism for 'make clean'Rasmus Villemoes2018-08-151-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever perf got rebuilt, I was consistently getting errors such as | find: '[...]/perf/1.0-r9/perf-1.0/plugin_mac80211.so': No such file or directory | find: '[...]/perf/1.0-r9/perf-1.0/plugin_mac80211.so': No such file or directory | find: find: '[...]/perf/1.0-r9/perf-1.0/libtraceevent.a''[...]/perf/1.0-r9/perf-1.0/libtraceevent.a': No such file or directory: No such file or directory | [...] | find: cannot delete '/mnt/xfs/devel/pil/yocto/tmp-glibc/work/wandboard-oe-linux-gnueabi/perf/1.0-r9/perf-1.0/util/.pstack.o.cmd': No such file or directory breaking the whole build. The root cause seems to be that the implicit 'make clean' done during do_configure ends up running in parallel, and thus multiple find commands attempt to stat and/or delete the same file. A patch disabling parallelism for the clean target has been ack'ed upstream (lkml.kernel.org/r/20180705134955.GB3686@krava), but it should be harmless to pass JOBS=1 even with a fixed kernel. This can be removed if and when all relevant -stable kernels have that patch. (From OE-Core rev: bb58203b668df42fd08c2e5fa4a172cf63e37369) (From OE-Core rev: d12722681a4c13c1a6bc9c965cc43c4544ce7aa9) (From OE-Core rev: ad21736cf1be017af4b211b5cdd577cdf28dee20) Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cryptodev: refresh patchesRoss Burton2018-08-151-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | The patch tool will apply patches by default with "fuzz", which is where if the hunk context isn't present but what is there is close enough, it will force the patch in. Whilst this is useful when there's just whitespace changes, when applied to source it is possible for a patch applied with fuzz to produce broken code which still compiles (see #10450). This is obviously bad. We'd like to eventually have do_patch() rejecting any fuzz on these grounds. For that to be realistic the existing patches with fuzz need to be rebased and reviewed. (From OE-Core rev: cecd562742c94f223c92bf5426148967fc9a8054) (From OE-Core rev: ce0554c6807b3a67bd770b172e81595797715e9e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cryptodev: switch SRC_URI to gitAlexander Kanavin2018-08-151-5/+3
| | | | | | | | | | | | | | | | One of the tarball mirrors is down; the other is blocked by Intel's corporate proxy for being deemed 'suspicious' (the same problem might pop up in other companies as well). Let's just take the source from github. (From OE-Core rev: 69f60f6ef9061760643d6b4e378052ddad424754) (From OE-Core rev: b5d9098b2df889c7394296eeab1fc4fab036e704) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cryptodev: Fix build errors with v4.13+Daniel Schultz2018-08-152-0/+50
| | | | | | | | | | | | | | | | Without this compiles of 4.13 and later kernels fail. Backport from https://github.com/cryptodev-linux/cryptodev-linux Based on commit f0d69774afb27ffc62bf353465fba145e70cb85a (From OE-Core rev: 317fd9814653ee22496dda63a02e628e8a16899b) (From OE-Core rev: 8894f352fd1f2a087528808cc3dc52d7a5cc72bd) Signed-off-by: Daniel Schultz <d.schultz@phytec.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perf: fix build with kernel older than 4.8Martin Jansa2018-08-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * perf is failing to build for me since this oe-core commit: commit 9b38c824961fc9dce51bda95c25dac91a69fc64f Author: Hongxu Jia <hongxu.jia@windriver.com> Date: Tue Apr 24 11:33:47 2018 +0800 perf: make a copy of kernel source to perf workdir the problem is that perf sources in kernel older than 4.8 (in my case 4.4) are depending on the "global" include headers outside tools directory, e.g. swab.h in: kernel-source/tools$ git grep swab.h perf/MANIFEST:include/linux/swab.h perf/MANIFEST:include/uapi/linux/swab.h perf/util/include/asm/byteorder.h:#include "../../../../include/uapi/linux/swab.h" this was resolved in 4.8 with: commit 7e3f36411342a54f1981fa97b43550b8406a3d69 Author: Arnaldo Carvalho de Melo <acme@redhat.com> Date: Mon Jul 18 17:42:16 2016 -0300 perf tools: Remove tools/perf/util/include/asm/byteorder.h Not used anymore. This also stops include linux/swab.h directly from the kernel sources, remove that reference from the MANIFEST. and few more changes to make tools/include more complete and standalone: tools/include in 4.15: asm asm-generic linux tools trace uapi tools/include in 4.4: asm asm-generic linux tools but copying the include header even for kernels which don't really need it doesn't add big overhead, so just copy include to perf sources for all kernels. (From OE-Core rev: 19fb2d11a8bb3c6dfdd5edc1b9155d642dc0f5e0) (From OE-Core rev: 7950b1ed077eaecff1523221c297158aa54b7ecf) (From OE-Core rev: c2fa80c4cfedd993d07b20db0315e91f9481d11c) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perf: make a copy of kernel source to perf workdirHongxu Jia2018-08-151-5/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since perf contaminates linux shared workdir, it probably caused kernel-devsrc compile failure at world build. ... |0 blocks |cpio: ./tools/perf/arch/arm/util/sedr7ORqk: Cannot stat: No such file or directory |0 blocks ... cpio tried to find a file at ${S}/tools/perf and failed if the input list is not valid. Make a copy of kernel shared source directory into a perf workdir could fix the issue. Drop `Fix for rebuilding' which is obsolete [YOCTO #10880] (From OE-Core rev: 9b38c824961fc9dce51bda95c25dac91a69fc64f) (From OE-Core rev: 1a39330bf79f3d36a1a0f6d34b421de53ff36405) (From OE-Core rev: 6f9117c0bceeedbfce08647825edf86966457bfc) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perf: enable support for libauditAnuj Mittal2018-08-151-1/+4
| | | | | | | | | | | | | | | | | | | | | perf needs audit-python to be able to show syscall names and for 'perf trace' to work. Enable dependency on audit-python if present in PACKAGECONFIG. It's disabled by default since audit as of now is in meta-selinux. Fixes [YOCTO #3343] Fixes [YOCTO #3358] (From OE-Core rev: c386abacae89a148e77ffa51630c7917e90406f9) (From OE-Core rev: 5b7550a62fa0fa7892c28ae920ee243c223bf3c2) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-tiny/4.9: update to 4.9.113Armin Kuster2018-08-151-3/+3
| | | | | | | (From OE-Core rev: 5151c48322739c3176229e999076fa273627ff7e) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-rt/4.9: update to 4.9.113Armin Kuster2018-08-151-3/+3
| | | | | | | (From OE-Core rev: b8f70fa45322acc63c8fafa378cdc4cc62d2720d) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.9: update to 4.9.113Armin Kuster2018-08-151-10/+10
| | | | | | | (From OE-Core rev: 209a17ddd45dd9958bc699316555ae8a4f51a67e) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-stable-tiny/4.4: update to 4.4.141Armin Kuster2018-08-151-3/+3
| | | | | | | (From OE-Core rev: f6814bf9e64c73b4494aa73099563d53471f1711) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-rt/4.4: update to 4.4.141Armin Kuster2018-08-151-3/+3
| | | | | | | (From OE-Core rev: 925c53489d7ad1ed177a71ac87915eb2dcfe1e77) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.4: update to 4.4.141Armin Kuster2018-08-151-10/+10
| | | | | | | (From OE-Core rev: 9a61367b48f8175be91103779bfd22f301d109f6) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* make-mod-scripts/kernel-devsrc: Fix objtool issuesRichard Purdie2018-08-151-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) Fixes [YOCTO #12860] (From OE-Core rev: 49b208fc7b3d52826ba57a86ed52bc30e181ff78) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> [Tweaked to add "make prepare" to module-base.bbclass instead of make-mod-scripts.bb] Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: package rtl8168 firmwareLiwei Song2018-07-191-0/+6
| | | | | | | | | | | | | | | | | | Add package for rtl8168 firmware which is required by Realtek Ethernet Controller. (From OE-Core rev: e5315d5d820cb1b164c75a0cab3804f6c69b5ba9) (From OE-Core rev: 9910484a101279060cd0c9bc3e8b8af8700ba255) (From OE-Core rev: 931a52e8698f684ccbb26ddec18764ad9d9a3e8f) Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: upgrade to 8fc2d4e5 revisionOtavio Salvador2018-07-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8fc2d4e Merge git://git.marvell.com/mwifiex-firmware e1abab6 linux-firmware: update Marvell USB8997 firmware image to add WPA2 vulnerability fix c38c231 linux-firmware: update Marvell SD8897-B0 firmware image to add WPA2 vulnerability fix 0686ec7 Merge branch 'firmware-update' of https://github.com/intel/opa-firmware bb7f773 Update Intel OPA hfi1 firmware 397a604 qed: Add firmware 8.33.12.0 40d4117 linux-firmware: Add firmware file for Intel Bluetooth,9560 bf3934f linux-firmware: Add firmware file for Intel Bluetooth,9260 f865934 linux-firmware: Update firmware file for Intel Bluetooth,8265 7dab503 Merge branch 'for-upstream' of git://git.chelsio.net/pub/git/linux-firmware 0caed67 cxgb4: update firmware to revision 1.19.1.0 0783fb9 nfp: add symlink for mixed mode Agilio CX 2x25GbE cards 380957e nfp: update Agilio SmartNIC flower firmware to rev 5701 b562d2f linux-firmware: update wil6210 firmware to 5.2.0.18 c1aa76a linux-firmware: rsi: update firmware images for Redpine 9113 chipset 1621614 Merge tag 'iwlwifi-fw-2018-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware 50c1323 iwlwifi: update firmwares for 3160, 3168 and 7265 c711ea5 iwlwifi: add some new FW versions and update older ones 8c1e439 amdgpu: update vce firmware for Polaris 31accdf linux-firmware: Add firmware file for Intel Bluetooth,9560 89139e8 linux-firmware: Add firmware file for Intel Bluetooth,9260 58cdb52 linux-firmware: Update firmware file for Intel Bluetooth,8265 9cb49be linux-firmware: Update firmware patch for Intel Bluetooth 8260 a3be6d4 Merge https://github.com/Netronome/linux-firmware into netro License-Update: new files and version update. Same terms. (From OE-Core rev: 8c0ee2072d493ecd09284c27fc8d627e3e6c5ae8) (From OE-Core rev: 1325518f8f2dafc09acd1bef5f93aa3550063306) (From OE-Core rev: 1690043f681ca75a76619eb6b02e5e2610a9051a) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: upgrade to 4c0bf11 revisionOtavio Salvador2018-07-191-2/+2
| | | | | | | | | | | | | License-Update: new releases and copyright years updated. (From OE-Core rev: cf757ca67325415a26555c67a098f168453339a4) (From OE-Core rev: 8f5ca5903bb76fb08f9962bbbdf50620952c6c92) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: fix typoNicolas Dechesne2018-07-191-1/+1
| | | | | | | | | | | (From OE-Core rev: 6dddf0151d486c474cbf522ced8c5ad96ae290fd) (From OE-Core rev: f4efd16147ae5edf39935cec6a70263e878d984b) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: package all ibt-17-x-x.sfi/ddc firmwareLiwei Song2018-07-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | All ibt-17-x-x.sfi/ddc firmware are use to support Intel Bluetooth 9560 they are needed in different version of Bluetooth driver since 4.14 kernel version. commit b77bb7afe513 ("linux-firmware: package ibt-17-16-1 firmware") only package one of the ibt-17 series firmware. As the Bluetooth driver's update, to avoid packaging the ibt-17 firmware one by one, install them in one package ibt-17. (From OE-Core rev: f6110c0213064c324397476f3eae3851328790dd) (From OE-Core rev: 12d2acce1f3266170707e917133ff549157a8150) Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: package ibt-17-16-1 firmwareLiwei Song2018-07-191-0/+4
| | | | | | | | | | | | | | Package ibt-17-16-1 firmware for Bluetooth device 9460/9560 (From OE-Core rev: b77bb7afe5131d9157be9dfebda4d4185a98a820) (From OE-Core rev: cc27af68451655c3844db4f25cac93331a6a4770) Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: package iwlwifi-9000 series fimwareLiwei Song2018-07-191-0/+4
| | | | | | | | | | | | | | Add package for 9000 seires Intel wireless firmware. (From OE-Core rev: 7e6891e71d8da85371909925bbcb6baf816f3289) (From OE-Core rev: cfa8efa626732d91b385d036005e0b6eb7e3f3de) Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: add packaging for QCOM firmware for APQ8016 and APQ8096Nicolas Dechesne2018-07-191-0/+19
| | | | | | | | | | | | | | | | | | Firmware files for VPU and GPU found on various Qualcomm based devices, such as Dragonboard 410c and/or Dragonboard 820c. * venus-1.8 and adreno-a3xx firmware are VPU and GPU for Qualcomm APQ8016 SoC * venus-4.2 and adreno-a530 firmware are VPU and GPU for Qualcomm APQ8096 SoC (From OE-Core rev: 687d71982a88f1db91316d646ecaeaf07ab88e7a) (From OE-Core rev: ef5923466435a6e73076f7eb6b38b74ced4173ec) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: Bump revision to 65b1c68cOtavio Salvador2018-07-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bump includes following changes: 65b1c68 wl18xx: update firmware file 8.9.0.0.76 8650396 wl127x/wl128x: update firmwares 2eefafb rtlwifi: rtl8723de: Add firmware for new driver/device 4a77cab linux-firmware: DMC firmware for cannonlake v1.07 2567e09 nvidia: add GP108 signed firmware 2451bb2 linux-firmware: liquidio: add v1.7.0 vswitch firmware 7f93c9d brcm: add CYW4373 firmwares and Cypress license file fdee922 linux-firmware: Update firmware patch for Intel Bluetooth 8260 9a843a1 linux-firmware: Update firmware file for Intel Bluetooth 8265 97339b3 linux-firmware: Add firmware file for Intel Bluetooth 9260 db9964e linux-firmware: Add firmware file for Intel Bluetooth 9560 e4252cf Revert commits a42f895, c113d33, 041aff8, 73d13b5 a42f895 linux-firmware: Update firmware patch for Intel Bluetooth 8260 c113d33 linux-firmware: Update firmware file for Intel Bluetooth 8265 041aff8 linux-firmware: Add firmware file for Intel Bluetooth 9260 73d13b5 linux-firmware: Add firmware file for Intel Bluetooth 9560 30946b9 amdgpu: add firmware for Raven 71a4800 amdgpu: update vega10 vce firmware 89c6211 linux-firmware: intel: Add Cannonlake audio firmware b39260f nfp: add firmware for tc-flower c752e24 nfp: change firmware directory layout 00a92a3 nfp: update firmware for Agilio CX SmartNICs 02d857e linux-firmware: DMC firmware for skylake v1.27 17e6288 brcm: update firmware for bcm4358 1841cec brcm: update firmware for bcm4356 b3f4e74 brcm: update firmware for bcm4354 cd86989 brcm: introduce firmware for bcm43430 revision 0 5ee46c2 brcm: update firmware for bcm4339 8e864c2 Mellanox: Add new mlxsw_spectrum firmware 13.1530.152 fd45000 WHENCE: Add missing entry for mlxsw_spectrum firmware 7f9bbc7 WHENCE: Fix typo in entry for iwlwifi-8265-34.ucode 284de20 s2255drv: f2255usb: firmware version 1.2.8 7c705a4 amdgpu: add new CP firmware for polaris chips 5582ca4 qed: Add firmware 8.33.1.0 e721933 qcom: add venus firmware files for v4.2 f36a8e2 qcom: add firmware files for Adreno a530 85313b4 iwlwifi: add firmware version 34 for new 9000 series 6c161c5 linux-firmware: liquidio: update firmware to v1.7.0 b964279 linux-firmware: intel: Update Geminilake audio firmware c4276b6 iwlwifi: add firmware version 33 for new 9000 series 5a05332 iwlwifi: add new firmware version 34 for 8000C and 8265 1a5fd94 iwlwifi: update firmwares for 3160, 3168, 7260, 7265 and 7265D 796c912 iwlwifi: update firmwares for 3160, 3168, 7265D, 8000C and 8265 1156e62 linux-firmware: DMC firmware for kabylake v1.04 db3e185 linux-firmware: update Marvell PCIe-USB8997 firmware image de81715 linux-firmware: GuC firmware for kabylake v9.39 434e712 linux-firmware: GuC firmware for Broxton v9.29 0aebd9f linux-firmware: GuC firmware for Skylake v9.33 de5b4c2 linux-firmware/i915: Add Cannonlake DMC version 1.06 8e7c787 linux-firmware/i915: Add Geminilake DMC version 1.04 e0494e9 linux-firmware: update Marvell PCIe-USB8997 firmware image 11db131 linux-firmware: update Marvell PCIe-USB8897-A2 firmware image Included in those changes, two license checksums has been changed: - LICENCE.Netronome: minimal change dropping a word in license name; - WHENCE: adjustments due the new firmware versions; (From OE-Core rev: 4facc572380daf5b7e6294b388a657fa0a44a6f2) (From OE-Core rev: 48779f278687a5f6af4b75d01595b8a125b2ba96) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yoct/4.12: update to v4.12.24Bruce Ashfield2018-06-153-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating to include Paul Gortmaker's latest round of stable updates, which comprise the following commits: dc2f71a08d7a Linux 4.12.24 4cab262afa69 iio: adc: ti-ads1015: add 10% to conversion wait time 89f573e6f136 tools include: Do not use poison with C++ d4f418739d68 kprobes/x86: Disable preemption in ftrace-based jprobes 28861253362b perf test attr: Fix ignored test case result 12c60baac963 staging: fsl-mc/dpio: Fix incorrect comparison 43e1cab01765 serial: imx: Update cached mctrl value when changing RTS 6122e955f082 usbip: tools: Install all headers needed for libusbip development c1fce3e6296c serial: sh-sci: suppress warning for ports without dma channels 444cfc461e20 sysrq : fix Show Regs call trace on ARM 0040e82b1a65 usb: xhci: Return error when host is dead in xhci_disable_slot() e1667a3749da staging: fsl-dpaa2/eth: Account for Rx FD buffers on error path 7e22cbc6bd55 usb: mtu3: fix error return code in ssusb_gadget_init() c528464afcea EDAC, sb_edac: Fix missing break in switch e207a0c6a285 clocksource/drivers/arm_arch_timer: Validate CNTFRQ after enabling frame c3c5783f9303 serial: 8250: Preserve DLD[7:4] for PORT_XR17V35X ca7b446eff2f PCI: dra7xx: Create functional dependency between PCIe and PHY 7897f75fc207 usb: phy: tahvo: fix error handling in tahvo_usb_probe() c240911c41c3 mmc: sdhci-msm: fix issue with power irq 97227123b5f0 mmc: tmio: check mmc_regulator_get_supply return value 05ce425fa841 spi: spi-axi: fix potential use-after-free after deregistration 42f90afc67e4 spi: sh-msiof: Fix DMA transfer size check c652d0d523bf staging: rtl8188eu: avoid a null dereference on pmlmepriv 3dc08560ab63 serial: 8250_fintek: Fix rs485 disablement on invalid ioctl() d57c00699295 m68k: fix ColdFire node shift size calculation df74b0c1e0b4 staging: greybus: loopback: Fix iteration count on async path 96be1d656724 x86/entry/64: Don't use IST entry for #BP stack (part #2) 8e3f9a001776 selftests/x86/ldt_get: Add a few additional tests for limits 0d0517d16bc5 s390/pci: do not require AIS facility 778bf06a0661 PM / Domains: Fix genpd to deal with drivers returning 1 from ->prepare() bd4084ce13d2 s390: vfio-ccw: Do not attempt to free no-op, test and tic cda. fd6fe520a496 ima: fix hash algorithm initialization 83cd72f27843 usb: host: fix incorrect updating of offset 4ab295bc9cdf USB: usbfs: Filter flags passed in from user space d8ce9fecf049 USB: Fix off by one in type-specific length check of BOS SSP capability dc9843bd9e72 USB: core: Add type-specific length check of BOS descriptors ab95f86f0fac usb: xhci: fix panic in xhci_free_virt_devices_depth_first c1b551b8718a xhci: Don't show incorrect WARN message about events for empty rings 8412154c096c USB: ulpi: fix bus-node lookup 10d2d61bff44 usb: hub: Cycle HUB power when initialization fails da44857edd20 powerpc/kprobes: Fix call trace due to incorrect preempt count 67482fcb1f0a powerpc/kprobes: Disable preemption before invoking probe handler for optprobes 6f745a984365 powerpc/jprobes: Disable preemption when triggered through ftrace 3fefceeaca8e USB: serial: usb_debug: add new USB device id 9c971e7d3a9f USB: serial: option: add Quectel BG96 id cc01c484eee9 serial: 8250_pci: Add Amazon PCI serial device ID d16393b7a9d8 usb: quirks: Add no-lpm quirk for KY-688 USB 3.1 Type-C Hub 7a0ac9cc347c uas: Always apply US_FL_NO_ATA_1X quirk to Seagate devices 52c2b20403f0 s390/runtime instrumentation: simplify task exit handling 04dd38b88979 drm/fsl-dcu: enable IRQ before drm_atomic_helper_resume() f363e7cdb4f6 drm/fsl-dcu: avoid disabling pixel clock twice on suspend 2845e7d136c8 drm/i915: Prevent zero length "index" write 79413d6f2f6f drm/i915: Don't try indexed reads to alternate slave addresses f5cc8d6842e6 drm/i915/gvt: Correct ADDR_4K/2M/1G_MASK definition 1fab446c5b5a drm/i915: Fix false-positive assert_rpm_wakelock_held in i915_pmic_bus_access_notifier v2 708262ebbebc md: forbid a RAID5 from having both a bitmap and a journal. 40219fc4a45b e1000e: fix the use of magic numbers for buffer overrun issue 9bbd7fc437e0 include/linux/compiler-clang.h: handle randomizable anonymous structs 13782a203fb8 drm/amd/pp: fix typecast error in powerplay. dd1ab1b7a09e drm/ttm: once more fix ttm_buffer_object_transfer 1e1df0b0eb71 drm/hisilicon: Ensure LDI regs are properly configured. e10ca648a294 drm/panel: simple: Add missing panel_simple_unprepare() calls 28fb6325953c drm/radeon: fix atombios on big endian 0f7ff143e866 drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode() 00debaff36fb drm/amdgpu: Remove check which is not valid for certain VBIOS 53543b5a5062 drm/amdgpu: Properly allocate VM invalidate eng v2 6095ee5e76ed drm/amdgpu: correct reference clock value on vega10 8544b664f20e Revert "drm/radeon: dont switch vt on suspend" 3b28b8cd6364 nvme-pci: add quirk for delay before CHK RDY for WDC SN200 2c1ae94e88ee hwmon: (jc42) optionally try to disable the SMBUS timeout 8fcaaeed325c bcache: recover data from backing when data is clean 027fe49240fa bcache: only permit to recovery read error when cache device is clean 3746f4374ee2 bcache: Fix building error on MIPS 72ea117f664e cxl: Check if vphb exists before iterating over AFU devices 8ee52dd3b01a i2c: i801: Fix Failed to allocate irq -2147483648 error ab7ae0720406 eeprom: at24: check at24_read/write arguments 1025c12d637b eeprom: at24: correctly set the size for at24mac402 32aba2ddc564 eeprom: at24: fix reading from 24MAC402/24MAC602 ec5216d0e845 mmc: core: prepend 0x to OCR entry in sysfs a64429e1d089 mmc: core: prepend 0x to pre_eol_info entry in sysfs 32f6d6221e55 mmc: core: Do not leave the block driver in a suspended state fa455ca7acc6 arm64: module-plts: factor out PLT generation code for ftrace d9c2c353dc61 s390: revert ELF_ET_DYN_BASE base changes 5c10828c07be lockd: lost rollback of set_grace_period() in lockd_down_net() 91ed144855d5 crypto: skcipher - Fix skcipher_walk_aead_common 0ff5af74c047 nfsd: fix panic in posix_unblock_lock called from nfs4_laundromat b187299249a2 nfsd: Fix another OPEN stateid race 2e36e8a92541 nfsd: Fix stateid races between OPEN and CLOSE 237c8c16013d btrfs: clear space cache inode generation always e6eedfd1ca3f mm/hugetlb: fix NULL-pointer dereference on 5-level paging machine b19cd2bae194 autofs: revert "autofs: take more care to not update last_used on path walk" 9c0369beda80 device-dax: implement ->split() to catch invalid munmap attempts 0d73cfed1391 platform/x86: hp-wmi: Fix tablet mode detection for convertibles (From OE-Core rev: 5f5603c33368d7b0143aeb77a95bed90bb92cb51) (From OE-Core rev: e6d735e7101ce243f238585e31c6f4b04e1389b0) 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> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: update to v4.12.23Bruce Ashfield2018-06-153-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the -stable updates from Paul Gortmake that comprise the following commits: 6e83f40c507e Linux 4.12.23 55e376304f1b e1000e: fix buffer overrun while the I219 is processing DMA transactions 3882bb678dd8 e1000e: Fix return value test 167170375055 e1000e: Fix error path in link detection 47722947f954 ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory zone 1dbaaa42b464 media: v4l2-ctrl: Fix flags field on Control events c7c9d8c465d7 [media] cx231xx-cards: fix NULL-deref on missing association descriptor 6ee1ead888a3 media: rc: check for integer overflow 6f70063599b3 media: Don't do DMA on stack for firmware upload in the AS102 driver ef4c54828c1d powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary d308f45eb9e7 powerpc/64s/hash: Fix fork() with 512TB process address space 61c9dab21d03 powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation 40744bdf965e powerpc/64s/hash: Fix 512T hint detection to use >= 128T c5866bd94f03 powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation 49e9f537eb43 powerpc/signal: Properly handle return value from uprobe_deny_signal() fb991189ca1f parisc: Fix validity check of pointer size argument in new CAS implementation ae519d5e90b9 ixgbe: Fix skb list corruption on Power systems 2a827971bc99 fm10k: Use smp_rmb rather than read_barrier_depends b1222f423f70 i40evf: Use smp_rmb rather than read_barrier_depends 61d3820d1146 ixgbevf: Use smp_rmb rather than read_barrier_depends 8c40cc266d42 igbvf: Use smp_rmb rather than read_barrier_depends d05a14e4483e igb: Use smp_rmb rather than read_barrier_depends 9062b3d8fadd i40e: Use smp_rmb rather than read_barrier_depends bb0ddf274e82 spi-nor: intel-spi: Fix broken software sequencing codes 11604df811a9 IB/srp: Avoid that a cable pull can trigger a kernel crash 7a2f561b9470 IB/hfi1: Fix incorrect available receive user context count 305382ae2297 IB/cm: Fix memory corruption in handling CM request 9792edc692f1 IB/CM: Create appropriate path records when handling CM request 0624d71dcd6f IB/srpt: Do not accept invalid initiator port names ff4035fcfb4d svcrdma: Preserve CB send buffer across retransmits f18fd397f0c1 libnvdimm, namespace: make 'resource' attribute only readable by root 91d9aa084602 libnvdimm, region : make 'resource' attribute only readable by root ea9427658840 libnvdimm, namespace: fix label initialization to use valid seq numbers c0bcae085da8 libnvdimm, pfn: make 'resource' attribute only readable by root aa91e16e2756 libnvdimm, dimm: clear 'locked' status on successful DIMM enable eca24c2a944d clk: ti: dra7-atl-clock: fix child-node lookups 104ab8491706 SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status a6579fafe2b9 dax: fix general protection fault in dax_alloc_inode b4f77dd3db27 dax: fix PMD faults on zero-length files 12b2a43aa1b0 lockd: double unregister of inetaddr notifiers f2fa2903113c irqchip/gic-v3: Fix ppi-partitions lookup c08ddb437ddb genirq: Track whether the trigger type has been set fc12863e2ba3 raid1: prevent freeze_array/wait_all_barriers deadlock 3c56a460c8bf block: Fix a race between blk_cleanup_queue() and timeout handling 1e28e345115e p54: don't unregister leds when they are not initialized 937209dd49f8 mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence 73d36ccc25ad mtd: nand: mtk: fix infinite ECC decode IRQ issue 886c51dad821 mtd: nand: Fix writing mtdoops to nand flash. 684797376fd0 mtd: nand: omap2: Fix subpage write b58d7cba2730 target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK 8412e7db941c target: Fix quiese during transport_write_pending_qf endless loop 7c302f595f4b target: Fix caw_sem leak in transport_generic_request_failure cc36f84ff1f0 target: Fix QUEUE_FULL + SCSI task attribute handling 41411af9e8ad target: fix null pointer regression in core_tmr_drain_tmr_list 8734ebeb8106 iscsi-target: Fix non-immediate TMR reference leak 2e2bc1186a08 iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref 6de2abbd4c31 scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails 2000b870234f scsi: lpfc: Fix FCP hba_wqidx assignment 01f0e334995a scsi: lpfc: Fix crash receiving ELS while detaching driver 020ccb98ef75 scsi: lpfc: fix pci hot plug crash in list_add call 9b58a782f5a4 scsi: lpfc: fix pci hot plug crash in timer management routines e316d92e10ac scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics() f98e27e575f1 net/9p: Switch to wait_event_killable() 8be417a79efc fs/9p: Compare qid.path in v9fs_test_inode 2e349fe9c2bb fix a page leak in vhost_scsi_iov_to_sgl() error recovery c0697b079ae5 mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method 2ace5971b1c1 ASoC: sun8i-codec: Set the BCLK divider c7316d6679de ASoC: sun8i-codec: Fix left and right channels inversion 2eb91e439cdf ASoC: sun8i-codec: Invert Master / Slave condition 0a116d482fa8 ALSA: hda/realtek - Fix ALC700 family no sound issue 1505048e3ff8 ALSA: hda: Fix too short HDMI/DP chmap reporting 1a1f798bfb30 ALSA: timer: Remove kernel warning at compat ioctl error paths 1051d7755bda ALSA: usb-audio: Add sanity checks in v2 clock parsers 199cd7823763 ALSA: usb-audio: Fix potential out-of-bound access at parsing SU cf7d9d2b53dc ALSA: usb-audio: Add sanity checks to FE parser aba17bf44d13 ALSA: pcm: update tstamp only if audio_tstamp changed 29259072ec04 ext4: prevent data corruption with journaling + DAX 97da4f9039cb ext4: prevent data corruption with inline data + DAX 5ddf166442c3 ext4: fix interaction between i_size, fallocate, and delalloc after a crash 9ed0b612fb77 ata: fixes kernel crash while tracing ata_eh_link_autopsy event 9d238de93426 fsnotify: fix pinning group in fsnotify_prepare_user_wait() 5b981d854914 fsnotify: pin both inode and vfsmount mark 91b0d40827a2 fsnotify: clean up fsnotify_prepare/finish_user_wait() 99a127e4a587 md/bitmap: revert a patch b11cb870192e Bluetooth: btqcomsmd: Add support for BD address setup cd4c4ed7d2a0 md: don't check MD_SB_CHANGE_CLEAN in md_allow_write 96e829f152c7 rtlwifi: fix uninitialized rtlhal->last_suspend_sec time 7d43a23c6689 rtlwifi: rtl8192ee: Fix memory leak when loading firmware ef7cb0278073 nfsd: deal with revoked delegations appropriately b6996af90c58 NFS: revalidate "." etc correctly on "open". 76d4c8adb264 NFS: Avoid RCU usage in tracepoints 78e607a16574 nfs: Fix ugly referral attributes 43f950f570f7 NFS: Revert "NFS: Move the flock open mode check into nfs_flock()" 52e54c5dc1d3 NFS: Fix typo in nomigration mount option 930ac0de39d5 isofs: fix timestamps beyond 2027 70fb63a15260 fanotify: fix fsnotify_prepare_user_wait() failure 568131ebc640 bcache: check ca->alloc_thread initialized before wake up it 4739cc25fe6a libceph: don't WARN() if user tries to add invalid key f5e35be74237 eCryptfs: use after free in ecryptfs_release_messaging() 8fa715eede18 fscrypt: lock mutex before checking for bounce page pool e880aa103552 nilfs2: fix race condition that causes file system corruption 0eb9f2d0c80d autofs: fix careless error in recent commit 7724ca25f299 autofs: don't fail mount for transient error 020cd1b07344 rt2x00usb: mark device removed when get ENOENT usb error 728ec449a62c MIPS: math-emu: Fix final emulation phase for certain instructions e67e9e160afb MIPS: BCM47XX: Fix LED inversion for WRT54GSv1 b7fc80471672 MIPS: Fix an n32 core file generation regset support regression 695a30121f31 MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry 649b942f5f21 dm: discard support requires all targets in a table support discards 9a77250fe32f dm: fix race between dm_get_from_kobject() and __dm_destroy() 0f222c2c6239 MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver badd13d39a0d dm: allocate struct mapped_device with kvzalloc 1ea71c17d132 ovl: Put upperdentry if ovl_check_origin() fails 20f908eac772 dm bufio: fix integer overflow when limiting maximum cache size 21e0f5780760 dm mpath: remove annoying message of 'blk_get_request() returned -11' 84370754991c dm crypt: allow unaligned bv_offset c27aa7e405c2 dm cache: fix race condition in the writeback mode overwrite_bio optimisation 463a9e155dab dm integrity: allow unaligned bv_offset fa7ebbb65fac ALSA: hda: Add Raven PCI ID 571d0222e808 PCI: Apply Cavium ThunderX ACS quirk to more Root Ports 86602f1c5aac PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF fc037283c8a7 PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD f56bf6a0bd36 PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time 03a249b08df1 PM / OPP: Add missing of_node_put(np) 2c1211c2edc9 nbd: don't start req until after the dead connection logic 01d54a192605 nbd: wait uninterruptible for the dead timeout 7bc2c995f8db net: mvneta: fix handling of the Tx descriptor counter 504d2a22b3af MIPS: ralink: Fix typo in mt7628 pinmux function 2f51d995b2b7 MIPS: ralink: Fix MT7628 pinmux 55cc724a945f ARM: 8721/1: mm: dump: check hardware RO bit for LPAE 884c853ff37b ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE c6a032594344 arm64: Implement arch-specific pte_access_permitted() 8420a2afdea5 x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing 95f53ae99256 lib/mpi: call cond_resched() from mpi_powm() loop a5d620687584 sched: Make resched_cpu() unconditional 188ec06978ac serdev: fix registration of second slave 9a6630779ac1 cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq 12da4fd9af22 ACPI / EC: Fix regression related to triggering source of EC event handling 1925155cbaf8 s390/disassembler: correct disassembly lines alignment 3bbfc892e348 s390/disassembler: increase show_code buffer size f2dd6d7f4453 s390/disassembler: add missing end marker for e7 table e4d2498802cf s390/guarded storage: fix possible memory corruption c1de5b04dff3 s390/runtime instrumention: fix possible memory corruption 1156f0d1e7b9 s390/noexec: execute kexec datamover without DAT 893ce3be12b7 s390: fix transactional execution control register handling e883dcdf2291 lguest: disable it vs. removing it. 40bda3ef7bfd x86/entry/64: Don't use IST entry for #BP stack 7414e2e34e6f kvm/x86: fix icebp instruction handling 32ec5903cbbe perf/hwbp: Simplify the perf-hwbp code, fix documentation cc46dc546e06 media: usbtv: prevent double free in error case ffe911e1acac ALSA: seq: Make ioctls race-free (From OE-Core rev: cd10e3be03a5c7c8c0e376c3e35fcba6d064a6db) (From OE-Core rev: ee5c22ca623f852bb57504df683d5009fe8bd92e) 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> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: update to v4.12.22Bruce Ashfield2018-06-153-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Paul Gortmaker released another 4.12-stable that comprises the following changes: 23dcfbfbca0a Linux 4.12.22 d4879ce5efb7 arm64: Kill PSCI_GET_VERSION as a variant-2 workaround 77915e1a7544 arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support b06fbedb6e14 arm/arm64: smccc: Implement SMCCC v1.1 inline primitive 1f400b388a20 arm/arm64: smccc: Make function identifiers an unsigned quantity f5d3afa3aecc firmware/psci: Expose SMCCC version through psci_ops 4c69d3a66e60 firmware/psci: Expose PSCI conduit cfec930a45f8 arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling 9e9697733818 arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support 2a8574eb6e3f arm/arm64: KVM: Turn kvm_psci_version into a static inline 2c79f828dfed arm64: KVM: Make PSCI_VERSION a fast path 042626a87234 arm/arm64: KVM: Advertise SMCCC v1.1 48a9e563e528 arm/arm64: KVM: Implement PSCI 1.0 support 28283de68052 arm/arm64: KVM: Add smccc accessors to PSCI code 33d47367626b arm/arm64: KVM: Add PSCI_VERSION helper 82ca1dcebf95 arm/arm64: KVM: Consolidate the PSCI include files efb7c6b5b7f9 arm64: KVM: Increment PC after handling an SMC trap b720b7837ed8 arm64: Branch predictor hardening for Cavium ThunderX2 6f2750c7a1c9 arm64: Implement branch predictor hardening for Falkor b56fa11959a7 arm64: Implement branch predictor hardening for affected Cortex-A CPUs 5eb80f970c49 arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75 cf45e77d8106 arm64: entry: Apply BP hardening for suspicious interrupts from EL0 e9c2f25bf62d arm64: entry: Apply BP hardening for high-priority synchronous exceptions b4f51ebd0fc3 arm64: KVM: Use per-CPU vector when BP hardening is enabled e8f7c5ba8c70 arm64: Move BP hardening to check_and_switch_context e2c124fa14e1 arm64: Add skeleton to harden the branch predictor against aliasing attacks ddd305f0fdf8 arm64: Move post_ttbr_update_workaround to C code 204d987e7143 drivers/firmware: Expose psci_get_version through psci_ops structure 8880e6380d91 arm64: cpufeature: Pass capability structure to ->enable callback 48017c15187b arm64: Run enable method for errata work arounds on late CPUs cf64258fb122 arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early 7d550f8cb119 arm64: futex: Mask __user pointers prior to dereference b9d01590df34 arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user 1b74ca827ed3 arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user 41b08b7c365b arm64: uaccess: Prevent speculative use of the current addr_limit 1736debe11ef arm64: entry: Ensure branch through syscall table is bounded under speculation 84e4780beea5 arm64: Use pointer masking to limit uaccess speculation d77d4c9aa433 arm64: Make USER_DS an inclusive limit b96ab81a6468 arm64: Implement array_index_mask_nospec() 21eb21937d8e arm64: barrier: Add CSDB macros to control data-value prediction da1217a79997 arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives c20b48f5b7a3 arm64: entry: Reword comment about post_ttbr_update_workaround 15d4d37f7709 arm64: Force KPTI to be disabled on Cavium ThunderX 3489abd67e33 arm64: kpti: Add ->enable callback to remap swapper using nG mappings b154d9be8c6f arm64: mm: Permit transitioning from Global to Non-Global without BBM 1610bb019302 arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0() 250a3a64585f arm64: Turn on KPTI only on CPUs that need it 32da2aa26b97 arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs 93d290bbe8f1 arm64: kpti: Fix the interaction between ASID switching and software PAN 923618230c12 arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR 51218390beb6 arm64: capabilities: Handle duplicate entries for a capability 630cf7161fca arm64: Take into account ID_AA64PFR0_EL1.CSV3 4b7ebe5c3644 arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry e09f32469091 arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0 8202169d678a arm64: use RET instruction for exiting the trampoline 414d9eabda3d arm64: kaslr: Put kernel vectors address in separate data page fce92f180168 arm64: entry: Add fake CPU feature for unmapping the kernel at EL0 83584a583bff arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks 4732b98b6400 arm64: cpu_errata: Add Kryo to Falkor 1003 errata 85dacaa58475 arm64: erratum: Work around Falkor erratum #E1003 in trampoline code bb0fa2f9cece arm64: entry: Hook up entry trampoline to exception vectors df7f7308d5f0 arm64: entry: Explicitly pass exception level to kernel_ventry macro 14bcc912ca7e arm64: mm: Map entry trampoline into trampoline and kernel page tables c30f47afaa64 arm64: entry: Add exception trampoline page for exceptions from EL0 21b891bf770f arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI 09e8df92ba8e arm64: mm: Add arm64_kernel_unmapped_at_el0 helper 6832da386e60 arm64: mm: Allocate ASIDs in pairs bfd2ff25b585 arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN 1e4477930e5e arm64: mm: Rename post_ttbr0_update_workaround 1e1890551573 arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003 0223b2589432 arm64: mm: Move ASID from TTBR0 to TTBR1 9fe82f4ebdc3 arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN 199f832ebf00 arm64: mm: Use non-global mappings for kernel space e9b0e14af7e3 arm64: move TASK_* definitions to <asm/processor.h> cab5207f57fd brd: remove unused brd_mutex 7522521435a4 arm/syscalls: Optimize address limit check 797f169015c5 Revert "arm/syscalls: Check address limit on user-mode return" 3056c8f5be3a syscalls: Use CHECK_DATA_CORRUPTION for addr_limit_user_check 74116ef5625a arm64: add VMAP_STACK overflow detection 0d82fd80a2d1 arm64: add on_accessible_stack() c38502bc1472 arm64: add basic VMAP_STACK support c3a53247c1ff arm64: use an irq stack pointer 73dcb6d84040 arm64: assembler: allow adr_this_cpu to use the stack pointer 344a8e142697 arm64: factor out entry stack manipulation 59c4a6fb5606 efi/arm64: add EFI_KIMG_ALIGN 1a5300c6063f arm64: move SEGMENT_ALIGN to <asm/memory.h> 3969d302c52f arm64: clean up irq stack definitions f030f0edba48 arm64: clean up THREAD_* definitions 1f3c78245a4a arm64: factor out PAGE_* and CONT_* definitions 8a5bc40e0c93 arm64: kernel: remove {THREAD,IRQ_STACK}_START_SP deba543af0b8 fork: allow arch-override of VMAP stack alignment 774f64ce7b0f arm64: remove __die()'s stack dump 7342855775d5 arm64: unwind: remove sp from struct stackframe 553dbcbcff1d arm64: unwind: reference pt_regs via embedded stack frame 926b0fe43412 arm64: unwind: disregard frame.sp when validating frame pointer da32ad8b5c11 arm64: unwind: avoid percpu indirection for irq stack eac4e8ecdd77 arm64: move non-entry code out of .entry.text b341e176374e arm64: consistently use bl for C exception entry 3cdad1f0b9d0 arm64: Add ASM_BUG() 01ace65c9150 arm64/vdso: Support mremap() for vDSO 8050b6ba63cb arm64: Handle trapped DC CVAP 0ee09d69dc93 arm64: Expose DC CVAP to userspace 704046e3e554 arm64: Convert __inval_cache_range() to area-based b40935f19c73 arm64: mm: Fix set_memory_valid() declaration 29530b5b549e arm64: Abstract syscallno manipulation f9f1c9d7d767 arm64: syscallno is secretly an int, make it official ab69949ffe23 x86/tracing: Build tracepoints only when they are used 03793940e25c x86/tracing: Disentangle pagefault and resched IPI tracing key 2822852ed8a5 x86/idt: Clean up the i386 low level entry macros d5654eb18f73 x86/idt: Remove the tracing IDT completely 0d38071a05e7 x86/smp: Use static key for reschedule interrupt tracing 4ef6e0f37891 x86/smp: Remove pointless duplicated interrupt code 40b216cec86d x86/mce: Remove duplicated tracing interrupt code 03f41cf538fd x86/irqwork: Get rid of duplicated tracing interrupt code 418b9a493901 x86/apic: Remove the duplicated tracing versions of interrupts 5be95f8dfffe x86/irq: Get rid of duplicated trace_x86_platform_ipi() code bd936c5d828a x86/apic: Remove the duplicated tracing version of local_timer_interrupt() f4971407abbb x86/traps: Simplify pagefault tracing logic 2f436623b2c3 x86/tracing: Introduce a static key for exception tracing 4395735bf0a9 arm64/syscalls: Check address limit on user-mode return 3e1d12839e05 arm/syscalls: Check address limit on user-mode return 649cd48799ef x86/syscalls: Check address limit on user-mode return 8fe35f321cd3 audit: fix memleak in auditd_send_unicast_skb. 4b1e889a4dd0 arm64: ptrace: Flush user-RW TLS reg to thread_struct before reading 75a382c72d50 arm64: Add dump_backtrace() in show_regs (From OE-Core rev: 9edeb4733e4a49d11febadc0e282c68c05e39575) (From OE-Core rev: 87b88590ec4f9fce8a9d1bcc56631f17abd137f0) 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> Signed-off-by: Armin Kuster <akuster808@gmail.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-05-033-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) (From OE-Core rev: 61e6adc8dfb8aa63628a2e96f9d5f7ab62307c59) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/meta: improve wifi driver granularityBruce Ashfield2018-05-033-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) (From OE-Core rev: 9e1bc0e552d7609428cb71bda7d2b6b726146c21) 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> [Removed upsupported kernels] Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: add ssl and utils native dependenciesBruce Ashfield2018-05-031-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) (From OE-Core rev: 8660345a665ef74828036c89257bc23246243c40) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: update to v4.12.21Bruce Ashfield2018-05-033-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) (From OE-Core rev: f10c5251dcb545e633f01b680ffee6e8cf75852d) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-modules: update to v2.10.5 for kernel 4.15Bruce Ashfield2018-03-261-2/+2
| | | | | | | | | | | | | (From OE-Core rev: 7f00a5161889a422d83dc113521d9241fdd89abf) (From OE-Core rev: 30f326fb9c0f3b4dbfe7f99e18b74f90e99f4207) 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> [got reports the latest 4.4 is having issues too] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-ust: upgrade 2.9.1 -> 2.10.1Richard Purdie2018-03-261-2/+2
| | | | | | | | | | (From OE-Core rev: 7c3ec9b7d21377ac3bc80de418615b00a23505b6) (From OE-Core rev: 6dc7f7d8b83b3136f16fc3afb10192cff8462533) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-modules: upgrade 2.9.5 -> 2.10.4Richard Purdie2018-03-261-4/+5
| | | | | | | | | | | | | LICENSE file contains a list of files and addtional files were added to the list, license was unchanged. (From OE-Core rev: f6372633b481fc267c1983a5276616513ec778a9) (From OE-Core rev: 173f3534a7217074f7291d42b1d572242bc710e0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: backport bugfixes for x86Bruce Ashfield2018-03-263-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) (From OE-Core rev: 39202a1d0714e91dff6c18b1043fd236df25434f) 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> Signed-off-by: Armin Kuster <akuster808@gmail.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-263-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) (From OE-Core rev: 690075e07e39f28cd076ef66c9b49ab6a46457b6) 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> [Fixup to bypass the aufs & systemtap changes] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: memleak and build warning fixesBruce Ashfield2018-03-263-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) (From OE-Core rev: bc6310b704dd7dcbd865ee8f09ce0f7b4326497c) 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> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: fix aufs compile warningBruce Ashfield2018-03-263-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) (From OE-Core rev: 20a7e72a1fa97f673de12856b3bf53c48a05a834) 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> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: add stratix10 SoC development boardBruce Ashfield2018-03-263-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) (From OE-Core rev: afb9c2b28190e8f9ca8f2366a9129a5ccdd06356) 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> Signed-off-by: Armin Kuster <akuster808@gmail.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: a8eb060cbbbb00581e8260dd6bfc31cff5558e8f) 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>
* kernel-yocto/4.9: update to v4.9.82Bruce Ashfield2018-02-203-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating to the korg -stable release of 4.9.82 which comprises the following commits: 3e598a7089ee Linux 4.9.82 2de1085e8deb ftrace: Remove incorrect setting of glob search field df113487f844 mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy 38e3bc59e0dd ovl: fix failure to fsync lower dir a468a3749bb5 acpi, nfit: fix register dimm error handling 623c28ee02b3 ACPI: sbshc: remove raw pointer from printk() message 3169a7c06e91 drm/i915: Avoid PPS HW/SW state mismatch due to rounding 8fe7ceaf8a4e btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker 3c83fe52b5c1 lib/ubsan: add type mismatch handler for new GCC/Clang 3f8130127c0c lib/ubsan.c: s/missaligned/misaligned/ 1bb09d05a41c clocksource/drivers/stm32: Fix kernel panic with multiple timers 944723bf84d3 pktcdvd: Fix pkt_setup_dev() error path 86d408d10efd pinctrl: intel: Initialize GPIO properly when used through irqchip 10ddc77ffb92 EDAC, octeon: Fix an uninitialized variable warning 2d4e295284a9 xtensa: fix futex_atomic_cmpxchg_inatomic 71611b37cca4 alpha: fix formating of stack content 7d22d92ca6c9 alpha: fix reboot on Avanti platform 68d18e90eeec alpha: fix crash if pthread_create races with signal delivery 21f94109d0f1 signal/sh: Ensure si_signo is initialized in do_divide_error 498b8b7453a3 signal/openrisc: Fix do_unaligned_access to send the proper signal 5795b076bd7f Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" version 84bf682f5342 Revert "Bluetooth: btusb: fix QCA Rome suspend/resume" 6913d1b190b9 Bluetooth: btsdio: Do not bind to non-removable BCM43341 df9658e80605 HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working 71baf27d8c2b pipe: fix off-by-one error when checking buffer limits a705c24b5d50 pipe: actually allow root to exceed the pipe buffer limits 91cebf98cd94 kernel/relay.c: revert "kernel/relay.c: fix potential memory leak" 33a4459bdef1 kernel/async.c: revert "async: simplify lowest_in_progress()" da3b224658d3 fs/proc/kcore.c: use probe_kernel_read() instead of memcpy() 1666d38f4ed6 media: cxusb, dib0700: ignore XC2028_I2C_FLUSH b2e7c63cad18 media: ts2020: avoid integer overflows on 32 bit machines d1d85ae79d5e media: dvb-frontends: fix i2c access helpers for KASAN b7f9df60f410 watchdog: imx2_wdt: restore previous timeout after suspend+resume eb10c5973eb2 ASoC: skl: Fix kernel warning due to zero NHTL entry 76376783a453 ASoC: rockchip: i2s: fix playback after runtime resume f6741799aa53 KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED ba88289e7acb KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2 51e22c571fad arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls 68f2013e1ff8 crypto: sha512-mb - initialize pending lengths correctly a96e82079025 crypto: caam - fix endless loop when DECO acquire fails f2d4bed9eabf media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic 437c4ec62efb media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors 30dcb0756b0f media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type 30ac343c4222 media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32 55e3f3e6846c media: v4l2-compat-ioctl32: Copy v4l2_window->global_alpha 8465657a3be4 media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs 9a7cd41be3ad media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer eec955463de3 media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32 daff4d009f4f media: v4l2-compat-ioctl32.c: avoid sizeof(type) 81e0acf07015 media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32 02129c9bc235 media: v4l2-compat-ioctl32.c: fix the indentation f294548da645 media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF e78d9fdf5ecc media: v4l2-ioctl.c: don't copy back the result for -ENOTTY daaa81c48402 nsfs: mark dentry with DCACHE_RCUACCESS b93728341fb7 crypto: poly1305 - remove ->setkey() method 45f31106baa3 crypto: mcryptd - pass through absence of ->setkey() c1ebf9f83547 crypto: cryptd - pass through absence of ->setkey() d2b492bda560 crypto: hash - introduce crypto_hash_alg_has_setkey() 016572d31d32 ahci: Add Intel Cannon Lake PCH-H PCI ID 72c0031a914e ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI 3332b6f3276b ahci: Annotate PCI ids for mobile Intel chipsets as such 058d13f85da6 kernfs: fix regression in kernfs_fop_write caused by wrong type b79d8854ee0e NFS: Fix a race between mmap() and O_DIRECT 967f650f8835 NFS: reject request for id_legacy key without auxdata ca2c316f7cb4 NFS: commit direct writes even if they fail partially d1840343f948 NFS: Add a cond_resched() to nfs_commit_release_pages() e1df8c682df6 nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds 298dc6c6696b ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrs de14d0c124ca ubi: block: Fix locking for idr_alloc/idr_remove 84f9d8536c8b ubi: fastmap: Erase outdated anchor PEBs during attach 44ebd641be56 mtd: nand: sunxi: Fix ECC strength choice d80cd3e93653 mtd: nand: Fix nand_do_read_oob() return value d25d52ff1011 mtd: nand: brcmnand: Disable prefetch by default cbdabc7027b1 mtd: cfi: convert inline functions to macros 198a7ddaf5d2 media: hdpvr: Fix an error handling path in hdpvr_probe() f320dd20224c media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner 1ff1353a03c6 media: dvb-usb-v2: lmedm04: Improve logic checking of warm start 7e2fb808d3c7 dccp: CVE-2017-8824: use-after-free in DCCP code a384e5437f70 sched/rt: Up the root domain ref count when passing it around via IPIs 1c679981309b sched/rt: Use container_of() to get root domain in rto_push_irq_work_func() 57ddb8eae517 usb: gadget: uvc: Missing files for configfs interface 0b376535ad54 posix-timer: Properly check sigevent->sigev_notify 83946c33b9b9 kaiser: fix compile error without vsyscall 297c7cc4b565 dmaengine: dmatest: fix container_of member in dmatest_callback 7e68916c361a CIFS: zero sensitive data when freeing f59eda16646a cifs: Fix autonegotiate security settings mismatch ee6858f72a39 cifs: Fix missing put_xid in cifs_file_strict_mmap ba4f9c192d3b powerpc/pseries: include linux/types.h in asm/hvcall.h 7f3bd8db9974 Linux 4.9.81 2760f452a718 x86/microcode: Do the family check first 230ca8fb9515 drm: rcar-du: Fix race condition when disabling planes at CRTC stop 758e22acf4fd drm: rcar-du: Use the VBK interrupt for vblank events 1cb145c67260 ASoC: rsnd: avoid duplicate free_irq() 24978c21f7ed ASoC: rsnd: don't call free_irq() on Parent SSI a7de0e9718c3 ASoC: simple-card: Fix misleading error message 7c17a1e5852a crypto: tcrypt - fix S/G table for test_aead_speed() fc00dde96099 KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL e5a83419c957 KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL 755502f810c6 KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES 7013129a4034 KVM/x86: Add IBPB support 6236b782eba3 KVM: VMX: make MSR bitmaps per-VCPU ff546f9d83d3 KVM: VMX: introduce alloc_loaded_vmcs 46e24dfc2dfe KVM: nVMX: Eliminate vmcs02 pool b7649e177670 KVM: nVMX: mark vmcs12 pages dirty on L2 exit 1edccf20b9d8 KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail 19b1d4bdfe5c KVM: nVMX: kmap() can't fail 34900390e966 x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL 4b234a253e52 x86/pti: Mark constant arrays as __initconst 961cb14c615d x86/spectre: Simplify spectre_v2 command line parsing fe4333893936 x86/retpoline: Avoid retpolines for built-in __init functions eb99bd6341cb x86/kvm: Update spectre-v1 mitigation 7552556f65af x86/paravirt: Remove 'noreplace-paravirt' cmdline option cda6b6074cc6 x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel f67e05d1506a x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable" 359fde6bd0ec x86/spectre: Report get_user mitigation for spectre_v1 0781a50a30d3 nl80211: Sanitize array index in parse_txq_params c26ceec69576 vfs, fdtable: Prevent bounds-check bypass via speculative execution c3193fd49f6f x86/syscall: Sanitize syscall table de-references under speculation 398a39311c0b x86/get_user: Use pointer masking to limit speculation 065eae4be83d x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec ae75f83e79e4 x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end} e06d7bfb223e x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec 1f03d140e2f5 x86: Introduce barrier_nospec 8c33e2d23a68 x86: Implement array_index_mask_nospec 579ef9ea20d6 array_index_nospec: Sanitize speculative array de-references 899ab2cf9138 Documentation: Document array_index_nospec f03d00ba0b47 x86/asm: Move 'status' from thread_struct to thread_info 572e50917811 x86/entry/64: Push extra regs right away d7f8d17406d6 x86/entry/64: Remove the SYSCALL64 fast path 9eedeb72c412 x86/spectre: Check CONFIG_RETPOLINE in command line parser 77d1424d2fb8 x86/retpoline: Simplify vmexit_fill_RSB() 77b3b3ee2386 x86/cpufeatures: Clean up Spectre v2 related CPUID flags 98911226d51e x86/cpu/bugs: Make retpoline module warning conditional 557cbfa22211 x86/bugs: Drop one "mitigation" from dmesg 18bc71dff630 x86/nospec: Fix header guards names 31fd9eda7f69 x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support 6c5e49150a51 x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes a8799fd14d9f x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown af57d43c908f x86/msr: Add definitions for new speculation control MSRs c26a6bea26b3 x86/cpufeatures: Add AMD feature bits for Speculation Control 40532f65cccc x86/cpufeatures: Add Intel feature bits for Speculation Control d3eba7744075 x86/cpufeatures: Add CPUID_7_EDX CPUID leaf a1745ad92f50 module/retpoline: Warn about missing retpoline in module ec86a1dad0c0 KVM: VMX: Make indirect call speculation safe fea3c9a54012 KVM: x86: Make indirect calls in emulator speculation safe 734e687d1d7b x86/retpoline: Remove the esp/rsp thunk 9692602ab850 KEYS: encrypted: fix buffer overread in valid_master_desc() 0a01ecbd23a9 b43: Add missing MODULE_FIRMWARE() 113d22965c78 media: soc_camera: soc_scale_crop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE dd7b14c3e05e x86/microcode/AMD: Do not load when running on a hypervisor 0a9b2dec6c12 x86/asm: Fix inline asm call constraints for GCC 4.4 b671f40419bb soreuseport: fix mem leak in reuseport_add_sock() 5771415d24bf ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only fa46d1437fab cls_u32: add missing RCU annotation. b980f718f525 tcp_bbr: fix pacing_gain to always be unity when using lt_bw 73adb3b74efd vhost_net: stop device during reset owner ee46a8614204 tcp: release sk_frag.page in tcp_disconnect 5db5cabbf09d r8169: fix RTL8168EP take too long to complete driver initialization. 9f2f873d5a1c qmi_wwan: Add support for Quectel EP06 97fe899816a6 qlcnic: fix deadlock bug ce43c07fcef8 net: igmp: add a missing rcu locking section 7d3d60ef2256 ip6mr: fix stale iterator ffcf167d348e serial: core: mark port as initialized after successful IRQ change 400d3c8b0c7f kaiser: allocate pgd with order 0 when pti=off ae1fc8de51b1 x86/pti: Make unpoison of pgd for trusted boot work for real 0a61cd6caed7 kaiser: fix intel_bts perf crashes 374c84de94af ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE 0ee4f5e7bbff pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE 781a2d683110 auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE 9fed3978c39b powerpc/64s: Allow control of RFI flush via debugfs 1f0c936f431d powerpc/64s: Wire up cpu_show_meltdown() 6aec12e1869e powerpc/powernv: Check device-tree for RFI flush settings 7db0fff62f52 powerpc/pseries: Query hypervisor for RFI flush settings 0ef9f8289edf powerpc/64s: Support disabling RFI flush with no_rfi_flush and nopti c3b82ebee6e0 powerpc/64s: Add support for RFI flush of L1-D cache 48cc95d4e4d6 powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNEL 00e40620a51e powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNEL 9d914324d966 powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNEL 8fd3f98d0f4d powerpc/64: Add macros for annotating the destination of rfid/hrfid be6641a7e6f7 powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapper 331b057d4f3c Linux 4.9.80 1333c3e996eb spi: imx: do not access registers while clocks disabled 5846849a1ac7 serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS 9df847674ede usbip: vhci_hcd: clear just the USB_PORT_STAT_POWER bit 57d4bb1beecb usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc() 92e64a1079fa usb: uas: unconditionally bring back host after reset f24d171a8100 usb: f_fs: Prevent gadget unbind if it is already unbound 800de0fab17a USB: serial: simple: add Motorola Tetra driver f80079536bb6 usbip: list: don't list devices attached to vhci_hcd 4c6fcc3425e1 usbip: prevent bind loops on devices attached to vhci_hcd ec719c52af16 USB: serial: io_edgeport: fix possible sleep-in-atomic aa6a93fd0c38 CDC-ACM: apply quirk for card reader c3b1f3137751 USB: cdc-acm: Do not log urb submission errors on disconnect 068cc4ad2b23 USB: serial: pl2303: new device id for Chilitag 2ef0d2ad5ce8 usb: option: Add support for FS040U modem 55eaecffe3d6 tty: fix data race between tty_init_dev and flush of buf 383e0620b70b staging: lustre: separate a connection destroy from free struct kib_conn f94b238fb856 drm/vc4: Move IRQ enable to PM path ace1911b7620 staging: rtl8188eu: Fix incorrect response to SIOCGIWESSID 0e216b0a0f74 usb: gadget: don't dereference g until after it has been null checked b4bfc8ef594a media: usbtv: add a new usbid c16c193e3abc ARM: dts: NSP: Fix PPI interrupt types 9adb2a0f9a47 iwlwifi: mvm: fix the TX queue hang timeout for MONITOR vif type a248dc6a55b7 scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vreg fa64914313c1 scsi: aacraid: Prevent crash in case of free interrupt during scsi EH path fde77c712ac0 xfs: Properly retry failed dquot items in case of error during buffer writeback d96024440ee5 xfs: ubsan fixes 9301165c4623 drm/omap: Fix error handling path in 'omap_dmm_probe()' f7170eb80aff drm/bridge: tc358767: fix 1-lane behavior 8ae615fecee5 drm/bridge: tc358767: fix AUXDATAn registers access 1bdfc52c331a drm/bridge: tc358767: fix timing calculations c55908604ecc drm/bridge: tc358767: fix DP0_MISC register set 8d4bfe89aacf drm/bridge: tc358767: filter out too high modes 5f6a0441ca0d drm/bridge: tc358767: do no fail on hi-res displays 7b8623841f2b kmemleak: add scheduling point to kmemleak_scan() d2a67f7afcad SUNRPC: Allow connect to return EHOSTUNREACH c4ecc2f69643 quota: Check for register_shrinker() failure. d47907bcac94 net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit e11616d5e6c3 drm/amdgpu: don't try to move pinned BOs 54a1fdff1b09 xfs: fortify xfs_alloc_buftarg error handling 98ae1ca7534e bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()' d5a746cf4797 hwmon: (pmbus) Use 64bit math for DIRECT format values 3b7742374f3e lockd: fix "list_add double add" caused by legacy signal interface f25e222ccc50 nfsd: check for use of the closed special stateid f35ab8e2eeb8 grace: replace BUG_ON by WARN_ONCE in exit_net hook 2a7d4a723d2e nfsd: Ensure we check stateid validity in the seqid operation checks 5cd3586ca8d4 nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0) c57767b60962 auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM c6a34556f539 xen-netfront: remove warning when unloading module b5bfda0f8e29 xfs: always free inline data before resetting inode fork during ifree 5c0b19bd8cff KVM: VMX: Fix rflags cache during vCPU reset b0fa04e8429e KVM: X86: Fix softlockup when get the current kvmclock 90ef2c30ebd3 reiserfs: remove unneeded i_version bump 8cfb3965ebcd btrfs: fix deadlock when writing out space cache 030d4676a268 mac80211: fix the update of path metric for RANN frame 03899a46c223 openvswitch: fix the incorrect flow action alloc size 827558408206 drm/amdkfd: Fix SDMA oversubsription handling 16980affa1b0 drm/amdkfd: Fix SDMA ring buffer size calculation 8afdbb165a79 drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled mode 409982cbb5eb bcache: check return value of register_shrinker 6436981ba6d1 cpufreq: Add Loongson machine dependencies 876b31fd9815 KVM: x86: ioapic: Preserve read-only values in the redirection table 1d3ab3b2964e ACPI / bus: Leave modalias empty for devices which are not present a9f2c1693667 KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggered 2f9e94ef498d KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure race ec73d16bc7ce KVM: X86: Fix operand/address-size during instruction decoding 114de9bfefa5 KVM: x86: Don't re-execute instruction when not passing CR2 value 60d9b22b1ffc KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure d8f75b4c7f25 cpupower : Fix cpupower working when cpu0 is offline 82e57cdce058 cpupowerutils: bench - Fix cpu online check 036c227cdd1c drm/vc4: Account for interrupts in flight 30942f91b5a5 igb: Free IRQs when device is hotplugged 3a98d0753928 mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE e29997d55268 gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE cb1a0b51d103 gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE 517931760e69 power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE ddba3c67a5b8 HID: wacom: EKR: ensure devres groups at higher indexes are released b7edc45f3ada crypto: af_alg - whitelist mask and type 1ce8e52f6f36 crypto: sha3-generic - fixes for alignment and big endian operation 95259cb008ba crypto: aesni - handle zero length dst buffer f1803207b5ea crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH cc1fa4a7b653 gpio: Fix kernel stack leak to userspace 241c04f75e90 gpio: stmpe: i2c transfer are forbiden in atomic context efe3f94f83d2 tools/gpio: Fix build error with musl libc 2a7076e71575 RDMA/mlx5: set UMR wqe fence according to HCA cap 20e6f5bdf542 net/mlx5: Define interface bits for fencing UMR wqe 56bc086358ca loop: fix concurrent lo_open/lo_release 6c6f924f9c62 Linux 4.9.79 f12d0602633d nfsd: auth: Fix gid sorting when rootsquash enabled f531fbb06a56 bpf: reject stores into ctx via st and xadd 265d7657c9ba bpf: fix 32-bit divide by zero 4606077802f2 bpf: fix divides by zero 5cb917aa1f1e bpf: avoid false sharing of map refcount with max_entries fcabc6d00885 bpf: arsh is not supported in 32 bit alu thus reject it a3d6dd6a66c1 bpf: introduce BPF_JIT_ALWAYS_ON config 5226bb3b9551 bpf: fix bpf_tail_call() x64 JIT c964ad34f6d9 x86: bpf_jit: small optimization in emit_bpf_tail_call() c98ff7299b40 hrtimer: Reset hrtimer cpu base proper on CPU hotplug 9f3a6cadf494 x86/microcode/intel: Extend BDW late-loading further with LLC size check dc1932c69835 perf/x86/amd/power: Do not load AMD power module on !AMD platforms eecfa2eeefe3 flow_dissector: properly cap thoff field 18717ee28ef5 tun: fix a memory leak for tfile->tx_array 1105145cb3d5 mlxsw: spectrum_router: Don't log an error on missing neighbor 3110e2134c97 gso: validate gso_type in GSO handlers cc99c6d59adf ip6_gre: init dev->mtu and dev->hard_header_len correctly 1711ba166e5f be2net: restore properly promisc mode after queues reconfiguration 00f9e47c6f9d ppp: unlock all_ppp_mutex before registering device 260eb694b5a4 ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY 014510b11781 net: Allow neigh contructor functions ability to modify the primary_key 66c16a22e3b1 vmxnet3: repair memory leak 0e52703d0746 tipc: fix a memory leak in tipc_nl_node_get_link() 2f056e7def42 sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf 8e3534ea657e sctp: do not allow the v4 socket to bind a v4mapped v6 address 0f51492d1bd5 r8169: fix memory corruption on retrieval of hardware statistics. 1bd21b158e07 pppoe: take ->needed_headroom of lower device into account on xmit cf67be7a1a21 net: tcp: close sock if net namespace is exiting a44d91150f33 net: qdisc_pkt_len_init() should be more robust 0ae16964f215 net: igmp: fix source address check for IGMPv3 reports 283498b4ca35 lan78xx: Fix failure in USB Full Speed c2ceff11b46e ipv6: ip6_make_skb() needs to clear cork.base.dst fb50d8c9169e ipv6: fix udpv6 sendmsg crash caused by too small MTU 8b0d3e81cdec ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL 5bb5ae9718f6 dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state 5f6c581bcb3c eventpoll.h: add missing epoll event masks 9a0be5afbfbb vsyscall: Fix permissions for emulate mode with KAISER/PTI 1be7d46e775c um: link vmlinux with -no-pie d680db722516 orangefs: fix deadlock; do not write i_size in read_iter 42f0aba58e00 Input: trackpoint - force 3 buttons if 0 button is reported 19a7db1e2ef3 mm: fix 100% CPU kswapd busyloop on unreclaimable nodes e62b0c661f65 Revert "module: Add retpoline tag to VERMAGIC" c41bb027ed63 scsi: libiscsi: fix shifting of DID_REQUEUE host byte 7b50205cf8b9 fs/fcntl: f_setown, avoid undefined behaviour 0ccfbd4d6f02 reiserfs: don't preallocate blocks for extended attributes b7d25282b75e reiserfs: fix race in prealloc discard 898eeca02a55 netfilter: xt_osf: Add missing permission checks 2c3184ea8032 netfilter: nfnetlink_cthelper: Add missing permission checks 2915f16bdce2 ACPICA: Namespace: fix operand cache leak 3a53accd9c39 ACPI / scan: Prefer devices without _HID/_CID for _ADR matching 542cde0e3cc2 ipc: msg, make msgrcv work with LONG_MIN 685cce58f1c2 mm, page_alloc: fix potential false positive in __zone_watermark_ok 714c19ef57a5 cma: fix calculation of aligned offset bc0e2174b092 hwpoison, memcg: forcibly uncharge LRU pages c57664bd1299 mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack 1d8c402e0c46 drivers: base: cacheinfo: fix boot error message when acpi is enabled f5aaa5a2836d drivers: base: cacheinfo: fix x86 with CONFIG_OF enabled 318e17d09cbc Prevent timer value 0 for MWAITX 45ee9d5e97a4 KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2 41e4aa17bc02 can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_once 40bf2c0c1c9e can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_once 69e78e7214e3 usbip: Fix potential format overflow in userspace tools 853c39f239eb usbip: Fix implicit fallthrough warning ce601a07bc50 usbip: prevent vhci_hcd driver from leaking a socket pointer address 5c26ee198fca orangefs: initialize op on loop restart in orangefs_devreq_read fb39345e7314 orangefs: use list_for_each_entry_safe in purge_waiting_ops c36c940cd4aa x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernels (From OE-Core rev: 2db2bfa47dd3e04b67e5a1642d36ac6f1eff245f) 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-203-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: 3ec455603ac02ecd2df0192082a0866a6389c821) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit 22d84ba8025076209a6c8bfed6a0fcec6e10b353) hand applied do to other pending changes Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: pinctrl backportsBruce Ashfield2018-02-193-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: 7636a42fb615b9ea4881483a61d3dac0ec72a5a6) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 4c05eb243c2cf10304383f6265721b695750cb9b) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.12: update to v4.12.19Bruce Ashfield2018-01-283-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: 4ff3897ce27fcfc1ba0dfec92e209f03ebc85bf4) 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-283-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: 5836f31aad5cb5772e899fa02e6716ab48dd1d01) 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-283-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: 266f505a7de69850da4b3e82ccbf4c8466adfe51) 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-283-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: 7b1ee27839401f1f6c40e012e388b5d8749b2a2f) 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-283-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: 8fd6ca0d3897e974a3f4f6687b2796add3fd9293) 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-283-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: 3d0ef7cb4a9495d26d59715936d8e39f2ad61b91) 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-283-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: b0d897cfb70918220d09af0e8d614e8d483ae26d) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>