summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* package_manager: remove strings and migrate to direct arraysStephano Cetola2018-04-052-125/+121
| | | | | | | | | | | | | | | | | | When using subprocess call and check_output, it is better to use arrays rather than strings when possible to avoid whitespace and quoting problems. [ YOCTO #9342 ] (From OE-Core rev: b12cec9a5ef14ecb02be7feec65508cf5d65c795) (From OE-Core rev: 60ba1d424636bdd5700ec3ee0acec5c19550b884) Signed-off-by: Stephano Cetola <stephano.cetola@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>
* lib/oe/package_manager: .deb pre/postinst argsLinus Wallgren2018-04-051-6/+11
| | | | | | | | | | | | | | | | | | | | The debian policy manual and MaintainerScripts wiki page states that the postinst script is supposed to be called with the `configure` argument at first install, likewise the preinst script is supposed to be called with the `install` argument on first install. https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html https://wiki.debian.org/MaintainerScripts (From OE-Core rev: 3d9c3aae54589794ce3484fa1b21d1af2bd32661) (From OE-Core rev: ba59b6416f24ad53f1caccf9185b46cb60da213a) Signed-off-by: Linus Wallgren <linus.wallgren@scypho.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>
* glibc: relocate locale paths in nativesdkRoss Burton2018-04-052-0/+34
| | | | | | | | | | | | | | | | | | | | | nativesdk is built with a specific prefix but this will be different at install time, however glibc hard-codes the path to locale files. Expand these strings to 4K and move them to a magic segment which we can relocate when the SDK is installed. (From OE-Core rev: 59e0679378aac27c4fea0b06721e0a184a93c100) (From OE-Core rev: c1f220f89496de51d3aa6eacd42cd8d3ddaad104) (From OE-Core rev: 39d0aca4e3e4e1115ee9db64e84625f5827ea50f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (From OE-Core rev: e1faf9ac7e89d33aba33547ede19a10aaa034207) Fixup patch 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>
* glibc: don't use host locales in nativesdkRoss Burton2018-04-051-6/+0
| | | | | | | | | | | (From OE-Core rev: d7ded85766852689a0d774c896a11d0609004ab2) (From OE-Core rev: 152e045f42a66a0f74f6c097213f023c2c740292) (From OE-Core rev: d5adeb887e9b56e4c047a8c5488fb89831e88727) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* default-distrovars: don't rename locales for nativesdkRoss Burton2018-04-051-0/+1
| | | | | | | | | | | (From OE-Core rev: 909da982c74b2ed931a65dda248557cb18f773e0) (From OE-Core rev: 1612bce132314ad2ac41c796480c598457d600cc) (From OE-Core rev: 15ef6ab7ae3d015ef319c9631bb8ae10fcb2f5d9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: Add reference to iwlwifi-8000C firmwareAvinash Reddy Palleti2018-03-191-1/+2
| | | | | | | | | | | | | | | | Adding reference to iwlwifi-8000c firmware which was removed erroneously in commit 3e4b382c0c687a76f824cd84b478c4f778e15e3e (From OE-Core rev: 72885c4132e8ab7e6c70a4534870805d6ad7047f) (From OE-Core rev: 7c6501b66a7d17071c8b012d7fd6e09edf28c671) Signed-off-by: Avinash Reddy Palleti <avinash.reddy.palleti@intel.com> Acked-by: Saul Wold <sgw@linux.intel.com> 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-yocto-rt/4.1: update to include spectre fixesArmin Kuster2018-03-191-1/+1
| | | | | | | | | (From OE-Core rev: 4b235f09dc3bfe76ae095c7ff99e0eb7b8badca7) (From OE-Core rev: 6c0fd049c9b5ae7f170cae8fe6edc98ecfe053fe) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.1: updated to include spectre fixesArmin Kuster2018-03-191-8/+8
| | | | | | | | | (From OE-Core rev: 06b57932db48eeb42989c6eb0010e8b1b713b7e9) (From OE-Core rev: bafd21e0ba9f8713e0160684ac20ae3ecba19b42) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-tiny/4.1: update with spectre fixesArmin Kuster2018-03-191-1/+1
| | | | | | | | | (From OE-Core rev: 61b365ab2ece1469cf85133112d48891cdfe310e) (From OE-Core rev: da4174e433d14799a41937cb1989f0d03066687b) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-tiny/4.1: update to 4.1.49 plus meltdownArmin Kuster2018-03-191-3/+3
| | | | | | | | | (From OE-Core rev: 7162fd28422355778dfa203db52d9b868cd496cb) (From OE-Core rev: 426f8fdd99db8a2769f688573890e4ec79435741) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-rt/4.1: update to 4.1.49 plus meltdownArmin Kuster2018-03-191-3/+3
| | | | | | | | | (From OE-Core rev: 90b6eb24e90003cf7ba66d146e370408eb978441) (From OE-Core rev: 539a337e840db6fdd796b4215ffafbb7b9eb9433) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.1: update to 4.1.49 plus meltdownArmin Kuster2018-03-191-10/+10
| | | | | | | | | (From OE-Core rev: bf2362cfa79722798c1798c82233190f8280a259) (From OE-Core rev: a84d164bec5f7f2a60e8ab0e5f354ea383347bc0) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* world-broken.inc: blacklist portmap on muslRichard Purdie2018-03-151-0/+4
| | | | | | | | | portmap was dropped in rocko and later and doesn't work with libtirpc so don't build it for musl (From OE-Core rev: ceeda7a60c613a93f7bd3c8234010d34e3e98b3b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* uninative: Add compatiblity version checkRichard Purdie2018-03-152-0/+9
| | | | | | | | | | | | | | | | If glibc is newer on the host than in uninative, the failure mode is pretty nasty for clusters where the sstate is shared, including the Yocto Project autobuilder. This check aborts the use of uninative in such scenarios where a newer glibc version appears and avoids corruption of sstate caches. We use ldd to check the glibc version since that is included in libc-bin (or equivalent) which locales use so it should always be present. (From OE-Core rev: 676d4d91064d4e4f7abb2bd3597a0ddd5b7e2390) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-uninative: Upgrade to 1.8 version with glibc 2.27Richard Purdie2018-03-151-3/+3
| | | | | | | | | Now distros are starting to ship glibc 2.27 we need a uninatve version which contains glibc 2.27 which is in the 1.8 version. (From OE-Core rev: 922dae3a2adde21717ebcd1b5fe8e75f69b391df) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* unfs3: Fix libtirpc usage for unfs3-native versionRichard Purdie2018-03-151-2/+2
| | | | | | (From OE-Core rev: 955c4855130ee01e20a9e7f5a76ffee75d77ebe3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* unfs3: Fix build with muslKhem Raj2018-03-153-8/+44
| | | | | | | | | | | Should also fix build on new build hosts where with glibc 2.27 rpc support is dropped in favor of libtirpc (From OE-Core rev: 62552a76b65b7ab5fa71b188537ae0582c3cbaea) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtirpc: Extend to native and nativesdk recipesKhem Raj2018-03-151-0/+2
| | | | | | | (From OE-Core rev: b7b22cb443f1fb9683643c60e983802bd6c8e40d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtirpc: stop dropping in NIS headersRoss Burton2018-03-151-10/+3
| | | | | | | | | | | | libtirpc prior to 1.0.2 assumed that the system provided nis.h but this isn't always true. Until now we've been using a tarball of the missing files from Gentoo, but libtirpc 1.0.2 added a copy of nis.h to the sources so this isn't required anymore. (From OE-Core rev: cc20757169f833c322fbdee592788e37ed2d549f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtirpc: upgrade to 1.0.2Maxin B. John2018-03-154-1050/+2
| | | | | | | | | | | | | | | 1.0.1 -> 1.0.2 Remove these Backported and upstreamed patches: 1. 0001-Fix-for-CVE-2017-8779.patch 2. libtirpc-0.2.1-fortify.patch 3. libtirpc-1.0.2-rc3.patc (From OE-Core rev: fa997ff110c490337c79658bdb4baf67edc65521) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtirpc: Fix CVE-2017-8779Fan Xin2018-03-152-0/+277
| | | | | | | | | | | | This vulnerability is also called "rpcbomb". Backport upstream patch to fix this vulnerability. CVE: CVE-2017-8779 (From OE-Core rev: 19faff705a0458570bc640adbbdc07348a831b0c) Signed-off-by: Fan Xin<fan.xin@jp.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtirpc: Fix build error due to missing stdint.h> includeKhem Raj2018-03-152-0/+33
| | | | | | | | (From OE-Core rev: fad973276c774149d79cb4cb824301d05c0a0778) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtirpc: Enable des APIs for muslKhem Raj2018-03-153-141/+33
| | | | | | | | | | | Use memset() API instead of __bzero() Drop the patch removing des_* functions for musl (From OE-Core rev: f77f93f9458e2279ec2322578b1366fa1a632485) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtirpc: Expose key_secretkey_is_set APIKhem Raj2018-03-152-0/+25
| | | | | | | | | | libnsl needs this API (From OE-Core rev: 36f9db435506922976b68ad0912d26674d574653) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtirpc: Backport fixes from 1.0.2rc3Khem Raj2018-03-154-86/+762
| | | | | | | | | | These fixes are needed for it to work with gcc7 (From OE-Core rev: 387cd21a6792b3243c4fde84231d6e164e660f98) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc: Remove patch causing ICE on x86_64 valgrind compileRichard Purdie2018-03-142-52/+0
| | | | | | | | | | | | | | | | | | | ../../valgrind-3.12.0/VEX/priv/host_ppc_isel.c: In function 'iselInt64Expr': | ../../valgrind-3.12.0/VEX/priv/host_ppc_isel.c:3270:1: internal compiler error: Segmentation fault | } | ^ | Please submit a full bug report, | with preprocessed source if appropriate. | See <http://gcc.gnu.org/bugs.html> for instructions. | rm -f libvexmultiarch-amd64-linux.a | Makefile:1813: recipe for target 'priv/libvex_amd64_linux_a-host_ppc_isel.o' failed Remove the patch to gcc causing this until the issue can be figured out. (From OE-Core rev: 67e99321233e6a2897a0de33f0b98cd89bc9d3dc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc6: Backport few more patchesJuro Bystricky2018-03-1413-0/+7207
| | | | | | | | | | | | Backported series of patches from https://github.com/hjl-tools/gcc.git branch /hjl/indirect/gcc-6-branch/master which contains an IA patch series for security related issues (From OE-Core rev: 155936a8e5d29d26ef80333920a056f7c3211657) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc6: enable FL_LPAE flag for armv7ve coresAndre McCurdy2018-03-142-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | The following commit added the FL_LPAE flag to FL_FOR_ARCH7VE, but neglected to also add it to the armv7ve compatible cores defined in arm-cores.def. https://github.com/gcc-mirror/gcc/commit/af2d9b9e58e8be576c53d94f30c48c68146b0c98 The result is that gcc 6.4 now refuses to allow -march=armv7ve and -mcpu=XXX to be used together, even when -mcpu is set to an armv7ve compatible core: arm-linux-gnueabi-gcc -march=armv7ve -mcpu=cortex-a7 -Werror ... error: switch -mcpu=cortex-a7 conflicts with -march=armv7ve switch [-Werror] Fix by defining flags for armv7ve compatible cores directly from FL_FOR_ARCH7VE, rather than re-creating the armv7ve flags independently by combining FL_FOR_ARCH7A with the armv7ve specific FL_THUMB_DIV and FL_ARM_DIV flags. (From OE-Core rev: 9923939703d918461d789712e14420a38ebf978b) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc6: Fix unaligned STRD issue on ARMKhem Raj2018-03-142-0/+195
| | | | | | | | | | | | | | Backport https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82445 Fixes [YOCTO 12297] (From OE-Core rev: 588382b586eb27ba4825d3bdc0d0a807e956cf24) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 568227133be3f9f015679df3525f6c4f86304fd0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc6: Upgrade to 6.4Khem Raj2018-03-1467-82/+25
| | | | | | | | | (From OE-Core rev: 02d2a14333b3cbc8e6acf74245f3db6b6b94c91b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 7874fa86cb583fe6a178b95ead09430486197197) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc: Fix libssh_nonshared linker specs for ppc/muslKhem Raj2018-03-141-5/+50
| | | | | | | | | | | | | | | | | The change to link libssp_nonshared.a only for musl was to move spec file changes to config/linux.h under a conditional when DEFAULT_LIBC == LIBC_MUSL which worked fine for all but ppc since gcc for ppc provided its own linux.h overrides which are used. This patch duplicates the change in those headers too Cherry-picked from oe-core master 9d39168a6acfa1f289a4448271c0bf9caaea10ec (From OE-Core rev: 7d391a9e566a6ddc2970fc666a45570310bdc780) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc: Link libssp_nonshared.a only on musl targetsKhem Raj2018-03-143-29/+43
| | | | | | | | | | | | | | | | | | | | glibc already provides the content for libssp_nonshared in libc_nonshared.a therefore we dont need to make it universal. This also fixed build issues on glibc when linking statically and using -fstack-protector Fixed errors like /mnt/a/oe/build/tmp/work/i586-bec-linux/aufs-util/3.14+gitAUTOINC+bdfcc0dcfc-r0/recipe-sysroot/usr/lib/../lib/libc.a(stack_chk_fail.o): In function `__stack_chk_fail': /usr/src/debug/glibc/2.26-r0/git/debug/stack_chk_fail.c:27: multiple definition of `__stack_chk_fail_local' /mnt/a/oe/build/tmp/work/i586-bec-linux/aufs-util/3.14+gitAUTOINC+bdfcc0dcfc-r0/recipe-sysroot/usr/lib/../lib/libssp_nonshared.a(libssp_nonshared_la-ssp-local.o):/usr/src/debug/gcc-runtime/7.1.0-r0/gcc-7.1.0/build.i586-bec-linux.i586-bec-linux/i586-bec-linux/libssp/../../../../../../../../work-shared/gcc-7.1.0-r0/gcc-7.1.0/libssp/ssp-local.c:47: first defined here collect2: error: ld returned 1 exit status Cherry-picked from oe-core master d71eba26850838b2878efea3f8c392a2eb2ebbfb (From OE-Core rev: 27eaa97595cbac38a8bec118fe3d5f8920ab814e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc-runtime: Disable libitm on riscvKhem Raj2018-03-141-0/+2
| | | | | | | | | (From OE-Core rev: 5098e46cd7101bcc66dd579352292136b29d840b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 21caa8bcda93ce67ef58548f7b85d0569d13d0b9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc-6.3: Backport patch to fix ICE on ARMKhem Raj2018-03-142-0/+52
| | | | | | | | | | | | Fixes internal compiler error: Max. number of generated reload insns per insn is achieved (90) (From OE-Core rev: 7f5485d2b8f978964f1f932fd328c98d0a1872c0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d2631f45a057c53797b7ba657662f35f66a2b04e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc-6.3.inc: Use ucontext_t not struct ucontext.Juro Bystricky2018-03-142-0/+140
| | | | | | | | | | | | | | | | | | | | | | | Use ucontext_t not struct ucontext in linux-unwind.h files. Current glibc no longer gives the ucontext_t type the tag struct ucontext, to conform with POSIX namespace rules. This requires various linux-unwind.h files in libgcc, that were previously using struct ucontext, to be fixed to use ucontext_t instead. This is similar to the removal of the struct siginfo tag from siginfo_t some years ago. Backport of patches by Joseph Myers, taken from https://gcc.gnu.org/viewcvs/gcc?limit_changes=0&view=revision&revision=249957 [YOCTO #12083] (From OE-Core rev: 063f5558ef2040b6d2c34caa553ed09733fc6470) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit ec1c18d866c137b1fa523d0fcc29f65a28f59f44) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc: Remove unused patchJussi Kukkonen2018-03-141-290/+0
| | | | | | | | | | | CVE-2016-4490 applied to gcc < 6.1.1, our version is 6.3 (From OE-Core rev: 869d7ddb30e5c522a3e7e200b0696340d37f5198) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d8329861bf6f48f6e541a04062b8d1f373dfcd78) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc: Fix CVE-2016-6131 in libibertyYuanjie Huang2018-03-144-0/+504
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NVD] -- https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-6131 The demangler in GNU Libiberty allows remote attackers to cause a denial of service (infinite loop, stack overflow, and crash) via a cycle in the references of remembered mangled types. [BZ #71696] -- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71696 2016-08-04 Marcel Böhme <boehme.marcel@gmail.com> PR c++/71696 * cplus-dem.c: Prevent infinite recursion when there is a cycle in the referencing of remembered mangled types. (work_stuff): New stack to keep track of the remembered mangled types that are currently being processed. (push_processed_type): New method to push currently processed remembered type onto the stack. (pop_processed_type): New method to pop currently processed remembered type from the stack. (work_stuff_copy_to_from): Copy values of new variables. (delete_non_B_K_work_stuff): Free stack memory. (demangle_args): Push/Pop currently processed remembered type. (do_type): Do not demangle a cyclic reference and push/pop referenced remembered type. cherry-picked from commit of git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@239143 138bc75d-0d04-0410-961f-82ee72b054a4 (From OE-Core rev: 3c288b181a4cfecc80b48994f4dd2df285e4d1d0) (From OE-Core rev: be00ad34a3827a4205718609f349bc6e8a09733b) Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 96a16c4181d18b8580dad243350d589586cb2b07) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc-6: Add fix for missing no-PIE flagsStephen Arnold2018-03-142-0/+23
| | | | | | | | | | | | | | | | | | | Fixes build on hardened PAX host with gcc-5 (linker error on relocs). Completes no-PIE config by adding to ALL_* flags variables. Borrowed from Gentoo gcc patches, tested on 2 hardened amd64 hosts. Upstream-Status: Inappropriate [configuration] Commited by: Gentoo Toolchain Project <toolchain@gentoo.org> (From OE-Core rev: c178791cd78d5a9ebc4d7b7790e647a9bafe9cf2) (From OE-Core rev: e54f26a0dbfc8de22ce8326ac77d1097d13f6e2c) Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit fcb236ea7cd1ac052719187fefed60ebf1a30ac8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc-6: Sync gcc stddef.h with musl stddef.hKhem Raj2018-03-143-92/+92
| | | | | | | | | | | | | | | | GCC provides some of std* headers including stddef.h and it syncs with glibc definitions via __needed* defines to find which datatypes are expected to be defined on top of glibc. we need same for musl. Drop unused 0048-ARM-PR-target-71056-Don-t-use-vectorized-builtins-wh.patch (From OE-Core rev: 5c3cfa24e49cbea34c74009b91bf96e0f9a00a63) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 7da04721a620ad741ea50adf116e6b5afd47caa5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc6: Upgrade to 6.3.0Khem Raj2018-03-1464-6/+6
| | | | | | | | | | | | | 6.3.0 is a bugfix release in gcc 6 series Cherry-picked from oe-core master 36ffcd1d7d2ab9dcc91e9c09623a6613a248bc69 (From OE-Core rev: c24f6de26efdfb13b95e51b4531d1e111fab409c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* buildstats.bbclass: Avoid index exception in /proc/PID/io parsingPavel Modilaynen2018-03-141-0/+5
| | | | | | | | | | | | | | | | | There is some probability (depends on system load) to get empty or line containing "0" as the last line while reading /proc/PID/io. Avoid build failure by checking if line contains separator ":" before split. Backport from pyro commit b26feaf51af55f17fad79dbd53dd3ec0a37c38ff (From OE-Core rev: 31a098032eb82eb40eaa3952de4d29ab472e368a) Signed-off-by: Pavel Modilaynen <pavelmn@axis.com> Signed-off-by: Daniel Lublin <daniel@lublin.se> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnutls_3.5.3.bb: Fix native build on distro with kernel < 3.4.17Khem Raj2018-03-142-0/+36
| | | | | | | | | | | | | | | | | When using distros which use old kernels gnutls fails to build due to missing SYS_getrandom, therefore we need to check for this before using it. Fixes errorr e.g. | ../../../gnutls-3.5.3/lib/nettle/rnd-linux.c: In function 'have_getrandom': | ../../../gnutls-3.5.3/lib/nettle/rnd-linux.c:59:42: error: 'SYS_getrandom' undeclared (first use in this function) | # define getrandom(dst,s,flags) syscall(SYS_getrandom, (void*)dst, (size_t)s, (unsigned int)flags) (From OE-Core rev: ce18ec34549cf11d84a906c2abe7a492b8687c4f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: providers: Fix determinism issueRichard Purdie2018-03-091-3/+3
| | | | | | | | | | | | | | | | | | We saw builds where runtime providers were sometimes changing order and the build result was therefore non-deterministic. For example it could show: DEBUG: providers for lib32-initd-functions are: ['lib32-lsbinitscripts', 'lib32-initscripts'] or DEBUG: providers for lib32-initd-functions are: ['lib32-initscripts', 'lib32-lsbinitscripts'] which could cause a test to pass or fail. This change ensures we don't rely on the random order of dictonaries in memory and act deterministically. (Bitbake rev: da85da9b58ed252c7b80a437fb5babff9e6dde48) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* p11-kit: take source code from official gitAlexander Kanavin2018-03-042-4/+41
| | | | | | | | | | | | | | | | | | The previous tarball URI seems to be gone. Also, adjust a few things to make it actually build; handling autotools-based projects from git checkouts is always harder than taking them from tarballs :-( (From OE-Core rev: b4542e867d54c56e6ef088fac28ae3d5e6c0d7bc) (From OE-Core rev: ee49a37d096a76cce349d6eff7964daada58efb1) 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>
* ruby: update to 2.4.3Armin Kuster2018-03-042-356/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a segfault in arm64 multilib. Drop CVE-2017-14064.patch Additional CVE included are 2.4.3: CVE-2017-17405: Command injection vulnerability in Net::FTP Additional CVE included are 2.4.2: CVE-2017-0898: Buffer underrun vulnerability in Kernel.sprintf CVE-2017-10784: Escape sequence injection vulnerability in the Basic authentication of WEBrick CVE-2017-14033: Buffer underrun vulnerability in OpenSSL ASN1 decode CVE-2017-14064: Heap exposure in generating JSON Ruby Gems: DNS request hijacking vulnerability. (CVE-2017-0902) ANSI escape sequence vulnerability. (CVE-2017-0899) DoS vulnerability in the query command. (CVE-2017-0900) vulnerability in the gem installer that allowed a malicious gem to overwrite arbitrary files. (CVE-2017-0901) (From OE-Core rev: 5bf664ba85c06d17c6e8c200301e42bc5fdab75e) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* insane: consider INSANE_SKIP without package-specifier tooRoss Burton2018-03-041-1/+2
| | | | | | | | | | | | | | | | | | | this is needed for the updated linux-firmware as it needs this INSANE_SKIP support (From OE-Core rev: 618093c6b7c919f25094f56b82610bee7c97f99f) (From OE-Core rev: 4c1de18cb5d2bf4067246bf7242abde0f0917a3a) Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 604939186cc08ab0429ebe00f3e32661847f0cf0) Adjusted for pyro context Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Adjusted for morty contect Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* portmaper: checkuri fails.Armin Kuster2018-03-041-1/+1
| | | | | | | | | | | | | | | | | ERROR: portmap-6.0-r9 do_checkuri: Fetcher failure for URL: 'http://www.sourcefiles.org/Networking/Tools/Miscellanenous/portmap-6.0.tgz'. URL http://www.sourcefiles.org/Networking/Tools/Miscellanenous/portmap-6.0.tgz doesn't work change to fossies [ Yocto #12453 ] (From OE-Core rev: 1c98acf52b702a2bc39e20c8a27850c830063bb4) (From OE-Core rev: ae55f908420de9d68426f6e9159c8efa1ba1b337) 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>
* gnu-efi: Fix build with gcc7Khem Raj2018-03-042-1/+36
| | | | | | | | | | | | | | | (From OE-Core rev: a253743f3e3badadb0afe90a277dd4d252b32c6c) (From OE-Core rev: 264d276de62e3ea0c9b546d2f0b5d555a926bee7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Fixup for mporty context Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.4: update to v4.4.113Bruce Ashfield2018-03-043-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: 60445afe0f1a4dbf490fe2d43f6845db7968c88a) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit 266f505a7de69850da4b3e82ccbf4c8466adfe51) 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.99Bruce Ashfield2018-03-043-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the korg stable updates that comprise the following commits: 0cbac004e673 Linux 4.4.99 e8d650563c5f misc: panel: properly restore atomic counter on error path 01000c56cacc target: Fix node_acl demo-mode + uncached dynamic shutdown regression 4063c2093349 target/iscsi: Fix iSCSI task reassignment handling 7ecc076a5d51 brcmfmac: remove setting IBSS mode when stopping AP d27383faf144 tipc: fix link attribute propagation bug c8f13916c4c9 security/keys: add CONFIG_KEYS_COMPAT to Kconfig 11fa3353205e tcp/dccp: fix other lockdep splats accessing ireq_opt 6f8048cd59d7 tcp/dccp: fix lockdep splat in inet_csk_route_req() 13eddc67565a tcp/dccp: fix ireq->opt races b9b0c99a426a ipip: only increase err_count for some certain type icmp in ipip_err 9bae2ffb87d6 ppp: fix race in ppp device destruction 4b5bb7723da1 sctp: reset owner sk for data chunks on out queues when migrating a sock bcb3b90cf3c8 tun: allow positive return values on dev_get_valid_name() call 5c8a0850bae2 ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_err 93b12f202a4e net/unix: don't show information about sockets from other namespaces 84237c54b239 ipv6: flowlabel: do not leave opt->tot_len with garbage d552c8c5007a packet: avoid panic in packet_getsockopt() ef3a12f1dc4a sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect 4b27fe34a226 tun: call dev_get_valid_name() before register_netdevice() 196f4755cc82 l2tp: check ps->sock before running pppol2tp_session_ioctl() 71c4a0fc3576 tcp: fix tcp_mtu_probe() vs highest_sack 735818a8b45c tun/tap: sanitize TUNSETSNDBUF input 1e98fd54c356 ALSA: seq: Cancel pending autoload work at unbinding device b7c625ce6d27 Input: ims-psu - check if CDC union descriptor is sane de46c1adbea6 usb: usbtest: fix NULL pointer dereference c93df40f3c73 mac80211: don't compare TKIP TX MIC key in reinstall prevention cdac2028c901 mac80211: use constant time comparison with keys 6440f0ee8a17 mac80211: accept key reinstall without changing anything c4e3d53bd9e7 Linux 4.4.98 9c405157269d PKCS#7: fix unitialized boolean 'want' b01f1d60dd1c x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context 4df27e649308 can: c_can: don't indicate triple sampling support for D_CAN cdb5a2def61c can: sun4i: handle overrun in RX FIFO 493cb19b2522 rbd: use GFP_NOIO for parent stat and data requests ba4828af60e2 drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue 05b690ccb077 Input: elan_i2c - add ELAN060C to the ACPI table 4694272c470a MIPS: AR7: Ensure that serial ports are properly set up 721d4be9e05d MIPS: AR7: Defer registration of GPIO d0cfebd9b1db tools: firmware: check for distro fallback udev cancel rule 4afaa496d7f3 selftests: firmware: send expected errors to /dev/null ed1deec127d9 selftests: firmware: add empty string and async tests c08f3a82f66f test: firmware_class: report errors properly on failure 6004eb4d1adc MIPS: SMP: Fix deadlock & online race 857e81041f69 MIPS: Fix race on setting and getting cpu_online_mask 175c0622ab11 MIPS: SMP: Use a completion event to signal CPU up 207c2143322c MIPS: Fix CM region target definitions ff8e97326b6a MIPS: microMIPS: Fix incorrect mask in insn_table_MM 1e54b5f72115 ALSA: seq: Avoid invalid lockdep class warning adc4bacd5164 ALSA: seq: Fix OSS sysex delivery in OSS emulation 4d5b67a54e6d ARM: 8720/1: ensure dump_instr() checks addr_limit 3fc61b8dd6bb KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2] 48276703a037 crypto: x86/sha1-mb - fix panic due to unaligned access 44540ead8a8a workqueue: Fix NULL pointer dereference ad8c619750c4 x86/uaccess, sched/preempt: Verify access_ok() context 44e0e2b47af2 platform/x86: hp-wmi: Do not shadow error values ce93b664540d platform/x86: hp-wmi: Fix error value for hp_wmi_tablet_state df5371592aca KEYS: trusted: fix writing past end of buffer in trusted_read() 939cafad2f51 KEYS: trusted: sanitize all key material 75f82a703b30 cdc_ncm: Set NTB format again after altsetting switch for Huawei devices 5ffc673161be platform/x86: hp-wmi: Fix detection for dock and tablet mode f38a3a1c8f1a net: dsa: select NET_SWITCHDEV 581243dc5528 s390/qeth: issue STARTLAN as first IPA command 3652b0b6f2c2 IB/ipoib: Change list_del to list_del_init in the tx object aa4af0fca101 Input: mpr121 - set missing event capability 0a731928f264 Input: mpr121 - handle multiple bits change of status register ffa6332b8d80 IPsec: do not ignore crypto err in ah4 input 9ee83b03365a netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev family cfb2cb34d32e usb: hcd: initialize hcd->flags to 0 when rm hcd 6450c9a96ff3 serial: sh-sci: Fix register offsets for the IRDA serial port ca2090aa58ba phy: increase size of MII_BUS_ID_SIZE and bus_id 079822da0a00 iio: trigger: free trigger resource correctly 26fa336d69a2 crypto: vmx - disable preemption to enable vsx in aes_ctr.c 30019ca7dc09 ARM: omap2plus_defconfig: Fix probe errors on UARTs 5 and 6 83fe38f2c4a3 powerpc/corenet: explicitly disable the SDHC controller on kmcoge4 158bc64a4dfe iommu/arm-smmu-v3: Clear prior settings when updating STEs f20065b466d4 KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter 2393241b7a22 drm: drm_minor_register(): Clean up debugfs on failure 4e0d26b22e79 xen/netback: set default upper limit of tx/rx queues to 8 f3170e6607be PCI: mvebu: Handle changes to the bridge windows while enabled 414aa11de923 video: fbdev: pmag-ba-fb: Remove bad `__init' annotation 8a56b1b25e3c adv7604: Initialize drive strength to default when using DT c54d0707aa09 Linux 4.4.97 2ed81e62b2ab staging: r8712u: Fix Sparse warning in rtl871x_xmit.c 883706dcda17 xen: don't print error message in case of missing Xenstore entry 298455f466cb bt8xx: fix memory leak 4b7a35866b0c s390/dasd: check for device error pointer within state change interrupts 45a012ace954 mei: return error on notification request to a disconnected client 0e97077574c6 exynos4-is: fimc-is: Unmap region obtained by of_iomap() 2d097e5f5c03 staging: lustre: ptlrpc: skip lock if export failed efa8f1b7a65a staging: lustre: hsm: stack overrun in hai_dump_data_field 2d1d45396585 staging: lustre: llite: don't invoke direct_IO for the EOF case 28a8fc6416ab platform/x86: intel_mid_thermal: Fix module autoload d1f96c30ce2d scsi: aacraid: Process Error for response I/O fff544c8cf68 xen/manage: correct return value check on xenbus_scanf() 762d0762b9bb cx231xx: Fix I2C on Internal Master 3 Bus 0806eaf13850 perf tools: Only increase index if perf_evsel__new_idx() succeeds 3b7d9a95ccd3 drm/amdgpu: when dpm disabled, also need to stop/start vce. dec5fcf11b45 i2c: riic: correctly finish transfers 358008062202 ext4: do not use stripe_width if it is not set 5624ea161040 ext4: fix stripe-unaligned allocations a76eb0e8655e staging: rtl8712u: Fix endian settings for structs describing network packets f9776d7ee5f5 mfd: axp20x: Fix axp288 PEK_DBR and PEK_DBF irqs being swapped 8800aba50292 mfd: ab8500-sysctrl: Handle probe deferral ed414aeb5291 ARM: pxa: Don't rely on public mmc header to include leds.h a3e021504fcf mmc: s3cmci: include linux/interrupt.h for tasklet_struct ba28f16cfa2a PM / wakeirq: report a wakeup_event on dedicated wekup irq b83c2880b348 Fix tracing sample code warning. a48fce662380 tracing/samples: Fix creation and deletion of simple_thread_fn creation ded34f972348 drm/msm: fix an integer overflow test 031b02bc16ae drm/msm: Fix potential buffer overflow issue 6e6eba5ba145 perf tools: Fix build failure on perl script context fa312b481b2b ocfs2: fstrim: Fix start offset of first cluster group during fstrim cc7d9933400f ARM: 8715/1: add a private asm/unaligned.h 4e351b8dd8b7 ARM: dts: mvebu: pl310-cache disable double-linefill 581ac5f431c9 arm64: ensure __dump_instr() checks addr_limit 97d64b7f2fdf ASoC: adau17x1: Workaround for noise bug in ADC 618b930317fb KEYS: fix out-of-bounds read during ASN.1 parsing 97c5668c9724 KEYS: return full count in keyring_read() if buffer is too small d304c9169b38 cifs: check MaxPathNameComponentLength != 0 before using it 8142e9516d5d ALSA: seq: Fix nested rwsem annotation for lockdep splat 70358782743f ALSA: timer: Add missing mutex lock for compat ioctls 27e68f1bca91 Linux 4.4.96 b3d04695be52 Revert "drm: bridge: add DT bindings for TI ths8135" 50044e419e83 ecryptfs: fix dereference of NULL user_key_payload da0933ceec96 x86/microcode/intel: Disable late loading on model 79 a272dc770f7d regulator: fan53555: fix I2C device ids 120ef1a38f79 can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messages c1b092102124 can: kvaser_usb: Correct return value in printout 0c3cdb4536d1 can: sun4i: fix loopback mode 62b54cc63a1c scsi: sg: Re-fix off by one in sg_fill_request_table() 6e9abbc96411 scsi: zfcp: fix erp_action use-before-initialize in REC action trace 1cbbd99f3bfe assoc_array: Fix a buggy node-splitting case 2c99438cf66d Input: gtco - fix potential out-of-bound access 31d770a8b887 Input: elan_i2c - add ELAN0611 to the ACPI table 8b396ff8eee7 xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap() 82e05e935ffd fuse: fix READDIRPLUS skipping an entry 7d74eecca960 spi: uapi: spidev: add missing ioctl header 3505478d6fec usb: xhci: Handle error condition in xhci_stop_device() da0345d723f0 ceph: unlock dangling spinlock in try_flush_caps() 5f1d33ab4d53 ALSA: hda - fix headset mic problem for Dell machines with alc236 8c812f0335dd ALSA: hda/realtek - Add support for ALC236/ALC3204 fce67b31c7cd workqueue: replace pool->manager_arb mutex with a flag 9b36699635c5 Linux 4.4.95 aa3a0a70bdb8 FS-Cache: fix dereference of NULL user_key_payload 1bb1d4252d1e fscrypto: require write access to mount to set encryption policy 8a004caec12b KEYS: Fix race between updating and finding a negative key 1dda04c761ab fscrypt: fix dereference of NULL user_key_payload 7d9e13d953f2 f2fs crypto: add missing locking for keyring_key access 4db9f1113196 f2fs crypto: replace some BUG_ON()'s with error checks 0f85c0954be4 sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task() fcc65ab173eb parisc: Fix double-word compare and exchange in LWS code on 32-bit kernels 558ca24dc296 parisc: Avoid trashing sr2 and sr3 in LWS code 6f0dee7d9c9b pkcs7: Prevent NULL pointer dereference, since sinfo is not always set. 33dea302f9bc KEYS: don't let add_key() update an uninstantiated key 503ef5c070a1 lib/digsig: fix dereference of NULL user_key_payload 2b7e02267d3c KEYS: encrypted: fix dereference of NULL user_key_payload 51ba40fcfd67 rtlwifi: rtl8821ae: Fix connection lost problem cffdaa65e72f clockevents/drivers/cs5535: Improve resilience to spurious interrupts b178c94efdfd bus: mbus: fix window size calculation for 4GB windows 260b6739e8b7 brcmsmac: make some local variables 'static const' to reduce stack size efdcbffb2b16 i2c: ismt: Separate I2C block read from SMBus block read 68c610776cfb ALSA: hda: Remove superfluous '-' added by printk conversion f9e937124ec2 ALSA: seq: Enable 'use' locking in all configurations 4516069f1b05 drm/nouveau/mmu: flush tlbs before deleting page tables 195674adee57 drm/nouveau/bsp/g92: disable by default 4d56587c28d4 can: esd_usb2: Fix can_dlc value for received RTR, frames aa629364c0e3 usb: musb: Check for host-mode using is_host_active() on reset interrupt 583a4219841d usb: musb: sunxi: Explicitly release USB PHY on exit d68b07a19a9e can: gs_usb: fix busy loop if no more TX context is available f7d8b2e150ee ALSA: usb-audio: Add native DSD support for Pro-Ject Pre Box S2 Digital 67e25805e748 usb: hub: Allow reset retry for USB2 devices on connect bounce d012ab210f5f usb: quirks: add quirk for WORLDE MINI MIDI keyboard d729f29a291f usb: cdc_acm: Add quirk for Elatec TWN3 4512d6503a4d USB: serial: metro-usb: add MS7820 device id 9dff499d8226 USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor() abe43c97cae2 USB: devio: Revert "USB: devio: Don't corrupt user memory" af9a9a7bed51 Linux 4.4.94 401231d063c5 Revert "tty: goldfish: Fix a parameter of a call to free_irq" cdbbea7809ca cpufreq: CPPC: add ACPI_PROCESSOR dependency c2c6f43e023a nfsd/callback: Cleanup callback cred on shutdown 429a4ac5895d target/iscsi: Fix unsolicited data seq_end_offset calculation 823ba64c5719 uapi: fix linux/mroute6.h userspace compilation errors 028a419869e3 uapi: fix linux/rds.h userspace compilation errors c7a20ed2951f ceph: clean up unsafe d_parent accesses in build_dentry_path c128baf6a1bc i2c: at91: ensure state is restored after suspending d7ecae726698 net: mvpp2: release reference to txq_cpu[] entry after unmapping 693e6513b244 scsi: scsi_dh_emc: return success in clariion_std_inquiry() 9ac38e30f2b0 slub: do not merge cache if slub_debug contains a never-merge flag 315689d2e202 ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock d3335f5653ec crypto: xts - Add ECB dependency 02744a55ed38 net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new probed PFs 7bf94b9595cc sparc64: Migrate hvcons irq to panicked cpu d14591e83b49 md/linear: shutup lockdep warnning 48ca88f93533 f2fs: do not wait for writeback in write_begin 3109615b52ee Btrfs: send, fix failure to rename top level inode due to name collision 4d134d830ea7 iio: adc: xilinx: Fix error handling 5c65ed5c07d7 netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value. 743a3ce1e0fd net/mlx4_en: fix overflow in mlx4_en_init_timestamp() 7ed668eeb851 mac80211: fix power saving clients handling in iwlwifi 3e8c1a04d335 mac80211_hwsim: check HWSIM_ATTR_RADIO_NAME length 4a464dacc23f irqchip/crossbar: Fix incorrect type of local variables 7e53f0390dbd watchdog: kempld: fix gcc-4.3 build 28eab3db727e locking/lockdep: Add nest_lock integrity test d44e463c9460 Revert "bsg-lib: don't free job in bsg_prepare_job" 01e3e6315171 tipc: use only positive error codes in messages 685699703a0a net: Set sk_prot_creator when cloning sockets to the right proto 1299f7e17e9e packet: only test po->has_vnet_hdr once in packet_snd 1b6c80e797ee packet: in packet_do_bind, test fanout with bind_lock held ee534927f0c0 tun: bail out from tun_get_user() if the skb is empty b5f689d94bc3 l2tp: fix race condition in l2tp_tunnel_delete 110cf3dd4bcc l2tp: Avoid schedule while atomic in exit_net 93040aa17862 vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit d9cb4dc0221e isdn/i4l: fetch the ppp_write buffer in one shot 1a4f1ecdb257 bpf: one perf event close won't free bpf program attached by another perf event 5be6824b9704 packet: hold bind lock when rebinding to fanout hook aa90be3e1248 net: emac: Fix napi poll list corruption 3483c65090dc ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header 5356f7e40d23 udpv6: Fix the checksum computation when HW checksum does not apply 2ec54b21dd7b bpf/verifier: reject BPF_ALU64|BPF_END dee4506f067a sctp: potential read out of bounds in sctp_ulpevent_type_enabled() 9f5bbe694df1 MIPS: Fix minimum alignment requirement of IRQ stack c088f7bc3310 drm/dp/mst: save vcpi with payloads 951ba9f6c8b9 percpu: make this_cpu_generic_read() atomic w.r.t. interrupts (From OE-Core rev: 45251e65d5a4a0d5bfb9584ca5c364959a0816d3) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit ab748d3239b3b641bb9e26cc36afed7fad540748) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>