| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
| |
Don't ignore return values from the git command lines. If something goes
wrong, fail the test right away.
(From OE-Core rev: 776053f4af19e9c2de7ce725e6ec94312028fa7f)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dfc178a70d6fa60e89d4716f05d68e2c72c6ecd3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some of tests impose rlimit on it before running which wont be imposed
when running as root user.
Fixes
src/regression/pthread_atfork-errno-clobber.c:23: (pid = fork()) == -1 failed: fork succeeded despite rlimit
src/regression/pthread_atfork-errno-clobber.c:23: (pid = fork()) == -1 failed: fork succeeded despite rlimit
FAIL src/regression/pthread_atfork-errno-clobber-static.exe [status 1]
(From OE-Core rev: 16075f19b49cb23ead2dec6746d2be6773ae4ae7)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 585bf4b780a8ad60ba2b33cede4f0092ff61ddfc)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
| |
Tested-by: Tom Hochstein <tom.hochstein@nxp.com>
(From OE-Core rev: feb3af7fe3f1a062946de71a76c11388f9e50c90)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c08d474c97ce071ba376b66f30d6ee0a6159d596)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The udev rule has been removed but the comment has kept, by
mistake. Remove it.
Fixes: dd83fb40f7 ("weston-init: Stop running weston as root")
Tested-by: Tom Hochstein <tom.hochstein@nxp.com>
(From OE-Core rev: 35367d029fedc78724396d94abd899e4bd8bef0c)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8aa3d43fa1c53cdce45ec88a49f27b076d3812ac)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
explicitly
Running them in parallel is prone to races as postinsts from target sysroots
rely on executables from native sysroots which may or may not be fully prepared
yet. This was observed for example here:
https://autobuilder.yoctoproject.org/typhoon/#/builders/146/builds/468/steps/12/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/147/builds/467/steps/12/logs/stdio
(From OE-Core rev: 93e864a23e3f82edc2b2fa2207b2bc4b56c230a9)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 38d7a2e45b883cf999a86af05bcc0eaa875bb47c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Services which broadcast an invalid service type will cause the browse
to fail. Instead of failing, replace the service type and continue.
(From OE-Core rev: 273aed0462728508506a4c65d367d583a86a54c3)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e581da6c4db21312833395e96b48e868a202f0f9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
| |
This includes CVE fix for CVE-2023-5441.
(From OE-Core rev: 7166f503211c39542d828aa3fef5006dccf2c07a)
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Support stop/parity bits on serial port
* Add needed system headers in checks and return values for implicit function declarations
* Fixes:
- Avoid zombies after shell exit
- Missed signal sending permission check on failed query messages (CVE-2023-24626)
- manpage fixes
- source code fixes during cleanup
- UTF-8 encoding can emit invalid UTF-8 sequences for out of range unicode values
Remove patches; they are merged upstream or backported.
(From OE-Core rev: 224f1929b92b38993e5f50100ce6306f63ee8ade)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2566f8e51d56848d8b28f37462160e90253b79fc)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Stable release update
Drop autoconf-2.73.patch as issue resolved upstream.
License-update: http -> https
(From OE-Core rev: 8ca6589c1cb37cd0ba446cfd58e5f7f90832b93c)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1ddf9e053b17913718c780ad4c877d5ddb6ff536)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
==========
wireless-regdb: update regulatory database based on preceding changes
wireless-regdb: Update regulatory rules for Australia (AU) for June 2023
wireless-regdb: Update regulatory info for Türkiye (TR)
wireless-regdb: Update regulatory rules for Egypt (EG) from March 2022 guidel...
wireless-regdb: Update regulatory rules for Philippines (PH)
(From OE-Core rev: c1ae47b562460e82d94a94a2009c4cb50aa1daa9)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2f5edb6904bf16a9c52a9b124aeb5297487cd716)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
===========
• Avoid a dbus-daemon crash if re-creating a connection's policy fails.
• If getting the groups from a user ID fails, report the error correctly,
instead of logging "(null)"
• Return the primary group ID in GetConnectionCredentials()' UnixGroupIDs
field for processes with a valid-but-empty supplementary group list
(From OE-Core rev: 67ddf87d3286007a68071685d28a8f9e1ce7f3fa)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit aeabd6dd4e65e5cc31f4c2acc5cc46ea03737bed)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
| |
A flaw was found in the Curl package. This flaw allows an attacker to insert
cookies into a running program using libcurl if the specific series of conditions are met.
(From OE-Core rev: a6c5931192a1315cfc5f708585d22bc7bed9f7fd)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
| |
This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy handshake.
(From OE-Core rev: 9b0867861a9c053f19bdb99bd6cba44ee5cb64e1)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
| |
The patch is copied from kirkstone. master has advanced
to ghostscript 10.02.0 which includes the fix.
(From OE-Core rev: 80a9b54ca94a9fe5818daa1cd03ae8035043e1e8)
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libtiff: potential integer overflow in raw2tiff.c
References:
https://bugzilla.redhat.com/show_bug.cgi?id=2235264
https://security-tracker.debian.org/tracker/CVE-2023-41175
https://gitlab.com/libtiff/libtiff/-/issues/592
(From OE-Core rev: b2518923dff885778c550f0faa22e99bf76b6288)
Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4ee806cbc12fbc830b09ba6222e96b1e5f24539f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libtiff: integer overflow in tiffcp.c
References:
https://security-tracker.debian.org/tracker/CVE-2023-40745
https://gitlab.com/libtiff/libtiff/-/issues/591
https://bugzilla.redhat.com/show_bug.cgi?id=2235265
(From OE-Core rev: 3340e024ae8676081488f23a0678c28c23ab0b42)
Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c3d4fbeb51278a04a6800c894c681733ad2259ca)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Explicitly disable the tests and vapi support instead of relying on
defaults and missing dependencies.
(From OE-Core rev: c451a9cb6adbc9480dacd81e935a0b9369f22e07)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 575e2e29e00bb4492e7ee7f10b753e3f17982caa)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A dependency on coreutils was added to busybox-ptest in oe-core 658c5ed
to fix a test failure.
The failure is because one of the start-stop-daemon tests is known to
fail if /bin/false is busybox. Instead of failing, we can check if
/bin/false is a symlink to busybox and skip the test if so.
[ YOCTO #15068 ]
(From OE-Core rev: 12fc32351ff6e42d0b5f9ce679793a8875d3447a)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 37482e404cf4dcf9360c29986ced8db78baf249b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's not a warning but a handled case and layer gets added
automatically. Very few build configs have this layer enabled
by default.
(From OE-Core rev: 70d2ceea48ef6ec04675e4e6a9c48ebc5bb78f52)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
(cherry picked from commit 9a2493ea83f0b30578a819de05108502aaadc7f5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
| |
(From OE-Core rev: fa4204c34efeda543a108c942cd50a6d6322600e)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
(cherry picked from commit 8aed3ca405cb3cc5d346eb8da8b3307d93f75d5b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
| |
(From OE-Core rev: 7d395b97e864bb081866eb029168aee7335ed98e)
Signed-off-by: Emil Kronborg Andersen <emkan@prevas.dk>
(cherry picked from commit a23a4a3f156f5758dc4d9dcf1ab27c74302eb2a8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
| |
(From OE-Core rev: 0329ca7bb29cdd77cca93c4354e8e0e5de5e37d8)
Signed-off-by: Emil Kronborg Andersen <emkan@prevas.dk>
(cherry picked from commit d50b395ceff3f30c30a10dba94fb340a547e434f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
wayland-utils has optional libdrm support, so add a PACKAGECONFIG and
enable it.
(From OE-Core rev: 0ba10930f73e4b0c2896afd326229fc6ae460f51)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c6c488c259d1f38a05a71e576ca2f32d412413f1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add explicit PACKAGECONFIGs for brotli,ntlm, and sysprof.
libsoup needs to be told where ntlm_auth will be on the target, so write
a cross file to do so.
(From OE-Core rev: c78a34caf466524356572b8cdd2ada615081bfc2)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 54b6ea078daeb58a3bb20bb4275d1140640a77d2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Pango has had an explicit option since 1.46.2
(From OE-Core rev: dc939fbc70c124a515b882b3425d7810be0c6748)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 42755f135d2d015e564d783996fbb3ef860f2bf7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
GLib has had an option to control libelf since 2.67.0, so use it.
(From OE-Core rev: c5bece42d8e10554a6061872ca0f8f70d7102a79)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d2f028c53a2390c28685b373841c9a600e91819a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
This significantly speeds up the build by default.
(From OE-Core rev: d6f638c6ab891a4fd9db49eeb6f9b5f2b0c3bbeb)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2b5ee583c62dbe381cd429da14ecbba5ea32d506)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
I took the mdadm ptest enabling as I was told the tests were fine now.
They're not. Disable more of them as having intermittent issues.
(From OE-Core rev: d72261b4827f9cdfa9ca5e199028c88c1b525257)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2993a0bd6aca81d4382c3de5ac2fd9b5dac94868)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
| |
(From OE-Core rev: 20f4a9538f80bcc61d8e786cf12c556ab54d2c0a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
affected_versions in kernel_cves.json does not mean "first affected version
to last affected version" but actually "first affected version to fixed
version". Therefore, the variable names, conditional expressions, and
CVE_STATUS descriptions should be fixed.
For example, when the script was run against v6.1, if affected_versions was
"xxx to 6.1", the output was "cpe-stable-backport: Backported in 6.1", but
this should be "fixed-version: Fixed from version 6.1".
(From OE-Core rev: a0cafa6587acf2b41f0e832d06de884ffe62fd4b)
Signed-off-by: Yuta Hayama <hayama@lineo.co.jp>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 2064b2f9b92e2dff45dab633598b5ed37145d0b6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
09045dae0d90 Linux 6.1.53
41cb5369cb80 udf: initialize newblock to 0
c74b1cd93f26 clk: Avoid invalid function names in CLK_OF_DECLARE()
59e0dd5bef6c treewide: Fix probing of devices in DT overlays
abb597c85acb clk: Mark a fwnode as initialized when using CLK_OF_DECLARE() macro
b372816ad610 md: fix regression for null-ptr-deference in __md_stop()
adac9f0ddd2b NFSv4.2: Rework scratch handling for READ_PLUS (again)
779563475162 NFSv4.2: Fix a potential double free with READ_PLUS
d9ece8c0269f md: Free resources in __md_stop
ba6a70adb557 Revert "drm/amd/display: Do not set drr on pipe commit"
1dd387668d5b tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY
e43a7ae58d00 serial: sc16is7xx: fix regression with GPIO configuration
8aaef0a3eb1b serial: sc16is7xx: remove obsolete out_thread label
cc8a853c2d5f perf/x86/uncore: Correct the number of CHAs on EMR
e1eb0419126f x86/sgx: Break up long non-preemptible delays in sgx_vepc_release()
f705617bab47 USB: core: Fix oversight in SuperSpeed initialization
8186596a6635 USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()
d309fa69c2e3 USB: core: Change usb_get_device_descriptor() API
90b01f8df568 USB: core: Unite old scheme and new scheme descriptor reads
0d3b5fe47938 usb: typec: bus: verify partner exists in typec_altmode_attention
9b7cd3fe01f0 usb: typec: tcpm: set initial svdm version based on pd revision
33a31064211c of: property: fw_devlink: Add a devlink for panel followers
7f3d84cfaec7 cpufreq: brcmstb-avs-cpufreq: Fix -Warray-bounds bug
08c86156361c crypto: stm32 - fix loop iterating through scatterlist for DMA
73e64c5eeddf s390/dasd: fix string length handling
f9a3d6f037c9 s390/ipl: add missing secure/has_secure file to ipl type 'unknown'
6489ec010786 s390/dcssblk: fix kernel crash with list_add corruption
8bf567b63c2a arm64: sdei: abort running SDEI handlers during crash
e95d7a8a6edd pstore/ram: Check start of empty przs during init
351705a44621 mmc: renesas_sdhi: register irqs before registering controller
a3f6c1447db8 platform/chrome: chromeos_acpi: print hex string for ACPI_TYPE_BUFFER
e6e6a5f50f58 x86/MCE: Always save CS register on AMD Zen IF Poison errors
d08b39bb3dff fsverity: skip PKCS#7 parser when keyring is empty
40a1ef4bb092 net: handle ARPHRD_PPP in dev_is_mac_header_xmit()
342d130205f1 X.509: if signature is unsupported skip validation
3d5fed8c79d9 r8169: fix ASPM-related issues on a number of systems with NIC version from RTL8168h
ba50e7773a99 x86/sev: Make enc_dec_hypercall() accept a size instead of npages
f8a7f10a1dcc dccp: Fix out of bounds access in DCCP error handler
9667854e69a7 dlm: fix plock lookup when using multiple lockspaces
c96c67991aac bpf: Fix issue in verifying allow_ptr_leaks
b23c96589ff7 drm/amd/display: Add smu write msg id fail retry process
5ad3e534605e parisc: Fix /proc/cpuinfo output for lscpu
316a4a329a4d procfs: block chmod on /proc/thread-self/comm
5e4e9900e6fa block: don't add or resize partition on the disk with GENHD_FL_NO_PART
1654635bed83 Revert "PCI: Mark NVIDIA T4 GPUs to avoid bus reset"
5a3e327dc3fd ntb: Fix calculation ntb_transport_tx_free_entry()
88c7931f81d8 ntb: Clean up tx tail index on link down
4f4af6b8b7a2 ntb: Drop packets when qp link is down
e95e31a8607d PCI/PM: Only read PCI_PM_CTRL register when available
223fc5352054 PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during hibernation
4443f3695d58 PCI: Free released resource after coalescing
316f3984298a scsi: mpt3sas: Perform additional retries if doorbell read returns 0
6c4f87e52331 Revert "scsi: qla2xxx: Fix buffer overrun"
ab8c52977fe0 media: venus: hfi_venus: Write to VIDC_CTRL_INIT after unmasking interrupts
25934d8f6eb2 media: dvb: symbol fixup for dvb_attach()
fd4d61f85e76 ALSA: hda/cirrus: Fix broken audio on hardware with two CS42L42 codecs.
ba0b46166b8e arm64: csum: Fix OoB access in IP checksum code for negative lengths
ad661951a98f i3c: master: svc: fix probe failure when no i3c device exist
cc9bf2d62f19 LoongArch: mm: Add p?d_leaf() definitions
5a8b2c1665ca xtensa: PMU: fix base address for the newer hardware
9a9b8596c3dc drm/amd/display: register edp_backlight_control() for DCN301
47636d32a0ee backlight/lv5207lp: Compare against struct fb_info.device
83166d03a5b7 backlight/bd6107: Compare against struct fb_info.device
b4ab337aad09 backlight/gpio_backlight: Compare against struct fb_info.device
8fa9cb58445d io_uring: break iopolling on signal
4a3e0d51c3e1 XArray: Do not return sibling entries from xa_load()
7a7f11283392 ARM: OMAP2+: Fix -Warray-bounds warning in _pwrdm_state_switch()
09cb2a71b2e9 ipmi_si: fix a memleak in try_smi_init()
dafe7acfedfb PCI: rockchip: Use 64-bit mask on MSI 64-bit PCI address
823f52daef12 media: i2c: Add a camera sensor top level menu
ceedc62a3bc8 media: i2c: ccs: Check rules is non-NULL
fea9dd8653ff cpu/hotplug: Prevent self deadlock on CPU hot-unplug
4245ca8f4051 mm/vmalloc: add a safer version of find_vm_area() for debug
157c46360cf3 scsi: core: Fix the scsi_set_resid() documentation
2344b1397651 printk: ringbuffer: Fix truncating buffer size min_t cast
3f7a4e88e40e rcu: dump vmalloc memory info safely
8ad2e7efb2ce ALSA: pcm: Fix missing fixup call in compat hw_refine ioctl
8918025feb2f PM / devfreq: Fix leak in devfreq_dev_release()
d2e906c72597 igb: set max size RX buffer when store bad packet is enabled
04c3eee4e13f skbuff: skb_segment, Call zero copy functions before using skbuff frags
4921f9349b66 netfilter: xt_sctp: validate the flag_info count
1c164c1e9e93 netfilter: xt_u32: validate user space input
bcdb4a5c42b0 netfilter: nft_exthdr: Fix non-linear header modification
7ca0706c68ad netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c
6678912b4df1 igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU
ad8900dd8a56 virtio_ring: fix avail_wrap_counter in virtqueue_add_packed
4927edc23edc cpufreq: Fix the race condition while updating the transition_task of policy
96db43aced39 Drivers: hv: vmbus: Don't dereference ACPI root object handle
e351933e4a14 dmaengine: ste_dma40: Add missing IRQ check in d40_probe
43a57ca7dd90 um: Fix hostaudio build errors
222b85e748eb mtd: rawnand: fsmc: handle clk prepare error in fsmc_nand_resume()
eaf4c78982ae mtd: spi-nor: Check bus width while setting QE bit
3e313b6c470d leds: trigger: tty: Do not use LED_ON/OFF constants, use led_blink_set_oneshot instead
f741121a2251 leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always false
a253c416e67d leds: multicolor: Use rounded division when calculating color components
2804cc350804 leds: pwm: Fix error code in led_pwm_create_fwnode()
cae0787e408c rpmsg: glink: Add check for kstrdup
f309ac8a4db9 phy/rockchip: inno-hdmi: do not power on rk3328 post pll on reg write
8f0f5452cb1b phy/rockchip: inno-hdmi: round fractal pixclock in rk3328 recalc_rate
0d86292e3fbb phy/rockchip: inno-hdmi: use correct vco_div_5 macro on rk3328
50fa01243dd5 dmaengine: idxd: Modify the dependence of attribute pasid_enabled
6453a2fbc804 mtd: rawnand: brcmnand: Fix mtd oobsize
74c85396bd73 tracing: Fix race issue between cpu buffer write and swap
fb34716c9ee6 tracing: Remove extra space at the end of hwlat_detector/mode
ca5e8427e20d x86/speculation: Mark all Skylake CPUs as vulnerable to GDS
55a448e8d863 tick/rcu: Fix false positive "softirq work is pending" messages
69b8d7bf834c platform/x86/amd/pmf: Fix a missing cleanup path
2763732ec1e6 HID: multitouch: Correct devm device reference for hidinput input_dev name
f283805d9843 HID: uclogic: Correct devm device reference for hidinput input_dev name
6e5960954151 HID: logitech-dj: Fix error handling in logi_dj_recv_switch_to_dj_mode()
cf38960386f3 RDMA/efa: Fix wrong resources deallocation order
9d9a40530383 RDMA/siw: Correct wrong debug message
bbd1b1b5082c RDMA/siw: Balance the reference of cep->kref in the error path
3f39698e7e84 Revert "IB/isert: Fix incorrect release of isert connection"
81ff633a88be amba: bus: fix refcount leak
db18d5e3eee4 serial: tegra: handle clk prepare error in tegra_uart_hw_init()
93e908545361 interconnect: qcom: bcm-voter: Use enable_maks for keepalive voting
e9ef8b5099d5 interconnect: qcom: bcm-voter: Improve enable_mask handling
1d085c6a25fa interconnect: qcom: sm8450: Enable sync_state
5a5fb3b1754f scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock
f06c7d823ab5 scsi: core: Use 32-bit hostnum in scsi_host_lookup()
f01cfec8d345 RDMA/irdma: Prevent zero-length STAG registration
5fa1552877ce coresight: trbe: Fix TRBE potential sleep in atomic context
848cd6f24aa7 cgroup:namespace: Remove unused cgroup_namespaces_init()
0d545a8e77cb Revert "f2fs: fix to do sanity check on extent cache correctly"
3f60a36ed6e3 f2fs: Only lfs mode is allowed with zoned block device feature
33d4c00725b0 f2fs: judge whether discard_unit is section only when have CONFIG_BLK_DEV_ZONED
4d7e804f49a0 f2fs: fix to avoid mmap vs set_compress_option case
3a2cf76cfb8f media: i2c: rdacm21: Fix uninitialized value
86a41ad0128a media: ov2680: Fix regulators being left enabled on ov2680_power_on() errors
85fb0b963f2b media: ov2680: Fix ov2680_set_fmt() which == V4L2_SUBDEV_FORMAT_TRY not working
0790c0914059 media: ov2680: Add ov2680_fill_format() helper function
90fbf01c8080 media: ov2680: Don't take the lock for try_fmt calls
e0b6edf4a346 media: ov2680: Remove VIDEO_V4L2_SUBDEV_API ifdef-s
6d51cdf66b9f media: ov2680: Fix vflip / hflip set functions
7263c39fd711 media: ov2680: Fix ov2680_bayer_order()
ef9055e9a768 media: ov2680: Remove auto-gain and auto-exposure controls
9e6e509c08f6 media: i2c: ov2680: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flips
2b9d0a65d133 media: ov5640: Fix initial RESETB state and annotate timings
5074c70795d4 media: ov5640: Enable MIPI interface in ov5640_set_power_mipi()
a4cd2c3eff18 HID: input: Support devices sending Eraser without Invert
297992e5c635 drivers: base: Free devm resources when unregistering a device
66eb45e7d5fc USB: gadget: f_mass_storage: Fix unused variable warning
324da2f3ee73 USB: gadget: core: Add missing kerneldoc for vbus_work
365ce3f86bb1 docs: ABI: fix spelling/grammar in SBEFIFO timeout interface
c90182cffbff media: venus: hfi_venus: Only consider sys_idle_indicator on V1
d52509fdb29c media: go7007: Remove redundant if statement
0294e2475092 media: cec: core: add adap_unconfigured() callback
d6610151ae22 media: cec: core: add adap_nb_transmit_canceled() callback
6ced15ff1746 platform/x86: dell-sysman: Fix reference leak
45e3181d7995 iommu/vt-d: Fix to flush cache of PASID directory table
d9c47d2bf307 iommu/qcom: Disable and reset context bank before programming
a30f26dc3ad9 fsi: aspeed: Reset master errors after CFAM reset
d020963638f2 IB/uverbs: Fix an potential error pointer dereference
4dca13c30b9e RDMA/hns: Fix CQ and QP cache affinity
2368ce8cd5ad RDMA/hns: Fix inaccurate error label name in init instance
93c986805f4e RDMA/hns: Fix incorrect post-send with direct wqe of wr-list
c48b0b30ac92 RDMA/hns: Fix port active speed
117a1b903baf iommu/sprd: Add missing force_aperture
fadc62aa82d2 iommu/mediatek: Fix two IOMMU share pagetable issue
f81325a709dd iommu/mediatek: Remove unused "mapping" member from mtk_iommu_data
343ccde5ade7 extcon: cht_wc: add POWER_SUPPLY dependency
d3e075a3f099 kernfs: add stub helper for kernfs_generic_poll()
91a05d4c12ce driver core: Call dma_cleanup() on the test_remove path
58a3b87be681 driver core: test_async: fix an error code
636f5b8a6601 dma-buf/sync_file: Fix docs syntax
ae867cab6bc9 interconnect: qcom: qcm2290: Enable sync state
7e1476f27751 coresight: tmc: Explicit type conversions to prevent integer overflow
ee8f58b40e4a RDMA/irdma: Replace one-element array with flexible-array member
af6fd0b3bccf scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly
dd8ce1c9ff49 scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly
472f2497a4c8 scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly
70518f3aaf5a RDMA/rxe: Fix incomplete state save in rxe_requester
59a4f61feccf RDMA/rxe: Split rxe_run_task() into two subroutines
0ad56bf59dc3 x86/APM: drop the duplicate APM_MINOR_DEV macro
6d209ed70f9c serial: sprd: Fix DMA buffer leak issue
70f7513342f4 serial: sprd: Assign sprd_port after initialized to avoid wrong access
21608d2ba565 iio: accel: adxl313: Fix adxl313_i2c_id[] table
25feffb3fbd5 scsi: qla4xxx: Add length check when parsing nlattrs
1806edae979f scsi: be2iscsi: Add length check when parsing nlattrs
85b8c282d185 scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param()
bb8d101b835a scsi: iscsi: Add length check for nlattr payload
2737d82760ae scsi: iscsi: Rename iscsi_set_param() to iscsi_if_set_param()
bdc4f8f68171 scsi: RDMA/srp: Fix residual handling
67b02818e209 usb: phy: mxs: fix getting wrong state with mxs_phy_is_otg_host()
858322c409e0 media: mediatek: vcodec: fix resource leaks in vdec_msg_queue_init()
bdc00039fd1b media: mediatek: vcodec: fix potential double free
a356b60031d1 media: mediatek: vcodec: Return NULL if no vdec_fb is found
b4ee61e5a110 media: amphion: ensure the bitops don't cross boundaries
932d84a8a808 media: amphion: fix UNUSED_VALUE issue reported by coverity
60f6392bdede media: amphion: fix UNINIT issues reported by coverity
bddd678fd286 media: amphion: fix REVERSE_INULL issues reported by coverity
3930d62f5d7c media: amphion: fix CHECKED_RETURN issues reported by coverity
9ada33ee83dd media: rkvdec: increase max supported height for H.264
715c0200b480 media: mtk-jpeg: Fix use after free bug due to uncanceled work
62ea218a7e7f media: amphion: add helper function to get id name
745f40a96c7f media: amphion: reinit vpu if reqbufs output 0
6f0d0f5613d7 dt-bindings: extcon: maxim,max77843: restrict connector properties
dd0dadb93844 scsi: hisi_sas: Fix normally completed I/O analysed as failed
ab0719d7b6e4 scsi: hisi_sas: Fix warnings detected by sparse
79a1a8f83869 RDMA/siw: Fabricate a GID on tun and loopback devices
a96892a40fce media: cx24120: Add retval check for cx24120_message_send()
2b6e20ef0585 media: dvb-usb: m920x: Fix a potential memory leak in m920x_i2c_xfer()
323ee5fc980b media: dib7000p: Fix potential division by zero
90e0ea8e9b26 drivers: usb: smsusb: fix error handling code in smsusb_init_device
92e2dcf9412f iommu: rockchip: Fix directory table address encoding
13ed255248df iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbind
25afb3e03bf8 media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link()
aeb79a1778cb media: i2c: tvp5150: check return value of devm_kasprintf()
d7d47edf78c9 media: ad5820: Drop unsupported ad5823 from i2c_ and of_device_id tables
79e2cc5c4c10 media: ov5640: fix low resolution image abnormal issue
5643c936d1b8 RDMA/qedr: Remove a duplicate assignment in irdma_query_ah()
8199a46af2ea cgroup/cpuset: Inherit parent's load balance state in v2
590b45e5cd12 pNFS: Fix assignment of xprtdata.cred
4030ace74d8b NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQ
fdbc9637bf82 NFS: Guard against READDIR loop when entry names exceed MAXNAMELEN
6d08bd22fa29 NFSD: da_addr_body field missing in some GETDEVICEINFO replies
02a29a2455b0 fs: lockd: avoid possible wrong NULL parameter
f27f759f4cd4 jfs: validate max amount of blocks before allocation.
b648f5717581 ext4: fix unttached inode after power cut with orphan file feature enabled
f17d5efaafba powerpc/iommu: Fix notifiers being shared by PCI and VIO buses
e83f5e21089b powerpc/mpc5xxx: Add missing fwnode_handle_put()
4515f1676d8d powerpc/pseries: Fix hcall tracepoints with JUMP_LABEL=n
ebbfe48dd15f nfs/blocklayout: Use the passed in gfp flags
4c8568cf4c45 powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT
a5b6b008e358 powerpc: Don't include lppaca.h in paca.h
18d51547fe2f NFSv4.2: Fix READ_PLUS size calculations
fccdafa51de0 NFSv4.2: Fix up READ_PLUS alignment
5c47974263e8 NFSv4.2: Fix READ_PLUS smatch warnings
886959f425b6 NFSv4.2: Rework scratch handling for READ_PLUS
e12e13952b0c wifi: ath10k: Use RMW accessors for changing LNKCTL
811ec8bc68f3 wifi: ath11k: Use RMW accessors for changing LNKCTL
7f4c9c44d1b9 net/mlx5: Use RMW accessors for changing LNKCTL
433330fb1296 drm/radeon: Use RMW accessors for changing LNKCTL
a0f0daf60bc1 drm/amdgpu: Use RMW accessors for changing LNKCTL
ed6483fac428 powerpc/perf: Convert fsl_emb notifier to state machine callbacks
1d58a9246989 powerpc/fadump: reset dump area size if fadump memory reserve fails
ab8094db59e1 nvdimm: Fix dereference after free in register_nvdimm_pmu()
500a6ff9c2a8 nvdimm: Fix memleak of pmu attr_groups in unregister_nvdimm_pmu()
f6f300ecc196 vfio/type1: fix cap_migration information leak
aae5a866d397 powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE
dd9241fc4b19 clk: imx: composite-8m: fix clock pauses when set_rate would be a no-op
cc7e04d7ff92 clk: imx8mp: fix sai4 clock
fcaf148b20f0 clk: imx: imx8ulp: update SPLL2 type
e1139dea2c02 clk: imx: pllv4: Fix SPLL2 MULT range
402e73f64597 clk: qcom: gcc-sm8450: Use floor ops for SDCC RCGs
6c88c9d9c630 PCI/ASPM: Use RMW accessors for changing LNKCTL
952da7c6e199 PCI: pciehp: Use RMW accessors for changing LNKCTL
f2d7da8fafed PCI: Add locking to RMW PCI Express Capability Register accessors
3108f7c78884 PCI: Allow drivers to request exclusive config regions
8a5e87f9e93c pinctrl: mcp23s08: check return value of devm_kasprintf()
8562df72cff2 PCI: Mark NVIDIA T4 GPUs to avoid bus reset
f3229c9cb634 PCI: microchip: Correct the DED and SEC interrupt bit offsets
9daefd22756e clk: qcom: gcc-sm6350: Fix gcc_sdcc2_apps_clk_src
a1801d14a891 clk: qcom: reset: Use the correct type of sleep/delay based on length
a4ff4b54f388 kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()
fef33ca5e28c kvm/vfio: Prepare for accepting vfio device fd
cc16a50d5088 clk: qcom: gcc-sm8250: Fix gcc_sdcc2_apps_clk_src
e0f5698757ab ext4: avoid potential data overflow in next_linear_group
772ca4bc1d0d ext4: correct grp validation in ext4_mb_good_group
d5fc7d681320 EDAC/igen6: Fix the issue of no error events
8f43c4000cdf clk: qcom: gcc-sc7180: Fix up gcc_sdcc2_apps_clk_src
d1a5f22abab4 clk: sunxi-ng: Modify mismatched function name
d96799ee3b78 PCI/DOE: Fix destroy_work_on_stack() race
4a43285900cd drivers: clk: keystone: Fix parameter judgment in _of_pll_clk_init()
d96da888dcd7 PCI: qcom-ep: Switch MHI bus master clock off during L1SS
c53d53006d7f PCI: apple: Initialize pcie->nvecs before use
7618133eda26 clk: rockchip: rk3568: Fix PLL rate setting for 78.75MHz
eb613f81d034 clk: qcom: gcc-sc8280xp: Add missing GDSCs
57fc62c50690 dt-bindings: clock: qcom,gcc-sc8280xp: Add missing GDSCs
06d3a7e03c61 clk: qcom: gcc-sc8280xp: Add missing GDSC flags
747848b4afea clk: qcom: gcc-sc8280xp: Add EMAC GDSCs
9cba16beca66 clk: qcom: gpucc-sm6350: Fix clock source names
6ace98cb617b clk: qcom: gpucc-sm6350: Introduce index-based clk lookup
74a1194cce60 ipmi:ssif: Fix a memory leak when scanning for an adapter
2e7d90a81b9c ipmi:ssif: Add check for kstrdup
abbd28d04c36 ALSA: ac97: Fix possible error value of *rac97
53996463f8c3 of: unittest: Fix overlay type in apply/revert check
3fb210cd521c of: overlay: Call of_changeset_init() early
b13b0c84a4af ASoC: SOF: amd: clear dsp to host interrupt status
c4b06324fc44 md: raid0: account for split bio in iostat accounting
cc54fa43de67 md/raid0: Fix performance regression for large sequential writes
cd1dd83888d7 md/raid0: Factor out helper for mapping and submitting a bio
c227aa141660 md: add error_handlers for raid0 and linear
bc82cd1e7ff2 firmware: cs_dsp: Fix new control name check
711fb9260620 md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid()
ac9e103f282a md/raid5-cache: fix a deadlock in r5l_exit_log()
26bf790b8e99 bus: ti-sysc: Fix cast to enum warning
5abfee5e4076 arm64: dts: qcom: sc8280xp-x13s: Unreserve NC pins
b386c3e16956 arm64: dts: qcom: msm8996: Fix dsi1 interrupts
c6035ee015b9 arm64: dts: qcom: msm8998: Add missing power domain to MMSS SMMU
cab4cdb2a4bd arm64: dts: qcom: msm8998: Drop bus clock reference from MMSS SMMU
67b4726cb87e arm64: dts: qcom: apq8016-sbc: Fix ov5640 regulator supply names
867aa88c9efa drm/mediatek: Fix potential memory leak if vmap() fail
1e47d1ac20e3 ARM: dts: qcom: ipq4019: correct SDHCI XO clock
4d6a25792fc1 drm/mediatek: Remove freeing not dynamic allocated memory
635051576f0e bus: ti-sysc: Fix build warning for 64-bit build
b625a6eaf2bf drm/mediatek: dp: Add missing error checks in mtk_dp_parse_capabilities
0c323430e470 io_uring: fix drain stalls by invalid SQE
9183c4fe9141 block/mq-deadline: use correct way to throttling write requests
9ca08adb75fb audit: fix possible soft lockup in __audit_inode_child()
607eda339b60 drm/msm/a2xx: Call adreno_gpu_init() earlier
f27dff881f0b drm/amd/pm: fix variable dereferenced issue in amdgpu_device_attr_create()
d41ceafe3d24 smackfs: Prevent underflow in smk_set_cipso()
d1994bb5947c drm/msm/dpu: fix the irq index in dpu_encoder_phys_wb_wait_for_commit_done
bd3a6b6d5dd8 firmware: meson_sm: fix to avoid potential NULL pointer dereference
2965015006ef drm/msm/mdp5: Don't leak some plane state
0cd481c27b03 soc: qcom: smem: Fix incompatible types in comparison
3b1f1999a300 drm: xlnx: zynqmp_dpsub: Add missing check for dma_set_mask
9b372d2fdc44 ima: Remove deprecated IMA_TRUSTED_KEYRING Kconfig
92eaa1840301 drm/panel: simple: Add missing connector type and pixel format for AUO T215HVN01
4174f889c4c1 drm/repaper: Reduce temporary buffer size in repaper_fb_dirty()
d544c89bb1cd drm/armada: Fix off-by-one error in armada_overlay_get_property()
0ef736fec614 ARM: dts: BCM53573: Fix Tenda AC9 switch CPU port
976eca4cbd37 arm64: dts: qcom: sm8150: Fix the I2C7 interrupt
43cc228099c5 of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()
4ab834ff9fbf drm/tegra: dpaux: Fix incorrect return value of platform_get_irq
508383dc278c drm/msm: Update dev core dump to not print backwards
f9b9c6b0d451 md/md-bitmap: hold 'reconfig_mutex' in backlog_store()
e970bc3828b7 md/md-bitmap: remove unnecessary local variable in backlog_store()
3829cb3caeda md/raid10: use dereference_rdev_and_rrdev() to get devices
27acd8c13183 md/raid10: factor out dereference_rdev_and_rrdev()
097f30f0cef8 md: restore 'noio_flag' for the last mddev_resume()
835cbfebc1c5 md: Change active_io to percpu
3db392257008 md: Factor out is_md_suspended helper
8dcc23191a6d drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl'
13f5c43e0921 arm64: dts: qcom: msm8996-gemini: fix touchscreen VIO supply
5ccd294df265 arm64: dts: qcom: sdm845: Fix the min frequency of "ice_core_clk"
4aaced381c69 arm64: dts: qcom: sdm845: Add missing RPMh power domain to GCC
a80621bb23dc ARM: dts: BCM53573: Fix Ethernet info for Luxul devices
b9fa4e10b5cf drm: adv7511: Fix low refresh rate register for ADV7533/5
1a7314734743 ARM: dts: samsung: s5pv210-smdkv210: correct ethernet reg addresses (split)
9a91a5466ab1 ARM: dts: s5pv210: add dummy 5V regulator for backlight on SMDKv210
4e184a73203c ARM: dts: samsung: s3c6410-mini6410: correct ethernet reg addresses (split)
075ee661ba67 drm/bridge: anx7625: Use common macros for HDCP capabilities
ba1ca2cf4d00 drm/bridge: anx7625: Use common macros for DP power sequencing commands
d309b170ea70 x86/mm: Fix PAT bit missing from page protection modify mask
00c0b2825bb5 block: don't allow enabling a cache on devices that don't support it
e5e0ec8ff160 block: cleanup queue_wc_store
7db90dd1c5a4 drm/etnaviv: fix dumping of active MMU context
800bf8a2226e arm64: tegra: Fix HSUART for Smaug
ee5e1d6480ef arm64: dts: qcom: pmi8994: Add missing OVP interrupt
31fe89ccf5a0 arm64: dts: qcom: pm660l: Add missing short interrupt
cd1ba241d21e arm64: dts: qcom: pm6150l: Add missing short interrupt
6fd913f0f63f arm64: dts: qcom: sm8250-sony-xperia: correct GPIO keys wakeup again
0f0e6963705a arm64: tegra: Fix HSUART for Jetson AGX Orin
f5ff6897094f ARM: dts: BCM53573: Use updated "spi-gpio" binding properties
ab5154ae26c4 ARM: dts: BCM53573: Add cells sizes to PCIe node
ee1d740374aa ARM: dts: BCM53573: Drop nonexistent #usb-cells
fd28ce30b525 drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar()
1f3b03863ef5 firmware: ti_sci: Use system_state to determine polling
0765a80c160d ARM: dts: stm32: Add missing detach mailbox for DHCOM SoM
e3c7b7ce7cd6 ARM: dts: stm32: Update to generic ADC channel binding on DHSOM systems
9d77a7fc5d04 ARM: dts: stm32: Add missing detach mailbox for Odyssey SoM
c0929f2bbd68 ARM: dts: stm32: YAML validation fails for Odyssey Boards
aa72079a1952 ARM: dts: stm32: Add missing detach mailbox for emtrion emSBC-Argon
0746cab4768d ARM: dts: stm32: adopt generic iio bindings for adc channels on emstamp-argon
a5274a79ef3a ARM: dts: stm32: YAML validation fails for Argon Boards
e62c091b6dfa ARM: dts: stm32: Rename mdio0 to mdio
e8d6e54daf1a arm64: dts: qcom: sm8250: Mark PCIe hosts as DMA coherent
c755b194d793 arm64: dts: qcom: pmk8350: fix ADC-TM compatible string
5aa1969ce7c4 arm64: dts: qcom: pmr735b: fix thermal zone name
de4688dcc0f6 arm64: dts: qcom: pm8350b: fix thermal zone name
0f52060fa1db arm64: dts: qcom: pm8350: fix thermal zone name
8fd3533f4bce arm64: dts: qcom: sm8350: Use proper CPU compatibles
db336dcb0127 arm64: dts: qcom: sm8350: Add missing LMH interrupts to cpufreq
0c32fba73549 arm64: dts: qcom: sm8350: Fix CPU idle state residency times
c97633eaf571 arm64: dts: qcom: sdm845-tama: Set serial indices and stdout-path
8622340505dc arm64: dts: qcom: msm8996: Add missing interrupt to the USB2 controller
82c3d3490b6b arm64: dts: qcom: sc8280xp: Add missing SCM interconnect
e5bf98ceac1e arm64: dts: qcom: sc8280xp-crd: Correct vreg_misc_3p3 GPIO
4c7477d0daaa arm64: dts: qcom: sm8250-edo: Rectify gpio-keys
7852d207882c arm64: dts: qcom: sm8250-edo: Add GPIO line names for PMIC GPIOs
4a36d16cdf3c arm64: dts: qcom: sm8250-edo: Add gpio line names for TLMM
537346ff2a60 arm64: dts: qcom: msm8916-l8150: correct light sensor VDDIO supply
d244c92988ab arm64: dts: qcom: sm8250: correct dynamic power coefficients
e2040c110138 arm64: dts: qcom: sm6350: Fix ZAP region
ba7ff6085b80 soc: qcom: ocmem: Fix NUM_PORTS & NUM_MACROS macros
fb4a774a6627 soc: qcom: ocmem: Add OCMEM hardware version print
7bdeb7679f4c ASoC: stac9766: fix build errors with REGMAP_AC97
c2c6dfc04237 drm/hyperv: Fix a compilation issue because of not including screen_info.h
a9fa161b8356 drm/amd/display: Do not set drr on pipe commit
3027e200dd58 quota: fix dqput() to follow the guarantees dquot_srcu should provide
d57af071cf40 quota: add new helper dquot_active()
fdcc50d506f3 quota: rename dquot_active() to inode_quota_active()
622789ebe197 quota: factor out dquot_write_dquot()
25193037e083 ASoC: cs43130: Fix numerator/denominator mixup
aa449fa41e10 drm/bridge: tc358764: Fix debug print parameter order
45107f9ca863 netrom: Deny concurrent connect().
a1e820fc7808 net/sched: sch_hfsc: Ensure inner classes have fsc curve
85da5ec0681e sfc: Check firmware supports Ethernet PTP filter
ea701e0eba7e cteonxt2-pf: Fix backpressure config for multiple PFC priorities to work simultaneously
1b7f266e0219 octeontx2-pf: Fix PFC TX scheduler free
80de42d9af97 octeontx2-pf: Refactor schedular queue alloc/free calls
23a7b872898b hwmon: (tmp513) Fix the channel number in tmp51x_is_visible()
8b2fb4b671b3 mlxsw: core_hwmon: Adjust module label names based on MTCAP sensor counter
6406a95c4a5e mlxsw: i2c: Limit single transaction buffer size
2fc240094031 mlxsw: i2c: Fix chunk size setting in output mailbox buffer
ec9538da6ce4 net: arcnet: Do not call kfree_skb() under local_irq_disable()
cb09afe905cb ice: avoid executing commands on other ports when driving sync
90e7778660c9 wifi: ath9k: use IS_ERR() with debugfs_create_dir()
4a8fadcf3748 arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()
a33ae132eec2 Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave()
7e7197e4d6a1 wifi: mwifiex: avoid possible NULL skb pointer dereference
7930fa4ca871 mac80211: make ieee80211_tx_info padding explicit
4381d6083254 wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color attribute
4c340bfddce6 wifi: ath9k: protect WMI command response buffer replacement with a lock
8ba31f946a6d wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rx
7984c381bbc1 samples/bpf: fix broken map lookup probe
c813db76bc15 samples/bpf: fix bio latency check with tracepoint
ef67f3a959a7 ARM: dts: Add .dts files missing from the build
cde525d61178 wifi: mwifiex: Fix missed return in oob checks failed path
84081b4baafb wifi: mwifiex: fix memory leak in mwifiex_histogram_read()
9257a1d6f272 net: annotate data-races around sk->sk_lingertime
844d60cc5efc fs: ocfs2: namei: check return value of ocfs2_add_entry()
a485a4bd8238 lwt: Check LWTUNNEL_XMIT_CONTINUE strictly
065d5f17096e lwt: Fix return values of BPF xmit ops
0159a21b9d8e hwrng: iproc-rng200 - Implement suspend and resume calls
92651ce45ba1 crypto: caam - fix unchecked return value error
841d2fffd09f ice: ice_aq_check_events: fix off-by-one check when filling buffer
0f50641222f5 net-memcg: Fix scope of sockmem pressure indicators
8d61adfb5918 selftests/bpf: Clean up fmod_ret in bench_rename test script
eafa3465c8d9 selftests/bpf: Fix repeat option when kfunc_call verification fails
d6702008fc9c net: tcp: fix unexcepted socket die when snd_wnd is 0
81d8e9f59df6 Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()
bd39b5524047 Bluetooth: hci_sync: Don't double print name in add/remove adv_monitor
94617b736c25 Bluetooth: Fix potential use-after-free when clear keys
9246d9310cd6 Bluetooth: nokia: fix value check in nokia_bluetooth_serdev_probe()
c4cb61c5f976 crypto: api - Use work queue in crypto_destroy_instance
501f77cfce8a crypto: stm32 - Properly handle pm_runtime_get failing
6fc09c8d765e kbuild: rust_is_available: fix confusion when a version appears in the path
4f8c55ae5d58 kbuild: rust_is_available: add check for `bindgen` invocation
bb15fb4e497e kbuild: rust_is_available: fix version check when CC has multiple arguments
6c7182b9c87e kbuild: rust_is_available: remove -v option
90978b2ff422 selftests/bpf: fix static assert compilation issue for test_cls_*.c
c015029dfc89 wifi: mwifiex: fix error recovery in PCIE buffer descriptor management
3975e21d4d01 wifi: mwifiex: Fix OOB and integer underflow when rx packets
49b6db89ab28 wifi: mt76: mt7915: fix power-limits while chan_switch
2dd5c7f4200a can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in case of OOM
ce60bfc24c88 spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra_sflash_probe()
f5f7aa2b6b8f wifi: mt76: testmode: add nla_policy for MT76_TM_ATTR_TX_LENGTH
c0ce0fb76610 bpf: reject unhashed sockets in bpf_sk_assign
99331d7c6ee2 udp: re-score reuseport groups when connected sockets are present
328b85e7b14f wifi: mt76: mt7921: fix non-PSC channel scan fail
6bf4ccafb356 wifi: rtw89: debug: Fix error handling in rtw89_debug_priv_btc_manual_set()
39a6b4bbc573 regmap: rbtree: Use alloc_flags for memory allocations
684431894e06 hwrng: pic32 - use devm_clk_get_enabled
79a8ea5bf421 hwrng: nomadik - keep clock enabled while hwrng is registered
73d97508ab11 tcp: tcp_enter_quickack_mode() should be static
01964c630824 crypto: qat - change value of default idle filter
912310dd841b bpf: Fix an error in verifying a field in a union
780f072f4fad bpf: Clear the probe_addr for uprobe
0cfbadb15351 libbpf: Fix realloc API handling in zero-sized edge cases
fc7ed36a31b1 bpftool: Use a local bpf_perf_event_value to fix accessing its fields
0b20dc1edd88 bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.c
840c64d96e39 bpftool: Define a local bpf_perf_link to fix accessing its fields
4d5f00b2fa2c bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookie
010c6a02e6e1 selftests/bpf: Fix bpf_nf failure upon test rerun
6f2b84248bab cpufreq: powernow-k8: Use related_cpus instead of cpus in driver.exit()
91f76271ec43 x86/efistub: Fix PCI ROM preservation in mixed mode
fcf78a17bbb9 cpufreq: amd-pstate-ut: Fix kernel panic when loading the driver
14920fb907f0 cpufreq: amd-pstate-ut: Remove module parameter access
7da6250d2967 thermal/of: Fix potential uninitialized value access
7c7093256806 ACPI: x86: s2idle: Fix a logic error parsing AMD constraints table
a99f32b81ca1 ACPI: x86: s2idle: Post-increment variables when getting constraints
8ee6d04ef24b irqchip/loongson-eiointc: Fix return value checking of eiointc_index
14e37e08b4e1 s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobs
f326e37a210e s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributes
f98ea9abc1f7 s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_GENSECK2 IOCTL
87d452a076d1 s390/pkey: fix/harmonize internal keyblob headers
7d31730c5d81 selftests/futex: Order calls to futex_lock_pi
048d1a8b9da8 perf/imx_ddr: don't enable counter0 if none of 4 counters are used
5fce29ab20cb sched/rt: Fix sysctl_sched_rr_timeslice intial value
dfadde169774 arm64/fpsimd: Only provide the length to cpufeature for xCR registers
8efd0420290e arm64/sme: Don't use streaming mode to probe the maximum SME VL
1d9a735d4e45 x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved
be361e5ec4b2 sched/psi: Select KERNFS as needed
287aeeb731e9 arm64/ptrace: Clean up error handling path in sve_set_common()
9d8f66d6de83 selftests/resctrl: Close perf value read fd on errors
f046a88cbadd selftests/resctrl: Unmount resctrl FS if child fails to run benchmark
d4b1f43944c5 selftests/resctrl: Don't leak buffer in fill_cache()
1051a1c5dd26 selftests/resctrl: Add resctrl.h into build deps
5d343b49078d OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd()
e0322a255a22 refscale: Fix uninitalized use of wait_queue_head_t
085fe4323841 ARM: ptrace: Restore syscall skipping for tracers
916ca8192201 ARM: ptrace: Restore syscall restart tracing
ed134f284b4e vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
1cdf51b4e5ef selftests/harness: Actually report SKIP for signal tests
c13e6edbad1a tmpfs: verify {g,u}id mount options correctly
254c396da3a2 iomap: Remove large folio handling in iomap_invalidate_folio()
b553ac4894e7 fs: Fix error checking for d_hash_and_lookup()
e12214c7ad13 eventfd: prevent underflow for eventfd semaphores
9720f894286e reiserfs: Check the return value from __getblk()
0c7e6ff75e6c tools/resolve_btfids: Fix setting HOSTCFLAGS
1ad863e91af8 tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targets
a2a9f5bcccab tools/resolve_btfids: Tidy HOST_OVERRIDES
b3f1d78c672e tools/resolve_btfids: Compile resolve_btfids as host program
833a654b510b tools/resolve_btfids: Alter how HOSTCC is forced
2457021a4f07 tools/resolve_btfids: Install subcmd headers
d35187340a8a tools/resolve_btfids: Use pkg-config to locate libelf
05026e944bd2 tools lib subcmd: Add dependency test to install_headers
424fd5693246 tools lib subcmd: Make install_headers clearer
a07388d1a773 tools lib subcmd: Add install target
b9c54fd37668 Revert "net: macsec: preserve ingress frame ordering"
786e09ae59f0 Revert "PCI: tegra194: Enable support for 256 Byte payload"
f725ae7f0e2b Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PN
b990ac56447c udf: Handle error when adding extent to a file
6ac8f2c8362a udf: Check consistency of Space Bitmap Descriptor
7ac1467f9472 drm/amd/display: ensure async flips are only accepted for fast updates
8f965b5b525d net: Avoid address overwrite in kernel_connect
8c737d950c2b KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pages
45e3dfbf0e0c KVM: x86/mmu: Use kstrtobool() instead of strtobool()
181831df9de8 tpm: Enable hwrng only for Pluton on AMD CPUs
9c8dab18f830 crypto: rsa-pkcs1pad - Use helper to set reqsize
63f1117db590 cpufreq: intel_pstate: set stale CPU frequency to minimum
c50fdd533448 of: property: Simplify of_link_to_phandle()
8f647ac91a22 platform/mellanox: Fix mlxbf-tmfifo not handling all virtio CONSOLE notifications
10f358cd4b0e tracing: Introduce pipe_cpumask to avoid race on trace_pipes
41103f7f688a net: sfp: handle 100G/25G active optical cables in sfp_parse_support
f24681b8162b ALSA: seq: oss: Fix racy open/close of MIDI devices
ab5c5c10d066 LoongArch: Fix the write_fcsr() macro
9920a52362a0 LoongArch: Let pmd_present() return true when splitting pmd
790587097c01 scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback path
1a7f80f33a59 scsi: storvsc: Always set no_report_opcodes
7d1ac3c2eb70 scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinity
dcfd75bca8cf sctp: handle invalid error codes without calling BUG()
fbd3ae6997fb cifs: fix max_credits implementation
8a424afa08c5 cifs: fix sockaddr comparison in iface_cmp
ea13eff14ef2 bnx2x: fix page fault following EEH recovery
179b9b062fe8 netlabel: fix shift wrapping bug in netlbl_catmap_setlong()
78ef22febd68 wifi: mac80211: Use active_links instead of valid_links in Tx
41b446e4904a wifi: cfg80211: remove links only on AP
5251c835324b drm/amdgpu: Match against exact bootloader status
f20bee49dc2a net: hns3: restore user pause configure when disable autoneg
c61d10461279 scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lock
24d9cc933597 scsi: lpfc: Remove reftag check in DIF paths
c70b9758eebe platform/x86/amd/pmf: Fix unsigned comparison with less than zero
acf4ec3b4244 idmaengine: make FSL_EDMA and INTEL_IDMA64 depends on HAS_IOMEM
59c4b9a2caf4 powerpc/powermac: Use early_* IO variants in via_calibrate_decr()
54d3fba7d8c5 wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1()
71f5a7f1745c net: usb: qmi_wwan: add Quectel EM05GV2
a2b5a9654a1d net: annotate data-races around sk->sk_{rcv|snd}timeo
94515e9aa84c net: dsa: microchip: KSZ9477 register regmap alignment to 32 bit boundaries
848477e08391 Revert "wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12"
51edd7383b1e vmbus_testing: fix wrong python syntax for integer value comparison
98f933716a52 clk: fixed-mmio: make COMMON_CLK_FIXED_MMIO depend on HAS_IOMEM
473a55cfc131 kprobes: Prohibit probing on CFI preamble symbol
896e9e57784c security: keys: perform capable check only on privileged operations
0ffed24af577 staging: fbtft: ili9341: use macro FBTFT_REGISTER_SPI_DRIVER
55954eea708f ALSA: usb-audio: Update for native DSD support quirks
d676d02be8e2 ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()
fbf4048d8fba ovl: Always reevaluate the file signature for IMA
ae1cb9656ef4 drm/amd/display: Exit idle optimizations before attempt to access PHY
faa77cf5f28f drm/amd/display: Guard DCN31 PHYD32CLK logic against chip family
d7b1aa3e2098 drm/amd/smu: use AverageGfxclkFrequency* to replace previous GFX Curr Clock
7c2d13fb9bab platform/x86: huawei-wmi: Silence ambient light sensor
5c5628287bac platform/x86: asus-wmi: Fix setting RGB mode on some TUF laptops
aeee50c15291 platform/x86: think-lmi: Use kfree_sensitive instead of kfree
dea41980d793 platform/x86/intel/hid: Add HP Dragonfly G2 to VGBS DMI quirks
7d0f7924ef61 platform/x86: intel: hid: Always call BTNL ACPI method
eb54ad1ed620 ALSA: usb-audio: Add quirk for Microsoft Modern Wireless Headset
9c1263320163 ASoC: atmel: Fix the 8K sample parameter in I2SC master
2e780a9f4ac1 ASoC: rt711-sdca: fix for JD event handling in ClockStop Mode0
a1fbf45a24d3 ASoC: rt711: fix for JD event handling in ClockStop Mode0
82e17577b66f ASoc: codecs: ES8316: Fix DMIC config
10999df817cb ASoC: rt5682-sdw: fix for JD event handling in ClockStop Mode0
952af5cfd5b4 fs/nls: make load_nls() take a const parameter
d28f76be7952 s390/dasd: fix hanging device after request requeue
d563f679a268 s390/dasd: use correct number of retries for ERP requests
a41f2f6aff5e m68k: Fix invalid .section syntax
328fcde050ff ethernet: atheros: fix return value check in atl1c_tso_csum()
0f7b43a5776b ASoC: nau8821: Add DMI quirk mechanism for active-high jack-detect
eb746c4750a8 ASoC: da7219: Check for failure reading AAD IRQ events
3c59ad8d6e8e ASoC: da7219: Flush pending AAD IRQ when suspending
330d900620df ksmbd: fix out of bounds in init_smb2_rsp_hdr()
99a2426b135e ksmbd: no response from compound read
becb5191d1d5 ksmbd: validate session id and tree id in compound request
9776024ee06b ksmbd: fix out of bounds in smb3_decrypt_req()
513eac8b8530 9p: virtio: make sure 'offs' is initialized in zc_request
05d88512e833 9p: virtio: fix unlikely null pointer deref in handle_rerror
72c90ebb2dc5 media: pci: cx23885: fix error handling for cx23885 ATSC boards
eb3c2b3519bf media: pulse8-cec: handle possible ping error
0b6e7170ccdf media: amphion: use dev_err_probe
026e918b3670 phy: qcom-snps-femto-v2: use qcom_snps_hsphy_suspend/resume error code
2981ff271d52 Revert "MIPS: unhide PATA_PLATFORM"
b60802573357 media: uapi: HEVC: Add num_delta_pocs_of_ref_rps_idx field
36148a9b144c powerpc/boot: Disable power10 features after BOOTAFLAGS assignment
4e005f5dd5b0 ALSA: hda/realtek: Enable 4 amplifiers instead of 2 on a HP platform
f4bd9a43152e ARM: dts: imx: Set default tuning step for imx7d usdhc
7f483ce4699a Revert "Revert drm/amd/display: Enable Freesync Video Mode by default"
6ab081571f6a scsi: ufs: Try harder to change the power mode
9fc3adc6d0fe Partially revert "drm/amd/display: Fix possible underflow for displays with large vblank"
918639847212 Revert "bridge: Add extack warning when enabling STP in netns."
(From OE-Core rev: 3f3be3181f78355cfd2c2626f3188c5c1b8c7bc2)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f4a68ccbd2d4cf3209328e6a800aa9fbaadca172)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
59b13c2b647e Linux 6.1.52
4a6284a2fc63 pinctrl: amd: Don't show `Invalid config param` errors
7bec12fa9813 usb: typec: tcpci: clear the fault status bit
4da07e958bfd nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse
fdbfc54d5399 nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()
689561db6869 dt-bindings: sc16is7xx: Add property to change GPIO function
dca7c9965141 tcpm: Avoid soft reset when partner does not support get_status
a1fc0096921c fsi: master-ast-cf: Add MODULE_FIRMWARE macro
b5c7bc370e03 firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe
b7366429626e serial: sc16is7xx: fix bug when first setting GPIO direction
682f9b944374 serial: sc16is7xx: fix broken port 0 uart init
4b3de7d2f869 serial: qcom-geni: fix opp vote on shutdown
1cd102aaedb2 wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU
74ceef6e6925 wifi: mt76: mt7921: do not support one stream on secondary antenna only
179c65828593 Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition
86b818e2495d staging: rtl8712: fix race condition
bd69537c1a2c HID: wacom: remove the battery when the EKR is off
48729a1d2a7a usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0
c564d4f91a0c usb: dwc3: meson-g12a: do post init to fix broken usb after resumption
bfc4ccc0bcae ALSA: usb-audio: Fix init call orders for UAC1
69d9330f2eff USB: serial: option: add FOXCONN T99W368/T99W373 product
34f396f7abd0 USB: serial: option: add Quectel EM05G variant (0x030e)
5d0fe30be4e2 modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules
36231e2c4ebd rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff
915219699da1 net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index
4dab89cccd8c mmc: au1xmmc: force non-modular build and remove symbol_get usage
ac6fa0e04be0 ARM: pxa: remove use of symbol_get()
cf859267e639 ksmbd: reduce descriptor size if remaining bytes is less than request size
d070c4dd2a5b ksmbd: replace one-element array with flex-array member in struct smb2_ea_info
30fd6521b2fb ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()
7d8855fd849d ksmbd: fix wrong DataOffset validation of create context
1ce9ebc96eda erofs: ensure that the post-EOF tails are all zeroed
(From OE-Core rev: 3dc84243cfb11df1e483568093b2214d15f99e5d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9be500bb695d0c6f863397d2f4b17d505427001a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://github.com/openssl/openssl/blob/openssl-3.1/NEWS.md#major-changes-between-openssl-312-and-openssl-313-19-sep-2023
Major changes between OpenSSL 3.1.2 and OpenSSL 3.1.3 [19 Sep 2023]
* Fix POLY1305 MAC implementation corrupting XMM registers on Windows (CVE-2023-4807)
(From OE-Core rev: 99e40cd72c73363fd1a1094106f90092d5d79c3a)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
New stable GnuPG release: version 2.4.3. This version fixes some minor bugs and
improves the performance on Windows.
(From OE-Core rev: e0641f1ff96e7f3835bde0196ea8d4d3a734f0f2)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0c2365540ae61fe6fab61fb076ddb976ca26ce47)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This release only contains bugfixes and security fixes.
Highlighted bugfixes in 1.22.6:
Security fixes for the MXF demuxer and H.265 video parser
Fix latency regression in H.264 hardware decoder base class
androidmedia: fix HEVC codec profile registration and fix coded_data handling
decodebin3: fix switching from a raw stream to an encoded stream
gst-inspect: prettier and more correct signal and action signals printing
rtmp2: Allow NULL flash version, omitting the field, for better RTMP server compatibility
rtspsrc: better compatibility with buggy RTSP servers that don't set a clock-rate
rtpjitterbuffer: fix integer overflow that led to more packets being declared lost than have been lost
v4l2: fix video encoding regression on RPi and fix support for left and top padding
waylandsink: Crop surfaces to their display width height
cerbero: recognise Manjaro; add Rust support for MSVC ARM64; cmake detection fixes
various bug fixes, build fixes, memory leak fixes, and other stability and reliability improvements
https://nvd.nist.gov/vuln/detail/CVE-2023-40474
https://nvd.nist.gov/vuln/detail/CVE-2023-40475
https://nvd.nist.gov/vuln/detail/CVE-2023-40476
https://gstreamer.freedesktop.org/releases/1.22/#1.22.6
(From OE-Core rev: f481d973d7f942f8a9492cd71985bd1d428ac59a)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Allow time comparisons to be made regardless of where the script was run.
(From OE-Core rev: aa90e5ea1fe77c97e5915e5e9a69bbd0b9461d09)
Signed-off-by: Yuta Hayama <hayama@lineo.co.jp>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 018e74f2ce0b1a4c0614c99bc19f07f787d61123)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some tests hardcode assumptions on locales, which may not be present in
musl systems e.g., therefore add a way to skip such tests using -skip
option.
Skip unixInit-3* test on musl
(From OE-Core rev: c6f4728d4e483067e353e91f5fb20ed552e6c911)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit fa66f1cee2d88c2276442e8b4aaeccde5490f9ea)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Disable neon if the machine does not support it.
(From OE-Core rev: 866d3ca22ca30bff9d7b85b87387f40b59d60113)
Signed-off-by: Benjamin Bara <benjamin.bara@skidata.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0c3a6a74531d3860a3849a1f53f6709d6a0e88a5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Disable neon if the machine does not support it. --enable-fat also
includes the neon assembler code, therefore also disable it.
(From OE-Core rev: 9a0c8796cc5788a88b3e4fea50de130185b11a18)
Signed-off-by: Benjamin Bara <benjamin.bara@skidata.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 768c6bb46e1cc4a1d8c12c6f30408bb821ec4534)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Disable neon if the machine does not support it.
(From OE-Core rev: dfc65be35a38bc84134aa7d9e3483b1e00b95729)
Signed-off-by: Benjamin Bara <benjamin.bara@skidata.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9ea1a98bcfe30a46898765e41e0fc9ebb0086738)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Debian 12 no longer supports replacing dash with bash as default shell.
Therefore to achieve compatibility with Debian 12, all bashisms need
to be removed.
Shell comparison via == gives an error with dash and thus the condition
is always false.
(From OE-Core rev: f842d8a9dc2d785e75981ce009e68227796135be)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3723b26f82219ff71823335d550dbf29086d63d4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add zstd LTO support for target and nativesdk compiler.
This also brings gcc into sync with gcc-cross.
% x86_64-oe-linux-gcc -v
[...]
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.0 (GCC)
% x86_64-oesdk-linux-gcc -v
[...]
Supported LTO compression algorithms: zlib
gcc version 12.2.0 (GCC)
(From OE-Core rev: fdabb7a54bb994d3680c410c8a46eed30e23ec47)
Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
c2cbfe5f5122 Linux 6.1.51
ae0188f9c2a8 thunderbolt: Fix a backport error for display flickering issue
583a8426abb3 kallsyms: Fix kallsyms_selftest failure
5d54040e9d57 io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc
fff21bc26bbd parisc: sys_parisc: parisc_personality() is called from asm code
e8ac4be71701 parisc: Cleanup mmap implementation regarding color alignment
b3d099df68de lockdep: fix static memory detection even more
1cb79e7e0572 ARM: module: Use module_init_layout_section() to spot init sections
8d99105d6a10 arm64: module: Use module_init_layout_section() to spot init sections
42efdb3531ab arm64: module-plts: inline linux/moduleloader.h
207e228bf1f3 module: Expose module_init_layout_section()
b0dc0aac2085 ACPI: thermal: Drop nocrt parameter
(From OE-Core rev: 9d0c26e3ac58c9c8d9e5bad8e3bff97f8dcdd507)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ade4bf6b95aca4c168c3d33c2bcfc429f41d49b8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
a2943d2d9a00 Linux 6.1.50
19641b979b24 ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG
9d5a3b4aee11 maple_tree: disable mas_wr_append() when other readers are possible
936cf79649e0 ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ
d10ab996bd5c gpio: sim: pass the GPIO device's software node to irq domain
3c839f8332df gpio: sim: dispose of irq mappings before destroying the irq_sim domain
3282e79a85c1 dma-buf/sw_sync: Avoid recursive lock during fence signal
6ed06b94f683 pinctrl: renesas: rza2: Add lock around pinctrl_generic{{add,remove}_group,{add,remove}_function}
3fb1b959af17 pinctrl: renesas: rzv2m: Fix NULL pointer dereference in rzv2m_dt_subnode_to_map()
4a75bf3f6f4f pinctrl: renesas: rzg2l: Fix NULL pointer dereference in rzg2l_dt_subnode_to_map()
0ba9a242a6b3 clk: Fix undefined reference to `clk_rate_exclusive_{get,put}'
70461151d0eb scsi: core: raid_class: Remove raid_component_add()
774cb3de7ac9 scsi: snic: Fix double free in snic_tgt_create()
bd20e20c4d64 madvise:madvise_free_pte_range(): don't use mapcount() against large folio for sharing check
f67e3a725b49 can: raw: add missing refcount for memory leak fix
b7803afc77be ublk: remove check IO_URING_F_SQE128 in ublk_ch_uring_cmd
f016326d31d0 thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug onwards
d3ff67076bed cgroup/cpuset: Free DL BW in case can_attach() fails
f0135131bb0e sched/deadline: Create DL BW alloc, free & check overflow interface
064b960dbe94 cgroup/cpuset: Iterate only if DEADLINE tasks are present
d1b4262b78cc sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
9bcfe1527882 sched/cpuset: Bring back cpuset_mutex
7030fbf75f26 cgroup/cpuset: Rename functions dealing with DEADLINE accounting
ce59b7c1b027 nfsd: use vfs setgid helper
362ed5d93114 nfs: use vfs setgid helper
a0ec52f36ce9 selftests/net: mv bpf/nat6to4.c to net folder
f1fa6e6f85cb hwmon: (aquacomputer_d5next) Add selective 200ms delay after sending ctrl report
d8f9a9cfdcd3 x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4
6bcb9c7d0435 x86/fpu: Invalidate FPU state correctly on exec()
3bc9b0364a8c drm/display/dp: Fix the DP DSC Receiver cap size
3abffee6091c drm/i915/dgfx: Enable d3cold at s2idle
115f2ccd3a99 drm/vmwgfx: Fix shader stage validation
1900e193b5dd PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root bus
fe04122b9321 media: vcodec: Fix potential array out-of-bounds in encoder queue_setup
4919043ab93b pinctrl: amd: Mask wake bits on probe again
c6b7d8902025 of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lock
2d00ca90b81e of: unittest: Fix EXPECT for parse_phandle_with_args_map() test
e75de82b3786 radix tree: remove unused variable
aa096bc3c8c0 riscv: Fix build errors using binutils2.37 toolchains
33835975740e riscv: Handle zicsr/zifencei issue between gcc and binutils
30ffd5890a03 lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernels
82bb5f8aba00 batman-adv: Hold rtnl lock during MTU update via netlink
cb1f73e691bb batman-adv: Fix batadv_v_ogm_aggr_send memory leak
f1bead97f0ad batman-adv: Fix TT global entry leak when client roamed back
fc9b87d8b741 batman-adv: Do not get eth header before batadv_check_management_packet
ed1eb19806ae batman-adv: Don't increase MTU when set by user
efef746c5a38 batman-adv: Trigger events for auto adjusted MTU
d6b64d710e9b selinux: set next pointer before attaching to list
36c5aecc789d nfsd: Fix race to FREE_STATEID and cl_revoked
96fb46ef8281 NFS: Fix a use after free in nfs_direct_join_group()
bdc544a87d43 mm: memory-failure: fix unexpected return value in soft_offline_page()
07fad410aa6e mm: add a call to flush_cache_vmap() in vmap_pfn()
a8a60bc8027e mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via GUP-fast
d4e11b85a269 ALSA: ymfpci: Fix the missing snd_card_free() call at probe error
d13f3a63d236 shmem: fix smaps BUG sleeping while atomic
091591f6e7c3 mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_buffer
a7d172252bfa clk: Fix slab-out-of-bounds error in devm_clk_release()
14904f4d8bf8 NFSv4: Fix dropped lock for racing OPEN and delegation return
ac467d7405fe platform/x86: ideapad-laptop: Add support for new hotkeys found on ThinkBook 14s Yoga ITL
e6a60eccd0c8 wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warning
b8b7243aafec ibmveth: Use dcbf rather than dcbfl
85607ef399d9 ASoC: cs35l41: Correct amp_gain_tlv values
014fec554010 ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6x
22a406b3629a io_uring/msg_ring: fix missing lock on overflow for IOPOLL
816c7cecf6a0 io_uring/msg_ring: move double lock/unlock helpers higher up
4f5937528518 io_uring: extract a io_msg_install_complete helper
0d617fb6d513 io_uring: get rid of double locking
82d811ff5665 KVM: x86/mmu: Fix an sign-extension bug with mmu_seq that hangs vCPUs
2800385fda53 KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated
a0559fd0e14e bonding: fix macvlan over alb bond support
b15dea3de413 rtnetlink: Reject negative ifindexes in RTM_NEWLINK
ed3fe5f9020c netfilter: nf_tables: fix out of memory error handling
41841b585e53 netfilter: nf_tables: flush pending destroy work before netlink notifier
136861956ad6 i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()
581668893e31 net/sched: fix a qdisc modification with ambiguous command request
f94f30e2abfa igc: Fix the typo in the PTM Control macro
9b7fd6beec37 igb: Avoid starting unnecessary workqueues
39d43b9cdfe8 can: isotp: fix support for transmission of SF without flow control
f41781b9d8a4 selftests: bonding: do not set port down before adding to bond
850e2322ae59 ice: Fix NULL pointer deref during VF reset
7cddaed2a3f6 Revert "ice: Fix ice VF reset during iavf initialization"
1188e9dd7af9 ice: fix receive buffer size miscalculation
417e7ec0d61e ipv4: fix data-races around inet->inet_id
4af1fe642f37 net: validate veth and vxcan peer ifindexes
afc9d3d21793 net: bcmgenet: Fix return value check for fixed_phy_register()
029e491b8c11 net: bgmac: Fix return value check for fixed_phy_register()
ac259251487a net: dsa: mt7530: fix handling of 802.1X PAE frames
c663607202f5 selftests: mlxsw: Fix test failure on Spectrum-4
1288f9907514 mlxsw: Fix the size of 'VIRT_ROUTER_MSB'
7134565a8207 mlxsw: reg: Fix SSPR register layout
22f9b5468df5 mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTC
4496f6ccf599 ipvlan: Fix a reference count leak warning in ipvlan_ns_exit()
265ed382e0f4 dccp: annotate data-races in dccp_poll()
b516a24f4c07 sock: annotate data-races around prot->memory_pressure
cfee17993d10 net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gates
b701b8d191da devlink: add missing unregister linecard notification
1375d2061204 devlink: move code to a dedicated directory
eaeef5c865ab octeontx2-af: SDP: fix receive link config
2cb0c037c927 tracing: Fix memleak due to race between current_tracer and trace
7d0c2b0de2db tracing: Fix cpu buffers unavailable due to 'record_disabled' missed
7e862cce3491 drm/i915/gt: Support aux invalidation on all engines
8e3f138b96f6 drm/i915/gt: Poll aux invalidation register bit on invalidation
017d4404312a drm/i915/gt: Ensure memory quiesced before invalidation
c23126f2c76a drm/i915: Add the gen12_needs_ccs_aux_inv helper
d4f5dcf68c05 s390/zcrypt: fix reply buffer calculations for CCA replies
246d763b79a5 s390/zcrypt: remove unnecessary (void *) conversions
40dafcab9da9 can: raw: fix lockdep issue in raw_release()
335987e21237 can: raw: fix receiver memory leak
e5c768d809a8 jbd2: fix a race when checking checkpoint buffer busy
5fda50e262e6 jbd2: remove journal_clean_one_cp_list()
8168c96c24ec jbd2: remove t_checkpoint_io_list
1fa68a781098 MIPS: cpu-features: Use boot_cpu_type for CPU type based features
92c568c82ee7 MIPS: cpu-features: Enable octeon_cache by cpu_type
3e4d038da33e PCI: acpiphp: Reassign resources on bridge if necessary
28916927b762 video/aperture: Move vga handling to pci function
4aad3b82b9de video/aperture: Only kick vgacon when the pdev is decoding vga
437e99f2a1e9 drm/aperture: Remove primary argument
cccfcbb9e51a drm/gma500: Use drm_aperture_remove_conflicting_pci_framebuffers
6db53af15444 fbdev/radeon: use pci aperture helpers
cd1f889c99ee drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers
26ea8668b8aa xprtrdma: Remap Receive buffers after a reconnect
d9aac9cdd6e2 NFSv4: fix out path in __nfs4_get_acl_uncached
4a289d123f62 NFSv4.2: fix error handling in nfs42_proc_getxattr
024f76bca9d0 Linux 6.1.49
db05f8449bb3 Revert "f2fs: fix to do sanity check on direct node in truncate_dnode()"
c5bd20577ff3 Revert "f2fs: fix to set flush_merge opt and show noflush_merge"
76e18e6709c8 Revert "f2fs: don't reset unchangable mount option in f2fs_remount()"
77c576602dc7 objtool/x86: Fix SRSO mess
cd363bb9548e Linux 6.1.48
7487244912b1 x86/srso: Correct the mitigation status when SMT is disabled
4da4aae04b7f objtool/x86: Fixup frame-pointer vs rethunk
c8b056a3b4eb x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG
dae93ed961a8 x86/srso: Disable the mitigation on unaffected configurations
e4679a0342e0 x86/CPU/AMD: Fix the DIV(0) initial fix attempt
b41eb316c95c x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()
c1f831425fe9 x86/static_call: Fix __static_call_fixup()
c16d0b3baff4 x86/srso: Explain the untraining sequences a bit more
529a9f087a7e x86/cpu: Cleanup the untrain mess
e6b40d2cb5aa x86/cpu: Rename srso_(.*)_alias to srso_alias_\1
54dde78a50a8 x86/cpu: Rename original retbleed methods
44dbc912fd8a x86/cpu: Clean up SRSO return thunk mess
53ebbe1c8c02 x86/alternative: Make custom return thunk unconditional
8bb1ed390d35 x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()
6e4dd7d2636d x86/cpu: Fix __x86_return_thunk symbol type
802aacbbffe2 Linux 6.1.47
0768ecc49ea7 mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_remove
b2c55af89b51 net: fix the RTO timer retransmitting skb every 1ms if linear option is enabled
3f27451c9f29 drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_create
790c2f9d15b5 af_unix: Fix null-ptr-deref in unix_stream_sendpage().
ab63f883bfdc drm/amdgpu: keep irq count in amdgpu_irq_disable_all
8abce61273c2 drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11
21614ba60883 arm64/ptrace: Ensure that SME is set up for target when writing SSVE state
1be35f5c1670 netfilter: set default timeout to 3 secs for sctp shutdown send and recv state
1b4ce2952b4f hugetlb: do not clear hugetlb dtor until allocating vmemmap
4bdfe20d85b3 drm/amd/display: Implement workaround for writing to OTG_PIXEL_RATE_DIV register
8517d739923e sched/fair: Remove capacity inversion detection
e8acf9971fbe sched/fair: unlink misfit task from cpu overutilized
5274bf1f743f zsmalloc: allow only one active pool compaction context
d4008eadfce5 drm/amd/display: disable RCO for DCN314
b2f599c014f3 ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG
7de99bf5bcd6 drm/amdgpu/pm: fix throttle_status for other than MP1 11.0.7
9c8c2cf9f9bc drm/amdgpu: skip fence GFX interrupts disable/enable for S0ix
e1cbd5637f37 drm/amd: flush any delayed gfxoff on suspend entry
df1566ce41ee drm/i915/sdvo: fix panel_type initialization
a1fa8f0fc58e drm/qxl: fix UAF on handle creation
5818da46a2b5 mmc: block: Fix in_flight[issue_type] value error
dccd07b0d9e4 mmc: wbsd: fix double mmc_free_host() in wbsd_init()
8ad3bfdd227e blk-crypto: dynamically allocate fallback profile
65bcb07b1262 arm64: dts: rockchip: Fix Wifi/Bluetooth on ROCK Pi 4 boards
fc66f8157917 virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG case
9e725386d426 cifs: Release folio lock on fscache read hit.
bfd25f5e6400 ALSA: usb-audio: Add support for Mythware XA001AU capture and playback interfaces.
0c05493341d6 serial: 8250: Fix oops for port->pm on uart_change_pm()
af7ca7ad3753 riscv: uaccess: Return the number of bytes effectively not copied
ea65d78ef999 ALSA: hda/realtek - Remodified 3k pull low procedure
b662856b7134 soc: aspeed: socinfo: Add kfree for kstrdup
15db1e594e2c soc: aspeed: uart-routing: Use __sysfs_match_string
6c889d2123ba ALSA: hda/realtek: Add quirks for HP G11 Laptops
7b041466ed42 ASoC: meson: axg-tdm-formatter: fix channel slot allocation
f0451002a4d9 ASoC: rt5665: add missed regulator_bulk_disable
2b34636b50bf arm64: dts: imx93: Fix anatop node size
9ba52bd26774 ARM: dts: imx: Set default tuning step for imx6sx usdhc
6777c4379bd8 arm64: dts: imx8mm: Drop CSI1 PHY reference clock configuration
ca69bb145383 ARM: dts: imx6: phytec: fix RTC interrupt level
d2d6d51d753a ARM: dts: imx: align LED node names with dtschema
66d761a2290a arm64: dts: rockchip: Disable HS400 for eMMC on ROCK 4C+
52d3607db0de arm64: dts: rockchip: Disable HS400 for eMMC on ROCK Pi 4
9657a754c5de arm64: dts: qcom: qrb5165-rb5: fix thermal zone conflict
fae3868be844 bus: ti-sysc: Flush posted write on enable before reset
1c82d1b736ce ice: Block switchdev mode when ADQ is active and vice versa
fbc7b1dad825 qede: fix firmware halt over suspend and resume
2e03a92b2411 net: do not allow gso_size to be set to GSO_BY_FRAGS
06b8f06f9302 sock: Fix misuse of sk_under_memory_pressure()
3d820924c00c sfc: don't unregister flow_indr if it was never registered
df83af3b996d net: dsa: mv88e6xxx: Wait for EEPROM done before HW reset
740924313a1b i40e: fix misleading debug logs
ea749b5e3b38 iavf: fix FDIR rule fields masks validation
c965a5837614 net: openvswitch: reject negative ifindex
d5e4c0e78f1d team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves
85bd0af93994 net: phy: broadcom: stub c45 read/write for 54810
7148bca63b21 netfilter: nft_dynset: disallow object maps
7f8a160d40ef ipvs: fix racy memcpy in proc_do_sync_threshold
00ea7eb1c69e netfilter: nf_tables: deactivate catchall elements in next generation
a800fcd8f18d netfilter: nf_tables: fix false-positive lockdep splat
75c724e2b714 octeon_ep: cancel tx_timeout_task later in remove sequence
58a54bad3a76 net: macb: In ZynqMP resume always configure PS GTR for non-wakeup source
06af678c6080 drm/panel: simple: Fix AUO G121EAN01 panel timings according to the docs
2f07f1302ecb selftests: mirror_gre_changes: Tighten up the TTL test match
cd4460b21741 net: phy: fix IRQ-based wake-on-lan over hibernate / power off
a41e5a79a059 net: pcs: Add missing put_device call in miic_create
120a89c36d3d virtio-net: set queues after driver_ok
45085ba966fb virtio_net: notify MAC address change on device initialization
a442cd170193 xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH
87b655f4936b xfrm: add NULL check in xfrm_update_ae_params
2b05bf5dc437 ip_vti: fix potential slab-use-after-free in decode_session6
55ad2309205c ip6_vti: fix slab-use-after-free in decode_session6
0d27567fde5b xfrm: fix slab-use-after-free in decode_session6
71dfe71df100 net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure
479884b4ce16 net: af_key: fix sadb_x_filter validation
9a0056276f5f net: xfrm: Fix xfrm_address_filter OOB read
5a47c2fa0d39 i2c: designware: Handle invalid SMBus block data response length value
52114963307e i2c: designware: Correct length byte validation logic
ceb9ba8e3083 btrfs: fix BUG_ON condition in btrfs_cancel_balance
9f68e2105dd9 btrfs: fix incorrect splitting in btrfs_drop_extent_map_range
0693c8f134f9 tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 platforms
31311a9a4baa tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux
d6aa03bda8c0 vdpa: Enable strict validation for netlinks ops
ff71709445ac vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length check
8ad9bc25cbdc vdpa: Add queue index attr to vdpa_nl_policy for nlattr length check
44b508cc9688 vdpa: Add features attr to vdpa_nl_policy for nlattr length check
b8fee83aa4ed powerpc/rtas_flash: allow user copy to flash block cache objects
9fedcd07abdc fbdev: mmp: fix value check in mmphw_probe()
3461e6492ca2 i2c: tegra: Fix i2c-tegra DMA config option processing
ba249011f665 i2c: hisi: Only handle the interrupt of the driver's transfer
db0416c15572 i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue
5ee28bcfbaac cifs: fix potential oops in cifs_oplock_break
cba26abc3f94 vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessary
bb4983ec9e75 vdpa/mlx5: Fix mr->initialized semantics
e706675beeec vduse: Use proper spinlock for IRQ injection
af5818c35173 virtio-mmio: don't break lifecycle of vm_dev
6297644db23f btrfs: fix use-after-free of new block group that became unused
29cebf80877b btrfs: convert btrfs_block_group::seq_zone to runtime flag
94cde94169f0 btrfs: convert btrfs_block_group::needs_free_space to runtime flag
01eca70ef8cf btrfs: move out now unused BG from the reclaim list
485ec8f8e1d8 video/aperture: Only remove sysfb on the default vga pci device
f83ab817effb fbdev/hyperv-fb: Do not set struct fb_info.apertures
e41170d128e6 ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node
3d2d051be161 KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemption
402f1d86ea26 drm/amd/display: fix access hdcp_workqueue assert
81e6cf447a2e drm/amd/display: phase3 mst hdcp for multiple displays
d90f97cb3821 drm/amd/display: save restore hdcp state when display is unplugged from mst hub
48f0671be281 igc: read before write to SRRCTL register
128c06a34cfe ring-buffer: Do not swap cpu_buffer during resize process
356fe907dfcd Bluetooth: MGMT: Use correct address for memcpy()
a1ceb871284f powerpc/kasan: Disable KCOV in KASAN code
6d06cf0f0238 ALSA: hda/realtek: Add quirk for ASUS ROG GZ301V
2b248cf8b6db ALSA: hda/realtek: Add quirk for ASUS ROG GA402X
c48616e52d5d ALSA: hda/realtek: Add quirk for ASUS ROG GX650P
cdd412b528de ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hdac_regmap_sync()
63e0b5d76d75 ALSA: hda/realtek: Add quirks for Unis H3C Desktop B760 & Q760
9e79f3e8f129 fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted
1e2205568bb8 fs: ntfs3: Fix possible null-pointer dereferences in mi_read()
4246bbef0442 fs/ntfs3: Enhance sanity check while generating attr_list
dd0b3b367c38 drm/amdgpu: Fix potential fence use-after-free v2
3a89f3bfbf53 ceph: try to dump the msgs when decoding fails
d92613aa43da Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus Ally
149daab45922 Bluetooth: L2CAP: Fix use-after-free
de8677ccf883 watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub)
9040adc38cf6 firewire: net: fix use after free in fwnet_finish_incoming_packet()
ef87750caea5 thunderbolt: Limit Intel Barlow Ridge USB3 bandwidth
acb9038e1d60 thunderbolt: Add Intel Barlow Ridge PCI ID
e8a80cf06b4b pcmcia: rsrc_nonstatic: Fix memory leak in nonstatic_release_resource_db()
a4f71523ed21 gfs2: Fix possible data races in gfs2_show_options()
8277a215c872 usb: chipidea: imx: add missing USB PHY DPDM wakeup setting
31f8efefa2a9 usb: chipidea: imx: don't request QoS for imx8ulp
809625f4419c thunderbolt: Read retimer NVM authentication status prior tb_retimer_set_inbound_sbtx()
b7bd48f0be84 media: platform: mediatek: vpu: fix NULL ptr dereference
28d900836d47 usb: gadget: uvc: queue empty isoc requests if no video buffer is available
49038877f948 usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_push
54a55c345c3b media: camss: set VFE bpl_alignment to 16 for sdm845 and sm8250
c71aa5f1cf96 media: v4l2-mem2mem: add lock to protect parameter num_rdy
6c9317f73b80 led: qcom-lpg: Fix resource leaks in for_each_available_child_of_node() loops
bda3f463543f serial: stm32: Ignore return value of uart_remove_one_port() in .remove()
7e4f5c3f01fb cifs: fix session state check in reconnect to avoid use-after-free issue
945f4a7aff84 smb: client: fix warning in cifs_smb3_do_mount()
a783230585e5 ALSA: hda/realtek: Add quirks for ROG ALLY CS35l41 audio
de840f77f564 HID: intel-ish-hid: ipc: Add Arrow Lake PCI device ID
055971715ff6 ASoC: SOF: core: Free the firmware trace before calling snd_sof_shutdown()
359ec0952cbb drm/amd/display: Enable dcn314 DPP RCO
5447155001e6 drm/amd/display: Skip DPP DTO update if root clock is gated
5fe7815e784b RDMA/mlx5: Return the firmware result upon destroying QP/RQ
fbd9332d32ec drm/amd/display: Apply 60us prefetch for DCFCLK <= 300Mhz
78b25110eb8c drm/amdgpu: install stub fence into potential unused fence pointers
96522cf9c71e iommu/amd: Introduce Disable IRTE Caching Support
83c22663acb6 HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech G915 TKL Keyboard
d7933b92c4ca accel/habanalabs: add pci health check during heartbeat
b7a34e30d42f dma-remap: use kvmalloc_array/kvfree for larger dma memory remap
3dd5c90c48bf ASoC: SOF: Intel: fix SoundWire/HDaudio mutual exclusion
ff1b4b1e02c3 iopoll: Call cpu_relax() in busy loops
b3e662ece02e ASoC: Intel: sof_sdw: Add support for Rex soundwire
c01ec45a7c4c ASoC: Intel: sof_sdw_rt_sdca_jack_common: test SOF_JACK_JDSRC in _exit
31149bb94f77 ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB related warnings
a7d4d28d2c0b ASoC: amd: vangogh: Add check for acp config flags in vangogh platform
633ac567bd9e drm: rcar-du: remove R-Car H3 ES1.* workarounds
340dba127bbe drm/stm: ltdc: fix late dereference check
f934cad91318 ASoC: SOF: amd: Add pci revision id check
ea88c6c7819e PCI: tegra194: Fix possible array out of bounds access
5c23d9bd5f5d ASoC: Intel: sof_sdw: add quirk for LNL RVP
3f498ae94c54 ASoC: Intel: sof_sdw: add quirk for MTL RVP
ce3288d8d654 drm/amdgpu: fix memory leak in mes self test
9f55d300541c drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1
ab6f446c220d drm/amdgpu: fix calltrace warning in amddrm_buddy_fini
caa2d40a0da2 net: phy: at803x: fix the wol setting functions
7dcc894e1518 net: phy: at803x: Use devm_regulator_get_enable_optional()
0d52759710fa net/smc: Fix setsockopt and sysctl to specify same buffer size again
206381cee964 net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
0fc3c55a3a4b selftests: forwarding: tc_actions: Use ncat instead of nc
306a5dddfb12 selftests: forwarding: tc_actions: cleanup temporary files when test is aborted
f872672edd5e zsmalloc: fix races between modifications of fullness and isolated
802b34e99224 zsmalloc: consolidate zs_pool's migrate_lock and size_class's locks
8a214f88e8ff cpuidle: psci: Move enabling OSI mode after power domains creation
ad1fa1a028ee cpuidle: psci: Extend information in log about OSI/PC mode
78721c8f9379 mmc: sdhci-f-sdh30: Replace with sdhci_pltfm
(From OE-Core rev: 1bf3d27340de90b04571518d1d6a84d343a91e07)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4167fba25e39f0e6722ddb45d51bdf7a65e1a232)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the following commit(s) to linux-yocto/.:
70924d2512b features/f2fs: remove CONFIG_F2FS_IO_TRACE
(From OE-Core rev: 77ab879e9d71a6fecdf4793b34a68950ffb3cbe2)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dabdc29e96e962e1b917bdcee2d38d654e28dab5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
===========
* liblzma and xzdec can now build against WASI SDK when threading
support is disabled. xz and tests don't build yet.
* CMake:
- Fixed a bug preventing other projects from including liblzma
multiple times using find_package().
- Don't create broken symlinks in Cygwin and MSYS2 unless
supported by the environment. This prevented building for the
default MSYS2 environment. The problem was introduced in
xz 5.4.0.
* Documentation:
- Small improvements to man pages.
- Small improvements and typo fixes for liblzma API
documentation.
* Tests:
- Added a new section to INSTALL to describe basic test usage
and address recent questions about building the tests when
cross compiling.
- Small fixes and improvements to the tests.
* Translations:
- Fixed a mistake that caused one of the error messages to not
be translated. This only affected versions 5.4.2 and 5.4.3.
- Updated the Chinese (simplified), Croatian, Esperanto, German,
Korean, Polish, Romanian, Spanish, Swedish, Ukrainian, and
Vietnamese translations.
- Updated the German, Korean, Romanian, and Ukrainian man page
translations.
(From OE-Core rev: 51334c166c8d5cd5c99b7a7bd1cf6edd7e631f0b)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 1cc37e3f7aca7e04b03de99f9ce4b8068a61510d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
===========
- Bug fixes (see <https://www.mpfr.org/mpfr-4.2.0/#fixed> and/or the
ChangeLog file).
- Improved MPFR manual.
- Configure tests: replaced the test of the link with GMP, in order to
avoid the use of a function without a prototype (Autoconf issue), as
this is obsolescent in ISO C. The new test should be more robust.
(From OE-Core rev: 8bf18487eaf2a385794bf8f2b958e8d9eb11899e)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 7d0699e176ad1b50c26c5981c0ee976615994729)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
=========
* Fixed invalid regex in src/create_symbols_file.py
* Fixed passing null pointer to printf %s in tests
(From OE-Core rev: 7d5a6d6c908ce7e7601c85a00a2331039f1e5fe4)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit ff22e9ae6a237d8c48aa9eaee65de3157f52307b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
=============
Fixes and optimizations in header files
Fix lr_gpg_list_keys function when keys are empty
Update PGP test vectors
Fix CMake warnings
Bump glib version
(From OE-Core rev: eba267b4ed4e4d90f0ef053925c80b4c5499d4ba)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 583882c25eec915cfc37e334fcb7e41d6ea6d88e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
===========
* Fixes: #47 2nd - Debug output using print instead of printf
* Fixes #47 Debug output using print instead of printf
* ASN1.pod: fix minor typo
(From OE-Core rev: ebdb27debc87473c8262ee6697ae9958bb09b5da)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit db8c33b58baacd73781cf7184bfeac66c3801e0c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|