summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ptest-packagelists: drop python 2.xAlexander Kanavin2019-12-301-1/+0
| | | | | | | | | | With python 2.x reaching EOL and leaving oe-core soon, there is no need to keep it in ptest lists. (From OE-Core rev: dcdd618e8393f1344165970d486ff2db557fb729) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cmake: Add a knob for cmake VERBOSE settingsKhem Raj2019-12-301-2/+11
| | | | | | | | | | | | | | | | | | | | | | Setting VERBOSE always, while is fine on one hand for debugging, its coming at an expense of creating lots and lots of logs, e.g. qtwebkit compile logs alone with VERBOSE is 163MB, there are many other large packages which use cmake e.g. WPE, webkitgtk etc which are in same range with out this option on, the logs reduce to 861K and also speeds up build a notch If user needs to disable these logs for a recipe or globally CMAKE_VERBOSE = "" in recipe or in global metadata e.g. local.conf (From OE-Core rev: f8d2cd0025f97819898da26041f353d527a27952) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ross Burton <ross.burton@intel.com> Cc: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pygments: update to 2.5.2Alexander Kanavin2019-12-301-2/+2
| | | | | | | (From OE-Core rev: 6e2d926a428530343bb4358d6e42a505c0f663ac) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* llvm: fix upstream version checkAlexander Kanavin2019-12-301-0/+2
| | | | | | | (From OE-Core rev: 2fa183c59c79b594f68a3a8d6db3e9198b779b13) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* boost: upgrade 1.71.0 -> 1.72.0Alexander Kanavin2019-12-303-2/+2
| | | | | | | (From OE-Core rev: 773a22ea3996cab70ccc0e44db1d2fbd1be11a60) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* epiphany: upgrade 3.34.1 -> 3.34.2Alexander Kanavin2019-12-301-2/+2
| | | | | | | (From OE-Core rev: ba791a4964a0534d5dfed4833722eb1135d51681) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* btrfs-tools: upgrade 5.3.1 -> 5.4Alexander Kanavin2019-12-301-1/+1
| | | | | | | (From OE-Core rev: 521ff7d0636b153ff46aff4cb09ec54403855dc8) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librepo: upgrade 1.11.0 -> 1.11.1Alexander Kanavin2019-12-301-1/+1
| | | | | | | (From OE-Core rev: 927bdf266a993180d8c700195f80ea9f61199c93) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* createrepo-c: upgrade 0.15.1 -> 0.15.4Alexander Kanavin2019-12-301-1/+1
| | | | | | | (From OE-Core rev: b04aeb0c1e17916e473616e97d541f92304c7144) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libcomps: upgrade 0.1.12 -> 0.1.14Alexander Kanavin2019-12-301-2/+2
| | | | | | | (From OE-Core rev: 01b2ef2292824b67f77058131e4657f7608f9efe) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bash-completion: upgrade 2.9 -> 2.10Alexander Kanavin2019-12-301-2/+2
| | | | | | | (From OE-Core rev: 2348e90141fd10a19974de7f0eb7125e0fe164f3) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vala: upgrade 0.46.4 -> 0.46.5Alexander Kanavin2019-12-301-2/+2
| | | | | | | (From OE-Core rev: 61217a961f0478f24138ac784a549a1297d8bb6e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meson: update 0.52.0 -> 0.52.1Alexander Kanavin2019-12-307-118/+23
| | | | | | | (From OE-Core rev: e589fc6d758689f7889b3ae50e800e51204a02c1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* core-image-testmaster: use Python 3Alexander Kanavin2019-12-301-1/+1
| | | | | | | (From OE-Core rev: c488f67efeefa00e3d1e925a50c9ab764f39f0a7) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipetool: always use python 3 in recipe creationAlexander Kanavin2019-12-301-13/+4
| | | | | | | (From OE-Core rev: 59e63a2d22988ef11fe36200692b967b67ca8641) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* strace: Upgrade to 5.4Khem Raj2019-12-306-46/+62
| | | | | | | | | | | Remove a patch already present upstream Add a patch to fix build with upcoming glibc 2.31 where __ptrace_syscall_info definition is added (From OE-Core rev: f6670f9c89c7b7a93557f0b6aeffbf88033f0791) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* busybox: Replace obsolete stime API with clock_settimeKhem Raj2019-12-302-0/+86
| | | | | | | (From OE-Core rev: 4200e8de991d2cd98a2d0eae0b915a91d31af46f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemu: Replace stime() API with clock_settimeKhem Raj2019-12-302-0/+62
| | | | | | | (From OE-Core rev: 2cca75155baec8358939e2aae822e256bed4cfe0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc-sanitizers: Fix build with glibc 2.31Khem Raj2019-12-302-0/+71
| | | | | | | | | | Backport a patch from latest gcc-9-branch to fix an API change in glibc 2.31, this patch wont be needed when upgrading to 9.3 or 10.x (From OE-Core rev: d089f84d64b90776623e0e43d237ac3fcc6a0d7d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc-sanitizers: Add missing dep on libcryptKhem Raj2019-12-301-1/+1
| | | | | | | (From OE-Core rev: fa1968884fd46568fcfcdb62f3bd6c52ea30df53) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kbd: fix ptest can NOT run issueKai Kang2019-12-301-2/+2
| | | | | | | | | | | | | | After kbd updated to 2.2.0, it fails to run ptest: | make: *** No rule to make target 'libkbdfile-test01.c', needed by 'libkbdfile-test01'. Update sed expression to fix such kind of issues. And also make target dumpkeys-bkeymap and dumpkeys-bkeymap which are required by ptest. (From OE-Core rev: 2fb86f46baed43316086ce10de635c326e073c2d) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* valgrind: Fix build with -fno-commonKhem Raj2019-12-302-0/+20
| | | | | | | (From OE-Core rev: 14f14eccf176539493fbfe710b66704feb7710da) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libdnf: Include mising <stdexcept>Khem Raj2019-12-302-0/+66
| | | | | | | | | This header is needed for runtime_error element (From OE-Core rev: 856c26f50fe0d11a22aae9adf9bf12edc6ea9e5e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cpio: remove unused CVE patchChangqing Li2019-12-302-179/+0
| | | | | | | | | | | According to the home page, https://www.gnu.org/software/cpio/, CVE-2015-1197 have been fix in version 2.13, so removed this patch get from SUSE (From OE-Core rev: 6e37b0cba0d59e020ed031659aa050ce4e7c4ccd) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kernel: Make symbol link to vmlinux.64 in boot directoryVasyl Gomonovych2019-12-301-0/+3
| | | | | | | | | | Some mips 64 bit platforms use vmlinux.64 image name Make a symbol link to vmlinux.64 in arch/mips/boot/ (From OE-Core rev: 70626b52e5e61c80018e9f1f85bc169d0434b986) Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libva-utils: upgrade 2.5.0 -> 2.6.0Naveen Saini2019-12-302-44/+6
| | | | | | | | | | | | | Release details can be found here: https://github.com/intel/libva-utils/releases/tag/2.6.0 Removed the patch which is not required anymore. Also switched to meson. (From OE-Core rev: 93c11e6e7ec3f0315d60f02e3b7aa67cf2b03b7b) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libva: upgrade 2.5.0 -> 2.6.0Naveen Saini2019-12-301-9/+6
| | | | | | | | | | | | Release details can be found here: https://github.com/intel/libva/releases/tag/2.6.0 Also switched to meson. (From OE-Core rev: d88764864f670c0d67114f140944aa8857f0b2d5) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pseudo: Make realpath() remove trailing slashesRobert Yang2019-12-302-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linux system's realpath() remove trailing slashes, but pseudo's doesn't, need make them identical. E.g., the following code (rel.c) prints '/tmp' with system's realpath, but pseudo's realpath prints '/tmp/': #include <stdio.h> #include <limits.h> #include <stdlib.h> int main() { char out[PATH_MAX]; printf("%s\n", realpath("/tmp/", out)); return 0; } $ bitbake base-passwd -cdevshell # For pseudo env $ gcc rel.c $ ./a.out /tmp/ (but should be /tmp) This patch fixes the problem. (From OE-Core rev: 319bbf66e03377adf2db7efa93ef578e3460eb38) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* syslogkd: fix parallel compile failed problemChangqing Li2019-12-302-0/+48
| | | | | | | | | | | Parallel compile maybe failed with error: error: ../lib/strlcat.o: No such file or directory Makefile:619: recipe for target 'syslogd' failed (From OE-Core rev: 197007bac2ad8cba59fa2c68c51bd95e9b66de92) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsdl2: fix failure appeared in bitbake libsdl2-nativeYanfei Xu2019-12-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When you bitbake libsdl2-native and your host had installed fcitx or ibus, it may cause you bitbake failed in do_compile. Disable fcitx and ibus check with EXTRA_OECONF in bb file. -------------snip--------------------- CC build/SDL_sysfilesystem.lo CC build/SDL_syshaptic.lo CC build/SDL_systimer.lo /poky/build/tmp/work/x86_64-linux/libsdl2-native/2.0.10-r0/SDL2-2.0.10/src/core/linux/SDL_fcitx.c:52:5: error: unknown type name ‘SDL_DBusContext’ SDL_DBusContext *dbus; ^~~~~~~~~~~~~~~ /poky/build/tmp/work/x86_64-linux/libsdl2-native/2.0.10-r0/SDL2-2.0.10/src/core/linux/SDL_fcitx.c:121:8: error: unknown type name ‘DBusHandlerResult’ static DBusHandlerResult ^~~~~~~~~~~~~~~~~ /poky/build/tmp/work/x86_64-linux/libsdl2-native/2.0.10-r0/SDL2-2.0.10/src/core/linux/SDL_fcitx.c:122:20: error: unknown type name ‘DBusConnection’; ------------snip---------------------- (From OE-Core rev: eb286172e413e9d6449dc13ccec1b78c04481eb5) Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* base.bbclass: clean up dead symlink when handling hosttoolsChen Qi2019-12-301-0/+3
| | | | | | | | | | | | | | | When some hosttool is a dead symlink, bitbake any recipe will fail with error like below. FileExistsError: [Errno 17] File exists: '/usr/bin/chrpath' -> '/path/to/builddir/tmp-glibc/hosttools/chrpath' So we remove dead symlink under hostools/ directory to avoid such error. (From OE-Core rev: b03577cf85784fc052b89083054d911816f8c6e1) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* chrpath: Cleanup and fix previous patchRoss Burton2019-12-292-12/+12
| | | | | | | | | Ensure self.data isn't accessed without assignment. Also clean up old style popen use and replace with modern/simpler subprocess. (From OE-Core rev: 39825cba4761a6b4b2473825705975f9f421ec8b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meson: map the system property in the cross fileRoss Burton2019-12-281-2/+11
| | | | | | | | | | We can't just use HOST_OS, as in meta-mingw SDKs that is 'mingw32' but Meson expects 'windows'. (From OE-Core rev: f408bbb1cc72b84905b22d100f52c0a9f54ff3fe) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: port to mesonRoss Burton2019-12-282-11/+8
| | | | | | | | | | | | | | | Disable libpng as that's only used in the tests and demos, that we don't build. Drop iwmmxt disabling, we can add this back again if it fails. Loongsoon remains disabled as the build fails for edgerouter. Drop the Neon/VFP2 mojo, this is a micro-optimisation. If the size improvement is significant then this can be added back. (From OE-Core rev: dd9c3d042aa5c2ae0fd80b558ec7e9c793ff36f0) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: don't use xorg-lib-commonRoss Burton2019-12-281-14/+13
| | | | | | | (From OE-Core rev: a0ae7bb293c6417795c07378f7e0ae7199df5c4b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemu: Add PACKAGECONFIG for glusterfsshohei.maruyama@cybertrust.co.jp2019-12-281-0/+1
| | | | | | | | | | | This commit adds PACKAGECONFIG for glusterfs. glusterfs is not required f- or runqemu, so it should be optional to reduce build time. (From OE-Core rev: f5ffd6ce6e7431b17a291980843752e2d2fb0b44) Signed-off-by: Shohei Maruyama <shohei.maruyama@cybertrust.co.jp> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shadow: update 4.6 -> 4.8Alexander Kanavin2019-12-2810-333/+133
| | | | | | | | | | | | | | | | | | | | | Drop two backports. Remove 0001-useradd.c-create-parent-directories-when-necessary.patch as upstream has addressed the issue: https://github.com/shadow-maint/shadow/commit/b3b6d9d77c1d18b98670b97157777bb74092cd69 Rebase the rest of the paches. Add a patch to remove the check for validity of login shells which does not work in our environment. Disable sssd cache support as that needs Fedora-specific tooling. (From OE-Core rev: fee6c063dfb80425caa7080083c61d1544d929c6) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipeutils: set SRCPV for devupstream variantAlexander Kanavin2019-12-281-0/+2
| | | | | | | | | | | Otherwise bitbake is unable to expand it if the main variant is not using a SCM fetcher. (From OE-Core rev: 24e59094de42b4b0bed3584ca8571c4c19080428) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* externalsrc: always set SRCPVAlexander Kanavin2019-12-281-3/+2
| | | | | | | | | | | | If devupstream is in use by the recipe, then that variant has SRCPV, but the main variant may not, in which case bitbake throws an expansion error. (From OE-Core rev: 740e3f5e1d4a8abb07c7a4e4aedd804d679c7562) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-modules: update to 2.11.0Alexander Kanavin2019-12-281-6/+3
| | | | | | | | | | | License-Update: formatting, dropped the gpl texts, as they're not anymore in source tree, and the main file is specific enough. (From OE-Core rev: 15ca6acb87299ffc770d35b075024f0ccaace61f) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-ust: update to 2.11.0Alexander Kanavin2019-12-282-21/+5
| | | | | | | | | | Remove patch as issue addressed upstream. (From OE-Core rev: 0d35cf40fd0e80513036a1d741a744f40a399bc0) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-tools: update to 2.11.0Alexander Kanavin2019-12-285-695/+35
| | | | | | | | | | | | | | | | | Remove 0001-Skip-when-testapp-is-not-present.patch as it is unclear whether it needs to be rebased, and difficult to rebase. Remove 0001-check-for-gettid-API-during-configure.patch as it is no longer needed. Ptests still seem to run ok, however they are rather slow, so I did not wait for their completion. (From OE-Core rev: 015aea5d93614676decd18578a8ae2d68417cfc5) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cups: update to 2.3.1Alexander Kanavin2019-12-289-81/+117
| | | | | | | | | | | | | | License-Update: license changed to Apache 2.0 Remove no longer recognized configure options. Refresh all patches. (From OE-Core rev: 7ed28276e9fa6fc9b572bdf1ad566967964d9623) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nfs-utils: update to 2.4.2Alexander Kanavin2019-12-284-391/+3
| | | | | | | | | | Drop backports, and a musl patch that is no longer needed. (From OE-Core rev: 91ab8c4ba830136116e2e9486898e683e32513d8) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* debianutils: update to 4.9.1Alexander Kanavin2019-12-281-3/+3
| | | | | | | | (From OE-Core rev: d1d913faf649660a18225bf1d411ace2419c6d26) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vim: fix upstream version checkAlexander Kanavin2019-12-281-0/+3
| | | | | | | | | | | Only new x.y versions will be reported, as upstream creates a new x.y.z tag for every commit. (From OE-Core rev: 99558e667e4e04934943476472bd9919b5d07855) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libnss-dns: update to 0.14.1Alexander Kanavin2019-12-281-14/+6
| | | | | | | | | | Change SRC_URI to the new location, drop no longer supported/unneeded options. (From OE-Core rev: 7df632664b94d2b5df6e8734937eaefb91e6ff18) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sysprof: move recipe to meta-oeAlexander Kanavin2019-12-285-83/+1
| | | | | | | | | | | | | Latest version (3.34) of sysprof have a hard dependency on polkit, which in turn requires mozjs, which pulls in a number of other meta-oe packages including python2. This makes it difficult to keep sysprof in oe-core, so for the time being it is moved to meta-oe. (From OE-Core rev: 48332e8d214ace84c54f4924cb05f4b47d030cf7) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemu: fix ptest outputChangqing Li2019-12-281-1/+1
| | | | | | | | | | | The output of qemu test changed, fix the sed cmd to make it output as expect style (From OE-Core rev: 6658290b60a7bc449e720674764adf87d501ec50) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/5.2: update to v5.2.26Bruce Ashfield2019-12-283-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/5.2 to the latest korg -stable release that comprises the following commits: d0be30663e55 Linux 5.2.26 a5f01eb4ae19 can: mcba_usb: fix use-after-free on disconnect d440c83adfe2 x86/fpu: Don't cache access to fpu_fpregs_owner_ctx d0a6ac8ee861 can: peak_usb: fix slab info leak bbbf7603e285 Input: ff-memless - kill timer in destroy() 91356b4afa6c media: rc: prevent memory leak in cx23888_ir_probe 51637609104e Revert "ALSA: hda: Flush interrupts on disabling" 9a4445b878a9 powerpc/powernv: Fix CPU idle to be called with IRQs disabled 9193213c9e4e sched/fair: Fix -Wunused-but-set-variable warnings c43cfdeb169a ALSA: usb-audio: Add DSD support for Gustard U16/X26 USB Interface 897a94da5ae1 ALSA: usb-audio: Update DSD support quirks for Oppo and Rotel 7e58efc63bf7 ALSA: usb-audio: DSD auto-detection for Playback Designs 210ea1053fbd sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slices 55f7e1c999df iwlwifi: exclude GEO SAR support for 3168 0d8c60339f82 net: sched: sch_sfb: don't call qdisc_put() while holding tree lock 0adbd50f981b sch_netem: fix rcu splat in netem_enqueue() 8efcc97c3e42 net: usb: sr9800: fix uninitialized local variable 45e162b87d41 netfilter: conntrack: avoid possible false sharing 3fe6d57d9149 bonding: fix potential NULL deref in bond_update_slave_arr a8b0fd3f931d NFC: pn533: fix use-after-free and memleaks 7ad6fbf0576a rxrpc: Fix trace-after-put looking at the put peer record 5e24e1198eea rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local record 1a6bd945690b rxrpc: Fix call ref leak 203ec8334e5b llc: fix sk_buff leak in llc_conn_service() c438c3900aba llc: fix sk_buff leak in llc_sap_state_process() c18d44740378 batman-adv: Avoid free/alloc race when handling OGM buffer 58d94f9f31f2 NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid() 02da3016e993 drm/amdgpu/powerplay/vega10: allow undervolting in p7 7722152c2d83 dmaengine: cppi41: Fix cppi41_dma_prep_slave_sg() when idle ee388389576c dmaengine: imx-sdma: fix size check for sdma script_number 55c55744a28e dmaengine: tegra210-adma: fix transfer failure f9343260a427 dmaengine: qcom: bam_dma: Fix resource leak bd8f667e3a9c KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active cdee2de27735 rtlwifi: rtl_pci: Fix problem of too small skb->len ab8c920166a5 virtio_ring: fix stalls for packed rings 26579ee95eaa arm64: cpufeature: Enable Qualcomm Falkor/Kryo errata 1003 54a879fbe1b3 arm64: Ensure VM_WRITE|VM_SHARED ptes are clean by default 8efd0c50367a IB/hfi1: Avoid excessive retry for TID RDMA READ request 335bff30e808 ARC: perf: Accommodate big-endian CPU ee5a9c33330f s390/idle: fix cpu idle time calculation 60af342e8b0d s390/cmm: fix information leak in cmm_timeout_handler() c86c49b94246 s390/unwind: fix mixing regs and sp df9c6fcddce0 um-ubd: Entrust re-queue to the upper layers 4a1a26a4bf91 HID: logitech-hidpp: do all FF cleanup in hidpp_ff_destroy() f6fa66f01aa8 HID: logitech-hidpp: rework device validation 7fe194de644b HID: logitech-hidpp: split g920_get_config() 2049b4bb9f81 HID: fix error message in hid_open_report() 63e52b01254f HID: Fix assumption that devices have inputs a3a9f34b88cb HID: i2c-hid: add Trekstor Primebook C11B to descriptor override e90905647a5a scsi: target: cxgbit: Fix cxgbit_fw4_ack() ac372582cc42 scsi: qla2xxx: Fix partial flash write of MBI e57315b44301 USB: serial: whiteheat: fix line-speed endianness 1f92660c8acf USB: serial: whiteheat: fix potential slab corruption 00bd2baf8dc4 usb: xhci: fix __le32/__le64 accessors in debugfs code 098f7b186cbb usb: xhci: fix Immediate Data Transfer endianness 1b576e218d1e USB: ldusb: fix control-message timeout 2b3c8a8ec1b4 USB: ldusb: fix ring-buffer locking 6d678d6fa0d2 usb-storage: Revert commit 747668dbc061 ("usb-storage: Set virt_boundary_mask to avoid SG overflows") e32f12632c9f USB: gadget: Reject endpoints with 0 maxpacket value 3390a1c10bc9 nl80211: fix validation of mesh path nexthop c890ae5aac42 UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segments") e382a68d7aed ALSA: hda/realtek - Add support for ALC623 f7a4541160d1 ALSA: hda/realtek - Fix 2 front mics of codec 0x623 1ef6d8090939 ALSA: timer: Fix mutex deadlock at releasing card 0d261a4dc4d2 ALSA: bebob: Fix prototype of helper function to return negative value c217d9f666ec fuse: truncate pending writes on O_TRUNC 7bb177bda49b fuse: flush dirty data/metadata before non-truncate setattr 270aa285a332 ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe() 0278c9083bcd thunderbolt: Use 32-bit writes when writing ring producer/consumer eb73fb79781c thunderbolt: Correct path indices for PCIe tunnel d87fc8124793 s390/pci: fix MSI message data 913f0293d40e rtw88: Fix misuse of GENMASK macro f85ce6c2ac9f perf/aux: Fix tracking of auxiliary trace buffer allocation 6bdd6dbc529f perf annotate: Fix multiple memory and file descriptor leaks 5680844af670 tracing: Initialize iter->seq after zeroing in tracing_read_pipe() 81fdb3a267a8 s390/uaccess: avoid (false positive) compiler warnings b6c9dce7fde4 NFSv4: Fix leak of clp->cl_acceptor string b1b57fae22d2 nbd: fix possible sysfs duplicate warning da80a689e9e5 MIPS: fw: sni: Fix out of bounds init of o32 stack 3f5c4e2276b7 MIPS: include: Mark __xchg as __always_inline f0bde95d77c1 iio: imu: st_lsm6dsx: fix waitime for st_lsm6dsx i2c controller 1a5843dc8c0c drm/amdgpu: fix memory leak 868397e6c42c perf/x86/amd: Change/fix NMI latency mitigation to use a timestamp 81fc7990a0c5 perf/core: Fix corner case in perf_rotate_context() 721fa4a46fc9 perf/core: Rework memory accounting in perf_mmap() f182d51db406 sched/vtime: Fix guest/system mis-accounting on task switch 4d182255c178 sched/fair: Scale bandwidth quota and period without losing quota/period ratio precision 9f951480df73 x86/cpu: Add Comet Lake to the Intel CPU models header cc5d1ac88699 arm64: armv8_deprecated: Checking return value for memory allocation becc2d395df8 btrfs: silence maybe-uninitialized warning in clone_range 33fff851e503 fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock() 32503fb41c44 fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_alloc() db2a5874c6ed ocfs2: clear zero in unaligned direct IO ceaf6a8c4ea9 x86/xen: Return from panic notifier 2f921acb80bf riscv: Correct the handling of unexpected ebreak in do_trap_break() 97cb8b84f1c3 riscv: avoid sending a SIGTRAP to a user thread trapped in WARN() a300b6885c64 riscv: avoid kernel hangs when trapped in BUG() da43a3822b64 MIPS: include: Mark __cmpxchg as __always_inline 373c1dd11b45 efi/x86: Do not clean dummy variable in kexec path f9041dd022cb efi/cper: Fix endianness of PCIe class code f722f7ecf089 serial: mctrl_gpio: Check for NULL pointer a6ff1233680e fs: cifs: mute -Wunused-const-variable message c1c06adaa024 gpio: max77620: Use correct unit for debounce times a5b546c50f27 RDMA/mlx5: Order num_pending_prefetch properly with synchronize_srcu cbbee24f43c9 RDMA/mlx5: Do not allow rereg of a ODP MR 5c113e817535 RDMA/cm: Fix memory leak in cm_add/remove_one 735a98c89faf RDMA/core: Fix an error handling path in 'res_get_common_doit()' c643e93dc992 tty: n_hdlc: fix build on SPARC bf1a30450492 serial/sifive: select SERIAL_EARLYCON 9b216ebaa0ff tty: serial: rda: Fix the link time qualifier of 'rda_uart_exit()' af0e484e2aea tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()' ccc0779a474d arm64: ftrace: Ensure synchronisation in PLT setup for Neoverse-N1 #1542419 eba84370623a arm64: Fix incorrect irqflag restore for priority masking for compat 6d4308365bdd nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request ba5505b64fff selftests/kselftest/runner.sh: Add 45 second timeout per test 5611d30695ff kselftest: Fix NULL INSTALL_PATH for TARGETS runlist 2332b66b6d48 kselftest: exclude failed TARGETS from runlist a007910420b3 HID: hyperv: Use in-place iterator API in the channel callback d9f1bbf18881 RDMA/iwcm: Fix a lock inversion issue 97410d49b2c1 RDMA/iw_cxgb4: fix SRQ access from dump_qp() 812b81500a5a staging: rtl8188eu: fix null dereference when kzalloc fails 8a9ea260d651 perf script: Fix invalid LBR/binary mismatch error e623c8e7aa71 perf annotate: Don't return -1 for error when doing BPF disassembly ebf5e2ee8a97 perf annotate: Return appropriate error code for allocation failures 219422c0e09c perf annotate: Fix arch specific ->init() failure errors 2dd48965796f perf annotate: Propagate the symbol__annotate() error return d58fb414acc7 perf annotate: Fix the signedness of failure returns 7956b781a7b7 perf annotate: Propagate perf_env__arch() error d6f9043d8173 perf tools: Propagate get_cpuid() error b2737fe8cbf0 perf jevents: Fix period for Intel fixed counters dda1e196d61e perf script brstackinsn: Fix recovery from LBR/binary mismatch 8b5ae52f9852 perf map: Fix overlapped map handling 8680453e5d99 perf tests: Avoid raising SEGV using an obvious NULL dereference c484a2c277d2 libsubcmd: Make _FORTIFY_SOURCE defines dependent on the feature 13121b2d6844 iio: fix center temperature of bmc150-accel-core 2f86da9d6403 iio: adc: meson_saradc: Fix memory allocation order 58374086dd4d btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents() da3cb2dc1dce Btrfs: fix inode cache block reserve leak on failure to allocate data space 0f0914c95877 dm snapshot: rework COW throttling to fix deadlock 8355852edf97 dm snapshot: introduce account_start_copy() and account_end_copy() c69d2a1ac851 dm snapshot: fix oversights in optional discard support 80fe585a3c4f dm snapshot: add optional discard support features (From OE-Core rev: 2103b4234595399f441b58f4d96dfe1b22260b06) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>