| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
(From OE-Core rev: 13c9eba31a848450b1502c1677536ce42576ed08)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f59df55d63a8841c834bbc488589209e7f23f803)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes [YOCTO #10725]
(From OE-Core rev: 47966f06f0c221b00d773f8e9db20190a80d668a)
Signed-off-by: Fabien Mahot <fabien.mahot@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b0c33655fad5b2e7d96a45b6210527dfb766797b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
glibc configury tries to detect ld version and assumes BFD or gold
linker but when system ld is pointing to lld or mold it might fail the
linker check, therefore pass LD variable to explicitly point at ld.bfd
we are using BFD linker only to link glibc after all.
Second problem in such a case is that some partial objects are linked
with CC -r which will fail if we do not inform the compiler to use BFD
linker thusly pass it via appending to CC variable
(From OE-Core rev: d1a9d11130b2e0ee4fac8665f0b4c63084d85a86)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 63248d2cbd7a15aec5b864d0058fe919eb17c46c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add profile script to point users capable of interacting with the global
socket to it by default.
(From OE-Core rev: 1600f38d72818cda78a4731354dbecc144f664c9)
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2818cbc73093996f8ecb93a4f0df8a31fd4692d3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Just as sysvinit scripts shouldn't be present in a distro using systemd,
systemd scripts shouldn't be present in a system not using systemd.
(From OE-Core rev: 2617900f754572cca23e4db73b91a4091b921ac5)
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 00e3eb3893eeb32839e02b05bc1299440895a53d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
I know my text editor is going to get angry at me if this continues.
(From OE-Core rev: 24fd8549273c08693078afe17a539e461a898deb)
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit da6e01517336694911f5aea53d637e9c0ad72c9b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add the weston user to the wayland group so all users accessing the
global weston socket in /run all share a group.
(From OE-Core rev: 955f602c26869f670470c1555bb53c281594ad08)
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 30198b36b00a1967d1f8f8f556a0ba2415954f4e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
The weston user must be in the render group in order to access render
device nodes for standard user-space graphics.
(From OE-Core rev: 814ee7ad4f54f5a17e0822f06059a2fe95bebfc4)
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 1cba8aa3c5e0635d7b89222d9ccaf889954fe0c9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add the render group explicitly here to make sure it exists for the
useradd command.
(From OE-Core rev: 40007e8925ee63bddddad6e475f75b5494304903)
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 3134fca12c6f74d2b99f79fb751bc5513c5b937a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit 6fe23ff31c0 changed README to a symlink to README.logs, and
install README.logs under systemd doc dir.
But for OE, systemd doc dir is splited into package systemd-doc, when it
is not installed on the target, there will be an dead link:
Eg:
root@intel-x86-64:/var/log# ls -l README
lrwxrwxrwx 1 root root 39 Jun 20 08:57 README -> ../../usr/share/doc/systemd/README.logs
root@intel-x86-64:/var/log# ls -l ../../usr/share/doc/systemd/README.logs
ls: cannot access '../../usr/share/doc/systemd/README.logs': No such file or directory
Meantime, relative path for a symlink also will meet issue like
"No such file or directory"
Since OE have set ForwardToSyslog=yes, this README is not needed.
So remove this symlink from package systemd
(From OE-Core rev: 7702dc8fc6c9b34647067ffabbc0e24d6109abe7)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The build fails when DEBUG_BUILD is enabled with GCC-13 as [1] and [2].
Fixes:
| numpy/core/src/umath/simd.inc.src:977:20: note: called from here
| 977 | @vtype@ zeros = _mm512_setzero_@vsuffix@();
| ^~~~~~~~~~~~~~~~~~~
| numpy/core/src/umath/simd.inc.src:596:1: error: inlining failed in call to ‘always_inline’ ‘avx512_get_full_load_mask_ps’: target specific option mismatch
596 | avx512_get_full_load_mask_ps(void)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| numpy/core/src/umath/simd.inc.src:976:27: note: called from here
976 | @mask@ load_mask = avx512_get_full_load_mask_@vsuffix@();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| /usr/lib/gcc/x86_64-redhat-linux/13/include/avx512fintrin.h:6499:1: error: inlining failed in call to ‘always_inline’ ‘_mm512_loadu_si512’: target specific option mismatch
Reference: https://github.com/numpy/numpy/pull/22674/commits/3947b1a023a07a55522de65b4d302339bac2bad7
[1] https://git.openembedded.org/openembedded-core/commit/?id=8596678667797971559aed962b1c204266032186
[2] http://errors.yoctoproject.org/Errors/Details/689841/
(From OE-Core rev: 77a64a8686b6c9ef3bc6adbce6cdc442096decfd)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
| |
python2 has been deprecated, use python3 instead
(From OE-Core rev: 055330871b0d8f443d8eded6c0fcc0e404f70b8a)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes for APR 1.7.4
*) Fix a regression where writing to a file opened with both APR_FOPEN_APPEND
and APR_FOPEN_BUFFERED did not properly append the data on Windows.
(This regression was introduced in APR 1.7.3) [Evgeny Kotkov]
(From OE-Core rev: b308bf9936a9897a9d8ec07b60d811ee223b500f)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3db1d7fc97415f1d2af3f694723222ad81de13af)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Overview of Changes in 4.10.4, 05-06 2023
=========================================
* GtkFileChooser
- Fix some memory leaks
* GtkUriLauncher
- Validate the uri
* GtkStack
- Fix a crash
* GtkGridView
- Respect css border-spacing
* GtkScrolledWindow
- Propagate child measure size whenever possible
* GtkPopoverMenu:
- Avoid unnecessary left padding
* GtkSearchEntry:
- Improve size allocation for the clear icon
* X11
- Avoid black flickering with xwayland window decorations
- Trap XRandr errors
* CSS
- Various fixes to transitions
* Translation updates:
Basque
Catalan
Chinese (China)
French
Galician
Indonesian
Lithuanian
Persian
Russian
Swedish
Turkish
Ukrainian
(From OE-Core rev: 2630070374c75bf7d62ebb7fd7675fbf7d9e4951)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 479d3a841dcd078889dc83eceaaae0f0eabdf7b4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
==========
### Security
- [CVE-2023-29469] Hashing of empty dict strings isn't deterministic
- [CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexType
- schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOK
### Regressions
- SAX2: Ignore namespaces in HTML documents
- io: Fix "buffer full" error with certain buffer sizes
(From OE-Core rev: 5514070805c7c0f63fe8199832269b7857d5b8e4)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit 9ddbbf2f86f046784c3baa58de5606a73e9e24f4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
| |
Upstream-Status: Backport from [https://gitlab.com/libtiff/libtiff/-/commit/69818e2f2d246e6631ac2a2da692c3706b849c38, https://gitlab.com/libtiff/libtiff/-/commit/ec8ef90c1f573c9eb1f17d6a056aa0015f184acf]
(From OE-Core rev: 7db6039b809a11dc9b0b51a31a763bec87016568)
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Resolves error:
The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file.
gcc-source-12.3.0 (/home/pokybuild/yocto-worker/oe-selftest-fedora/build/meta/recipes-devtools/gcc/gcc-source_12.3.bb)
(From OE-Core rev: 4df0b835fae3af1dbde4a06568a652ce46d7af7a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
This test is failing for uncertain reasons. We have reported upstream, disable
it until we can work out why this happened. The point it started failing is
unclear due to other test framework issues.
(From OE-Core rev: ef1b309ec04aa16020c6a8ca3939fb8eccca3edb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2e9165a854c7b83f163479e9dbd3cb183a9d71f5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit f72fd51e0d (binutils: package static libs from gprofng) added
corresponding FILES:${PN}-staticdev entry to the main .bb recipe.
But binutils-cross-canadian fails with exactly the same QA issue,
hence move FILES:${PN}-staticdev to the common shared .inc file.
(From OE-Core rev: a4c3f22c93a944aef11bb8f2637f45c1d72d380c)
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 75beddd33e132333c36ad067e2cf90edffeb5bf5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to the latest SRCREV to bring fixes using the proper entry
addresses for ARM architectures [1], as well as fixing a race condition
in the Makefile during assembly [2].
Fix url in case automatic redirects stop working.
[1] https://github.com/ahcbb6/baremetal-helloqemu/commit/602e82aee7ae95ee50eedb7f40c4a225ec5a3fb9
[2] https://github.com/ahcbb6/baremetal-helloqemu/commit/ea7f59b02467ed1fb36c3b4c6d5cabe702df26ec
(From OE-Core rev: fdeb8e9d9af37e37e4c0f13ebfae2c0ce36199d4)
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 8910e9665d67576149efef064d098f0645deea4a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
NPM registry cache should support caracaters like '(' and ')'
Explanation: NPM packages can contains these caracters like : @(._.)/execute
(From OE-Core rev: 9d51a9f819a0ffdfd273635aa4e2062bf30a1db2)
Signed-off-by: BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 6110d9e24e43e286781afd1b3634a4ad1a2050d0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Below upstream commit removed BSD-4-Clause from the LICENSE variable,
Link: https://git.yoctoproject.org/poky/commit/?id=2c86f586d55d0f6b99053e3e4d14c9ee36fa8aa8
But actually if we check from the source code of the openssh for this
version (8.9p1), there are some files (openbsd-compat/libressl-api-compat.c)
still affected.
As upstream removed this BSD-4-clause license, there are still some files
has this license. Below file is affected by this BSD-4-clause contents when
the below command is executed
grep -rl "All advertising materials mentioning features or use of this software" *|grep -v \.1|grep -v \.5|grep -v \.8 | sort
openbsd-compat/libressl-api-compat.c
All advertising materials mentioning features or use of this software
Reason for backporting is some of the product restrict the BSD-4-Clause usage and the purpose of this commit is
to completely remove the BSD-4-Clause license from the openssh.
When checked in the master branch, openssh upstream removes the bsd-4 license compeletely from this commit
https://github.com/openssh/openssh-portable/commit/7280401bdd77ca54be6867a154cc01e0d72612e0
Hence Backport this commit completely to remove license of BSD-4-clause contents from code. Hunks are refreshed.
(From OE-Core rev: 859f00732c3b123aa4adb911371f1d9cf02c85fb)
Signed-off-by: Riyaz Khan <Riyaz.Khan@kpit.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit d9045a7bc6d9acc137c292b60a8ce4d24f359a19)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I've encountered issues reproducing initramfs and UKI image builds,
which will be fixed with this patch.
1. initramfs
There's a symbolic link to /sbin/init, which is appended to the cpio archive after creation.
The links timestamp needs to be static and the cpio append command needs the '--reproducible' flag to produce deterministic outcomes.
2. Unified Kernel Image
'--preserve-dates' is required for a static 'Time/Date' entry.
I've added '--enable-deterministic-archives' although in my case this
didn't change anything.
(From OE-Core rev: 7bf9463665c46e331f40f9ca4f04733d14f9ab44)
Signed-off-by: Frieder Paape <frieder@konvera.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fd027729bafb4e085ba0949e38e724f3a8cad102)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On riscv32 configurations OpenSSL fails to build with "undefined
reference to `__atomic_foo'" kind of errors. Change OpenSSL recipe to
use linux-latomic configuration instead of linux-generic32.
(From OE-Core rev: 1add2c6c2a5009d6a73790e1334e7e113ac97f4d)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e8ce80fc6d6579554bca2eba057e65d4b12c0793)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Working with enabling SPDX, an issue was observerd where v86d wasn't rebuilding
when the kernel was changed from linux-yocto to linux-yocto-rt.
This is due to the code in sstatesig.py which was seeing the RRECOMMENDS on a
kernel module and ignoring the DEPENDS. The v86d is technically a kernel module
since it uses kernel header files.
There are two ways to address this, we could inherit the module-base class and
the dependency code does the correct thing. It appears the code doesn't look into
STAGING_KERNEL_DIR though and doesn't use the kernel sources. We can therefore drop
the DEPENDS and the code will the do the correct thing.
(From OE-Core rev: 4250a456e3aad41bab1793258b29e96c4a9fe5bb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 37ccd11cb0b89416b8e23160445186269b6c0c8a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The error message is a little misleading as the qmp module is a
directory with __init__.py file, not qmp.py file. Also, put the
path where we try to import it from in the error message to make
the message more indicative.
(From OE-Core rev: 60466c8ee5c055bdc01582f3809c7b36bb646a1d)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 08bacbf797f6a50ae8abe8fc3455b3a15a0a94b3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Code internals:
- libdpkg: Handle missing Version when formatting source:Upstream-Version.
Reported by John Scott <email address hidden>.
* Localization:
- Add Portuguese scripts translations.
Thanks to Américo Monteiro <email address hidden>. Closes: #1032562
(From OE-Core rev: eddc394e6ad88679b6cb8db30ccf9c8134ce87bf)
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 56bdf69a06be21ea376303fbb4d50e9dd570cdbb)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The third 1.22 bug-fix release (1.22.3) was released on 19 May 2023.
This release only contains bugfixes and it should be safe to update from 1.22.x.
Highlighted bugfixes in 1.22.3
avdec: fix occasional video decoder deadlock on seeking with FFmpeg 6.0
decodebin3: fix regression handling input streams without CAPS or TIME segment such as e.g. udpsrc or `pushfilesrc
bluez: a2dpsink: fix Bluetooth SIG Certification test failures
osxvideosink: fix deadlock upon closing output window
qtdemux: fix edit list handling regression and AV1 codec box parsing
qtmux: fix extraction of CEA608 closed caption data from S334-1A packets
rtspsrc: Fix handling of * control path
splitmux: timestamp handling improvements
v4l2videodec: Rework dynamic resolution change handling (needed for IMX6 mainline codec)
videoflip: fix regression with automatically rotating video based on tags
d3d11: many d3d11videosink and d3d11compositor fixes
webrtc, rtp: numerous data race fixes and stability fixes
various bug fixes, memory leak fixes, and other stability and reliability improvements
(From OE-Core rev: 2bc75dea621f1d206ee43a5000d05cf959cd44e9)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8ff5c4bfe46bb325535041a9127356ae425dbe5f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
This minor point release fixes CVE-2023-25652 and CVE-2023-29007.
(From OE-Core rev: ebe205b32fd959b3d7281ec95ac7f7cf88e37ed2)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 469c28924ab9debe810e3277b27ad936781e7ce5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes from 1.9.4 to 1.9.5:
----------------------------
* Fix incorrect assumptions involving the use of ctype(3) functions.
Patch by Taylor R Campbell.
* Fix detection of provided functions on autoconf.
Patches by Harmen Stoppels.
* Fix deletion of tests/meson.build by the autoconf build system.
Patch by h30032433.
* Fix quoting rules in argvsplit.c.
Patch by huyubiao.
* Update libpkgconf documentation and documentation building scripts.
Patches by Andrew Shadura.
* Enforce maximum package count correctly for --modversion.
(From OE-Core rev: 046e33769121aee169ffb6c790a880dc420a5a76)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fb9e05592e7c1c61a677d9cb842c9adc84689dde)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to latest 1.20.x release:
go.git$ git log --oneline go1.20.4..go1.20.5
e827d41c0a (tag: go1.20.5) [release-branch.go1.20] go1.20.5
c0ed873cd8 [release-branch.go1.20] cmd/go: disallow package directories containing newlines
356a419e2f [release-branch.go1.20] cmd/go: enforce flags with non-optional arguments
fa60c381ed [release-branch.go1.20] cmd/go,cmd/cgo: in _cgo_flags use one line per flag
36144ba429 [release-branch.go1.20] runtime: implement SUID/SGID protections
5036ba77eb [release-branch.go1.20] net: skip TestFileFdBlocks if the "unix" network is not supported
b249ec5655 [release-branch.go1.20] cmd/go/internal: update documentation of go test and go generate
4b95fc1e6c [release-branch.go1.20] cmd/go: save checksums for go.mod files needed for go version lines
31a1e19a59 [release-branch.go1.20] net, os: net.Conn.File.Fd should return a blocking descriptor
450c8021a5 [release-branch.go1.20] runtime: change fcntl to return two values
22741120ee [release-branch.go1.20] runtime: consistently define fcntl
9270e3be8f [release-branch.go1.20] os: if descriptor is non-blocking, retain that in Fd method
600636e931 [release-branch.go1.20] crypto/rsa: use BoringCrypto for 4096 bit keys
afbe101950 [release-branch.go1.20] cmd/compile: fix bswap/load rewrite rules
(From OE-Core rev: 1234971eea7b07e89efaf20055ba9580fbe2cb08)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3ea1e9e9d7385c78bdd513e44cea5c36444529b2)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
gcc stable version upgraded from v12.2 to v12.3
Below is the bug fix list for v12.3
https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=12.3
(From OE-Core rev: 5aacf91e9839f60f5cb933e27a349c2ed7fcddf4)
Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
e84a4e368abe Linux 6.1.35
a76d4933c38e kbuild: Update assembler calls to use proper flags and language target
5abcd2c18dbb MIPS: Prefer cc-option for additions to cflags
1d485ddcba85 MIPS: Move '-Wa,-msoft-float' check from as-option to cc-option
d51d258997e5 x86/boot/compressed: prefer cc-option for CFLAGS additions
bdd22f2aa131 scsi: target: core: Fix error path in target_setup_session()
741c96715fb7 neighbour: delete neigh_lookup_nodev as not used
26435338f9dd net/sched: act_api: add specific EXT_WARN_MSG for tc action
ab1bbd79f48e Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"
8f3759981104 net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy
4b4cae8e4b37 drm/amdgpu: Don't set struct drm_driver.output_poll_changed
c6cbb4e1c10c rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period
8d842af30bc2 parisc: Delete redundant register definitions in <asm/assembly.h>
616aba553640 afs: Fix vlserver probe RTT handling
34dc1eed9918 octeon_ep: Add missing check for ioremap
35d848164fec selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET
6ab77b3b852d net: tipc: resize nlattr array to correct size
d24c96581775 dm: don't lock fs when the map is NULL during suspend or resume
010179208c66 sfc: fix XDP queues mode with legacy IRQ
23efdbfa8eef net: macsec: fix double free of percpu stats
4ea1f3344472 net: lapbether: only support ethernet devices
59f0c7bec3ca net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo frames
3626e93cd841 net/sched: cls_api: Fix lockup on flushing explicitly created chain
fa285d799d1d ext4: drop the call to ext4_error() from ext4_get_group_info()
d7d6e830cd0f cifs: fix lease break oops in xfstest generic/098
e8119d4d1611 selftests: forwarding: hw_stats_l3: Set addrgenmode in a separate step
ea3f336f717a net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting
ac57be24dcf1 net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs
096c00ea80db sched: add new attr TCA_EXT_WARN_MSG to report tc extact message
e568e0e16830 selftests/tc-testing: Fix SFB db test
700d7bf300c1 selftests/tc-testing: Fix Error: failed to find target LOG
8a086daf20a8 selftests/tc-testing: Fix Error: Specified qdisc kind is unknown.
62aecf23f3d1 drm/nouveau: add nv_encoder pointer check for NULL
fb725beca62d drm/nouveau/dp: check for NULL nv_connector->native_mode
a5acbe4ea5d0 drm/bridge: ti-sn65dsi86: Avoid possible buffer overflow
90748be0f4f3 drm/nouveau: don't detect DSM for non-NVIDIA device
835457c0d608 net: phylink: use a dedicated helper to parse usgmii control word
fabf9cb41334 net: phylink: report correct max speed for QUSGMII
df7477a8bdcb igb: fix nvm.ops.read() error handling
9710e5c30bd4 igc: Fix possible system crash when loading module
c6612bf33ebe igc: Clean the TX buffer and TX descriptor ring
fe289f8fee9a sctp: fix an error code in sctp_sf_eat_auth()
0b8ae7d6e4ad ipvlan: fix bound dev checking for IPv6 l3s mode
33bd6b76ac77 net: ethtool: correct MAX attribute value for stats
277fbf63b34a IB/isert: Fix incorrect release of isert connection
f77965f48792 IB/isert: Fix possible list corruption in CMA handler
4e55c9abe947 IB/isert: Fix dead lock in ib_isert
1def2a94f4ee RDMA/mlx5: Fix affinity assignment
8618f8f72389 IB/uverbs: Fix to consider event queue closing also upon non-blocking mode
4dc0b367c390 RDMA/cma: Always set static rate to 0 for RoCE
ec6d49687d2b RDMA/mlx5: Create an indirect flow table for steering anchor
3a83145b660c RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions
c764fed5e544 octeontx2-af: fix lbk link credits on cn10k
7c6d50414649 octeontx2-af: fixed resource availability check
b4a3cae58cd8 iavf: remove mask from iavf_irq_enable_queues()
26256aa7edcd RDMA/rxe: Fix the use-before-initialization error of resp_pkts
b0b3848e0363 RDMA/rxe: Removed unused name from rxe_task struct
e83bc9388627 wifi: mac80211: take lock before setting vif links
170ceadf4a57 wifi: cfg80211: fix link del callback to call correct handler
49f3a79f03bd wifi: mac80211: fix link activation settings order
07f9cc229b44 net/sched: cls_u32: Fix reference counter leak leading to overflow
c9411f014e5c octeontx2-af: Fix promiscuous mode
5cf38fbc82ba net/sched: act_pedit: Parse L3 Header for L4 offset
fb25478f6699 net/sched: act_pedit: remove extra check for key type
b4e5d0c4cf07 net/sched: simplify tcf_pedit_act
300be9f1dc4b igb: Fix extts capture value format for 82580/i354/i350
a4a912aee14e ping6: Fix send to link-local addresses with VRF.
381d49ec68ca net: enetc: correct the indexes of highest and 2nd highest TCs
4aaa3b730d16 netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
bec51844f9ba ice: Fix XDP memory leak when NIC is brought up and down
8fddf3f05156 netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM
55b7a00f3422 netfilter: nf_tables: integrate pipapo into commit protocol
839d38d3b0aa spi: fsl-dspi: avoid SCK glitches with continuous transfers
485792480660 spi: cadence-quadspi: Add missing check for dma_set_mask
2906e0d75b50 RDMA/rxe: Fix ref count error in check_rkey()
7617a59f0056 RDMA/rxe: Fix packet length checks
00b276bc7b62 RDMA/rtrs: Fix rxe_dealloc_pd warning
77226c9785f8 RDMA/rtrs: Fix the last iu->buf leak in err path
03285557deb6 usb: dwc3: gadget: Reset num TRBs before giving back the request
7bee7f13c039 USB: dwc3: fix use-after-free on core driver unbind
307fe59490bd USB: dwc3: qcom: fix NULL-deref on suspend
d8195536ce26 usb: gadget: udc: core: Prevent soft_connect_store() race
3c048d42c305 usb: gadget: udc: core: Offload usb_udc_vbus_handler processing
3a1882841f64 usb: typec: Fix fast_role_swap_current show function
2bf8ea2e9e39 usb: typec: ucsi: Fix command cancellation
b352f7b6a646 serial: lantiq: add missing interrupt ack
04b3145db225 USB: serial: option: add Quectel EM061KGL series
03b5964a2825 clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr
5532962c9ed2 thunderbolt: Mask ring interrupt on Intel hardware as well
d799f73d5d44 thunderbolt: dma_test: Use correct value for absent rings when creating paths
081b5f1ebc73 thunderbolt: Do not touch CL state configuration during discovery
1eb0eff7da97 ALSA: hda/realtek: Add a quirk for Compaq N14JP6
21863dc45aed drm/amdgpu: add missing radeon secondary PCI ID
6f5b5ce9397d drm/amd/pm: workaround for compute workload type on some skus
b69a10df9003 drm/amd: Tighten permissions on VBIOS flashing attributes
b2706d862b65 drm/amd: Make sure image is written to trigger VBIOS image update flow
ee8c6580c310 drm/amd/display: edp do not add non-edid timings
2cb6026df193 net: usb: qmi_wwan: add support for Compal RXM-G1
5d1fdfb3d185 drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1
f6d74371ce15 RDMA/uverbs: Restrict usage of privileged QKEYs
5a144bad3e75 nouveau: fix client work fence deletion race
33965ac34091 net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_open
bfaf388d3599 dm thin: fix issue_discard to pass GFP_NOIO to __blkdev_issue_discard
088ad777eeae dm thin metadata: check fail_io before using data_sm
1886db9a4ee1 ALSA: usb-audio: Add quirk flag for HEM devices to enable native DSD playback
029e0f1f7521 ALSA: usb-audio: Fix broken resume due to UAC3 power state
9e1c7968a275 btrfs: can_nocow_file_extent should pass down args->strict from callers
4e9da0cda149 btrfs: fix iomap_begin length for nocow writes
4389fb6b6a9d btrfs: do not ASSERT() on duplicated global roots
7e23b1ec720a powerpc/purgatory: remove PGO flags
352f62431ad3 riscv/purgatory: remove PGO flags
2cf6e32e86ea x86/purgatory: remove PGO flags
013027918a4e kexec: support purgatories with .text.hot sections
c9c3163c7ab9 io_uring/net: save msghdr->msg_control for retries
cffaa97ffb67 LoongArch: Fix perf event id calculation
ad64865722b6 nilfs2: reject devices with insufficient block count
69caea4eed1c nilfs2: fix possible out-of-bounds segment allocation in resize ioctl
8f47a9665aee nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()
3d4bc38f716c nios2: dts: Fix tse_mac "max-frame-size" property
447f325497dc zswap: do not shrink if cgroup may not zswap
9f17645f8528 ocfs2: check new file size on fallocate call
534b4bbc8589 ocfs2: fix use-after-free when unmounting read-only filesystem
3a340c63c0c3 epoll: ep_autoremove_wake_function should use list_del_init_careful
6d304091e091 wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()
b11f953a61e9 wifi: cfg80211: fix locking in regulatory disconnect
9a9adc42a590 irqchip/gic: Correctly validate OF quirk descriptors
22efb27a21b6 NVMe: Add MAXIO 1602 to bogus nid list.
c9c205945033 io_uring: unlock sqd->lock before sq thread release CPU
8ca9880735b0 drm:amd:amdgpu: Fix missing buffer object unlock in failure path
41c383c49657 xen/blkfront: Only check REQ_FUA for writes
75955d698636 ASoC: dwc: move DMA init to snd_soc_dai_driver probe()
7e57a56374aa ASoC: cs35l41: Fix default regmap values for some registers
424fc902728c mips: Move initrd_start check after initrd address sanitisation.
dd035c08ee96 MIPS: Alchemy: fix dbdma2
34dd1a90ab64 MIPS: Restore Au1300 support
048ad52d528e MIPS: unhide PATA_PLATFORM
3d48ea53c44b parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory()
e522a12e4892 parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()
0b09b35cae86 ASoC: Intel: avs: Add missing checks on FE startup
5daa27bcb31d ASoC: Intel: avs: Account for UID of ACPI device
c33fded7f17f ASoC: soc-pcm: test if a BE can be prepared
0a9b2164b7d8 btrfs: handle memory allocation failure in btrfs_csum_one_bio
e9a5175d5e83 btrfs: scrub: try harder to mark RAID56 block groups read-only
c45aed74318e drm: panel-orientation-quirks: Change Air's quirk to support Air Plus
2d9144c0ca82 power: supply: Fix logic checking if system is running from battery
808e103ebac9 irqchip/meson-gpio: Mark OF related data as maybe unused
0cdb593c2fe9 irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ firmware issues
bf8324676b1c regulator: Fix error checking for debugfs_create_dir
c94be1f039c3 platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0
cdf9cfc1bbd7 PCI/DPC: Quirk PIO log size for Intel Ice Lake Root Ports
22358b9c418c power: supply: Ratelimit no data debug output
a7620312a082 selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent change
79a0a3695e01 tools: gpio: fix debounce_period_us output of lsgpio
cc1444a36398 ARM: dts: vexpress: add missing cache properties
398bf0d67bcc power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + schedule()
66a88d04cf5d power: supply: sc27xx: Fix external_power_changed race
e3d2bdca180b power: supply: ab8500: Fix external_power_changed race
628e40a225a0 of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset()
e01fc7caac9c ksmbd: validate smb request protocol id
fec79e4f7df5 EDAC/qcom: Get rid of hardcoded register offsets
4b3ec6b6ff24 qcom: llcc/edac: Fix the base address used for accessing LLCC banks
314e973f36a5 cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()
c68b4db58138 cgroup: always put cset in cgroup_css_set_put_fork
7a2e2ca9ad21 cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
6111f0add6ff test_firmware: prevent race conditions by a correct implementation of locking
aa2dfdc4ed25 test_firmware: Use kstrtobool() instead of strtobool()
100cd6d0e563 x86/head/64: Switch to KERNEL_CS as soon as new GDT is installed
(From OE-Core rev: 7ad09cfc8564de0576b25862468e1532112bb5d2)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 86cc1a595011ff08fb50bca7215e5b22cda6cdcb)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
ca87e77a2ef8 Linux 6.1.34
1aaa74177f06 Revert "staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE"
a7e9c2e40708 wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PS
8fafd871558f wifi: rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PS
5b2438f0a7e5 ext4: only check dquot_initialize_needed() when debugging
77eed67ba24e Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled"
543c12c2644e ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop
8f2984233c87 ksmbd: fix out-of-bound read in parse_lease_state()
bf12d7fb63b3 ksmbd: fix out-of-bound read in deassemble_neg_contexts()
fb322da83ce5 vhost_vdpa: support PACKED when setting-getting vring_base
b839b65456f5 vhost: support PACKED when setting-getting vring_base
6c5a69c5dd53 vduse: avoid empty string for dev name
7e48d635f274 riscv: fix kprobe __user string arg print fault issue
14e4f37e46e6 soundwire: stream: Add missing clear of alloc_slave_rt
e17734900a88 eeprom: at24: also select REGMAP
67180e079b32 riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable
e4b76cd7713c i2c: sprd: Delete i2c adapter in .remove's error path
c53f2e8462f3 gpio: sim: fix memory corruption when adding named lines and unnamed hogs
410689432880 firmware: arm_ffa: Set handle field to zero in memory descriptor
f24cb5a04270 i2c: mv64xxx: Fix reading invalid status value in atomic mode
8e64012c0348 arm64: dts: imx8mn-beacon: Fix SPI CS pinmux
b64bbe8b1a45 blk-mq: fix blk_mq_hw_ctx active request accounting
c3d87d415f7c ASoC: simple-card-utils: fix PCM constraint error check
c0f9f799bac6 ASoC: mediatek: mt8195: fix use-after-free in driver remove path
50f2160afbb8 ASoC: mediatek: mt8195-afe-pcm: Convert to platform remove callback returning void
370711d7f0c1 arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts
efe115560a29 arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP signals
5a607e53f208 arm64: dts: qcom: sc7180-lite: Fix SDRAM freq for misidentified sc7180-lite boards
037449ce1c04 ASoC: codecs: wsa881x: do not set can_multi_write flag
8b13854f26f2 ASoC: codecs: wsa883x: do not set can_multi_write flag
58ab8a0ff81d ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc
4b8ebe5393ed ARM: at91: pm: fix imbalanced reference counter for ethernet devices
c97f30d215d8 arm64: dts: qcom: sc8280xp: Flush RSC sleep & wake votes
df9bc25d13c1 mm: page_table_check: Ensure user pages are not slab pages
08378f0314ce mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAM
3901170529a7 usb: usbfs: Use consistent mmap functions
80e29f11be69 usb: usbfs: Enforce page requirements for mmap
42a7314f2b84 pinctrl: meson-axg: add missing GPIOA_18 gpio group
fdeb7129298b soc: qcom: icc-bwmon: fix incorrect error code passed to dev_err_probe()
30c26b985c3e virtio_net: use control_buf for coalesce params
222a6bc8a7c6 rbd: get snapshot context after exclusive lock is ensured to be held
d647ee673c4d rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting
939f00e4825d tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta'
d088bea08ac0 Bluetooth: hci_qca: fix debugfs registration
e5ae01fd46a3 Bluetooth: fix debugfs registration
a5490d6a742c Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk
1e1e2ee0cf7f s390/dasd: Use correct lock while counting channel queue length
6f5c0eec89fc ceph: fix use-after-free bug for inodes when flushing capsnaps
443cf752f73b selftests: mptcp: update userspace pm subflow tests
8f0ba8ec18f5 selftests: mptcp: update userspace pm addr tests
3fa051b18fc6 mptcp: update userspace pm infos
9b7fa33fda0f mptcp: add address into userspace pm list
d80a36ad400e mptcp: only send RM_ADDR in nl_cmd_remove
e0b04a9f97dd can: j1939: avoid possible use-after-free when j1939_can_rx_register fails
8a46c4a2bcd7 can: j1939: change j1939_netdev_lock type to mutex
db15e90a8c3b can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J1939 Socket
727964650a12 wifi: iwlwifi: mvm: Fix -Warray-bounds bug in iwl_mvm_wait_d3_notif()
8953be60ec33 drm/amd/display: Reduce sdp bw after urgent to 90%
8695a443ad8f drm/amd/pm: Fix power context allocation in SMU13
8e143bae25cd drm/amdgpu: change reserved vram info print
34419aa0b448 drm/amdgpu: fix xclk freq on CHIP_STONEY
416ba40ff3c4 drm/amd/pm: conditionally disable pcie lane switching for some sienna_cichlid SKUs
8d42c563e4dd drm/i915/gt: Use the correct error value when kernel_context() fails
b40b34913280 ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using CS35L41
b1acff11b674 ALSA: hda/realtek: Add Lenovo P3 Tower platform
63211350630b ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01
0df0097ea2d5 ALSA: ice1712,ice1724: fix the kcontrol->id initialization
caad8a0a10c3 ALSA: hda/realtek: Add quirk for Clevo NS50AU
3454490e0396 ALSA: cmipci: Fix kctl->id initialization
c35034fd6446 ALSA: gus: Fix kctl->id initialization
1f6c520932bc ALSA: ymfpci: Fix kctl->id initialization
be0b9b7a6d77 ALSA: hda: Fix kctl->id initialization
c8a46f39dd27 Input: fix open count when closing inhibited device
f9172a0bb57d Input: psmouse - fix OOB access in Elantech protocol
00b59734f504 Input: xpad - delete a Razer DeathAdder mouse VID/PID entry
32c2c234bc2f batman-adv: Broken sync while rescheduling delayed work
f9b9c8469621 bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks
abc706231372 bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE event
5ce24936d560 bnxt_en: Skip firmware fatal error recovery if chip is not accessible
5fc86a4580da bnxt_en: Query default VLAN before VNIC setup on a VF
53a0c6d5c929 bnxt_en: Don't issue AP reset during ethtool's reset operation
5df74018d1e6 net: bcmgenet: Fix EEE implementation
d4925800a49c lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()
c5a17f3247bd drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vram
dbc880567adf bpf: Add extra path pointer check to d_path helper
06177b92902d net: sched: fix possible refcount leak in tc_chain_tmplt_add()
e582ceda5a16 net: sched: act_police: fix sparse errors in tcf_police_dump()
60f39768efa5 net: sched: move rtm_tca_policy declaration to include file
76eef453a675 drm/i915/selftests: Add some missing error propagation
4e7f1f6da79e drm/i915/selftests: Stop using kthread_stop()
9d9a38b5639f net: sched: add rcu annotations around qdisc->qdisc_sleeping
8a74ea37e1ab rfs: annotate lockless accesses to RFS sock flow table
3d9eface2eee rfs: annotate lockless accesses to sk->sk_rxhash
f8e6aa0e6056 tcp: gso: really support BIG TCP
251b5d68ac47 ipv6: rpl: Fix Route of Death.
65f2def20662 netfilter: nf_tables: out-of-bound check in chain blob
fea199dbf6c1 netfilter: ipset: Add schedule point in call_ad().
f057da51c076 netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelper
1f26ea49a5c0 netfilter: nft_bitwise: fix register tracking
81e11b6c1ad0 selftests/bpf: Fix sockopt_sk selftest
1ba03535451f selftests/bpf: Verify optval=NULL case
0d18f8b90b8a wifi: cfg80211: fix locking in sched scan stop work
4a64e92846fa qed/qede: Fix scheduling while atomic
79c975514cf1 wifi: mac80211: don't translate beacon/presp addrs
4dd40fec5bf2 wifi: mac80211: mlme: fix non-inheritence element
8b6ab4bfba6f wifi: cfg80211: reject bad AP MLD address
434cf4fbee4e wifi: mac80211: use correct iftype HE cap
3e8a7573ff9f Bluetooth: L2CAP: Add missing checks for invalid DCID
66b3f7425a9c Bluetooth: ISO: don't try to remove CIG if there are bound CIS left
9c7e51b94709 Bluetooth: Fix l2cap_disconnect_req deadlock
17aac1200222 Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER
5f285409c91b drm/i915: Use 18 fast wake AUX sync len
7bf7bebdc20d drm/i915: Explain the magic numbers for AUX SYNC/precharge length
1d37434ffc13 net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values
a22c0a034630 net: enetc: correct rx_bytes statistics of XDP
b3fc768a746b net: enetc: correct the statistics of rx bytes
7a5cdd4bc1c3 net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT
76e38e6e1b35 net/ipv6: fix bool/int mismatch for skip_notify_on_dev_down
3849e7fcea20 bpf: Fix elem_size not being set for inner maps
d7612a922b21 bpf: Fix UAF in task local storage
9166225c3b2d net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294
332f36a09c4c net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methods
8af3119388c4 neighbour: fix unaligned access to pneigh_entry
898c9a0ee715 bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready()
e783f639b8fb wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_poll
84c699681a29 afs: Fix setting of mtime when creating a file/dir/symlink
fb7058dd0249 spi: qup: Request DMA before enabling clocks
ec2e12b14aa0 platform/surface: aggregator_tabletsw: Add support for book mode in KIP subsystem
24845da026b8 platform/surface: aggregator: Allow completion work-items to be executed in parallel
31c3de5f7b70 spi: mt65xx: make sure operations completed before unloading
097acf0aa622 net: sfp: fix state loss when updating state_hw_mask
ec3ce2c7cf8d scsi: megaraid_sas: Add flexible array member for SGLs
(From OE-Core rev: d082765fed01c0f1162f062ed360fef53a864735)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c90a7f3d93b5dd980ad68d0e59540f564da57aa5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The commit in question appeared as -stable backport in 6.1.28, which is
where we started to see intermittent boot hangs on x86.
Richard noted that others are seeing this is well, as can be seen in
this thread:
https://lkml.org/lkml/2023/6/13/1460
We bump our SRCREVs to pick up the revert:
947f660bde07 Revert "tick/common: Align tick period with the HZ tick."
(From OE-Core rev: 10e7c5c2aadbc14b9ec56322595826707bb92316)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 73b7f36e51de39ed19dfd3cd253be1876db60ca4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
2f3918bc53fb Linux 6.1.33
c3fcfe8931e1 ext4: enable the lazy init thread when remounting read/write
84683a2cf5ed selftests: mptcp: join: avoid using 'cmp --bytes'
fbb6db561dd4 selftests: mptcp: simult flows: skip if MPTCP is not supported
4bc022b95392 selftests: mptcp: diag: skip if MPTCP is not supported
e8631d84c01e arm64: efi: Use SMBIOS processor version to key off Ampere quirk
b026755cc9a8 tls: rx: strp: don't use GFP_KERNEL in softirq context
a2961463d74f xfs: verify buffer contents when we skip log replay
4042d7ad40f1 drm/amd/display: Have Payload Properly Created After Resume
4a9d63181f8d iommu/amd/pgtbl_v2: Fix domain max address
3264d875f58a tpm, tpm_tis: Request threaded interrupt handler
77ee4f8c02b8 regmap: Account for register length when chunking
a8eaa9a06add fs/ntfs3: Validate MFT flags before replaying logs
0b28edf227e3 KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
4f303c0b9d5d ksmbd: fix multiple out-of-bounds read during context decoding
522a9417f649 ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate
4c6bdaacb3cb ksmbd: fix incorrect AllocationSize set in smb2_get_info
f7add4d1598a ksmbd: fix UAF issue from opinfo->conn
8072ea674374 ksmbd: fix credit count leakage
5f4d3810ca9c KVM: x86: Account fastpath-only VM-Exits in vCPU stats
b1d5667afad1 KVM: arm64: Populate fault info for watchpoint
0659aee089da test_firmware: fix the memory leak of the allocated firmware buffer
eef67dfdc050 test_firmware: fix a memory leak with reqs buffer
33aebb014893 powerpc/xmon: Use KSYM_NAME_LEN in array size
97211945ef68 serial: cpm_uart: Fix a COMPILE_TEST dependency
7493392a375c serial: 8250_tegra: Fix an error handling path in tegra_uart_probe()
3270095f6eb5 fbcon: Fix null-ptr-deref in soft_cursor
ef8aeffb2c50 ext4: add lockdep annotations for i_data_sem for ea_inode's
140aa33f96d6 ext4: disallow ea_inodes with extended attributes
277cea6f7786 ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()
b112babc565e ext4: add EA_INODE checking to ext4_iget()
9ce0319b0599 mptcp: fix active subflow finalization
977a63afd401 mptcp: fix connect timeout handling
97ecfe67f5ca selftests: mptcp: userspace pm: skip if MPTCP is not supported
f324df8de0b5 selftests: mptcp: sockopt: skip if MPTCP is not supported
0fea987ccf5f selftests: mptcp: join: skip if MPTCP is not supported
17ddf2a54eff selftests: mptcp: pm nl: skip if MPTCP is not supported
68ecc09a148c selftests: mptcp: connect: skip if MPTCP is not supported
3f731926a1b0 tracing/probe: trace_probe_primary_from_call(): checked list_first_entry
7403630eb94c tracing/histograms: Allow variables to have some modifiers
2a1195f0e085 tracing/timerlat: Always wakeup the timerlat thread
007c04225697 mtdchar: mark bits of ioctl handler noinline
d7c34c8f6005 selinux: don't use make's grouped targets feature yet
6fb0b098f690 io_uring: undeprecate epoll_ctl support
94f97b8df005 riscv: perf: Fix callchain parse error with kernel tracepoint events
c40dc6e26646 tpm, tpm_tis: correct tpm_tis_flags enumeration values
b0e21c42c1fb iommu/amd: Fix domain flush size when syncing iotlb
251cf7fd5a1b powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall
2a72e6814f55 block: fix revalidate performance regression
867ad8cba251 phy: qcom-qmp-pcie-msm8996: fix init-count imbalance
5daf7a171d27 phy: qcom-qmp-combo: fix init-count imbalance
1af8dd540347 btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-bounds
380d2da555a8 tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL_SBK
2c8aa1163a21 mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling order
f25568e0801c mmc: vub300: fix invalid response handling
03974abbf2a1 x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disabled case")
8db2ea7b80d6 drm/amd/pm: reverse mclk and fclk clocks levels for renoir
f05f3fcc7824 drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp
1c729bd5b30f drm/amd/pm: reverse mclk clocks levels for SMU v13.0.5
0f8f233ed767 drm/amd/pm: resolve reboot exception for si oland
e0a0f5d2ba59 drm/amd/pm: reverse mclk and fclk clocks levels for vangogh
00abb872ef0f drm/amd/pm: reverse mclk and fclk clocks levels for SMU v13.0.4
2f91f92bd870 drm/amdgpu: enable tmz by default for GC 11.0.1
009886965e04 ata: libata-scsi: Use correct device no in ata_find_dev()
63a44b01df36 scsi: stex: Fix gcc 13 warnings
2e787e5153b7 misc: fastrpc: reject new invocations during device removal
93f2aa05af2d misc: fastrpc: return -EPIPE to invocations on device removal
cbfed647fd19 md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()
704842c97aa3 usb: gadget: f_fs: Add unbind event before functionfs_unbind
cc8c9864da69 usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QM
08e8ff68a3f6 dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type
ef12610ff5fa net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818
3cfdc3fc1801 iio: dac: build ad5758 driver when AD5758 is selected
f453753900e9 iio: adc: stm32-adc: skip adc-diff-channels setup if none is present
735d033bedc3 iio: adc: ad7192: Change "shorted" channels to differential
84f4d63ae184 iio: addac: ad74413: fix resistance input processing
ab0c2dffe80f iio: dac: mcp4725: Fix i2c_master_send() return value handling
89f92d435352 iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag
2eb269605113 iio: adc: stm32-adc: skip adc-channels setup if none is present
54d737d79672 iio: light: vcnl4035: fixed chip ID check
2896a356ed07 dt-bindings: iio: adc: renesas,rcar-gyroadc: Fix adi,ad7476 compatible value
cb2a612c397d iio: imu: inv_icm42600: fix timestamp reset
3fb021f5c114 HID: wacom: avoid integer overflow in wacom_intuos_inout()
254be1f64819 HID: google: add jewel USB id
23c241676f32 iio: adc: mxs-lradc: fix the order of two cleanup operations
b6867ce5fb35 iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT method
47cc3cae303c media: uvcvideo: Don't expose unsupported formats to userspace
4d776371127e drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplug
7d233f93594f mailbox: mailbox-test: fix a locking issue in mbox_test_message_write()
4124000cf4c5 media: mediatek: vcodec: Only apply 4K frame sizes on decoder formats
bafe94ac9950 KVM: arm64: vgic: Fix locking comment
150a5f74a597 KVM: arm64: vgic: Wrap vgic_its_create() with config_lock
4129d71e5bda KVM: arm64: vgic: Fix a circular locking issue
7df6008b8726 block: Deny writable memory mapping if block is read-only
16ddd3bc6741 nvme-pci: Add quirk for Teamgroup MP33 SSD
a731273f3c22 ublk: fix AB-BA lockdep warning
68ce1d57e52c drm/amdgpu: skip disabling fence driver src_irqs when device is unplugged
baa8901ad70d ceph: silence smatch warning in reconnect_caps_cb()
56e5d63e4e2d atm: hide unused procfs functions
47d0f626795f drm/msm: Be more shouty if per-process pgtables aren't working
c62a9a6bea0c ALSA: oss: avoid missing-prototype warnings
e4f1532a9cd9 nvme: do not let the user delete a ctrl before a complete initialization
f481c2af4916 nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_disk
d0013470677f netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with CONFIG_NF_NAT
def67e27f2b7 net: wwan: t7xx: Ensure init is completed before system sleep
ae72bd1a4b04 wifi: b43: fix incorrect __packed annotation
c061e13c7297 scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failed
7402fb48efff wifi: iwlwifi: mvm: Add locking to the rate read flow
788f129f6370 wifi: mac80211: recalc chanctx mindef before assigning
a03460061164 wifi: mac80211: consider reserved chanctx for mindef
aefa37aa32cb wifi: mac80211: simplify chanctx allocation
bdd97c99b346 arm64: vdso: Pass (void *) to virt_to_page()
6bf0f6bfcd35 arm64/mm: mark private VM_FAULT_X defines as vm_fault_t
e0b5316e2ead ARM: dts: stm32: add pin map for CAN controller on stm32f7
de16dfe7cab5 wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR value
329da6d07cc9 ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P
905b247f6e13 s390/topology: honour nr_cpu_ids when adding CPUs
26cfe2faa82d s390/pkey: zeroize key blobs
9f2f538cd8c3 ASoC: SOF: pm: save io region state in case of errors in resume
eb708aee4126 ASoC: SOF: sof-client-probes: fix pm_runtime imbalance in error handling
1cc6301dfcd2 ASoC: SOF: pcm: fix pm_runtime imbalance in error handling
a6637d5a8f19 ASoC: SOF: debug: conditionally bump runtime_pm counter on exceptions
d5d61f747e3f media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221
d0088ea444e6 media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*()
4a8ecfb2207c media: dvb-core: Fix use-after-free due to race at dvb_register_device()
93b5dfebcb18 media: dvb-core: Fix use-after-free due on race condition at dvb_net
bf3b6f82fd4c media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr from ID table
ea2938c27b02 media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb()
dd6839936115 media: dvb_ca_en50221: fix a size write bug
058822591b78 media: netup_unidvb: fix irq init by register it at the end of probe
b769fbf04a91 media: dvb-usb: dw2102: fix uninit-value in su3000_read_mac_address
5d2923fb0b72 media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer()
6906e613e6b7 media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xfer
4e896b226311 media: dvb-usb-v2: ce6230: fix null-ptr-deref in ce6230_i2c_master_xfer()
336ca9b37104 media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer()
1027c8c068f0 media: dvb-usb: az6027: fix three null-ptr-deref in az6027_i2c_xfer()
8914ae00db45 media: dvb_demux: fix a bug for the continuity counter
59dad726de2d ASoC: ssm2602: Add workaround for playback distortions
7fbdd3bd7bbf ALSA: hda/realtek: Add quirks for ASUS GU604V and GU603V
603f239216ca ASoC: dt-bindings: Adjust #sound-dai-cells on TI's single-DAI codecs
f6d2aa322ca7 xfrm: Check if_id in inbound policy/secpath match
40798c566b56 um: harddog: fix modular build
c03dd9390514 ASoC: dwc: limit the number of overrun messages
0960fb87cdaf ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12
7d98a36b101f nvme-pci: add quirk for missing secondary temperature thresholds
53786bfadc43 nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G
46193dd43dce block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE
5af920e4d1d1 nbd: Fix debugfs_create_dir error checking
f83c32ed05d4 fbdev: stifb: Fix info entry in sti_struct on error path
be2aefa202a5 fbdev: modedb: Add 1920x1080 at 60 Hz video mode
c6c0a9f61958 fbdev: imsttfb: Fix use after free bug in imsttfb_probe
3e336ad6f517 drm/amdgpu: set gfx9 onwards APU atomics support to be true
5ae4a618a155 gfs2: Don't deref jdesc in evict
61c3962ab1f9 platform/mellanox: fix potential race in mlxbf-tmfifo driver
809efd7a69a4 platform/x86: intel_scu_pcidrv: Add back PCI ID for Medfield
18913fc7c1dd media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATE
705f4dcc41c2 hwmon: (k10temp) Add PCI ID for family 19, model 78h
6578e0f196e8 ARM: 9295/1: unwind:fix unwind abort for uleb128 case
0433baa89318 btrfs: abort transaction when sibling keys check fails for leaves
e2d161c539a4 drm/ast: Fix ARM compatibility
cad1abbe488d mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write()
88a042d599c3 drm/amdgpu: Use the default reset when loading or reloading the driver
6a40da600750 ASoC: Intel: soc-acpi-cht: Add quirk for Nextbook Ares 8A tablet
a7ec48a419fe ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor IDs.
867dae554780 watchdog: menz069_wdt: fix watchdog initialisation
787e74b21394 drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init"
e2feb39312a6 mptcp: add annotations around sk->sk_shutdown accesses
0b9e6d64cd10 mptcp: fix data race around msk->first access
519f16d96c2d mptcp: consolidate passive msk socket initialization
fa2cbd1d689a mptcp: simplify subflow_syn_recv_sock()
9872e8c63252 mptcp: avoid unneeded address copy
1b9e3ab669a3 mptcp: add annotations around msk->subflow accesses
c5ebb5cec9fb mptcp: avoid unneeded __mptcp_nmpc_socket() usage
ea9d7382d5d3 rtnetlink: call validate_linkmsg in rtnl_create_link
62dcac528be7 mtd: rawnand: marvell: don't set the NAND frequency select
2187cb72b98b mtd: rawnand: marvell: ensure timing values are written
a0843347a96a net: dsa: mv88e6xxx: Increase wait after reset deactivation
c3fc733798c7 tcp: fix mishandling when the sack compression is deferred.
eac615ed3c6d net/sched: flower: fix possible OOB write in fl_set_geneve_opt()
4fc2724f445f iommu/mediatek: Flush IOTLB completely only if domain has been attached
9316fdd57f25 net/mlx5: Read embedded cpu after init bit cleared
4156c6ff331a net/mlx5e: Fix error handling in mlx5e_refresh_tirs
7c3e271626d1 nvme: fix the name of Zone Append for verbose logging
4e5a5cda3dfd nfsd: fix double fget() bug in __write_ports_addfd()
401a1cf50bfa udp6: Fix race condition in udp6_sendmsg & connect
507182f132a8 net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report
5c05ef3630ca net: sched: fix NULL pointer dereference in mq_attach
f8884108a2fe net/sched: Prohibit regrafting ingress or clsact Qdiscs
be3e1f71cb6f net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs
1ec1434630b3 net/sched: sch_clsact: Only create under TC_H_CLSACT
89a0f4dcae43 net/sched: sch_ingress: Only create under TC_H_INGRESS
d67a5a587c45 net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINK
8c3ec8e7895e net/smc: Scan from current RMB list when no position specified
752836e1a206 tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set
c2251ce0483d tcp: deny tcp_disconnect() when threads are waiting
0dec22a09da1 af_packet: do not use READ_ONCE() in packet_bind()
906134664f33 RDMA/irdma: Fix Local Invalidate fencing
07322c8a12d6 RDMA/irdma: Prevent QP use after free
3cf774741459 mtd: rawnand: ingenic: fix empty stub helper definitions
789394f1df8b perf ftrace latency: Remove unnecessary "--" from --use-nsec option
7164961a9ce0 amd-xgbe: fix the false linkup in xgbe_phy_status
d615070b0eb8 tls: improve lockless access safety of tls_err_abort()
0b64a2bf1699 af_packet: Fix data-races of pkt_sk(sk)->num.
a2c2364e5f53 netrom: fix info-leak in nr_write_internal()
ae0ef97f1e2b net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressure
724aa4fd9e36 net/mlx5e: Don't attach netdev profile while handling internal error
9c7ae143a01b net/mlx5: fw_tracer, Fix event handling
e73b7de4bf96 net/mlx5: SF, Drain health before removing device
9e49af9766ec net/mlx5: Drain health before unregistering devlink
ddd8d552a8f8 riscv: Fix unused variable warning when BUILTIN_DTB is set
72fef70abe18 dmaengine: pl330: rename _start to prevent build error
bd424277a1f8 nfsd: make a copy of struct iattr before calling notify_change
dac09fec5b57 iommu/amd: Fix up merge conflict resolution
817ce9b1d27e iommu/amd: Handle GALog overflows
c3ff24625a42 iommu/amd: Don't block updates to GATag if guest mode is on
bf1f3f4aa47d iommu/rockchip: Fix unwind goto issue
0021441cbbf0 RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rx
dcaa61b73d9c RDMA/bnxt_re: Fix a possible memory leak
44fc5eb0e267 dmaengine: at_xdmac: fix potential Oops in at_xdmac_prep_interleaved()
ef8c7616939d RDMA/hns: Modify the value of long message loopback slice
736e1c4e54e9 RDMA/hns: Fix base address table allocation
38771c0eefa6 RDMA/hns: Fix timeout attr in query qp for HIP08
241de3fec11f RDMA/efa: Fix unsupported page sizes in device
21c0eb064890 phy: amlogic: phy-meson-g12a-mipi-dphy-analog: fix CNTL2_DIF_TX_CTL0 value
836f874d43ed RDMA/bnxt_re: Fix the page_size used during the MR creation
(From OE-Core rev: 4d917000b7a292412b7f86cfebe5905011d18dbf)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 15db724866a3f4fb8fba4f494b4583cdf5fb7c22)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-stable merged the DECNET removal to 5.15, so we integrate
the following kernel-cache commit to fix the kernel configuration
audit warning:
b647d9611cb base: drop CONFIG_DECNET
(From OE-Core rev: 06ef70ac1fa8201c5b46050e098ebea3b1423f9f)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
f67653019430 Linux 5.15.118
e5bf1f7d1fc8 nilfs2: reject devices with insufficient block count
2bc9231afc64 mmc: block: ensure error propagation for non-blk
4b7b50d4eb1a of: overlay: add entry to of_overlay_action_name[]
84770cc54eff neighbour: delete neigh_lookup_nodev as not used
41806518254c net: Remove DECnet leftovers from flow.h.
4c39a2414a23 net: Remove unused inline function dst_hold_and_use()
bb76281b6e61 neighbour: Remove unused inline function neigh_key_eq16()
67866cad7624 rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period
c91ed3a5c2ab cgroup: always put cset in cgroup_css_set_put_fork
33b801be2de1 afs: Fix vlserver probe RTT handling
f824bcc3e14b selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET
2077c7dbfe29 net: tipc: resize nlattr array to correct size
f734e16ee17f dm: don't lock fs when the map is NULL during suspend or resume
8a8179f6a345 net: lapbether: only support ethernet devices
052417e8b3ac net/sched: cls_api: Fix lockup on flushing explicitly created chain
c0cb9d453fd1 ext4: drop the call to ext4_error() from ext4_get_group_info()
eb4ccc102d5f cifs: fix lease break oops in xfstest generic/098
1cb181271eab drm/nouveau: add nv_encoder pointer check for NULL
c79dccc263db drm/nouveau/dp: check for NULL nv_connector->native_mode
909b7f7497cc drm/nouveau: don't detect DSM for non-NVIDIA device
10e1e07bdea4 igb: fix nvm.ops.read() error handling
fe03fd373ca6 igc: Clean the TX buffer and TX descriptor ring
032b8cbeb19c sctp: fix an error code in sctp_sf_eat_auth()
981e78781a96 ipvlan: fix bound dev checking for IPv6 l3s mode
3e76522d1a6d net: ethtool: correct MAX attribute value for stats
18512de74454 IB/isert: Fix incorrect release of isert connection
63e9e7198374 IB/isert: Fix possible list corruption in CMA handler
29ff057c0a50 IB/isert: Fix dead lock in ib_isert
fced7aaaa38f IB/uverbs: Fix to consider event queue closing also upon non-blocking mode
cd44977ecc94 RDMA/cma: Always set static rate to 0 for RoCE
5a9dee176b4b RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions
35828874aa9f octeontx2-af: fix lbk link credits on cn10k
7506e77357da octeontx2-af: fixed resource availability check
4dd914b9e2f9 iavf: remove mask from iavf_irq_enable_queues()
e6342cd13d39 RDMA/rxe: Fix the use-before-initialization error of resp_pkts
466f25fd2d9b RDMA/rxe: Removed unused name from rxe_task struct
13d087b3587b RDMA/rxe: Remove the unused variable obj
0e1098d72fa4 net/sched: cls_u32: Fix reference counter leak leading to overflow
d56661cd8d55 net/sched: act_pedit: Parse L3 Header for L4 offset
17b330b78244 net/sched: act_pedit: remove extra check for key type
219b8e98387f net/sched: simplify tcf_pedit_act
688e6db59661 ping6: Fix send to link-local addresses with VRF.
471a4c08e30e net: enetc: correct the indexes of highest and 2nd highest TCs
44ebe988cb38 netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
133b73d85343 netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM
e4188f8b8134 netfilter: nf_tables: integrate pipapo into commit protocol
4da9d4e74033 spi: fsl-dspi: avoid SCK glitches with continuous transfers
08acd41bb15a RDMA/rxe: Fix packet length checks
01f6f867adc7 RDMA/rtrs: Fix rxe_dealloc_pd warning
01bbead3098b RDMA/rtrs: Fix the last iu->buf leak in err path
1938f080a183 usb: dwc3: gadget: Reset num TRBs before giving back the request
ed0295504905 serial: lantiq: add missing interrupt ack
235845b576c5 USB: serial: option: add Quectel EM061KGL series
e05e9cca7797 thunderbolt: Mask ring interrupt on Intel hardware as well
0bd227610c83 thunderbolt: dma_test: Use correct value for absent rings when creating paths
2a974abc0976 Remove DECnet support from kernel
28010d3a9a22 ALSA: hda/realtek: Add a quirk for Compaq N14JP6
203a01ae5732 drm/amdgpu: add missing radeon secondary PCI ID
b1b64a76b775 drm/amd/display: edp do not add non-edid timings
98c8c0f2b3a5 net: usb: qmi_wwan: add support for Compal RXM-G1
fd81222d1a69 RDMA/uverbs: Restrict usage of privileged QKEYs
14c30c2439dc nouveau: fix client work fence deletion race
f4c5eebb37a2 dm thin metadata: check fail_io before using data_sm
ee09c0b1b0f4 ALSA: usb-audio: Add quirk flag for HEM devices to enable native DSD playback
953cc0bf2d5b powerpc/purgatory: remove PGO flags
faf45f2c5e62 x86/purgatory: remove PGO flags
d38e051ec6fd kexec: support purgatories with .text.hot sections
4357336192ed nilfs2: fix possible out-of-bounds segment allocation in resize ioctl
74ea184af91a nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()
941e7452dfc8 nios2: dts: Fix tse_mac "max-frame-size" property
8a8efde4a735 ocfs2: check new file size on fallocate call
559b7a0d9f0d ocfs2: fix use-after-free when unmounting read-only filesystem
8262a9f3b801 epoll: ep_autoremove_wake_function should use list_del_init_careful
c0a242295569 wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()
1a65bac4edf9 wifi: cfg80211: fix locking in regulatory disconnect
0e388fce7aec io_uring: hold uring mutex around poll removal
27825a6da78b irqchip/gic: Correctly validate OF quirk descriptors
f50018e2dd87 NVMe: Add MAXIO 1602 to bogus nid list.
4204b539ca73 drm:amd:amdgpu: Fix missing buffer object unlock in failure path
7cb02d5dc2e2 xen/blkfront: Only check REQ_FUA for writes
a75928bb929a ASoC: dwc: move DMA init to snd_soc_dai_driver probe()
37f7864c1791 mips: Move initrd_start check after initrd address sanitisation.
0d6e6542946d MIPS: Alchemy: fix dbdma2
1907b6148f86 MIPS: unhide PATA_PLATFORM
8f50d247b5dc parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory()
717368977b8e parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()
7e85809d2782 ASoC: soc-pcm: test if a BE can be prepared
68086376a1d2 btrfs: handle memory allocation failure in btrfs_csum_one_bio
39ea94952625 btrfs: scrub: try harder to mark RAID56 block groups read-only
9df872ec4a22 power: supply: Fix logic checking if system is running from battery
42e6a4a1e085 irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ firmware issues
2105f2fa5791 regulator: Fix error checking for debugfs_create_dir
91b3d6aa0722 platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0
c845ec79c3cf power: supply: Ratelimit no data debug output
19d09d31dae5 tools: gpio: fix debounce_period_us output of lsgpio
c11bb961ca4d ARM: dts: vexpress: add missing cache properties
36fdd1d5b40e power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + schedule()
3b86c54e6ebe power: supply: sc27xx: Fix external_power_changed race
200d8ad44e04 power: supply: ab8500: Fix external_power_changed race
48992b928785 of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset()
282f0c63cf53 of: overlay: rework overlay apply and remove kfree()s
5f306cbfa52b of: overlay: rename variables to be consistent
1cc40dccad76 drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vram
7cf3bf3cc033 ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate
de091a6e1ff0 test_firmware: fix a memory leak with reqs buffer
bfb0b366e8ec test_firmware: prevent race conditions by a correct implementation of locking
4b5511aa0a5e test_firmware: Use kstrtobool() instead of strtobool()
(From OE-Core rev: ec3fd718ecc881ee3410a0b6434922993368ee6d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
471e639e59d1 Linux 5.15.117
ef876dd25830 Revert "staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE"
6cfe9ddb6aa6 xfs: verify buffer contents when we skip log replay
b5a52009d90e Revert "debugobject: Ensure pool refill (again)"
3cc6805547d5 ext4: only check dquot_initialize_needed() when debugging
86ebb5b5344d Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled"
9945284195a9 vhost_vdpa: support PACKED when setting-getting vring_base
17882a3556ce vhost: support PACKED when setting-getting vring_base
d18688ff423a vduse: avoid empty string for dev name
952d1e4cbc26 riscv: fix kprobe __user string arg print fault issue
62958e78b757 eeprom: at24: also select REGMAP
66b99b3bd7b1 i2c: sprd: Delete i2c adapter in .remove's error path
58648a533a89 firmware: arm_ffa: Set handle field to zero in memory descriptor
e1ab7ed7925d i2c: mv64xxx: Fix reading invalid status value in atomic mode
003421fc430c arm64: dts: imx8mn-beacon: Fix SPI CS pinmux
2a4f0ad59d3d ASoC: mediatek: mt8195: fix use-after-free in driver remove path
cc4a2c0b1efa ASoC: mediatek: mt8195-afe-pcm: Convert to platform remove callback returning void
036bba96bf5e arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts
d97c8306a9af arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP signals
2212344664fb arm64: dts: qcom: sc7180-lite: Fix SDRAM freq for misidentified sc7180-lite boards
c589ba11da5a ASoC: codecs: wsa881x: do not set can_multi_write flag
980011869a2a ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc
ac817e26f9df usb: usbfs: Use consistent mmap functions
35d9f521bcc8 usb: usbfs: Enforce page requirements for mmap
64e4a3b25338 pinctrl: meson-axg: add missing GPIOA_18 gpio group
4124536ad924 rbd: get snapshot context after exclusive lock is ensured to be held
1af3b16b6240 rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting
2326488a9648 tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta'
0a8e5a6166dc Bluetooth: hci_qca: fix debugfs registration
2a7e918e2280 Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk
36482bf16fde s390/dasd: Use correct lock while counting channel queue length
fd03b5575c8a ceph: fix use-after-free bug for inodes when flushing capsnaps
e022640b1fee can: j1939: avoid possible use-after-free when j1939_can_rx_register fails
67eb5a5153ab can: j1939: change j1939_netdev_lock type to mutex
e2a6db7cab74 can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J1939 Socket
4ce28f3ab368 drm/amd/pm: Fix power context allocation in SMU13
2984dbacf68e drm/amdgpu: fix xclk freq on CHIP_STONEY
77558dd16502 drm/amd/pm: conditionally disable pcie lane switching for some sienna_cichlid SKUs
4b1bf594604c drm/i915/gt: Use the correct error value when kernel_context() fails
17c01feed6ba ALSA: hda/realtek: Add Lenovo P3 Tower platform
800e4c5b36bb ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01
9dab648ccd01 ALSA: hda/realtek: Add quirk for Clevo NS50AU
cd67fdd3cc1b Input: fix open count when closing inhibited device
2545d1b4d14f Input: psmouse - fix OOB access in Elantech protocol
ed263c550fbd Input: xpad - delete a Razer DeathAdder mouse VID/PID entry
5db4229b1427 batman-adv: Broken sync while rescheduling delayed work
aedad6c7fbaf bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks
a94401de2bc2 bnxt_en: Query default VLAN before VNIC setup on a VF
cf0a3e94674d bnxt_en: Don't issue AP reset during ethtool's reset operation
40d074f7e490 lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()
b6b1799c37c3 bpf: Add extra path pointer check to d_path helper
a242c6a92ce6 net: sched: fix possible refcount leak in tc_chain_tmplt_add()
d7c69f7b8383 net: sched: act_police: fix sparse errors in tcf_police_dump()
e7e0f9497421 net: sched: move rtm_tca_policy declaration to include file
c5e0a2f49c5a drm/i915/selftests: Add some missing error propagation
234f0337b439 drm/i915/selftests: Stop using kthread_stop()
1f942073e164 drm/i915/selftests: Increase timeout for live_parallel_switch
3604ab1519ef rfs: annotate lockless accesses to RFS sock flow table
2501f5a95511 rfs: annotate lockless accesses to sk->sk_rxhash
dd5296e3b21b ipv6: rpl: Fix Route of Death.
eab6cda0bfd7 netfilter: ipset: Add schedule point in call_ad().
7b053b2e8c96 netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelper
34d67ecf3dcc selftests/bpf: Fix sockopt_sk selftest
01363bf8efe5 selftests/bpf: Verify optval=NULL case
7e74801e1bfb wifi: cfg80211: fix locking in sched scan stop work
6c25c96a4634 qed/qede: Fix scheduling while atomic
668c3f9514f0 Bluetooth: L2CAP: Add missing checks for invalid DCID
53c056ccda02 Bluetooth: Fix l2cap_disconnect_req deadlock
c16e79e27e90 drm/i915: Use 18 fast wake AUX sync len
567873901a92 drm/i915: Explain the magic numbers for AUX SYNC/precharge length
dd40bcc357fe net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values
9d66ffd8ac9e net: enetc: correct the statistics of rx bytes
8db1acf2b131 net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT
9b001a7d1e1a net/ipv6: fix bool/int mismatch for skip_notify_on_dev_down
c85bee3a4ae1 bpf: Fix UAF in task local storage
54c8aea7e888 net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methods
ab0eca3f5455 neighbour: fix unaligned access to pneigh_entry
bdcc42186dd9 wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_poll
7b0c76354a6a afs: Fix setting of mtime when creating a file/dir/symlink
8ef72e783065 spi: qup: Request DMA before enabling clocks
f0e84db82ed3 platform/surface: aggregator: Allow completion work-items to be executed in parallel
547da248321a blk-iocost: avoid 64-bit division in ioc_timer_fn
3b07425c3dea f2fs: fix iostat lock protection
b85fb01a761a bonding (gcc13): synchronize bond_{a,t}lb_xmit() types
0dfc81a283d4 i40e: fix build warning in ice_fltr_add_mac_to_list()
2e12542c19c2 i40e: use int for i40e_status
81f552df075f i40e: Remove string printing for i40e_status
d13f56d4b265 sfc (gcc13): synchronize ef100_enqueue_skb()'s return type
a9ad05e35412 remove the sx8 block driver
c7cf7760b9b5 gcc-plugins: Reorganize gimple includes for GCC 13
8d00b4e329b7 ata: ahci: fix enum constants for gcc-13
(From OE-Core rev: e2c1d5814c659ffea6d1c1c658890a7a6fdb779a)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
7349e40704a0 Linux 5.15.116
62886f17d3e6 RDMA/irdma: Do not generate SW completions for NOPs
14d148401c52 RDMA/irdma: Fix drain SQ hang with no completion
e88b19b252db ARM: defconfig: drop CONFIG_DRM_RCAR_LVDS
a1c76e2907c1 ext4: enable the lazy init thread when remounting read/write
76a7dfc9cc02 selftests: mptcp: join: skip if MPTCP is not supported
807114223d3e selftests: mptcp: simult flows: skip if MPTCP is not supported
9319c8b75ee6 selftests: mptcp: diag: skip if MPTCP is not supported
c971ca2b9d8d drm/amdgpu/gfx10: Disable gfxoff before disabling powergating.
7a20262fa9ee scsi: dpt_i2o: Do not process completions with invalid addresses
daeab37ddb6f scsi: dpt_i2o: Remove broken pass-through ioctl (I2OUSERCMD)
78a79c625265 drm/rcar: stop using 'imply' for dependencies
4c3dda6b7cfd tpm, tpm_tis: Request threaded interrupt handler
19750d7b575a regmap: Account for register length when chunking
6cb7e7579a3d KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
d56c2ab32594 ksmbd: fix incorrect AllocationSize set in smb2_get_info
380b47932e76 ksmbd: fix credit count leakage
8a870c07a1df KVM: x86: Account fastpath-only VM-Exits in vCPU stats
808ed7d86ed9 test_firmware: fix the memory leak of the allocated firmware buffer
4b7a35eb8a18 serial: 8250_tegra: Fix an error handling path in tegra_uart_probe()
fc8ef0714161 fbcon: Fix null-ptr-deref in soft_cursor
a0790a7739a2 ext4: add lockdep annotations for i_data_sem for ea_inode's
a8c3024c3e46 ext4: disallow ea_inodes with extended attributes
39a66e7a2987 ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()
bdbfbb7d5057 ext4: add EA_INODE checking to ext4_iget()
efa3fe247d6b selftests: mptcp: sockopt: skip if MPTCP is not supported
95ad73b62765 selftests: mptcp: pm nl: skip if MPTCP is not supported
30bacfd8caf6 selftests: mptcp: connect: skip if MPTCP is not supported
2712a1ba0597 tracing/probe: trace_probe_primary_from_call(): checked list_first_entry
8a716b28b933 selinux: don't use make's grouped targets feature yet
11a8e7fd7231 block: fix revalidate performance regression
538d8504859f usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QM
57a2fd7b2c75 usb: cdns3: allocate TX FIFO size according to composite EP number
d42d869b2cf4 iommu/amd: Fix domain flush size when syncing iotlb
cb21384372d1 powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall
f257c1a6cc86 btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-bounds
292806cfe43d tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL_SBK
3fda903511f3 mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling order
dade1f4a379d mmc: vub300: fix invalid response handling
3eb4590bc37c block/blk-iocost (gcc13): keep large values in a new enum
43124187fe3a ath6kl: Use struct_group() to avoid size-mismatched casting
43f4aca98bf2 x86/boot: Wrap literal addresses in absolute_pointer()
3cfd7f042e67 drm/amd/pm: reverse mclk and fclk clocks levels for renoir
7e0c25b39065 drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp
fce05ec3deb5 drm/amd/pm: reverse mclk and fclk clocks levels for vangogh
b0dda610b42c ata: libata-scsi: Use correct device no in ata_find_dev()
57f4555bdfa5 scsi: stex: Fix gcc 13 warnings
6f675380db4f misc: fastrpc: reject new invocations during device removal
cebe84b9c02e misc: fastrpc: return -EPIPE to invocations on device removal
d3103fc0d191 md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()
599e19202be2 usb: gadget: f_fs: Add unbind event before functionfs_unbind
c762eafe7949 dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type
7099a87cf5ee net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818
16bd13e701c0 iio: dac: build ad5758 driver when AD5758 is selected
b6622c1fd233 iio: adc: ad7192: Change "shorted" channels to differential
aeec28d83865 iio: dac: mcp4725: Fix i2c_master_send() return value handling
23c6a184c2b8 iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag
4349ee3deef9 iio: light: vcnl4035: fixed chip ID check
db633585e93b dt-bindings: iio: adc: renesas,rcar-gyroadc: Fix adi,ad7476 compatible value
6bd3d6305b6a iio: imu: inv_icm42600: fix timestamp reset
536b4ffa93fa HID: wacom: avoid integer overflow in wacom_intuos_inout()
cfa747cc65ca HID: google: add jewel USB id
11bc983e4393 iio: adc: mxs-lradc: fix the order of two cleanup operations
a5461c3134ce iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT method
6a7d946733ea media: uvcvideo: Don't expose unsupported formats to userspace
6dd02a7bff9d mailbox: mailbox-test: fix a locking issue in mbox_test_message_write()
0f3c55c7d62c nvme-pci: Add quirk for Teamgroup MP33 SSD
c9079eb6f1cf drm/amdgpu: skip disabling fence driver src_irqs when device is unplugged
4238ea044eb2 atm: hide unused procfs functions
5d4c31d93973 drm/msm: Be more shouty if per-process pgtables aren't working
825cc70fbf2f ALSA: oss: avoid missing-prototype warnings
a79da1659cdc nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_disk
9a195b991709 netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with CONFIG_NF_NAT
82f505878f0a wifi: b43: fix incorrect __packed annotation
ab62fc176eac scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failed
e04de12881ca wifi: mac80211: simplify chanctx allocation
24dc97e135e8 arm64: vdso: Pass (void *) to virt_to_page()
2944b9f0fdcf arm64/mm: mark private VM_FAULT_X defines as vm_fault_t
39d84ddd9ebc ARM: dts: stm32: add pin map for CAN controller on stm32f7
b2f00acd5369 wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR value
ce135055be33 ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P
66f05cf2b2fd s390/topology: honour nr_cpu_ids when adding CPUs
79803685425c s390/pkey: zeroize key blobs
42624bc8c30c media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221
22fc36d59eab media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*()
a47a3f7a9bf6 media: dvb-core: Fix use-after-free due to race at dvb_register_device()
50831747cb3a media: dvb-core: Fix use-after-free due on race condition at dvb_net
9f74fec18f4c media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr from ID table
d6c47b235992 media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb()
747a121914e3 media: dvb_ca_en50221: fix a size write bug
34562df4082b media: netup_unidvb: fix irq init by register it at the end of probe
5e56e3d5ebeb media: dvb-usb: dw2102: fix uninit-value in su3000_read_mac_address
5240bc8c0c9a media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer()
cd6764cf45ab media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xfer
ef0d867e295d media: dvb-usb-v2: ce6230: fix null-ptr-deref in ce6230_i2c_master_xfer()
abaf49c5a95d media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer()
4b61ee116a3c media: dvb-usb: az6027: fix three null-ptr-deref in az6027_i2c_xfer()
5e9ad9962f2a media: dvb_demux: fix a bug for the continuity counter
ae3e3ac8b294 ASoC: ssm2602: Add workaround for playback distortions
6cf7f03d2d34 ASoC: dt-bindings: Adjust #sound-dai-cells on TI's single-DAI codecs
133c78bc6769 xfrm: Check if_id in inbound policy/secpath match
f1a6d366cdb1 um: harddog: fix modular build
e9d167ca4810 ASoC: dwc: limit the number of overrun messages
84dfd8bee506 nvme-pci: add quirk for missing secondary temperature thresholds
b32eeafd4eb9 nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G
f7af470fad9c block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE
8ba70707c3fe nbd: Fix debugfs_create_dir error checking
156f5237e9c3 fbdev: stifb: Fix info entry in sti_struct on error path
b3c785428797 fbdev: modedb: Add 1920x1080 at 60 Hz video mode
ad3de274e065 fbdev: imsttfb: Fix use after free bug in imsttfb_probe
fd8b4e28f400 gfs2: Don't deref jdesc in evict
a00cc8562835 platform/x86: intel_scu_pcidrv: Add back PCI ID for Medfield
736626df53e9 media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATE
1eae6e919639 ARM: 9295/1: unwind:fix unwind abort for uleb128 case
af739a701517 btrfs: abort transaction when sibling keys check fails for leaves
872a038dd4c9 drm/ast: Fix ARM compatibility
3291f4a1073a mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write()
fe6f6f470612 drm/amdgpu: Use the default reset when loading or reloading the driver
2226d9ef63d5 ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor IDs.
65221bdde702 watchdog: menz069_wdt: fix watchdog initialisation
6a7bf0038973 drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init"
8ac106aade8f rtnetlink: call validate_linkmsg in rtnl_create_link
beeffe764e07 mtd: rawnand: marvell: don't set the NAND frequency select
6494318f11f3 mtd: rawnand: marvell: ensure timing values are written
0fad29dabce1 net: dsa: mv88e6xxx: Increase wait after reset deactivation
45f47d2cf114 net/sched: flower: fix possible OOB write in fl_set_geneve_opt()
b15adce7d326 net/mlx5: Read embedded cpu after init bit cleared
c3caee8fe178 net/mlx5e: Fix error handling in mlx5e_refresh_tirs
1abb7b04ec37 udp6: Fix race condition in udp6_sendmsg & connect
7dc379f8856b net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report
91b07931c14d net: sched: fix NULL pointer dereference in mq_attach
b1cb1ba1fbfa net/sched: Prohibit regrafting ingress or clsact Qdiscs
cde00dcdf0ce net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs
2e859de5aeb0 net/sched: sch_clsact: Only create under TC_H_CLSACT
cff0af3d1364 net/sched: sch_ingress: Only create under TC_H_INGRESS
a907a389c71c tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set
fade445f3921 tcp: deny tcp_disconnect() when threads are waiting
5434c8128777 af_packet: do not use READ_ONCE() in packet_bind()
60bd1403bab7 RDMA/irdma: Fix Local Invalidate fencing
0b3c392b82cd RDMA/irdma: Prevent QP use after free
bd2af69575f5 RDMA/irdma: Add SW mechanism to generate completions on error
2d04dde4ded7 mtd: rawnand: ingenic: fix empty stub helper definitions
8f61d394b0c2 amd-xgbe: fix the false linkup in xgbe_phy_status
aefcb6ea1d44 af_packet: Fix data-races of pkt_sk(sk)->num.
c8775b97bf96 netrom: fix info-leak in nr_write_internal()
8045788adda6 net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressure
8d9d0bfd4c22 net/mlx5e: Don't attach netdev profile while handling internal error
d002e0287d78 net/mlx5: fw_tracer, Fix event handling
3a7793ae6911 riscv: Fix unused variable warning when BUILTIN_DTB is set
3f1191bc5b6a dmaengine: pl330: rename _start to prevent build error
c4be5d71d7a4 iommu/amd: Don't block updates to GATag if guest mode is on
b4fd38c0c7b8 iommu/rockchip: Fix unwind goto issue
190ea1c39104 RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rx
2fa9ee0fd65d RDMA/bnxt_re: Fix a possible memory leak
fdc977f2e785 dmaengine: at_xdmac: fix potential Oops in at_xdmac_prep_interleaved()
f68eff0faf67 dmaengine: at_xdmac: Move the free desc to the tail of the desc list
ba0e7ca84a93 RDMA/hns: Modify the value of long message loopback slice
15aeb44199e6 RDMA/hns: Fix base address table allocation
b0f40ecc46d9 RDMA/efa: Fix unsupported page sizes in device
f370588ec389 RDMA/bnxt_re: Fix the page_size used during the MR creation
(From OE-Core rev: 20388189ab6d03ae3c6e4fdd0135af4f88e15198)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
d7af3e5ba454 Linux 5.15.115
e226893c935f netfilter: ctnetlink: Support offloaded conntrack entry deletion
395d846c61c5 ipv{4,6}/raw: fix output xfrm lookup wrt protocol
1bb8a65190d4 binder: fix UAF of alloc->vma in race with munmap()
1cae0d51368e binder: add lockless binder_alloc_(set|get)_vma()
dd7aff43d005 Revert "android: binder: stop saving a pointer to the VMA"
6802c700902c Revert "binder_alloc: add missing mmap_lock calls when using the VMA"
09411f1b8672 bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()
0f21b8621756 xdp: xdp_mem_allocator can be NULL in trace_mem_connect().
b6c4afcbd625 irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable
13b290f02094 page_pool: fix inconsistency for page_pool_ring_[un]lock()
3af319d51474 net: page_pool: use in_softirq() instead
1c097b9db173 xdp: Allow registering memory model without rxq reference
623d965c2dee net/mlx5e: Fix SQ wake logic in ptp napi_poll context
9085886c04d9 irqchip/mips-gic: Use raw spinlock for gic_lock
4517730b4c1e irqchip/mips-gic: Get rid of the reliance on irq_cpu_online()
5fd7c1e36b0a binder: fix UAF caused by faulty buffer cleanup
c88d21c0ae32 bonding: fix send_peer_notif overflow
7ee611fc85ad Bonding: add arp_missed_max option
5b925b48bebc net: dsa: mt7530: fix network connectivity with multiple CPU ports
5a7266feaa6d net: dsa: mt7530: split-off common parts from mt7531_setup
0753c1ef2419 net: dsa: mt7530: rework mt753[01]_setup
9902f91cf666 net: dsa: introduce helpers for iterating through ports using dp
d84b42b72526 net: phy: mscc: enable VSC8501/2 RGMII RX clock
3dce2f3d8359 platform/x86: ISST: Remove 8 socket limit
017a634f9f38 platform/x86: ISST: PUNIT device mapping with Sub-NUMA clustering
ff455f7fbce7 net/mlx5: Devcom, serialize devcom registration
69966bce28da net/mlx5e: Fix deadlock in tc route query code
1c4e3cf8944f net/mlx5: devcom only supports 2 ports
79ea1a12fb9a bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
1f06b2a60445 power: supply: bq24190: Call power_supply_changed() after updating input current
8c6f881dc13b power: supply: core: Refactor power_supply_set_input_current_limit_from_supplier()
1f9367a890ac power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to stabilize
75a7e9de60a2 power: supply: bq27xxx: Ensure power_supply_changed() is called on current sign changes
e4c708a9bbde power: supply: bq27xxx: Move bq27xxx_battery_update() down
2288fa1ae9b1 power: supply: bq27xxx: expose battery data when CI=1
(From OE-Core rev: acb7f13dd673b15706f56a6b12ab4637a54e89f8)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
0ab06468cbd1 Linux 5.15.114
193c59ba7299 net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE
350b95e86ca9 3c589_cs: Fix an error handling path in tc589_probe()
7c2fa3e56d95 regulator: mt6359: add read check for PMIC MT6359
28ebfb74fbf5 firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors
34b0985ebdfc arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay
1e7550653680 net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device
a89a69cea44c net/mlx5: Fix error message when failing to allocate device memory
e8a974bbf4a5 net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE
5e0cc0d502d4 net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs
792a8233fc01 net/mlx5e: do as little as possible in napi poll when budget is 0
fdf8f33e7d03 platform/mellanox: mlxbf-pmc: fix sscanf() error checking
d5ab5447d910 forcedeth: Fix an error handling path in nv_probe()
ae7c4ec42655 sctp: fix an issue that plpmtu can never go to complete state
ee553694be42 ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg
aafa5019e2a3 x86/show_trace_log_lvl: Ensure stack pointer is aligned, again
90314394a16d xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()
ff151810fb95 coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet()
24cf11474376 regulator: pca9450: Fix BUCK2 enable_mask
cd41ec23503f fs: fix undefined behavior in bit shift for SB_NOUSER
c2f65991097a firmware: arm_ffa: Fix FFA device names for logical partitions
6a26c62625c5 firmware: arm_ffa: Check if ffa_driver remove is present before executing
f64567bd9566 power: supply: sbs-charger: Fix INHIBITED bit for Status reg
71a9f146b3dc power: supply: bq27xxx: Add cache parameter to bq27xxx_battery_current_and_status()
e98e5bebfcaf power: supply: bq27xxx: Fix poll_interval handling and races on remove
e01820a94aea power: supply: bq27xxx: Fix I2C IRQ race on remove
d21b3448577f power: supply: bq27xxx: Fix bq27xxx_battery_update() race condition
c530f60e5a2e power: supply: mt6360: add a check of devm_work_autocancel in mt6360_charger_probe
0dd4881238bc power: supply: leds: Fix blink to LED on transition
5e4bb063dcaf cifs: mapchars mount option ignored
9b92e2d0eb69 ipv6: Fix out-of-bounds access in ipv6_find_tlv()
bf478c2643ba bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
79081b3f489a octeontx2-pf: Fix TSOv6 offload
114657365c88 selftests: fib_tests: mute cleanup error message
e06841a2abf9 net: fix skb leak in __skb_tstamp_tx()
8f1512d78b5d ASoC: lpass: Fix for KASAN use_after_free out of bounds
b1bde4b4360c media: radio-shark: Add endpoint checks
43f569fd0699 USB: sisusbvga: Add endpoint checks
da0f4b557682 USB: core: Add routines for endpoint checks in old drivers
387bd0a3af3b udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().
cf3b5cd7127c net: fix stack overflow when LRO is disabled for virtual interfaces
9e12c58a5ece fbdev: udlfb: Fix endpoint check
aee97eec7702 debugobjects: Don't wake up kswapd from fill_pool()
c09a7b6190f5 x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms
a9ffd42eb9ab perf/x86/uncore: Correct the number of CHAs on SPR
277f206bb874 parisc: Fix flush_dcache_page() for usage from irq context
eff115ca949a selftests/memfd: Fix unknown type name build failure
1a98b6e028ee x86/mm: Avoid incomplete Global INVLPG flushes
683bb30c6947 dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type
647af8a998c2 btrfs: use nofs when cleaning up aborted transactions
7e93fe1d1733 gpio: mockup: Fix mode of debugfs files
3a2d238c5a3a parisc: Allow to reboot machine after system halt
96f8dd0483c8 parisc: Handle kgdb breakpoints only in kernel context
16deb7413ace m68k: Move signal frame following exception on 68020/030
9be921854e98 net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize
1f6ae24e3d5a ASoC: rt5682: Disable jack detection interrupt during suspend
693acaa739dc mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works
7177586e06ff ALSA: hda/realtek: Enable headset onLenovo M70/M90
e6a624451afb ALSA: hda: Fix unhandled register update during auto-suspend period
7716da3fa10b ALSA: hda/ca0132: add quirk for EVGA X299 DARK
c37eb46c613a arm64: Also reset KASAN tag if page is not PG_mte_tagged
291fe3d6f5db ocfs2: Switch to security_inode_init_security()
4badd33929c0 spi: fsl-cpm: Use 16 bit mode for large transfers with even size
28ffe8c84603 spi: fsl-spi: Re-organise transfer bits_per_word adaptation
381e55bffe15 ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
ca338fa8032a watchdog: sp5100_tco: Immediately trigger upon starting.
6312c7cc07f3 dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries
7ef9045fe758 dt-bindings: ata: ahci-ceva: convert to yaml
f19171155305 usb: dwc3: fix gadget mode suspend interrupt handler issue
7919af1dcb8e usb: gadget: Properly configure the device for remote wakeup
(From OE-Core rev: b83b248e5042dd1e9fdbc4c48be1af188fece1df)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add patch to fix CVE-2023-1999
Link: https://github.com/webmproject/libwebp/commit/a486d800b60d0af4cc0836bf7ed8f21e12974129
(From OE-Core rev: ff726a731d06aa8c6490176e9a539fd59ec2159e)
Signed-off-by: Nikhil R <nikhil.r@kpit.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 8f6fcbe2d64e998be934b5b2e0ab65c159bfb807)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Backport a patch from upstream to fix CVE-2023-1972.
(From OE-Core rev: ebb15853372d28808189fc417409229ed051ad57)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 10d63933e3a30bfac2f6cec896460c22e04baadd)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
As confirmed via private email.
(From OE-Core rev: 677661c3e1795a1904a0d869866ea8a6442fb160)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit c7f934368d3fb3e9cf268f8237eae80b1c1665a5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Add a dependency which should have been in this list but wasn't, found
when debugging create-spdx hash issues.
(From OE-Core rev: 0bb0592f4c8de7aa192a940e6d06ce0c4df1637c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1075b9fc5d562dada45b3187cb737511ff8c7376)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Below commits on binutils-2.40 stable branch are updated.
0dc8f96598a Updated Swedish translation for the opcodes directory
85c5365527f New Georgian translation for the bfd sub-directory.
(From OE-Core rev: eeed062f7c9b3c615080678e7ad66d4906b01dc2)
Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Below commits on glibc-2.37 stable branch are updated.
3593050c27 (HEAD -> release/2.37/master, origin/release/2.37/master) io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64
e2974d26ce io: Fix record locking contants on 32 bit arch with 64 bit default time_t 0e3e9dbb0e Document BZ #20975 fix
f5d377c896 __check_pf: Add a cancellation cleanup handler [BZ #20975]
b4f76ecc9e Ignore MAP_VARIABLE in tst-mman-consts.py
7c32cb7dd8 gmon: Revert addition of tunables to the manual
a908c18d47 gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABI
ff3a71ec1f gmon: fix memory corruption issues [BZ# 30101]
d230623264 gmon: improve mcount overflow handling [BZ# 27576]
5d750495db gmon: Fix allocated buffer overflow (bug 29444)
78ab913eab posix: Fix system blocks SIGCHLD erroneously [BZ #30163]
9cc2f41e52 x86_64: Fix asm constraints in feraiseexcept (bug 30305)
97ad4c64b9 gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling (bug 30151)
1d63573f81 stdio-common: tests: don't double-define _FORTIFY_SOURCE
590d0e089b elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]
790e504a17 stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]
(From OE-Core rev: 8b0928acc22596614bc8a87ce57813cfc87c57de)
Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update dbus to 1.14.8 to fix CVE-2023-34969 and serveral bugs
changes:
https://gitlab.freedesktop.org/dbus/dbus/-/blob/f90d4f16933ee5153fe02c405eb883c9cb8f0ad5/NEWS
commits:
55d11f57 doc/dbus-api-design: fix wrong closing tag
a96f417f CI: Run a detached pipeline for merge requests
9e0477fc CI: Only run for pushes to dbus
077f7e43 CI: Remove an obsolete workaround
07fe44f4 CI: Update Windows runners
ec708d55 CI: Avoid using a no-op download location that gives a 403 error
45e6e93e dbus_message_iter_get_signature: Fix two memory leaks on OOM
0bb1942e dbus-internals: use `_DBUS_FUNCTION_NAME` in `_dbus_verbose()`
8df1b8be dbus-sysdeps-win: do not log function name twice
5c3a4e81 dbus-spawn-win: use `_DBUS_FUNCTION_NAME` instead of `__FUNCTION__`
8e457296 Update NEWS
e1ffce17 Revert "CI: Remove an obsolete workaround"
40c0802f monitor test: Log the messages that we monitored
a70c8f2f bus: Assign a serial number for messages from the driver
39b5c617 monitor test: Reproduce #457
f99e5de1 Update NEWS
21414587 AUTHORS: Update
f90d4f16 Release v1.14.8
(From OE-Core rev: c1f21ec27cc7ac54040457c8591fdfedf25440bf)
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
76ba310227d2 Linux 6.1.32
cd51ba98aeaa tools headers UAPI: Sync the linux/in.h with the kernel sources
2cd02ae65654 netfilter: ctnetlink: Support offloaded conntrack entry deletion
55ce796e9b0a cpufreq: amd-pstate: Add ->fast_switch() callback
c18f6919b4e7 cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf()
efc8ec1636fa block: fix bio-cache for passthru IO
5d08604754e8 Revert "thermal/drivers/mellanox: Use generic thermal_zone_get_trip() function"
2333dbc88f38 bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()
6c1fad655b40 drm/amd: Don't allow s0ix on APUs older than Raven
83a7f27c5b94 octeontx2-af: Add validation for lmac type
3236221bb8e4 RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"
592af07ac0c8 wifi: iwlwifi: mvm: fix potential memory leak
0c469078bde4 wifi: iwlwifi: mvm: support wowlan info notification version 2
b5ceb6aac607 wifi: rtw89: correct 5 MHz mask setting
07c8c1a3cfcf net: phy: mscc: enable VSC8501/2 RGMII RX clock
7c95f56995c6 page_pool: fix inconsistency for page_pool_ring_[un]lock()
7dccd5fa7edb net: page_pool: use in_softirq() instead
cd3c5e4e0d60 vfio/type1: check pfn valid before converting to struct page
6793a3c6326e blk-mq: fix race condition in active queue accounting
fe735073a50e bpf, sockmap: Incorrectly handling copied_seq
dd628fc697ee bpf, sockmap: Wake up polling after data copy
ab90b68f650e bpf, sockmap: TCP data stall on recv before accept
3a2129ebae35 bpf, sockmap: Handle fin correctly
ba4fec5bd6f8 bpf, sockmap: Improved check for empty queue
1e4e379ccde8 bpf, sockmap: Reschedule is now done through backlog
9f4d7efb3345 bpf, sockmap: Convert schedule_work into delayed_work
4ae2af3e59e2 bpf, sockmap: Pass skb ownership through read_skb
49b5b5bfeef1 gpio-f7188x: fix chip name and pin count on Nuvoton chip
085f27f48c84 net/mlx5: E-switch, Devcom, sync devcom events and devcom comp register
3347ac7a8160 tls: rx: strp: preserve decryption status of skbs when needed
ba93977437e7 tls: rx: strp: factor out copying skb data
52a89de3e9f2 tls: rx: strp: force mixed decrypted records into copy mode
c48b8399e430 tls: rx: strp: fix determining record length in copy mode
ecd9f6ed9ed2 tls: rx: strp: set the skb->len of detached / CoW'ed skbs
e734a693a24c tls: rx: device: fix checking decryption status
b3e54fb3a35d platform/x86/amd/pmf: Fix CnQF and auto-mode after resume
8e8c33cc89a0 selftests/bpf: Fix pkg-config call building sign-file
ca39992f1048 firmware: arm_ffa: Fix usage of partition info get count flag
3f5413c95445 ipv{4,6}/raw: fix output xfrm lookup wrt protocol
6728486447ee inet: Add IP_LOCAL_PORT_RANGE socket option
(From OE-Core rev: b8979a5048621c99ca2e488813908ff51c257d55)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 34ba408ca84839e82dba63e2f6b4673e8d5caaa2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|