summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* base/insane: Check pkgs lics are subset of recipe lics only onceQuentin Schulz2020-05-282-14/+20
| | | | | | | | | | | | | | | | | | | | | | | Move logic checking that all packages licenses are only a subset of recipe licenses from base.bbclass to the insane.bbclass so that it's evaluated only once, during do_package_qa. As explained in the linked bugzilla entry, if a package license is not part of the recipe license, the warning message gets shown an unreasonable amount of time because it's evaluated every time a recipe is parsed. [YOCTO #10130] This also makes it possible to silence this error with INSANE_SKIP. (From OE-Core rev: ae404ef230882e442e9390b314e1ce023fdbbd1b) Signed-off-by: Quentin Schulz <quentin.schulz@streamunlimited.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 852408ed4be1f64c57e196688728b7ed223d3493) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemu: fix CVE-2020-11869Lee Chee Yang2020-05-282-0/+98
| | | | | | | | | | | (From OE-Core rev: 1af607d9e635e7cf2f6cf3e4c6d05f1e2cb6acc9) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit 5f01d45266bbc0d0f1a32d10c0841326193cc9c1) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libubootenv: Depend on zlibMarek Vasut2020-05-281-1/+1
| | | | | | | | | | | | | | | The libubootenv depends on zlib as it calls at least crc32() from there and links against it. Add the DEPENDS entry. (From OE-Core rev: dc5babe9472ba7379edbb17b6cbac44604606b26) Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit db513f9ec59b7ac526b2cdc42b0eb2573e134bc4) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* make-mod-scripts: Fix dependence error.zhengruoqin2020-05-281-0/+2
| | | | | | | | | | | | | | | | Error: Problem: conflicting requests - nothing provides make-mod-scripts = 1.0-r0 needed by make-mod-scripts-dev-1.0-r0 (From OE-Core rev: 354adf441ac880fe3759af594f9669c3a7eb3308) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit 41fff377b921070f371c0aa639e37c27c113ccb9) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: Update to 20200122 -> 20200421Aníbal Limón2020-05-281-3/+3
| | | | | | | | | | | (From OE-Core rev: d53dd9460f17e3c1bb4e5a13d34a8977b25bf0f0) Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit 7f52475a2c84197c95928d65debf894bf59c90e7) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes-kernel/linux-firmware: Add adreno-a630 firmware packageAníbal Limón2020-05-281-1/+3
| | | | | | | | | | | (From OE-Core rev: 0e62fe015b457c18de158ba22641759a093daf45) Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit f3021d19eff3c9705cd91e407c042a1aa3b8e7d9) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem packageAníbal Limón2020-05-281-1/+1
| | | | | | | | | | | (From OE-Core rev: 717d73e5b23a49fa8ede847168445c1340147011) Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit 730999efcab0b8e49f1ade4e535a59f6d8e395e0) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-setuptools: add the missing rdependsMingli Yu2020-05-281-0/+2
| | | | | | | | | | | | | | | | | | | Add the missing rdepends to fix below error: # python3 [snip] >>> import setuptools.lib2to3_ex [snip] ModuleNotFoundError: No module named 'lib2to3' ModuleNotFoundError: No module named 'pickle' (From OE-Core rev: d19d1ccca3f86a59a72023727d3d804c2e9d18dc) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit be5c3c989d75290863cc7aef9949cf6e82d3070f) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* archiver.bbclass: Make do_deploy_archives a recursive dependencyPaul Barker2020-05-281-1/+3
| | | | | | | | | | | | | | | | | | | | To ensure that archives are captured for all dependencies of a typical bitbake build we add do_deploy_archives to the list of recursive dependencies of do_build. Without this, archives may be missed for recipes such as gcc-source which do not create packages or populate a sysroot. do_deploy_archives is also added to the recursive dependencies of do_populate_sdk so that all sources required for an SDK can be captured. (From OE-Core rev: 66a2e4bcafb3f8835bb21d73a9e78e7d9d15bbd3) Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit e1feb6030cd8e77c553ec10a366cbeb7e902bada) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bison: fix the parallel buildMingli Yu2020-05-282-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly make the BUILT_SOURCES which are the generated headers such as stdio.h, fcntl.h and etc to be the dependencies of the gl_LIBOBJS such as libbison_a-sprintf.o, libbison_a-printf.o and etc to guarantee the BUILT_SOURCES is generated before begin to compile EXTRA_lib_libbison_a_SOURCES such as fprintf.c in parallel builid, otherwise there may come below error: | muscle-tab.c:(.text+0x77a): undefined reference to `rpl_sprintf' It does the same for src_bison_OBJECTS and lib_libbison_a_OBJECTS to make sure BUILT_SOURCES generated before begin to compile src_bison_SOURCES which contains AnnotationList.c and etc. BTW, the MOSTLYCLEANFILES also contains the generated header needs to be created early in the build process, so add it also in to avoid below error: | ./lib/uniwidth/width.c:21:10: fatal error: uniwidth.h: No such file or directory [YOCTO #13825] (From OE-Core rev: 99ddfee2a2434d282749e2062987067f70b0ef54) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit 43d74b11095092b13f94074785d0306484fabea6) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcr: depends on gnupg-nativeKai Kang2020-05-281-1/+1
| | | | | | | | | | | | | | | | | It fails to build gcr if no commmand gpg on build host: | meson.build:44:0: ERROR: Program(s) ['gpg2', 'gpg'] not found or not executable Add dependency gnupg-native to fix the error. (From OE-Core rev: da7360247995d7c8e79dfcaa0c0761952a9013f1) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit e4a6eda4c246b2bca059defed796bdab19a7ab5f) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Add Ubuntu 20.04 as a supported distroSteve Sakoman2020-05-281-0/+1
| | | | | | | (From meta-yocto rev: 4ebb37d825ee6a0e713b8c5b59fabcae5d50aa93) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* file: add PACKAGECONFIG for auto optionsKonrad Weihmann2020-05-221-2/+8
| | | | | | | | | | | | | | | | | | | A few options of file configure are set to auto, which can lead to unpredictable effects when something in the sysroot does provide things that satisfy the autotools checks. In the worst case this will lead to package-qa failures as libraries are not set in RDEPENDS but configured for the tool. To mitigate changes of accidental configure set explicit options via newly introduced PACKAGECONFIG variables for bzip, lzma and zlib support, where the default is just zlib, as it was before (From OE-Core rev: 5bfdb6bfbd6f1de10d415228e5a5ebe01a623e2a) Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* selftest/imagefeatures: Enable sanity test for IMAGE_GEN_DEBUGFSYeoh Ee Peng2020-05-221-0/+32
| | | | | | | | | | | | | | | | Add new testcase to check IMAGE_GEN_DEBUGFS. Test makes sure that debug filesystem is created accordingly. Test also check for debug symbols for some packages as suggested by Ross Burton. [YOCTO #10906] (From OE-Core rev: 1038195fe9823c93cf20e2d256865171e0c915c4) Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com> Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pseudo: Fix enum typedefJacob Kroon2020-05-222-0/+32
| | | | | | | | | | | | | 'pseudo_access_t' is a type, so use typedef. Fixes building pseudo with gcc 10 where -fno-common is the default. (From OE-Core rev: 2093769199ecc3d1e474bea5ec6e8b193f6f8ea3) Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meson.bbclass: Close the log file after readingAnton Eliasson2020-05-221-1/+2
| | | | | | | | | | | | | | | | | | This fixes warnings like: WARNING: package-name-0.0.1-r0 do_configure: <string>:164: ResourceWarning: unclosed file <_io.TextIOWrapper name='/source_directory/build/tmp/work/arch/package-name/0.0.1-r0/package-name-0.0.1//meson-logs/meson-log.txt' mode='r' encoding='UTF-8'> (From OE-Core rev: 789c008167e5fe94f781ab274d60b06eaa46ce25) Signed-off-by: Anton Eliasson <anton.eliasson@axis.com> Reviewed-by: Ola x Nilsson <ola.x.nilsson@axis.com> Signed-off-by: Anton Eliasson <anton.eliasson@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pypi.bbclass: use new pypi UPSTREAM_CHECK_URITim Orling2020-05-221-1/+1
| | | | | | | | | | | | Upstream https://pypi.python.org/pypi/${PYPI_PACKAGE}/ redirects to https://pypi.org/project/${PYPI_PACKAGE}/ (From OE-Core rev: e5f3f961242d888f3f786af8f793bf1d247fdff0) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pypi.bbclass: mind package suffix on version checkKonrad Weihmann2020-05-221-1/+1
| | | | | | | | | | | | | | Some pypi packages do have suffixes like dev, or a0 or b1. When doing a version check on these, the version will get falsely identified as major release versions. Add a terminating slash to rule out those false positives (From OE-Core rev: 0603f6d9f2abfa67b99b1bc39228f6aa16a0370d) Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: update to 2.28.2 to fix multiple CVE'sAlexander Kanavin2020-05-224-52/+21
| | | | | | | | | | | | | This latest stable release fixes: CVE-2020-10018, CVE-2020-11793, CVE-2020-3885, CVE-2020-3894, CVE-2020-3895, CVE-2020-3897, CVE-2020-3899, CVE-2020-3900, CVE-2020-3901, CVE-2020-3902 (From OE-Core rev: ea75624d2b36fc4c5fbbbb0b2f06ce8a5cadd214) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake.conf: Prevent git from detecting parent repo in recipeJoshua Watt2020-05-221-1/+5
| | | | | | | | | | | | | | | Prevents git commands run in a recipe from moving up past ${WORKDIR} when searching for a .git directory, and thus prevents them from detecting the parent OE-core .git directory. Fixes several reproducibility issues where recipes would use the OE-core version as the recipe version due to git walking up the tree. (From OE-Core rev: 02ecf3e2a98a614805f6f2574c2bf14162192d01) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-setuptools: add the missing rdependsMingli Yu2020-05-221-0/+1
| | | | | | | | | | | | | | | | Add the missing rdepends to fix below error: # python3 [snip] >>> import setuptools [snip] ModuleNotFoundError: No module named 'json' (From OE-Core rev: 5733811eeba9fd88f4a621c705a2de61b197c3d7) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* scripts/tiny/ksize: Fix for more recent kernelsjan2020-05-221-3/+3
| | | | | | | | | | | | | | | | In the past kernel built object files were named 'built-in.o'. Nowadays it is 'built-in.a'. The script is modified to work with both. I expect it will not happen that there are built-in.a and built-in.o files in the same kernel. (From OE-Core rev: 8a883c3b0773960908491c03c46e7ed320e41dc5) Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wget: improve reproducible buildJoe Slater2020-05-221-2/+7
| | | | | | | | | | | | | | Modify DEBUG_PREFIX_MAP as used by sed to handle whitespace correctly. This modifies an existing patch. (From OE-Core rev: fcd6c105bee1c689f06b46659779bddfad07d9c9) Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sstate.bbclass: Do not fail if files cannot be touchedPeter Kjellerstedt2020-05-221-4/+11
| | | | | | | | | | | | It may be that a file is not allowed to be touched, e.g., if it is a symbolic link into a global sstate cache served over NFS. (From OE-Core rev: f528d6ffc9649536d21d625f65b415bfec7db258) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* opkg-keyrings: check if opkg-key exists before run postinstYi Zhao2020-05-221-1/+4
| | | | | | | | | | | | | By default, the opkg-key command is not included in pokg package because it is only installed when gpg support is enabled. We'd better check if it exists before run 'opkg-key populate' in pkg_postinst. (From OE-Core rev: 174c27e4edea0af92f60779cf3f63d21f6bce6fe) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: Include vpn-script in FILESAlejandro Hernandez2020-05-221-1/+2
| | | | | | | | | | | | | When vpnc support is included through PACKAGECONFIG, there is now an extra vpn-script coming after the atest upgrade, include that script into FILES so it gets packaged. (From OE-Core rev: 8587149c49dd8d1e1a0a0b5cf81e458bfa88547e) Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation.conf: Add variables supported by features_check.bbclassRobert P. J. Day2020-05-221-2/+9
| | | | | | | | | | | | Add to documentation.conf all the new variables supported by features_check.bbclass. (From OE-Core rev: d82fc1d482c5be81cf88f9b37943bf9f4159ea56) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libnewt: Backport patch to fix reproducibilityJoshua Watt2020-05-223-43/+31
| | | | | | | | | | | | | | Backports a patch from upstream to fix a reproducibility problem where paths would be encoded in the binary. Drops an obsolete patch that conflicted with the backport (From OE-Core rev: b8f5114aabf6bbbc4adf5802a6707efaf18ba2ee) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* re2c: correct upstream locationAlexander Kanavin2020-05-221-1/+2
| | | | | | | | | (From OE-Core rev: 89afb271b32ed3dbe9c899fbfd30f9a80af161da) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cdrtools-native: fix upstream version checkAlexander Kanavin2020-05-221-1/+0
| | | | | | | | | (From OE-Core rev: aecd1239123d6fd94fbae10b162cf8a57eeaf18d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meson: fix upstream version checkAlexander Kanavin2020-05-221-0/+1
| | | | | | | | | (From OE-Core rev: 6cfa86069dd2189782a3505ffdacc489ea5cc3f1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/5.4: update to v5.4.34Bruce Ashfield2020-05-143-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 6ccc74c083c0 Linux 5.4.34 b538aacc9400 x86/microcode/AMD: Increase microcode PATCH_MAX_SIZE 856a74fd7e61 scsi: target: fix hang when multiple threads try to destroy the same iscsi session 992e469b4c44 scsi: target: remove boilerplate code 4b3380e007b2 x86/resctrl: Fix invalid attempt at removing the default resource group 3652782e3a87 x86/resctrl: Preserve CDP enable over CPU hotplug 6b5e8e7cbe24 irqchip/ti-sci-inta: Fix processing of masked irqs 9d2759006e29 ext4: do not zeroout extents beyond i_disksize 653b42530952 i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag on BYT and CHT e2b80bf26956 drm/amdgpu: fix the hw hang during perform system reboot and reset 251f13126e23 drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabled eecd70c77ff3 net/mlx5e: Use preactivate hook to set the indirection table 57f578bce415 net/mlx5e: Rename hw_modify to preactivate 67284c11399f net/mlx5e: Encapsulate updating netdev queues into a function cae385538886 mac80211_hwsim: Use kstrndup() in place of kasprintf() a8ce3412e8a2 mac80211: fix race in ieee80211_register_hw() 21350f28b226 nl80211: fix NL80211_ATTR_FTM_RESPONDER policy aa5b11bb333c btrfs: check commit root generation in should_ignore_root 0026e356e51a tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation a0aaafe7ce4b keys: Fix proc_keys_next to increase position index f32a339e0321 arm64: vdso: don't free unallocated pages 5209e5f05bf2 ALSA: usb-audio: Check mapping at creating connector controls, too 250db0305392 ALSA: usb-audio: Don't create jack controls for PCM terminals aae6e154680f ALSA: usb-audio: Don't override ignore_ctl_error value from the map 9acfd1ac016a ALSA: usb-audio: Filter error from connector kctl ops, too 0eb7bcf3ad32 ALSA: hda/realtek - Enable the headset mic on Asus FX505DT 549a48900d8e ASoC: Intel: mrfld: return error codes when an error occurs 86ec55651fd2 ASoC: Intel: mrfld: fix incorrect check on p->sink 538b623fed6d usb: dwc3: gadget: Don't clear flags before transfer ended 3bffb20603cd arm64: dts: librem5-devkit: add a vbus supply to usb0 3a8dc1e91561 ARM: dts: imx7-colibri: fix muxing of usbc_det pin c2c5d07090d4 clk: at91: usb: use proper usbs_mask 90c1f740ddf8 clk: at91: sam9x60: fix usb clock parents c874d9d116d8 ext4: fix incorrect inodes per group in error message dd7b410c9b01 ext4: fix incorrect group count in ext4_fill_super error message 44c70ed66c93 net/bpfilter: remove superfluous testing message 229563dc6b04 pwm: pca9685: Fix PWM/GPIO inter-operation 0a4c06f0db06 perf report: Fix no branch type statistics report issue 4542e583e2b8 acpi/nfit: improve bounds checking for 'func' 5815a5d70def jbd2: improve comments about freeing data buffers whose page mapping is NULL 8078d3af4af7 platform/chrome: cros_ec_rpmsg: Fix race with host event 777c8c9f11a8 scsi: ufs: Fix ufshcd_hold() caused scheduling while atomic 66458aa271b0 ovl: fix value of i_ino for lower hardlink corner case c85a7109f905 Revert "ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()" 4f2fb2a1990a net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizes a06a51d59292 net/mlx5e: Fix pfnum in devlink port attribute e25122586403 net/mlx5e: Fix nest_level for vlan pop action cb8892f52ec9 net/mlx5e: Add missing release firmware call 34310505d404 net/mlx5: Fix frequent ioread PCI access during recovery 1ff0732cf805 net: ethernet: mediatek: move mt7623 settings out off the mt7530 f749a8bfdd38 net: dsa: mt7530: move mt7623 settings out off the mt7530 bb54dcca3fb5 net: tun: record RX queue in skb before do_xdp_generic() f6b264f2a04c net: revert default NAPI poll timeout to 2 jiffies 61260486790e net: qrtr: send msgs from local of same id as broadcast 81dc4e9bff98 net: phy: micrel: use genphy_read_status for KSZ9131 a9a851f0ec67 net: ipv6: do not consider routes via gateways for anycast address check 22e56cb2f951 net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin 3ca854743110 net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware mode 016e3531d5c1 l2tp: Allow management of tunnels and session in user namespace 22ea267a9cd6 hsr: check protocol version in hsr_newlink() ced57064a085 amd-xgbe: Use __napi_schedule() in BH context dc4059d21d87 Linux 5.4.33 484cc15ad00f scsi: lpfc: fix inlining of lpfc_sli4_cleanup_poll_list() 8dead2c275e4 ASoC: stm32: sai: Add missing cleanup aed5ee6befcc efi/x86: Fix the deletion of variables in mixed mode 0c839eee166a mfd: dln2: Fix sanity checking for endpoints b70eb420e96d bpf: Fix tnum constraints for 32-bit comparisons 26711cc7e064 mmc: sdhci: Refactor sdhci_set_timeout() 56a296657e4b mmc: sdhci: Convert sdhci_set_timeout_irq() to non-static c1f3e1d8d7e6 powerpc/kasan: Fix kasan_remap_early_shadow_ro() 36b0b1f63994 drm/i915/icl+: Don't enable DDI IO power on a TypeC port in TBT mode bdac1d76a310 drm/amdgpu: fix gfx hang during suspend with video playback (v2) d1bbdf003c05 drm/dp_mst: Fix clearing payload state on topology disable 7676e69c67e3 Revert "drm/dp_mst: Remove VCPI while disabling topology mgr" ba74ab0c29fc scsi: lpfc: Fix broken Credit Recovery after driver load 33ebae4f3ba6 scsi: lpfc: Fix configuration of BB credit recovery in service parameters 037b0b5521a4 scsi: lpfc: Fix Fabric hostname registration if system hostname changes f48e7593523e scsi: lpfc: Add registration for CPU Offline/Online events 33344a7661a1 dm clone: Add missing casts to prevent overflows and data corruption 2d7eb7ee36a3 dm clone: Fix handling of partial region discards dcf2f00b0869 dm clone: replace spin_lock_irqsave with spin_lock_irq fddfa591da8e dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone() 1ba26c2aedb4 arm64: Always force a branch protection mode when the compiler has one ba7581be850b powerpc: Make setjmp/longjmp signature standard 3457b2232eaf scsi: mpt3sas: Fix kernel panic observed on soft HBA unplug e294f8a5ad31 powerpc/64: Prevent stack protection in early boot fc8755dc01d1 powerpc/kprobes: Ignore traps that happened in real mode ed6f6b2b39af powerpc/xive: Fix xmon support on the PowerNV platform 1ab730b65946 powerpc/64: Setup a paca before parsing device tree etc. 9240f83aa9c7 powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIs bd0fa144737c powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE entries 81b9336ab20e powerpc/fsl_booke: Avoid creating duplicate tlb1 entry 38aa7f32dfd8 powerpc/64/tm: Don't let userspace set regs->trap via sigreturn 0abc07d23c51 xen/blkfront: fix memory allocation flags in blkfront_setup_indirect() 5fdf01181cb8 ipmi: fix hung processes in __get_guid() d0b9bd4804a7 libata: Return correct status in sata_pmp_eh_recover_pm() when ATA_DFLAG_DETACH is set ec2c054e87a5 hfsplus: fix crash and filesystem corruption when deleting files af80e6f70f72 cpufreq: powernv: Fix use-after-free 9cc4f52d34a2 kmod: make request_module() return an error when autoloading is disabled bf4fcd52742e clk: ingenic/TCU: Fix round_rate returning error 9e8388fdf4de clk: ingenic/jz4770: Exit with error if CGU init failed 7bcca67bdee8 ftrace/kprobe: Show the maxactive number on kprobe_events 7dad5beb8dfd Input: i8042 - add Acer Aspire 5738z to nomux list efb9e9f723f5 s390/diag: fix display of diagnose call statistics 453fb8b20db4 perf tools: Support Python 3.8+ in Makefile beb3ef51cfd8 ocfs2: no need try to truncate file beyond i_size 47199f4b87eb fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once() 6772387e8201 ext4: fix a data race at inode->i_blocks 699d2c4d667e NFS: Fix a page leak in nfs_destroy_unlinked_subrequests() 6b64cbd05807 NFS: Fix use-after-free issues in nfs_pageio_add_request() 98a817eda5bc nfsd: fsnotify on rmdir under nfsd/clients/ 27993365c009 powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailable 4e4c6760fe03 drm/amdgpu: unify fw_write_wait for new gfx9 asics 45bc323b8102 drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLK fe0ec6f90e4d drm: Remove PageReserved manipulation from drm_pci_alloc b716a5f5ec65 drm/etnaviv: rework perfmon query infrastructure 463a2dddb4f9 drm/i915/gem: Flush all the reloc_gpu batch cda1eda28f1d vfio: platform: Switch to platform_get_irq_optional() b5eec37a3b85 selftests/powerpc: Add tlbie_test in .gitignore e1ec78f93042 selftests/vm: fix map_hugetlb length used for testing read and write 336b96a68170 selftests: vm: drop dependencies on page flags from mlock2 tests 20a62e9073f3 arm64: armv8_deprecated: Fix undef_hook mask for thumb setend 3d66a67f7310 arm64: dts: ti: k3-am65: Add clocks to dwc3 nodes 9d971b0059a2 ARM: dts: exynos: Fix polarity of the LCD SPI bus on UniversalC210 board e5b9c1027ee8 scsi: lpfc: Fix lpfc_io_buf resource leak in lpfc_get_scsi_buf_s4 error path 73a122c2636d scsi: ufs: fix Auto-Hibern8 error detection 0ad68e6212ad scsi: zfcp: fix missing erp_lock in port recovery trigger for point-to-point 8179a260313e crypto: ccree - dec auth tag size from cryptlen map 9135cd1b0f64 crypto: ccree - only try to map auth tag if needed a86744642789 crypto: ccree - protect against empty or NULL scatterlists f3f13f979448 crypto: caam - update xts sector size for large input length bc8413b626dd crypto: caam/qi2 - fix chacha20 data size error 07378b099139 xarray: Fix early termination of xas_for_each_marked 8f4c8e92bdac XArray: Fix xas_pause for large multi-index entries a1ffc47f22a8 dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions() 996f8f1ba72a dm clone: Add overflow check for number of regions 2e703059348d dm verity fec: fix memory leak in verity_fec_dtr 833309f3fb51 dm integrity: fix a crash with unusually large tag size bef0d2f5fdcb dm writecache: add cond_resched to avoid CPU hangs 5c84ab9c96d7 mm, memcg: do not high throttle allocators based on wraparound 935e87b20c56 arm64: dts: allwinner: h5: Fix PMU compatible 1dbfae009525 sched/core: Remove duplicate assignment in sched_tick_remote() 8b068046321f arm64: dts: allwinner: h6: Fix PMU compatible 27dbb3633809 net: qualcomm: rmnet: Allow configuration updates to existing devices add09c86cd3e tools: gpio: Fix out-of-tree build regression a0f079ac13be powerpc/pseries: Drop pointless static qualifier in vpa_debugfs_init() e0ae9da3fb2f mmc: sdhci-of-esdhc: fix esdhc_reset() for different controller versions 7661469ef56e io_uring: honor original task RLIMIT_FSIZE a181a74610e6 erofs: correct the remaining shrink objects 433868b19ce0 crypto: mxs-dcp - fix scatterlist linearization for hash 248414f50596 crypto: rng - Fix a refcounting bug in crypto_rng_reset() 6b936b1872ba remoteproc: Fix NULL pointer dereference in rproc_virtio_notify 5b677eddc547 remoteproc: qcom_q6v5_mss: Reload the mba region on coredump 241f681d19e1 remoteproc: qcom_q6v5_mss: Don't reassign mpss region on shutdown 87a9058d5552 btrfs: use nofs allocations for running delayed items 0425813c2279 btrfs: fix missing semaphore unlock in btrfs_sync_file 08e69ab983da btrfs: unset reloc control if we fail to recover 098d3da1ad30 btrfs: fix missing file extent item for hole after ranged fsync b436fbff6fca btrfs: drop block from cache on error in relocation dd68ba0d7355 btrfs: set update the uuid generation as soon as possible 441b83a84208 btrfs: reloc: clean dirty subvols if we fail to start a transaction 1bd44cada415 Btrfs: fix crash during unmount due to race with delayed inode workers 941dabde6c1a btrfs: Don't submit any btree write bio if the fs has errors 0297b7f9842e mtd: spinand: Do not erase the block before writing a bad block marker 4da7c98c3081 mtd: spinand: Stop using spinand->oobbuf for buffering bad block markers c138ad0741fc CIFS: Fix bug which the return value by asynchronous read is error 9b35348318d1 smb3: fix performance regression with setting mtime 40888c31aca3 KVM: VMX: fix crash cleanup when KVM wasn't used 93a2b7368862 KVM: VMX: Add a trampoline to fix VMREAD error handling 771b9374a529 KVM: x86: Gracefully handle __vmalloc() failure during VM allocation 455f37affe13 KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support bcd1d7462aba KVM: x86: Allocate new rmap and large page tracking when moving memslot 0c7fb8c91c0f KVM: s390: vsie: Fix delivery of addressing exceptions 654b70e84710 KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks 2c5bfcda8791 KVM: nVMX: Properly handle userspace interrupt window request 99a890ed7009 platform/x86: asus-wmi: Support laptops where the first battery is named BATT bd90b96e3486 x86/entry/32: Add missing ASM_CLAC to general_protection entry 3dc06261a41f x86/tsc_msr: Make MSR derived TSC frequency more accurate 41a7f842e312 x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devices 6c63cf15d066 x86/tsc_msr: Use named struct initializers 5f2d04139aa5 signal: Extend exec_id to 64bits 0a993df8d609 ath9k: Handle txpower changes even when TPC is disabled d941b33bdc68 PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not there 4fcbc35fab57 PM / Domains: Allow no domain-idle-states DT property in genpd when parsing 5bd5307cd264 MIPS: OCTEON: irq: Fix potential NULL pointer dereference ed374eee8ce6 MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3 4acbbe98e06a pstore: pstore_ftrace_seq_next should increase position index 38119a689766 io_uring: remove bogus RLIMIT_NOFILE check in file registration 6124e10dbc4f irqchip/versatile-fpga: Apply clear-mask earlier 3f3700c4697b genirq/debugfs: Add missing sanity checks to interrupt injection 6ecc37daf64e cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus() 4b67e5afc2a0 KEYS: reaching the keys quotas correctly f7384f90ecc7 tpm: tpm2_bios_measurements_next should increase position index 27544e1bdcc6 tpm: tpm1_bios_measurements_next should increase position index 96e05bb57b40 tpm: Don't make log failures fatal 524089fa70ef sched/fair: Fix enqueue_task_fair warning 8b6f8619fc96 PCI: endpoint: Fix for concurrent memory allocation in OB address region 96843346b201 PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOM 55b61a08bf86 PCI: Add boot interrupt quirk mechanism for Xeon chipsets 72d52a779e99 PCI/ASPM: Clear the correct bits when enabling L1 substates 463181e64f5f PCI: pciehp: Fix indefinite wait on sysfs requests c755ca32c8cd efi/x86: Add TPM related EFI tables to unencrypted mapping checks 91bed1f1fb97 nvme-fc: Revert "add module to ops template to allow module references" 0eb4d8b985be nvmet-tcp: fix maxh2cdata icresp parameter b3c7227ad4c6 thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=n e7251a88d387 ACPI: PM: s2idle: Refine active GPEs check dd993e283bc3 ACPICA: Allow acpi_any_gpe_status_set() to skip one GPE 1efd20ea57d4 acpi/x86: ignore unspecified bit positions in the ACPI global lock field 52e6985f2c91 seccomp: Add missing compat_ioctl for notify 15ae94fe2211 media: ti-vpe: cal: fix a kernel oops when unloading module 3a59d985ceb1 media: ti-vpe: cal: fix disable_irqs to only the intended target 46b0e2900ee2 media: hantro: Read be32 words starting at every fourth byte 7ac962c5b730 media: venus: firmware: Ignore secure call error on first resume be9956bac91a ALSA: hda/realtek - Add quirk for MSI GL63 09e7b678f3e0 ALSA: hda/realtek - Add quirk for Lenovo Carbon X1 8th gen f5462668ad94 ALSA: hda/realtek - Remove now-unnecessary XPS 13 headphone noise fixups a92931dea6b1 ALSA: hda/realtek - Set principled PC Beep configuration for ALC256 0f18192b6924 ALSA: doc: Document PC Beep Hidden Register on Realtek ALC256 3e7167475236 ALSA: hda/realtek - a fake key event is triggered by running shutup faea94956333 ALSA: hda/realtek: Enable mute LED on an HP system 1dfcd70d1fcc ALSA: pcm: oss: Fix regression by buffer overflow fix e3ab9c5540e3 ALSA: ice1724: Fix invalid access for enumerated ctl items 6a9ba565b41f ALSA: hda: Fix potential access overflow in beep helper f4f0a1f017e0 ALSA: hda: Add driver blacklist 1ee0023c340e ALSA: usb-audio: Add mixer workaround for TRX40 and co 78a92756fc2c usb: gadget: composite: Inform controller driver of self-powered a385ebdaa4dc usb: gadget: f_fs: Fix use after free issue as part of queue failure 9a8b1ba9d41f ASoC: topology: use name_prefix for new kcontrol f467e054c03f ASoC: dpcm: allow start or stop during pause for backend af0b76f9f632 ASoC: dapm: connect virtual mux with default value 803db8a07868 ASoC: fix regwmask acec0e9a916a btrfs: track reloc roots based on their commit root bytenr 9632851a5326 btrfs: restart relocate_tree_blocks properly ddc25a38ab36 btrfs: remove a BUG_ON() from merge_reloc_roots() 679885143c04 btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at least queued b37de1b1e882 block, bfq: fix use-after-free in bfq_idle_slice_timer_body bd9afea9bde7 locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps() b9da72cb7019 spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion 64a97384d4f4 firmware: fix a double abort case with fw_load_sysfs_fallback 2d29a61a14fa md: check arrays is suspended in mddev_detach before call quiesce operations 6420b2e5fa66 irqchip/gic-v4: Provide irq_retrigger to avoid circular locking dependency 80e85ab88b3f usb: dwc3: core: add support for disabling SS instances in park mode b6257832dd45 media: i2c: ov5695: Fix power on and off sequences 510b4e069508 block: Fix use-after-free issue accessing struct io_cq b9d5ced37ac7 genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy() bceda1dd4716 efi/x86: Ignore the memory attributes table on i386 fc427b7a0266 x86/boot: Use unsigned comparison for addresses f6bb3ea812f0 cpufreq: imx6q: fix error handling c5bcaacd0640 gfs2: Don't demote a glock until its revokes are written 46bbc5526dd7 gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty aa547b9dc20f pstore/platform: fix potential mem leak if pstore_init_fs failed 347f091094ab libata: Remove extra scsi_host_put() in ata_scsi_add_hosts() 288761c9f0a2 media: i2c: video-i2c: fix build errors due to 'imply hwmon' fb80a18584a4 block, bfq: move forward the getting of an extra ref in bfq_bfqq_move d1d846fb02a8 PCI/switchtec: Fix init_completion race condition with poll_wait() 75434bcc6593 selftests/x86/ptrace_syscall_32: Fix no-vDSO segfault dd39eadc71d4 sched: Avoid scale real weight down to zero f7557078e16e media: allegro: fix type of gop_length in channel_create message 2902207377f8 time/sched_clock: Expire timer in hardirq context 3f755f5233a2 irqchip/versatile-fpga: Handle chained IRQs properly c8b81c33c5cb debugfs: Check module state before warning in {full/open}_proxy_open() fd66df97dce9 block: keep bdi->io_pages in sync with max_sectors_kb for stacked devices e88ee287fd82 dma-mapping: Fix dma_pgprot() for unencrypted coherent pages aa04e8d359d7 x86: Don't let pgprot_modify() change the page encryption bit ce7a61a0d57d ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add() 99e20a79d215 xhci: bail out early if driver can't accress host in resume 61ed3dcad80c media: imx: imx7-media-csi: Fix video field handling dd051f1af594 media: imx: imx7_mipi_csis: Power off the source when stopping streaming 502b83e73e35 null_blk: fix spurious IO errors after failed past-wp access 38c1299f8c5c null_blk: Handle null_add_dev() failures properly becd9a906657 null_blk: Fix the null_add_dev() error path f9ee512dd913 firmware: arm_sdei: fix double-lock on hibernate with shared events 7bf2c31ba0bb media: venus: hfi_parser: Ignore HEVC encoding for V1 0d3d868b34af staging: wilc1000: avoid double unlocking of 'wilc->hif_cs' mutex d5bc44e6b0d4 cpufreq: imx6q: Fixes unwanted cpu overclocking on i.MX6ULL 33dbe5867c39 media: rc: add keymap for Videostrong KII Pro a5ef462303e0 i2c: pca-platform: Use platform_irq_get_optional 54d09aab81aa i2c: st: fix missing struct parameter description 28f5b6ee1c2f qlcnic: Fix bad kzalloc null test d7f6f2b0be09 cfg80211: Do not warn on same channel at the end of CSA 068168461e68 drm/scheduler: fix rare NULL ptr race f5429ec64f4f cxgb4/ptp: pass the sign of offset delta in FW CMD d2037f68ae03 selftests/net: add definition for SOL_DCCP to fix compilation errors for old libc 9a3f55fc0f46 hinic: fix wrong value of MIN_SKB_LEN a8f9fe793001 hinic: fix wrong para of wait_for_completion_timeout 243ebc24e01c hinic: fix out-of-order excution in arm cpu 5edd115ba09e hinic: fix the bug of clearing event queue d63fac896335 hinic: fix a bug of waitting for IO stopped ad4ad8253f89 net: vxge: fix wrong __VA_ARGS__ usage b9c961998565 net: stmmac: platform: Fix misleading interrupt error msg f96f2c885eda rxrpc: Fix call interruptibility handling f8da7f442861 rxrpc: Abstract out the calculation of whether there's Tx space 96860db5c09f soc: fsl: dpio: register dpio irq handlers after dpio create 10e15e1b9297 Input: tm2-touchkey - add support for Coreriver TC360 variant ed1c4d2ca9da iwlwifi: mvm: Fix rate scale NSS configuration fd29a0242f86 bpf: Fix deadlock with rq_lock in bpf_send_signal() 5c234312e805 ARM: dts: Fix dm814x Ethernet by changing to use rgmii-id mode d04ffa50f901 bus: sunxi-rsb: Return correct data when mixing 16-bit and 8-bit reads 7092cc4590c0 ARM: dts: sun8i-a83t-tbs-a711: HM5065 doesn't like such a high voltage (From OE-Core rev: 1a50634e56dfcb63eac0df1aa9cd7e6fb7bd470a) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/5.4: update to v5.4.32Bruce Ashfield2020-05-143-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: bc844d58f697 Linux 5.4.32 ad5676629a12 iommu/vt-d: Allow devices with RMRRs to use identity domain 04ad505eed58 drm/i915: Fix ref->mutex deadlock in i915_active_wait() 047affa0ef00 fbcon: fix null-ptr-deref in fbcon_switch d4083258db04 blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync d020ff5060a4 RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow b40f1ae359f2 Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl 7f5432c2f446 RDMA/siw: Fix passive connection establishment 09583e3f0402 RDMA/cma: Teach lockdep about the order of rtnl and lock 51795bcf595d RDMA/ucma: Put a lock around every call to the rdma_cm layer ab6ee4330288 include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swap 193490dbe5ba ceph: canonicalize server path in place 56385788f7f6 ceph: remove the extra slashes in the server path 7dafb2c6fb46 ARM: imx: only select ARM_ERRATA_814220 for ARMv7-A cf7005662673 ARM: imx: Enable ARM_ERRATA_814220 for i.MX6UL and i.MX7D 4ac80b02f10d IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads ccc2b645de20 IB/hfi1: Fix memory leaks in sysfs registration and unregistration cd38d8b231f1 IB/hfi1: Call kobject_put() when kobject_init_and_add() fails 9351dee1cc24 ASoC: jz4740-i2s: Fix divider written at incorrect offset in register e30a21c6fea5 platform/x86: intel_int0002_vgpio: Use acpi_register_wakeup_handler() 9da847d65f37 ACPI: PM: Add acpi_[un]register_wakeup_handler() 41a0cfa05c05 hwrng: imx-rngc - fix an error path dfa210cf9f94 tools/accounting/getdelays.c: fix netlink attribute length ea84a26ab633 slub: improve bit diffusion for freelist ptr obfuscation 8b0f08036659 uapi: rename ext2_swab() to swab() and share globally in swab.h 94d2d84bcafa usb: dwc3: gadget: Wrap around when skip TRBs 170f88a47b9f random: always use batched entropy for get_random_u{32,64} 5e331978200e s390: prevent leaking kernel address in BEAR 74107d56d1e8 r8169: change back SG and TSO to be disabled by default 5249653d971d mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE 671331c11c39 tun: Don't put_page() for all negative return values from XDP program fdb6a094ba41 slcan: Don't transmit uninitialized stack data in padding feed32e3d6fe net: stmmac: dwmac1000: fix out-of-bounds mac address reg setting 049b9fa3ef65 net_sched: fix a missing refcnt in tcindex_init() 1891d57f89aa net_sched: add a temporary refcnt for struct tcindex_data 1189ba9eedac net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before accessing PHY registers 7d3d99f579e8 net: dsa: mt7530: fix null pointer dereferencing in port5 setup bce7ce18bd18 net: dsa: bcm_sf2: Ensure correct sub-node is parsed 040f7a27583f net: dsa: bcm_sf2: Do not register slave MDIO bus with OF bbbdd7956bab ipv6: don't auto-add link-local address to lag ports 77cf80793692 cxgb4: fix MPS index overwrite when setting MAC address 3fcd53b1d859 net: phy: realtek: fix handling of RTL8105e-integrated PHY de850633a01f Linux 5.4.31 c3f87e03f90f mm: mempolicy: require at least one nodeid for MPOL_PREFERRED c3d4e6fc4b37 padata: always acquire cpu_hotplug_lock before pinst->lock 238112fcf391 net: Fix Tx hash bound checking 15ee8da79ee3 i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt device 079c8da9e5ac watchdog: iTCO_wdt: Make ICH_RES_IO_SMI optional b42afa3475bf watchdog: iTCO_wdt: Export vendorsupport 4ebd16641797 tcp: fix TFO SYNACK undo to avoid double-timestamp-undo a6b1820d3330 IB/hfi1: Ensure pq is not left on waitlist c4168080f1d4 rxrpc: Fix sendmsg(MSG_WAITALL) handling be8a3aecd21a iwlwifi: dbg: don't abort if sending DBGC_SUSPEND_RESUME fails b4190809a17b iwlwifi: yoyo: don't add TLV offset when reading FIFOs 00e332e42bbe iwlwifi: consider HE capability when setting LDPC 5f843cb77142 net/mlx5e: kTLS, Fix wrong value in record tracker enum ea26f82a0422 soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ helper f6c8f128856b ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated sound on EVGA X99 Classified motherboard 2892100bc85a Revert "dm: always call blk_queue_split() in dm_process_bio()" 7c6ae8ae0ac5 power: supply: axp288_charger: Add special handling for HP Pavilion x2 10 899c38d93000 extcon: axp288: Add wakeup support 4d60b72514c2 nvmem: check for NULL reg_read and reg_write before dereferencing 98b32db072e9 mei: me: add cedar fork device ids 1843cba24aef coresight: do not use the BIT() macro in the UAPI header b5212116392e PCI: sysfs: Revert "rescan" file renames aa98c16a5b7c misc: pci_endpoint_test: Avoid using module parameter to determine irqtype a5d697c1e92d misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devices 82f6c72e5d4d misc: rtsx: set correct pcr_ops for rts522A cec4be18d136 brcmfmac: abort and release host after error 625b940a28e0 padata: fix uninitialized return value in padata_replace() 16696ee7b581 XArray: Fix xa_find_next for large multi-index entries 4eb33cb9b566 net/mlx5e: kTLS, Fix TCP seq off-by-1 issue in TX resync flow 8792e1ac5f48 tools/power turbostat: Fix 32-bit capabilities warning 09116eeea6a5 tools/power turbostat: Fix missing SYS_LPI counter on some Chromebooks 0ba0ce3cbb86 tools/power turbostat: Fix gcc build warnings 7ebc1e53a46b drm/amdgpu: fix typo for vcn1 idle check d2faee42f9e7 initramfs: restore default compression behavior 4a8ba74c1c64 drm/bochs: downgrade pci_request_region failure from error to warning f8abcff4fd0d drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017 205b5f80c74f kconfig: introduce m32-flag and m64-flag 91358d0f36fa nvme-rdma: Avoid double freeing of async event data ad13e142e024 Linux 5.4.30 9e62b6673d14 arm64: dts: ls1046ardb: set RGMII interfaces to RGMII_ID mode c399a50ae878 arm64: dts: ls1043a-rdb: correct RGMII delay mode to rgmii-id 5aa29219206a ARM: dts: sun8i: r40: Move AHCI device node based on address order 8f1199341837 ARM: dts: N900: fix onenand timings 89ecba47b391 ARM: dts: imx6: phycore-som: fix arm and soc minimum voltage bb4ec20d1687 ARM: bcm2835-rpi-zero-w: Add missing pinctrl name e58eb564e1fc ARM: dts: oxnas: Fix clear-mask property a1081413e834 perf map: Fix off by one in strncpy() size argument 451bf4d9592a arm64: alternative: fix build with clang integrated assembler 693860e79552 libceph: fix alloc_msg_with_page_vector() memory leaks 61bbc823a17a clk: ti: am43xx: Fix clock parent for RTC clock b2efabe3f88c clk: imx: Align imx sc clock parent msg structs to 4 4a3c7e1c807f clk: imx: Align imx sc clock msg structs to 4 08479b1391cb net: ks8851-ml: Fix IO operations, again 62465fd66323 gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 model 877f28596da2 bpf: Explicitly memset some bpf info structures declared on the stack e92528a8984e bpf: Explicitly memset the bpf_attr structure d3e215554a6c platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table 3f4ba176c623 vt: vt_ioctl: fix use-after-free in vt_in_use() acf0e9401931 vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console d1b6ab26c850 vt: vt_ioctl: remove unnecessary console allocation checks c897e625f94b vt: switch vt_dont_switch to bool e7244ce86ceb vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines 383c71b7314f vt: selection, introduce vc_is_sel 125dd8c48b19 serial: sprd: Fix a dereference warning 5b1bd4900fed mac80211: fix authentication with iwlwifi/mvm 5863d2b27fb2 mac80211: Check port authorization in the ieee80211_tx_dequeue() case 73fea3292b49 Linux 5.4.29 f8c60f7a0051 net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build 5f80d17c517d media: v4l2-core: fix a use-after-free bug of sd->devnode e7cd85f398cd media: xirlink_cit: add missing descriptor sanity checks 4490085a9e2d media: stv06xx: add missing descriptor sanity checks d111431a4420 media: dib0700: fix rc endpoint lookup e4af1cf37b90 media: ov519: add missing endpoint sanity checks b25af84517de libfs: fix infoleak in simple_attr_read() dcf2d659add5 ahci: Add Intel Comet Lake H RAID PCI ID 89d4acabb2f6 staging: wlan-ng: fix use-after-free Read in hfa384x_usbin_callback c44ea4fe738b staging: wlan-ng: fix ODEBUG bug in prism2sta_disconnect_usb 0ec1ab1b15d2 staging: rtl8188eu: Add ASUS USB-N10 Nano B1 to device table fea3939c6ccc staging: kpc2000: prevent underflow in cpld_reconfigure() b958dea86c26 media: usbtv: fix control-message timeouts 275316b63165 media: flexcop-usb: fix endpoint sanity check 5102000134f4 usb: musb: fix crash with highmen PIO and usbmon f32219427ca1 USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback 004b43fdfcf4 USB: cdc-acm: restore capability check order 4003d59a00e2 USB: serial: option: add Wistron Neweb D19Q1 d5fec27c54e7 USB: serial: option: add BroadMobi BM806U 6eff944ff084 USB: serial: option: add support for ASKEY WWHC050 8d62a8c7489a bpf: Undo incorrect __reg_bound_offset32 handling f23f37fe702f clocksource/drivers/hyper-v: Untangle stimers and timesync from clocksources 791c420f4228 r8169: fix PHY driver check on platforms w/o module softdeps d8166d4b4203 vti6: Fix memory leak of skb if input policy check fails 9c4f1506b477 ARM: dts: sun8i-a83t-tbs-a711: Fix USB OTG mode detection 7f884cb145dc bpf, sockmap: Remove bucket->lock from sock_{hash|map}_free 657559d632c2 bpf/btf: Fix BTF verification of enum members in struct/union 188aae1f3d5f bpf: Initialize storage pointers to NULL to prevent freeing garbage pointer c68e1117f4e4 bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bits 74617178d694 i2c: nvidia-gpu: Handle timeout correctly in gpu_i2c_check_status() 6734a326cb13 netfilter: nft_fwd_netdev: allow to redirect to ifb via ingress 5be3b97a1f18 netfilter: nft_fwd_netdev: validate family and chain type 4e8bba9420e2 netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6} 0bc1c7f6358c mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TX 74fdc220e2f1 ieee80211: fix HE SPR size calculation eaca61f5f850 afs: Fix unpinned address list during probing 455f5192a10d afs: Fix some tracing details c743855a0ebe afs: Fix client call Rx-phase signal handling 21af83e17ffa xfrm: policy: Fix doulbe free in xfrm_policy_timer 160c2ffa7016 xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquire a5c5cf6f24bb xfrm: fix uctx len check in verify_sec_ctx_len 1b92d81d4cc2 RDMA/mlx5: Block delay drop to unprivileged users 1babd2c979aa RDMA/mlx5: Fix access to wrong pointer while performing flush due to error 9961c56955a4 RDMA/mlx5: Fix the number of hwcounters of a dynamic counter f8f90690df59 vti[6]: fix packet tx through bpf_redirect() in XinY cases c467570443bb xfrm: handle NETDEV_UNREGISTER for xfrm device 86c7d38c2baf genirq: Fix reference leaks on irq affinity notifiers fe6010e47ddc afs: Fix handling of an abort from a service handler d9e974eea8f1 RDMA/core: Ensure security pkey modify is not lost 768e582a9970 bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memory 0dcf81d2c12f gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 model 43d2a61ceb09 gpiolib: acpi: Rework honor_wakeup option into an ignore_wake option 323a89bff42b gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk 159aef18f05c mm: fork: fix kernel_stack memcg stats for various stack implementations cc5da743a456 mm/sparse: fix kernel crash with pfn_section_valid check 238dd5ab0080 drivers/base/memory.c: indicate all memory blocks as removable da458bbfb6cf mm/swapfile.c: move inode_lock out of claim_swapfile 33c8bc8aa7b2 mac80211: mark station unauthorized before key removal d6b1f3fc76c4 mac80211: drop data frames without key on encrypted links 4a89bb3fca20 nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute type b34e20c78f1c scsi: sd: Fix optimal I/O size for devices that change reported values 35b34d264cb3 scripts/dtc: Remove redundant YYLOC global declaration 683cf6637730 tools: Let O= makes handle a relative path with -C option 2fe72de89cf7 rtlwifi: rtl8188ee: Fix regression due to commit d1d1a96bdb44 a2d866c50a35 perf probe: Do not depend on dwfl_module_addrsym() 5f2b792d3125 perf probe: Fix to delete multiple probe event 94a4104bf10e x86/ioremap: Fix CONFIG_EFI=n build 174da11b6474 ARM: dts: omap5: Add bus_dma_limit for L3 bus e41cd3b598ae ARM: dts: dra7: Add bus_dma_limit for L3 bus 7cdaa5cd79ab ceph: fix memory leak in ceph_cleanup_snapid_map() ed24820d1b0c ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL 44960e1c39d8 RDMA/mad: Do not crash if the rdma device does not have a umad interface 34aa3d5b84d5 RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SET 9924d9fac61b gpiolib: Fix irq_disable() semantics 10d5de234df4 RDMA/core: Fix missing error check on dev_set_name() b0a2af91cd78 IB/rdmavt: Free kernel completion queue when done 99058b8beef5 Input: avoid BIT() macro usage in the serio.h UAPI header 597d6fb4815c Input: synaptics - enable RMI on HP Envy 13-ad105ng 381c88a6b948 Input: fix stale timestamp on key autorepeat events cd18a7f6a789 Input: raydium_i2c_ts - fix error codes in raydium_i2c_boot_trigger() d8f58a0f533a i2c: hix5hd2: add missed clk_disable_unprepare in remove 65047f7538ba iwlwifi: mvm: fix non-ACPI function 72a0cfeb513c iommu/vt-d: Populate debugfs if IOMMUs are detected cb17ed60ec39 iommu/vt-d: Fix debugfs register reads e5ea0d970f33 net: hns3: fix "tc qdisc del" failed issue 24e72d55bc0b sxgbe: Fix off by one in samsung driver strncpy size arg 753ea21f2ac3 dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroom 27030150699b mac80211: Do not send mesh HWMP PREQ if HWMP is disabled 5ecb28b15678 scsi: ipr: Fix softlockup when rescanning devices in petitboot ee3bc486643d s390/qeth: handle error when backing RX buffer 8b6cccd9bd84 s390/qeth: don't reset default_out_queue f8de95a236f6 iommu/vt-d: Silence RCU-list debugging warnings 957e6f437d02 drm/exynos: Fix cleanup of IOMMU related objects 70e0a720038e drm/amdgpu: correct ROM_INDEX/DATA offset for VEGA20 2e89e4e7f7e1 drm/amd/display: update soc bb for nv14 8dab286ab527 fsl/fman: detect FMan erratum A050385 406f1ac075fe arm64: dts: ls1043a: FMan erratum A050385 c211a30c1846 dt-bindings: net: FMan erratum A050385 b82e91ae6384 cgroup1: don't call release_agent when it is "" 0cd633314661 drivers/of/of_mdio.c:fix of_mdiobus_register() dda4fca30906 cpupower: avoid multiple definition with gcc -fno-common 7f9c2d71cfd3 nfs: add minor version to nfs_server_key for fscache b51274fabedc cgroup-v1: cgroup_pidlist_next should update position index 74f554af848d net/mlx5e: Do not recover from a non-fatal syndrome f94d69e5f682 net/mlx5e: Fix ICOSQ recovery flow with Striding RQ bd81b9ba546a net/mlx5e: Fix missing reset of SW metadata in Striding RQ reset d8338b5f373a net/mlx5e: Enhance ICOSQ WQE info fields 63a0fc3b0047 net/mlx5: DR, Fix postsend actions write length c3c9927d0a8f hsr: set .netnsok flag 1a0fdef2d52d hsr: add restart routine into hsr_get_node_list() 80aa1e38e16b hsr: use rcu_read_lock() in hsr_get_node_{list/status}() e4723e0a858e net: ip_gre: Accept IFLA_INFO_DATA-less configuration 85aa84d3c587 net: ip_gre: Separate ERSPAN newlink / changelink callbacks 62e3ffa4ea4e bnxt_en: Reset rings if ring reservation fails during open() 0234e8ebb7f4 bnxt_en: Free context memory after disabling PCI in probe error path. 797d6f91c399 bnxt_en: Return error if bnxt_alloc_ctx_mem() fails. ae4565168af3 bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets() 2ac37a531115 bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S. 53d0bf064c9f vxlan: check return value of gro_cells_init() a6ce82deba5c tcp: repair: fix TCP_QUEUE_SEQ implementation 27cf5410a9e1 tcp: ensure skb->dev is NULL before leaving TCP stack c94b94626876 tcp: also NULL skb->dev when copy was needed 49d2333f97f0 slcan: not call free_netdev before rtnl_unlock in slcan_open 4cc2498b7ebb r8169: re-enable MSI on RTL8168c 3428faf70c59 NFC: fdp: Fix a signedness bug in fdp_nci_send_patch() 3d9cc478af25 net: stmmac: dwmac-rk: fix error path in rk_gmac_probe d23faf32e577 net_sched: keep alloc_hash updated after hash allocation 5317abb870fe net_sched: hold rtnl lock in tcindex_partial_destroy_work() ff28c6195814 net_sched: cls_route: remove the right filter from hashtable a631b9668460 net/sched: act_ct: Fix leak of ct zone template on replace 312805c93bf6 net: qmi_wwan: add support for ASKEY WWHC050 522d2dc17967 net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return value f806b9e84057 net: phy: mdio-bcm-unimac: Fix clock handling 9fe154ee3fd5 net: phy: dp83867: w/a for fld detect threshold bootstrapping issue 86137342fd4c net/packet: tpacket_rcv: avoid a producer race condition bb8c787be0e3 net: mvneta: Fix the case where the last poll did not process all rx a2a3baa29914 net: ena: Add PCI shutdown handler to allow safe kexec e586427a0abb net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_pop 0ec037c1353c net: dsa: mt7530: Change the LINK bit to reflect the link status 60e975088be8 net: dsa: Fix duplicate frames flooded by learning 7c6fe9b2af79 net: cbs: Fix software cbs to consider packet sending time 712c39d9319a net/bpfilter: fix dprintf usage for /dev/kmsg 85675064133e mlxsw: spectrum_mr: Fix list iteration in error path 5a1a00f6ac32 mlxsw: pci: Only issue reset when system is ready 6e75284e2480 macsec: restrict to ethernet devices 51db2db8fe68 ipv4: fix a RCU-list lock in inet_dump_fib() b67aa57f4a9d hsr: fix general protection fault in hsr_addr_is_self() 6fe31c7ce0ed geneve: move debug check after netdev unregister b5c9652ada33 cxgb4: fix Txq restart check during backpressure e92a0e7fba68 cxgb4: fix throughput drop during Tx backpressure b0ab8700283c ACPI: PM: s2idle: Rework ACPI events synchronization 127882d10931 mmc: sdhci-tegra: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSY 71d89344af0b mmc: sdhci-omap: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSY bf8b920f474e mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep command 3b9b71adbec4 mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discard d9c4f387e22a mmc: core: Allow host controllers to require R1B for CMD6 (From OE-Core rev: bc1ae928b0aea450d703ab2bc415c20db4cfb407) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/5.4: update to v5.4.28Bruce Ashfield2020-05-143-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 462afcd6e7ea Linux 5.4.28 7b2cdbd67ff0 staging: greybus: loopback_test: fix potential path truncations 8e79f440edb5 staging: greybus: loopback_test: fix potential path truncation 58ffe6b0245e drm/bridge: dw-hdmi: fix AVI frame colorimetry c965a0299c61 nvmet-tcp: set MSG_MORE only if we actually have more to send d3eb4daa333f arm64: smp: fix crash_smp_send_stop() behaviour 6080e0a9d107 arm64: smp: fix smp_send_stop() behaviour c61417fef99a ALSA: hda/realtek: Fix pop noise on ALC225 163489b64361 futex: Unbreak futex hashing 553d46b07dc4 futex: Fix inode life-time issue 66f28e110565 x86/mm: split vmalloc_sync_all() 9dfed456e1eb page-flags: fix a crash at SetPageError(THP_SWAP) 32991c960d0b mm, slub: prevent kmalloc_node crashes and memory leaks 623515739282 mm: slub: be more careful about the double cmpxchg of freelist 8e709bbe41d6 epoll: fix possible lost wakeup on epoll_ctl() path 69f434a05fb4 mm: do not allow MADV_PAGEOUT for CoW pages c3f54f0a68bf mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case 61cfbcce9e09 mm, memcg: throttle allocators based on ancestral memory.high 77c4bc4bf612 mm, memcg: fix corruption on 64-bit divisor in memory.high throttling ceca26903bd7 memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_event 2439259c32c8 stm class: sys-t: Fix the use of time_after() f7ef7a020f3b drm/lease: fix WARNING in idr_destroy b4e798cab8e9 drm/amd/amdgpu: Fix GPR read from debugfs (v2) eaa7fe20231a btrfs: fix log context list corruption after rename whiteout error 039547fbd1e8 xhci: Do not open code __print_symbolic() in xhci trace events ac9d3279514c arm64: compat: Fix syscall number of compat_clock_getres 70ca8a95df81 rtc: max8907: add missing select REGMAP_IRQ eba75a365f55 modpost: move the namespace field in Module.symvers last 69a9b971406f intel_th: pci: Add Elkhart Lake CPU support 3bdc0f68a170 intel_th: Fix user-visible error codes 97097054a1f0 intel_th: msu: Fix the unexpected state warning 07c70054ba24 staging/speakup: fix get_word non-space look-ahead 35da67a8a50c staging: greybus: loopback_test: fix poll-mask build breakage fbe68a636982 staging: rtl8188eu: Add device id for MERCUSYS MW150US v2 5f9579641df2 kbuild: Disable -Wpointer-to-enum-cast 0f5be2f69e89 CIFS: fiemap: do not return EINVAL if get nothing 48a9bc9534f3 mmc: sdhci-cadence: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN for UniPhier 8aafd5a0c63c mmc: sdhci-of-at91: fix cd-gpios for SAMA5D2 0c4e0f0d2e51 mmc: rtsx_pci: Fix support for speed-modes that relies on tuning dbb328d1a87d iio: light: vcnl4000: update sampling periods for vcnl4040 c3540b094edb iio: light: vcnl4000: update sampling periods for vcnl4200 7ad22950caf5 iio: adc: at91-sama5d2_adc: fix differential channels in triggered mode 4d71a4f76179 iio: adc: stm32-dfsdm: fix sleep in atomic context a79f53a2f5af iio: magnetometer: ak8974: Fix negative raw values in sysfs 6387b4002357 iio: accel: adxl372: Set iio_chan BE 3c69b794f96e iio: trigger: stm32-timer: disable master mode when stopping eb5f46b0cc55 iio: st_sensors: remap SMO8840 to LIS2DH12 69399842e4a9 iio: chemical: sps30: fix missing triggered buffer dependency 51d590fadc14 tty: fix compat TIOCGSERIAL checking wrong function ptr a754de70f6d6 tty: fix compat TIOCGSERIAL leaking uninitialized memory 279cdccb6dc7 ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checks 07ec940ceda5 ALSA: pcm: oss: Avoid plugin buffer overflow 59e4624e664c ALSA: seq: oss: Fix running status after receiving sysex f439c2ece795 ALSA: seq: virmidi: Fix running status after receiving sysex e2f1c2d0b6db ALSA: hda/realtek - Enable the headset of Acer N50-600 with ALC662 f0e819900968 ALSA: hda/realtek - Enable headset mic of Acer X2660G with ALC662 2d994c9cefc4 ALSA: line6: Fix endless MIDI read loop 64ab82cf614f USB: cdc-acm: fix rounding error in TIOCSSERIAL 9ed83da8cd97 USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIAL 186b9564cf5e usb: typec: ucsi: displayport: Fix a potential race during registration ff1d876e9f4f usb: typec: ucsi: displayport: Fix NULL pointer dereference 7b5aab752efc usb: xhci: apply XHCI_SUSPEND_DELAY to AMD XHCI controller 1022:145c 6e1167db8d21 USB: serial: pl2303: add device-id for HP LD381 ade2ca96e7a6 usb: host: xhci-plat: add a shutdown bace91138933 USB: serial: option: add ME910G1 ECM composition 0x110b 2601053cafb4 usb: quirks: add NO_LPM quirk for RTL8153 based ethernet adapters d742e9874048 USB: Disable LPM on WD19's Realtek Hub 712d9c2e92ea Revert "drm/fbdev: Fallback to non tiled mode if all tiles not present" c71986d18dea binderfs: use refcount for binder control devices too 169bf660646a parse-maintainers: Mark as executable 4db2f87e15c8 block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group() 5d33ba6f385f xenbus: req->err should be updated before req->state 7a79e217e3a5 xenbus: req->body should be updated before req->state 25c3f96370a1 drm/amd/display: fix dcc swath size calculations on dcn1 46c5b0d8dfbb drm/amd/display: Clear link settings on MST disable connector e53a333014a3 drm/amdgpu: clean wptr on wb when gpu recovery b557b2f00682 riscv: Fix range looking for kernel image memblock 1c2106d2d9c1 riscv: Force flat memory model with no-mmu 0bc9de1b1c1b spi: spi_register_controller(): free bus id on error paths af7dd05d7c8f ASoC: stm32: sai: manage rebind issue a3f349393eed riscv: avoid the PIC offset of static percpu data in module beyond 2G limits 1804cdf99fdb dm integrity: use dm_bio_record and dm_bio_restore 2e7e6de9ae38 dm bio record: save/restore bi_end_io and bi_integrity 886a8fb13d0c altera-stapl: altera_get_note: prevent write beyond end of 'key' 2c4e36033ace drivers/perf: arm_pmu_acpi: Fix incorrect checking of gicc pointer 1002a094e066 drivers/perf: fsl_imx8_ddr: Correct the CLEAR bit definition 0f6ae2cba3b8 drm/exynos: hdmi: don't leak enable HDMI_EN regulator if probe fails 53138bea67b2 drm/exynos: dsi: fix workaround for the legacy clock name 41f88dc1adcc drm/exynos: dsi: propagate error value and silence meaningless warning 0c30297dddc0 spi/zynqmp: remove entry that causes a cs glitch b8ba4d74f9f3 spi: pxa2xx: Add CS control clock quirk 416e1f433c70 ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes 74219d52d4e7 cifs: add missing mount option to /proc/mounts ddd8b3ed509a cifs: fix potential mismatch of UNC paths a7393e6f2ecf powerpc: Include .BTF section 9eee3e21a59d spi: qup: call spi_qup_pm_resume_runtime before suspending 1d4f214c8820 ARM: dts: dra7-l4: mark timer13-16 as pwm capable 5f657e5303d3 phy: ti: gmii-sel: do not fail in case of gmii ee1245396b6e phy: ti: gmii-sel: fix set of copy-paste errors 4d9020c3d802 drm/mediatek: Find the cursor plane instead of hard coding it 61c895d0f726 spi: spi-omap2-mcspi: Support probe deferral for DMA channels f9f635c04769 locks: reinstate locks_delete_block optimization 384e15fc4226 locks: fix a potential use-after-free problem when wakeup a waiter (From OE-Core rev: ceadc52e8c7bd03ca45c342bdabfa770ac32bc71) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* musl: Remove spurious unused patchKhem Raj2020-05-141-36/+0
| | | | | | | | | (From OE-Core rev: 2bd345826e23802ff3b9fcc77cdab88aee21d3ca) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* os-release: sanitize required fieldsVyacheslav Yurkov2020-05-141-5/+9
| | | | | | | | | | | | | | Currently only VERSION_ID field is sanitized, but os-release (5) has more fields with the same requirement. Moreover, those fields come unquoted in most distributions, because quotes are not needed for a values without whitespaces. (From OE-Core rev: ea39b2edecc00cc2340328893cdfbefed5d3b981) Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sqlite: backport CVE fixesSakib Sajal2020-05-143-0/+104
| | | | | | | | | | | Fixes CVE-2020-11655 and CVE-2020-11656 (From OE-Core rev: e63a38ca6ea95c0dbc79d5024c0cec31062d2e39) Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* util-linux: fix build error in killBenjamin Fair2020-05-143-0/+108
| | | | | | | | | | | | | | | | Backport patches from upstream to fix a build error in the kill utility. Fixes: | In file included from ../util-linux-2.35.1/misc-utils/kill.c:57: | ../util-linux-2.35.1/include/pidfd-utils.h: In function ‘pidfd_open’: | ../util-linux-2.35.1/include/pidfd-utils.h:19:17: error: ‘SYS_pidfd_open’ undeclared (first use in this function); did you mean ‘pidfd_open’? (From OE-Core rev: 9620c4e6e0e184b2b3907c8f8da4b7b54b97354e) Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* timezone: upgrade 2019c -> 2020aPierre-Jean Texier2020-05-141-5/+5
| | | | | | | | | | | See full changelog https://github.com/eggert/tz/blob/master/NEWS#L11 (From OE-Core rev: 365852b55b66ecbe8a8d5654a082a231ee345919) Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* icu: CVE-2020-10531Wang Mingyu2020-05-072-0/+129
| | | | | | | | | | | | | | security Advisory References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10531 (From OE-Core rev: 12f0cbf348d5acb0a7913bb5dc98e7fccc5ec34f) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssl: upgrade 1.1.1f -> 1.1.1gJan Luebbe2020-05-071-1/+1
| | | | | | | | | | | This also fixes CVE-2020-1967. (From OE-Core rev: f0bd52e5b50a1742b767eefe0d9d67facbb6c53a) Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* iputils: Initialize libgcryptMingli Yu2020-05-072-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Initialize libgcrypt on first use otherwise there comes below warning when check the status of the ninfod.service. # systemctl status ninfod.service * ninfod.service - Respond to IPv6 Node Information Queries Loaded: loaded (/lib/systemd/system/ninfod.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2020-04-29 05:18:21 UTC; 36s ago Docs: man:ninfod(8) Main PID: 347 (ninfod) Tasks: 1 (limit: 9382) Memory: 1.2M CGroup: /system.slice/ninfod.service `-347 /sbin/ninfod -d Apr 29 05:18:21 intel-x86-64 systemd[1]: Started Respond to IPv6 Node Information Queries. Apr 29 05:18:24 intel-x86-64 ninfod[347]: Libgcrypt warning: missing initialization - please fix the application Reference: https://salsa.debian.org/apt-team/apt/-/commit/4f489a8c7954cbbc9613e6b671c8efe87b9ced8c (From OE-Core rev: 8648c6497d1904b988059cbd72d1592caa8708d0) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc-target: Ensure buildtools-extended-tarball doesn't use arch=nativeRichard Purdie2020-05-071-5/+5
| | | | | | | | | | | | | | | | A nativesdk BBCLASSEXTEND was added to gcc-target without realising this would pass arch=native through to it for x86-64. This heavily optimises gcc output for the host its running on meaning it can't be reused via sstate on other machines. Add class-target overrides here to get the desired behaviour. All targets have been covered for completeness. (From OE-Core rev: 3fff2c9400f2f64cbc8cc450b5ab29505eacbdd1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pseudo: add macro guard for seccompKai Kang2020-05-071-1/+14
| | | | | | | | | | | | | | | | | | It fails to compile pseudo-native on centos 7: | ports/linux/pseudo_wrappers.c: In function ‘prctl’: | ports/linux/pseudo_wrappers.c:129:14: error: ‘SECCOMP_SET_MODE_FILTER’ undeclared (first use in this function) | if (cmd == SECCOMP_SET_MODE_FILTER) { | ^ Add macro guard for the definition to avoid the failure. (From OE-Core rev: 9fff03afb8e67b360042e80fda8213a67472b9ec) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libffi: fix v3.3 compile on ppc64leAndrew Geissler2020-05-072-0/+63
| | | | | | | | | | | | | | | | The latest released version of libffi no longer compiles on ppc64le based machines. Some searching found a patch that fixed our issue but had not been submitted upstream to libffi. It has now been submitted upstream with this PR: https://github.com/libffi/libffi/pull/561 (From OE-Core rev: ed7ce0d5e9009d80a79c39bb3d0d45de6e7721c0) Signed-off-by: Andrew Geissler <geissonator@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* buildtools-extended-tarball: add libgomp-devAlexander Kanavin2020-05-071-0/+1
| | | | | | | | | | | | This is needed in particular for newer versions of rpm which would otherwise fail to build due to absence of omp.h header. (From OE-Core rev: a83904481cf85ad4a15209017ab04f690b7779ed) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oeqa/qemurunner: Clean up failure handlingRichard Purdie2020-05-071-3/+8
| | | | | | | | | | | | | | | | | If you fail to setup the tap devices, runqemu will error quickly however stdout/stderr are not shown to the user, instead a SystemExit traceback is shown. This could explain some long since unexplained failures on the autobuilder. Rework the error handling so SystemExit isn't used and the standard log failure messages can be shown. The code could likely ultimatley need some restructuring to work effectively. (From OE-Core rev: 83b8e66b66aa9848ed9c8761a21cb47c6443d0c6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* targetcontrol: Fix leaking log handlerRichard Purdie2020-05-071-3/+4
| | | | | | | | | | | | | | | | | | | | We had a mystery failure on the autobuilder where runqemu appeared to be failing as a logfile directory no longer existed. The key to reproducing was running a runqemu where the image was deleted (as devtool does), then running another runqemu test. E.g.: 'oe-selftest -r devtool.DevtoolExtractTests.test_devtool_deploy_target wic.Wic2.test_qemu_efi' This then tries to write to the logfile from the first test, the image directory was deleted and we get strange failures. The fix is to remove the logging handler when qemu is stopped. (From OE-Core rev: 924b020eacf111b4fd4d731b363084e254a3422d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3: fix CVE-2020-8492Trevor Gamblin2020-05-072-0/+249
| | | | | | | | | | | CVE: CVE-2020-8492 (From OE-Core rev: c9ee462bb606b34ab31cfb90f84a5302d15135cf) Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* staging: Fix overlapping file failuresRichard Purdie2020-05-071-2/+10
| | | | | | | | | | | | | | | | | | | | | If there are different providers of a file and they are swiched when the recipe isn't machine specific, we can get tracebacks due to the overlapping files. The issue is that the previous provider isn't uninstalled since the system can't tell whether some later task needs them. By tracking which tasks we depend upon, the code can now choose to uninstall more things since a later task can reinstall if/as needed. The code here was to protect against code with two different tasks running in parallel which is still protected agaisnt. [YOCTO #13702] (From OE-Core rev: 86f36e3f93cdb2f5882b72e736a770aa6f46100d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>