This reverts commit b0d96ea432196800fedb45e6d1da44a3523fad63.
This caused failures on the build performance tests on the autobuilder.
(From OE-Core rev: c337b5a45d43eefee171e7043f70cf19e6eb2cce)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Sporadic errors have been observed in autobuilder when trying to store new
tests results:
error: failed to push some refs to 'push.yoctoproject.org:yocto-testresults'
hint: Updates were rejected because the tag already exists in the remote.
The new tag name is generated by gitarchive based on known tags from the
repository (learnt with git tag). In autobuilder case, this repository is a
shallow clone, so git tag only returns most recent tags, which mean we
could miss some older tags which exist in remote but not locally. In this
case, gitarchive will likely create a tag which already exists in remote,
and so will fail to push
Fix this tag duplication by using git ls-remote to learn about existing
tags instead of git tag. To do so, create a helper ("get_tags") which
manages both nominal case (target directory is a git repository with a
proper remote) and fallback case (target directory is not from a clone, no
remote has been configured)
Fixes [YOCTO #15140]
(From OE-Core rev: b0d96ea432196800fedb45e6d1da44a3523fad63)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9cbbe9689866158825a7ae774b7965b41ff5c461)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This reverts commit 5a0a7da85a3acfd4a20a07478eabefdab60f313a.
This caused failres on the build performance tests on the autobuilder.
(cherry picked from commit cbfa57a982c0e633e41d3ea00543f87ad818c43a)
(From OE-Core rev: 1506737eae894310bb98a82cf43c91f4b17d5878)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
https://github.com/urllib3/urllib3/releases/tag/1.26.18
Major changes in python3-urllib3 1.26.18:
- Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses. (CVE-2023-45803)
(From OE-Core rev: 74da05b63634c248910594456dae286947f33da5)
Signed-off-by: Tan Wen Yan <wen.yan.tan@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The backported patch fixes the following warning:
systemd-vconsole-setup[221]: Failed to import credentials, ignoring: No such file or directory
(From OE-Core rev: 07c31cd6190476d9d9a4de750a30fe0fb3a93b21)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
When using debug-btf.scc in a clean workspace, the CONFIG_MODULE_ALLOW_BTF_MISMATCH cannot
apply to kernel until clean the kernel code(bitbake linux-yocto -c cleanall) and rebuild.
After tracking the code, some options depend on CONFIG_PAHOLE_VERSION, it was generated by
scripts/pahole-version.sh in kernel, but during do_kernel_configme step, the pahole-native
is not available in sysroot-native, so need to wait pahole-native install to sysroot-native
before do_kernel_configme.
(cherry picked from commit 217a4db53edbd88001f6390bbff39e5dd3d137af)
(From OE-Core rev: b535bf84a03dca7ed3f54ef1d0bc9da78756a9d8)
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
We don't make do_cve_check depend on do_unpack because that would be a
waste of time 99% of the time. The compromise here is that we can't
scan remote patches for issues, but this isn't a problem so downgrade
the warning to a note.
Also move the check for CVEs in the filename before the local file check
so that even with remote patches, we still check for CVE references in
the name.
(From OE-Core rev: 4f21354c7204c3404326ddc243d02056387472d3)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0251cad677579f5b4dcc25fa2f8552c6040ac2cf)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Occasionally the cve-check tool will warn that it is adding the same
package twice. Knowing what this package is might be the first step
towards understanding where this message comes from.
(From OE-Core rev: 7d7d1de6211b2813c1679bb9ce35289607d66c12)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c1179faec8583a8b7df192cf1cbf221f0e3001fc)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The JSON report generated by the cve-check class is basically a huge
list of packages. This list of packages is, however, unsorted.
To make things easier for people comparing the JSON, or more
specifically for git when archiving the JSON over time in a git
repository, we can sort the list by package name.
(From OE-Core rev: e32b4655e79561dd9c38efdf99858372bde806b0)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e9861be0e5020830c2ecc24fd091f4f5b05da036)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This issue relates to a floating point exception in stress-test, which
is an unlikely security exploit at the best of times, but the test is
not installed so isn't relevant.
(From OE-Core rev: 3625bed6d7432091bfb144314b8ef979b5246e4c)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a36d62a06be6cce1a438f8f2178eb60aad6b7267)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Error occured while running bitbake on cephfs:
WARNING: The free inode of path is running low (-0.001K left)
ERROR: Immediately halt since the disk space monitor action is "HALT"!
(Bitbake rev: c7e094ec3beccef0bbbf67c100147c449d9c6836)
Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Remove a reference to a web resource which is clearly marked as obsolete.
Replace the unnecessarily verbose note by just links to the mentioned tools.
[YOCTO #15233]
(From yocto-docs rev: f7e57707a08a9a86ea146722e481ef2e7f362277)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Recommended instead of the Yocto Project mirror, because expected
to be faster. Make sure you only set one such mirror.
(From yocto-docs rev: fbf020e19a47b4a4bf6c4f12ecabab6fce572d66)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
CC: richard.purdie@linuxfoundation.org
Signed-off-by: Steve Sakoman <steve@sakoman.com>
As discussed before with Richard Purdie, the code supports this but the documentation does not.
Developers in general will not notice this or focus on it because they do not mess with the
layer.conf template file, but in my opinion I think more details can help.
(From yocto-docs rev: 635b198dfeb8147728a610b710fbc8ce77859389)
Signed-off-by: Talel BELHAJSALEM <bhstalel@gmail.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
COMPATIBLE_MACHINE is used to forbid the use of a recipe or its packages
for a specific set of machines.
In some cases, it may make more sense to have the logic inverted and
have the recipe always forbidden except for hand-picked machines. Such
could be the case for pieces of software that only support some
architectures. In that scenario, it is sometimes a bit easier on the eye
and for maintenance to use the OVERRIDES mechanism but for that, a
default should be set.
COMPATIBLE_MACHINE:aarch64 = "^(aarch64)$"
COMPATIBLE_MACHINE:mips64 = "^(mips64)$"
wouldn't do much because if COMPATIBLE_MACHINE isn't set, the recipe is
assumed compatible and therefore, if no default is provided we enter
that case.
Hence, we need to add
COMPATIBLE_MACHINE = "^$"
as default so that it only matches the empty string, which isn't
possible for MACHINEOVERRIDES.
Cc: Quentin Schulz <foss+yocto@0leil.net>
(From yocto-docs rev: 051f868d1da1cbcd5726eb4c1e3f25946ce690e3)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Various aesthetic cleanups of section 1 of that manual, including:
* replace 'HOWTO' with manual
* add more examples of sdk-related images
* font fixes
(From yocto-docs rev: 55ce55247ab3238d69c165a01da1689158d8967a)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
PACKAGECONFIG's first and second flag value will be added to PACKAGECONFIG_CONFARGS
and then it will be added to the appropriate variable (EXTRA_OECMAKE, or ...)
So we need to only mention PACKAGECONFIG_CONFARGS and it will lead to other variables.
I added a custom example that can help understanding very well PACKAGECONFIG.
(From yocto-docs rev: 1bf0ac5c208d2d9609649bae681f37e3b4281c63)
Signed-off-by: Talel BELHAJSALEM <bhstalel@gmail.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Add missing parenthesis, and another example of a compressed patch filename.
(From yocto-docs rev: 3b770bd5699706f7b843d579cb6a8ba796a3e54e)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This script is not always called with /sbin and /usr/sbin in the PATH
already, for example when called via ssh. Explicitly set PATH to make
sure it includes /sbin and /usr/sbin since that's where start-stop-daemon
is located.
(From OE-Core rev: e9ca1405b732720ff72d379e0262a78bfd2e7d53)
Signed-off-by: Martijn de Gouw <martijn.de.gouw@prodrive-technologies.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fa53f898eaba15dff030f9eadf86e5bca7d954fa)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The original solution replaced all overrides with the package name that
was being checked. This can have unforseen consequences where some
variable involved in defining the value for the PKG:<package> variable
may rely on some override which is not set as expected. It also meant
that any PKG variable set using an override would not be caught, e.g.,
PKG:${PN}:${MACHINE} = "${PN}-dev" (made up example that would always
fail with the old code).
(From OE-Core rev: 3fc3e55933716ce9cfa8b2e8e4cc8fa2e94a0061)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit de62d538dbfe6caf123ff366643f893077175583)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Fix warnings from oe-selftest -j:
/usr/lib/python3.10/os.py:1030: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
return io.open(fd, mode, buffering, encoding, *args, **kwargs)
Remove the option since it clearly doesn't do much.
(From OE-Core rev: bd487f92103acd7e97d7815c8c6e233932f6f1f1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6b872ee72942951fd464c4c6cb9eadcb9b4749c1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Debug message about using custom configuration file includes file name
with incorrect extension. Correct file name to "extlinux.conf".
(From OE-Core rev: bb063e8b461b8c3c0b5b6965f26a555781dc94b7)
Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dd63e1520454b2d53a48b72eaae126059af9809b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The test results repository contains tags like:
master/64501-g65c94ca3196e5ef3344a469fea8e30444f2e967a/0
master/1-g65c94ca3196e5ef3344a469fea8e30444f2e967a/3
master/1-g65c94ca3196e5ef3344a469fea8e30444f2e967a/2
master/1-g65c94ca3196e5ef3344a469fea8e30444f2e967a/1
master/1-g65c94ca3196e5ef3344a469fea8e30444f2e967a/0
where the commit count is correct in one case and not in the others. This causes
assertion errors in the current code.
Add in some code to work around these historical issues where the commit counts are low.
(From OE-Core rev: 27c1ad02b9479f30ad8eacdee1cdad79cab5269d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit d51fc5c8c469730885af7bbde7122032de411d89)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The test above this removal correctly looks at symlinks however to
remove a symlink we should call unlink(), not remove(). This avoids
some build failures/tracebacks.
(From OE-Core rev: 830412641abe8c7a3ad5eb1709c8372c796a7760)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dbdb6e73b0f52bc5f9429aca47802d51edbbc834)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Operating systems limit the shebang to a maximum number of bytes.
This patch makes the shebang-size check count raw bytes instead of UTF-8 characters.
(From OE-Core rev: 76efaa1e177a5051cfec87f288c8c7372f142fe2)
Signed-off-by: Jan Garcia <j@n-garcia.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d4ac66c5cdaf971fb717cc5c5bf9aa51a787d412)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
* this caused liberation-font-native to depend on TUNE_PKGARCH target fontconfig
because ${MLPREFIX}fontconfig-utils is added to RDEPENDS in anonymous python
* the dependency tree for liberation-font-native got much shorter
(just quilt-native and liberation-font-native itself):
2 after/pn-buildlist
78 before/pn-buildlist
* fixes graphviz-native signature issue as well as detected with sstate-diff-machines.sh
$ bitbake-diffsigs \
sstate-after/mako/x86_64-linux/graphviz-native/8.1.0.do_populate_sysroot.sigdata.184d4fd355f1e7a2d7d929ef4b5f62b94e2071df9dd674b2067ec21bfc7bcc1b \
sstate-after/qemux86-64/x86_64-linux/graphviz-native/8.1.0.do_populate_sysroot.sigdata.35da674d2dbc275bac02869dfce4165466315023910bdef65a6026e2cb942a46
Hash for task dependency liberation-fonts-native:do_populate_sysroot changed from 310d3da04ad9abf8ee99997e53d1ffa71c2b7d9d60fb0e8de85171a9ab6a77d3 to 048420ad1410c2b8d95498fc3c11681207335a2c722836f1f3e683cc449814da
(From OE-Core rev: 7956db86a7377bc3afefcbbb6f92aae9161df715)
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 998d4da9d89aea77dc0f2cbac60ea64258331756)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
uboot-extlinux-config allows to specify multiple "labels" (entries in a
menu, à-la grub) and each of them have their own values for some fields.
Each "base" variable, e.g. UBOOT_EXTLINUX_FDT can be overridden for each
label. This is done via the OVERRIDES mechanism based on the label name,
e.g. UBOOT_EXTLINUX_FDT:linux if linux is a label.
However, OVERRIDES doesn't contain the label globally because it's only
necessary in one task. Therefore, the OVERRIDES itself is modified
within the task. This means that the sigdata will not be told the
dependency on UBOOT_EXTLINUX_FDT:linux, because it cannot know about it.
For this reason, we need to explicitly specify which variables this task
depends on via vardeps varflag for the task.
This was done in the past, but we missed updating it during the override
syntax migration so the cache wouldn't get invalidated if someone
modifies UBOOT_EXTLINUX_FDT:linux from a configuration file or a
bbappend for example.
Let's fix this by migrating it to the new syntax.
(From OE-Core rev: 585544b99c62d3e4edebd7c4e9225f70069a5176)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b4dd9d873508128adbbf5ff6cf0a3df3d2ffbcf6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This includes CVE fix for CVE-2023-5535.
(From OE-Core rev: b385544941a4d974ab95b0a886031d5c9f3971ba)
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
082280fe94a0 Linux 6.1.57
a4cc925e2e12 xen/events: replace evtchn_rwlock with RCU
a4fcf8a242c6 ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()
6e4c40aa270b btrfs: file_remove_privs needs an exclusive lock in direct io write
ff81d1c77d08 netlink: remove the flex array from struct nlmsghdr
6cd57f5c7795 btrfs: fix fscrypt name leak after failure to join log transaction
6d05a1a7a484 btrfs: fix an error handling path in btrfs_rename()
5aaa45025f9f vrf: Fix lockdep splat in output path
fd32f1eee6c0 ipv6: remove nexthop_fib6_nh_bh()
edeccce85cbe parisc: Restore __ldcw_align for PA-RISC 2.0 processors
8226ffc759ea ksmbd: fix uaf in smb20_oplock_break_ack
a2ca5fd3dbcc ksmbd: fix race condition between session lookup and expire
64301a935462 x86/sev: Use the GHCB protocol when available for SNP CPUID requests
76b6a980e85f RDMA/mlx5: Fix NULL string error
26eb1307c704 RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creation
5cf38e638e5d RDMA/siw: Fix connection failure handling
2b298f918158 RDMA/srp: Do not call scsi_done() from srp_abort()
c54204d7960f RDMA/uverbs: Fix typo of sizeof argument
233229fa577a RDMA/cma: Fix truncation compilation warning in make_cma_ports
39f701870114 RDMA/cma: Initialize ib_sa_multicast structure to 0 when join
52b0bb7139c9 gpio: pxa: disable pinctrl calls for MMP_GPIO
d09e467491b2 gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config()
7e47a8419da6 IB/mlx4: Fix the size of a buffer in add_port_entries()
315ae630502c of: dynamic: Fix potential memory leak in of_changeset_action()
9c480fb41aa4 RDMA/core: Require admin capabilities to set system parameters
f60287b2d240 dm zoned: free dmz->ddev array in dmz_put_zoned_devices
485f0bac83a6 parisc: Fix crash with nr_cpus=1 option
c9c110ce3754 smb: use kernel_connect() and kernel_bind()
ec02b892237d intel_idle: add Emerald Rapids Xeon support
cdcc04e844a2 HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit
07c6338acb15 HID: sony: remove duplicate NULL check before calling usb_free_urb()
40d609b6ad90 netlink: annotate data-races around sk->sk_err
0915de8c6083 netlink: Fix potential skb memleak in netlink_ack
1a6e2da05f37 netlink: split up copies in the ack construction
220f0f866d69 sctp: update hb timer immediately after users change hb_interval
63cb52e75fd1 sctp: update transport state when processing a dupcook packet
419b2c5766fa tcp: fix delayed ACKs for MSS boundary condition
4acf07bafb58 tcp: fix quick-ack counting to count actual ACKs of new data
143e72757a90 tipc: fix a potential deadlock on &tx->lock
f2697457ab73 net: stmmac: dwmac-stm32: fix resume on STM32 MCU
da7fa17bd9ac ipv4: Set offload_failed flag in fibmatch results
56a6ea76dd9b netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failure
7ff9a9857b8b netfilter: nf_tables: Deduplicate nft_register_obj audit logs
e1bbe4afe1a3 selftests: netfilter: Extend nft_audit.sh
82273f15e3db selftests: netfilter: Test nf_tables audit logging
00d35e6b1672 netfilter: handle the connecting collision properly in nf_conntrack_proto_sctp
6e1dbbf29031 ibmveth: Remove condition to recompute TCP header checksum.
2428c557cd62 net: ethernet: ti: am65-cpsw: Fix error code in am65_cpsw_nuss_init_tx_chns()
7562780e32b8 net: nfc: llcp: Add lock when modifying device list
9ffc5018020f net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg
7f042041360e ipv6: tcp: add a missing nf_reset_ct() in 3WHS handling
a003d4994088 net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absent
6a91ec7cfd0e ptp: ocp: Fix error handling in ptp_ocp_device_init
f6a7182179c0 ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
a8ed1b2e1674 neighbour: fix data-races around n->output
2b76aad68b30 neighbour: switch to standard rcu, instead of rcu_bh
0526933c1005 neighbour: annotate lockless accesses to n->nud_state
8904d8848b31 bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup
f82aac816287 net: fix possible store tearing in neigh_periodic_work()
8ef7f9acbe8e modpost: add missing else to the "of" check
b8f97e47b6fb bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets
c024db960301 bpf, sockmap: Do not inc copied_seq when PEEK flag set
46052a98854a bpf: tcp_read_skb needs to pop skb regardless of seq
99fe9a120729 NFSv4: Fix a nfs4_state_manager() race
23acd1784eb5 ima: rework CONFIG_IMA dependency block
6c5d7f541693 scsi: target: core: Fix deadlock due to recursive locking
f23c35f0686c ima: Finish deprecation of IMA_TRUSTED_KEYRING Kconfig
937ec4434e0a regulator/core: regulator_register: set device->class earlier
fbac416e25ef iommu/mediatek: Fix share pgtable for iova over 4GB
183e0f9da6af perf/x86/amd: Do not WARN() on every IRQ
2f4e16e39e4f wifi: mac80211: fix potential key use-after-free
89192c6cbe0f regmap: rbtree: Fix wrong register marked as in-cache when creating new node
e485a69d9b44 perf/x86/amd/core: Fix overflow reset on hotplug
6150d4596861 wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling
b9eded289bea drivers/net: process the result of hdlc_open() and add call of hdlc_close() in uhdlc_close()
6bfc4c7043c8 Bluetooth: ISO: Fix handling of listen for unicast
c201d944bc38 Bluetooth: Delete unused hci_req_prepare_suspend() declaration
b46384a681a8 regulator: mt6358: split ops for buck and linear range LDO regulators
a01576f58b19 regulator: mt6358: Use linear voltage helpers for single range regulators
c6ac402567e4 regulator: mt6358: Drop *_SSHUB regulators
163042a01544 bpf: Fix tr dereferencing
c14c7214fc68 leds: Drop BUG_ON check for LED_COLOR_ID_MULTI
6b706286473d wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet
42970d32fe1e wifi: cfg80211: add missing kernel-doc for cqm_rssi_work
c797498e860e wifi: cfg80211: fix cqm_config access race
3fcc6d7d5f40 wifi: cfg80211: add a work abstraction with special semantics
2ae4585f740a wifi: cfg80211: move wowlan disable under locks
fb195ff4183a wifi: cfg80211: hold wiphy lock in auto-disconnect
6b3223449c95 wifi: iwlwifi: mvm: Fix a memory corruption issue
78b5c62edeea wifi: iwlwifi: dbg_ini: fix structure packing
6a5a8f0a9740 erofs: fix memory leak of LZMA global compressed deduplication
91aeb418b917 ubi: Refuse attaching if mtd's erasesize is 0
f237b17611fa HID: sony: Fix a potential memory leak in sony_probe()
6e3ae2927b43 arm64: errata: Add Cortex-A520 speculative unprivileged load workaround
0a4ae2634801 arm64: Add Cortex-A520 CPU part definition
d2894c4f473a drm/amd: Fix logic error in sienna_cichlid_update_pcie_parameters()
c8bd3e12b329 drm/amd: Fix detection of _PR3 on the PCIe root port
fc8d9630c80b net: prevent rewrite of msg_name in sock_sendmsg()
34f9370ae444 net: replace calls to sock->ops->connect() with kernel_connect()
2dfb5f324d79 PCI: qcom: Fix IPQ8074 enumeration
ebf2d9a7822b md/raid5: release batch_last before waiting for another stripe_head
c404d39e7749 wifi: mwifiex: Fix tlv_buf_left calculation
794ae3a9f8fe Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER
626535077ba9 Bluetooth: hci_codec: Fix leaking content of local_codecs
01afbfb39585 qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info
454bb54b8fe8 mptcp: userspace pm allow creating id 0 subflow
4674e9626beb net: ethernet: mediatek: disable irq before schedule napi
3a72decd6b49 vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()
c12ef025add7 iommu/vt-d: Avoid memory allocation in iommu_suspend()
cdf18e75850f scsi: zfcp: Fix a double put in zfcp_port_enqueue()
ef167cc1882f i40e: fix the wrong PTP frequency calculation
a0829d9cf22e hwmon: (nzxt-smart2) add another USB ID
6ddb9e6b9b6a hwmon: (nzxt-smart2) Add device id
752ec2d93e75 block: fix use-after-free of q->q_usage_counter
77d0e7e8e582 rbd: take header_rwsem in rbd_dev_refresh() only when updating
698039a461a3 rbd: decouple parent info read-in from updating rbd_dev
377d26174e1d rbd: decouple header read-in from updating rbd_dev->header
33ecf5f5a876 rbd: move rbd_dev_refresh() definition
ff09fa5f23aa iommu/arm-smmu-v3: Avoid constructing invalid range commands
357ba59b9d3b iommu/arm-smmu-v3: Set TTL invalidation hint better
71472872932b drm/amd/display: Adjust the MST resume flow
b0fe37867455 arm64: cpufeature: Fix CLRBHB and BC detection
b6912642746d net: release reference to inet6_dev pointer
bad004c384b7 net: change accept_ra_min_rtr_lft to affect all RA lifetimes
ec4162bb7018 net: add sysctl accept_ra_min_rtr_lft
9d91134c165f arm64: Avoid repeated AA64MMFR1_EL1 register read on pagefault path
dd8c8369305d Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"
ef54db5b5df7 btrfs: use struct fscrypt_str instead of struct qstr
68ad364ec8dd btrfs: setup qstr from dentrys using fscrypt helper
1cf474cd474b btrfs: use struct qstr instead of name and namelen pairs
87efd87d3624 ring-buffer: Fix bytes info in per_cpu buffer stats
62eed43e0390 ring-buffer: remove obsolete comment for free_buffer_page()
836adaddc60c mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy list
d1da921452b3 mm/page_alloc: leave IRQs enabled for per-cpu page allocations
570786ac6f04 mm/page_alloc: always remove pages from temporary list
939189aedfac mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are specified
ce9f3441fc6a mm/mempolicy: convert migrate_page_add() to migrate_folio_add()
dc0a8466cd11 mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()
6c2c728d299f mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()
6d6635749d4c mm/memory: add vm_normal_folio()
89f2ace6d016 NFSv4: Fix a state manager thread deadlock regression
80ba4fd1ac33 NFS: rename nfs_client_kset to nfs_kset
15ff58702361 NFS: Cleanup unused rpc_clnt variable
2f09a09d73cb ata: libata-scsi: Fix delayed scsi_rescan_device() execution
f2b359e3a4f3 scsi: Do not attempt to rescan suspended devices
5d3b0fcb3ca6 scsi: core: Improve type safety of scsi_rescan_device()
deacabef6834 scsi: sd: Do not issue commands to suspended disks on shutdown
8de6d8449ae9 scsi: sd: Differentiate system and runtime start/stop management
dc3354c961ba ata,scsi: do not issue START STOP UNIT on resume
078651647064 mptcp: process pending subflow error on close
fc8917b79069 mptcp: move __mptcp_error_report in protocol.c
c1432ece79e6 mptcp: annotate lockless accesses to sk->sk_err
09b6fdf7a12e mptcp: fix dangling connection hang-up
7544918e48e6 mptcp: rename timer related helper to less confusing names
bbdfef76096d ASoC: tegra: Fix redundant PLLA and PLLA_OUT0 updates
5f9d73761553 ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol
1031f68108ea spi: zynqmp-gqspi: fix clock imbalance on probe failure
(From OE-Core rev: 61392049b50c12016f96693549482c758e9f8bd7)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5e4241c9d5fee655f08e5e5ed82aa7bf24e2701a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Integrating the following commit(s) to linux-yocto/.:
0816d0a6984 qemuarma15: add ARM_PATCH_PHYS_VIRT
(From OE-Core rev: 80dd08fb9685ae04e4c9f99d9dd32d9044efe8f2)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 732d1ee4bc824cb52fab4327601efdb1558b6d9c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
ecda77b46871 Linux 6.1.56
8c515d4f2d66 ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL
a3c1da448353 mm, memcg: reconsider kmem.limit_in_bytes deprecation
b8901b6c2e9b memcg: drop kmem.limit_in_bytes
ee335e0094ad drm/meson: fix memory leak on ->hpd_notify callback
b60028c81e46 drm/amdkfd: Use gpu_offset for user queue's wptr
48a22f13fb1b fs: binfmt_elf_efpic: fix personality for ELF-FDPIC
69e61ee8ea8a power: supply: ab8500: Set typing and props
c038ebffbb48 power: supply: rk817: Add missing module alias
69dd84470b4d drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top
60d2e06ad6e3 ata: libata-sata: increase PMP SRST timeout to 10s
886f387db1e6 ata: libata-core: Do not register PM operations for SAS ports
5cfbe6da8354 ata: libata-core: Fix port and device removal
0b7aaf2058ba ata: libata-core: Fix ata_port_request_pm() locking
f555a508087a fs/smb/client: Reset password pointer to NULL
1983fd78701a net: thunderbolt: Fix TCPv6 GSO checksum calculation
4fb56e82d939 bpf: Fix BTF_ID symbol generation collision in tools/
4f1e3e02777b bpf: Fix BTF_ID symbol generation collision
b1041cab4726 bpf: Add override check to kprobe multi link attach
09635bf4cdd4 media: uvcvideo: Fix OOB read
d6a749e4cab2 btrfs: properly report 0 avail for very full file systems
f3ad8874541d ring-buffer: Update "shortest_full" in polling
6bacdb914a99 mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcement
a5569bb18752 mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy()
9a4fe81a8644 mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()
68a63a077e02 arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y
b29756aefe03 drm/tests: Fix incorrect argument in drm_test_mm_insert_range
a90eafbf165f timers: Tag (hr)timer softirq as hotplug safe
f32340c70eb9 Revert "SUNRPC dont update timeout value on connection reset"
1e4c03d530d8 netfilter: nf_tables: fix kdoc warnings after gc rework
49903f70d728 sched/rt: Fix live lock between select_fallback_rq() and RT push
787256ec9b44 kernel/sched: Modify initial boot task idle setup
afa2bbd682c7 ASoC: amd: yc: Fix non-functional mic on Lenovo 82QF and 82UG
829ff08be566 i2c: i801: unregister tco_pdev in i801_probe() error path
75c307d9f2fb io_uring/fs: remove sqe->rw_flags checking from LINKAT
06fba8a8dea2 ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES
476fd029e700 ata: libata-scsi: link ata port and scsi device
490f3b805ee3 LoongArch: numa: Fix high_memory calculation
7bc8585aa071 LoongArch: Define relocation types for ABI v2.10
f04ded9ae268 ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q
9af8bb2afea3 netfilter: nf_tables: disallow rule removal from chain binding
980663f1d189 nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()
e14f68a48fd4 serial: 8250_port: Check IRQ data before use
c61d0b87a702 Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"
37435ddfadc6 misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to probe
5d6613ed2b7d mptcp: fix bogus receive window shrinkage with multiple subflows
00c27bffdba6 KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()
cd41db6cb285 KVM: x86/mmu: Open code leaf invalidation from mmu_notifier
733d7a5451fc KVM: SVM: Fix TSC_AUX virtualization setup
e86a3a622633 KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway
6ce2f297a716 x86/srso: Add SRSO mitigation for Hygon processors
811ba2ef0cb6 x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
f90f4c562003 iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range
a09446ac0414 smack: Retrieve transmuting information in smack_inode_getsecurity()
cbb16d0f4996 smack: Record transmuting in smk_transmuted
4b8ef68e39d2 nvme-pci: always return an ERR_PTR from nvme_pci_alloc_dev
1d7bc76b5849 scsi: qla2xxx: Fix NULL pointer dereference in target mode
1a51d35ba729 wifi: ath11k: Don't drop tx_status when peer cannot be found
a60768c05b58 nvme-pci: do not set the NUMA node of device if it has none
6b2165cae403 nvme-pci: factor out a nvme_pci_alloc_dev helper
69bc295d0e0b nvme-pci: factor the iod mempool creation into a helper
9ebee88a8911 perf build: Define YYNOMEM as YYNOABORT for bison < 3.81
8e85af2c682e fbdev/sh7760fb: Depend on FB=y
f105e893a8ed LoongArch: Set all reserved memblocks on Node#0 at initialization
146ba159f5a6 tsnep: Fix NAPI polling with budget 0
78ac1e7dec24 tsnep: Fix NAPI scheduling
b09c1359e4f0 net: hsr: Add __packed to struct hsr_sup_tlv.
97788f0757bd ncsi: Propagate carrier gain/loss events to the NCSI controller
c93aa8cfaec4 powerpc/watchpoints: Annotate atomic context in more places
3632e9fd82d0 powerpc/watchpoint: Disable pagefaults when getting user instruction
16722418cbe3 powerpc/watchpoints: Disable preemption in thread_change_pc()
ee8bbb2a31d3 ASoC: SOF: Intel: MTL: Reduce the DSP init timeout
3608be186ae5 NFSv4.1: fix zero value filehandle in post open getattr
e9f05ae6f636 media: vb2: frame_vector.c: replace WARN_ONCE with a comment
28c369324922 ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link
1c88886587d3 memblock tests: fix warning ‘struct seq_file’ declared inside parameter list
729757fe9718 memblock tests: fix warning: "__ALIGN_KERNEL" redefined
53618d56bfe4 firmware: cirrus: cs_dsp: Only log list of algorithms in debug build
110e6f575028 ASoC: cs42l42: Don't rely on GPIOD_OUT_LOW to set RESET initially low
cbc43ddd5ce2 ASoC: cs42l42: Ensure a reset pulse meets minimum pulse width.
019f01f81887 ALSA: hda: intel-sdw-acpi: Use u8 type for link index
92f24f98d5ff bpf: Clarify error expectations from bpf_clone_redirect
60446b5e7486 spi: intel-pci: Add support for Granite Rapids SPI serial flash
12716449289e ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag
85ca138f922c spi: stm32: add a delay before SPI disable
84592ec591be spi: nxp-fspi: reset the FLSHxCR1 registers
d5ae9d9f0c41 ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()
2132ea3f9f5a smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP
2259e1901b2d scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFIG command
82f575a7e811 scsi: pm80xx: Use phy-specific SAS address when sending PHY_START command
6e392ff88476 riscv: errata: fix T-Head dcache.cva encoding
91b6845ef387 drm/amdgpu: Handle null atom context in VBIOS info ioctl
ad3c37f90bae drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV
cca15a827907 drm/amdgpu/soc21: don't remap HDP registers for SR-IOV
b9971393d4c9 drm/amd/display: Don't check registers, if using AUX BL control
49bdfc83c74a thermal/of: add missing of_node_put()
d6a68f163246 platform/x86: asus-wmi: Support 2023 ROG X16 tablet mode
d1f916c6eb0c platform/mellanox: mlxbf-bootctl: add NET dependency into Kconfig
dfbcef80dda9 ata: sata_mv: Fix incorrect string length computation in mv_dump_mem()
797d75bd575c net/smc: bugfix for smcr v2 server connect success statistic
b08a4938229d ring-buffer: Do not attempt to read past "commit"
baa1634bc936 selftests: fix dependency checker script
45ad79c9cb50 btrfs: assert delayed node locked when removing delayed item
11054f0b889f ring-buffer: Avoid softlockup in ring_buffer_resize()
a687e817d814 selftests/ftrace: Correctly enable event in instance-event.tc
5fb322df090e scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC command
81a6cdfcfd23 scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lock
843348f9e4aa scsi: qedf: Add synchronization between I/O completions and abort
655e9d209c06 parisc: irq: Make irq_stack_union static to avoid sparse warning
8a2c2630e18d parisc: drivers: Fix sparse warning
60caeaf090d5 parisc: iosapic.c: Fix sparse warnings
632e0fcf409b parisc: sba: Fix compile warning wrt list of SBA devices
be90c9e29dd5 nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()
36b29974a7ad spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain
e15bb292b246 spi: sun6i: reduce DMA RX transfer width to single byte
5685f8a6fae1 bpf: Annotate bpf_long_memcpy with data_race
be8f49029eca dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock
89744b649144 ceph: drop messages from MDS when unmounting
1375d9600c38 x86/reboot: VMCLEAR active VMCSes before emergency reboot
85fafa7ef0ac i2c: npcm7xx: Fix callback completion ordering
0d6c2f0942c3 gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip
e578a26084eb firmware: arm_ffa: Don't set the memory region attributes for MEM_LEND
099cfc6e5d1b arm64: dts: imx: Add imx8mm-prt8mm.dtb to build
328efccc7847 soc: imx8m: Enable OCOTP clock for imx8mm before reading registers
aab681bcb13a selftests/powerpc: Fix emit_tests to work with run_kselftest.sh
763f029f8c0f selftests/powerpc: Pass make context to children
b9dc3d6b761d selftests/powerpc: Use CLEAN macro to fix make warning
fe6406238d5a power: supply: rk817: Fix node refcount leak
1005010b732b xtensa: boot/lib: fix function prototypes
6438653ad1f2 xtensa: umulsidi3: fix conditional expression
45661247d117 xtensa: boot: don't add include-dirs
fca1b09645e5 xtensa: iss/network: make functions static
b4e666fa38fd xtensa: add default definition for XCHAL_HAVE_DIV32
7cad56459964 firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels()
33ed60d8b961 power: supply: ucs1002: fix error code in ucs1002_get_property()
1ec48a9fac7d bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-up
dd19672aaac4 ARM: dts: ti: omap: motorola-mapphone: Fix abe_clkctrl warning on boot
fe1379c0f61d ARM: dts: Unify pinctrl-single pin group nodes for omap4
16455bed4f86 ARM: dts: Unify pwm-omap-dmtimer node names
4ccb05618b4d ARM: dts: ti: omap: Fix bandgap thermal cells addressing for omap3/4
fe4da07a7f1b ARM: dts: omap: correct indentation
ea4efaf54685 clk: tegra: fix error return case for recalc_rate
efad31b6c062 clk: sprd: Fix thm_parents incorrect configuration
1ea6975aa68a power: supply: mt6370: Fix missing error code in mt6370_chg_toggle_cfo()
64adb41644fc firmware: arm_scmi: Fixup perf power-cost/microwatt support
a135c8813815 firmware: arm_scmi: Harden perf domain info access
3a21635aed62 bus: ti-sysc: Fix missing AM35xx SoC matching
771eb7c3f3fb bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset()
e6389d61b720 drm/bridge: ti-sn65dsi83: Do not generate HFP/HBP/HSA and EOT packet
404b8bc41872 spi: spi-gxp: BUG: Correct spi write return value
d3dc8acb60f8 MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabled
c01b2e0ee22e vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
cca10592ffd5 btrfs: reset destination buffer when read_extent_buffer() gets invalid range
cdfcaa4e8043 drm/amdkfd: Insert missing TLB flush on GFX10 and later
9becfff9f91e drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3
52c7b41ad6ee scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()
35c02a333d52 scsi: qla2xxx: Select qpair depending on which CPU post_cmd() gets called
3a8ac77a70cc wifi: ath11k: Cleanup mac80211 references on failure during tx_complete
1cccd28aa591 wifi: ath11k: fix tx status reporting in encap offload mode
dc1ab6577475 arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved
03b808058a88 s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_CLR2SECK2 IOCTL
a84ac8995ac7 f2fs: get out of a repeat loop when getting a locked data page
8b3b859bf8be f2fs: optimize iteration over sparse directories
3134156e3421 ARM: dts: qcom: msm8974pro-castor: correct touchscreen syna,nosleep-mode
064f57151dff ARM: dts: qcom: msm8974pro-castor: correct touchscreen function names
21e5e3c3f71c ARM: dts: qcom: msm8974pro-castor: correct inverted X of touchscreen
05951f5c26b4 ARM: dts: samsung: exynos4210-i9100: Fix LCD screen's physical size
226590fbd967 ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys EA6500 V2
70a1df9e0b44 i2c: xiic: Correct return value check for xiic_reinit()
fb9cfb28bdde i2c: mux: gpio: Add missing fwnode_handle_put()
976c8c1c4073 i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()
50a096aab61f gpio: tb10x: Fix an error handling path in tb10x_gpio_probe()
908b3b5e97d2 cifs: Fix UAF in cifs_demultiplex_thread()
7e4f49cd2bd7 proc: nommu: fix empty /proc/<pid>/maps
1d45e6d9951d proc: nommu: /proc/<pid>/maps: release mmap read lock
c5c9ee388723 igc: Expose tx-usecs coalesce setting to user
cae59ae73106 octeontx2-pf: Do xdp_do_flush() after redirects.
98ebbdefe490 bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI
26f1829c8538 net: ena: Flush XDP packets on error.
d64e738adc5c locking/seqlock: Do the lockdep annotation before locking in do_write_seqcount_begin_nested()
987a7f5311ba i915/pmu: Move execlist stats initialization to execlist specific setup
ea5a61d58886 netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP
c4b0facd5c20 netfilter: nf_tables: disable toggling dormant table state more than once
51fa66024a5e net: rds: Fix possible NULL-pointer dereference
2f0acb0736ec team: fix null-ptr-deref when team device type is changed
89f9f20b1cbd net: bridge: use DEV_STATS_INC()
69d7eef31ee1 net: hns3: add 5ms delay before clear firmware reset irq source
b1b85b3d767e net: hns3: fix fail to delete tc flower rules during reset issue
d3f7af41de52 net: hns3: only enable unicast promisc when mac table full
ed6a0b21b6ac net: hns3: fix GRE checksum offload issue
430f18eed1c1 net: hns3: add cmdq check for vf periodic service task
adbcec23c842 x86/srso: Fix SBPB enablement for spec_rstack_overflow=off
755195b2d2df x86/srso: Fix srso_show_state() side effect
7f301aa243b9 platform/x86: intel_scu_ipc: Fail IPC send if still busy
b34121a8fec1 platform/x86: intel_scu_ipc: Don't override scu in intel_scu_ipc_dev_simple_command()
962444595841 platform/x86: intel_scu_ipc: Check status upon timeout in ipc_wait_for_interrupt()
98a5a7f344fa platform/x86: intel_scu_ipc: Check status after timeout in busy_loop()
8ef5cc6b4ef0 net: hsr: Properly parse HSRv1 supervisor frames.
eef16bfdb212 x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer()
73be49248a04 dccp: fix dccp_v4_err()/dccp_v6_err() again
c2019f0a6816 powerpc/perf/hv-24x7: Update domain value check
5734d22c9ea0 scsi: iscsi_tcp: restrict to TCP sockets
2712545e535d ipv4: fix null-deref in ipv4_link_failure
54228157fb57 igc: Fix infinite initialization loop with early XDP redirect
40b5032c9951 ionic: fix 16bit math issue when PAGE_SIZE >= 64KB
f2c6e5945da5 netfilter, bpf: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()
d98bad2998fd i40e: Fix VF VLAN offloading when port VLAN is configured
0546cd573404 iavf: schedule a request immediately after add/delete vlan
00bbedbd7c5a iavf: add iavf_schedule_aq_request() helper
16fd3c37d1ca ASoC: SOF: core: Only call sof_ops_free() on remove if the probe was successful
211aac2ef6ff iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is set
65976385d49f octeon_ep: fix tx dma unmap len values in SG
66823a9025bc ASoC: imx-audmix: Fix return error with devm_clk_get()
ee79256b1615 ASoC: hdaudio.c: Add missing check for devm_kstrdup
488ea2a3e266 net/core: Fix ETH_P_1588 flow dissector
bf560c8a83ca selftests: tls: swap the TX and RX sockets in some tests
f5a75b3d31d3 netfilter: conntrack: fix extension size table
09424e88126e ALSA: hda/realtek: Splitting the UX3402 into two separate models
1698854b03a5 ASoC: rt5640: Fix IRQ not being free-ed for HDA jack detect mode
293e4920f715 ASoC: rt5640: Revert "Fix sleep in atomic context"
e388671635ac bpf: Avoid deadlock when using queue and stack maps from NMI
1e01b127685f netfilter: nf_tables: disallow element removal on anonymous sets
7a7fd891022a ASoC: meson: spdifin: start hw on dai probe
7e5d732e6902 netfilter: nf_tables: fix memleak when more than 255 elements expired
be4fbbbcd2f2 netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration
973288e9d988 netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation fails
8c643a8e040d netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
92b4b4bde940 netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
9a8c544158f6 netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction
a42ac74c9666 netfilter: nf_tables: defer gc run if previous batch is still pending
620e594be334 netfilter: nf_tables: use correct lock to protect gc_list
5d319f7a8143 netfilter: nf_tables: GC transaction race with abort path
afa584c35065 netfilter: nf_tables: GC transaction race with netns dismantle
41113aa5698a netfilter: nf_tables: fix GC transaction races with netns and netlink event exit path
59ee68c437c5 netfilter: nf_tables: don't fail inserts if duplicate has expired
0b9af4860a61 netfilter: nf_tables: remove busy mark and gc batch API
4ead4f74b3a9 netfilter: nft_set_hash: mark set element as dead when deleting from packet path
df650d6a4bf4 netfilter: nf_tables: adapt set backend to use GC transaction API
ea3eb9f2192e netfilter: nf_tables: GC transaction API to avoid race with control plane
59dab3bf0b8f netfilter: nf_tables: don't skip expired elements during walk
6bb88a0344c0 ext4: do not let fstrim block system suspend
b4d5db1c77fa ext4: move setting of trimmed bit into ext4_try_to_trim_range()
1e3c25df7d40 ext4: replace the traditional ternary conditional operator with with max()/min()
39c4a9522db0 btrfs: remove BUG() after failure to insert delayed dir index item
0d1a761dec22 btrfs: improve error message after failure to add delayed dir index item
dbf1a7198505 dm: fix a race condition in retrieve_deps
df9950d37df1 netfs: Only call folio_start_fscache() one time for each folio
2d9757480b43 media: via: Use correct dependency for camera sensor drivers
ae68541d5285 media: v4l: Use correct dependency for camera sensor drivers
a997d583571b NFSv4.1: fix pnfs MDS=DS session trunking
f86a2c2ea085 NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server
839e07de9a0a SUNRPC: Mark the cred for revalidation if the server rejects it
13acbca81eee NFS/pNFS: Report EINVAL errors from connect() to the server
edd1f0614510 NFS: More fixes for nfs_direct_write_reschedule_io()
d4729af1c73c NFS: Use the correct commit info in nfs_join_page_group()
1f49386d6779 NFS: More O_DIRECT accounting fixes for error paths
4d98038e5bd9 NFS: Fix O_DIRECT locking issues
f16fd0b11f0f NFS: Fix error handling for O_DIRECT write scheduling
(From OE-Core rev: c7fa56add3c55d17f1b2242602d9833461e14b7c)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5d66067b39e7f9d442d44d8025fe20a0fa7efba7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This release fixes the following CVEs:
- CVE-2023-43788
- CVE-2023-43789
(From OE-Core rev: b4596281de1f96fdf6533ab4caa957f1eaeff756)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 46dd8ce41756dbc2aa0f9001416f208cced1c8d5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This incorporates fixes for the following CVEs:
- CVE-2023-43785
- CVE-2023-43786
- CVE-2023-43787
(From OE-Core rev: 79f9c062df37ca15649d41bb6501e6fab2d73114)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a1534bb34b680bfc5cb2f35b5fd5a0c2afed6368)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
1.26.17 (2023-10-02)
Added the Cookie header to the list of headers to strip from requests
when redirecting to a different host. As before, different headers can
be set via Retry.remove_headers_on_redirect. (CVE-2023-43804)
1.26.16 (2023-05-23)
Fixed thread-safety issue where accessing a PoolManager with many
distinct origins would cause connection pools to be closed while
requests are in progress (#2954)
(From OE-Core rev: 7466db00ca2f884cf58504c3910b858a87f33128)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This allows building detailed vulnerability analysis tools without
relying on external resources.
(From OE-Core rev: 587ae7bc85fc471d927308d866821d463799023d)
Signed-off-by: Antoine Lubineau <antoine.lubineau@easymile.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 048ff0ad927f4d37cc5547ebeba9e0c221687ea6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
(From OE-Core rev: 7300254fdb6659c0a7462c64133f893d1a152850)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The previous CVE-2023-30630_1.patch picked only the patch
"dmidecode: Write the whole dump file at once" d8cfbc808f.
But there was a refactoring which does not allow to cherry-pick it fast
forward. Resolving this conflict was not correctly done. The patch was:
+ u32 len;
+ u8 *table;
...
- if (!(opt.flags & FLAG_QUIET))
- pr_comment("Writing %d bytes to %s.", crafted[0x05],
- opt.dumpfile);
- write_dump(0, crafted[0x05], crafted, opt.dumpfile, 1);
+ dmi_table_dump(crafted, crafted[0x05], table, len);
It looks like the variables len and table have been added without
initialization.
Now this problem is solved by applying the previous refactoring as
well. Patch 1 gets replaced by Patch 1a and Patch 1b. Patch 2..4 are
rebased without changes.
This is basically the same patch as in kirkstone:
ea069a94a2 dmidecode: fixup for CVE-2023-30630
(From OE-Core rev: 0bc69dc078c39381a39789d3c5fff673d7da994c)
Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
(From OE-Core rev: a1138dfc1e9394966dcca8f6259767a8ce5ca4cb)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Add a SECURITY.md file with hints for security researchers and other
parties who might report potential security vulnerabilities.
(From meta-yocto rev: c8f27eaa00fdd1a2594aaa70695373f608ff30bb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add a SECURITY.md file with hints for security researchers and other
parties who might report potential security vulnerabilities.
(Bitbake rev: 973aa73b9f1f542f4a636cf8eca733b4df5a778f)
Signed-off-by: Marta Rybczynska <marta.rybczynska@syslinbit.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
TUI mode needs terminfo at runtime, which is required to be
explicitly stated in the respective PACKAGECONFIG variable.
Without this change /etc/terminfo/ might be missing, which
leads to a runtime error when trying to use tui, e.g.:
(gdb) tui enable
Cannot enable the TUI: error opening terminal [TERM=xterm-256color]
(From OE-Core rev: 266944eb216912b7b2a935360aa51cd79847a071)
Signed-off-by: Stefan Tauner <stefan.tauner@artech.at>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5f17bc03a0c2d894e43c3c835fa38a24b1d5df64)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
assertTrue is a problematic call use in test cases since when it fails,
you just get an unhelpful "False is not True" message.
Replace some uses with assertIn/assertNotIn which will give more helpful results
and for the rest, add msg entries which given more helpful debugging.
For example, this patch would help debugging of #15176.
(From OE-Core rev: 52a2455ba7d91d404fc2c4568c805cf1fbe2b2ad)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 35d4c39e0df1a304f557471151a03d1e4b0f30c7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The soup.cross file is only created when building for target so only
tell meson to read it when it exists. This allows libsoup-2.4-native to
be built again.
(From OE-Core rev: d52003dd13cb17e32ccfa717f8462c8301334dd1)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4acbd2269931b500846d56885c3304d244e514f8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Piping results through sed may mask failures that sed isn't catching.
(From OE-Core rev: 687989f2ee2204643157e04a976d3310018a3bb3)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2b1b0e9e4d5011e7c2fd1b59fc277a7cfdc41194)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This brings them from 15 minutes to just over 4.
(From OE-Core rev: 3cd99ff32da3bb85d7ee278fec69504a12c1f715)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9eeee78aa94aaa441da012aeb904a0f1cbcd4d91)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
strace is one of the slowest tests otherwise (can take 40 minutes or more),
and this brings it to under 10 minutes \0/
(From OE-Core rev: 30b6692ef4a12958419c94b96e3fc5a50e8a7ad6)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0c632b418a785494318d9f375a07d879772e8ced)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
I'm not sure if this was reported correctly before, but it
currently is not. Test that is stuck is an error in itself.
(From OE-Core rev: f2989e8f87b8793b03fe13254f8214e495008527)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 002e27c9932a83e46be0b03a5232594cfba7212c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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>
Use correct HTTPService parameters like apt.py when setting up the repo
server. These work with qemu tun and slirp networking. Fixes test
failure with slirp networking when executing testimage.bbclass
selftests "oe-selftest -r runtime_test.TestImage".
(From OE-Core rev: 68f0100b779bac1788818320f8aa64d79e3db3c2)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
(cherry picked from commit 764424df2f4b6bf0e89fb20b4253a7601468f70d)
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>
qemu itself is not helpful when render nodes exist, but can't be opened:
qemu-system-x86_64: egl: render node init failed
To fix this, users likely need to
* modprobe vgem (presence when physical graphic card is absent or has a driver without
support for render nodes, such as many older cards found in server machines)
* add their user to "render" group to write to /dev/dri/renderD* (permissions)
With this change runqemu should print hints for the above as appropriate from probing the nodes.
(From OE-Core rev: 12ae43abbc4e7d6184198a912487ace3a4e66e50)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit acd85925cb197b7a31a25b60e8de762e2c3697ef)
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>
Running either of these ends up corrupting the os.execv args.
If we run:
./scripts/nativesdk-intercept/chown -R foo:foo bar
The loop here ends up missing the conversion of foo:foo to root:root because
it sees sys.argv[0] and assumes that it's the user:group argument and that we
should convert that. We end up a os.execv(path, args) that have the following
args:
['root:root', '-R', 'foo:foo', 'bar']
As os.execv ignores args[0], we can just populate it with sys.argv[0] and then
loop through sys.argv[1:]. As both chgrp and chown would have either flags and
USER[:GROUP] next, this fixes the issue.
(From OE-Core rev: e27982afaed33e5823962f7fefe6f709c10e9107)
Signed-off-by: Eilís 'pidge' Ní Fhlannagáin <pidge@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2a75f647ec7696d353f4b09099d777ba53f34d36)
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>
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>
Adds an additional note about some of the side effects that can occur if
recipes are not reproducible and hash equivalence is enabled.
(From yocto-docs rev: 968ac9807466df775f18fca050070170d3ed8585)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The proper way to inherit the testimage class is now
IMAGE_CLASSES += "testimage"
so change lines with 'INHERIT += "testimage"' to match. This makes the
dev-manual consistent with the migration guide, which already specifies
that the old way causes an error.
(From yocto-docs rev: 4d660551a6547ffe216e53402759baef424c4da2)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
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>
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>
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>
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-40474https://nvd.nist.gov/vuln/detail/CVE-2023-40475https://nvd.nist.gov/vuln/detail/CVE-2023-40476https://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>
This is in accordance with the gatesgarth Release Notes:
> In the ``Upstream-Status`` header convention for patches,
> ``Accepted`` has | been replaced with ``Backport`` as these almost
> always mean the same thing i.e. the patch is already upstream and
> may need to be removed in a future recipe upgrade. If you are adding
> these headers to your own patches then use Backport to indicate that
> the patch has been sent upstream.
<https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes>
Suggested-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
(From yocto-docs rev: ca3fa9079f0effc8506626fc2c76736b240d2c29)
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
It was never really clear what all those reasons really meant, and every
patch submitted upstream liftens the maintenance on the Yocto side.
So remove the current list, and replace it with two reasons in which an
upstream submission likely won't benefit the upstream project.
Suggested-by: Alexander Kanavin <alex.kanavin@gmail.com>
(From yocto-docs rev: 3b2211e56220319f8134bfda2e9dc51376623173)
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This was previously included in the OpenEmbedded wiki page [1], but was
not ported along with the rest in commit 95c9a1e1e78bbfb82ade
(2023-09-12, Michael Opdenacker: "contributor-guide: recipe-style-guide:
add Upstream-Status").
[1]: https://www.openembedded.org/index.php?title=Commit_Patch_Message_Guidelines&oldid=10935
Group the examples in their own sections (but name it differently from
any other section in this document so that sphinx doesn't generate a
warning about duplicate labels).
(From yocto-docs rev: f22254dcfe0f17cc7998a7cfc69dfc055b41e2f0)
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Whilst often referred to as packages by people we should use the more
accurate term in documentation, 'recipe' instead of 'packages'.
(From yocto-docs rev: b164d45594bc054e96af7e64efae7e4fe685cec3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.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. --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>
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>
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:
=============
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>
A flaw was found in the QEMU virtual crypto device while handling
data encryption/decryption requests in virtio_crypto_handle_sym_req.
There is no check for the value of `src_len` and `dst_len` in
virtio_crypto_sym_op_helper, potentially leading to a heap buffer
overflow when the two values differ.
References:
https://nvd.nist.gov/vuln/detail/CVE-2023-3180
(From OE-Core rev: 2038b5e977481cac2e9e35101a467fbd5268231e)
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
b4e23c75ae tunables: Terminate if end of input is reached (CVE-2023-4911)
2dfd8c77b5 i686: Regenerate ulps
94ef701365 Document CVE-2023-4806 and CVE-2023-5156 in NEWS
4473d1b87d Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]
9d5c6e27ed x86: Fix for cache computation on AMD legacy cpus.
79310b45af x86/dl-cacheinfo: remove unsused parameter from handle_amd
6529a7466c getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)
b752934602 CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa mode
1a7cbe52c8 elf: Move l_init_called_next to old place of l_text_end in link map
bdb594afa5 elf: Remove unused l_text_end field from struct link_map
a7e34a6675 elf: Always call destructors in reverse constructor order (bug 30785)
3d24d1903d elf: Do not run constructors for proxy objects
be26b29262 io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64
0d500bfdc0 hurd: Make exception subcode a long
f94ff95e93 x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]
cc8243fb0b x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.
80a8c858a5 x86: Fix slight bug in `shared_per_thread` cache size calculation.
1caf955269 x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`
Dropped 0023-CVE-2023-4527.patch and 0024-CVE-2023-4806.patch files as they are
present in glibc version update.
(From OE-Core rev: 9e7aaefc0d764eaecf35582bb19490cc6262f966)
Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The '-w' option is not giving very helpful information. For example,
if we add 'spice' to IMAGE_INSTALL, bitbake -g core-image-minimal,
and then run `oe-depends-dot -k nspr -w task-depends.dot', the result is:
$ oe-depends-dot -k nspr -w task-depends.dot
Because: core-image-minimal nss
core-image-minimal -> nss -> nspr
The result is not showing the full dependency chain which brings in nspr.
With this patch, the result is:
$ oe-depends-dot -k nspr -w task-depends.dot
Because: core-image-minimal nss libcacard spice
core-image-minimal -> spice -> libcacard -> nss -> nspr
This patch also fixes a typo in help message: recipe-depends.dot -> task-depends.dot.
(From OE-Core rev: 275410d3cc78acb66e9c7a6d529a58ac38581c8d)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 222302810c472c8eb2efceaa757a253dcac5618f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The latest 6.5 kernels do not appear to create the source file in
${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/source so the
recipe errors out when trying to remove it. Simple fix is to add the
-f (force) flag to the call.
(From OE-Core rev: f4422831cce168d0b113fb47eebbb480d157cebb)
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2e669bf797b15d803e7d6a700e449bdc467a4bcc)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
glob/ doesn't exist and the other files are copied by autotools.bbclass
(From OE-Core rev: edfd456dee40dcd6a65545c60a6ace50aa52f65f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f11fac5430c1308347f673c6e1fb6c5b2c7ff9c0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
inetutils guesses a lot of target paths in cross builds, and warns that
some of them are known to be wrong (for example, whether /proc/net/dev
exists is guessed as 'no').
Add a post-configure function to check for these warnings, and pass
--with-path-* as appropriate to set the paths explicitly.
This means we can remove the patch which was setting PATH_PROCNET_DEV,
and the autoconf cache value inetutils_cv_path_login.
The downside is that these --with-path-* options are not real autoconf
options, so the "unknown options" warning is emitted. Losing those is
an acceptable compromise, so disable it.
Musl doesn't implement utmp and has stub defines for _PATH_UTMP but not
_PATH_UTMPX, so we need to set the X variants explicitly.
(From OE-Core rev: 86b88aaec534c3da74de6127198c57521977bd10)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 91179f89db127063dbdf998e15d63e04d6be53f7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Now we have a contributor guide combining various wiki pages, point at
that.
(From OE-Core rev: b39533ce98a106744738b92d473201bdbd2f643c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 43a3ab6b412186b6c7494e928809662c4ec462f9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Systemd upstream has reiterated that the only supported libc
implementation is glibc.
(From OE-Core rev: 836d8d5b645ded6cb1da9368efc9ca563595503a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3655b965a0b13518e35b3312e1ae7b59b1f231a6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Fixes errors like below seen with bitbake core-image-ptest-fast
WARNING: core-image-ptest-apr-util-1.0-r0 do_recipe_qa: QA Issue: Recipe core-image-ptest-apr-util in /mnt/b/yoe/master/sources/poky/meta/recipes-core/images/core-image-ptest.bb does not contain a SUMMARY. Please a
dd an entry. [missing-metadata]
(From OE-Core rev: 66c2245280dd6e22fa2de230de458ce5ba267f91)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 307381c9267eb3a3e687c577a0afd552d44248f7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
rpm2cpio.sh can make calls to bunzip2 to uncompress the RPM payload that
conform the cpio file.
bzip2 is already part of HOSTTOOLS, as a link to the system installed
bzip2.
This patch add bunzip2 in HOSTOOLS list as a non-optional binary, so is
available to rpm2cpio.sh when it is required.
The currect rpm2cpio.sh has other calls to gunzip (present in HOSTOOLS),
xzcat (missing), unlzma (missing) and unzstd (present in HOSTTOOLS since
bff58d337890e804d33d7decbaa46065a4d3bba4)
Adding the missing ones will not add any new host dependency as xz-utils
is already listed as a requirement.
(From OE-Core rev: 08ab02865bb94865826515def8cf13352bacda8a)
Signed-off-by: Alberto Planas <aplanas@suse.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fd376a11ed8d1b79633c2572ec0b4341d3ca2f1c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Hash equivalence need to include the ACLs in the output hash, and libacl
is used to do that so include the library in the buildtools-tarball.
(From OE-Core rev: 1a0622be3804598895a35c31bd44866c8647967f)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d152dfe784f231fa369d59f9bce8195ad09c5482)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
[YOCTO #14141]
Currently the gitdir is manually constructed using `git
rev-parse --show-toplevel` and appending `.git`. This is most of the time
correct but not always: `.git` can be a file with the following content:
gitdir: <some_folder>
This is the case for submodules, so when using devtool modify on a recipe
using submodules *and* patching files inside one of the submodules, do_patch
fails with the following error:
ERROR: Error executing a python function in exec_func_python() autogenerated:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_func_python() autogenerated', lineno: 2, function: <module>
0001:
*** 0002:patch_do_patch(d)
0003:
File: '<..>/poky/meta/classes-global/patch.bbclass', lineno: 157, function: patch_do_patch
0153: except Exception as exc:
0154: bb.utils.remove(process_tmpdir, True)
0155: bb.fatal("Importing patch '%s' with striplevel '%s'\n%s" % (parm['patchname'], parm['striplevel'], repr(exc).replace("\\n", "\n")))
0156: try:
*** 0157: resolver.Resolve()
0158: except bb.BBHandledException as e:
0159: bb.utils.remove(process_tmpdir, True)
0160: bb.fatal("Applying patch '%s' on target directory '%s'\n%s" % (parm['patchname'], patchdir, repr(e).replace("\\n", "\n")))
0161:
File: '<..>/poky/meta/lib/oe/patch.py', lineno: 769, function: Resolve
0765: def Resolve(self):
0766: olddir = os.path.abspath(os.curdir)
0767: os.chdir(self.patchset.dir)
0768: try:
*** 0769: self.patchset.Push()
0770: except Exception:
0771: import sys
0772: os.chdir(olddir)
0773: raise
File: '<..>/poky/meta/lib/oe/patch.py', lineno: 274, function: Push
0270: else:
0271: next = 0
0272:
0273: bb.note("applying patch %s" % self.patches[next])
*** 0274: ret = self._applypatch(self.patches[next], force)
0275:
0276: self._current = next
0277: return ret
0278:
File: '<..>/poky/meta/lib/oe/patch.py', lineno: 556, function: _applypatch
0552: if os.path.lexists(hooks_dir_backup):
0553: raise Exception("Git hooks backup directory already exists: %s" % hooks_dir_backup)
0554: if os.path.lexists(hooks_dir):
0555: shutil.move(hooks_dir, hooks_dir_backup)
*** 0556: os.mkdir(hooks_dir)
0557: commithook = os.path.join(hooks_dir, 'commit-msg')
0558: applyhook = os.path.join(hooks_dir, 'applypatch-msg')
0559: with open(commithook, 'w') as f:
0560: # NOTE: the formatting here is significant; if you change it you'll also need to
Exception: NotADirectoryError: [Errno 20] Not a directory: '<..>/build/tmp/work/core2-64-poky-linux/vulkan-samples/git/devtooltmp-n87_zx1i/workdir/git/third_party/spdlog/.git/hooks'
Using `git rev-parse --absolute-git-dir` instead of `git rev-parse
--show-toplevel` ensure we get the correct gitdir
(From OE-Core rev: e974a5ebc08d5adf00081a7361ccc77e31124974)
Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f74879dd95b19504ce8a8554636d2310d0336806)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
These BT only firmware files are submitted for NXP chips.
88w8997-bt:
uartuart8997_bt_v4.bin version: 16.92.21.p81
helper_uart_3000000.bin version: 16.92.21.p81
88w8987-bt:
uartuart8987_bt.bin version: 16.92.21.p76.5
88w9098-bt:
uartuart9098_bt_v1.bin version: 17.92.1.p136.24
iw416-bt:
uartiw416_bt_v0.bin version: 16.92.21.p81
iw611-bt / iw612-bt:
uartspi_n61x_v1.bin.se version: 18.99.1.p154.40
These firmware files are downloaded over UART interface. The
helper_uart_3000000.bin needs to be downloaded before
uartuart8997_bt_v4.bin for 88w8997 chip to set download baudrate
to 3000000.
The above commit message is copied from the source commit message:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/nxp?id=1f82dd25c3ea59b6bed80ee685d860f0c5f19875
(From OE-Core rev: d9b6e764f0dc2f68c79026ffff8d883ecee47a88)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4a6cf0b53346262872dd82a55d69a93a8d2e2cce)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Add audio topology description to the qcom-sc8280xp-lenovo-x13s-audio
package. The file is licensed is copyright by Linaro and licensed under
BSD 3-clause license.
(From OE-Core rev: 12c2dd9dc0cee2e1a09fbd149f7a2ecab16ecaef)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 958d6a209edf059d31ff07bdd55179fc21ea7079)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
b911329317b4 Linux 5.15.133
e3a29b80e9e6 interconnect: Teach lockdep about icc_bw_lock order
c6244cd00c97 drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gamma
08569c92f7f3 net/sched: Retire rsvp classifier
6b080fa8aae1 drm/amdgpu: fix amdgpu_cs_p1_user_fence
6386a2d4dc01 drm/amd/display: fix the white screen issue when >= 64GB DRAM
e04b7073bdce ext4: fix rec_len verify error
93763d58705a scsi: pm8001: Setup IRQs on resume
72a22696cf19 scsi: megaraid_sas: Fix deadlock on firmware crashdump
54603e8a88bc ata: libata: disallow dev-initiated LPM transitions to unsupported states
01c7c38a90bc i2c: aspeed: Reset the i2c controller when timeout occurs
763d39f4e8fb tracefs: Add missing lockdown check to tracefs_create_dir()
bf195968e362 nfsd: fix change_info in NFSv4 RENAME replies
bf38c1d29f8b tracing: Have option files inc the trace array ref count
85ad4688b7a7 tracing: Have current_trace inc the trace array ref count
962e6723239b tracing: Have tracing_max_latency inc the trace array ref count
380bbd46d61c btrfs: release path before inode lookup during the ino lookup ioctl
779c3cf2749c btrfs: fix lockdep splat and potential deadlock after failure running delayed items
f9c78afcee46 ovl: fix incorrect fdput() on aio completion
05a7289a5d4b ovl: fix failed copyup of fileattr on a symlink
8bcb80293be7 attr: block mode changes of symlinks
d30af15e460f md/raid1: fix error: ISO C90 forbids mixed declarations
abdfde037712 samples/hw_breakpoint: fix building without module unloading
58787ff3d023 x86/purgatory: Remove LTO flags
8abf1ec895d5 x86/boot/compressed: Reserve more memory for page tables
e1a27664fcf5 scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()
f0fd24f1fae0 selftests: tracing: Fix to unmount tracefs for recovering environment
dded6b81ad68 scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()
1d5caeac9655 drm: gm12u320: Fix the timeout usage for usb_bulk_msg()
b9f0572b38c1 btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super
cba491ee38e2 btrfs: add a helper to read the superblock metadata_uuid
cb3671a2eeac btrfs: move btrfs_pinned_by_swapfile prototype into volumes.h
f16fe29368fd perf test shell stat_bpf_counters: Fix test on Intel
ad73216e006f perf test: Remove bash construct from stat_bpf_counters.sh test
d8f81baeb9eb MIPS: Use "grep -E" instead of "egrep"
dfe961b1e476 mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller
56cf9f446b33 mtd: rawnand: brcmnand: Allow SoC to provide I/O operations
34fcb59437a7 jbd2: correct the end of the journal recovery scan range
a4605449cc9f jbd2: rename jbd_debug() to jbd2_debug()
db6c90f2671c jbd2: kill t_handle_lock transaction spinlock
e9270898222a jbd2: fix use-after-free of transaction_t race
b0412dd1c24b jbd2: refactor wait logic for transaction updates into a common function
f980bf1586ef printk: Consolidate console deferred printing
9be2957f014d interconnect: Fix locking for runpm vs reclaim
f3f6bf22a4f5 kobject: Add sanity check for kset->kobj.ktype in kset_register()
81bbe6667024 media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warning
d4ef3c9c7947 usb: ehci: add workaround for chipidea PORTSC.PEC bug
c829d25e26fb serial: cpm_uart: Avoid suspicious locking
5353df78c226 scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()
b97aaf9faf89 tools: iio: iio_generic_buffer: Fix some integer type and calculation
60a71fd1910e usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc
c861a61be6d3 usb: cdns3: Put the cdns set active part outside the spin lock
930c60e13947 media: pci: cx23885: replace BUG with error return
48bb6a9fa5cb media: tuners: qt1010: replace BUG_ON with a regular error
2a33fc57133d media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer
5b1ea100ad36 media: az6007: Fix null-ptr-deref in az6007_i2c_xfer()
3dd5846a8739 media: anysee: fix null-ptr-deref in anysee_master_xfer
033b0c0780ad media: af9005: Fix null-ptr-deref in af9005_i2c_xfer
903566208ae6 media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer()
d9ef84a7c222 media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xfer
ca49cef3acaa PCI: fu740: Set the number of MSI vectors
d35e7ae10eb8 powerpc/pseries: fix possible memory leak in ibmebus_bus_init()
46870eea5496 ARM: 9317/1: kexec: Make smp stop calls asynchronous
ef7311101ca4 jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount
aa5b019a3e0f fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()
7ac65c29b6c2 ext2: fix datatype of block number in ext2_xattr_set2()
4f96c0665f9f md: raid1: fix potential OOB in raid1_remove_disk()
f3e9fc7b02b9 bus: ti-sysc: Configure uart quirks for k3 SoC
3157aa794c75 drm/exynos: fix a possible null-pointer dereference due to data race in exynos_drm_crtc_atomic_disable()
78bc9d25997a drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN31
5eca70c14b31 ALSA: hda: intel-dsp-cfg: add LunarLake support
e8ba418d4926 samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000'
961df5a3f5cc arm64: dts: qcom: sm8250-edo: correct ramoops pmsg-size
49cd54900078 arm64: dts: qcom: sm8150-kumano: correct ramoops pmsg-size
1e0a38bb840a arm64: dts: qcom: sm6125-pdx201: correct ramoops pmsg-size
201071956ec6 drm/bridge: tc358762: Instruct DSI host to generate HSE packets
c64ee9dd3358 wifi: mac80211_hwsim: drop short frames
66594a1e6ddd netfilter: ebtables: fix fortify warnings in size_entry_mwt()
fedd9377dd9c wifi: mac80211: check S1G action frame size
e08333e2abae alx: fix OOB-read compiler warning
2b0a093cdf59 mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450
0a1f87f0ca76 tpm_tis: Resend command to recover from data transfer errors
67589d247909 crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
389106425dee wifi: wil6210: fix fortify warnings
ddb8f358b5e0 wifi: mwifiex: fix fortify warning
a7ebe459c72e wifi: ath9k: fix printk specifier
3de6b6ab69e2 wifi: ath9k: fix fortify warnings
6b0adfafb073 crypto: lrw,xts - Replace strlcpy with strscpy
dc100292e503 devlink: remove reload failed checks in params get/set callbacks
7b7964cd9db3 ACPI: x86: s2idle: Catch multiple ACPI_TYPE_PACKAGE objects
eda268b5b7ad hw_breakpoint: fix single-stepping when using bpf_overflow_handler
6e743b7261ef perf/imx_ddr: speed up overflow frequency of cycle
f9a2c79c2970 perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09
ed1afb597280 ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470
f685311dbe05 scftorture: Forgive memory-allocation failure if KASAN
4f03fba096bf rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()
f1ceff37ac6b kernel/fork: beware of __put_task_struct() calling context
430787056dd3 ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer
766e56faddbe locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock
6994f806c6d1 btrfs: output extra debug info if we failed to find an inline backref
71eeddcad734 autofs: fix memory leak of waitqueues in autofs_catatonic_mode
35ecaa3632bf Linux 5.15.132
0c0d79f3366a pcd: fix error codes in pcd_init_unit()
893978f1b4d1 drm/amd/display: Fix a bug when searching for insert_above_mpcc
0b8e09b39ef3 MIPS: Only fiddle with CHECKFLAGS if `need-compiler'
55d2e7c1ab8e kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().
e80228b27487 ixgbe: fix timestamp configuration code
5b55dac919ec ipv6: fix ip6_sock_set_addr_preferences() typo
481bd6dcc5fe net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()
3600c0dc0deb platform/mellanox: mlxbf-pmc: Fix reading of unprogrammed events
07c0abc80604 platform/mellanox: mlxbf-pmc: Fix potential buffer overflows
7c34ea34516d platform/mellanox: mlxbf-tmfifo: Drop jumbo frames
694035201aac platform/mellanox: mlxbf-tmfifo: Drop the Rx packet if no more descriptors
97275339c34c kcm: Fix memory leak in error path of kcm_sendmsg()
864da4a5d5eb r8152: check budget for r8152_poll()
fbdc4e9908b2 net: dsa: sja1105: hide all multicast addresses from "bridge fdb show"
6a4480c5e6eb hsr: Fix uninit-value access in fill_frame_info()
072324cfab9b net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlro_get_fdir_all()
5bb09dddc724 net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc()
06b4934ab2b5 net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add
aea3801c234d kselftest/runner.sh: Propagate SIGTERM to runner child
2f1e86014d0c net: ipv4: fix one memleak in __inet_del_ifa()
f086e859ddc2 ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys EA6500 V2
8173d9027031 ARM: dts: samsung: exynos4210-i9100: Fix LCD screen's physical size
072cd213c64f block: don't add or resize partition on the disk with GENHD_FL_NO_PART
c6ce1c5dd327 block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
6c06a7f6b41c block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flags
8247ff0d5036 block: move GENHD_FL_NATIVE_CAPACITY to disk->state
5ad42b999a42 pcd: cleanup initialization
7607bc7fe6cc pcd: move the identify buffer into pcd_identify
242bbe218814 perf hists browser: Fix the number of entries for 'e' key
4d7a8a44e030 perf tools: Handle old data in PERF_RECORD_ATTR
a8f91f480c62 perf hists browser: Fix hierarchy mode header
4ee1cf2a5bcc MIPS: Fix CONFIG_CPU_DADDI_WORKAROUNDS `modules_install' regression
df4d8d5ab647 drm/amd/display: prevent potential division by zero errors
3b51d016bbbf mtd: rawnand: brcmnand: Fix potential false time out warning
2353b7bb61e4 mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write
b59ff750bf80 mtd: rawnand: brcmnand: Fix crash during the panic_write
ca5218aef9e5 btrfs: use the correct superblock to compare fsid in btrfs_validate_super
f3260733894a btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART
7ef0e8b812e0 btrfs: free qgroup rsv on io failure
5fd6f40d17e8 fuse: nlookup missing decrement in fuse_direntplus_link
65b6890c3d01 ata: pata_ftide010: Add missing MODULE_DESCRIPTION
0b62825dc6c3 ata: sata_gemini: Add missing MODULE_DESCRIPTION
81dd61cb1caa ata: pata_falcon: fix IO base selection for Q40
20bc2c470369 lib: test_scanf: Add explicit type cast to result initialization in test_number_prefix()
4315b4a95ecf ext4: add correct group descriptors and reserved GDT blocks to system zone
ef5fea70e591 jbd2: check 'jh->b_transaction' before removing it from checkpoint
6778a3857266 jbd2: fix checkpoint cleanup performance regression
6b195e07a2cf dmaengine: sh: rz-dmac: Fix destination and source data size setting
0476f2016ddc ARC: atomics: Add compiler barrier to atomic operations...
3375186d5e3f net/mlx5: Free IRQ rmap and notifier on kernel shutdown
2348a375ee16 sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory()
f5160dc17e81 net: hns3: remove GSO partial feature bit
6d548b7cb216 net: hns3: fix the port information display when sfp is absent
cc3c67e08169 net: hns3: fix invalid mutex between tc qdisc and dcb ets command issue
2c9643fa6360 net: hns3: fix debugfs concurrency issue between kfree buffer and read
8bfa87cf4a86 net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()
19280e8dfb52 netfilter: nfnetlink_osf: avoid OOB read
1ad7b189cc14 netfilter: nftables: exthdr: fix 4-byte stack OOB write
347f765176db net: dsa: sja1105: complete tc-cbs offload support on SJA1110
cb4494cfe4b7 net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many times
77b850b84d21 net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offload
d11109c03d6e ip_tunnels: use DEV_STATS_INC()
fcfb5842ef9c idr: fix param name in idr_alloc_cyclic() doc
131cd74a8e38 s390/zcrypt: don't leak memory if dev_set_name() fails
12de76fdddb5 igb: Change IGB_MIN to allow set rx/tx value between 64 and 80
7c2f90b1c213 igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80
f4c5640d6d38 igc: Change IGC_MIN to allow set rx/tx value between 64 and 80
9210b3dd74ac octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue mbox handler
1840f08c2a1b kcm: Destroy mutex in kcm_exit_net()
6ea277b2c626 net: sched: sch_qfq: Fix UAF in qfq_dequeue()
3868de7c5361 af_unix: Fix data race around sk->sk_err.
d95456660fae af_unix: Fix data-races around sk->sk_shutdown.
e5edc6e44a88 af_unix: Fix data-race around unix_tot_inflight.
9151ed4b0061 af_unix: Fix data-races around user->unix_inflight.
907fbed65cec net: phy: micrel: Correct bit assignments for phy_device flags
5d2d3f2300c3 net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddr
77dd55f5ec6a veth: Fixing transmit return status for dropped packets
56603b2c82e3 igb: disable virtualization features on 82580
149bc7834d6f ipv4: ignore dst hint for multipath routes
e18b49495a52 drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt()
5979985f2d6b xsk: Fix xsk_diag use-after-free error during socket cleanup
49acc5c5b280 net: fib: avoid warn splat in flow dissector
ed4e0adfa407 net: read sk->sk_family once in sk_mc_loop()
e0b483a0584f ipv4: annotate data-races around fi->fib_dead
74df0319e4e2 sctp: annotate data-races around sk->sk_wmem_queued
973a4c302d7f net/sched: fq_pie: avoid stalls in fq_pie_timer()
5e22217c1142 pwm: lpc32xx: Remove handling of PWM channels
676152264dec watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-load
d6aa2be1379d perf top: Don't pass an ERR_PTR() directly to perf_session__delete()
79bd17c99ec9 perf vendor events: Drop some of the JSON/events for power10 platform
1356eaceef34 perf vendor events: Update the JSON/events descriptions for power10 platform
24481d5c7413 x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()
6e9863165674 perf annotate bpf: Don't enclose non-debug code with an assert()
184be0d59242 Input: tca6416-keypad - fix interrupt enable disbalance
0b79f5a19cfb Input: tca6416-keypad - always expect proper IRQ number in i2c client
1e3167aa4ba2 backlight: gpio_backlight: Drop output GPIO direction check for initial power state
6fc8bdc3cf4c pwm: atmel-tcb: Fix resource freeing in error path and remove
6b2bb1a1a63c pwm: atmel-tcb: Harmonize resource allocation order
d4734ef765eb pwm: atmel-tcb: Convert to platform remove callback returning void
c3bc668581e7 perf trace: Really free the evsel->priv area
8e96f741b328 perf trace: Use zfree() to reduce chances of use after free
414cf7a2cc87 kconfig: fix possible buffer overflow
be9ce0dbde4f gfs2: low-memory forced flush fixes
751facd3634c gfs2: Switch to wait_event in gfs2_logd
d0245b066971 kbuild: do not run depmod for 'make modules_sign'
05333a6a21e3 bus: mhi: host: Skip MHI reset if device is in RDDM
e2964c98ec31 NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info
da302f1d476a NFS: Fix a potential data corruption
0db19df21be5 clk: qcom: mss-sc7180: fix missing resume during probe
f64f682be7c8 clk: qcom: q6sstop-qcs404: fix missing resume during probe
b2f39b813d1e soc: qcom: qmi_encdec: Restrict string length in decode
e61db8922631 clk: qcom: gcc-mdm9615: use proper parent for pll0_vote clock
a8474506c912 clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200Hz
a69b951c8398 dt-bindings: clock: xlnx,versal-clk: drop select:false
ead2436cf05e pinctrl: cherryview: fix address_space_handler() argument
8859f58c1790 parisc: led: Reduce CPU overhead for disk & lan LED computation
2655e1d970cf parisc: led: Fix LAN receive and transmit LEDs
7ad44409cd3b lib/test_meminit: allocate pages up to order MAX_ORDER
2d8138cea71d clk: qcom: turingcc-qcs404: fix missing resume during probe
9f5db4ab19f8 drm/ast: Fix DRAM init on AST2200
cfc47807a482 clk: qcom: camcc-sc7180: fix async resume during probe
309c27162afe fbdev/ep93xx-fb: Do not assign to struct fb_info.dev
4316e951f164 scsi: qla2xxx: Fix firmware resource tracking
7b89c3727bff scsi: qla2xxx: Error code did not return to upper layer
15a71bb25beb scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit()
106392156273 scsi: qla2xxx: Flush mailbox commands on chip reset
def49a05aef4 scsi: qla2xxx: Remove unsupported ql2xenabledif option
be12c9f4c60c scsi: qla2xxx: Fix TMF leak through
4322f3de9f21 scsi: qla2xxx: Fix session hang in gnl
a4708402c458 scsi: qla2xxx: Turn off noisy message log
b0453b0cf506 scsi: qla2xxx: Fix erroneous link up failure
5934b2125f5b scsi: qla2xxx: Fix command flush during TMF
4a16a46c8481 scsi: qla2xxx: fix inconsistent TMF timeout
f1ea164be545 scsi: qla2xxx: Fix deletion race condition
683945b17724 scsi: qla2xxx: Limit TMF to 8 per function
fde268c234d1 scsi: qla2xxx: Adjust IOCB resource on qpair create
c29848249f78 io_uring: break iopolling on signal
0def123f1254 io_uring: break out of iowq iopoll on teardown
1a0aba2bf293 io_uring: always lock in io_apoll_task_func
2920cc4c64a1 net/ipv6: SKB symmetric hash should incorporate transport ports
529bcc70c49c udf: initialize newblock to 0
fae2d591f3cb Revert "drm/amdgpu: install stub fence into potential unused fence pointers"
f01e21d6c7ed md/md-bitmap: remove unnecessary local variable in backlog_store()
99a8d14d7965 tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY
05c581ad3e7b perf/x86/uncore: Correct the number of CHAs on EMR
861cfdc51f22 x86/sgx: Break up long non-preemptible delays in sgx_vepc_release()
7e3ddbea87a9 USB: core: Fix oversight in SuperSpeed initialization
7fe9d8799606 USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()
eda9a2966582 USB: core: Change usb_get_device_descriptor() API
56c49a3328e9 USB: core: Unite old scheme and new scheme descriptor reads
0ad6bad31da6 usb: typec: bus: verify partner exists in typec_altmode_attention
31220bd89c22 usb: typec: tcpm: set initial svdm version based on pd revision
3acc6b9f266f cpufreq: brcmstb-avs-cpufreq: Fix -Warray-bounds bug
cb65ad51f1bd crypto: stm32 - fix loop iterating through scatterlist for DMA
9ab2c149c2e7 s390/ipl: add missing secure/has_secure file to ipl type 'unknown'
6aff2732577c arm64: sdei: abort running SDEI handlers during crash
fedecaeef888 pstore/ram: Check start of empty przs during init
8d68582b93e6 mmc: renesas_sdhi: register irqs before registering controller
5294144b6ad2 fsverity: skip PKCS#7 parser when keyring is empty
86608e1b0c6f net: handle ARPHRD_PPP in dev_is_mac_header_xmit()
51ffed9ca1a4 X.509: if signature is unsupported skip validation
6ecf09699eb1 dccp: Fix out of bounds access in DCCP error handler
7a2978e8d3c0 dlm: fix plock lookup when using multiple lockspaces
703cf47d47ba parisc: Fix /proc/cpuinfo output for lscpu
49a49d442075 procfs: block chmod on /proc/thread-self/comm
44f6ec589353 Revert "PCI: Mark NVIDIA T4 GPUs to avoid bus reset"
d73d3787c9d1 ntb: Fix calculation ntb_transport_tx_free_entry()
da0c7293f4db ntb: Clean up tx tail index on link down
bfa051f650a7 ntb: Drop packets when qp link is down
8f4edcd65534 scsi: mpt3sas: Perform additional retries if doorbell read returns 0
58388f2958f6 Revert "scsi: qla2xxx: Fix buffer overrun"
bd188d1e3855 media: venus: hfi_venus: Write to VIDC_CTRL_INIT after unmasking interrupts
6e9632a01e6d media: dvb: symbol fixup for dvb_attach()
9a43563cfd6b arm64: csum: Fix OoB access in IP checksum code for negative lengths
a0a49da2a79a i3c: master: svc: fix probe failure when no i3c device exist
a905ac21b2ab xtensa: PMU: fix base address for the newer hardware
8742dbf9c25d backlight/lv5207lp: Compare against struct fb_info.device
568132f74cb1 backlight/bd6107: Compare against struct fb_info.device
4e7b4ddc900c backlight/gpio_backlight: Compare against struct fb_info.device
3b018c3d1016 ARM: OMAP2+: Fix -Warray-bounds warning in _pwrdm_state_switch()
cbb7d8a4b4be ipmi_si: fix a memleak in try_smi_init()
6043dd31f771 PCI: rockchip: Use 64-bit mask on MSI 64-bit PCI address
aba1bf197467 media: i2c: ccs: Check rules is non-NULL
df64819dd6a0 mm/vmalloc: add a safer version of find_vm_area() for debug
20b7d0a62ad1 scsi: core: Fix the scsi_set_resid() documentation
20990d6a8543 printk: ringbuffer: Fix truncating buffer size min_t cast
0a22f9c17b1a rcu: dump vmalloc memory info safely
d479c841b18d ALSA: pcm: Fix missing fixup call in compat hw_refine ioctl
111bafa210ae PM / devfreq: Fix leak in devfreq_dev_release()
be7353af5b35 igb: set max size RX buffer when store bad packet is enabled
d5790386595d skbuff: skb_segment, Call zero copy functions before using skbuff frags
267a29f8bfdb netfilter: xt_sctp: validate the flag_info count
b3d07714ad24 netfilter: xt_u32: validate user space input
a9e6142e5f8f netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c
3e48f741e98a igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU
de16cb7986f2 virtio_ring: fix avail_wrap_counter in virtqueue_add_packed
d6f80ddb9eda cpufreq: Fix the race condition while updating the transition_task of policy
42d8c7fa0bf6 dmaengine: ste_dma40: Add missing IRQ check in d40_probe
329d0f168c8f um: Fix hostaudio build errors
58d17e766093 mtd: rawnand: fsmc: handle clk prepare error in fsmc_nand_resume()
679a71b31179 mtd: spi-nor: Check bus width while setting QE bit
8869fd166f23 leds: trigger: tty: Do not use LED_ON/OFF constants, use led_blink_set_oneshot instead
0f715ea7d36e leds: multicolor: Use rounded division when calculating color components
1a68bef23726 leds: pwm: Fix error code in led_pwm_create_fwnode()
abd740db896b rpmsg: glink: Add check for kstrdup
b45cf29f97a2 phy/rockchip: inno-hdmi: do not power on rk3328 post pll on reg write
40d637359f3f phy/rockchip: inno-hdmi: round fractal pixclock in rk3328 recalc_rate
52942a47d034 phy/rockchip: inno-hdmi: use correct vco_div_5 macro on rk3328
31d7e6c7689b mtd: rawnand: brcmnand: Fix mtd oobsize
6182318ac046 tracing: Fix race issue between cpu buffer write and swap
548f48ec1915 tracing: Remove extra space at the end of hwlat_detector/mode
2ba8bb00720a x86/speculation: Mark all Skylake CPUs as vulnerable to GDS
dde88ab4e45b HID: multitouch: Correct devm device reference for hidinput input_dev name
4fb28379b3c7 HID: logitech-dj: Fix error handling in logi_dj_recv_switch_to_dj_mode()
1bb42aca7a96 Revert "IB/isert: Fix incorrect release of isert connection"
4f1807fddd9b amba: bus: fix refcount leak
1c3701373463 serial: tegra: handle clk prepare error in tegra_uart_hw_init()
076fb40cf27a scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock
c4772759abe1 scsi: core: Use 32-bit hostnum in scsi_host_lookup()
6248f4305378 cgroup:namespace: Remove unused cgroup_namespaces_init()
04824d50e6b5 media: i2c: rdacm21: Fix uninitialized value
f3572eef8551 media: ov2680: Fix regulators being left enabled on ov2680_power_on() errors
205f71744176 media: ov2680: Fix ov2680_set_fmt() which == V4L2_SUBDEV_FORMAT_TRY not working
89ecb4b40094 media: ov2680: Add ov2680_fill_format() helper function
784d1b83ae2c media: ov2680: Don't take the lock for try_fmt calls
dbb717b4ee68 media: ov2680: Remove VIDEO_V4L2_SUBDEV_API ifdef-s
4c1a5c2885d4 media: ov2680: Fix vflip / hflip set functions
958905ed42b8 media: ov2680: Fix ov2680_bayer_order()
cdd5fca7200d media: ov2680: Remove auto-gain and auto-exposure controls
322a805ffdff media: i2c: ov2680: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flips
abba34017e16 media: ov5640: Enable MIPI interface in ov5640_set_power_mipi()
1717f67be875 USB: gadget: f_mass_storage: Fix unused variable warning
121b8d30f42c media: venus: hfi_venus: Only consider sys_idle_indicator on V1
f6b483ead6dc media: go7007: Remove redundant if statement
d079a3e1ccdd platform/x86: dell-sysman: Fix reference leak
426bd7418701 iommu/vt-d: Fix to flush cache of PASID directory table
9dc6f660815a iommu/qcom: Disable and reset context bank before programming
3274e32fc969 fsi: aspeed: Reset master errors after CFAM reset
7a17deca33e1 IB/uverbs: Fix an potential error pointer dereference
42d111304dd7 RDMA/hns: Fix CQ and QP cache affinity
b051c3bf3bdf RDMA/hns: Fix incorrect post-send with direct wqe of wr-list
154822356e4d RDMA/hns: Fix port active speed
de4aca5b284e iommu/sprd: Add missing force_aperture
46b76f13f1ad driver core: test_async: fix an error code
a6992ecefe5d dma-buf/sync_file: Fix docs syntax
d3256d80406c coresight: tmc: Explicit type conversions to prevent integer overflow
93a5b461a4e1 RDMA/irdma: Replace one-element array with flexible-array member
97097ea2f37e scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly
1c996be7f233 scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly
cb6d20a8b5d7 scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly
2f0d202d82b9 x86/APM: drop the duplicate APM_MINOR_DEV macro
f34508d934c4 serial: sprd: Fix DMA buffer leak issue
c54c66d904fa serial: sprd: Assign sprd_port after initialized to avoid wrong access
f61fc650c478 scsi: qla4xxx: Add length check when parsing nlattrs
46ad449efde1 scsi: be2iscsi: Add length check when parsing nlattrs
4bd57d889099 scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param()
e9bac3cc744f scsi: iscsi: Add length check for nlattr payload
9285efd95996 scsi: iscsi: Rename iscsi_set_param() to iscsi_if_set_param()
7231d60d41c4 scsi: RDMA/srp: Fix residual handling
484ddaa90b7e usb: phy: mxs: fix getting wrong state with mxs_phy_is_otg_host()
cbb8f7097e11 media: mediatek: vcodec: Return NULL if no vdec_fb is found
18dc93de9019 media: rkvdec: increase max supported height for H.264
f1e7d999f37e scsi: hisi_sas: Fix normally completed I/O analysed as failed
46d1b2a3d5a6 scsi: hisi_sas: Fix warnings detected by sparse
e454e985950b scsi: hisi_sas: Modify v3 HW SATA completion error processing
7caac45b52f4 scsi: hisi_sas: Modify v3 HW SSP underflow error processing
f64d02822b82 media: cx24120: Add retval check for cx24120_message_send()
7ca7cd02114a media: dvb-usb: m920x: Fix a potential memory leak in m920x_i2c_xfer()
fb24b65aaccd media: dib7000p: Fix potential division by zero
56a3d8ae4576 drivers: usb: smsusb: fix error handling code in smsusb_init_device
d1b51b130d32 iommu: rockchip: Fix directory table address encoding
a50d60b8f2af iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbind
caf058833b6f media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link()
711e9e44f6c4 media: i2c: tvp5150: check return value of devm_kasprintf()
30d4380eb030 media: ad5820: Drop unsupported ad5823 from i2c_ and of_device_id tables
663114dfc178 RDMA/qedr: Remove a duplicate assignment in irdma_query_ah()
1473e40b3912 pNFS: Fix assignment of xprtdata.cred
fb7ddc1138b0 NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQ
53a1e5ab1b11 NFS: Guard against READDIR loop when entry names exceed MAXNAMELEN
19a648a07572 NFSD: da_addr_body field missing in some GETDEVICEINFO replies
b0f127a7c635 fs: lockd: avoid possible wrong NULL parameter
8f994b830dd0 jfs: validate max amount of blocks before allocation.
f6a84ef1d080 ext4: fix unttached inode after power cut with orphan file feature enabled
a9ddbfed5346 powerpc/iommu: Fix notifiers being shared by PCI and VIO buses
a70c8de30514 nfs/blocklayout: Use the passed in gfp flags
2935443dc9c2 powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT
75dcb650a7ef powerpc: Don't include lppaca.h in paca.h
cefcb002c5c9 PCI: layerscape: Add workaround for lost link capabilities during reset
4be323c73797 PCI: layerscape: Add the endpoint linkup notifier support
69c712389e1f PCI: dwc: Add start_link/stop_link inlines
aac0a9a1577b wifi: ath10k: Use RMW accessors for changing LNKCTL
3539bab5f9de wifi: ath11k: Use RMW accessors for changing LNKCTL
ea670d0146a3 net/mlx5: Use RMW accessors for changing LNKCTL
348ef09df984 drm/radeon: Use RMW accessors for changing LNKCTL
5468237382ed drm/amdgpu: Use RMW accessors for changing LNKCTL
00f79e78bf4b powerpc/perf: Convert fsl_emb notifier to state machine callbacks
a26a5e4be2c4 powerpc/fadump: reset dump area size if fadump memory reserve fails
13fd667db999 vfio/type1: fix cap_migration information leak
6b708243d3d9 powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE
dbde1d9c54e2 clk: imx: composite-8m: fix clock pauses when set_rate would be a no-op
824e97302fd8 clk: imx8mp: fix sai4 clock
66ef144dbdf9 PCI/ASPM: Use RMW accessors for changing LNKCTL
f46fa8ab8d82 PCI: pciehp: Use RMW accessors for changing LNKCTL
759d978e831b pinctrl: mcp23s08: check return value of devm_kasprintf()
02faf0bd6fdc PCI: Mark NVIDIA T4 GPUs to avoid bus reset
4c20a4143276 PCI: microchip: Correct the DED and SEC interrupt bit offsets
377f7aeddda0 clk: qcom: gcc-sm6350: Fix gcc_sdcc2_apps_clk_src
1c4a98c55fa3 clk: qcom: reset: Use the correct type of sleep/delay based on length
bd4eff9c835a clk: qcom: gcc-sm8250: Fix gcc_sdcc2_apps_clk_src
b1cb8bf42b36 ext4: avoid potential data overflow in next_linear_group
3e24082f1682 ext4: correct grp validation in ext4_mb_good_group
febacbefe451 EDAC/igen6: Fix the issue of no error events
964f62caac08 clk: qcom: gcc-sc7180: Fix up gcc_sdcc2_apps_clk_src
f1399e1543e7 clk: sunxi-ng: Modify mismatched function name
92913d32e719 drivers: clk: keystone: Fix parameter judgment in _of_pll_clk_init()
3ad53071fe85 ipmi:ssif: Fix a memory leak when scanning for an adapter
7792869495b6 ipmi:ssif: Add check for kstrdup
53abafedfeb7 ALSA: ac97: Fix possible error value of *rac97
48fc5717b249 of: unittest: Fix overlay type in apply/revert check
01bb96ad3808 of: overlay: Call of_changeset_init() early
30f04a41e7d7 md: raid0: account for split bio in iostat accounting
9643cc0b1771 md/raid0: Fix performance regression for large sequential writes
17fbf7da491f md/raid0: Factor out helper for mapping and submitting a bio
d04f1e322f52 md: add error_handlers for raid0 and linear
d8b6adb84041 md: Set MD_BROKEN for RAID1 and RAID10
a68fabdad970 bus: ti-sysc: Fix cast to enum warning
7636dfc42b66 arm64: dts: qcom: apq8016-sbc: Fix ov5640 regulator supply names
fff4d36247e8 drm/mediatek: Fix potential memory leak if vmap() fail
e5758ad9a34f drm/mediatek: Remove freeing not dynamic allocated memory
97274bea0136 bus: ti-sysc: Fix build warning for 64-bit build
cc6b09671d0c io_uring: fix drain stalls by invalid SQE
0152e7758cc4 audit: fix possible soft lockup in __audit_inode_child()
48e4c4819039 drm/msm/a2xx: Call adreno_gpu_init() earlier
76c3ad12441f drm/amd/pm: fix variable dereferenced issue in amdgpu_device_attr_create()
32e060927351 smackfs: Prevent underflow in smk_set_cipso()
502dfc5875ba firmware: meson_sm: fix to avoid potential NULL pointer dereference
c0b1eee64870 drm/msm/mdp5: Don't leak some plane state
d0b82c217feb drm: xlnx: zynqmp_dpsub: Add missing check for dma_set_mask
b7b0c48851c4 ima: Remove deprecated IMA_TRUSTED_KEYRING Kconfig
8025396b76e9 drm/panel: simple: Add missing connector type and pixel format for AUO T215HVN01
27eee65b2e31 drm/armada: Fix off-by-one error in armada_overlay_get_property()
cc9254b24a4b arm64: dts: qcom: sm8150: Fix the I2C7 interrupt
ea5bc6f5aa09 of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()
4197eeb55f4b drm/tegra: dpaux: Fix incorrect return value of platform_get_irq
9712279e9743 drm/msm: Update dev core dump to not print backwards
8ef5d1f16d92 md/md-bitmap: hold 'reconfig_mutex' in backlog_store()
382638364711 md/bitmap: don't set max_write_behind if there is no write mostly device
a3d36107ee48 md/raid10: use dereference_rdev_and_rrdev() to get devices
94ca5eed9530 md/raid10: factor out dereference_rdev_and_rrdev()
246bac7d3c3e drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl'
de93b4711ac2 arm64: dts: qcom: sdm845: Fix the min frequency of "ice_core_clk"
a9e56fa8a0ca arm64: dts: qcom: sdm845: Add missing RPMh power domain to GCC
db0ba312542d ARM: dts: BCM53573: Fix Ethernet info for Luxul devices
c4413633ef78 drm: adv7511: Fix low refresh rate register for ADV7533/5
57b6d92c79e9 ARM: dts: samsung: s5pv210-smdkv210: correct ethernet reg addresses (split)
b7f47031e319 ARM: dts: s5pv210: add dummy 5V regulator for backlight on SMDKv210
2f0246b3c7ff ARM: dts: samsung: s3c6410-mini6410: correct ethernet reg addresses (split)
d12beb1b1ee5 ARM: dts: s3c64xx: align pinctrl with dtschema
188f2d41fa5d x86/mm: Fix PAT bit missing from page protection modify mask
1dd43e1e54d5 drm/etnaviv: fix dumping of active MMU context
1634fe406c34 arm64: dts: qcom: pmi8994: Add missing OVP interrupt
4b7eb5e2c1c4 arm64: dts: qcom: Move WLED num-strings from pmi8994 to sony-xperia-tone
92919d98e673 arm64: dts: qcom: pmi8994: Remove hardcoded linear WLED enabled-strings
365909857242 arm64: dts: qcom: pm660l: Add missing short interrupt
ea48fd91df12 arm64: dts: qcom: correct SPMI WLED register range encoding
eee01e0d6abe arm64: dts: qcom: pmi8998: Add node for WLED
b788afdbfd5a arm64: dts: qcom: sm8250-sony-xperia: correct GPIO keys wakeup again
2840d9b9c875 ARM: dts: BCM53573: Use updated "spi-gpio" binding properties
b35f3ca1877e ARM: dts: BCM53573: Add cells sizes to PCIe node
bed08bb83292 drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar()
261e69456617 arm64: dts: qcom: sm8250: Mark PCIe hosts as DMA coherent
12a93e53eaf0 arm64: dts: qcom: pmk8350: fix ADC-TM compatible string
4c9a637258bb arm64: dts: qcom: sm8350: Use proper CPU compatibles
4c918fb77dea arm64: dts: qcom: sm8350: Add missing LMH interrupts to cpufreq
9c022ab2db40 arm64: dts: qcom: msm8996: Add missing interrupt to the USB2 controller
bda65ecaec97 arm64: dts: qcom: sm8250-edo: Rectify gpio-keys
6119aaced94f arm64: dts: qcom: sm8250-edo: Add GPIO line names for PMIC GPIOs
c0dc9d7d3f2b arm64: dts: qcom: sm8250-edo: Add gpio line names for TLMM
d2d698daa1fa arm64: dts: qcom: sm8250: correct dynamic power coefficients
510bae3d37f7 soc: qcom: ocmem: Fix NUM_PORTS & NUM_MACROS macros
b08c7a31baeb soc: qcom: ocmem: Add OCMEM hardware version print
dc04034502e6 ASoC: stac9766: fix build errors with REGMAP_AC97
89602de9a2d7 quota: fix dqput() to follow the guarantees dquot_srcu should provide
1df46e717ee9 quota: add new helper dquot_active()
bd0a6452f070 quota: rename dquot_active() to inode_quota_active()
5b8240223407 quota: factor out dquot_write_dquot()
6c6efd3a1d06 drm/bridge: tc358764: Fix debug print parameter order
a48e7def0006 netrom: Deny concurrent connect().
4cf994d3f4ff net/sched: sch_hfsc: Ensure inner classes have fsc curve
edb5b1b3b9f8 hwmon: (tmp513) Fix the channel number in tmp51x_is_visible()
a85fd8116555 mlxsw: i2c: Limit single transaction buffer size
7790b6a2f5f0 mlxsw: i2c: Fix chunk size setting in output mailbox buffer
510e0cbd6408 net: arcnet: Do not call kfree_skb() under local_irq_disable()
93a572b9d42f wifi: ath9k: use IS_ERR() with debugfs_create_dir()
5138beea8e7f Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave()
d7fd24b8d1bb wifi: mwifiex: avoid possible NULL skb pointer dereference
71ce8be48bf0 wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color attribute
11f93fff6e8a wifi: ath9k: protect WMI command response buffer replacement with a lock
6904c7afd512 wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rx
cec7db9ea031 samples/bpf: fix broken map lookup probe
89f19a9a055d wifi: mwifiex: Fix missed return in oob checks failed path
308eb3a609ac wifi: mwifiex: fix memory leak in mwifiex_histogram_read()
9c00731bf05d fs: ocfs2: namei: check return value of ocfs2_add_entry()
f683992d30ee lwt: Check LWTUNNEL_XMIT_CONTINUE strictly
e3f647e4b642 lwt: Fix return values of BPF xmit ops
4ff998134025 hwrng: iproc-rng200 - Implement suspend and resume calls
5a70ab6b59b2 crypto: caam - fix unchecked return value error
660b6b1c5cf8 ice: ice_aq_check_events: fix off-by-one check when filling buffer
55fab9389d65 net-memcg: Fix scope of sockmem pressure indicators
41c40d84838d selftests/bpf: Clean up fmod_ret in bench_rename test script
50c78e71446d net: tcp: fix unexcepted socket die when snd_wnd is 0
942d8cefb022 Bluetooth: Fix potential use-after-free when clear keys
7b0243d26a71 Bluetooth: nokia: fix value check in nokia_bluetooth_serdev_probe()
048545d9fc64 crypto: api - Use work queue in crypto_destroy_instance
56cb7bbefcaf crypto: stm32 - Properly handle pm_runtime_get failing
e3c4a6b073e4 selftests/bpf: fix static assert compilation issue for test_cls_*.c
43423b3e0467 wifi: mwifiex: fix error recovery in PCIE buffer descriptor management
7c54b6fc39eb wifi: mwifiex: Fix OOB and integer underflow when rx packets
a20b96cf6925 wifi: mt76: mt7915: fix power-limits while chan_switch
5c75a4379589 can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in case of OOM
890843254f38 spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra_sflash_probe()
2ff9ac0cf25f wifi: mt76: testmode: add nla_policy for MT76_TM_ATTR_TX_LENGTH
802008e8c73a ipv6: Add reasons for skb drops to __udp6_lib_rcv
7dcbc0bb0e5c bpf: reject unhashed sockets in bpf_sk_assign
caa2883b1885 udp: re-score reuseport groups when connected sockets are present
b60dfa4559d8 regmap: rbtree: Use alloc_flags for memory allocations
34f1180658d9 hwrng: pic32 - use devm_clk_get_enabled
5af3c8676b36 hwrng: nomadik - keep clock enabled while hwrng is registered
14c6d1e80847 tcp: tcp_enter_quickack_mode() should be static
7b75b4c90a9e bpf: Clear the probe_addr for uprobe
75d3960be702 bpftool: Use a local bpf_perf_event_value to fix accessing its fields
8ea6871116d5 cpufreq: powernow-k8: Use related_cpus instead of cpus in driver.exit()
be2092d2a703 x86/efistub: Fix PCI ROM preservation in mixed mode
9eb25ea7b65d ACPI: x86: s2idle: Fix a logic error parsing AMD constraints table
26097a7f28b3 ACPI: x86: s2idle: Post-increment variables when getting constraints
8a962f11a95b s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobs
7833a74f8d00 s390/pkey: fix/harmonize internal keyblob headers
208383d68510 selftests/futex: Order calls to futex_lock_pi
c7802ff51adc perf/imx_ddr: don't enable counter0 if none of 4 counters are used
0a872a0521c8 x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved
3af6f77e8090 selftests/resctrl: Close perf value read fd on errors
4505ad996b66 selftests/resctrl: Unmount resctrl FS if child fails to run benchmark
c68a196e7ff6 selftests/resctrl: Don't leak buffer in fill_cache()
fdcb63afd3f6 selftests/resctrl: Add resctrl.h into build deps
b2ba11ed4d10 selftests/resctrl: Make resctrl_tests run using kselftest framework
e0478944f4a5 OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd()
ec9d118ad99d refscale: Fix uninitalized use of wait_queue_head_t
e280033ef135 ARM: ptrace: Restore syscall skipping for tracers
4c3f33904dea ARM: ptrace: Restore syscall restart tracing
0481251b7cd6 selftests/harness: Actually report SKIP for signal tests
060ca3f7899a tmpfs: verify {g,u}id mount options correctly
d412e9b34b90 fs: Fix error checking for d_hash_and_lookup()
a4229f93bc54 eventfd: prevent underflow for eventfd semaphores
cedb8719333d reiserfs: Check the return value from __getblk()
c1a4117f1544 Revert "net: macsec: preserve ingress frame ordering"
40671f90d5b5 udf: Handle error when adding extent to a file
099bf90d7fc4 udf: Check consistency of Space Bitmap Descriptor
7039aa1be9cc of: kexec: Mark ima_{free,stable}_kexec_buffer() as __init
759d51eda2d0 net: Avoid address overwrite in kernel_connect
7c4cce5700b9 arm64: lib: Import latest version of Arm Optimized Routines' strncmp
104df1c695c1 crypto: rsa-pkcs1pad - Use helper to set reqsize
273f4615314f platform/mellanox: Fix mlxbf-tmfifo not handling all virtio CONSOLE notifications
9ef5c25bcf1b tracing: Introduce pipe_cpumask to avoid race on trace_pipes
8c1b60dad0f5 ALSA: seq: oss: Fix racy open/close of MIDI devices
fa05aea28195 scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback path
f0bf8a071134 scsi: storvsc: Always set no_report_opcodes
e9e62419e797 sctp: handle invalid error codes without calling BUG()
3714bb4a1df8 bnx2x: fix page fault following EEH recovery
53b8cc2f9685 netlabel: fix shift wrapping bug in netlbl_catmap_setlong()
867cdd7f9544 drm/amdgpu: Match against exact bootloader status
0863204deb3c net: hns3: restore user pause configure when disable autoneg
ac93def0dbb4 scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lock
bef6c89a92d0 scsi: lpfc: Remove reftag check in DIF paths
b439e33a8c93 idmaengine: make FSL_EDMA and INTEL_IDMA64 depends on HAS_IOMEM
156b803194ae wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1()
87ea5e89407e net: usb: qmi_wwan: add Quectel EM05GV2
e1313fa9d2e3 vmbus_testing: fix wrong python syntax for integer value comparison
5faad57ba6c7 clk: fixed-mmio: make COMMON_CLK_FIXED_MMIO depend on HAS_IOMEM
e13f0dd5fbe2 kprobes: Prohibit probing on CFI preamble symbol
ee49b97cb5ae security: keys: perform capable check only on privileged operations
f44f50305de2 ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()
a85c523aeccd ovl: Always reevaluate the file signature for IMA
3faa126258a9 drm/amd/display: Exit idle optimizations before attempt to access PHY
c152ca4f219b platform/x86: huawei-wmi: Silence ambient light sensor
a9988b9c7a31 platform/x86/intel/hid: Add HP Dragonfly G2 to VGBS DMI quirks
7f3901b04c8f platform/x86: intel: hid: Always call BTNL ACPI method
23151421ed01 ASoC: atmel: Fix the 8K sample parameter in I2SC master
c934d2a6970c ASoC: rt711-sdca: fix for JD event handling in ClockStop Mode0
20587011d271 ASoC: rt711: fix for JD event handling in ClockStop Mode0
b41f79896456 ASoc: codecs: ES8316: Fix DMIC config
cc2b0a2055dc ASoC: rt5682-sdw: fix for JD event handling in ClockStop Mode0
5b64fc2471f9 fs/nls: make load_nls() take a const parameter
f85908f6bfd2 s390/dasd: fix hanging device after request requeue
a4845e694893 s390/dasd: use correct number of retries for ERP requests
e062aa1acf9b m68k: Fix invalid .section syntax
bbfa7d712b24 vxlan: generalize vxlan_parse_gpe_hdr and remove unused args
b10215ffdb01 ethernet: atheros: fix return value check in atl1c_tso_csum()
6bb94f46d31a ASoC: da7219: Check for failure reading AAD IRQ events
279a6dad0cd9 ASoC: da7219: Flush pending AAD IRQ when suspending
d424c636b750 ksmbd: no response from compound read
82373d1b763e ksmbd: fix out of bounds in smb3_decrypt_req()
20d449a08749 9p: virtio: make sure 'offs' is initialized in zc_request
c4269c7258d9 media: pci: cx23885: fix error handling for cx23885 ATSC boards
17d75773b66e media: pulse8-cec: handle possible ping error
f281a3739399 phy: qcom-snps-femto-v2: use qcom_snps_hsphy_suspend/resume error code
dfff9c91cbb0 ARM: dts: imx: Set default tuning step for imx7d usdhc
4e364cab1331 ARM: dts: imx: Adjust dma-apbh node name
99319298fd9a ARM: dts: imx7s: Drop dma-apb interrupt-names
1dc2c12854b6 ARM: dts: imx: update sdma node name format
aff03380bda4 Linux 5.15.131
cd8ab566cf17 usb: typec: tcpci: clear the fault status bit
403b2e940910 usb: typec: tcpci: move tcpci.h to include/linux/usb/
f29483873e24 pinctrl: amd: Don't show `Invalid config param` errors
b911bef132a0 nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse
1c6ddf739f15 nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()
f6e61aef5c5d tcpm: Avoid soft reset when partner does not support get_status
da0e7d435e31 fsi: master-ast-cf: Add MODULE_FIRMWARE macro
72eca651d732 firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe
907216337bea serial: sc16is7xx: fix bug when first setting GPIO direction
45d9611ebff2 serial: sc16is7xx: fix broken port 0 uart init
f90e267dd27e serial: qcom-geni: fix opp vote on shutdown
46d13013b574 wifi: mt76: mt7921: do not support one stream on secondary antenna only
a5c2a467e9e7 Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition
f49294ad6898 staging: rtl8712: fix race condition
d17cec60e87c HID: wacom: remove the battery when the EKR is off
842c7da3eee2 usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0
276a906f81a7 usb: dwc3: meson-g12a: do post init to fix broken usb after resumption
60f938e84fbb ALSA: usb-audio: Fix init call orders for UAC1
e949dd2a9b6b USB: serial: option: add FOXCONN T99W368/T99W373 product
c41411d8b333 USB: serial: option: add Quectel EM05G variant (0x030e)
09baa839d415 modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules
997a194914c4 rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff
3d0f6408601b net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index
da95090821c4 mmc: au1xmmc: force non-modular build and remove symbol_get usage
e3e68100c036 ARM: pxa: remove use of symbol_get()
bb5bf157b5be ksmbd: replace one-element array with flex-array member in struct smb2_ea_info
2e3f57f74c0a ksmbd: fix wrong DataOffset validation of create context
b3ad7f39fd85 erofs: ensure that the post-EOF tails are all zeroed
8f790700c974 Linux 5.15.130
69347c334071 rcu-tasks: Add trc_inspect_reader() checks for exiting critical section
8046fb611f70 rcu-tasks: Wait for trc_read_check_handler() IPIs
da22db901cc1 rcu-tasks: Fix IPI failure handling in trc_wait_for_one_reader
a0249d365ac8 rcu: Prevent expedited GP from enabling tick on offline CPU
7aec063d6029 ARM: module: Use module_init_layout_section() to spot init sections
4a8976052acd arm64: module: Use module_init_layout_section() to spot init sections
f8a74159d116 arm64: module-plts: inline linux/moduleloader.h
363bbb5008e5 module: Expose module_init_layout_section()
758e3d0cb753 ACPI: thermal: Drop nocrt parameter
(From OE-Core rev: c9dd6124cf15fe8c2f9670bd1da02d59b43a0421)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
9e43368a3393 Linux 5.15.129
d48016d74836 mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_buffer
1c41cd30d5cd mm: memory-failure: fix unexpected return value in soft_offline_page()
0712721e4f4f mm: memory-failure: kill soft_offline_free_page()
efd02b5cadd5 dma-buf/sw_sync: Avoid recursive lock during fence signal
8dbf913520c4 pinctrl: renesas: rza2: Add lock around pinctrl_generic{{add,remove}_group,{add,remove}_function}
f1c0402b8e22 clk: Fix undefined reference to `clk_rate_exclusive_{get,put}'
10bc3eddc605 scsi: core: raid_class: Remove raid_component_add()
d3d57cdbfda4 scsi: snic: Fix double free in snic_tgt_create()
ef56cc8889be can: raw: add missing refcount for memory leak fix
930f3f164964 drm/i915: Fix premature release of request's reusable memory
3cb86cc565df cgroup/cpuset: Free DL BW in case can_attach() fails
ffff4fc4bad7 sched/deadline: Create DL BW alloc, free & check overflow interface
86aa90795979 cgroup/cpuset: Iterate only if DEADLINE tasks are present
43d8cbfefa7c sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
d0eb4917f4d3 sched/cpuset: Bring back cpuset_mutex
918879de0e23 cgroup/cpuset: Rename functions dealing with DEADLINE accounting
78efab71a649 torture: Fix hang during kthread shutdown phase
c8fb97dd7fe6 nfsd: use vfs setgid helper
01966511868e nfs: use vfs setgid helper
a7a1849899aa x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4
ad79f943c869 x86/fpu: Invalidate FPU state correctly on exec()
b190cf1f277a drm/display/dp: Fix the DP DSC Receiver cap size
c8aab333d41a drm/vmwgfx: Fix shader stage validation
b53ed415163e PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root bus
60ba1bfa036a media: vcodec: Fix potential array out-of-bounds in encoder queue_setup
544cd10defa1 of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lock
f1d4a5881856 of: unittest: Fix EXPECT for parse_phandle_with_args_map() test
ce66cd478636 radix tree: remove unused variable
898c8c5b1114 lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernels
ff90a4c6edf8 batman-adv: Hold rtnl lock during MTU update via netlink
ea38c0d9aaa2 batman-adv: Fix batadv_v_ogm_aggr_send memory leak
7f3f72eb8f5b batman-adv: Fix TT global entry leak when client roamed back
f7667b49880a batman-adv: Do not get eth header before batadv_check_management_packet
3f9312dd7581 batman-adv: Don't increase MTU when set by user
cde5a240d72d batman-adv: Trigger events for auto adjusted MTU
22426e1ce679 selinux: set next pointer before attaching to list
711595bfdccf nfsd: Fix race to FREE_STATEID and cl_revoked
bd1697e12230 NFS: Fix a use after free in nfs_direct_join_group()
5f642613746e mm: add a call to flush_cache_vmap() in vmap_pfn()
440c10034b4d ALSA: ymfpci: Fix the missing snd_card_free() call at probe error
5cc7d81cf576 clk: Fix slab-out-of-bounds error in devm_clk_release()
0f72859acfa2 NFSv4: Fix dropped lock for racing OPEN and delegation return
9c025420fef2 ibmveth: Use dcbf rather than dcbfl
7e546bd08943 Revert "KVM: x86: enable TDP MMU by default"
67af12f5582b net/ncsi: change from ndo_set_mac_address to dev_set_mac_address
4451457d61e0 net/ncsi: make one oem_gma function for all mfr id
f683f4be802b bonding: fix macvlan over alb bond support
0fa8046e923a net: remove bond_slave_has_mac_rcu()
f0ec97fca629 rtnetlink: Reject negative ifindexes in RTM_NEWLINK
00247cfd2b69 rtnetlink: return ENODEV when ifname does not exist and group is given
75cfb7de44e5 netfilter: nf_tables: fix out of memory error handling
f22954f8c58f netfilter: nf_tables: flush pending destroy work before netlink notifier
ff34403fef98 net/sched: fix a qdisc modification with ambiguous command request
30624ea3f8b6 igc: Fix the typo in the PTM Control macro
f697c3ead109 igb: Avoid starting unnecessary workqueues
d7823d752ce1 ice: fix receive buffer size miscalculation
ace1b0ae3097 net: validate veth and vxcan peer ifindexes
335be585416d net: bcmgenet: Fix return value check for fixed_phy_register()
60a5034584ea net: bgmac: Fix return value check for fixed_phy_register()
5b52c9ba42c0 ipvlan: Fix a reference count leak warning in ipvlan_ns_exit()
2bad37b6f675 dccp: annotate data-races in dccp_poll()
9b015360e86f sock: annotate data-races around prot->memory_pressure
c52c6c0223e1 octeontx2-af: SDP: fix receive link config
ce6e2b14bc09 tracing: Fix memleak due to race between current_tracer and trace
ef748360ba91 tracing: Fix cpu buffers unavailable due to 'record_disabled' missed
fdf5804d7475 can: raw: fix lockdep issue in raw_release()
278fccf587dd drm/amd/display: check TG is non-null before checking if enabled
a955e6a0e39d drm/amd/display: do not wait for mpc idle if tg is disabled
e0bd4f0c60b4 can: raw: fix receiver memory leak
b832174b7f89 jbd2: fix a race when checking checkpoint buffer busy
9c31bb2684f8 jbd2: remove journal_clean_one_cp_list()
d91783e6864a jbd2: remove t_checkpoint_io_list
a0ab49e7a758 ALSA: pcm: Fix potential data race at PCM memory allocation helpers
2e56d380daa9 fbdev: fix potential OOB read in fast_imageblit()
14163f4a4fa6 fbdev: Fix sys_imageblit() for arbitrary image widths
5b60bd9081a9 fbdev: Improve performance of sys_imageblit()
166f0bf4560b MIPS: cpu-features: Use boot_cpu_type for CPU type based features
8f106e97409d MIPS: cpu-features: Enable octeon_cache by cpu_type
d1d0b239f974 fs: dlm: fix mismatch of plock results from userspace
77d334c44681 fs: dlm: use dlm_plock_info for do_unlock_close
f9a33cc7d946 fs: dlm: change plock interrupted message to debug again
7ac088841ffb fs: dlm: add pid to debug log
df9c842ab0a4 dlm: replace usage of found with dedicated list iterator variable
33e9c610e337 dlm: improve plock logging if interrupted
d9ce077f8b1f PCI: acpiphp: Reassign resources on bridge if necessary
8cc8645dd3e1 xprtrdma: Remap Receive buffers after a reconnect
91a707507e83 NFSv4: fix out path in __nfs4_get_acl_uncached
323b830eebd1 NFSv4.2: fix error handling in nfs42_proc_getxattr
5de0a325c45e objtool/x86: Fix SRSO mess
(From OE-Core rev: aeddbeb2a3c82fe7ed639bfcca3bff3998e31f7a)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
f6f7927ac664 Linux 5.15.127
c597d8cb0d33 timers/nohz: Last resort update jiffies on nohz_full IRQ entry
b4d36e6c5dc4 timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick is stopped
c3b954a51b64 tick: Detect and fix jiffies update stall
af99918f0e39 sch_netem: fix issues in netem_change() vs get_dist_table()
5d094d4e7b99 alpha: remove __init annotation from exported page_is_ram()
f8d6d25756ea scsi: qedf: Fix firmware halt over suspend and resume
85db1cd1744e scsi: qedi: Fix firmware halt over suspend and resume
e70469c28953 scsi: fnic: Replace return codes in fnic_clean_pending_aborts()
6bc7f4c8c27d scsi: core: Fix possible memory leak if device_add() fails
461f8ac666fa scsi: snic: Fix possible memory leak if device_add() fails
171e117cdc0a scsi: 53c700: Check that command slot is not NULL
7a792b3d888a scsi: storvsc: Fix handling of virtual Fibre Channel timeouts
0f52d7b78251 scsi: core: Fix legacy /proc parsing buffer overflow
b757ef99df39 netfilter: nf_tables: report use refcount overflow
9bdbbcf9d148 nvme-rdma: fix potential unbalanced freeze & unfreeze
d68f8ef6ef70 nvme-tcp: fix potential unbalanced freeze & unfreeze
ae6e21f8bb2a btrfs: set cache_block_group_error if we find an error
314135b7bae9 btrfs: reject invalid reloc tree root keys with stack dump
69dd147de419 btrfs: exit gracefully if reloc roots don't match
c40d4b60c58d btrfs: don't stop integrity writeback too early
555e126dd30b ibmvnic: Handle DMA unmapping of login buffs in release functions
34fcc823823a ibmvnic: Unmap DMA login rsp buffer on send login fail
cee62753cf2e ibmvnic: Enforce stronger sanity checks on login response
27e8db8380eb net/mlx5: Skip clock update work when device is in error state
f638fc2f7377 net/mlx5: Allow 0 for total host VFs
086a80eb6213 dmaengine: mcf-edma: Fix a potential un-allocated memory access
7e1dc94b2d50 nexthop: Fix infinite nexthop bucket dump when using maximum nexthop ID
608a4327c257 nexthop: Make nexthop bucket dump more efficient
4457300cfd84 nexthop: Fix infinite nexthop dump when using maximum nexthop ID
91307347d632 net: hns3: add wait until mac link down
094310eb2b93 net: hns3: refactor hclge_mac_link_status_wait for interface reuse
1ae9703c2e32 net: phy: at803x: remove set/get wol callbacks for AR8032
7d496cd83a9d RDMA/umem: Set iova in ODP flow
f78a4238a873 wifi: cfg80211: fix sband iftype data lookup for AP_VLAN
26a27dd76054 drm/rockchip: Don't spam logs in atomic check
918c1e6843b7 IB/hfi1: Fix possible panic during hotplug remove
df21468bfdc8 iavf: fix potential races for FDIR filters
b1f985cf1c52 drivers: net: prevent tun_build_skb() to exceed the packet size limit
f239c9e1d98b dccp: fix data-race around dp->dccps_mss_cache
49a1fee22fae bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves
789fcd94c9ca xsk: fix refcount underflow in error path
e95808121953 tunnels: fix kasan splat when generating ipv4 pmtu error
7903311b2cec net/packet: annotate data-races around tp->status
f4614e379bf9 mISDN: Update parameter type of dsp_cmx_send()
3961761af392 bpf, sockmap: Fix bug that strp_done cannot be called
20d53895d5c0 bpf, sockmap: Fix map type error in sock_map_del_link
a09c258cfa77 net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()
85af0b226c0b selftests: forwarding: tc_flower: Relax success criterion
7b3fa99526f9 selftests: forwarding: Switch off timeout
e410f85ebca9 selftests: forwarding: Skip test when no interfaces are specified
4a4499452620 selftests: forwarding: ethtool_extended_state: Skip when using veth pairs
b8d216e9c607 selftests: forwarding: ethtool: Skip when using veth pairs
b9dfb80d9fb2 selftests: forwarding: Add a helper to skip test when using veth pairs
b973eb76dff3 selftests/rseq: Fix build with undefined __weak
b8b8db5857d4 drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modes
4c6767c8bf5e x86: Move gds_ucode_mitigated() declaration to header
f919cbc90441 x86/speculation: Add cpu_show_gds() prototype
9290ef14c96b x86/mm: Fix VDSO and VVAR placement on 5-level paging machines
829409510d00 x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405
c41a22b93d7c x86/srso: Fix build breakage with the LLVM linker
c2372b1559d4 usb: typec: tcpm: Fix response to vsafe0V event
f776b94ccdf0 usb: common: usb-conn-gpio: Prevent bailing out if initial role is none
00cc14b52d6f usb: dwc3: Properly handle processing of pending events
7a11d1e2625b usb-storage: alauda: Fix uninit-value in alauda_check_media()
945e1b3c361b misc: rtsx: judge ASPM Mode to set PETXCFG Reg
03eebad96233 binder: fix memory leak in binder_init()
a8e2ae6296d5 iio: adc: ina2xx: avoid NULL pointer dereference on OF device match
2df8ae1e42b8 iio: cros_ec: Fix the allocation size for cros_ec_command
a7cedc2b7612 io_uring: correct check for O_TMPFILE
697bc234632c selftests/bpf: Fix sk_assign on s390x
127277262110 selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace_return_code
ee701208f4cc selftests/bpf: make test_align selftest more robust
683d2969a082 bpf: aggressively forget precise markings during state checkpointing
2516deeb872a bpf: stop setting precise in current state
c47d0178ad86 bpf: allow precision tracking for programs with subprogs
3645510cf926 nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput
36a3b560c78d radix tree test suite: fix incorrect allocation size for pthreads
8d10284243b7 hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for pfe1100
3ad4ba2b6112 drm/amd/display: check attr flag before set cursor degamma on DCN3+
621204fca047 drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap()
64e6253f6489 drm/nouveau/gr: enable memory loads on helper invocation on all channels
bcd9eeb3a309 riscv,mmio: Fix readX()-to-delay() ordering
57772ae9b339 dmaengine: pl330: Return DMA_PAUSED when transaction is paused
3ca8f5c733c4 ipv6: adjust ndisc_is_useropt() to also return true for PIO
6cde60777675 mmc: moxart: read scr register without changing byte order
3f00757ab416 wireguard: allowedips: expand maximum node depth
aeb974907642 ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()
595679098bdc ksmbd: validate command request size
(From OE-Core rev: b0dc6cea72d2c61babef286effbc2019b39dc3ea)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
24c4de4069cb Linux 5.15.126
aeb4db8ab7f1 PM: sleep: wakeirq: fix wake irq arming
b5d3a4251bd2 PM / wakeirq: support enabling wake-up irq after runtime_suspend called
a36b522767f3 soundwire: fix enumeration completion
7996facaf0ee soundwire: bus: pm_runtime_request_resume on peripheral attachment
c91c07ae0849 selftests/rseq: Play nice with binaries statically linked against glibc 2.35+
1cdb50faf7f7 selftests/rseq: check if libc rseq support is registered
0f1f471b91f4 drm/imx/ipuv3: Fix front porch adjustment upon hactive aligning
5058c1444040 powerpc/mm/altmap: Fix altmap boundary check
eb7a5e4d14c8 mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op()
70643e98cbc3 mtd: rawnand: rockchip: Align hwecc vs. raw page helper layouts
1796b492f8cc mtd: rawnand: rockchip: fix oobfree offset and description
f6807b62fb0e mtd: rawnand: omap_elm: Fix incorrect type in assignment
596be6716bc5 ext2: Drop fragment support
0ccfe21949bc fs: Protect reconfiguration of sb read-write from racing writes
27d0f755d649 net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb
fbe5a2fed815 Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb
afd9a31b5aa4 fs/sysv: Null check to prevent null-ptr-deref bug
80ec112c1996 fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()
0d6f639f1dcd file: reinstate f_pos locking optimization for regular files
b44d28b98f18 bpf, cpumap: Make sure kthread is running before map update returns
8089eb93d678 drm/ttm: check null pointer before accessing when swapping
ef0d07c66843 open: make RESOLVE_CACHED correctly test for O_TMPFILE
c81bdf8f9f2b bpf: Disable preemption in bpf_event_output
ae07cfe2b099 rbd: prevent busy loop when requesting exclusive lock
7978bcca4c1f wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)
32ca6a55e10e net: tap_open(): set sk_uid from current_fsuid()
4ed3eed99ee6 net: tun_chr_open(): set sk_uid from current_fsuid()
adacc3a954fa arm64: dts: stratix10: fix incorrect I2C property for SCL signal
b92c88009da1 mtd: rawnand: meson: fix OOB available bytes for ECC
b0875c583e41 mtd: spinand: toshiba: Fix ecc_get_status
1c33ca1e1974 exfat: release s_lock before calling dir_emit()
8a34a242cf03 exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree
a74878207b02 x86/CPU/AMD: Do not leak quotient data after a division by 0
b8f029fc4075 firmware: arm_scmi: Drop OF node reference in the transport channel setup
287c2c8677ed ceph: defer stopping mdsc delayed_work
98b521d10e73 USB: zaurus: Add ID for A-300/B-500/C-700
cd6872f2cf56 libceph: fix potential hang in ceph_osdc_notify()
e5f5b4a89809 scsi: storvsc: Limit max_sectors for virtual Fibre Channel devices
212a9a3c67be scsi: zfcp: Defer fc_rport blocking until after ADISC response
dac382725394 tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen
4517782e1bc3 tcp_metrics: annotate data-races around tm->tcpm_net
e842a68667d4 tcp_metrics: annotate data-races around tm->tcpm_vals[]
d3184bea4ace tcp_metrics: annotate data-races around tm->tcpm_lock
9a7367cbe33d tcp_metrics: annotate data-races around tm->tcpm_stamp
6f6bd67f4894 tcp_metrics: fix addr_same() helper
b0acbcf1e7a1 prestera: fix fallback to previous version on same major version
d6d9d0f5a5e0 net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prio
c999fb1039dd net/mlx5: fs_core: Make find_closest_ft more generic
32ef2c0c6cf1 vxlan: Fix nexthop hash size
1bb54a21f4d9 ip6mr: Fix skb_under_panic in ip6mr_cache_report()
64e3affee288 s390/qeth: Don't call dev_close/dev_open (DOWN/UP)
a0da2684db18 net: dcb: choose correct policy to parse DCB_ATTR_BCN
193333229aac net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode
766c9dd00c5f net: korina: handle clk prepare error in korina_probe()
6cecfdf65053 net: ll_temac: fix error checking of irq_of_parse_and_map()
3761ff4f8670 net: ll_temac: Switch to use dev_err_probe() helper
5c534640a7da bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
79c3d81c9ad1 net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-free
9edf7955025a net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-free
262430dfc618 net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-free
b58d34068fd9 bpf, cpumap: Handle skb as well when clean up ptr_ring
f04f6d9b3b06 net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.
2c55d4941518 net: add missing data-race annotation for sk_ll_usec
e934c50c48e2 net: add missing data-race annotations around sk->sk_peek_off
fdd8d8d54d6a net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
98f0d1db3a27 net: add missing READ_ONCE(sk->sk_sndbuf) annotation
0d1047b77b23 net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
6c058a1f67f0 net: annotate data-races around sk->sk_max_pacing_rate
2950c5ac65b3 qed: Fix scheduling in a tasklet while getting stats
a19952dbb5b6 qed: Fix kernel-doc warnings
6d8c259f4827 mISDN: hfcpci: Fix potential deadlock on &hc->lock
8dedcc6af341 net: sched: cls_u32: Fix match key mis-addressing
675d29de69c7 perf test uprobe_from_different_cu: Skip if there is no gcc
0f6e3d8d7f91 net: dsa: fix value check in bcm_sf2_sw_probe()
047508edd602 rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length
cc9ebceaa6d0 bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing
8f9a04c742e1 net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer()
00cecb0a8f9e net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx
4c224ea31bed wifi: cfg80211: Fix return value in scan logic
8e72db3ffa5d KVM: s390: fix sthyi error handling
809edb4262f0 word-at-a-time: use the same return type for has_zero regardless of endianness
b7880809d75d arm64: dts: imx8mn-var-som: add missing pull-up for onboard PHY reset pinmux
804e72062be4 iommu/arm-smmu-v3: Document nesting-related errata
744e6b80b830 iommu/arm-smmu-v3: Add explicit feature for nesting
fd86b5944215 iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
2de9f3dcfe63 iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
a850fa85d477 arm64: errata: Add detection for TRBE write to out-of-range
073699df4a09 arm64: errata: Add workaround for TSB flush failures
44b45e8161a5 net/mlx5: Free irqs only on shutdown callback
40601542c43c perf: Fix function pointer case
c12fa4ac8997 io_uring: gate iowait schedule on having pending requests
(From OE-Core rev: 0cb9289e67ad5da4c9612daf74aa8ff51c3c9c75)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Depending on the version of glibc, localtime_r() must
be preceded by a call to tzset() or it will ignore any
value of TZ in the environment. This problem will only
be seen when building file-native on outdated hosts.
(From OE-Core rev: c99d7fc46a1070b1c659ed16fbff6a3553aaf209)
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 791145f3064d7807630d3591b9e7c7b2dc37152c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Add patch for Libwebp 1.3.1 to fix CVE-2023-5129.
(From OE-Core rev: 852068debb268669699ad9a8dbe44907a19aa482)
Signed-off-by: Colin McAllister <colinmca242@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This document was suggesting a way to version pre-releases
which doesn't match the latest recommendations from the
contributor guide.
(From yocto-docs rev: bb74a9f83b84fa0d2836ed09175cac3c671b1042)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Replace "duplicate" by "obsolete", more appropriate.
"duplicate" probably comes from the "--remove-duplicated"
option of the sstate-cache-management.sh script.
Improve other sentences too.
(From yocto-docs rev: e893d66999a97732780ff2b1ba6fb7e6e9d2eff7)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org>
CC: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Take advantage of this edit to also fix alignment
issues in the sources.
(From yocto-docs rev: 6d17f91c3078b5aeb6fa4acab8c9a0ff8e962fa5)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Variable overrides in KCONFIG_CONFIG_COMMAND do not work as expected due
to double quote mismatches. The issue is reproducible in an environment
where gold is the default linker. Below is an example snippet of
run.do_terminal generated by do_menuconfig.
do_terminal() {
exec sh -c "make menuconfig CC="aarch64-webos-linux-gcc ..."
LD="aarch64-webos-linux-ld.bfd ..."
...
}
Although LD override is set to bfd correctly, it is not passed to make
and make menuconfig ends up with messages like:
| gold linker is not supported as it is not capable of linking the kernel proper.
| scripts/Kconfig.include:56: Sorry, this linker is not supported.
(From OE-Core rev: 9c483765db762dbe8020423c8778518612b7e5f7)
(From OE-Core rev: 75f8485d7862b08e2f96f919e992d203df6c8d9c)
Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d4664d2b79)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The gcc_multilib_setup function is a function that is run at the
do_configure step, so it's counted into the signature computation.
The MULTILIB_VARIANTS this function uses is also extracted to be
taken into consideration. After the change of setting MULTILIB_VARIANTS
explictly vardeps on MULTILIBS, the change of MULTILIBS changes the
signature, thus causing rebuilding. However, in case of gcc-crosssdk,
the setting of multilib should have no effect on it, as it's used
to build nativesdk packages, not the target packages. So ignore
MULTILIB_VARIANTS in signature computation. This fixes oe-selftest
case sstatetests.SStateHashSameSigs2.test_sstate_nativesdk_samesigs_multilib.
(From OE-Core rev: 537c71162a711dec32a63a657c4b101269a3e267)
(From OE-Core rev: 6b87f7c9e955abe5833820ee7eda9d525c77d2ea)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This patch is to ensure recipes get rebuilt correctly and avoid
incorrect sstate cache reuse when toggling multilib.
The following steps show one example of such incorrect sstate cache reuse.
1. enable multilib && bitbake <some_image> -c populate_sdk
2. disable multilib && bitbake <some_image> -c populate_sdk
The error message is as below:
Error:
Problem: conflicting requests
- nothing provides binutils-cross-canadian-i686 needed by packagegroup-cross-canadian-intel-x86-64-1.0-r0.x86_64_nativesdk
- nothing provides gcc-cross-canadian-i686 needed by packagegroup-cross-canadian-intel-x86-64-1.0-r0.x86_64_nativesdk
- nothing provides gdb-cross-canadian-i686 needed by packagegroup-cross-canadian-intel-x86-64-1.0-r0.x86_64_nativesdk
(try to add '--skip-broken' to skip uninstallable packages)
We get this error because packagegroup-cross-canadian recipe is
not rebuilt when it should be.
Current codes have tracked the dependency to MULTILIB_VARIANTS, as
shown in the following chain:
RDEPENDS:packagegroup-cross-canadian-intel-x86-64 ->
all_multilib_tune_values -> MULTILIB_VARIANTS.
However, MULTILIB_VARIANTS cannot automatically depend on MULTILIBS.
See some results from 'bitbake-dumpsigs' below:
List of dependencies for variable MULTILIB_VARIANTS is ['extend_variants']
Variable MULTILIB_VARIANTS value is ${@extend_variants(d,'MULTILIBS','multilib')}
It's obvious that the value of MULTILIB_VARIANTS depend on the
value of MULTILIBS, so let's set this dependency manually.
(From OE-Core rev: 9f47d8eb51816d16078a23c0cef4d697555f913f)
(From OE-Core rev: 8ed254dd5e44d0685e5b952f724af08d75ce3d9d)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
drop patch which is already part of 5.1.3.
0001-avcodec-rpzaenc-stop-accessing-out-of-bounds-frame.patch(CVE-2022-3964):
1eb002596e
0001-avcodec-smcenc-stop-accessing-out-of-bounds-frame.patch(CVE-2022-3965):
293dc39bca
ffmpeg-fix-vulkan.patch : 7268323193
(From OE-Core rev: aeee19cda946b67f33c7b7c02c86513676bc89bd)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
release notes:
https://downloads.isc.org/isc/bind9/9.18.19/doc/arm/html/notes.html#notes-for-bind-9-18-19
Security Fixes
Previously, sending a specially crafted message over the control channel
could cause the packet-parsing code to run out of available stack
memory, causing named to terminate unexpectedly. This has been fixed.
(CVE-2023-3341)
ISC would like to thank Eric Sesterhenn from X41 D-Sec GmbH for bringing
this vulnerability to our attention. [GL #4152]
A flaw in the networking code handling DNS-over-TLS queries could cause
named to terminate unexpectedly due to an assertion failure under
significant DNS-over-TLS query load. This has been fixed.
(CVE-2023-4236)
ISC would like to thank Robert Story from USC/ISI Root Server Operations
for bringing this vulnerability to our attention. [GL #4242]
Removed Features
The dnssec-must-be-secure option has been deprecated and will be removed
in a future release. [GL #4263]
Feature Changes
If the server command is specified, nsupdate now honors the nsupdate -v
option for SOA queries by sending both the UPDATE request and the
initial query over TCP. [GL #1181]
Bug Fixes
The value of the If-Modified-Since header in the statistics channel was
not being correctly validated for its length, potentially allowing an
authorized user to trigger a buffer overflow. Ensuring the statistics
channel is configured correctly to grant access exclusively to
authorized users is essential (see the statistics-channels block
definition and usage section). [GL #4124]
This issue was reported independently by Eric Sesterhenn of X41 D-Sec
GmbH and Cameron Whitehead.
The Content-Length header in the statistics channel was lacking proper
bounds checking. A negative or excessively large value could potentially
trigger an integer overflow and result in an assertion failure. [GL
This issue was reported by Eric Sesterhenn of X41 D-Sec GmbH.
Several memory leaks caused by not clearing the OpenSSL error stack were
fixed. [GL #4159]
This issue was reported by Eric Sesterhenn of X41 D-Sec GmbH.
The introduction of krb5-subdomain-self-rhs and ms-subdomain-self-rhs
UPDATE policies accidentally caused named to return SERVFAIL responses
to deletion requests for non-existent PTR and SRV records. This has been
fixed. [GL #4280]
The stale-refresh-time feature was mistakenly disabled when the server
cache was flushed by rndc flush. This has been fixed. [GL #4278]
BIND’s memory consumption has been improved by implementing dedicated
jemalloc memory arenas for sending buffers. This optimization ensures
that memory usage is more efficient and better manages the return of
memory pages to the operating system. [GL #4038]
Previously, partial writes in the TLS DNS code were not accounted for
correctly, which could have led to DNS message corruption. This has been
fixed. [GL #4255]
Known Issues
There are no new known issues with this release. See above for a list of
all known issues affecting this BIND 9 branch.
(From OE-Core rev: 663397edba278184a736e97aa602d3f96d2d937a)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
============
Deprecate the 'dialup' and 'heartbeat-interval' options.
Ignore 'max-zone-ttl' on 'dnssec-policy insecure'.
Return REFUSED to GSS-API TKEY requests if GSS-API support is not configured.
Mark a primary server as temporarily unreachable if the TCP connection attempt times out.
Don't process detach and close netmgr events when the netmgr has been paused.
(cherry-pick from commit e78ec619beea6e541b2d83a5dc845ce57ff12564)
(From OE-Core rev: 3cb92c8746f589ef74e337e5866378e04a8133ef)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The delta between 3.1.32 & 3.1.37 contains the CVE-2023-40590 and
CVE-2023-41040 fixes and other bugfixes.
Changelog:
==========
- WIP Quick doc by @LeoDaCoda in #1608
- Partial clean up wrt mypy and black by @bodograumann in #1617
- Disable merge_includes in config writers by @bodograumann in #1618
- feat: full typing for "progress" parameter in Repo class by @madebylydia in #1634
- Fix CVE-2023-40590 by @EliahKagan in #1636
- #1566 Creating a lock now uses python built-in "open()" method to work arou… by @HageMaster3108 in #1619
- util: close lockfile after opening successfully by @skshetry in #1639
- Bump actions/checkout from 3 to 4 by @dependabot in #1643
- Fix 'Tree' object has no attribute '_name' when submodule path is normal path by @CosmosAtlas in #1645
- Fix CVE-2023-41040 by @facutuesca in #1644
- Only make config more permissive in tests that need it by @EliahKagan in #1648
- Added test for PR #1645 submodule path by @CosmosAtlas in #1647
- Fix Windows environment variable upcasing bug by @EliahKagan in #1650
- Improve Python version and OS compatibility, fixing deprecations by @EliahKagan in #1654
- Better document env_case test/fixture and cwd by @EliahKagan in #1657
- Remove spurious executable permissions by @EliahKagan in #1658
- Fix up checks in Makefile and make them portable by @EliahKagan in #1661
- Fix URLs that were redirecting to another license by @EliahKagan in #1662
- Assorted small fixes/improvements to root dir docs by @EliahKagan in #1663
- Use venv instead of virtualenv in test_installation by @EliahKagan in #1664
- Omit py_modules in setup by @EliahKagan in #1665
- Don't track code coverage temporary files by @EliahKagan in #1666
- Configure tox by @EliahKagan in #1667
- Format tests with black and auto-exclude untracked paths by @EliahKagan in #1668
- Upgrade and broaden flake8, fixing style problems and bugs by @EliahKagan in #1673
- Fix rollback bug in SymbolicReference.set_reference by @EliahKagan in #1675
- Remove @NoEffect annotations by @EliahKagan in #1677
- Add more checks for the validity of refnames by @facutuesca in #1672
Note that the changes to the license file are just removal of excess whitespace
(the extra blank line at the end, and spaces appearing at the end of lines).
References:
https://github.com/gitpython-developers/GitPython/releaseshttps://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rste1af18377f
(From OE-Core rev: 931af3758a2d79aea534ab6d23db392ede7cc1bb)
Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The override syntax should be ":allarch" instead of "_allarch".
(From OE-Core rev: 72d3ecb22fea59d2520997b3f0a0651557d69ae7)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit bea74c9942a3bb4f71aca0f722b4a7306ae52fb4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This includes multiple CVE fixes.
The license change is due to changes in maintainership, the license
itself is unchanged.
(From OE-Core rev: a90e3d1bac7c965e357103c05bf31fd804b87c0b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 91e66b93a0c0928f0c2cfe78e22898a6c9800f34)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
A flaw was found in the QEMU built-in VNC server. When a client connects
to the VNC server, QEMU checks whether the current number of connections
crosses a certain threshold and if so, cleans up the previous connection.
If the previous connection happens to be in the handshake phase and fails,
QEMU cleans up the connection again, resulting in a NULL pointer dereference
issue. This could allow a remote unauthenticated client to cause a denial
of service.
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2023-3354
(From OE-Core rev: 8f0b34f7ad5ef842d60c9b93ce2c6142d3249890)
Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
":term:`Initramfs`" in bold text appears verbatim (no link is created).
The term link is present elsewhere in the text so remove the extra
markup.
(From yocto-docs rev: fc8e220290414dab45299d0ac829c8c461b1903c)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
- Update according to changes in SANITY_TESTED_DISTROS
(meta-poky/conf/distro/poky.conf)
- No longer declare as "Supported" the distributions versions
which are End of Life for their vendors, as some of them
(Ubuntu for example) ship updates to subscribers only,
which the Yocto Project has no access to.
- List distribution versions which were previously tested
for the branch of the Yocto Project being considered.
(From yocto-docs rev: fd5113b7e20844a44a2c9da37e1bc10034d46cfe)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Add in stable updates to glibc 2.38 to fix malloc bugs
(From OE-Core rev: 055b7acd73a591cb529629a780558cc0f5b19456)
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 39f987fcb20ad7c0e45425b9f508d463c50ce0c1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Backport and rebase patch to fix CVE-2023-32435 for webkitgtk 2.38.6:
* drop the patches for the files WasmAirIRGenerator64.cpp and
WasmAirIRGeneratorBase.h which are involved in 2.40.0
* drop test cases as well
CVE: CVE-2023-32435
(From OE-Core rev: c54f98d35f2cb276dc49a5ccd4813ccc34c6f668)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Backport patch to fix CVE-2023-32439 for webkitgtk.
CVE: CVE-2023-32439
(From OE-Core rev: 71edb4ec115208950ae5da5305b5fd75823121ec)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Envoy is a cloud-native high-performance edge/middle/service
proxy. Envoy’s HTTP/2 codec may leak a header map and
bookkeeping structures upon receiving `RST_STREAM` immediately
followed by the `GOAWAY` frames from an upstream server. In
nghttp2, cleanup of pending requests due to receipt of the
`GOAWAY` frame skips de-allocation of the bookkeeping structure
and pending compressed header. The error return [code path] is
taken if connection is already marked for not sending more
requests due to `GOAWAY` frame. The clean-up code is right after
the return statement, causing memory leak. Denial of service
through memory exhaustion. This vulnerability was patched in
versions(s) 1.26.3, 1.25.8, 1.24.9, 1.23.11.
References:
https://nvd.nist.gov/vuln/detail/CVE-2023-35945https://github.com/envoyproxy/envoy/security/advisories/GHSA-jfxv-29pc-x22r
(From OE-Core rev: 18277a43f7fd6522a67f194f40595bc378468733)
Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
(From OE-Core rev: ff2288cd466c46c4e2cac24498b260037dba5071)
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
vim 8.3 has been out for a long time, so this comment is obsolete.
However we still need UPSTREAM_VERSION_UNKNOWN, since we ignore
the last digit of the upstream version number.
Test result:
$ devtool check-upgrade-status vim
...
INFO: vim 9.0.1592 UNKNOWN Tom Rini <trini@konsulko.com> c0370529c027abc5b1698d53fcfb8c02a0c515da
(From OE-Core rev: 65f5de85c3f488136d1ec2b1f7fe8d8426d6c5b3)
(From OE-Core rev: 981fa51afe040550c7c351fff028553d4bbbd1ca)
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 868a19357841470eb55fb7f1c4ab1af09dea99ed)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
We need to ensure this recipe doesn't have dependencies on others. The SPDX
classes/tasks introduce dependenies quilt-native and patch-native which can
introduce races on files in the sysroots. Avoid the races by removing the
tasks we don't need.
[YOCTO #15186]
(From OE-Core rev: a3e2e156c602e7fabf0024a6c9dc4603d327f08b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a5dc278b077edba8f4099f0f6dfb97e97f680320)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
04update-uuid and 07revert-inplace tests are unreliable and fail intermittently
on the autobuilder (BZ#15181 and BZ#15159). Unfortunately, the failures cannot
be reproduced locally and the logs cannot be retrieved from the AB.
Mark the testcases as BROKEN to skip them when running ptest.
(From OE-Core rev: f39988353743e35418a730bfd6b9a9b68d946641)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit eb219aff7cfe1cff1da93107ac7b22c678c0000f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The kickstart parser defaults fstype to "vfat". This leads to an attempt
to create an empty file system even for regions configured with "--no-table"
if used without fstype when no --sourceparams given.
The fix tests for fstype "none" or no_table in Partition prepare method.
This will omit the file system creation an the potential error for small
region with --no-table option.
(From OE-Core rev: 47b395fe2dc393e82d0a42cfab96d134c1397a43)
Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit db771a4cd36bf291a8b68edfd905e03243f2c8b3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
It checks build host filesystem and if it doesn't find UTC or GMT
files it installs another copy of tzdata files in:
/usr/lib/tcl8.6/tzdata
Buildhistory shows the difference:
-PKGSIZE = 2227075
+PKGSIZE = 3433088
See the autodetection in configure.in:
#------------------------------------------------------------------------
# Check whether the timezone data is supplied by the OS or has
# to be installed by Tcl. The default is autodetection, but can
# be overridden on the configure command line either way.
#------------------------------------------------------------------------
AC_MSG_CHECKING([for timezone data])
AC_ARG_WITH(tzdata,
AC_HELP_STRING([--with-tzdata],
[install timezone data (default: autodetect)]),
[tcl_ok=$withval], [tcl_ok=auto])
#
# Any directories that get added here must also be added to the
# search path in ::tcl::clock::Initialize (library/clock.tcl).
#
case $tcl_ok in
no)
AC_MSG_RESULT([supplied by OS vendor])
;;
yes)
# nothing to do here
;;
auto*)
AC_CACHE_VAL([tcl_cv_dir_zoneinfo], [
for dir in /usr/share/zoneinfo \
/usr/share/lib/zoneinfo \
/usr/lib/zoneinfo
do
if test -f $dir/UTC -o -f $dir/GMT
then
tcl_cv_dir_zoneinfo="$dir"
break
fi
done])
if test -n "$tcl_cv_dir_zoneinfo"; then
tcl_ok=no
AC_MSG_RESULT([$dir])
else
tcl_ok=yes
fi
;;
*)
AC_MSG_ERROR([invalid argument: $tcl_ok])
;;
esac
if test $tcl_ok = yes
then
AC_MSG_RESULT([supplied by Tcl])
INSTALL_TZDATA=install-tzdata
fi
(From OE-Core rev: d5a038b764720bd3267f258994371909f3f34ad6)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3ace9fbfeb42ebf920812e3dd6d665b8b20a1ca0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Graphene gates a runtime check on whether it is cross-compiling, when it
should be whether it can run target binaries.
(From OE-Core rev: 49f8ba521e66c489f58b808af7abe61c44af5470)
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 61bb4086bea61a0446f469ed3cb0d525860a1a31)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Integrating the following commit(s) to linux-yocto/6.1:
44fd0c7a5a79 tick/rcu: fix false positive "softirq work is pending" messages on RT
Paul Gortmaker has found and fixed the root cause of why we are
getting "softirq work is pending" messages on boot with -rt ..
although the issue is not rt-specific.
The fix has been submitted to lkml, but we are integrating it
to avoid the delay of -stable picking it up and then linux-yocto
doing the same.
(From OE-Core rev: 69fffaa7ed863f8811254843e169cfbf3a0400b0)
(From OE-Core rev: bbacef1339cc9aeee77ec4192ade19c5c7d73d14)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2099b728c48d920aa3914f4297563105a672e174)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
6c44e13dc284 Linux 6.1.46
5525c289dbcf drm/amd/pm/smu7: move variables to where they are used
4346a66ad198 sch_netem: fix issues in netem_change() vs get_dist_table()
3ae919c317dd alpha: remove __init annotation from exported page_is_ram()
cbce265f959f ACPI: scan: Create platform device for CS35L56
afc4ddd9507f platform/x86: serial-multi-instantiate: Auto detect IRQ resource for CSC3551
38b0020f68b7 scsi: qedf: Fix firmware halt over suspend and resume
a9518f4a4978 scsi: qedi: Fix firmware halt over suspend and resume
fb004497b3ea scsi: fnic: Replace return codes in fnic_clean_pending_aborts()
b191ff1f075c scsi: core: Fix possible memory leak if device_add() fails
7723a5d5d187 scsi: snic: Fix possible memory leak if device_add() fails
9fdb273ede6f scsi: 53c700: Check that command slot is not NULL
8282d0b35880 scsi: ufs: renesas: Fix private allocation
ed70fa5629a8 scsi: storvsc: Fix handling of virtual Fibre Channel timeouts
0e1605ec5bea scsi: core: Fix legacy /proc parsing buffer overflow
f3f0f95a0233 netfilter: nf_tables: report use refcount overflow
c21fddce7e45 nvme-rdma: fix potential unbalanced freeze & unfreeze
cddbaa8dee7e nvme-tcp: fix potential unbalanced freeze & unfreeze
bf67802453d3 btrfs: set cache_block_group_error if we find an error
3ae93b316ca4 btrfs: reject invalid reloc tree root keys with stack dump
9d04716e3665 btrfs: exit gracefully if reloc roots don't match
7112abc9e8f2 btrfs: properly clear end of the unreserved range in cow_file_range
504d81c512f6 btrfs: don't stop integrity writeback too early
4e18c827d61b btrfs: wait for actual caching progress during allocation
b8cd871d0a18 gpio: sim: mark the GPIO chip as a one that can sleep
227bd2c1eab1 gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent
5e17b8ee64c1 ibmvnic: Ensure login failure recovery is safe from other resets
206ccf4f0977 ibmvnic: Do partial reset on login failure
31ccd1ba20d8 ibmvnic: Handle DMA unmapping of login buffs in release functions
24556c1cc9db ibmvnic: Unmap DMA login rsp buffer on send login fail
2c5dd8805e6c ibmvnic: Enforce stronger sanity checks on login response
ad0f73cbace4 net/mlx5: Reload auxiliary devices in pci error handlers
88ec484ef8e2 net/mlx5: Skip clock update work when device is in error state
4276f3e7ae4a net/mlx5: LAG, Check correct bucket when modifying LAG
a824d012ad8f net/mlx5: Allow 0 for total host VFs
ab06983c5bbd dmaengine: owl-dma: Modify mismatched function name
dff220037148 dmaengine: mcf-edma: Fix a potential un-allocated memory access
c4f7de3e8ce1 net: hns3: fix strscpy causing content truncation issue
87d7e140081f nexthop: Fix infinite nexthop bucket dump when using maximum nexthop ID
8d6df2c523e2 nexthop: Make nexthop bucket dump more efficient
0b10d8d1cf85 nexthop: Fix infinite nexthop dump when using maximum nexthop ID
743f7c1762e0 net: hns3: fix deadlock issue when externel_lb and reset are executed together
59bad9190ac7 net: hns3: add wait until mac link down
667ce6a0ff80 net: hns3: refactor hclge_mac_link_status_wait for interface reuse
758dbcfb257e net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on driver remove
001b7d6706e2 net: phy: at803x: remove set/get wol callbacks for AR8032
a3e5f3b7f25d net: marvell: prestera: fix handling IPv4 routes with nhid
059ec8287fd3 net: tls: avoid discarding data on record close
05e6b93da45d RDMA/umem: Set iova in ODP flow
521860ddf314 wifi: cfg80211: fix sband iftype data lookup for AP_VLAN
94916b314861 drm/rockchip: Don't spam logs in atomic check
ac6640f4193d IB/hfi1: Fix possible panic during hotplug remove
c2efcaf304fb iavf: fix potential races for FDIR filters
bcbc48b12092 drivers: vxlan: vnifilter: free percpu vni stats on error path
eeb0e4c1dbdf drivers: net: prevent tun_build_skb() to exceed the packet size limit
a6ddc1c77487 dccp: fix data-race around dp->dccps_mss_cache
00f033d451c4 bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves
15b453cf7348 xsk: fix refcount underflow in error path
da5f42a6e748 tunnels: fix kasan splat when generating ipv4 pmtu error
f20a941bc2c5 tcp: add missing family to tcp_set_ca_state() tracepoint
ddebdaec1af2 net/smc: Use correct buffer sizes when switching between TCP and SMC
584a783270c1 net/packet: annotate data-races around tp->status
b249c510b43e mptcp: fix the incorrect judgment for msk->cb_flags
fc0b41ac1106 macsec: use DEV_STATS_INC()
ebceef298c56 mISDN: Update parameter type of dsp_cmx_send()
6b2824b198a6 bpf, sockmap: Fix bug that strp_done cannot be called
ed90fe7435c5 bpf, sockmap: Fix map type error in sock_map_del_link
20acffcdc2b7 net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()
e59a2e5a3123 selftests: forwarding: tc_flower: Relax success criterion
352dc3ee33c6 selftests: forwarding: Switch off timeout
2df0e4373507 selftests: forwarding: Skip test when no interfaces are specified
9ff7465b9160 selftests: forwarding: hw_stats_l3_gre: Skip when using veth pairs
693c0a5a02e1 selftests: forwarding: ethtool_extended_state: Skip when using veth pairs
10519d0b260d selftests: forwarding: ethtool: Skip when using veth pairs
1455765e28ce selftests: forwarding: Add a helper to skip test when using veth pairs
e146162dcf2e selftests/rseq: Fix build with undefined __weak
e12b1ebc758a interconnect: qcom: sm8450: add enable_mask for bcm nodes
8d0e2802b111 interconnect: qcom: Add support for mask-based BCMs
312f04ede209 iio: core: Prevent invalid memory access when there is no parent
98e470dc73a9 drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modes
19e7feda8966 x86: Move gds_ucode_mitigated() declaration to header
f276899f8dbc x86/speculation: Add cpu_show_gds() prototype
179430c2aa46 x86/sev: Do not try to parse for the CC blob on non-AMD hardware
9ad49178c00a x86/mm: Fix VDSO and VVAR placement on 5-level paging machines
25085250a150 x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405
d93eeac34e75 x86/srso: Fix build breakage with the LLVM linker
6f75e0934354 usb: typec: altmodes/displayport: Signal hpd when configuring pin assignment
57b8f5fb8f17 usb: typec: tcpm: Fix response to vsafe0V event
e3b37754988a usb: common: usb-conn-gpio: Prevent bailing out if initial role is none
bed19d95fcb9 USB: Gadget: core: Help prevent panic during UVC unconfigure
d2a4ded0ee99 usb: dwc3: Properly handle processing of pending events
0d2d5282d39a usb-storage: alauda: Fix uninit-value in alauda_check_media()
8ee39ec47914 misc: rtsx: judge ASPM Mode to set PETXCFG Reg
f11a26633eb6 binder: fix memory leak in binder_init()
77b689cc27d4 iio: adc: ina2xx: avoid NULL pointer dereference on OF device match
2f8ebbd0f03e iio: adc: ad7192: Fix ac excitation feature
5e1ed816a0e1 iio: frequency: admv1013: propagate errors from regulator_get_voltage()
366563c14f1f iio: cros_ec: Fix the allocation size for cros_ec_command
5aac2726b693 io_uring: correct check for O_TMPFILE
b61a06eca15c drm/amd/display: trigger timing sync only if TG is running
07152d9e87ef drm/amd/display: fix the build when DRM_AMD_DC_DCN is not set
647e12741e6d drm/amd/display: Retain phantom plane/stream if validation fails
e61f0ad73668 drm/amd/display: Disable phantom OTG after enable for plane disable
9caac2a9f69f drm/amd/display: Use update plane and stream routine for DCN32x
e93ae6e6b660 drm/amd/display: Avoid ABM when ODM combine is enabled for eDP
4fe91c51aa93 drm/amd/display: Update OTG instance in the commit stream
b2415df0afba drm/amd/display: Handle seamless boot stream
9b1a1f168c03 drm/amd/display: Add function for validate and update new stream
60334c0cba2f drm/amd/display: Handle virtual hardware detect
0f19195d6397 drm/amd/pm: avoid unintentional shutdown due to temperature momentary fluctuation
b064f9ccf11c drm/amd/pm: fulfill powerplay peak profiling mode shader/memory clock settings
b844033ea813 drm/amd/pm: expose swctf threshold setting for legacy powerplay
2368afd60f64 drm/amd/pm: fulfill swsmu peak profiling mode shader/memory clock settings
7532ff6edbf5 nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput
79a96970293b radix tree test suite: fix incorrect allocation size for pthreads
0176533f5a39 hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for pfe1100
088773aaafef cpuidle: dt_idle_genpd: Add helper function to remove genpd topology
3d3fd58bfca1 drm/amd/display: limit DPIA link rate to HBR3
10347b115da1 drm/amd: Disable S/G for APUs when 64GB or more host memory
f6166ca452b8 drm/amdgpu: add S/G display parameter
c3d2d4b02e5e drm/amd/display: check attr flag before set cursor degamma on DCN3+
9a2393af1f35 drm/amdgpu: fix possible UAF in amdgpu_cs_pass1()
2322dd8c9d3d drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap()
a372c3f0db81 drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issues
e179b058d720 drm/nouveau/gr: enable memory loads on helper invocation on all channels
56c79fcae6f3 nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G
3fdaa7fbc81b riscv/kexec: handle R_RISCV_CALL_PLT relocation type
b374684018e4 riscv,mmio: Fix readX()-to-delay() ordering
98a34f50c15f riscv/kexec: load initrd high in available memory
593615bf14c9 net: mana: Fix MANA VF unload when hardware is unresponsive
aec1ce9a30d4 dmaengine: pl330: Return DMA_PAUSED when transaction is paused
ded9f5551ce5 mptcp: fix disconnect vs accept race
84aa65a52561 mptcp: avoid bogus reset on fallback close
d143c736020f selftests: mptcp: join: fix 'implicit EP' test
aae988c09650 selftests: mptcp: join: fix 'delete and re-add' test
a537fd9096a1 ipv6: adjust ndisc_is_useropt() to also return true for PIO
ecab78febff0 mmc: moxart: read scr register without changing byte order
260ec73757c1 wireguard: allowedips: expand maximum node depth
839aae189e1f selftests: forwarding: Set default IPv6 traceroute utility
aa4b5895a80f wifi: rtw89: fix 8852AE disconnection caused by RX full flags
e642eb67b8c1 wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()
5bdf1c1f346c KVM: SEV: only access GHCB fields once
ec18273e41d9 KVM: SEV: snapshot the GHCB before accessing it
f339d76a3a97 ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()
c6bef3bc30fd ksmbd: validate command request size
ccb1700ed606 tpm: Add a helper for checking hwrng enabled
d8a7d6136cbf tpm: Disable RNG for all AMD fTPMs
ed2f8701fb9b Revert "loongarch/cpu: Switch to arch_cpu_finalize_init()"
65383fe06065 gcc-plugins: Reorganize gimple includes for GCC 13
(From OE-Core rev: 91711cc075d0b44a1a1adab5b3c27da95264dc6f)
(From OE-Core rev: 1520c698d0323002b9aa93d1b4e3e8cf13528261)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6c758bece326cf43eb46c95a420f0c9eb42e36ad)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Integrating the following commit(s) to linux-yocto/6.1:
4675ec8d0b9a kernel/sched: Fix uninitialized read in nohz_full/isolcpus setup
The carry forward of commit from the v5.15 linux-yocto kernel:
https://git.yoctoproject.org/linux-yocto/commit/?id=97c96388922
...in which case the sanity checks are properly *after* the allocation
and processing of the bootargs into the cpumask.
However, it seems patch (or wiggle?) apparently decided to put the
sanity checks *before* the population of the cpumask during the
carry-forward and generation of the new v6.1 kernel. Meaning they are
validating uninitialized memory and hence nohz_full= and isolcpus= are
subject to random failures even for valid input ranges.
(From OE-Core rev: 4b349ee66eab8ebe3150ac4c1b449ea5c264a5be)
(From OE-Core rev: 5caea18a41d184c15e0685191364eb659a84ee59)
Signed-off-by: Adrian Cinal <adriancinal1@gmail.com>
Acked-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 92642acd1166b7990fb520337b78a4d37ce7cbe4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
1321ab403b38 Linux 6.1.45
f2615bb47be4 x86/CPU/AMD: Do not leak quotient data after a division by 0
673cdde74fd1 Revert "drm/i915: Disable DC states for all commits"
af7215182417 drm/amdgpu: Use apt name for FW reserved region
3d0a34c42f0d drm/amdgpu: Remove unnecessary domain argument
526defeec474 drm/amdgpu: add vram reservation based on vram_usagebyfirmware_v2_2
99255a2b6849 arm64/ptrace: Don't enable SVE when setting streaming SVE
c2fdf827f8fc exfat: check if filename entries exceeds max filename length
e2fb24ce37ca f2fs: don't reset unchangable mount option in f2fs_remount()
6ba0594a81f9 f2fs: fix to set flush_merge opt and show noflush_merge
e355972affb6 selftests/rseq: Play nice with binaries statically linked against glibc 2.35+
56562676102e drm/amd/display: skip CLEAR_PAYLOAD_ID_TABLE if device mst_en is 0
63eeb50fa110 drm/amd/display: Ensure that planes are in the same order
740d4cae248a drm/imx/ipuv3: Fix front porch adjustment upon hactive aligning
a492b8281c36 powerpc/mm/altmap: Fix altmap boundary check
f4b700c71802 mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op()
b71c00256da4 mtd: rawnand: rockchip: Align hwecc vs. raw page helper layouts
5a8a35b71bd3 mtd: rawnand: rockchip: fix oobfree offset and description
6c591fce484e mtd: rawnand: omap_elm: Fix incorrect type in assignment
88b1958fb57d io_uring: annotate offset timeout races
a78a8bcdc26d f2fs: fix to do sanity check on direct node in truncate_dnode()
23e72231f828 btrfs: remove BUG_ON()'s in add_new_free_space()
56c0d76a9722 ext2: Drop fragment support
295ef44a2aba fs: Protect reconfiguration of sb read-write from racing writes
1bebbd9b8037 net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb
203d58930d4a debugobjects: Recheck debug_objects_enabled before reporting
29fac1849933 Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb
1416eebaad80 fs/sysv: Null check to prevent null-ptr-deref bug
ccc6de4d4f34 fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()
33d9490b27e5 mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()
4968484ac8ef file: reinstate f_pos locking optimization for regular files
7a1178a3671b bpf, cpumap: Make sure kthread is running before map update returns
8a211e9118d5 clk: imx93: Propagate correct error in imx93_clocks_probe()
37f6073f7db3 drm/i915/gt: Cleanup aux invalidation registers
4db8b39418a6 drm/i915: Fix premature release of request's reusable memory
1fdd16d89c01 drm/ttm: check null pointer before accessing when swapping
4f03b0471ee0 open: make RESOLVE_CACHED correctly test for O_TMPFILE
61f96da37dd4 arm64/fpsimd: Sync FPSIMD state with SVE for SME only systems
654c1dd350c7 arm64/fpsimd: Clear SME state in the target task when setting the VL
bae353469a28 arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE
b8ea2a46913b powerpc/ftrace: Create a dummy stackframe to fix stack unwind
36dd8ca330b7 bpf: Disable preemption in bpf_event_output
ec062367fa0c rbd: prevent busy loop when requesting exclusive lock
98cccbd0a19a x86/hyperv: Disable IBT when hypercall page lacks ENDBR instruction
0526119bf59e wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)
767800fc402d net: tap_open(): set sk_uid from current_fsuid()
b6846d7c408b net: tun_chr_open(): set sk_uid from current_fsuid()
367fdf369dc7 arm64: dts: stratix10: fix incorrect I2C property for SCL signal
3654ed5daf49 bpf: Disable preemption in bpf_perf_event_output
680f4d8aec1b mtd: rawnand: meson: fix OOB available bytes for ECC
67327cadba59 mtd: spinand: toshiba: Fix ecc_get_status
724ce05212d0 exfat: release s_lock before calling dir_emit()
1427a7e96fb9 exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree
bc41119995e4 firmware: arm_scmi: Drop OF node reference in the transport channel setup
a062da58ed97 ceph: defer stopping mdsc delayed_work
ad82aac732c2 USB: zaurus: Add ID for A-300/B-500/C-700
be52667ba243 libceph: fix potential hang in ceph_osdc_notify()
f62faadc791e scsi: storvsc: Limit max_sectors for virtual Fibre Channel devices
645603ab5fa8 scsi: zfcp: Defer fc_rport blocking until after ADISC response
f0618c305b41 rust: allocator: Prevent mis-aligned allocation
cd4bdf8f98ef tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen
e53917e7efea tcp_metrics: annotate data-races around tm->tcpm_net
6dea95d8caff tcp_metrics: annotate data-races around tm->tcpm_vals[]
fee608e80271 tcp_metrics: annotate data-races around tm->tcpm_lock
4a77a0f7526c tcp_metrics: annotate data-races around tm->tcpm_stamp
71f891a25405 tcp_metrics: fix addr_same() helper
afac854f8221 prestera: fix fallback to previous version on same major version
72b3aea3450e net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prio
1ca50e5de43a net/mlx5: fs_core: Make find_closest_ft more generic
7b8717658dff vxlan: Fix nexthop hash size
691a09eecad9 ip6mr: Fix skb_under_panic in ip6mr_cache_report()
86818409f989 s390/qeth: Don't call dev_close/dev_open (DOWN/UP)
ecff20e19320 net: dcb: choose correct policy to parse DCB_ATTR_BCN
421e02bda057 bnxt_en: Fix max_mtu setting for multi-buf XDP
e9f11bfc03fb bnxt_en: Fix page pool logic for page size >= 64K
64763dd851fa net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode
8afe27770dea net: korina: handle clk prepare error in korina_probe()
58660666b464 net: ll_temac: fix error checking of irq_of_parse_and_map()
834422b06c8b bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
d4d3b53a4c66 net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-free
7f691439b29b net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-free
aab2d095ce4d net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-free
cbd000451885 bpf, cpumap: Handle skb as well when clean up ptr_ring
4461b2cae326 ice: Fix RDMA VSI removal during queue rebuild
0b45af982a4d net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.
12d4ba181424 net: annotate data-races around sk->sk_priority
6326c83ee27e net: add missing data-race annotation for sk_ll_usec
dd7a1ff07c6c net: add missing data-race annotations around sk->sk_peek_off
b53468041d20 net: annotate data-races around sk->sk_mark
c7bb6860645f net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
10c832159622 net: add missing READ_ONCE(sk->sk_sndbuf) annotation
0a40103c9191 net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
be43c8f1c916 net: annotate data-races around sk->sk_max_pacing_rate
0317c8322d9a net: annotate data-race around sk->sk_txrehash
60d92bc9c094 net: annotate data-races around sk->sk_reserved_mem
9da9ea9b132c qed: Fix scheduling in a tasklet while getting stats
3c42307abe97 mISDN: hfcpci: Fix potential deadlock on &hc->lock
d652c080b67c net: sched: cls_u32: Fix match key mis-addressing
22709d85373f perf test uprobe_from_different_cu: Skip if there is no gcc
5ef5b6e9c17b net: dsa: fix value check in bcm_sf2_sw_probe()
8dfac8071d58 rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length
24772cc31f00 bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing
d628ba98eb16 net/mlx5e: Move representor neigh cleanup to profile cleanup_tx
94a0eb9c12be net/mlx5e: Fix crash moving to switchdev mode when ntuple offload is set
a7b5f001004c net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer()
0582a3caaa3e net/mlx5: fix potential memory leak in mlx5e_init_rep_rx
3169c3854397 net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx
c818fff3b6cb net/mlx5e: fix double free in macsec_fs_tx_create_crypto_table_groups
7a6fad03f54c wifi: cfg80211: Fix return value in scan logic
05e0952ddb75 erofs: fix wrong primary bvec selection on deduplicated extents
a759972d2549 KVM: s390: fix sthyi error handling
f168188174b3 word-at-a-time: use the same return type for has_zero regardless of endianness
5b53b2b44f0c firmware: arm_scmi: Fix chan_free cleanup on SMC
6289d5486d36 lib/bitmap: workaround const_eval test build failure
0ca5de8309f9 firmware: smccc: Fix use of uninitialised results structure
7b0582dddd7e arm64: dts: freescale: Fix VPU G2 clock
5841d3d0c352 arm64: dts: imx8mn-var-som: add missing pull-up for onboard PHY reset pinmux
a24f67b71ad2 arm64: dts: phycore-imx8mm: Correction in gpio-line-names
753a927c5841 arm64: dts: phycore-imx8mm: Label typo-fix of VPU
608ac7ea5f05 arm64: dts: imx8mm-venice-gw7904: disable disp_blk_ctrl
d060bbb2fed8 arm64: dts: imx8mm-venice-gw7903: disable disp_blk_ctrl
8ddb3183c439 iommu/arm-smmu-v3: Document nesting-related errata
42d04acf1d9b iommu/arm-smmu-v3: Add explicit feature for nesting
57ae3671ece5 iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
e3399bd014e9 iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
50c24f0c9407 net: ipa: only reset hashed tables when supported
93f5b881125e net/mlx5: Free irqs only on shutdown callback
15c22cd1de50 perf: Fix function pointer case
c7920f992840 io_uring: gate iowait schedule on having pending requests
(From OE-Core rev: 9cdf022205d4bfe30ed71a4b1ac2edfb88eff560)
(From OE-Core rev: 4a7b992e07e9b0d35647df09c0faba7f691e984c)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e8b3099f472201410cba6c3f30745d3b83e15a21)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
52a953d0934b Linux 6.1.43
c3d576baa6c8 dma-buf: fix an error pointer vs NULL bug
23acc2b850ba dma-buf: keep the signaling time of merged fences v3
665e6fd71468 test_firmware: return ENOMEM instead of ENOSPC on failed memory allocation
0ab95d5ce8be selftests: mptcp: sockopt: use 'iptables-legacy' if available
bd2decac7345 mptcp: ensure subflow is unhashed before cleaning the backlog
ab79c7541d84 cpufreq: intel_pstate: Drop ACPI _PSS states table patching
602a1cbc24a2 ACPI: processor: perflib: Avoid updating frequency QoS unnecessarily
f7fcc0f1b26b ACPI: processor: perflib: Use the "no limit" frequency QoS
d701687c898e drm/amd/display: Write to correct dirty_rect
d58fb94f24f8 drm/amd/display: perform a bounds check before filling dirty rectangles
0441c4415442 tracing: Fix trace_event_raw_event_synth() if else statement
f5e8f7a02c15 drm/amd/display: set per pipe dppclk to 0 when dpp is off
73679f8c455e rbd: retrieve and check lock owner twice before blocklisting
0c0b6412c966 rbd: harden get_lock_owner_info() a bit
c0d067c79b23 rbd: make get_lock_owner_info() return a single locker or NULL
3d215ad49c6a dm cache policy smq: ensure IO doesn't prevent cleaner policy progress
507f70c06aa9 drm/i915/dpt: Use shmem for dpt objects
e046aecb73e0 ceph: never send metrics if disable_send_metrics is set
8ab9ad163804 PM: sleep: wakeirq: fix wake irq arming
356e711640ae arm64/sme: Set new vector length before reallocating
ff54cb993b31 ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 register
6deb8727f2a5 s390/dasd: print copy pair message only for the correct error
c4ae208cc335 s390/dasd: fix hanging device after quiesce/resume
2b58bd384730 LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArch
8a5e0c1f71dc LoongArch: BPF: Fix check condition to call lu32id in move_imm()
024ed3b9b8e3 Revert "um: Use swap() to make code cleaner"
e1d54962a63b soundwire: fix enumeration completion
dda7cfcaa46b selftests: mptcp: join: only check for ip6tables if needed
aedec6019d7c net: dsa: qca8k: fix mdb add/del case with 0 VID
828f9526f061 net: dsa: qca8k: fix broken search_and_del
d42c326288ac net: dsa: qca8k: fix search_and_insert wrong handling of new rule
e1fda7c1250f virtio-net: fix race between set queues and probe
cd1a8952ff52 xen: speed up grant-table reclaim
af7aa4fe94b3 proc/vmcore: fix signedness bug in read_from_oldmem()
7f1715d827dc locking/rtmutex: Fix task->pi_waiters integrity
d392d2d72af3 irqchip/gic-v4.1: Properly lock VPEs when doing a directLPI invalidation
a80d2cb27d39 irq-bcm6345-l1: Do not assume a fixed block to cpu mapping
2edb87931afd tpm_tis: Explicitly check for error code
c9af433b1138 ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info()
d79f730bb807 nfsd: Remove incorrect check in nfsd4_validate_stateid
e5a87723e8c7 file: always lock position for FMODE_ATOMIC_POS
2663e2cb91a7 x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocks
360c98f5830d btrfs: check for commit error at btrfs_attach_transaction_barrier()
a7b85dc31644 btrfs: check if the transaction was aborted at btrfs_wait_for_commit()
cbec34d3021d btrfs: account block group tree when calculating global reserve size
5fec6f7903f9 hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabled
85f8077893ec hwmon: (k10temp) Enable AMD3255 Proc to show negative temperature
bf7b30dc16da ALSA: hda/relatek: Enable Mute LED on HP 250 G8
db3c5ca31400 ALSA: hda/realtek: Support ASUS G713PV laptop
96a0b80eb1b0 Revert "xhci: add quirk for host controllers that don't update endpoint DCS"
9615ca54bc13 tty: n_gsm: fix UAF in gsm_cleanup_mux
7ae9f55a4950 staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext()
41e05572e871 staging: r8712: Fix memory leak in _r8712_init_xmit_priv()
ef301c41a10e Documentation: security-bugs.rst: clarify CVE handling
ddb9503d1c2e Documentation: security-bugs.rst: update preferences when dealing with the linux-distros group
9ae3d7941f8d Revert "usb: xhci: tegra: Fix error check"
cf8203ea19ef usb: xhci-mtk: set the dma max_seg_size
c0ebcc7e7fb1 usb: cdns3: fix incorrect calculation of ep_buf_size when more than one config
9590eeef4d65 USB: quirks: add quirk for Focusrite Scarlett
98a6054d51cc usb: ohci-at91: Fix the unhandle interrupt when resume
a28062554190 usb: misc: ehset: fix wrong if condition
c1fad1695bef usb: dwc3: don't reset device side if dwc3 was configured as host-only
84ff2e988b0b usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phy
bf4986fbeb21 Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"
60816ac26f2f usb: typec: Use sysfs_emit_at when concatenating the string
9e4c1e68bf6a usb: typec: Iterate pds array when showing the pd list
59feda7f3889 usb: typec: Set port->pd before adding device for typec_port
efd354eb7955 can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPED
60dea45ea317 USB: serial: simple: sort driver entries
889122fe36f4 USB: serial: simple: add Kaufmann RKS+CAN VCP
6341ef50ca26 USB: serial: option: add Quectel EC200A module support
f13b7a9f16db USB: serial: option: support Quectel EM060K_128
71bef922ff9a serial: sifive: Fix sifive_serial_console_setup() section
ace0efeb56f4 serial: 8250_dw: Preserve original value of DLF register
016a4a2a7587 serial: qcom-geni: drop bogus runtime pm state update
eb1a542824ee KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
d8eb0c480f1e KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest
ed8bbe6627cf KVM: Grab a reference to KVM for VM and vCPU stats file descriptors
c80b7c8f9d52 usb: gadget: core: remove unbalanced mutex_unlock in usb_gadget_activate
de77000c1923 USB: gadget: Fix the memory leak in raw_gadget driver
0f23a9eb8abf usb: gadget: call usb_gadget_check_config() to verify UDC capability
0cf9741aa323 Revert "usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init()"
a3a3c7bddab9 tracing: Fix warning in trace_buffered_event_disable()
77996fa5c64f ring-buffer: Fix wrong stat of cpu_buffer->read
9d0a4a7777cc ata: pata_ns87415: mark ns87560_tf_read static
84415f934ad4 ublk: fail to recover device if queue setup is interrupted
0d5916c43957 ublk: fail to start device if queue setup is interrupted
c741076a3c76 ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmd
a39bf13f8640 drm/msm: Disallow submit with fence id 0
3398e8b2833f drm/msm: Switch idr_lock to spinlock
d722661362ca RDMA/irdma: Report correct WC error
fe3409cd013c RDMA/irdma: Fix op_type reporting in CQEs
e139cc2974b8 drm/amd/display: Unlock on error path in dm_handle_mst_sideband_msg_ready_event()
5c58d120bf81 drm/amd: Fix an error handling mistake in psp_sw_init()
ce114218f74e dm raid: protect md_stop() with 'reconfig_mutex'
e08db3f85df2 dm raid: clean up four equivalent goto tags in raid_ctr()
d43c7edfeb94 dm raid: fix missing reconfig_mutex unlock in raid_ctr() error paths
37b5a0bdb896 xenbus: check xen_domain in xenbus_probe_initcall
a71cd15a8592 drm/i915: Fix an error handling path in igt_write_huge()
ddac66e802ce smb3: do not set NTLMSSP_VERSION flag for negotiate not auth request
55704f087f78 block: Fix a source code comment in include/uapi/linux/blkzoned.h
f656ba177f69 ASoC: fsl_spdif: Silence output on stop
6806494ed4a0 cxl/acpi: Return 'rc' instead of '0' in cxl_parse_cfmws()
748fadc08bcb cxl/acpi: Fix a use-after-free in cxl_parse_cfmws()
1b8b83537338 drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb()
b8500538b8f5 RDMA/bnxt_re: Prevent handling any completions after qp destroy
d335b5fb332e RDMA/mthca: Fix crash when polling CQ for shared QPs
5986e96be7d0 RDMA/irdma: Fix data race on CQP request done
4e1a5842a359 RDMA/irdma: Fix data race on CQP completion stats
b83e4c1e4c72 RDMA/irdma: Add missing read barriers
14627d02b103 drm/msm/adreno: Fix snapshot BINDLESS_DATA size
b6432b68700f drm/msm/dpu: drop enum dpu_core_perf_data_bus_id
10b5920c33c1 RDMA/mlx4: Make check for invalid flags stricter
539cf23cb488 tipc: stop tipc crypto on failure in tipc_node_create
5f6a842db178 tipc: check return value of pskb_trim()
0069a11a6f00 benet: fix return value check in be_lancer_xmit_workarounds()
0f7432b7c3b5 net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64
eefc0b32159a net/sched: mqprio: add extack to mqprio_parse_nlattr()
5523d2e31935 net/sched: mqprio: refactor nlattr parsing to a separate function
7218974aba07 mm: suppress mm fault logging if fatal signal already pending
268cb07ef3ee netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHAIN_ID
4237462a073e netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR
89a4d1a89751 netfilter: nft_set_rbtree: fix overlap expiration walk
c09df09241fd igc: Fix Kernel Panic during ndo_tx_timeout callback
1ecdbf2467ae x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memory
cb160f4f90d1 platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind U100
847265678ec5 net: stmmac: Apply redundant write work around on 4.xx too
17e67a071b60 octeontx2-af: Fix hash extraction enable configuration
9b0c968a13fa octeontx2-af: Removed unnecessary debug messages.
517a4f3b093c team: reset team's flags when down link is P2P device
4c50927853f6 bonding: reset bond's flags when down link is P2P device
46bf2459d6de ice: Fix memory management in ice_ethtool_fdir.c
51aea7e9d521 tcp: Reduce chance of collisions in inet6_hashfn().
776da4eca034 ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary address
6ed1e466ef69 ethernet: atheros: fix return value check in atl1e_tso_csum()
85c38ac62c13 atheros: fix return value check in atl1_tso()
01cb355bb92e phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe()
69534f5ab784 vxlan: fix GRO with VXLAN-GPE
9e22b434ff4a vxlan: generalize vxlan_parse_gpe_hdr and remove unused args
ddc6ab3834bc vxlan: calculate correct header length for GPE
4de5cd8d8939 net: hns3: fix wrong bw weight of disabled tc issue
487b685c815b net: hns3: fix wrong tc bandwidth weight data issue
b93161779b45 net: hns3: fix the imp capability bit cannot exceed 32 bits issue
e3339d44e016 net: phy: marvell10g: fix 88x3310 power up
c76d3742b688 iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILED
469879eda36d iavf: fix potential deadlock on allocation failure
c0fa9a5a7a3f i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()
940a2c75f5e9 media: amphion: Fix firmware path to match linux-firmware
70f9f05abaad media: staging: atomisp: select V4L2_FWNODE
accc838fd66a soundwire: qcom: update status correctly with mask
cf52320a391a phy: qcom-snps-femto-v2: properly enable ref clock
01d8e499999c phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during runtime suspend
b6132813be93 phy: qcom-snps: correct struct qcom_snps_hsphy kerneldoc
3a5dbdc53a5f phy: phy-mtk-dp: Fix an error code in probe()
15c94c3151d9 drm/amd/display: Prevent vtotal from being set to 0
d5741133e6e2 drm/amd/display: Fix possible underflow for displays with large vblank
342ec1696d2d drm/amd/display: update extended blank for dcn314 onwards
27931ea53ce5 drm/amd/display: Add FAMS validation before trying to use it
6415d5de13f5 drm/amd/display: fix dc/core/dc.c kernel-doc
549f20581996 drm/amd/display: Rework comments on dc file
4eed29e8a8fd maple_tree: fix 32 bit mas_next testing
1b6e8744ed7c maple_tree: add __init and __exit to test module
cba7ddf552bb test_maple_tree: test modifications while iterating
a6e2a0e4144c tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if fails
bee994668855 Revert "tracing: Add "(fault)" name injection to kernel probes"
f3baa42afeea tracing: Allow synthetic events to pass around stacktraces
d92ee6bce196 tracing/probes: Fix to avoid double count of the string length on the array
16cc22202611 tracing/probes: Add symstr type for dynamic events
f5ded0c11d4b mptcp: do not rely on implicit state check in mptcp_listen()
fbe9fa195ef2 mptcp: introduce 'sk' to replace 'sock->sk' in mptcp_listen()
cde7f2fd6323 arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2
eb1de0a2347c KVM: arm64: Condition HW AF updates on config option
17e188e0feb0 drm/ttm: never consider pinned BOs for eviction&swap
a7451c38e15b tty: fix hang on tty device with no_room set
72deb1755011 n_tty: Rename tail to old_tail in n_tty_read()
e9c44738cb1f drm/ttm: Don't leak a resource on eviction error
3a8f9b8ccf2b drm/ttm: Don't print error message if eviction was interrupted
76fcfc6ae3a6 drm/amd/display: Set minimum requirement for using PSR-SU on Phoenix
f8b61a2c29fc drm/amd/display: Set minimum requirement for using PSR-SU on Rembrandt
41c666e2b751 drm/amd/display: Update correct DCN314 register header
8f0582fb6d0e drm/amd/display: fix dcn315 single stream crb allocation
38fa05cad9df drm/amd/display: add pixel rate based CRB allocation support
ad8c20954406 drm/amd/display: fix unbounded requesting for high pixel rate modes on dcn315
acba20a5b2c8 drm/amd/display: use low clocks for no plane configs
8d515d39d800 drm/amd/display: add ODM case when looking for first split pipe
3a88351318bb drm/amd/display: Use min transition for all SubVP plane add/remove
a5397c85f0b8 drm/amd/display: Include surface of unaffected streams
d5b3e4cf9942 drm/amd/display: Copy DC context in the commit streams
4efb2d22003f drm/amd/display: Enable new commit sequence only for DCN32x
bc2c7003888b drm/amd/display: Rework context change check
810329d3d418 drm/amd/display: Check if link state is valid
f1edb2f58adb drm/amd/display: add FB_DAMAGE_CLIPS support
ed92b595af43 PCI: rockchip: Don't advertise MSI-X in PCIe capabilities
7b65231b65cc PCI: rockchip: Fix window mapping and address translation for endpoint
3b117fd8cf43 PCI: rockchip: Remove writes to unused registers
13b9c5f6059f PCI/ASPM: Avoid link retraining race
4d1cd90cea2e PCI/ASPM: Factor out pcie_wait_for_retrain()
8dfeae80825f PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link()
ecd9da1d0599 MIPS: Loongson: Fix build error when make modules_install
3fac9a39f8bb MIPS: Loongson: Move arch cflags to MIPS top level Makefile
70957ae16093 i2c: nomadik: Remove a useless call in the remove function
a9be061237aa i2c: nomadik: Use devm_clk_get_enabled()
82dee5b2586c i2c: nomadik: Remove unnecessary goto label
1dc23fb83b71 i2c: Improve size determinations
38a8983ae1d0 i2c: Delete error messages for failed memory allocations
7b7291ab2912 btrfs: fix race between quota disable and relocation
44e2afbf650f gpio: mvebu: fix irq domain leak
8ee94aab9970 gpio: mvebu: Make use of devm_pwmchip_add
19156bcb881c pwm: Add a stub for devm_pwmchip_add()
b2d8ac988f3c gpio: tps68470: Make tps68470_gpio_output() always set the initial value
04f7d4917471 io_uring: don't audit the capability check in io_uring_create()
017f686bcb53 KVM: s390: pv: fix index value of replaced ASCE
e8df12986066 powerpc/pseries/vas: Hold mmap_mutex after mmap lock during window close
557ea2ff0519 blk-mq: Fix stall due to recursive flush plug
0935bbbf6e5a jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint
6e385845eea1 drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters implementation with SMU13
32631ac27c91 drm/amd: Move helper for dynamic speed switch check out of smu13
53dd2ca2c02f ovl: fix null pointer dereference in ovl_permission()
a9174f0d7add drm/amd/display: Keep PHY active for dp config
2bb912161697 platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params
fd14866ebedd platform/x86/amd/pmf: Notify OS power slider update
b068314fd8ce netfilter: nf_tables: fix underflow in chain reference counter
35651fde1a7b netfilter: nf_tables: fix underflow in object reference counter
d2a6dc4eaf6d Linux 6.1.42
1d4607f2a50c Revert "drm/amd/display: edp do not add non-edid timings"
2f2ba3c16230 drm/amd/display: Add polling method to handle MST reply packet
78ea2ed76ce9 drm/amd/display: fix linux dp link lost handled only one time
b31143b0fbbd drm/amd/display: Clean up errors & warnings in amdgpu_dm.c
c14702daf1f5 drm/amd/display: force connector state when bpc changes during compliance
00f68f5c1be1 drm/dp_mst: Clear MSG_RDY flag before sending new message
c085ffaf67db drm/amd/display: fix some coding style issues
374735cbe2f1 drm/amd/display: use max_dsc_bpp in amdgpu_dm
268bfb378256 selftests/bpf: Fix sk_assign on s390x
fd1e31d1bcb7 selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace_return_code
a7c1eb9cb86f selftests/bpf: make test_align selftest more robust
4c8f30a2ad94 bpf: aggressively forget precise markings during state checkpointing
8b57a37d0ee7 bpf: stop setting precise in current state
56675ddcb011 bpf: allow precision tracking for programs with subprogs
dd33fbe4af2c scripts/kallsyms: update the usage in the comment block
5fab8c91e59c scripts/kallsyms.c Make the comment up-to-date with current implementation
320f980bc0bb kallsyms: add kallsyms_seqs_of_names to list of special symbols
7531eb07b254 spi: dw: Remove misleading comment for Mount Evans SoC
70a3015683b0 drm/ttm: fix bulk_move corruption when adding a entry
61622fa37914 tracing/histograms: Return an error if we fail to add histogram to hist_vars list
bae17da3ae4c jbd2: recheck chechpointing non-dirty buffer
b9f0f20ab014 net: phy: prevent stale pointer dereference in phy_init()
f311c7680014 tcp: annotate data-races around fastopenq.max_qlen
01a1563a09c0 tcp: annotate data-races around icsk->icsk_user_timeout
918a1beb0abf tcp: annotate data-races around tp->notsent_lowat
b02f8fce7cc5 tcp: annotate data-races around rskq_defer_accept
17c3d7583399 tcp: annotate data-races around tp->linger2
e63939720243 tcp: annotate data-races around icsk->icsk_syn_retries
d27a1aa37e32 tcp: annotate data-races around tp->keepalive_probes
161b069389dd tcp: annotate data-races around tp->keepalive_intvl
87b8466eb0cd tcp: annotate data-races around tp->keepalive_time
2c84a3d78ad8 tcp: annotate data-races around tp->tsoffset
949eb838803a tcp: annotate data-races around tp->tcp_tx_delay
0d4d6b083da9 Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()
e969bfed84c1 Bluetooth: ISO: fix iso_conn related locking and validity issues
59bd1e476bbc Bluetooth: hci_event: call disconnect callback before deleting conn
13ad45ad14df Bluetooth: use RCU for hci_conn_params and iterate safely in hci_sync
e18922ce3e31 netfilter: nf_tables: skip bound chain on rule flush
ec3e856075c5 netfilter: nf_tables: skip bound chain in netns release path
90c3955beb85 netfilter: nft_set_pipapo: fix improper element removal
f372992820be netfilter: nf_tables: can't schedule in nft_chain_validate
6026fa4f4702 netfilter: nf_tables: fix spurious set element insertion failure
c1dc350a371a ALSA: hda/realtek: Fix generic fixup definition for cs35l41 amp
050c24656a94 llc: Don't drop packet from non-root netns.
50e4b32d2e58 fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe
a44ff125731f Revert "tcp: avoid the lookup process failing to get sk in ehash table"
d1a4d697a9ec net:ipv6: check return value of pskb_trim()
205bad1b3042 net: ipv4: Use kfree_sensitive instead of kfree
fac47182d3c2 tcp: annotate data-races around tcp_rsk(req)->ts_recent
aa32235da43c tcp: annotate data-races around tcp_rsk(req)->txhash
f62a00b7d135 net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV
1d8e3ec4f0a6 igc: Prevent garbled TX queue with XDP ZEROCOPY
c0268bc0d7ad igc: Avoid transmit queue timeout for XDP
bb6ae775ff7f bpf, arm64: Fix BTI type used for freplace attached functions
8620c53ced63 bpf: Repeat check_max_stack_depth for async callbacks
d55ff358b049 bpf: Fix subprog idx logic in check_max_stack_depth
c355f3a27b11 octeontx2-pf: Dont allocate BPIDs for LBK interfaces
0f56bfe19aa6 security: keys: Modify mismatched function name
3fc081edddf3 iavf: fix reset task race with iavf_remove()
2647ff59c52e iavf: fix a deadlock caused by rtnl and driver's lock circular dependencies
9743519240c6 iavf: Wait for reset in callbacks which trigger it
f43ab442a8eb iavf: make functions static where possible
9e36533d666d iavf: send VLAN offloading caps once after VFR
5d1c0ac33d81 iavf: Move netdev_update_features() into watchdog task
6d9d01689b82 iavf: use internal state to free traffic IRQs
6e1d8f133207 iavf: Fix out-of-bounds when setting channels on remove
ca12b98e04b5 iavf: Fix use-after-free in free_netdev
ce3ec3fc64e0 net: dsa: microchip: correct KSZ8795 static MAC table access
54830adfd9a5 net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for empty entries
8a60427c8abd net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() static
e4820a764e95 net: dsa: microchip: ksz8: Separate static MAC table operations for code reuse
155f59453414 net: sched: cls_bpf: Undo tcf_bind_filter in case of an error
2256b27f542b net: sched: cls_u32: Undo refcount decrement in case update failed
a9345793469b net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode
fa753f865677 net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_set_parms
813572a08d49 ASoC: SOF: ipc3-dtrace: uninitialized data in dfsentry_trace_filter_write()
c55901d381a2 cifs: fix mid leak during reconnection after timeout threshold
855643c8d289 net: ethernet: mtk_eth_soc: handle probe deferral
6924f3c89846 bridge: Add extack warning when enabling STP in netns.
3325b8ddfe29 net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field()
4148d6c766c4 dsa: mv88e6xxx: Do a final check before timing out
f4c0a6b8ce17 kallsyms: strip LTO-only suffixes from promoted global functions
5004d383fe8c kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=y
28fdfda791d4 kallsyms: Improve the performance of kallsyms_lookup_name()
c401b72836ca spi: s3c64xx: clear loopback bit after loopback test
9c85f71d3fc8 btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_block
08bdd70974a8 perf build: Fix library not found error when using CSLIBS
6aa851f6276f fbdev: imxfb: Removed unneeded release_mem_region
e7bb9436ea97 fbdev: imxfb: warn about invalid left/right margin
7a2d80a8c24a spi: bcm63xx: fix max prepend length
6af800f91747 pinctrl: renesas: rzg2l: Handle non-unique subnode names
be087281dc79 pinctrl: renesas: rzv2m: Handle non-unique subnode names
92cc0153324b sched/psi: use kernfs polling functions for PSI trigger polling
d5dca1977685 sched/psi: Allow unprivileged polling of N*2s period
fb4bc32fc1be sched/psi: Extract update_triggers side effect
c1623d4d0bef sched/psi: Rename existing poll members in preparation
c176dda0a6a6 sched/psi: Rearrange polling code in preparation
7d8bba4da1a8 sched/psi: Fix avgs_work re-arm in psi_avgs_work()
45f739e8fb34 sched/fair: Use recent_used_cpu to test p->cpus_ptr
6ede0d0f8865 ASoC: qcom: q6apm: do not close GPR port before closing graph
5da98d0438bd ASoC: codecs: wcd938x: fix dB range for HPHL and HPHR
e3495bc99464 ASoC: codecs: wcd938x: fix mbhc impedance loglevel
3122e90b5cb0 ASoC: amd: acp: fix for invalid dai id handling in acp_get_byte_count()
da64c8889fcd net: hns3: fix strncpy() not using dest-buf length as length issue
39695e87d86f igb: Fix igb_down hung on surprise removal
6887f3588171 wifi: iwlwifi: pcie: add device id 51F1 for killer 1675
6862557e9afe wifi: iwlwifi: mvm: avoid baid size integer overflow
a46a62491460 wifi: iwlwifi: Add support for new PCI Id
8e0a94e31ade wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point()
408d40c729cb devlink: report devlink_port_type_warn source device
0d1426415522 net: ethernet: litex: add support for 64 bit stats
86f9330a49d1 wifi: ath11k: fix memory leak in WMI firmware stats
766e606536b9 spi: dw: Add compatible for Intel Mount Evans SoC
d0124848c794 wifi: mac80211_hwsim: Fix possible NULL dereference
8656b31d2efd wifi: ath11k: add support default regdb while searching board-2.bin for WCN6855
4e291a07af77 bpf: tcp: Avoid taking fast sock lock in iterator
c006fe361cfd bpf: Address KCSAN report on bpf_lru_list
10fa03a9c1bc bpf: Print a warning only if writing to unprivileged_bpf_disabled.
8d1342108c2b wifi: ath11k: fix registration of 6Ghz-only phy without the full channel range
78a5f711efce sched/fair: Don't balance task to its current running CPU
896f4d6046b3 rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp
9027d69221ff rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()
e055d0ec8809 ACPI: video: Add backlight=native DMI quirk for Dell Studio 1569
aa7cdf487ab3 FS: JFS: Check for read-only mounted filesystem in txBegin
3e5eb6c5ecd8 FS: JFS: Fix null-ptr-deref Read in txBegin
da0a7c697595 MIPS: dec: prom: Address -Warray-bounds warning
bdf07ab1595b fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev
a68241498093 udf: Fix uninitialized array access for some pathnames
cce9107c315f ovl: check type and offset of struct vfsmount in ovl_entry
5228d4d50528 HID: add quirk for 03f0:464a HP Elite Presenter Mouse
6432843debe1 quota: fix warning in dqgrab()
1f2ec87f4ab8 quota: Properly disable quotas when add_dquot_ref() fails
2a97ec78092f ALSA: emu10k1: roll up loops in DSP setup code for Audigy
2e1be420b869 drm/radeon: Fix integer overflow in radeon_cs_parser_init
0ca376853412 ext4: correct inline offset when handling xattrs in inode body
aba8f85eca81 ASoC: codecs: wcd938x: fix soundwire initialisation race
1a261a4193b5 ASoC: codecs: wcd938x: fix codec initialisation race
8b11d2f0e525 ASoC: codecs: wcd934x: fix resource leaks on component remove
bb241ae928c6 ASoC: codecs: wcd938x: fix missing mbhc init error handling
4eac89ffc510 ASoC: codecs: wcd938x: fix resource leaks on component remove
c584b5eca3fb ASoC: tegra: Fix AMX byte map
d55fc2bdaaa8 ASoC: qdsp6: audioreach: fix topology probe deferral
17feff71d06c ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove
b0fbf3c353af ASoC: codecs: wcd938x: fix missing clsh ctrl error handling
1dd61a5b5cca ASoC: cs42l51: fix driver to properly autoload with automatic module loading
0e3cf6432466 ASoC: rt5640: Fix sleep in atomic context
e5b2389e04d9 ASoC: tegra: Fix ADX byte map
24bed70aa617 ASoC: fsl_sai: Revert "ASoC: fsl_sai: Enable MCTL_MCLK_EN bit for master mode"
651881287770 ASoC: fsl_sai: Disable bit clock with transmitter
b9741ba942f3 drm/amd/display: Keep PHY active for DP displays on DCN31
889bac5fd796 drm/amd/display: check TG is non-null before checking if enabled
9f28e8c2be1e drm/amd/display: Disable MPC split by default on special asic
438542074174 drm/amd/display: only accept async flips for fast updates
917bef37cfac drm/client: Fix memory leak in drm_client_modeset_probe
b5359d7a5087 drm/client: Fix memory leak in drm_client_target_cloned
91bd7acf89cb drm/amdgpu/pm: make mclk consistent for smu 13.0.7
0b4f3d9a5c8a drm/amdgpu/pm: make gfxclock consistent for sienna cichlid
13cb7bfbccb5 drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel
19e7b9f1f7e1 dma-buf/dma-resv: Stop leaking on krealloc() failure
25ad24969941 selftests: tc: add ConnTrack procfs kconfig
54950747d5e7 can: gs_usb: gs_can_open(): improve error handling
995f47d76647 can: bcm: Fix UAF in bcm_proc_show()
a2d31762d73b can: mcp251xfd: __mcp251xfd_chip_set_mode(): increase poll timeout
aa5cf8bd1318 arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes
3e463a4f3801 regmap: Account for register length in SMBus I/O limits
ef7ad397fb8c of: Preserve "of-display" device name for compatibility
f16c2eb6945b regmap: Drop initial version of maximum transfer length fixes
efeac348cdc2 selftests: tc: add 'ct' action kconfig dep
4986dd1b5132 selftests: tc: set timeout to 15 minutes
ddf7e8984c83 btrfs: fix race between balance and cancel/pause
c828e913c8dc fuse: ioctl: translate ENOSYS in outarg
c35ea6061962 btrfs: zoned: fix memory leak after finding block group with super blocks
0a5e0bc8e861 btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand
549f5093e9d6 fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT
af6d1fc5b8a6 fuse: revalidate: don't invalidate if interrupted
89e994688e96 btrfs: fix warning when putting transaction with qgroups enabled after abort
c1b3d1a9c6be perf probe: Add test for regression introduced by switch to die_get_decl_file()
00edfa6d4fe0 keys: Fix linking a duplicate key to a keyring's assoc_array
4984a10a21c6 maple_tree: fix node allocation testing on 32 bit
85718972b004 maple_tree: set the node limit when creating a new root node
e0c3e25cfc57 ALSA: hda/realtek: Enable Mute LED on HP Laptop 15s-eq2xxx
0f493b5bfe37 ALSA: hda/realtek: Add quirk for Clevo NS70AU
7ed4e5297390 ALSA: hda/realtek - remove 3k pull low procedure
1b87f546a035 io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq
(From OE-Core rev: c08a80f3aeb37a7320227957ae3e06a912e2bb43)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0bf3be6fe59d8c14d7b783a80020806c7453a2a6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
5302e81aa209 Linux 6.1.41
ed9b87010aa8 x86/cpu/amd: Add a Zenbleed fix
5fc203d8d3ed x86/cpu/amd: Move the errata checking functionality up
75389113731b Linux 6.1.40
9879d6e1ca87 net/ncsi: change from ndo_set_mac_address to dev_set_mac_address
e2c3356907a5 net/ncsi: make one oem_gma function for all mfr id
e4a0e09b79bd drm/atomic: Fix potential use-after-free in nonblocking commits
d34a3470ed40 net/sched: sch_qfq: reintroduce lmax bound check for MTU
ff06cd411aa0 swiotlb: mark swiotlb_memblock_alloc() as __init
d64b70df23e8 Revert "drm/amd: Disable PSR-SU on Parade 0803 TCON"
fbfb6b7cb2f7 MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled
fec55ec03545 scsi: qla2xxx: Fix end of loop test
f459d586fdf1 scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue
b06d1b525364 scsi: qla2xxx: Pointer may be dereferenced
b88b1241fb1c scsi: qla2xxx: Correct the index of array
e466930717ef scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()
ce2cdbe530b0 scsi: qla2xxx: Fix potential NULL pointer dereference
2dddbf8de128 scsi: qla2xxx: Fix buffer overrun
477bc74ad1ad scsi: qla2xxx: Avoid fcport pointer dereference
2b3bdef089b9 scsi: qla2xxx: Array index may go out of bound
d994ac7c7842 scsi: qla2xxx: Fix mem access after free
90770dad1eb3 scsi: qla2xxx: Wait for io return on terminate rport
1802e5d0988a scsi: qla2xxx: Fix hang in task management
35985b0741c1 scsi: qla2xxx: Fix task management cmd fail due to unavailable resource
843665c4266d scsi: qla2xxx: Fix task management cmd failure
ff92567d906e scsi: qla2xxx: Multi-que support for TMF
95e34129f37e tracing/user_events: Fix struct arg size match check
a95c1fede27d tracing/probes: Fix to update dynamic data counter if fetcharg uses it
837f92d27f55 tracing/probes: Fix not to count error code to total length
2f41d35b58c8 selftests: mptcp: pm_nl_ctl: fix 32-bit support
ee352299a678 selftests: mptcp: depend on SYN_COOKIES
08daab11f344 selftests: mptcp: userspace_pm: report errors with 'remove' tests
4098a4318298 selftests: mptcp: userspace_pm: use correct server port
c118baa05fb9 selftests: mptcp: sockopt: return error if wrong mark
671486793f72 selftests: mptcp: connect: fail if nft supposed to work
938d5b7a75e1 tracing: Fix null pointer dereference in tracing_err_log_open()
fbcd0c2b569f fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free()
ce3ec57faff5 fprobe: Release rethook after the ftrace_ops is unregistered
2e9a46e46786 pwm: meson: fix handling of period/duty if greater than UINT_MAX
ba1ede19e601 pwm: meson: modify and simplify calculation in meson_pwm_get_state
9a2c57fd3284 PM: QoS: Restore support for default value on frequency QoS
15ec83da4311 perf/x86: Fix lockdep warning in for_each_sibling_event() on SPR
22fc9fd72307 xtensa: ISS: fix call to split_if_spec
6a05de6da58a cifs: if deferred close is disabled then close files immediately
bd8cd38d3ac6 drm/amd/pm: conditionally disable pcie lane/speed switching for SMU13
11dc77a645b7 drm/amd/pm: share the code around SMU13 pcie parameters update
99fe81d219df ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
8b0b63fdac6b ring-buffer: Fix deadloop issue on reading trace_pipe
90947ebf8794 net: ena: fix shift-out-of-bounds in exponential backoff
b1a726ad33e5 regmap-irq: Fix out-of-bounds access when allocating config buffers
aeb62beaf9cb perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start()
e2c7a05a48e5 samples: ftrace: Save required argument registers in sample trampolines
9d6a260bbfbc nvme: don't reject probe due to duplicate IDs for single-ported PCIe devices
be970e22c53d tracing: Fix memory leak of iter->temp when reading trace_pipe
5fd32eb6fa0a tracing/histograms: Add histograms to hist_vars if they have referenced variables
0a1dc6377afc dm: verity-loadpin: Add NULL pointer check for 'bdev' parameter
08aaeda414f7 s390/decompressor: fix misaligned symbol build error
2ebf4ddcc657 bus: ixp4xx: fix IXP4XX_EXP_T1_MASK
599c0ebdb5cc Revert "8250: add support for ASIX devices with a FIFO bug"
801daff00780 soundwire: qcom: fix storing port config out-of-bounds
76ab057de777 opp: Fix use-after-free in lazy_opp_tables after probe deferral
be06ffa8f4ac meson saradc: fix clock divider mask length
610ddd79fc6a xhci: Show ZHAOXIN xHCI root hub speed correctly
892ef7593000 xhci: Fix TRB prefetch issue of ZHAOXIN hosts
8e273a2190b5 xhci: Fix resume issue of some ZHAOXIN hosts
829361479860 ceph: don't let check_caps skip sending responses for revoke msgs
0471d907d8c1 ceph: fix blindly expanding the readahead windows
d545ff97cf43 ceph: add a dedicated private data for netfs rreq
183c0ae4fafc libceph: harden msgr2.1 frame segment length checks
cb8a31a56df8 firmware: stratix10-svc: Fix a potential resource leak in svc_create_memory_pool()
5553d587a371 tty: serial: imx: fix rs485 rx after tx
f0bf102ef9b0 tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk
34f5b826dd50 tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error
9fd9e1d09878 serial: atmel: don't enable IRQs prematurely
f037f6038736 drm/ttm: Don't leak a resource on swapout move error
fe26d0fa9408 drm/amdgpu: avoid restore process run into dead loop.
8404d0e274ac drm/amd/display: Add monitor specific edid quirk
7ad40467fdfb drm/amd/display: Correct `DMUB_FW_VERSION` macro
ad85fc99d638 drm/amd/display: add a NULL pointer check
3092beeb25dc drm/amd: Disable PSR-SU on Parade 0803 TCON
91e69e67d401 drm/amdgpu: fix clearing mappings for BOs that are always valid in VM
3546f76c7ad8 drm/amd/display: disable seamless boot if force_odm_combine is enabled
a2ef3163c360 drm/amd/display: Remove Phantom Pipe Check When Calculating K1 and K2
c4629c757528 drm/amd/display: edp do not add non-edid timings
31fb25ecbba6 drm/amd/display: fix seamless odm transitions
c41963e50a55 drm/rockchip: vop: Leave vblank enabled in self-refresh
db0a9a29912c drm/atomic: Allow vblank-enabled + self-refresh "disable"
6436ca035bcc scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_not_used()
7adcc32eb523 fs: dlm: fix mismatch of plock results from userspace
adeaef5a00dc fs: dlm: make F_SETLK use unkillable wait_event
2a37d73395a5 fs: dlm: interrupt posix locks only when process is killed
a1b6adf4b180 fs: dlm: fix cleanup pending ops when interrupted
3346ffdee42b fs: dlm: return positive pid value for F_GETLK
be19cb671651 dm init: add dm-mod.waitfor to wait for asynchronously probed block devices
e30128926a0f md/raid0: add discard support for the 'original' layout
31df8b9609f3 mfd: pm8008: Fix module autoloading
7ef181f84ef3 misc: pci_endpoint_test: Re-init completion for every test
c2dba13bc0c6 misc: pci_endpoint_test: Free IRQs before removing the device
0813bb2f2cb8 PCI: rockchip: Set address alignment for endpoint mode
5b15ebec5697 PCI: rockchip: Use u32 variable to access 32-bit registers
1a48294ade5c PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint core
dfd20ebcae84 PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be locked
05f55f7530e2 PCI: rockchip: Write PCI Device ID to correct register
b2e2ffbfd341 PCI: rockchip: Assert PCI Configuration Enable bit after probe
07d997ef1052 PCI: epf-test: Fix DMA transfer completion detection
bcd276f1431e PCI: epf-test: Fix DMA transfer completion initialization
cf0d7b72707d PCI: qcom: Disable write access to read only registers for IP v2.3.3
c459365ec7ba PCI: Add function 1 DMA alias quirk for Marvell 88SE9235
465c195e86f3 PCI: Release resource invalidated by coalescing
3367d4be9b19 PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3cold
25cb64ecc384 s390/zcrypt: do not retry administrative requests
026e46d26aaf scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O
b933df9dda01 dm integrity: reduce vmalloc space footprint on 32-bit architectures
ef709350ef0b hwrng: imx-rngc - fix the timeout for init and self check
c7feb54b1138 jfs: jfs_dmap: Validate db_l2nbperpage while mounting
9e54fd14bd14 ext2/dax: Fix ext2_setsize when len is page aligned
33f8dff6e1cb soc: qcom: mdt_loader: Fix unconditional call to scm_pas_mem_setup
5dc507de0c8d fs: dlm: revert check required context while close
95d49f79e94d ext4: only update i_reserved_data_blocks on successful block allocation
deef86fa3005 ext4: turn quotas off if mount failed after enabling quotas
029c6b106f49 ext4: fix to check return value of freeze_bdev() in ext4_shutdown()
e861961f3a50 ext4: fix wrong unit use in ext4_mb_new_blocks
2038d35749c7 ext4: get block from bh in ext4_free_blocks for fast commit replay
782166ac858a ext4: fix wrong unit use in ext4_mb_clear_bb
0a90e70efa6a ext4: Fix reusing stale buffer heads from last failed mounting
bd9cf2a5f9e1 MIPS: KVM: Fix NULL pointer dereference
d56b7a43a2e0 MIPS: Loongson: Fix cpu_probe_loongson() again
58d1c81307d2 powerpc/64s: Fix native_hpte_remove() to be irq-safe
484b8fb1ffb5 powerpc/security: Fix Speculation_Store_Bypass reporting on Power10
23ab732b961f misc: fastrpc: Create fastrpc scalar with correct buffer count
16eceb395994 powerpc: Fail build if using recordmcount with binutils v2.37
5aea2ac37456 tracing/user_events: Fix incorrect return value for writing operation when events are disabled
a4336343ea36 kasan: add kasan_tag_mismatch prototype
6d806841f111 net: phy: dp83td510: fix kernel stall during netboot in DP83TD510E PHY driver
eac0aac07f6a net: bcmgenet: Ensure MDIO unregistration has clocks enabled
de67dadd5cb3 mtd: rawnand: meson: fix unaligned DMA buffers handling
bb4e824d6b11 tpm: return false from tpm_amd_is_rng_defective on non-x86 platforms
ad249709d274 tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
f5a734a689e8 tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
99b998fb9d7d tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation
00283137001f tpm: Do not remap from ACPI resources again for Pluton TPM
6d8488509eba pinctrl: amd: Unify debounce handling into amd_pinconf_set()
dce19c966d4d pinctrl: amd: Drop pull up select configuration
326b3f17bee8 pinctrl: amd: Use amd_pinconf_set() for all config options
3cadcab402e1 pinctrl: amd: Only use special debounce behavior for GPIO 0
57f6d48af46f pinctrl: amd: Revert "pinctrl: amd: disable and mask interrupts on probe"
1cd1a0151fde pinctrl: amd: Detect and mask spurious interrupts
15165187947c pinctrl: amd: Fix mistake in handling clearing pins at startup
8a2d8e17c731 pinctrl: amd: Detect internal GPIO0 debounce handling
4484ce0e4928 pinctrl: amd: Add fields for interrupt status and wake status
a56afed6d5a4 pinctrl: amd: Adjust debugfs output
03590f9be9b9 pinctrl: amd: Add Z-state wake control bits
a996fec74c38 f2fs: fix deadlock in i_xattr_sem and inode page lock
2cb10f4e6cca f2fs: fix the wrong condition to determine atomic context
13e8af958cfa drm/amd/pm: add abnormal fan detection for smu 13.0.0
e8b6b7b81325 drm/amdgpu: Fix minmax warning
d7d53c669da9 drm/amdgpu: add the fan abnormal detection feature
c8c703befd2f drm/amd/pm: revise the ASPM settings for thunderbolt attached scenario
4596c812916a drm/amdgpu/sdma4: set align mask to 255
7c880188c710 drm/client: Send hotplug event after registering a client
40e2ed0e562a cifs: fix session state check in smb2_find_smb_ses
c4a5fb1ae5d3 ovl: fix null pointer dereference in ovl_get_acl_rcu()
06b3f0bf418a ovl: let helper ovl_i_path_real() return the realinode
000a9a72efa4 fs/ntfs3: Check fields while reading
bf2f2c059f17 nvme-pci: fix DMA direction of unmapping integrity data
70feebdbfad8 net/sched: sch_qfq: account for stab overhead in qfq_enqueue
4b3383682405 net/sched: sch_qfq: refactor parsing of netlink parameters
0aec8dab2be6 wifi: rtw89: debug: fix error code in rtw89_debug_priv_send_h2c_set()
3d1dc71b8f76 net/sched: make psched_mtu() RTNL-less safe
1c806e406627 netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write()
1b125be4e001 riscv: mm: fix truncation warning on RV32
174cfa0317df net/sched: flower: Ensure both minimum and maximum ports are specified
b11a9b4f28cb bpf: cpumap: Fix memory leak in cpu_map_update_elem
4719576d6ed6 wifi: airo: avoid uninitialized warning in airo_get_rate()
9e6474e5d70c erofs: fix fsdax unavailability for chunk-based regular files
dc8158a95fd7 erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF
83879f72e055 erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond EOF
27272795a72c octeontx2-pf: Add additional check for MCAM rules
5a9aecb6651c drm/i915: Fix one wrong caching mode enum usage
f1e746aedd7d drm/i915: Don't preserve dpll_hw_state for slave crtc in Bigjoiner
ba05762e4a5c riscv, bpf: Fix inconsistent JIT image generation
13a30e22eac3 nvme: fix the NVME_ID_NS_NVM_STS_MASK definition
66afb6a54e44 igc: Fix inserting of empty frame for launchtime
1b87509ef6ad igc: Fix launchtime before start of cycle
f92a82dc486a kernel/trace: Fix cleanup logic of enable_trace_eprobe
7772d5c44011 platform/x86: wmi: Break possible infinite loop when parsing GUID
89726b030373 net: dsa: qca8k: Add check for skb_copy
436b7cc7eae7 ipv6/addrconf: fix a potential refcount underflow for idev
5554414227db NTB: ntb_tool: Add check for devm_kcalloc
8d7b8758665b NTB: ntb_transport: fix possible memory leak while device_register() fails
bece67815ab4 ntb: intel: Fix error handling in intel_ntb_pci_driver_init()
d4317d41f000 NTB: amd: Fix error handling in amd_ntb_pci_driver_init()
4e5daadf8cd0 ntb: idt: Fix error handling in idt_pci_driver_init()
360db93beb8f udp6: fix udp6_ehashfn() typo
1462e9d9aa52 icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().
1731234e8b60 net: prevent skb corruption on frag list segmentation
685b57a1221c net: bgmac: postpone turning IRQs off to avoid SoC hangs
dc470466753a ionic: remove WARN_ON to prevent panic_on_warn
6cc293d29c8f octeontx2-af: Move validation of ptp pointer before its usage
bb56b7905b7d octeontx2-af: Promisc enable/disable through mbox
2b4086a66abd gve: Set default duplex configuration to full
c91fb29bb07e net/sched: cls_fw: Fix improper refcount update leads to use-after-free
831fbc206529 net: mvneta: fix txq_map in case of txq_number==1
b2e74dedb057 bpf: Fix max stack depth check for async callbacks
714d81a5c49f scsi: ufs: ufs-mediatek: Add dependency for RESET_CONTROLLER
574d5236a82b scsi: qla2xxx: Fix error code in qla2x00_start_sp()
49f6ac6f1cde blk-crypto: use dynamic lock class for blk_crypto_profile::lock
d752be635bc4 igc: Handle PPS start time programming for past time values
246fc961c875 igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksettings
e962fd5933eb net/mlx5e: Check for NOT_READY flag state after locking
83a8f7337a14 net/mlx5e: fix memory leak in mlx5e_ptp_open
75df2fe6d160 net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_create
7ca1914cbd3b net/mlx5e: fix double free in mlx5e_destroy_flow_table
68b654e9eb5b igc: Remove delay during TX ring configuration
dfaed769b935 ice: Fix max_rate check while configuring TX rate limits
1294311ce9ad drm/panel: simple: Add Powertip PH800480T013 drm_display_mode flags
fd5b64c1cf41 swiotlb: reduce the number of areas to match actual memory pool size
fc3db7fbdf58 swiotlb: reduce the swiotlb buffer size on allocation failure
24b24863a012 swiotlb: always set the number of areas before allocating the pool
02d43b8a4f0a drm/bridge: ti-sn65dsi86: Fix auxiliary bus lifetime
d48029c655e4 drm/panel: simple: Add connector_type for innolux_at043tn24
ef572ffa8eb4 ksmbd: fix out of bounds read in smb2_sess_setup
869ef4f2965b ksmbd: add missing compound request handing in some commands
2d57a1590f4d workqueue: clean up WORK_* constant types, clarify masking
4b5ab640aafc net: lan743x: Don't sleep in atomic context
5a45ed1ae34b HID: amd_sfh: Fix for shift-out-of-bounds
d0b30d8e4d25 HID: amd_sfh: Rename the float32 variable
a456e1743881 Linux 6.1.39
f32dfc802e87 io_uring: Use io_schedule* in cqring wait
c55b552e0b60 sh: hd64461: Handle virq offset for offchip IRQ base and HD64461 IRQ
0ff5d219eb8a sh: mach-dreamcast: Handle virq offset in cascaded IRQ demux
5628b9aa3179 sh: mach-highlander: Handle virq offset in cascaded IRL demux
fe7daa313d13 sh: mach-r2d: Handle virq offset in cascaded IRL demux
899cc8f7989d block/partition: fix signedness issue for Amiga partitions
da012a025f70 tty: serial: fsl_lpuart: add earlycon for imx8ulp platform
3173bfdf89ac wireguard: netlink: send staged packets when setting initial private key
561aaadf0d07 wireguard: queueing: use saner cpu selection wrapping
40f83dd66a82 netfilter: nf_tables: prevent OOB access in nft_byteorder_eval
fc95c8b02c61 netfilter: nf_tables: do not ignore genmask when looking up chain by id
05561f822f27 netfilter: conntrack: Avoid nf_ct_helper_hash uses after free
f14537333405 netfilter: nf_tables: unbind non-anonymous set if rule construction fails
ad2928e7f3f6 mtd: parsers: refer to ARCH_BCMBCA instead of ARCH_BCM4908
1bdcffaa0d2c drm/i915/tc: Fix system resume MST mode restore for DP-alt sinks
99025116f5c6 drm/i915/tc: Fix TC port link ref init for DP MST during HW readout
eaa0043a8579 drm/i915: Fix TypeC mode initialization during system resume
a02c6dc0eff2 mm/mmap: Fix extra maple tree write
9222068bc85b xfs: fix xfs_inodegc_stop racing with mod_delayed_work
1b206852957c xfs: disable reaping in fscounters scrub
25c1991f9f77 xfs: check that per-cpu inodegc workers actually run on that cpu
f6e37e24007d xfs: explicitly specify cpu when forcing inodegc delayed work to run immediately
6b7c52f373fb fs: no need to check source
d53879f54b54 blktrace: use inline function for blk_trace_remove() while blktrace is disabled
ab0bd172d628 leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename
9077ec19adc2 ARM: orion5x: fix d2net gpio initialization
600b51aa44de ARM: dts: qcom: ipq4019: fix broken NAND controller properties override
9030a7e83632 regulator: tps65219: Fix matching interrupts for their regulators
d9eaa90d7dbb ASoC: mediatek: mt8173: Fix snd_soc_component_initialize error path
1c9b356bbe99 ASoC: mediatek: mt8173: Fix irq error path
3929b5dd8fdd btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()
bc662a1e1f9f btrfs: fix extent buffer leak after tree mod log failure at split_node()
a53d78d9a855 btrfs: fix race when deleting quota root from the dirty cow roots list
9634e5360bd3 btrfs: reinsert BGs failed to reclaim
d9f1e518ab05 btrfs: add block-group tree to lockdep classes
3702c5342cf1 btrfs: bail out reclaim process if filesystem is read-only
856086109515 btrfs: delete unused BGs while reclaiming BGs
4fadf53fa951 btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile
8fcb478b5508 ipvs: increase ip_vs_conn_tab_bits range for 64BIT
759e582b1cea usb: typec: ucsi: Mark dGPUs as DEVICE scope
f2a6ce3eec14 i2c: nvidia-gpu: Remove ccgx,firmware-build property
7b67af8dea95 i2c: nvidia-gpu: Add ACPI property to align with device-tree
f40d621387d4 fs: Lock moved directories
10c159f994b9 fs: Establish locking order for unrelated directories
6654d2a165e4 Revert "f2fs: fix potential corruption when moving a directory"
6aaa22ec7310 ext4: Remove ext4 locking of moved directory
606e463eefed fs: avoid empty option when generating legacy mount string
6df680709d90 jffs2: reduce stack usage in jffs2_build_xattr_subsystem()
1f34bf8b442c shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs
23fbff67b06d mm/damon/ops-common: atomically test and clear young on ptes and pmds
33893c6c1f18 autofs: use flexible array in ioctl structure
cd52323ac4c1 integrity: Fix possible multiple allocation in integrity_inode_get()
0cbbb029ffe9 um: Use HOST_DIR for mrproper
219a9ec09dd1 watch_queue: prevent dangling pipe pointer
7ecea5ce3dc1 bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
68118c339c6e bcache: Remove unnecessary NULL point check in node allocations
25ec4779d0fb bcache: fixup btree_cache_wait list damage
97ccc14d114b wifi: mt76: mt7921e: fix init command fail with enabled device
d8985a0e44bc wifi: ath10k: Serialize wake_tx_queue ops
1a312d5a8c84 wifi: cfg80211: fix regulatory disconnect for non-MLO
5b2b6586c5db mmc: sdhci: fix DMA configure compatibility issue when 64bit DMA mode is used.
30c5f362b6f5 mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS
69bc3203513c mmc: core: disable TRIM on Micron MTFC4GACAJCN-1M
182bf07a24c4 mmc: core: disable TRIM on Kingston EMMC04G-M627
b50d6e06cca7 io_uring: wait interruptibly for request completions on exit
9440b24fbcb9 irqchip/loongson-pch-pic: Fix initialization of HT vector register
2b4e43b5ad99 NFSD: add encoding of op_recall flag for write delegation
f672f2ca9d6f irqchip/loongson-pch-pic: Fix potential incorrect hwirq assignment
8753eeb2d35a i2c: qup: Add missing unwind goto in qup_i2c_probe()
b990e3760395 btrfs: do not BUG_ON() on tree mod log failure at balance_level()
2445a35d05cd extcon: usbc-tusb320: Unregister typec port on driver removal
ee08e1fc9480 extcon: usbc-tusb320: Convert to i2c's .probe_new()
d5eb0375d78a dm ioctl: Avoid double-fetch of version
27987794197e dm ioctl: have constant on the right side of the test
fd4497aca33b dm: avoid split of quoted strings where possible
0783867a30b5 dm: fix undue/missing spaces
15970b0828c1 i2c: xiic: Don't try to handle more interrupt events after error
e9fbb7c2f65e apparmor: fix missing error check for rhashtable_insert_fast
8fb11fa48056 sh: dma: Fix DMA channel offset calculation
b837c6923600 s390/qeth: Fix vipa deletion
f5ea303502b9 afs: Fix accidental truncation when storing data
4a141c3c0306 octeontx-af: fix hardware timestamp configuration
947d741adf66 net: dsa: sja1105: always enable the send_meta options
079dc659e31f net: dsa: tag_sja1105: fix MAC DA patching from meta frames
97a6d99c5434 pptp: Fix fib lookup calls.
0a1b80ff4f72 riscv: move memblock_allow_resize() after linear mapping is ready
78c6cf1dc7de fanotify: disallow mount/sb marks on kernel internal pseudo fs
18d78c5552d8 net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX
67eb4aee2c01 xsk: Honor SO_BINDTODEVICE on bind
6baa6e4836d7 bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_set()
cd398daabeb8 tcp: annotate data races in __tcp_oow_rate_limited()
ced61418f469 net: fix net_dev_start_xmit trace event vs skb_transport_offset()
6469dc1c1388 net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge mode
fd03500476c8 net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC mode
d50baa75c689 powerpc: dts: turris1x.dts: Fix PCIe MEM size for pci2 node
d33b0ddf7afa powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y
c86a2517df6c ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr()
a5485a943193 octeontx2-af: Add validation before accessing cgx and lmac
bd246c92d2d5 octeontx2-af: Fix mapping for NIX block from CGX connection
c2c5c6d2c474 f2fs: fix error path handling in truncate_dnode()
cfdb9c1a74d8 mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0
4033b47642c7 drm/amd: Don't try to enable secure display TA multiple times
0d4e60e23c7d drm/amdgpu: fix number of fence calculations
d3dcdb43c872 spi: bcm-qspi: return error if neither hif_mspi nor mspi is available
d4f5b1dd816d mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_init
0b24d3e4b989 net: dsa: vsc73xx: fix MTU configuration
f67ef8f9f677 ibmvnic: Do not reset dql stats on NON_FATAL err
c07efe4dbc12 Bluetooth: MGMT: Fix marking SCAN_RSP as not connectable
40ca66eef3d7 Bluetooth: MGMT: Use BIT macro when defining bitfields
1a7f268ccc3c Bluetooth: MGMT: add CIS feature bits to controller information
4aa515393f02 Bluetooth: ISO: use hci_sync for setting CIG parameters
018b12ff1661 Bluetooth: fix invalid-bdaddr quirk for non-persistent setup
102f3555cebe Add MODULE_FIRMWARE() for FIRMWARE_TG357766.
f72104244714 net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPT
060d36670d50 net: dsa: sja1105: always enable the INCL_SRCPT option
2f99d19dc620 net: dsa: felix: don't drop PTP frames with tag_8021q when RX timestamping is disabled
e9dda2b68cb9 net: mscc: ocelot: don't keep PTP configuration of all ports in single structure
7826202689af net: mscc: ocelot: don't report that RX timestamping is enabled by default
a252547c8920 spi: spi-geni-qcom: enable SPI_CONTROLLER_MUST_TX for GPI DMA mode
946edfb7d436 net/sched: act_ipt: add sanity checks on skb before calling target
a6c9b0f7ba95 net: add a couple of helpers for iph tot_len
201948effabf net/sched: act_ipt: add sanity checks on table name and hook locations
1aa5a6a6d28c sctp: fix potential deadlock on &net->sctp.addr_wq_lock
9dbcfc01d686 media: cec: i2c: ch7322: also select REGMAP
0623f13959fd f2fs: check return value of freeze_super()
dcb526d76835 drm/i915/guc/slpc: Apply min softlimit correctly
61070305d520 drm/i915/psr: Use hw.adjusted mode when calculating io/fast wake times
df53f7a3dbf4 rtc: st-lpc: Release some resources in st_rtc_probe() in case of error
3781d0e6c11b md/raid10: fix the condition to call bio_end_io_acct()
07e81c9208d9 pwm: mtk_disp: Fix the disable flow of disp_pwm
75439e6cd2a3 pwm: ab8500: Fix error code in probe()
61aad933e53d pwm: sysfs: Do not apply state to already disabled PWMs
c8fa254b77a3 pwm: imx-tpm: force 'real_period' to be zero in suspend
29ddfd546063 lib/bitmap: drop optimization of bitmap_{from,to}_arr64
d986fb02a1ea phy: tegra: xusb: check return value of devm_kzalloc()
055ea8efdfbb mfd: stmpe: Only disable the regulators if they are enabled
f7d56de13caa hwtracing: hisi_ptt: Fix potential sleep in atomic context
34eef9e8c8e3 clk: qcom: mmcc-msm8974: fix MDSS_GDSC power flags
94f3bcfcd17c misc: fastrpc: check return value of devm_kasprintf()
7e3ee25e8c7c cpufreq: mediatek: correct voltages for MT7622 and MT7623
86bfb18bad60 KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler
c78ad1060ce9 KVM: s390: vsie: fix the length of APCB bitmap
e716693f0236 mfd: stmfx: Nullify stmfx->vdd in case of error
18abe5f4c3c6 mfd: stmfx: Fix error path in stmfx_chip_init
5bd9dc3e767e bus: fsl-mc: don't assume child devices are all fsl-mc devices
e27948f329f7 nvmem: rmem: Use NVMEM_DEVID_AUTO
27918479409d nvmem: sunplus-ocotp: release otp->clk before return
e3a71d821e24 drivers: fwnode: fix fwnode_irq_get[_byname]()
51ae92e329f5 device property: Clarify description of returned value in some functions
73209e3f8ad7 device property: Fix documentation for fwnode_get_next_parent()
852659fe834a serial: 8250_omap: Use force_suspend and resume for system suspend
e34817340025 Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial detection"
22b1e2af69ec mfd: intel-lpss: Add missing check for platform_get_resource
2e8ab6846063 mfd: wcd934x: Fix an error handling path in wcd934x_slim_probe()
7a37abf096c2 usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe()
04b1c0798deb usb: common: usb-conn-gpio: Set last role to unknown before initial detection
155bb9b4e32e usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe()
63b3360d43e4 usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove()
90159b329f5c KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes
ebe83e9bb8a6 f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()
15c073e752d2 f2fs: fix potential deadlock due to unpaired node_write lock use
2e980eb9550d gfs2: Fix duplicate should_fault_in_pages() call
f5d7f9e15517 sh: Avoid using IRQ0 on SH3 and SH4
d199218881d7 media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var()
c8470b7de8b4 media: venus: helpers: Fix ALIGN() of non power of two
8339bd9181b1 mfd: rt5033: Drop rt5033-battery sub-device
6d702c7a2203 coresight: Fix loss of connection info when a module is unloaded
76efcb6cdaf9 i3c: master: svc: fix cpu schedule in spin lock
c0ed8b804934 lkdtm: replace ll_rw_block with submit_bh
f5d80ad7b678 kernfs: fix missing kernfs_idr_lock to remove an ID from the IDR
9c4f52b61804 serial: 8250: lock port for UART_IER access in omap8250_irq()
3a1ab191e00f serial: core: lock port for start_rx() in uart_resume_port()
65a7cfc009b3 serial: 8250: lock port for stop_rx() in omap8250_irq()
44470207dbc5 serial: core: lock port for stop_rx() in uart_suspend_port()
c494fe1b6663 usb: misc: eud: Fix eud sysfs path (use 'qcom_eud')
b5ab04a19ef1 usb: hide unused usbfs_notify_suspend/resume functions
dd9b7c89a804 usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()
ac961d0571b4 extcon: Fix kernel doc of property capability fields to avoid warnings
e4c94de6ca2f extcon: Fix kernel doc of property fields to avoid warnings
e60a827ac074 usb: gadget: u_serial: Add null pointer check in gserial_suspend
c3b322b84ab5 usb: dwc3: qcom: Fix potential memory leak
6aecf5e19b8a staging: vchiq_arm: mark vchiq_platform_init() static
2ed441a76374 clk: qcom: mmcc-msm8974: use clk_rcg2_shared_ops for mdp_clk_src clock
3c4f7d49909d clk: qcom: dispcc-qcm2290: Fix GPLL0_OUT_DIV handling
203ab7670432 clk: qcom: dispcc-qcm2290: Fix BI_TCXO_AO handling
b80c4629e966 clk: qcom: ipq6018: fix networking resets
b20854ef6c49 clk: qcom: reset: support resetting multiple bits
0e481ef854a5 media: mediatek: vcodec: using decoder status instead of core work count
42ec6269f98e media: hi846: fix usage of pm_runtime_get_if_in_use()
1ac45cab77d6 media: i2c: Correct format propagation for st-mipid02
8abb53c5167c media: usb: siano: Fix warning due to null work_func_t function pointer
e230146b86b2 media: videodev2.h: Fix struct v4l2_input tuner index comment
cb8e8950d70e media: amphion: initiate a drain of the capture queue in dynamic resolution change
c0d500726ce2 media: amphion: drop repeated codec data for vc1g format
bc43061b42c0 media: amphion: drop repeated codec data for vc1l format
a8af55f7f487 media: usb: Check az6007_read() return value
0b3d2aa627ad clk: qcom: gcc-qcm2290: Mark RCGs shared where applicable
792998a8cf6b clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks
f0cafc443c53 clk: qcom: camcc-sc7180: Add parent dependency to all camera GDSCs
51e5f4e7206d clk: qcom: mmcc-msm8974: remove oxili_ocmemgx_clk
9812b33d175c serial: 8250: omap: Fix freeing of resources on failed register
b6e30a54a592 usb: dwc2: Fix some error handling paths
98b6582b37da usb: dwc2: platform: Improve error reporting for problems during .remove()
e91366b72c36 sh: j2: Use ioremap() to translate device tree address into kernel memory
d6dd47743695 f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED
190bdec8a77f dt-bindings: power: reset: qcom-pon: Only allow reboot-mode pre-pmk8350
c3f5604abab7 w1: fix loop in w1_fini()
eab648537764 w1: w1_therm: fix locking behavior in convert_t
ef047411887f SUNRPC: Fix UAF in svc_tcp_listen_data_ready()
6f1c81886b0b btrfs: fix race when deleting free space root from the dirty cow roots list
defc91422764 block: increment diskseq on all media change events
28b58a8d10b3 block: change all __u32 annotations to __be32 in affs_hardblocks.h
40d6a1261a9c block: add overflow checks for Amiga partition support
a4c79ea1e9ed block: fix signed int overflow in Amiga partition support
3eb4e47a94e3 ALSA: pcm: Fix potential data race at PCM memory allocation helpers
14eb1a2b6f91 ALSA: jack: Fix mutex call in snd_jack_report()
83c6725556d4 ALSA: hda/realtek: Add quirk for Clevo NPx0SNx
21ce551a8592 ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook
e0d7a96b278a mm/mmap: Fix VM_LOCKED check in do_vmi_align_munmap()
b91748bdbfb1 Revert "drm/amd/display: edp do not add non-edid timings"
96b1bc9a6f65 iio: accel: fxls8962af: fixup buffer scan element type
04a579517b88 iio: accel: fxls8962af: errata bug only applicable for FXLS8962AF
fcdae54e3d2d iio: adc: ad7192: Fix internal/external clock selection
b61f26a8a048 iio: adc: ad7192: Fix null ad7192_state pointer access
238edc04ddb9 phy: tegra: xusb: Clear the driver reference in usb-phy dev
c2a088413438 usb: dwc3: gadget: Propagate core init errors to UDC during pullup
a0b369620326 USB: serial: option: add LARA-R6 01B PIDs
f57e2c083040 md/raid1-10: fix casting from randomized structure in raid1_submit_write()
b6872b4a7d8b x86/efi: Make efi_set_virtual_address_map IBT safe
97669214944e arm64: sme: Use STR P to clear FFR context field in streaming SVE mode
be54803be8b9 ksmbd: avoid field overflow warning
babaab6ef641 smb: client: fix broken file attrs with nodfs mounts
9fb981a86ae5 cifs: do all necessary checks for credits within or before locking
4fe07d55a546 cifs: prevent use-after-free by freeing the cfile later
e28d7a3f4bc5 efi/libstub: Disable PCI DMA before grabbing the EFI memory map
1e596c181c53 kbuild: Disable GCOV for *.mod.o
c5696a8a5484 hwrng: st - keep clock enabled while hwrng is registered
d88158d81617 dax/kmem: Pass valid argument to memory_group_register_static
7b8106d90572 dax: Introduce alloc_dev_dax_id()
03859868ab82 dax: Fix dax_mapping_release() use after free
1bf709b96250 SMB3: Do not send lease break acknowledgment if all file handles have been closed
c2bf8d7b8f02 NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION
705317843644 NFSv4.2: fix wrong shrinker_id
08749a9005de crypto: qat - unmap buffers before free for RSA
32b09834c3c7 crypto: qat - unmap buffer before free for DH
da1729e6619c crypto: qat - Use helper to set reqsize
2db49992fcec crypto: kpp - Add helper to set reqsize
c14964fe8e95 ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard
dd872d5576cc modpost: fix off by one in is_executable_section()
64c358c9abae crypto: jitter - correct health test during initialization
7ab0e37f8064 crypto: marvell/cesa - Fix type mismatch warning
6852d82e6c59 modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}
1df287bd89c7 modpost: fix section mismatch message for R_ARM_ABS32
5a4adb1eceba crypto: nx - fix build warnings when DEBUG_FS is not enabled
2be41ef57c5a modpost: remove broken calculation of exception_table_entry size
22c30022cde6 hwrng: virtio - Fix race on data_avail and actual data
8f98749d536d vfio/mdev: Move the compat_class initialization to module init
e2e52c8dfbfd PCI: vmd: Fix uninitialized variable usage in vmd_enable_domain()
222f64e56b35 PCI: endpoint: functions/pci-epf-test: Fix dma_chan direction
e14379d026d5 PCI: endpoint: Fix a Kconfig prompt of vNTB driver
38b64bdb72e0 PCI: endpoint: Fix Kconfig indent style
4e6c406ccb6f powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-boundary
ea356080c1cf powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo
526129937c47 riscv: uprobes: Restore thread.bad_cause
d25166e1e9d4 PCI: qcom: Disable write access to read only registers for IP v2.9.0
1cf0ecb0c74c PCI: qcom: Use DWC helpers for modifying the read-only DBI registers
8640e941fd39 PCI: qcom: Use lower case for hex
a350f1077711 PCI: qcom: Sort and group registers and bitfield definitions
db962c7a711c PCI: qcom: Remove PCIE20_ prefix from register definitions
865d128cab0d powerpc: update ppc_save_regs to save current r1 in pt_regs
4cff1be1cbf6 powerpc: simplify ppc_save_regs
d9a1aaea8560 powerpc/powernv/sriov: perform null check on iov before dereferencing iov
0af388fce352 pinctrl: at91-pio4: check return value of devm_kasprintf()
35404a47ba77 pinctrl: microchip-sgpio: check return value of devm_kasprintf()
4e82f92c349e powerpc/64s: Fix VAS mm use after free
75d65c1cc439 perf tool x86: Fix perf_env memory leak
0dafc849b943 perf tool x86: Consolidate is_amd check into single function
c94376dbd6cb platform/x86/dell/dell-rbtn: Fix resources leaking on error path
9999a9f004e1 perf dwarf-aux: Fix off-by-one in die_get_varname()
4e06e8b1f913 platform/x86: thinkpad_acpi: Fix lkp-tests warnings for platform profiles
4309bd9e984a perf script: Fix allocation of evsel->priv related to per-event dump files
7cfd31011135 powerpc/signal32: Force inlining of __unsafe_save_user_regs() and save_tm_user_regs_unsafe()
af0c61c5bba0 powerpc/interrupt: Don't read MSR from interrupt_exit_kernel_prepare()
081f642b316f kcsan: Don't expect 64 bits atomic builtins from 32 bits architectures
c32afc7e864c pinctrl: npcm7xx: Add missing check for ioremap
fc45a8be5e52 pinctrl:sunplus: Add check for kmalloc
8362ea615803 platform/x86: think-lmi: Correct NVME password handling
699b59310126 platform/x86: think-lmi: Correct System password interface
61545eb787fe platform/x86: think-lmi: mutex protection around multiple WMI calls
d1390b057d59 pinctrl: cherryview: Return correct value if pin in push-pull mode
1ebe7d40ed7f perf bench: Add missing setlocale() call to allow usage of %'d style formatting
251c6615a7e9 scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_state
7d3664d24f32 PCI: Add pci_clear_master() stub for non-CONFIG_PCI
019d4fd93a5a pinctrl: sunplus: Add check for kmalloc
bc796f65cdc8 PCI: ftpci100: Release the clock resources
a982c13e11fb PCI: pciehp: Cancel bringup sequence if card is not present
6c1b079e266b scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe()
7aecdd47910c PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free
3a080e1b1145 platform/x86: lenovo-yogabook: Set default keyboard backligh brightness on probe()
fa177f7011c8 platform/x86: lenovo-yogabook: Reprobe devices on remove()
3e6c92a34660 platform/x86: lenovo-yogabook: Fix work race on remove()
727fb7083e65 pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors
c316bde418af scsi: qedf: Fix NULL dereference in error handling
c52502b67424 PCI: vmd: Reset VMD config register between soft reboots
ebafa12c8f23 PCI: cadence: Fix Gen2 Link Retraining process
79e1d940fde5 ASoC: amd: acp: clear pdm dma interrupt mask
c6764757e843 ARM: dts: lan966x: kontron-d10: fix SPI CS
712a7f3a06c9 ARM: dts: lan966x: kontron-d10: fix board reset
49451db71b74 clk: Fix memory leak in devm_clk_notifier_register()
03a705c1d7cb ASoC: imx-audmix: check return value of devm_kasprintf()
e4f2a1feebb3 ovl: update of dentry revalidate flags after copy up
83356d6f0ad2 drivers: meson: secure-pwrc: always enable DMA domain
511b47f8cb8b clk: ti: clkctrl: check return value of kasprintf()
67684f0688de clk: keystone: sci-clk: check return value of kasprintf()
a20450f4735b clk: si5341: free unused memory on probe failure
11581850a714 clk: si5341: check return value of {devm_}kasprintf()
0a89a906ba9f clk: si5341: return error if one synth clock registration fails
5470a0e81f6f clk: cdce925: check return value of kasprintf()
0b5c9e9695f8 clk: vc5: check memory returned by kasprintf()
af8affd12375 drm/msm/dpu: correct MERGE_3D length
0e2c51a16fcb drm/amdgpu: Fix usage of UMC fill record in RAS
8d68ba92554b drm/amdgpu: Fix memcpy() in sienna_cichlid_append_powerplay_table function.
643a85190a98 arm64: dts: mediatek: mt8192: Fix CPUs capacity-dmips-mhz
846c79d2a5f6 arm64: dts: mediatek: Add cpufreq nodes for MT8192
4e9f1a2367ae drm/msm/dp: Free resources after unregistering them
ecf02762d476 drm/msm/dsi: Remove incorrect references to slice_count
ef25872788e5 drm/msm/dsi: Flip greater-than check for slice_count and slice_per_intf
937da3db61bf drm/msm/dsi: Use DSC slice(s) packet size to compute word count
bc6d856b1c80 drm/msm/dpu: Fix slice_last_group_size calculation
7dca0dde50af drm/msm/dpu: do not enable color-management if DSPPs are not available
d28b83252e15 ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer
96bafece6ff3 clk: tegra: tegra124-emc: Fix potential memory leak
b35cb0c05b8d clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider()
9ff9f928c638 clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks()
4842a846398a arm64: dts: qcom: sm8250-edo: Panel framebuffer is 2.5k instead of 4k
7089f1aa0b55 arm64: dts: qcom: sdm845: Flush RSC sleep & wake votes
6317d0302655 clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe()
280a5ff665e1 clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe
9ba3693b0350 clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe
1839032251a6 clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probe
bf7ab557d64a RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context
c9be352be9bb RDMA/bnxt_re: wraparound mbox producer index
154bed0fd609 drm/msm/a5xx: really check for A510 in a5xx_gpu_init
b10db1d21374 amdgpu: validate offset_in_bo of drm_amdgpu_gem_va
1afca9e0fe94 RDMA/rxe: Fix access checks in rxe_check_bind_mw
0cd210c594a6 RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mw.c
34bbf074f729 RDMA/rxe: Add ibdev_dbg macros for rxe
78cb71dd609b HID: uclogic: Modular KUnit tests should not depend on KUNIT=y
1420545b8a15 drm/radeon: fix possible division-by-zero errors
c1164aeb9691 drm/amd/display: Fix artifacting on eDP panels when engaging freesync video mode
82934a338b4f soc: mediatek: SVS: Fix MT8192 GPU node name
fabadad9e28d drm/amdkfd: Fix potential deallocation of previously deallocated memory.
384717042de8 drm/amd/display: Fix a test dml32_rq_dlg_get_rq_reg()
36786e2a7331 drm/amd/display: Fix a test CalculatePrefetchSchedule()
4812faba0a76 clk: Export clk_hw_forward_rate_request()
90d4c487cd65 ARM: dts: BCM5301X: fix duplex-full => full-duplex
1ae94553dcfb hwmon: (pmbus/adm1275) Fix problems with temperature monitoring on ADM1272
421d35912766 hwmon: (gsc-hwmon) fix fan pwm temperature scaling
9e633411d143 ARM: dts: stm32: fix i2s endpoint format property for stm32mp15xx-dkx
dc2707deeb8d ARM: dts: stm32: Fix audio routing on STM32MP15xx DHCOM PDK2
03b2c470a136 Input: pm8941-powerkey - fix debounce on gen2+ PMICs
421ce97657a8 arm64: dts: ti: k3-j7200: Fix physical address of pin
3b4c21804076 fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe()
52b04ac85f5f drm/msm/dpu: set DSC flush bit correctly at MDP CTL flush register
6878bdd75718 arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1
5d14292dba95 ARM: dts: iwg20d-q7-common: Fix backlight pwm specifier
766e0b6f4c96 RDMA/hns: Fix hns_roce_table_get return value
b99395ab605f IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidate
ebec507398e1 RDMA/irdma: avoid fortify-string warning in irdma_clr_wqes
750f0a302a10 soc/fsl/qe: fix usb.c build errors
b2194d7dfc95 ARM: dts: meson8: correct uart_B and uart_C clock references
863054be8d4d ASoC: es8316: Do not set rate constraints for unsupported MCLKs
3b575d93020f ASoC: es8316: Increment max value for ALC Capture Target Volume control
c02f27c2950a ARM: dts: qcom: apq8074-dragonboard: Set DMA as remotely controlled
9f79e638d451 memory: brcmstb_dpfe: fix testing array offset after use
09722ac9f1e5 ARM: dts: stm32: Shorten the AV96 HDMI sound card name
666be7fef4d3 arm64: dts: mediatek: mt8183: Add mediatek,broken-save-restore-fw to kukui
1bdb9751b4c6 arm64: dts: qcom: apq8096: fix fixed regulator name property
75c019119ebc arm64: dts: qcom: pm7250b: add missing spmi-vadc include
c63997426da6 ARM: omap2: fix missing tick_broadcast() prototype
e91ffbd65533 ARM: ep93xx: fix missing-prototype warnings
deda0761dc61 drm/panel: simple: fix active size for Ampire AM-480272H3TMQW-T01H
25a724c2fa3d drm/bridge: ti-sn65dsi83: Fix enable/disable flow to meet spec
5044e5f2511c drm/bridge: Introduce pre_enable_prev_first to alter bridge init order
1d9473b88e01 arm64: dts: qcom: apq8016-sbc: Fix 1.8V power rail on LS expansion
638d54f5c566 arm64: dts: qcom: apq8016-sbc: Fix regulator constraints
2ad75715fc48 arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg
266cf247dd88 arm64: dts: qcom: sm8350: correct DMA controller unit address
42d0fbbbf4ca arm64: dts: qcom: sm8350: Add GPI DMA compatible fallback
aa14fefca239 arm64: dts: qcom: sdm845: correct camss unit address
e3789d63a33b arm64: dts: qcom: sdm630: correct camss unit address
173b6412a5c2 arm64: dts: qcom: msm8996: correct camss unit address
4d810c12d6e1 arm64: dts: qcom: msm8994: correct SPMI unit address
98cd40521773 arm64: dts: qcom: msm8916: correct MMC unit address
aa2d2407f5d2 arm64: dts: qcom: msm8916: correct camss unit address
0cff84682006 ARM: dts: qcom: msm8974: do not use underscore in node name (again)
376daf3aa897 drm/bridge: anx7625: Prevent endless probe loop
4536679f7911 drm/bridge: anx7625: Convert to i2c's .probe_new()
93a03780357e ARM: dts: gta04: Move model property out of pinctrl node
af5bcfb4f8b5 clk: renesas: rzg2l: Fix CPG_SIPLL5_CLK1 register write
2128318c9130 iommu/virtio: Return size mapped for a detached domain
0f2c11ccfdcc iommu/virtio: Detach domain on endpoint release
ed41f708b35a drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASK
f4c6e5d7349e drm/msm/disp/dpu: get timing engine status from intf status register
74abb8d3cd97 drm/msm/dsi: don't allow enabling 14nm VCO with unprogrammed rate
dd129da1fd74 RDMA/bnxt_re: Fix to remove an unnecessary log
c37eca42ac6b RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gid
66eb6c47b570 RDMA/bnxt_re: Use unique names while registering interrupts
f2279e3e3876 RDMA/bnxt_re: Fix to remove unnecessary return labels
b43b06449870 RDMA/bnxt_re: Disable/kill tasklet only if it is enabled
280e58d8b0e9 hwmon: (f71882fg) prevent possible division by zero
08cc7cd2c2a2 clk: imx: scu: use _safe list iterator to avoid a use after free
3fc9637f37a7 drm/bridge: tc358767: Switch to devm MIPI-DSI helpers
929b6c6e6a56 arm64: dts: microchip: sparx5: do not use PSCI on reference boards
13602e613246 bus: ti-sysc: Fix dispc quirk masking bool variables
46a8dff2103b ARM: dts: stm32: Move ethernet MAC EEPROM from SoM to carrier boards
7a3c39e34cab drm/vkms: Fix RGB565 pixel conversion
048b7168acf8 drm: Add fixed-point helper to get rounded integer values
fa4ee16e814a drm/vkms: isolate pixel conversion functionality
9d59f5f52cb4 ASoC: Intel: sof_sdw: remove SOF_SDW_TGL_HDMI for MeteorLake devices
49fca83f6f3f driver: soc: xilinx: use _safe loop iterator to avoid a use after free
39bdb97f8720 drm/panel: sharp-ls043t1le01: adjust mode settings
aeca0e1c3374 drm: sun4i_tcon: use devm_clk_get_enabled in `sun4i_tcon_init_clocks`
ac96a15163f5 Input: adxl34x - do not hardcode interrupt trigger type
3134cc51e996 clk: rs9: Fix .driver_data content in i2c_device_id
6014e7422c8d clk: vc7: Fix .driver_data content in i2c_device_id
53b5b4d1a80e clk: vc5: Fix .driver_data content in i2c_device_id
4db655d1b25d bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page
548b67c0aad4 clk: vc5: Use `clamp()` to restrict PLL range
50fb32197f60 mm: call arch_swap_restore() from do_swap_page()
5cf97c2df27f ARM: dts: meson8b: correct uart_B and uart_C clock references
2b55a9857278 ARM: dts: BCM5301X: Drop "clock-names" from the SPI node
2dc8b685d99c drm/vram-helper: fix function names in vram helper doc
8e739c8c6efb drm/bridge: tc358768: fix THS_TRAILCNT computation
010f68aecde4 drm/bridge: tc358768: fix TXTAGOCNT computation
7b1931573702 drm/bridge: tc358768: fix THS_ZEROCNT computation
2545a8d06ad8 drm/bridge: tc358768: fix TCLK_TRAILCNT computation
587ba0805e4f drm/bridge: tc358768: Add atomic_get_input_bus_fmts() implementation
06dc491cf4e3 drm/bridge: tc358768: fix TCLK_ZEROCNT computation
9d56ec0b24bf drm/bridge: tc358768: fix PLL target frequency
d2aad3c1e400 drm/bridge: tc358768: fix PLL parameters computation
c4cf126320bc drm/bridge: tc358768: always enable HS video mode
63f3bc83b1df drm/bridge: ti-sn65dsi83: Fix enable error path
df3b7e337d71 Input: drv260x - sleep between polling GO bit
9d27705e3ce1 drm/bridge: it6505: Move a variable assignment behind a null pointer check in receive_timing_debugfs_show()
9fbe61e3c245 drm/amd/display: Explicitly specify update type per plane info change
cb86b0e3d9d3 radeon: avoid double free in ci_dpm_init()
064e33b3591e drm/amd/display: Add logging for display MALL refresh setting
3b3186c77020 netlink: Add __sock_i_ino() for __netlink_diag_dump().
f6d2e25c647f ipvlan: Fix return value of ipvlan_queue_xmit()
d6cf5026af73 netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return value.
5c618daa5038 netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one
cfcb9f0a499d lib/ts_bm: reset initial match offset for every block of text
425d9d3a92df net: nfc: Fix use-after-free caused by nfc_llcp_find_local
446f55679343 sfc: fix crash when reading stats while NIC is resetting
94817712b500 ocfs2: Fix use of slab data with sendpage
8c438ff5d9e3 net: axienet: Move reset before 64-bit DMA detection
17d6b6354f00 gtp: Fix use-after-free in __gtp_encap_destroy().
b48c24392d86 selftests: rtnetlink: remove netdevsim device after ipsec offload test
37b6143376a5 bonding: do not assume skb mac_header is set
e9331c8fa4c6 netlink: do not hard code device address lenth in fdb dumps
61ffe8b1ee08 netlink: fix potential deadlock in netlink_set_err()
509d5d40c249 net: stmmac: fix double serdes powerdown
12bcb533280b can: kvaser_pciefd: Set hardware timestamp on transmitted packets
70ace9ba2052 can: kvaser_pciefd: Add function to set skb hwtstamps
787b4042098f can: length: fix bitstuffing count
cfb310623413 bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings
c7415c521abd bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint
5e9b38de6633 bpf: Factor out socket lookup functions for the TC hookpoint.
e3754e97414e wifi: ath9k: convert msecs to jiffies where needed
52bc4b89cdee wifi: iwlwifi: mvm: indicate HW decrypt for beacon protection
ed98f5c07491 mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019
f114b159b2c1 wifi: ieee80211: Fix the common size calculation for reconfiguration ML
ffb0733664cc wifi: cfg80211/mac80211: Fix ML element common size calculation
132b7129c5fe wifi: cfg80211: fix regulatory disconnect with OCB/NAN
27268ba34774 wifi: cfg80211: drop incorrect nontransmitted BSS update code
0862669693cf wifi: cfg80211: rewrite merging of inherited elements
d875120c3520 wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spam
2d690495eb27 wifi: iwlwifi: pcie: fix NULL pointer dereference in iwl_pcie_irq_rx_msix_handler()
657a83f079ba wifi: iwlwifi: pull from TXQs with softirqs disabled
41b1704fad64 wifi: ath11k: Add missing check for ioremap
228dd5d5fda0 rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO
c682018f5c92 wifi: mac80211: Fix permissions for valid_links debugfs entry
41fc1c56787f wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()
16b5292beeee memstick r592: make memstick_debug_get_tpc_name() static
93126e39662b mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ isn't used
fd4f89302fe0 kexec: fix a memory leak in crash_shrink_memory()
6525435d147b watchdog/perf: more properly prevent false positives with turbo modes
a3cf423b582a watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct config
b27af27fc9d5 selftests: cgroup: fix unexpected failure on test_memcg_low
75704a10eac2 ice: handle extts in the miscellaneous interrupt thread
77f09d836bc9 wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdown
eb205a069081 wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled
54257a763443 selftests/bpf: Fix check_mtu using wrong variable type
da79a0bc36c5 wifi: mac80211: recalc min chandef for new STA links
272240f20df3 wifi: ath10k: Trigger STA disconnect after reconfig complete on hardware restart
cf5beb8ce97a samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60
09740fa9827c wifi: ath9k: don't allow to overwrite ENDPOINT0 attributes
0d89e50952b5 wifi: ray_cs: Fix an error handling path in ray_probe()
3d218755c4b6 wifi: wl3501_cs: Fix an error handling path in wl3501_probe()
d5569b970b81 wifi: atmel: Fix an error handling path in atmel_probe()
e48b7c2416d9 wifi: orinoco: Fix an error handling path in orinoco_cs_probe()
9a201822ade5 wifi: orinoco: Fix an error handling path in spectrum_cs_probe()
4fc6481323df regulator: core: Streamline debugfs operations
6a241e6b9ed2 regulator: core: Fix more error checking for debugfs_create_dir()
be84e69082b2 selftests/bpf: Do not use sign-file as testcase
20109ddd5bea bpf: Fix memleak due to fentry attach failure
8ea165e1f89d bpf: Remove bpf trampoline selector
1949721c741b bpftool: JIT limited misreported as negative value on aarch64
bac93b35f973 nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()
34d04d70194d spi: dw: Round of n_bytes to power of 2
c6a9fc82fe18 bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen
34fe7aa8ef1d libbpf: fix offsetof() and container_of() to work with CO-RE
8404f8de1e23 sctp: add bpf_bypass_getsockopt proto callback
f21f2ae56210 wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan()
51cb8329f210 wifi: wilc1000: fix for absent RSN capabilities WFA testcase
ded1a7a570b0 spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFG
56c25f2763a1 samples/bpf: Fix buffer overflow in tcp_basertt
a7434a4dcc71 libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIELD_SIZE
d1c2ff2bd84c wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx
6928d6e9b094 wifi: ath9k: fix AR9003 mac hardware hang check register offset calculation
bb3a9ed2b11a igc: Enable and fix RX hash usage by netstack
f57ba91a46d3 pstore/ram: Add check for kstrdup
2672144b86a1 ima: Fix build warnings
9085f2ca941f evm: Fix build warnings
b050ade6e05b evm: Complete description of evm_inode_setattr()
ea1432a402ab locking/atomic: arm: fix sync ops
6b54f5c68474 x86/mm: Fix __swp_entry_to_pte() for Xen PV guests
3745f628c328 perf/ibs: Fix interface via core pmu events
64d09c0e832d kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is undefined
b8a6ba524d41 rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale
3506e64ec161 rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()
7a3492219408 rcuscale: Move shutdown from wait_event() to wait_event_idle()
a0a1f1c92488 rcutorture: Correct name of use_softirq module parameter
b1cdc56bc177 rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUs
d58f0f0ce633 rcu: Make rcu_cpu_starting() rely on interrupts being disabled
5d56a8d670a5 thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe()
2b7e2251c434 cpufreq: intel_pstate: Fix energy_performance_preference for passive
50d64210eeb1 ARM: 9303/1: kprobes: avoid missing-declaration warnings
3f9e54eb38ea PM: domains: Move the verification of in-params from genpd_add_device()
f1f5248cedde powercap: RAPL: Fix CONFIG_IOSF_MBI dependency
be9c8c9c84b6 drivers/perf: hisi: Don't migrate perf to the CPU going to teardown
6b025ec148e8 x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad()
c598fefef321 x86/mm: Allow guest.enc_status_change_prepare() to fail
3e03681f0720 perf/arm-cmn: Fix DTC reset
6368a71dca09 PM: domains: fix integer overflow issues in genpd_parse_state()
919dd531ebb7 clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probe
2d3f42d22f32 tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode().
77cc52f1b8d7 tick/rcu: Fix bogus ratelimit condition
e7aff15ba29b posix-timers: Prevent RT livelock in itimer_delete()
9a534100382a erofs: fix compact 4B support for 16k block size
ec94df6bcfb0 erofs: simplify iloc()
423453bb506e svcrdma: Prevent page release when nothing was received
faf004e98d02 irqchip/jcore-aic: Fix missing allocation of IRQ descriptors
0cf83d3698fb irqchip/stm32-exti: Fix warning on initialized field overwritten
aa07e56c6a9c block: fix blktrace debugfs entries leakage
067c08f78dd1 md/raid1-10: submit write io directly if bitmap is not enabled
f98b89fbf8fa md/raid1-10: factor out a helper to submit normal write
fa0f13a8338f md/raid1-10: factor out a helper to add bio to plug
a5a1ec06ef2f md/raid10: fix io loss while replacement replace rdev
222cc459d598 md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request
05d10428e8df md/raid10: fix wrong setting of max_corr_read_errors
b5cb16d31b8a md/raid10: fix overflow of md/safe_mode_delay
be1a3ec63a84 md/raid10: check slab-out-of-bounds in md_bitmap_get_counter
e1379e067b94 nvme-core: fix dev_pm_qos memleak
bf3c2caab9d1 nvme-core: add missing fault-injection cleanup
a584cf03ff8b nvme-auth: don't ignore key generation failures when initializing ctrl keys
43d0724d756a nvme-core: fix memory leak in dhchap_ctrl_secret
2e9b14130755 nvme-core: fix memory leak in dhchap_secret_store
0a220ef9dda6 nvme-auth: no need to reset chap contexts on re-authentication
3999c850e78a nvme-auth: remove symbol export from nvme_auth_reset
9de0a1dfe3e6 nvme-auth: rename authentication work elements
3f6c98889780 nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchap
ce16368280c9 lockd: drop inappropriate svc_get() from locked_get()
931bd6758bcc blk-mq: fix potential io hang by wrong 'wake_batch'
c2a0eb3b2017 virt: sevguest: Add CONFIG_CRYPTO dependency
7ca5e95f2a3e x86/sev: Fix calculation of end address based on number of pages
8ceeb3fc86a8 blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost
c0df91653586 x86/resctrl: Only show tasks' pid in current pid namespace
d3b39ea24835 erofs: kill hooked chains to avoid loops on deduplicated compressed images
daed10290bc7 erofs: move zdata.h into zdata.c
041ff2c21b00 erofs: remove tagged pointer helpers
3379f13ebc1e erofs: avoid tagged pointers to mark sync decompression
3564500b0d1e erofs: clean up cached I/O strategies
73b9d7ea08e2 block: Fix the type of the second bdev_op_is_zoned_write() argument
0fd958feaee1 fs: pipe: reveal missing function protoypes
9f12effd40d7 drm: use mgr->dev in drm_dbg_kms in drm_dp_add_payload_part2
(From OE-Core rev: b4aa19866091e52290c445f8bc9cb0051f9438da)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5804204cb92dae78c78f8c0054959e4b2a255a32)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
CVE-2022-48303.patch
removed since it's included in 1.35
License-Update: http changed to https
Changelog:
===========
* Fail when building GNU tar, if the platform supports 64-bit time_t
but the build uses only 32-bit time_t.
* Leave the devmajor and devminor fields empty (rather than zero) for
non-special files, as this is more compatible with traditional tar.
* Bug fixes
** Fix interaction of --update with --wildcards.
** When extracting archives into an empty directory, do not create
hard links to files outside that directory.
** Handle partial reads from regular files.
** Warn "file changed as we read it" less often.
** Fix --ignore-failed-read to ignore file-changed read errors
** Fix --remove-files to not remove a file that changed while we read it.
** Fix --atime-preserve=replace to not fail if there was no need to replace,
either because we did not read the file, or the atime did not change.
** Fix race when creating a parent directory while another process is
also doing so.
** Fix handling of prefix keywords not followed by "." in pax headers.
** Fix handling of out-of-range sparse entries in pax headers.
** Fix handling of --transform='s/s/@/2'.
** Fix treatment of options ending in / in files-from list.
** Fix crash on 'tar --checkpoint-action exec=\"'.
** Fix low-memory crash when reading incremental dumps.
** Fix --exclude-vcs-ignores memory allocation misuse.
(From OE-Core rev: d85a7394a1efa8b644950b8d6edbc5e9917ce8b0)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c63769de05ce08c0627d302d14316ced31816b4d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
GNU inetutils through 2.4 may allow privilege escalation because
of unchecked return values of set*id() family functions in ftpd,
rcp, rlogin, rsh, rshd, and uucpd. This is, for example, relevant
if the setuid system call fails when a process is trying to drop
privileges before letting an ordinary user control the activities
of the process.
Refernces:
https://nvd.nist.gov/vuln/detail/CVE-2023-40303
(From OE-Core rev: b8e2dad0650b8a80e3d85e6d87fda1a0e2fb195f)
Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Avoid a divide by zero traceback if unfortunate test counts are encountered.
(From OE-Core rev: a46782c9f54bcb0389ea1016e37b6939aae79bfb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c5aeea53dfacb53dedb8445cb3523dc3a8cb6dca)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Sporadic errors have been observed in autobuilder when trying to store new
tests results:
error: failed to push some refs to 'push.yoctoproject.org:yocto-testresults'
hint: Updates were rejected because the tag already exists in the remote.
The new tag name is generated by gitarchive based on known tags from the
repository (learnt with git tag). In autobuilder case, this repository is a
shallow clone, so git tag only returns most recent tags, which mean we
could miss some older tags which exist in remote but not locally. In this
case, gitarchive will likely create a tag which already exists in remote,
and so will fail to push
Fix this tag duplication by using git ls-remote to learn about existing
tags instead of git tag. Two places which wrongly read only local tags has
been identified in gitarchive: expand_tag_strings and get_test_runs
Fixes [YOCTO #15140]
(From OE-Core rev: 5e3962a53657044431f687aaa08a993563f779e7)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5a0a7da85a3acfd4a20a07478eabefdab60f313a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Instead of deleting setscene tasks, now SSTATE_SKIP_CREATION is set instead.
This seems to fix the compile issues where the populate_sysroot task was
not run when an externalsrc recipe was built as a dependency.
[YOCTO #15164]
[RP addition: The deltask was added by me in 2012 when the class was created.
The trouble is bitbake assumes 'sstate' tasks have a setscene task and by deleting
the setscene task, bitbake stops thinking the task can be accelerated. There is other
code in the sysroot code which assumes some tasks are always sstate tasks.
We cannot delete the task without changes to the way bitbake learns about 'setscene'
tasks so the patch is correct, avoiding creating files is the better approach given
the way the world works now.
There would be concerns about exisitng sstate reuse however this shouldn't occur
since SRC_URI changes and that will change the underlying hashes. Hash equivalency
could potentially cause issues by joining hashes together again however if the output
matches, that shouldn't in theory cause any issue.]
(From OE-Core rev: 18d0ace2d7becf2a1588d2d2b7ca0f6f2108b64f)
Signed-off-by: Peter Suti <peter.suti@streamunlimited.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ee4667a24ccdd8c9d547e73aecf661e6a1283890)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
yat2m can be found within the build or from the recipe-sysroot-native if
runtime dependencies are present. The sysroot version has version differences
to the in tree copy. Specify the one we want to make the build determinstic.
(From OE-Core rev: 8224e8cf402966a1108fe7035da9ed463f3d976a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1feb5274db6e985e10f58359b148dabb4076917a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
If you run an arm build followed by an x86 one and then ask for a
full repo to be created, it will include all of the arm and x86 packages.
testexport will then find the arm socat package rather than the x86 one
and try and run arm binaries within an x86 qemu image with no success.
The reproducer for this was:
oe-selftest -r fitimage.FitImageTests.test_initramfs_bundle runtime_test.TestImage.test_testimage_install
This patch only symlinks in the compatible package archictures rather
than all of them which fixes the failure and the resulting autobuilder
intermittent failure too.
[YOCTO #15190]
(From OE-Core rev: 96954ff5ea258e8456c66bfa13a11fb4fe7a3808)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 30b45bcf49bf8207fd96bb45a55d7708661f3359)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This version includes fixes to patchelf.
(From OE-Core rev: c6d5a51ff933c9f8570326cebeea43fc14bcb3ec)
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1c5c8ff97ba0a7f9adc592d702b865b3d166a24b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This adds a horrible hack to get pseudo working with glibc 2.38. We can't
drop _GNU_SOURCE to something like _DEFAULT_SOURCE since we need the defines
the gnu options bring in. That leaves using internal glibc defines to disable
the c23 versions of strtol/fscanf and friends. Which would break pseudo
build with 2.38 from running on hosts with older glibc.
We'll probably need to come up with something better but this gets glibc 2.38
and working and avoids autobuilder failures.
(From OE-Core rev: 387b276c2d56d58c2a25d59984fcaaf9c88ac788)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 596fb699d470d7779bfa694e04908929ffeabcf7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
https://github.com/openssl/openssl/blob/openssl-3.1/NEWS.md#major-changes-between-openssl-311-and-openssl-312-1-aug-2023
Major changes between OpenSSL 3.1.1 and OpenSSL 3.1.2 [1 Aug 2023]
* Fix excessive time spent checking DH q parameter value (CVE-2023-3817)
* Fix DH_check() excessive time with over sized modulus (CVE-2023-3446)
* Do not ignore empty associated data entries with AES-SIV (CVE-2023-2975)
* When building with the enable-fips option and using the resulting FIPS provider, TLS 1.2 will, by default, mandate the use of an extended master secret and the Hash and HMAC DRBGs will not operate with truncated digests.
(From OE-Core rev: e8b876d6514f6257eaaddb7b44489367666504ba)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e65802383b02df6f502af859a927309d881bbb27)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
==========
-PR/465: psrok1: Avoid muslc asctime_r crash
-add SIMH tape format support
-bump the max size of the elf section notes to be read to 128K
and make it configurable
-PR/415: Fix decompression with program returning empty
-PR/408: fix -p with seccomp
-PR/412: fix MinGW compilation
(From OE-Core rev: 6f1caa944982e265c394a554bfcfa8a105b1d698)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit facef006da35e22394a4cbb13243769586d10f31)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The delta between 3.1.31 & 3.1.32 contains the CVE-2023-40267 fix and other bugfixes.
Changelog:
https://github.com/gitpython-developers/GitPython/releases/tag/3.1.32
- Bump cygwin/cygwin-install-action from 3 to 4 by @dependabot in #1572
- Fix up the commit trailers functionality by @itsluketwist in #1576
- Name top-level exceptions as private variables by @Hawk777 in #1590
- fix pypi long description by @eUgEntOptIc44 in #1603
- Don't rely on del by @r-darwish in #1606
- Block insecure non-multi options in clone/clone_from by @Beuc in #1609
(From OE-Core rev: fd38c8d91f95b44ea7b833772b9a07e1f1d74479)
Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Below commits on glibc-2.37 stable branch are updated.
58f7431fd7 sparc: Fix la_symbind for bind-now
260d4b742b nptl: Fix tst-cancel30 on sparc64
3f4b4e2cdd elf: _dl_find_object may return 1 during early startup
0930ff8eb3 realloc: Limit chunk reuse to only growing requests
8dcb1a5181 hppa: xfail debug/tst-ssp-1 when have-ssp is yes
(From OE-Core rev: eef4f4502390d1e18770c604477dd63a1adcee6d)
Signed-off-by: sanjana <sanjanasanju1608@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
update include fix for CVE-2023-38633.
(From OE-Core rev: 295eedb61d8224cc4bbb0ced1864db0a6a74ab1f)
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Run generate-cve-exclusions.py to generate the ignore lists. The
ignores already in this file are included in the generated lines, so
nothing is lost.
(From OE-Core rev: 1328cd3a720735c848ab401b61f98fae4fd75dd3)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Instead of manually looking up new CVEs and determining what point
releases the fixes are incorporated into, add a script to generate the
CVE_CHECK_IGNORE data automatically.
First, note that this is very much an interim solution until the
cve-check class fetches data from www.linuxkernelcves.com directly.
The script should be passed the path to a local clone of the
linuxkernelcves repository[1] and the kernel version number. It will
then write to standard output the CVE_STATUS entries for every known
kernel CVE.
The script should be periodically reran as CVEs are backported and
kernels upgraded frequently.
[1] https://github.com/nluedtke/linux_kernel_cves
Note: for the backport this is not a cherry-pick of the commit in master
as the variable names are different. This incorporates the following
commits:
linux/generate-cve-exclusions: add version check warning
linux/generate-cve-exclusions.py: fix comparison
linux-yocto: add script to generate kernel CVE_STATUS entries
(From OE-Core rev: f9bfaee1c05a61457ada7850d707a847f327e605)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
(From OE-Core rev: 9552f934ae5305b9154f1560d4823b168457b784)
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
(From OE-Core rev: f6ab54c91d18d5ebb0c7e27e41f49fc17c9d8c1c)
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Kernels that do not use modules do not have the Modules.symvers file,
which causes the previous one-liner to fail. Invert the logic so that
the absence of the Modules.symvers is a passing situation but we still
get failure checking on the install operation.
(From OE-Core rev: 6fff6ce35864cfef70ffd10db3b7d5f090dd3f62)
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 856c916ffbf3438d8cf5d8bed344473bde03b56e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Piping results through sed is masking failures that aren't
picked up by sed expressions.
One such failure probes the source tree, and so isn't
relevant for target testing, and can be disabled.
(From OE-Core rev: 3afb1edc760a7cc1048aa9ae009a8cc6d32f9e89)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 86c96cbf68d986b44fdb45e988343ce29d6b8cc7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This can happen if running unpack task produces unrelated files and directories
(e.g. if recipe_qa or other tasks run); in this case it's better to stop, rather
than allow devtool to continue and error out much later with a message that has
nothing to do with where the problem originated.
The idea here was to handle tarballs that don't contain a top level directory and thus
the source tree is one level up; this basically never happens, and if it does we
should find a less brittle way to handle such tarballs.
(From OE-Core rev: 814672f886b5859524dcc0c285d916a1ccca6605)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b25e922b271794906b22450c7e6cc18fcab51ff8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
For newest Qualcomm platforms the firmware for the Adreno GPU consists
of two parts: platform-independent SQE/GMU/GPMU/PFP/PM4 and
platform-specific ZAP shader, which is used during the boot process. As
the platform-independent parts can be shared between different
platforms, split the platform-specific part to the separate package.
(From OE-Core rev: d13736bd39b4bf10d25f25cbfe47910bb2b42327)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit bf00a042d2fa2eb4b20d8c5982926758821bf990)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
RTL8822 is a serie of wireless modules that need firmwares to function correctly.
The linux firmware recipe does not have a package of these firmwares, and this commit add them.
(From OE-Core rev: fffb1425b94818ef282760551296b60f9e6e90d0)
Signed-off-by: BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6459959beeb91c0b694f5f17b6587a12c6dcb087)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The following linux-firmware commit moved the mt7601u firmware blob
into a mediatek/ subdirectory, update the path accordingly.
8451c2b1 ("mt76xx: Move the old Mediatek WiFi firmware to mediatek")
Fixes: 64603f602d ("linux-firmware: upgrade 20230404 -> 20230515")
(From OE-Core rev: 9eb02966397c825d1482dd59246c0d446cc7454d)
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This resolves two issues:
1. metapackages were depending on themselves (except -binaries which wouldn't match against 'glibc-binary').
2. for the nativesdk variant, due to a non-empty dependency list at parsing time caused by
issue 1, map_depends_variable() from meta/lib/oe/classextend.py was forcibly setting PACKAGES
to the initial parse-time value (e.g. missing the dynamically created packages). This meant that
three out of four nativesdk- metapackages were entireyly missing the dependencies on the
respective dynamic package sets.
(From OE-Core rev: 580d92c2ae5aab9f4afab1e534291c26dd5bc5c6)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a90fd3afe9184aa1870b34a826e3ba0563477d4b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
It looks like there were further cases where orphaned processes may be left
behind since the .kill() calls may be unsuccessful if the process terminated
due to the terminate or through normal exit. In that situation .wait()
wouldn't have been called.
Further tweak the exit code paths to ensure .wait() is called to update the
returncode value before returning in all cases.
(From OE-Core rev: f647d1400bfa5b8eab81b2b2e2c86df306970a71)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0a0a1731e38edfa72a141e8fd8f2de52be562e94)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
New 1.8 release of tcf-agent. Implements DWARF 5 support and various
bug fixes.
Changelog since last SRCREV:
Releng: Upversion TCF to 1.8
Fixed possible SEGFAULT after error message queue overflow
Fixed misspelling in a comment
TCF Agent: update breakpoint error message
Fixed regression: possible segfault in run_safe_events()
Bug 581978 - TCF agent wrong handle the call frame debug info generated by LLVM 16 for RISC-V
DWARF: a bit faster implementation of dio_ReadAddressX()
Bug 581971 - Failed to handle loclist for DWARF 5
Fixed handling of situation when a context resumed or exited during breakpoint evaluation
Bug 581799 - when loads .debug_info section from dwarf 5 file, the content of some part are zero
Updated examples/daytime/readme.txt
(From OE-Core rev: 1b5b577f1b766ed6f98b6854e6968d4b9b02a45a)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 0c2c7c910fa933bc46f69207f1f7641c1e7b77e0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changes:
Update license checksum: only whitespace change.
Update sha256sum for new version.
Additional change:
Do not use version with the foldername, which will result in less diffstat
with future upgrades.
(From OE-Core rev: 742833f076ae44036369b9570bb1584c62d9047b)
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 1eda31b370ab4129ad149c45f1e43a44d6db9241)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
9795c401 (tag: V_9_3_P2) OpenSSH 9.3p2
bde3635f update version in README
f673f2f3 update RPM spec versions
d7790cdc disallow remote addition of FIDO/PKCS11 keys
b23fe83f terminate pkcs11 process for bad libraries
This includes the fix for CVE-2023-38408.
(From OE-Core rev: b76fb3ee4b339cfbbb332ed239826b3efcdb6f1e)
Signed-off-by: Ross Burton <ross.burton@arm.com>
(cherry picked from commit 7ae89bdeaa97c8d6a0b63e92da31290548f03168)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Requirements list seems to be outdated. It is not possible to follow
instructions for Raw Mode as not all of the native tools are available.
All wic dependencies are gathered under wic-tools package. Some commands
in the instruction already use wic-tools native sysroot, but this
dependency is not specified in the requirements.
Update the command for building native tools to use wic-tools instead
of the seperate packages.
(From yocto-docs rev: 8e6752a9e55d16f3713e248b37f9d4d2745a2375)
Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This has been around without being properly documented since 2019 (!!!),
and is nowadays the preferred method for enforcing license restrictions,
especially since meta-gplv2 is officially obsolete.
(From yocto-docs rev: 40d3cb5257fea3669efe28e534e5f9479a2837b3)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
As spotted by Joshua Watt, the returncode isn't set until .poll() or .wait()
is called so we need to call this after the .kill() call.
This fixes return code reporting so that timeouts for example now return an
exit code when they didn't before.
(From OE-Core rev: 6bd6b7110ea2029fc736a40760536adfaf28eec0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3924e94214b5135369be2551d54fb92097d35e95)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The qemuarm64 kernel builds loopback device support as a module and it isn't included
in the image leading to ltp test failures on that platform.
Add the missing kernel module RRECOMMENDS to avoid this and fix those errors.
(From OE-Core rev: 5273868106b46cd330e15f36f4592f05ca9e3feb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8691020f33a644d52b7d867376ef3c85be84abf9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
On our slower arm server, the tests currently timeout leading to inconsistent test
results. Increase the timeout to avoid this and aim to make the test results
consistent.
(From OE-Core rev: a9e2179f3b4a4fe7321539de9e8e2707c9ca350a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9a8b49208f3c99e184eab426360b137bc773aa31)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
We have a suspicion that the read() call may return EAGAIN on the non-blocking
fd and this may truncate test output leading to some of our intermittent failures.
Tweak the code to avoid this potential issue.
(From OE-Core rev: fd9e47ee5653dad1f24d823d32d2012e7f8bb3a6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a8920c105725431e989cceb616bd04eaa52127ec)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
$OECORE_NATIVE_SYSROOT is not escaped, thus it is expanded to an empty string.
This happens to work because we have ${datadir} which in this context is
relocated to the buildtools sysroot after installation of buildtools.
If the $ before OECORE_NATIVE_SYSROOT is escaped, it will be saved to file.sh
as intended, but MAGIC will point to the wrong location because both
OECORE_NATIVE_SYSROOT and datadir resolve to sysroot which doubles the path
like so:
/path/to/buildtools/sysroots/x86_64-xesdk-linux/path/to/buildtools/sysroots/x86_64-xesdk-linux/usr/share/misc/magic.mgc
which does not exist. So, removing reference to OECORE_NATIVE_SYSROOT.
(From OE-Core rev: 7ae5c9a17d6f8133fa5b4e127dd4e9cc43454ee8)
Signed-off-by: Oleksandr Hnatiuk <ohnatiuk@cisco.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit c6206249683876670602888e78ecaf719753a317)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This provides a more reliable test execution when running tests that
write a large buffer/file and significantly reduces the localedata test
failures.
(From OE-Core rev: e138b648a56a0146588dc52edd9b44929ed8a73e)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 97a7612e3959bc9c75116a4e696f47cc31aea75d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Allows setting up NFS over TCP as well.
(From OE-Core rev: a177ce907ec7a044659ec49c679e66f49cd71c43)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e1ff9b9a3b7f7924aea67d2024581bea2e916036)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Some of the tests trigger OOM and fail. Increase the amount of memory
available so we dont run into these issues.
(From OE-Core rev: b4e7158aca35235c86afee2b68236e250488ef98)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4d22dba482cb19ffcff5abee73f24526ea9d1c2a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Dont fill up the test log with ssh warning about having added the host
to list of known hosts.
Also helps fix a test case failure where stderr log was being compared
to a known value.
(From OE-Core rev: dddbca01474f89fade197cd3284671c859d01108)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 63b31ff7e54a171c4c02fca2e6b07aec64a410af)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
07revert-inplace test logs contain the following:
func.sh: line 335: /sbin/blockdev: No such file or directory
Add the missing util-linux-blockdev dependency.
(From OE-Core rev: dd359520c5e7fd76a127333114217d6d6cd74880)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit a15cd04f528d137d428a572f15d1ec5ebbbd81f0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Some regression reports show a lot of "PASSED->None" transitions. When such
big lot of identical transitions are observed, it could be that tests are
now failing, but it could also be that some tests has been renamed.
To detect such case, add a log in regression report to report the number of
new tests (i.e: tests that are present in target results but not in base
result). This new log also allows to know about newly added tests bases
(From OE-Core rev: 7e393ea6e46060daf3242f2f7721f7f968945122)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 01b5cefd07e01c7407bc663842b8a8d502358a6d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Wrapper that adds proper path to magic file was removed in
47db876d09d9a4394048579c21d0b394450ce681 in favor of
environment-setup.d/file.sh which now contains `MAGIC` environment variable.
This breaks builds that rely on external buildtools with `file` included in
buildtools-tarball (e.g. via TOOLCHAIN_HOST_TASK) because do_populate_sysroot
task invokes `file` via `subprocess.check_output` (in is_elf function) and
doesn't use variables from files in environment-setup.d. To address this use
case, we need to preserve the wrapper, but also have
environment-setup.d/file.sh for the purposes described in
47db876d09d9a4394048579c21d0b394450ce681.
(From OE-Core rev: 4a9832c55044b894e933179e5c1b6a96634809c0)
Signed-off-by: Oleksandr Hnatiuk <ohnatiuk@cisco.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit e76b059cf4ba9a79150032d68d012b233dd79a65)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
With busybox find some of the test script fails, so depend on GNU find.
(From OE-Core rev: d1055d9f0aafbc687b857e85843e74c54bc014a1)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 2d1b1987ef927b33b799bb6e6805a1fdd8d92921)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Due to an oversight in the do_symlink_kernsrc function, the path
comparison between "S" and "STAGING_KERNEL_DIR" is broken. The code
obtains both variables, but modifies the local copy of "S" before
comparing them, causing the comparison to always return false.
This can cause the build to fail when the EXTERNALSRC flag is enabled,
since the code will try to create a symlink even if one already exists.
This patch resolves the issue by comparing the variables before they are
modified.
(From OE-Core rev: 76ca96ebde8c318e32d4bf65714a6241965b0b8f)
Signed-off-by: Staffan Rydén <staffan.ryden@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit afd2038ef8a66a5e6433be31a14e1eb0d9f9a1d3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Rather than copying the entire /etc hierarchy, specify the pieces we
actually need.
(From OE-Core rev: c8fbba7c0bb442282fe19abdcee492407e20b8cb)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit f0fea55ab02b013484282177a636795a254e7986)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
When copying the package database files for the debugfs, add individual
file copy as well as tree copying. After the debug rootfs has been
created, cleanup the package files.
This then allows us to avoid a problem where (for rpm at least)
extraneous files in the debug rootfs would cause failures during
oe-selftest because some files existed in both regular and debugfs
images.
(From OE-Core rev: 4931839ff97e8746cdabe1d06298a96a47638b2b)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit ce49ea435ce55eb5b6da442c12e03a806534c38d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Fix the override so we actually pass the correct value to glibc.
(From OE-Core rev: 8ad6000c814631e1147fddd5d2462b39ea44b99e)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 38fd2120f0f48512091ddad6205ce19839eaf589)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The check target for the glibc testsuite uses networking to access
a QEMU in system mode. This was resulting in large numbers of test
failures for the x86 targets that use it.
Enable network access to resolve this.
(From OE-Core rev: b3b73520296380e78e084918d5c5fbd6c7c50c9b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 088e022f80e57ca345838bf57df9abad3d8b9313)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Add check_PROGRAMS as a dependency of buildtest-TESTS target.
This is required because according to the official automake
documentation [1]:
* TESTS: contains all the tests files
* check_PROGRAMS: contains the programs used by the tests
* check_PROGRAMS is not automatically added to TESTS
So, by using only TESTS as a dependency for buildtest-TESTS we may end
up having runtime errors because of missing program required by the
tests.
[1]: https://www.gnu.org/software/automake/manual/html_node/Scripts_002dbased-Testsuites.html
(From OE-Core rev: 8a5630c113bd8509fcb62e8a32fcadfc2dc94181)
Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ee3e2af4f8ed95b4fd0f7cec52ae4e169401b719)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
non-release indexes will continue to generate when test output is
corrupted.
(From OE-Core rev: ea6c9e6a91df553e88e34a990ea15f80f469893e)
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1a9157684a6bff8406c9bb470cb2e16ee006bbe9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Recipe references 'login.defs' in LIC_FILES_CHKSUM. This causes some
problems:
- file does not contain a single word which is related with its license
- changing this file (here: increasing SYS_UID_MIN) invalidates
LIC_FILES_CHKSUM
Add 'SPDX-License-Identifier' to the file and limit the checksum to
this part.
(From OE-Core rev: 21744b8d77c71f8893dc06379b13bf45a2470c70)
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8c6f2e3feeb26abefb4136c56db6f3c0349acefb)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Pull in the commits:
Flush stdout and stderr after test
Remove _child_reader singleton
Report test failure on timeout
Only collect system state on timeout
Revert "Change test timeout to be total elapsed time"
Change test timeout to be total elapsed time
Report if child dies from a signal
Recreate pipe for each test
Revert "runner: Correctly handle running parallel tests"
runner: Correctly handle running parallel tests
(From OE-Core rev: 5eee7d7a25bceb94cc14a98bff5be1cee8e53b06)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8de47e5f3837a9c87c3cbf8dc45f9e90110eda1e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This was not well researched or explained, and obscures a problem elsewhere:
if dnf leaves lock files around, the problem should be fixed at the source,
and not in an after-the-fact function.
(From OE-Core rev: d38e40661acfbd84197a7731f0dd02d16fba7c59)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 49bad18012a4079f0dbfe6c541a46ec508940f28)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Integrating the following commit(s) to linux-yocto:
cba89f406c6 features: update ima.cfg to match current meta-integrity
(From OE-Core rev: 855b9ed2110d7302fa81bad5d2275fa67b3402fd)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 554690317dd8b882075e43213082b40fa3271cd5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
38d4ca22a528 Linux 5.15.124
78001ffa9bc4 selftests: mptcp: join: only check for ip6tables if needed
66cf5f394abe ASoC: cs42l51: fix driver to properly autoload with automatic module loading
3359fdf49de4 io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq
374edda0db70 selftests: mptcp: sockopt: use 'iptables-legacy' if available
43bbe1a091e0 cpufreq: intel_pstate: Drop ACPI _PSS states table patching
73b4cbed9176 ACPI: processor: perflib: Avoid updating frequency QoS unnecessarily
cd031669682e ACPI: processor: perflib: Use the "no limit" frequency QoS
e8e93e2f017e tracing: Fix trace_event_raw_event_synth() if else statement
f3b6e63004f6 rbd: retrieve and check lock owner twice before blocklisting
bb25c5c0e4ae rbd: harden get_lock_owner_info() a bit
b223e9ffb64d rbd: make get_lock_owner_info() return a single locker or NULL
098d0b9ba03c dm cache policy smq: ensure IO doesn't prevent cleaner policy progress
7c9b8cca4917 ceph: never send metrics if disable_send_metrics is set
e443b3a508b0 ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 register
585355a76e05 s390/dasd: fix hanging device after quiesce/resume
0061453d6ea1 virtio-net: fix race between set queues and probe
427d42838c16 KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
4ed1549129f9 locking/rtmutex: Fix task->pi_waiters integrity
c579caef7c46 irqchip/gic-v4.1: Properly lock VPEs when doing a directLPI invalidation
6cb3c511afcb irq-bcm6345-l1: Do not assume a fixed block to cpu mapping
354e8bd5f532 tpm_tis: Explicitly check for error code
8130c32b4ac1 nfsd: Remove incorrect check in nfsd4_validate_stateid
9b8a31a23152 file: always lock position for FMODE_ATOMIC_POS
1f5ea62a0f42 btrfs: check for commit error at btrfs_attach_transaction_barrier()
883c3ed9a16a btrfs: check if the transaction was aborted at btrfs_wait_for_commit()
a7abb1690fe1 hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabled
3f3cdca84432 hwmon: (k10temp) Enable AMD3255 Proc to show negative temperature
a676ddc4ca96 ALSA: hda/relatek: Enable Mute LED on HP 250 G8
dd125fcd580a Revert "xhci: add quirk for host controllers that don't update endpoint DCS"
5138c228311a tty: n_gsm: fix UAF in gsm_cleanup_mux
baf420e30364 staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext()
acacdbe0f740 staging: r8712: Fix memory leak in _r8712_init_xmit_priv()
ba2975efe979 Documentation: security-bugs.rst: clarify CVE handling
28ae486f8e36 Documentation: security-bugs.rst: update preferences when dealing with the linux-distros group
98a118840b71 Revert "usb: xhci: tegra: Fix error check"
2eaa43508a0e usb: xhci-mtk: set the dma max_seg_size
cd2d96c4bc6f usb: cdns3: fix incorrect calculation of ep_buf_size when more than one config
3af06a8502ee USB: quirks: add quirk for Focusrite Scarlett
8fb5a01196df usb: ohci-at91: Fix the unhandle interrupt when resume
6366b1178545 usb: dwc3: don't reset device side if dwc3 was configured as host-only
6f126e026307 usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phy
a2d2fa661293 Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"
97620ed1bcab can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPED
0ac13ef00209 USB: serial: simple: sort driver entries
378e03623741 USB: serial: simple: add Kaufmann RKS+CAN VCP
5b9a5cf1bf4a USB: serial: option: add Quectel EC200A module support
399091399777 USB: serial: option: support Quectel EM060K_128
b800c0d5576e serial: sifive: Fix sifive_serial_console_setup() section
8fa462ad0f9b serial: 8250_dw: Preserve original value of DLF register
dc4f6c537f37 serial: qcom-geni: drop bogus runtime pm state update
41c487de4cf5 KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest
5883a4e8478d KVM: Grab a reference to KVM for VM and vCPU stats file descriptors
0f7a2b567197 USB: gadget: Fix the memory leak in raw_gadget driver
2f9bfccced04 usb: gadget: call usb_gadget_check_config() to verify UDC capability
a49884561a8c Revert "usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init()"
813cede7b2f5 tracing: Fix warning in trace_buffered_event_disable()
23e8a65f9a93 ring-buffer: Fix wrong stat of cpu_buffer->read
ae5b8b1c2eac ata: pata_ns87415: mark ns87560_tf_read static
6bbbe1b2161e RDMA/irdma: Report correct WC error
bd79de8bd371 drm/amd: Fix an error handling mistake in psp_sw_init()
4e1c1d742970 dm raid: protect md_stop() with 'reconfig_mutex'
0c4db5a04d4f dm raid: clean up four equivalent goto tags in raid_ctr()
2e321ee96f88 dm raid: fix missing reconfig_mutex unlock in raid_ctr() error paths
4b9f3ef1f3eb block: Fix a source code comment in include/uapi/linux/blkzoned.h
2861b33820f9 ASoC: fsl_spdif: Silence output on stop
5ec0e4deee5b drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb()
b79a0e71d6e8 RDMA/bnxt_re: Prevent handling any completions after qp destroy
3ad5f655eb8a RDMA/mthca: Fix crash when polling CQ for shared QPs
c5b5dbcbf91f RDMA/irdma: Fix data race on CQP request done
bf0f9f65b7fe RDMA/irdma: Fix data race on CQP completion stats
fd6e50ec2c38 RDMA/irdma: Add missing read barriers
5fbb5068d2bd drm/msm/adreno: Fix snapshot BINDLESS_DATA size
4e9d4a21616b drm/msm/dpu: drop enum dpu_core_perf_data_bus_id
6ab756a55e46 RDMA/mlx4: Make check for invalid flags stricter
9dde876a4dc8 tipc: stop tipc crypto on failure in tipc_node_create
df019bc1241e tipc: check return value of pskb_trim()
42afa7ef6629 benet: fix return value check in be_lancer_xmit_workarounds()
95cf4fa31b0c net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64
98f6bbdfc0ce net/sched: mqprio: add extack to mqprio_parse_nlattr()
b1e85c9d28dd net/sched: mqprio: refactor nlattr parsing to a separate function
5bee91121cce netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHAIN_ID
98bcfcaecc76 netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR
50cbb9d195c1 netfilter: nft_set_rbtree: fix overlap expiration walk
feba294c454a igc: Fix Kernel Panic during ndo_tx_timeout callback
8412fe36863b platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind U100
238420a24d6b net: stmmac: Apply redundant write work around on 4.xx too
9be8ec5a0cfe team: reset team's flags when down link is P2P device
bf2d7b63e2b5 bonding: reset bond's flags when down link is P2P device
c28b39387634 ice: Fix memory management in ice_ethtool_fdir.c
ecb741a17cb2 tcp: Reduce chance of collisions in inet6_hashfn().
dd48780a7bbb ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary address
46e40297355e ethernet: atheros: fix return value check in atl1e_tso_csum()
6d8a71e4c3a2 phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe()
49f5b3c9499b vxlan: calculate correct header length for GPE
77396fa9096a vxlan: move to its own directory
96dbc68b7f86 net: hns3: fix wrong bw weight of disabled tc issue
9755714d238c net: hns3: fix wrong tc bandwidth weight data issue
01460ac6ff95 net: phy: marvell10g: fix 88x3310 power up
57743a86cce1 iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILED
1542e399a12a iavf: fix potential deadlock on allocation failure
5a4048355725 i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()
c9b936984d89 media: staging: atomisp: select V4L2_FWNODE
6aa7cb3bb5c9 soundwire: qcom: update status correctly with mask
3f28ec4a4002 phy: qcom-snps-femto-v2: properly enable ref clock
ac3fe4c2a708 phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during runtime suspend
e7c0c5af517f phy: qcom-snps: correct struct qcom_snps_hsphy kerneldoc
450ef59bef9a phy: qcom-snps: Use dev_err_probe() to simplify code
d6f92582816c drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel
fc399b0fdf2d drm/amdgpu: fix vkms crtc settings
aa56bcff46a1 scsi: qla2xxx: Fix hang in task management
58daf4e8709d scsi: qla2xxx: Add debug prints in the device remove path
f90d44e5bbbe scsi: qla2xxx: Fix task management cmd fail due to unavailable resource
01366f0b656a scsi: qla2xxx: Fix task management cmd failure
25cea82ea25d scsi: qla2xxx: Multi-que support for TMF
2e18fd3f61be scsi: qla2xxx: Remove unused declarations for qla2xxx
ace6bed42464 tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if fails
30c8ba1da373 Revert "tracing: Add "(fault)" name injection to kernel probes"
5f52389bdd9e tracing: Allow synthetic events to pass around stacktraces
e7b4d24fa090 tracing/probes: Fix to avoid double count of the string length on the array
3a1a229712ef tracing/probes: Add symstr type for dynamic events
7ac170d93bec pwm: meson: fix handling of period/duty if greater than UINT_MAX
bae3c43a9d25 pwm: meson: Simplify duplicated per-channel tracking
5cb0349cfcde cifs: if deferred close is disabled then close files immediately
c600e23fbc40 ksmbd: remove internal.h include
c8117ac42303 cifs: use fs_context for automounts
5076cc8bc162 cifs: missing directory in MAINTAINERS file
da60170558b9 drm/ttm: never consider pinned BOs for eviction&swap
c556573e4bb1 tty: fix hang on tty device with no_room set
d262770b95c7 n_tty: Rename tail to old_tail in n_tty_read()
7738335d73d0 drm/ttm: Don't leak a resource on eviction error
4400b96587fd drm/ttm: Don't print error message if eviction was interrupted
354cdda79a77 fs: dlm: interrupt posix locks only when process is killed
97e7a0f8dea2 dlm: rearrange async condition return
75ce95abc65b dlm: cleanup plock_op vs plock_xop
b409d8df9bea PCI: rockchip: Don't advertise MSI-X in PCIe capabilities
cbd1494e51fd PCI: rockchip: Fix window mapping and address translation for endpoint
eb39c4c051dc PCI: rockchip: Remove writes to unused registers
05f13e85fbdd PCI/ASPM: Avoid link retraining race
52d274956a8f PCI/ASPM: Factor out pcie_wait_for_retrain()
cf8c18150030 PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link()
8b9249d74ca5 i2c: nomadik: Remove a useless call in the remove function
f07d8d345bd2 i2c: nomadik: Use devm_clk_get_enabled()
4954c8705339 i2c: nomadik: Remove unnecessary goto label
24562f0a46ad i2c: Improve size determinations
9845744e57fe i2c: Delete error messages for failed memory allocations
89eae1f0aaeb btrfs: fix race between quota disable and relocation
b19e90521286 gpio: mvebu: fix irq domain leak
a999660042af gpio: mvebu: Make use of devm_pwmchip_add
34fe5fbc208f pwm: Add a stub for devm_pwmchip_add()
f3d2344811fd gpio: tps68470: Make tps68470_gpio_output() always set the initial value
21d063d27bf3 io_uring: don't audit the capability check in io_uring_create()
49a2686addde KVM: s390: pv: fix index value of replaced ASCE
fee1e6a73557 jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint
(From OE-Core rev: f7ffd2eba4d5c731b7841690e24ca4c5752dfce8)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
09996673e313 Linux 5.15.123
e6c2f1ce413c Revert "drm/amd/display: edp do not add non-edid timings"
68eafe294786 nixge: fix mac address error handling again
22f4093a4213 tracing/histograms: Return an error if we fail to add histogram to hist_vars list
78471c3ad36f jbd2: recheck chechpointing non-dirty buffer
0ae6b6d21701 net: phy: prevent stale pointer dereference in phy_init()
b7168d2906fd tcp: annotate data-races around fastopenq.max_qlen
accb138c10ff tcp: annotate data-races around icsk->icsk_user_timeout
6b88371f000f tcp: annotate data-races around tp->notsent_lowat
4f0a31f73258 tcp: annotate data-races around rskq_defer_accept
ff0fedfc7540 tcp: annotate data-races around tp->linger2
e187d88f3ba3 tcp: annotate data-races around icsk->icsk_syn_retries
d5617eeb546e tcp: annotate data-races around tp->keepalive_probes
9b2296a2ad23 tcp: annotate data-races around tp->keepalive_intvl
f70ebecdf3c2 tcp: annotate data-races around tp->keepalive_time
0bcee9325268 tcp: annotate data-races around tp->tcp_tx_delay
10013f764ad2 netfilter: nf_tables: skip bound chain on rule flush
dbe1a82d46ed netfilter: nf_tables: skip bound chain in netns release path
706ce3c81b5c netfilter: nft_set_pipapo: fix improper element removal
62615b895ab4 netfilter: nf_tables: fix spurious set element insertion failure
c17b4ec9cc38 llc: Don't drop packet from non-root netns.
2400ae8fd86d fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe
40276640bed8 Revert "tcp: avoid the lookup process failing to get sk in ehash table"
b04ab5243e84 net:ipv6: check return value of pskb_trim()
b87a7e3a330c net: ipv4: Use kfree_sensitive instead of kfree
5dd4d1ff8ba1 tcp: annotate data-races around tcp_rsk(req)->ts_recent
fa941f53a2c2 igc: Prevent garbled TX queue with XDP ZEROCOPY
e35dc107a172 bpf: Fix subprog idx logic in check_max_stack_depth
4e87eb224896 octeontx2-pf: Dont allocate BPIDs for LBK interfaces
87fc9616d606 security: keys: Modify mismatched function name
0fb37ce6c01e iavf: Fix out-of-bounds when setting channels on remove
345c44e18cc1 iavf: Fix use-after-free in free_netdev
52ed16146349 net: sched: cls_bpf: Undo tcf_bind_filter in case of an error
5ed16ecae5bf net: ethernet: mtk_eth_soc: handle probe deferral
39479093a472 ethernet: use of_get_ethdev_address()
cb1e666ec077 of: net: add a helper for loading netdev->dev_addr
43da399e509e ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
3fb402bd20e2 bridge: Add extack warning when enabling STP in netns.
ec4ac15eced0 net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field()
6a5d6096ae5c pinctrl: amd: Use amd_pinconf_set() for all config options
4727cece2994 perf build: Fix library not found error when using CSLIBS
29fb046ec031 fbdev: imxfb: warn about invalid left/right margin
5d191467534b spi: bcm63xx: fix max prepend length
2febd5f81e4b FS: JFS: Check for read-only mounted filesystem in txBegin
3e94d0d378d2 FS: JFS: Fix null-ptr-deref Read in txBegin
13ae3f2fd2be MIPS: dec: prom: Address -Warray-bounds warning
39f6292d7595 fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev
985f96666989 udf: Fix uninitialized array access for some pathnames
579d814de87c quota: fix warning in dqgrab()
32c2f51fffec quota: Properly disable quotas when add_dquot_ref() fails
d363075066cc ALSA: emu10k1: roll up loops in DSP setup code for Audigy
c0d7dbc6b7a6 drm/radeon: Fix integer overflow in radeon_cs_parser_init
bca9fb7a5a86 ext4: correct inline offset when handling xattrs in inode body
87336783d054 ASoC: codecs: wcd938x: fix soundwire initialisation race
a14527c394d0 ASoC: codecs: wcd938x: fix codec initialisation race
4ca000456ea6 ASoC: codecs: wcd934x: fix resource leaks on component remove
5a34d252052b ASoC: codecs: wcd938x: fix missing mbhc init error handling
aa44782a0293 ASoC: codecs: wcd938x: fix resource leaks on component remove
90ab6446eb52 ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove
a05a277a8d23 ASoC: codecs: wcd938x: fix missing clsh ctrl error handling
574ffa6fdf30 ASoC: fsl_sai: Disable bit clock with transmitter
925bbcdbc4d0 drm/amd/display: Keep PHY active for DP displays on DCN31
742340371b01 drm/amd/display: Disable MPC split by default on special asic
1369d0c586ad drm/client: Fix memory leak in drm_client_modeset_probe
a85e23a1ef63 drm/client: Fix memory leak in drm_client_target_cloned
82690148ff19 selftests: tc: add ConnTrack procfs kconfig
3c3941bb1eb5 can: bcm: Fix UAF in bcm_proc_show()
148453787636 regmap: Account for register length in SMBus I/O limits
6ce258d0c622 regmap: Drop initial version of maximum transfer length fixes
d3ee089a16a3 selftests: tc: add 'ct' action kconfig dep
4a888b22cc07 selftests: tc: set timeout to 15 minutes
62ee5840326b fuse: ioctl: translate ENOSYS in outarg
ab80a901f8da btrfs: zoned: fix memory leak after finding block group with super blocks
6ba7ac692a25 fuse: revalidate: don't invalidate if interrupted
c9060caab413 btrfs: fix warning when putting transaction with qgroups enabled after abort
232a104e38fe perf probe: Add test for regression introduced by switch to die_get_decl_file()
9aecfebea24f keys: Fix linking a duplicate key to a keyring's assoc_array
0b24b5e187bd ALSA: hda/realtek: Enable Mute LED on HP Laptop 15s-eq2xxx
2d04042a9fce ALSA: hda/realtek: Add quirk for Clevo NS70AU
a5de09b7f9fe ALSA: hda/realtek - remove 3k pull low procedure
(From OE-Core rev: df81fdbc619c5a3a76ad3bdea2bf7d761e612656)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
5c6a716301d9 Linux 5.15.122
be824fdb827d x86/cpu/amd: Add a Zenbleed fix
5398be2c48aa x86/cpu/amd: Move the errata checking functionality up
cdd3cdb682f4 Linux 5.15.121
30580f3a3301 drm/atomic: Fix potential use-after-free in nonblocking commits
ab2fa2fafb21 net/sched: sch_qfq: reintroduce lmax bound check for MTU
204d7c36e8e7 MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled
522ee1b3030f scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue
0715da51391d scsi: qla2xxx: Pointer may be dereferenced
541af83572c9 scsi: qla2xxx: Correct the index of array
1ccd52b790a6 scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()
5a52a2e14fe8 scsi: qla2xxx: Fix potential NULL pointer dereference
89250e775dcc scsi: qla2xxx: Fix buffer overrun
4406fe8a96a9 scsi: qla2xxx: Avoid fcport pointer dereference
748d8f8698a2 scsi: qla2xxx: Array index may go out of bound
079c8264ed9f scsi: qla2xxx: Wait for io return on terminate rport
25d63eb730b8 tracing/probes: Fix to update dynamic data counter if fetcharg uses it
8277bcacf165 tracing/probes: Fix not to count error code to total length
610193a23fd5 selftests: mptcp: depend on SYN_COOKIES
c8b375871eb8 selftests: mptcp: sockopt: return error if wrong mark
3b5d9b7b8759 tracing: Fix null pointer dereference in tracing_err_log_open()
391da52c8777 xtensa: ISS: fix call to split_if_spec
179feeeef62f ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
bb14a93bccc9 ring-buffer: Fix deadloop issue on reading trace_pipe
3e36cc94d6e6 net: ena: fix shift-out-of-bounds in exponential backoff
b763e6342429 samples: ftrace: Save required argument registers in sample trampolines
954792db9f61 tracing: Fix memory leak of iter->temp when reading trace_pipe
97f54b330c79 tracing/histograms: Add histograms to hist_vars if they have referenced variables
b45a33897f54 s390/decompressor: fix misaligned symbol build error
1856cf9132f6 bus: ixp4xx: fix IXP4XX_EXP_T1_MASK
7269c250dd9d Revert "8250: add support for ASIX devices with a FIFO bug"
20f7c4d51c94 soundwire: qcom: fix storing port config out-of-bounds
39a0e723d350 opp: Fix use-after-free in lazy_opp_tables after probe deferral
0ff4a97ac20f meson saradc: fix clock divider mask length
e5fdd73c883b xhci: Show ZHAOXIN xHCI root hub speed correctly
6eaedbffec55 xhci: Fix TRB prefetch issue of ZHAOXIN hosts
328b18a42a57 xhci: Fix resume issue of some ZHAOXIN hosts
d9c91ef5d8da ceph: don't let check_caps skip sending responses for revoke msgs
db8ca8d9b4df libceph: harden msgr2.1 frame segment length checks
974ac045a05a firmware: stratix10-svc: Fix a potential resource leak in svc_create_memory_pool()
becf8c69b7e7 tty: serial: imx: fix rs485 rx after tx
9dd8091959bc tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk
073dbbe57437 tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error
21e2fe510aee serial: atmel: don't enable IRQs prematurely
af4e0ce2af8a drm/ttm: Don't leak a resource on swapout move error
22c16c896cbf drm/amdgpu: avoid restore process run into dead loop.
85b9335d8e0b drm/amd/display: Correct `DMUB_FW_VERSION` macro
9ced7e65c3c4 drm/amdgpu: fix clearing mappings for BOs that are always valid in VM
0121d83ddfc8 drm/rockchip: vop: Leave vblank enabled in self-refresh
941a395e969b drm/atomic: Allow vblank-enabled + self-refresh "disable"
54163ad21e17 fs: dlm: return positive pid value for F_GETLK
866bf37b7c10 dm init: add dm-mod.waitfor to wait for asynchronously probed block devices
4f61488541bb md/raid0: add discard support for the 'original' layout
3435c5674e67 mfd: pm8008: Fix module autoloading
560c458340a9 misc: pci_endpoint_test: Re-init completion for every test
14bdee38e96c misc: pci_endpoint_test: Free IRQs before removing the device
eec34da87bc6 PCI: rockchip: Set address alignment for endpoint mode
750fd00a0a37 PCI: rockchip: Use u32 variable to access 32-bit registers
875d7a7f851a PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint core
7b0026977a51 PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be locked
049d774b8b9b PCI: rockchip: Write PCI Device ID to correct register
20c62b3c1e4d PCI: rockchip: Assert PCI Configuration Enable bit after probe
e8cc74b6b446 PCI: qcom: Disable write access to read only registers for IP v2.3.3
7b2f1ddc943a PCI: Add function 1 DMA alias quirk for Marvell 88SE9235
1d24c5b10dbb PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3cold
f930cf3f21fd dm integrity: reduce vmalloc space footprint on 32-bit architectures
70564215ad92 hwrng: imx-rngc - fix the timeout for init and self check
de984faecddb jfs: jfs_dmap: Validate db_l2nbperpage while mounting
d04a3ff04c93 ext4: only update i_reserved_data_blocks on successful block allocation
c327b83c59ee ext4: turn quotas off if mount failed after enabling quotas
8830523440a6 ext4: fix to check return value of freeze_bdev() in ext4_shutdown()
c7514dceb7b9 ext4: fix wrong unit use in ext4_mb_new_blocks
5523851fad60 ext4: get block from bh in ext4_free_blocks for fast commit replay
ba92af119b31 ext4: fix wrong unit use in ext4_mb_clear_bb
951ee9c9bb05 ext4: Fix reusing stale buffer heads from last failed mounting
cd517f9a9d07 MIPS: KVM: Fix NULL pointer dereference
fd89522a6198 MIPS: Loongson: Fix cpu_probe_loongson() again
0e1854f87be8 erofs: fix compact 4B support for 16k block size
e4e7f67cc14e arm64: errata: Add detection for TRBE overwrite in FILL mode
affdbc8fbc7a powerpc/security: Fix Speculation_Store_Bypass reporting on Power10
9f1627d8b0a4 misc: fastrpc: Create fastrpc scalar with correct buffer count
faea67e6a508 powerpc: Fail build if using recordmcount with binutils v2.37
7eeed3ed1a6c mm/damon/ops-common: atomically test and clear young on ptes and pmds
7efc5bee2473 net: bcmgenet: Ensure MDIO unregistration has clocks enabled
626c1c291302 mtd: rawnand: meson: fix unaligned DMA buffers handling
e08295290c53 tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation
936adde9c338 pinctrl: amd: Only use special debounce behavior for GPIO 0
0bcf6b12e699 pinctrl: amd: Detect and mask spurious interrupts
dff67c64f67b pinctrl: amd: Detect internal GPIO0 debounce handling
cc5050add034 pinctrl: amd: Fix mistake in handling clearing pins at startup
982c29e0d27a f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()
333feb7ba84f fs/ntfs3: Check fields while reading
04d2c9a6cb5c nvme-pci: fix DMA direction of unmapping integrity data
c58e45fbeaa8 nvme-pci: remove nvme_queue from nvme_iod
91d3554ab1fc net/sched: sch_qfq: account for stab overhead in qfq_enqueue
8e0326cbc4d5 net/sched: sch_qfq: refactor parsing of netlink parameters
78a0900e8dbc net/sched: make psched_mtu() RTNL-less safe
31976c68be26 netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write()
8a128e601f36 riscv: mm: fix truncation warning on RV32
3bd945532d0d net/sched: flower: Ensure both minimum and maximum ports are specified
d26299f50f5e bpf: cpumap: Fix memory leak in cpu_map_update_elem
099abb1cd229 wifi: airo: avoid uninitialized warning in airo_get_rate()
0e9ebc17457a erofs: fix fsdax unavailability for chunk-based regular files
41ccbc2ecb63 erofs: decouple basic mount options from fs_context
ed84618f8da2 erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF
e649333bcfe1 octeontx2-pf: Add additional check for MCAM rules
c62da24de388 drm/i915: Fix one wrong caching mode enum usage
567397dd8e7b riscv, bpf: Fix inconsistent JIT image generation
4e4e1f99bb47 bpf, riscv: Support riscv jit to provide bpf_line_info
420d30d36725 igc: Fix inserting of empty frame for launchtime
efc7f2593724 igc: Fix launchtime before start of cycle
d29387922b85 kernel/trace: Fix cleanup logic of enable_trace_eprobe
7aefc43277e5 platform/x86: wmi: Break possible infinite loop when parsing GUID
02081e57188b platform/x86: wmi: move variables
f3583db8980a platform/x86: wmi: use guid_t and guid_equal()
3b6fef411030 platform/x86: wmi: remove unnecessary argument
82abd1c37d3b ipv6/addrconf: fix a potential refcount underflow for idev
1d63fdf6d3ed NTB: ntb_tool: Add check for devm_kcalloc
0aa187a99935 NTB: ntb_transport: fix possible memory leak while device_register() fails
7e475cf97c47 ntb: intel: Fix error handling in intel_ntb_pci_driver_init()
3326ecef63ca NTB: amd: Fix error handling in amd_ntb_pci_driver_init()
fe1a2ed41162 ntb: idt: Fix error handling in idt_pci_driver_init()
7f2153c1ae89 udp6: fix udp6_ehashfn() typo
3fabca5d9cae icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().
ea438eed94ac net: prevent skb corruption on frag list segmentation
02474292a442 net: bgmac: postpone turning IRQs off to avoid SoC hangs
1417dd787a5e ionic: remove WARN_ON to prevent panic_on_warn
aa915d12c1cc gve: Set default duplex configuration to full
5b55f2d6ef40 net/sched: cls_fw: Fix improper refcount update leads to use-after-free
1d263bbdc5c6 net: mvneta: fix txq_map in case of txq_number==1
4a4804e6ae84 bpf: Fix max stack depth check for async callbacks
1b555dff835c scsi: qla2xxx: Fix error code in qla2x00_start_sp()
6e8af127ddbd igc: Handle PPS start time programming for past time values
809ea3a3eb3e igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksettings
82ac62d76a00 net/mlx5e: Check for NOT_READY flag state after locking
4892e1e548b5 net/mlx5e: fix memory leak in mlx5e_ptp_open
c61303ae2ce0 net/mlx5e: fix double free in mlx5e_destroy_flow_table
f4b1f2625186 igc: Remove delay during TX ring configuration
b3540c0de848 drm/panel: simple: Add Powertip PH800480T013 drm_display_mode flags
9dbc0fa2e85a drm/bridge: ti-sn65dsi86: Fix auxiliary bus lifetime
486b2551b068 drm/panel: simple: Add connector_type for innolux_at043tn24
eb947403518e ksmbd: validate session id and tree id in the compound request
3813eee5154d ksmbd: fix out-of-bound read in smb2_write
35f450f54dca ksmbd: validate command payload size
08871ede8318 ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message()
d528faa9e828 workqueue: clean up WORK_* constant types, clarify masking
aed37b12a253 net: lan743x: Don't sleep in atomic context
d9e1cfae8d8e io_uring: add reschedule point to handle_tw_list()
f8307d862ca4 io_uring: Use io_schedule* in cqring wait
ecb9443b203f block/partition: fix signedness issue for Amiga partitions
478a7a30c33c tty: serial: fsl_lpuart: add earlycon for imx8ulp platform
75308d64c050 wireguard: netlink: send staged packets when setting initial private key
8c660cfd7230 wireguard: queueing: use saner cpu selection wrapping
870dcc31c0cf netfilter: nf_tables: prevent OOB access in nft_byteorder_eval
041e2ac88cae netfilter: nf_tables: do not ignore genmask when looking up chain by id
6f03ce2f1abc netfilter: conntrack: Avoid nf_ct_helper_hash uses after free
2bd6f13734ce netfilter: nf_tables: unbind non-anonymous set if rule construction fails
30235c245700 fanotify: disallow mount/sb marks on kernel internal pseudo fs
d97481c7b273 ovl: fix null pointer dereference in ovl_get_acl_rcu()
db42d2bf4f21 fs: no need to check source
86b93cbfe104 leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename
ecc8d95067e4 ARM: orion5x: fix d2net gpio initialization
1c401bb99394 ARM: dts: qcom: ipq4019: fix broken NAND controller properties override
02b5d96f7dd0 ASoC: mediatek: mt8173: Fix snd_soc_component_initialize error path
5f35f98e5609 ASoC: mediatek: mt8173: Fix irq error path
6e7f6b4b5ca0 btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()
bdc8a582e1a4 btrfs: fix extent buffer leak after tree mod log failure at split_node()
7ba0da31dd4a btrfs: fix race when deleting quota root from the dirty cow roots list
bacd1c80e3b6 btrfs: reinsert BGs failed to reclaim
d1ca553f9431 btrfs: bail out reclaim process if filesystem is read-only
d8e172616fb7 btrfs: delete unused BGs while reclaiming BGs
12b6d6849898 btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile
dd15d1c5c22d fs: avoid empty option when generating legacy mount string
79b9ab357b6f jffs2: reduce stack usage in jffs2_build_xattr_subsystem()
5ca021be5211 ipvs: increase ip_vs_conn_tab_bits range for 64BIT
6db001a7ed75 fs: Lock moved directories
40f99ad8e2c2 fs: Establish locking order for unrelated directories
8fdae421c26f Revert "f2fs: fix potential corruption when moving a directory"
eca9c3d86dd0 ext4: Remove ext4 locking of moved directory
487f229efea8 shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs
17bdba70a802 autofs: use flexible array in ioctl structure
e7acd18e5ec3 integrity: Fix possible multiple allocation in integrity_inode_get()
f4e0809d3adc um: Use HOST_DIR for mrproper
f67b0e3081f2 bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
991e9c186a8a bcache: Remove unnecessary NULL point check in node allocations
cbdd5b3322f7 bcache: fixup btree_cache_wait list damage
99d0599742be mmc: sdhci: fix DMA configure compatibility issue when 64bit DMA mode is used.
c893918bf4d8 mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS
4a489c8e9cc8 mmc: core: disable TRIM on Micron MTFC4GACAJCN-1M
5b555f250069 mmc: core: disable TRIM on Kingston EMMC04G-M627
8e2983536613 io_uring: wait interruptibly for request completions on exit
e5da56c682f1 NFSD: add encoding of op_recall flag for write delegation
8a77b1d4663f i2c: qup: Add missing unwind goto in qup_i2c_probe()
5bf90e5e793a btrfs: do not BUG_ON() on tree mod log failure at balance_level()
e15eb4ec862c extcon: usbc-tusb320: Convert to i2c's .probe_new()
112c15d0974f i2c: xiic: Don't try to handle more interrupt events after error
9eaef43fef90 i2c: xiic: Defer xiic_wakeup() and __xiic_start_xfer() in xiic_process()
0fa0cd1f98c1 apparmor: fix missing error check for rhashtable_insert_fast
196f6c71905a sh: dma: Fix DMA channel offset calculation
6342e46566f6 s390/qeth: Fix vipa deletion
307623bae629 octeontx-af: fix hardware timestamp configuration
deee40944a75 net: dsa: tag_sja1105: fix MAC DA patching from meta frames
e4db7f4369eb pptp: Fix fib lookup calls.
a4284246fca2 riscv: move memblock_allow_resize() after linear mapping is ready
ae682149bc00 net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX
edd944b70ad2 xsk: Honor SO_BINDTODEVICE on bind
428ccde9242a tcp: annotate data races in __tcp_oow_rate_limited()
0dad52a840d6 net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC mode
ada440952d5e powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y
f3380d895e28 ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr()
e425e2ba9336 octeontx2-af: Add validation before accessing cgx and lmac
eeaf264cd43f octeontx2-af: Fix mapping for NIX block from CGX connection
d58d718136f8 f2fs: fix error path handling in truncate_dnode()
c0dd447558c6 mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0
217b6ea8cf7b spi: bcm-qspi: return error if neither hif_mspi nor mspi is available
2e2e5f9300a1 net: dsa: vsc73xx: fix MTU configuration
b8aedf29db12 ibmvnic: Do not reset dql stats on NON_FATAL err
6a5a705fa8ad Add MODULE_FIRMWARE() for FIRMWARE_TG357766.
a6527128feeb net/sched: act_ipt: add sanity checks on table name and hook locations
1fba2510b52f sctp: fix potential deadlock on &net->sctp.addr_wq_lock
baa76d9b6163 media: cec: i2c: ch7322: also select REGMAP
677c5707ec38 drm/i915/psr: Use hw.adjusted mode when calculating io/fast wake times
2a0acbc6b7cd rtc: st-lpc: Release some resources in st_rtc_probe() in case of error
7834580ca104 md/raid10: fix the condition to call bio_end_io_acct()
d623fd42a019 pwm: mtk_disp: Fix the disable flow of disp_pwm
db3c7f3eb85f pwm: ab8500: Fix error code in probe()
05b35ea06d26 pwm: sysfs: Do not apply state to already disabled PWMs
aa12faec2314 pwm: imx-tpm: force 'real_period' to be zero in suspend
07e229f06eba phy: tegra: xusb: check return value of devm_kzalloc()
f7454b8fd21f mfd: stmpe: Only disable the regulators if they are enabled
a9ccf140a2a0 KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler
2070f3e0bc76 KVM: s390: vsie: fix the length of APCB bitmap
52f371952a71 mfd: stmfx: Nullify stmfx->vdd in case of error
b1dbc919c166 mfd: stmfx: Fix error path in stmfx_chip_init
9783c2ec8d04 nvmem: rmem: Use NVMEM_DEVID_AUTO
e6bd54f4977b test_firmware: return ENOMEM instead of ENOSPC on failed memory allocation
22c7e378b06b serial: 8250_omap: Use force_suspend and resume for system suspend
10f6656c9575 Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial detection"
76ac2acb7554 mfd: intel-lpss: Add missing check for platform_get_resource
0e8b1a28351b usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe()
f232c1caac3c usb: common: usb-conn-gpio: Set last role to unknown before initial detection
dfda400a4d04 usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe()
81ecef54d8c6 usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove()
f219ea71ee0f KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes
de846dec7aee media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var()
7ad558baf6d0 media: venus: helpers: Fix ALIGN() of non power of two
3bedb7a27353 mfd: rt5033: Drop rt5033-battery sub-device
a77616f5a3c3 coresight: Fix loss of connection info when a module is unloaded
ca9e766c8a49 kernfs: fix missing kernfs_idr_lock to remove an ID from the IDR
e7ecade51b48 serial: 8250: lock port for UART_IER access in omap8250_irq()
c1a4ad35c566 serial: 8250: lock port for stop_rx() in omap8250_irq()
c2194a361087 usb: hide unused usbfs_notify_suspend/resume functions
ecf26d6e1b54 usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()
b10200650e1e extcon: Fix kernel doc of property capability fields to avoid warnings
44e383e22af0 extcon: Fix kernel doc of property fields to avoid warnings
a8ea7ed644cb usb: gadget: u_serial: Add null pointer check in gserial_suspend
b626cd5e4a87 usb: dwc3: qcom: Fix potential memory leak
1cee6f04105f clk: qcom: ipq6018: fix networking resets
6ad5ded420f5 clk: qcom: reset: support resetting multiple bits
40844343a885 clk: qcom: reset: Allow specifying custom reset delay
cab904bf50c4 media: i2c: Correct format propagation for st-mipid02
784a8027b8ac media: usb: siano: Fix warning due to null work_func_t function pointer
1e1af31c4c5d media: videodev2.h: Fix struct v4l2_input tuner index comment
a3727915b350 media: usb: Check az6007_read() return value
2a50c146cb3b clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks
8d762ad8006e clk: qcom: camcc-sc7180: Add parent dependency to all camera GDSCs
10e2b1c5d819 serial: 8250: omap: Fix freeing of resources on failed register
a1a5c5606048 usb: dwc2: Fix some error handling paths
fa1547b47195 usb: dwc2: platform: Improve error reporting for problems during .remove()
0a9c0fa3e91a sh: j2: Use ioremap() to translate device tree address into kernel memory
629e97f0c862 w1: fix loop in w1_fini()
cb263e9b6d76 w1: w1_therm: fix locking behavior in convert_t
fbf4ace39b2e SUNRPC: Fix UAF in svc_tcp_listen_data_ready()
92905470a125 block: increment diskseq on all media change events
8744a9eda7c1 block: change all __u32 annotations to __be32 in affs_hardblocks.h
de4d538380f6 block: add overflow checks for Amiga partition support
bc0129a644f0 block: fix signed int overflow in Amiga partition support
92a37fc52272 ALSA: jack: Fix mutex call in snd_jack_report()
2f533bcb0717 ALSA: hda/realtek: Add quirk for Clevo NPx0SNx
5bcdfe1544f2 iio: accel: fxls8962af: fixup buffer scan element type
8cc75ce657a4 iio: accel: fxls8962af: errata bug only applicable for FXLS8962AF
92cee2da5b45 iio: adc: ad7192: Fix internal/external clock selection
f88a05ef447f iio: adc: ad7192: Fix null ad7192_state pointer access
b84998a407a8 phy: tegra: xusb: Clear the driver reference in usb-phy dev
8585c6cb0381 usb: dwc3: gadget: Propagate core init errors to UDC during pullup
9cd1627ff0f1 USB: serial: option: add LARA-R6 01B PIDs
fb348857e7b6 io_uring: ensure IOPOLL locks around deferred work
4909d0ad1728 bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page
902256de2b95 ACPI: utils: Fix acpi_evaluate_dsm_typed() redefinition error
b3889a5990b5 ksmbd: avoid field overflow warning
ef26b05023e7 efi/libstub: Disable PCI DMA before grabbing the EFI memory map
5c883c42bd78 kbuild: Disable GCOV for *.mod.o
3d9f6fc71de5 hwrng: st - keep clock enabled while hwrng is registered
cd5bd4b7130c dax/kmem: Pass valid argument to memory_group_register_static
2a327c8c315a dax: Introduce alloc_dev_dax_id()
9c2f993b6ca9 dax: Fix dax_mapping_release() use after free
63fb45ddc491 SMB3: Do not send lease break acknowledgment if all file handles have been closed
7f6023610b4e NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION
6d9f814b265c crypto: qat - unmap buffers before free for RSA
718f30e30b3e crypto: qat - unmap buffer before free for DH
3894f5880f96 crypto: qat - Use helper to set reqsize
30682e121475 crypto: kpp - Add helper to set reqsize
41bd35a16196 crypto: qat - use reference to structure in dma_map_single()
a3fcd2d23df9 crypto: qat - replace get_current_node() with numa_node_id()
9560559cba40 crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flag
f6ee18555b40 ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard
5e0424cd8a44 modpost: fix off by one in is_executable_section()
7c0c62e5574f crypto: marvell/cesa - Fix type mismatch warning
6bfdced5b6be modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}
cd7806eec34f modpost: fix section mismatch message for R_ARM_ABS32
7543ffe03af6 crypto: nx - fix build warnings when DEBUG_FS is not enabled
b030d239256c modpost: remove broken calculation of exception_table_entry size
c76d991b6f01 hwrng: virtio - Fix race on data_avail and actual data
64410e7b0306 hwrng: virtio - always add a pending request
9a9ef9652941 hwrng: virtio - don't waste entropy
f5634d21541e hwrng: virtio - don't wait on cleanup
91806246e4e9 hwrng: virtio - add an internal buffer
36874844f7b5 powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-boundary
271c25008a08 powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo
fafeeb398df1 riscv: uprobes: Restore thread.bad_cause
3786416e1fa2 powerpc: update ppc_save_regs to save current r1 in pt_regs
b08d9a11df37 powerpc: simplify ppc_save_regs
d3a0d96c16e5 powerpc/powernv/sriov: perform null check on iov before dereferencing iov
0a95dd17a73b pinctrl: at91-pio4: check return value of devm_kasprintf()
50aa3e6abbb2 pinctrl: microchip-sgpio: check return value of devm_kasprintf()
f7d92313002b powerpc/64s: Fix VAS mm use after free
5e79521da11f perf dwarf-aux: Fix off-by-one in die_get_varname()
ac6c849428fb perf script: Fix allocation of evsel->priv related to per-event dump files
939bf462a125 powerpc/signal32: Force inlining of __unsafe_save_user_regs() and save_tm_user_regs_unsafe()
7d25fc45c42c powerpc/interrupt: Don't read MSR from interrupt_exit_kernel_prepare()
d4f3531cd2c3 kcsan: Don't expect 64 bits atomic builtins from 32 bits architectures
196f18dd7f0e pinctrl: cherryview: Return correct value if pin in push-pull mode
c92365c3f390 perf bench: Add missing setlocale() call to allow usage of %'d style formatting
e456d9b2dd23 perf bench: Use unbuffered output when pipe/tee'ing to a file
c02b496d9294 PCI: Add pci_clear_master() stub for non-CONFIG_PCI
d1bfe6ca7328 PCI: ftpci100: Release the clock resources
7fe2876aac63 PCI: pciehp: Cancel bringup sequence if card is not present
dfbf41e4fc16 scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe()
9856c0de4905 PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free
6053df4da4fc pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors
b1de5105d29b scsi: qedf: Fix NULL dereference in error handling
48e6b7602e9b PCI: vmd: Reset VMD config register between soft reboots
34c701b52d04 PCI: cadence: Fix Gen2 Link Retraining process
a326cf0107b1 clk: Fix memory leak in devm_clk_notifier_register()
a0e7e33b8c2d ASoC: imx-audmix: check return value of devm_kasprintf()
62f29ca45f83 ovl: update of dentry revalidate flags after copy up
a089ec635ae9 drivers: meson: secure-pwrc: always enable DMA domain
8ca6b2add2c0 clk: ti: clkctrl: check return value of kasprintf()
b700e5d4feb0 clk: keystone: sci-clk: check return value of kasprintf()
06759faca0ef clk: si5341: free unused memory on probe failure
34b11a9a7d39 clk: si5341: check return value of {devm_}kasprintf()
4ade98acef5a clk: si5341: return error if one synth clock registration fails
9875046f147a clk: cdce925: check return value of kasprintf()
d8832e85a1ae clk: vc5: check memory returned by kasprintf()
f180408f164c drm/msm/dpu: correct MERGE_3D length
e45377cfe1db arm64: dts: mediatek: mt8192: Fix CPUs capacity-dmips-mhz
30111c478b97 arm64: dts: mediatek: Add cpufreq nodes for MT8192
3c3f3d35f5e0 drm/msm/dp: Free resources after unregistering them
ec3b55b2c91d drm/msm/dpu: do not enable color-management if DSPPs are not available
300e26e3e648 ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer
fd1c117bb5d7 clk: tegra: tegra124-emc: Fix potential memory leak
2f276dd9c0f8 clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider()
141d87977b81 arm64: dts: qcom: sm8250-edo: Panel framebuffer is 2.5k instead of 4k
bcea444ab4c0 clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe()
50b5ddde8fad clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe
1fb12e7716e7 RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context
79226176cdd1 RDMA/bnxt_re: wraparound mbox producer index
bf35c202a3f0 drm/msm/a5xx: really check for A510 in a5xx_gpu_init
4300a47e4017 amdgpu: validate offset_in_bo of drm_amdgpu_gem_va
9b8087950b4c drm/radeon: fix possible division-by-zero errors
b979dc54b6c7 drm/amd/display: Fix artifacting on eDP panels when engaging freesync video mode
52c2b295e377 drm/amdkfd: Fix potential deallocation of previously deallocated memory.
95afd2c7c7d2 ARM: dts: BCM5301X: fix duplex-full => full-duplex
838534e86cbc hwmon: (pmbus/adm1275) Fix problems with temperature monitoring on ADM1272
31c90fa8416f hwmon: (adm1275) Allow setting sample averaging
3ff1062bd09b hwmon: (gsc-hwmon) fix fan pwm temperature scaling
535eafe7158b ARM: dts: stm32: fix i2s endpoint format property for stm32mp15xx-dkx
8909898d0b6c ARM: dts: stm32: Fix audio routing on STM32MP15xx DHCOM PDK2
555ddd671cf3 arm64: dts: ti: k3-j7200: Fix physical address of pin
716efd08985e fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe()
95cb88a85361 arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1
06c6fdaa111a ARM: dts: iwg20d-q7-common: Fix backlight pwm specifier
8ac3083a26d3 RDMA/hns: Fix hns_roce_table_get return value
8d158b32cba6 IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidate
b2ffd8212ef4 IB/hfi1: Use bitmap_zalloc() when applicable
192ab380657e RDMA/irdma: avoid fortify-string warning in irdma_clr_wqes
f5ca4d358b9a soc/fsl/qe: fix usb.c build errors
9dcc95e3fc51 ARM: dts: meson8: correct uart_B and uart_C clock references
1b4d08bdc055 ASoC: es8316: Do not set rate constraints for unsupported MCLKs
b324de100d3c ASoC: es8316: Increment max value for ALC Capture Target Volume control
38d04765ad93 memory: brcmstb_dpfe: fix testing array offset after use
17b723acee4e ARM: dts: stm32: Shorten the AV96 HDMI sound card name
9c14802f14db arm64: dts: mediatek: mt8183: Add mediatek,broken-save-restore-fw to kukui
8f08ff836c28 arm64: dts: qcom: apq8096: fix fixed regulator name property
2e8c8fd792a0 ARM: omap2: fix missing tick_broadcast() prototype
016aeb9a7604 ARM: ep93xx: fix missing-prototype warnings
314850a4d0c6 drm/panel: simple: fix active size for Ampire AM-480272H3TMQW-T01H
04f16697d351 arm64: dts: qcom: apq8016-sbc: Fix 1.8V power rail on LS expansion
7ce11e909828 arm64: dts: qcom: apq8016-sbc: Fix regulator constraints
8d139a395dbe arm64: dts: qcom: Drop unneeded extra device-specific includes
078578f608ba arm64: dts: qcom: apq8016-sbc: fix mpps state names
25d624af5a86 arm64: dts: qcom: apq8016-sbc: Clarify firmware-names
d7d784424aa0 arm64: dts: qcom: apq8016-sbc: Update modem and WiFi firmware path
6a843066e0ec arm64: dts: qcom: db820c: Move blsp1_uart2 pin states to msm8996.dtsi
23f7e4bf8905 arm64: dts: qcom: sdm845: correct camss unit address
dea5289b05f2 arm64: dts: qcom: sdm630: correct camss unit address
b12e9fb2819a arm64: dts: qcom: msm8996: correct camss unit address
5a8bbab2b14b arm64: dts: qcom: msm8994: correct SPMI unit address
46474b10dcd7 arm64: dts: qcom: msm8916: correct camss unit address
b4ed5be2ea31 ARM: dts: gta04: Move model property out of pinctrl node
70b8eeb7c67e drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASK
2422edc2256c drm/msm/disp/dpu: get timing engine status from intf status register
adac5cf6092e drm/msm/dsi: don't allow enabling 14nm VCO with unprogrammed rate
6882389691e1 RDMA/bnxt_re: Fix to remove an unnecessary log
b41dd1d896d1 RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gid
9ccca79eb353 RDMA/bnxt_re: Use unique names while registering interrupts
ced019c1f9ea RDMA/bnxt_re: Fix to remove unnecessary return labels
adc129e89497 RDMA/bnxt_re: Disable/kill tasklet only if it is enabled
f95ff838ac39 clk: imx: scu: use _safe list iterator to avoid a use after free
f564dd710971 arm64: dts: microchip: sparx5: do not use PSCI on reference boards
3752e6a98e10 bus: ti-sysc: Fix dispc quirk masking bool variables
6d07673027f4 ARM: dts: stm32: Move ethernet MAC EEPROM from SoM to carrier boards
a14e6f9392dc drm/panel: sharp-ls043t1le01: adjust mode settings
6b5a02a57265 drm: sun4i_tcon: use devm_clk_get_enabled in `sun4i_tcon_init_clocks`
ec43cfdcbd36 Input: adxl34x - do not hardcode interrupt trigger type
fd6cdc56ee28 ARM: dts: meson8b: correct uart_B and uart_C clock references
5899bc4058e8 ARM: dts: BCM5301X: Drop "clock-names" from the SPI node
ba51c4072f9a drm/vram-helper: fix function names in vram helper doc
019f013e8b92 drm/bridge: tc358768: fix THS_TRAILCNT computation
ed8bfa046153 drm/bridge: tc358768: fix TXTAGOCNT computation
cec2271095d2 drm/bridge: tc358768: fix THS_ZEROCNT computation
47b8546301a9 drm/bridge: tc358768: fix TCLK_TRAILCNT computation
a07e6484f915 drm/bridge: tc358768: Add atomic_get_input_bus_fmts() implementation
34b805ab386c drm/bridge: tc358768: fix TCLK_ZEROCNT computation
9e0668ecef6e drm/bridge: tc358768: fix PLL target frequency
81bb5e859f2e drm/bridge: tc358768: fix PLL parameters computation
6451b3274fb3 drm/bridge: tc358768: always enable HS video mode
26a0ba5d1654 Input: drv260x - sleep between polling GO bit
efb61a718540 drm/amd/display: Explicitly specify update type per plane info change
53e0a5ba9deb radeon: avoid double free in ci_dpm_init()
6173df9026d0 drm/amd/display: Add logging for display MALL refresh setting
a4b0164fc18b netlink: Add __sock_i_ino() for __netlink_diag_dump().
04daf3f67497 ipvlan: Fix return value of ipvlan_queue_xmit()
eb720f669b6d netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return value.
c052797ac368 netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one
5848ad42507d lib/ts_bm: reset initial match offset for every block of text
fc8429f8d868 net: nfc: Fix use-after-free caused by nfc_llcp_find_local
60ec0058c72f nfc: llcp: simplify llcp_sock_connect() error paths
91f4ef204e73 sfc: fix crash when reading stats while NIC is resetting
9ced40bf849e net: axienet: Move reset before 64-bit DMA detection
ebd6d2077a08 gtp: Fix use-after-free in __gtp_encap_destroy().
4f22f55dc80d selftests: rtnetlink: remove netdevsim device after ipsec offload test
029d892b05fc bonding: do not assume skb mac_header is set
619384319b13 netlink: do not hard code device address lenth in fdb dumps
a641240b7e07 netlink: fix potential deadlock in netlink_set_err()
d4aee9512ae0 net: stmmac: fix double serdes powerdown
cfe147bdd094 igc: Fix race condition in PTP tx code
c729f590fe41 can: length: fix bitstuffing count
4bc47970179a bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings
a254e029b742 bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint
9eb2651c67b5 bpf: Factor out socket lookup functions for the TC hookpoint.
a66cce0339a6 bpf: Omit superfluous address family check in __bpf_skc_lookup
7e3d771f85c3 wifi: ath9k: convert msecs to jiffies where needed
248fc11128f9 wifi: iwlwifi: mvm: indicate HW decrypt for beacon protection
365cd15e8fcb wifi: cfg80211: rewrite merging of inherited elements
3b9de981fe7f wifi: iwlwifi: pcie: fix NULL pointer dereference in iwl_pcie_irq_rx_msix_handler()
d0f665eee9c3 iwlwifi: don't dump_stack() when we get an unexpected interrupt
a6db476ff38c wifi: iwlwifi: pull from TXQs with softirqs disabled
a572c6852b51 rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO
48c2d1455a6a wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()
8c561a59c6cd memstick r592: make memstick_debug_get_tpc_name() static
79c0fbf8f359 kexec: fix a memory leak in crash_shrink_memory()
ed8d827f4313 watchdog/perf: more properly prevent false positives with turbo modes
c29d8d1f56c3 watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct config
15b37d2b4a02 wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdown
4391fa180856 wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled
ac4bf9426af9 selftests/bpf: Fix check_mtu using wrong variable type
95b4b940f0fb wifi: ath9k: don't allow to overwrite ENDPOINT0 attributes
ef24fe436bab wifi: ray_cs: Fix an error handling path in ray_probe()
0700d878b0d2 wifi: ray_cs: Drop useless status variable in parse_addr()
d696cbbe43db wifi: ray_cs: Utilize strnlen() in parse_addr()
93890d057317 wifi: wl3501_cs: Fix an error handling path in wl3501_probe()
eaffd568a248 wl3501_cs: use eth_hw_addr_set()
c6143548e634 wifi: atmel: Fix an error handling path in atmel_probe()
5a0a312d3490 wifi: orinoco: Fix an error handling path in orinoco_cs_probe()
f5bb5474f40d wifi: orinoco: Fix an error handling path in spectrum_cs_probe()
ec856ca3b0ac regulator: core: Streamline debugfs operations
fc2f8b9054eb regulator: core: Fix more error checking for debugfs_create_dir()
534508689e89 bpftool: JIT limited misreported as negative value on aarch64
e7e0b6e066f0 nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()
edeb029dd9ad spi: dw: Round of n_bytes to power of 2
ac6158b5c4db bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen
71754ee427d7 libbpf: fix offsetof() and container_of() to work with CO-RE
3e7ee33b95e0 sctp: add bpf_bypass_getsockopt proto callback
a32a89bb0459 wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan()
a55f88dd156f wifi: wilc1000: fix for absent RSN capabilities WFA testcase
e215a8a4283a spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFG
e92f61e0701e samples/bpf: Fix buffer overflow in tcp_basertt
c77eb01a6e41 libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIELD_SIZE
ad5425e70789 wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx
06da826e3b7d wifi: ath9k: fix AR9003 mac hardware hang check register offset calculation
79305655961d igc: Enable and fix RX hash usage by netstack
38a9d7dac3ad pstore/ram: Add check for kstrdup
745cec2bd3b3 ima: Fix build warnings
41da2c318cf1 evm: Fix build warnings
757b06fb026c evm: Complete description of evm_inode_setattr()
85872ffac4d8 locking/atomic: arm: fix sync ops
cf78062aa988 x86/mm: Fix __swp_entry_to_pte() for Xen PV guests
bd4c759d31ca perf/ibs: Fix interface via core pmu events
87666a7d3e40 kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is undefined
f766d45ab294 rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale
bfe210f62518 rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()
751cb9511764 rcuscale: Move shutdown from wait_event() to wait_event_idle()
a6d33ea30575 rcuscale: Always log error message
e610497ba1ce rcutorture: Correct name of use_softirq module parameter
c756e8a227c4 thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe()
e2b32b0c5f0a cpufreq: intel_pstate: Fix energy_performance_preference for passive
b51194170f9a ARM: 9303/1: kprobes: avoid missing-declaration warnings
4864c82cb8b5 powercap: RAPL: Fix CONFIG_IOSF_MBI dependency
2c06e0e0102f perf/arm-cmn: Fix DTC reset
3c4f5aee3795 PM: domains: fix integer overflow issues in genpd_parse_state()
289e2054eeb6 clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probe
5017132f2f92 tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode().
0670c4c567b2 posix-timers: Prevent RT livelock in itimer_delete()
f222873711a5 svcrdma: Prevent page release when nothing was received
6689782746a3 irqchip/jcore-aic: Fix missing allocation of IRQ descriptors
e6b7362290ba md/raid10: fix io loss while replacement replace rdev
f4368a462b1f md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request
3c76920e547d md/raid10: fix wrong setting of max_corr_read_errors
d3bf54a69bce md/raid10: fix overflow of md/safe_mode_delay
a134dd582c0d md/raid10: check slab-out-of-bounds in md_bitmap_get_counter
eb120c0aff5c blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost
1bc29ba9598c x86/resctrl: Only show tasks' pid in current pid namespace
d9c194281bc8 fs: pipe: reveal missing function protoypes
25aa2ad37c21 netfilter: nf_tables: drop map element references from preparation phase
(From OE-Core rev: 25bd49d03af0e20808c26744e35fe7f416981017)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
0001-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch
0002-opkg-key-remove-no-options-flag-from-gpg-calls.patch
removed since they're included in 0.6.2.
Changelog:
===========
### Changed
- the project's developer documentation to be more correct and current.
### Fixed
- a bug in the 'opkg-keys' utility script which caused the script to ignore settings in the '/etc/opkg/gpg/gpg.conf' file.
- a compilation error in 'md5.c' when using clang16+ and '-std >= gnu11'.
(From OE-Core rev: 5bdfde3fd4266d637019b59d55a33438cb36903f)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit d7c8a58297e38f6222035aa9135fedf2ca387742)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Latest linux-firmware archive inclues firmware for the Dragonboard 410c
device (Qualcomm apq8016 SBC). Follow the rest of linux-firmware-qcom-*
packages as a template and create packages for the new firmware files.
(From OE-Core rev: ffd5eeb866254a958846c7099d1d46e553beed56)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 380216e8d3b63d563ebfb10445fc6eb5e77eb9f2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
WHENCE checksum changed because of updated version lists and removal of
information for the RTL8188EU driver.
(From OE-Core rev: 8c94b91216b343dfae290c6fe977bacacb78eeae)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 986f8ca9d4c2c22d368f69e65b2ab76d661edca0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
* Do not call malloc_usable_size
This is a namespace violation, and interposed malloc implementations
are not required to interpose malloc_usable_size [bsc#1207551].
(From OE-Core rev: cabadc004bd6ee6501166aac086ea8faa85da502)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5cd967503c0574f45b814572da9503182556b431)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
python3-certifi 2023.7.22 contains the CVE-2023-37920 fix.
No changelog provided. Commits:
8fb96ed (tag: 2023.07.22) 2023.07.22
afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230)
2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229)
44df761 Hash pin Actions and enable dependabot (#228)
8b3d7ba (tag: 2023.05.07) 2023.05.07
53da240 ci: Add Python 3.12-dev to the testing (#224)
c2fc3b1 Create a Security Policy (#222)
c211ef4 Set up permissions to github workflows (#218)
2087de5 Don't let deprecation warning fail CI (#219)
e0b9fc5 remove paragraphs about 1024-bit roots from README
9427a5a fix CI
fed4048 get CI passing again
9e9e840 (tag: 2022.12.07) 2022.12.07
(From OE-Core rev: ec5e5ae6b304dee9b323bd20f3db25152a083398)
Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Upgrade to latest 1.20.x release [1]:
$ git log --oneline go1.20.5..go1.20.6 origin/release-branch.go1.20
2c358ffe97 (tag: go1.20.6, origin/release-branch.go1.20) [release-branch.go1.20] go1.20.6
312920c00a [release-branch.go1.20] net/http: validate Host header before sending
4db13d762b [release-branch.go1.20] runtime: set raceignore to zero when starting a new goroutine
08a58dd8b6 [release-branch.go1.20] runtime: allow for 5 more threads in TestWindowsStackMemory*
65092835c5 [release-branch.go1.20] cmd/go: skip TestScript/gccgo_link_ldflags on aix/ppc64
bca817594c [release-branch.go1.20] crypto/x509: tolerate multiple matching chains in testVerify
b8e67d1ddd [release-branch.go1.20] cmd/go/internal/test: don't wait for previous test actions when interrupted
3db4f8146c [release-branch.go1.20] runtime: resolve checkdead panic by refining `startm` lock handling in caller context
6b45fb7b73 [release-branch.go1.20] runtime: fallback to TEB arbitrary pointer when TLS slots are full
be30960e58 [release-branch.go1.20] runtime: use 1-byte load for address checking in racecallatomic
b59efe6c34 [release-branch.go1.20] net/mail: permit more characters in mail headers
c32f1afb41 [release-branch.go1.20] all: make safe for new vet analyzer
c7b145655b [release-branch.go1.20] cmd/go: fix tests for new builder environment
03063101a2 [release-branch.go1.20] text/template: set variables correctly in range assignment
d51e322a3f [release-branch.go1.20] go/printer: error out of Fprint when it would write a '//line' directive with a multiline file path
49594244d3 [release-branch.go1.20] cmd/cover: error out if a requested source file contains a newline
4719048211 [release-branch.go1.20] cmd/cgo: error out if the source path used in line directives would contain a newline
6c606fc191 [release-branch.go1.20] cmd/go: fix TestScript/build_cwd_newline with CGO_ENABLED=0
63ad2b5811 [release-branch.go1.20] cmd/compile: do not report division by error during typecheck
95f377daad [release-branch.go1.20] cmd/go: retain extra roots to disambiguate imports in 'go mod tidy'
a7a48fad7e [release-branch.go1.20] crypto/ecdsa: properly truncate P-521 hashes
f5172dcd38 [release-branch.go1.20] go/build: check for invalid import paths again
8b3acefcbe [release-branch.go1.20] cmd/go: omit checksums for go.mod files needed for go version lines more often in pre-1.21 modules
1008486a9f [release-branch.go1.20] cmd/cgo: correct _cgo_flags output
[1] https://github.com/golang/go/compare/go1.20.5...go1.20.6
(From OE-Core rev: 944b186eeb6821654ce6ef56df7ac0f2829696f5)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8d8216d8c4d37cc0d9508eb644653f94fff8989c)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This issue was reported and discusses under [1] which is linked in NVD CVE report.
It was already documented that some parts or libarchive are thread safe and some not.
[2] was now merged to document that also reported function is not thread safe.
So this CVE *now* reports thread race condition for non-thread-safe function.
And as such the CVE report is now invalid.
The issue is still not closed for 2 reasons:
* better document what is and what is not thread safe
* request to public if someone could make these functions thread safe
This should however not invalidate above statment about ignoring this CVE.
[1] https://github.com/libarchive/libarchive/issues/1876
[2] https://github.com/libarchive/libarchive/pull/1875
(From OE-Core rev: ffa8f92aa6f8405d8fea117af2f212ba190de393)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
When enabling ipcs and ipcrm configuration into busybox, both tools are
built and then deployed during do_rootfs. These operation lead to below
issue (similar behavior happens for ipcs):
do_rootfs: Postinstall scriptlets of ['busybox'] have failed. If the intention is to defer them to first boot,
then please place them into pkg_postinst_ontarget:${PN} ().
update-alternatives: Error: not linking .../build/tmp/work/board-poky-linux/board-image/1.0-r0/rootfs/usr/bin/ipcrm
to /bin/busybox since .../build/tmp/work/board-poky-linux/board-image/1.0-r0/rootfs/usr/bin/ipcrm exists and is not a link
Binaries enter in conflict with same named util-linux utilities during
do_rootfs step.
Adding ALTERNATIVE_LINK_NAME for both tools fix the issue.
(From OE-Core rev: dc4099307100de817110958c9426ced4189fd0ac)
Signed-off-by: Benjamin Bouvier <benjamin.bouvier@ekinops.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e4d60408b869c9cc2ccff794d4e271d993ec8a97)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The Text-Template was updated from 1.46 to 1.56
| ERROR: openssl-native-3.1.1-r0 do_configure: PERLEXTERNAL '/build/tmp/work/x86_64-linux/openssl-native/3.1.1-r0/openssl-3.1.1/external/perl/Text-Template-1.46/lib' not found!
(From OE-Core rev: e50a2298b10107b8ee66b2efd52c9d51d7a99fa5)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b9a7739b01e31d0cc8358d99255e3e1b02a0a1a8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
When upstream change is better to fail or removing the PERL5LIB
if they are not need anymore.
(From OE-Core rev: 2dda294698ea6bb797531cb4796af263fbf2f6be)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 337ac1159644678508990927923ef8af30f34cd7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
opkg-native hasn't provided update-alternatives since 2014[1] so this is
the wrong dependency, and image.bbclass depends on the virtual provider
virtual/update-alternatives-native already.
[1] oe-core 1e2c38ce13f8e4b25d8656d237343380cbc970aa
(From OE-Core rev: 49be8045a6595cb98413519d2e65e94345f026c1)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 51004376be9a6b9a4c38585d14d2516d90138319)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
str.format() doesn't use % notation, update the formatting to work.
assertTrue() is a member of self not a global, and assertTrue(True) will
always pass. Change this to just self.fail() as this is the failure case.
(From OE-Core rev: c88b9eedc81529c67f2e628ae5e7325daff2535e)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 017f3a0b1265c1a3b69c20bdb56bbf446111977e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
If the instance name indicated by %i begins with a number, the meaning of the
replacement string "\\1{}".format(instance) is ambiguous.
To indicate group number 1 regardless of the instance name, use "\g<1>".
(From OE-Core rev: 70107f1bc33b45da794b7a24b7325eb476516fdf)
Signed-off-by: Yuta Hayama <hayama@lineo.co.jp>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d18b939fb08b37380ce95934da38e6522392621c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Default search in meson would grok /usr/bin for llvm-config and if found
will use it, which might add wrong paths into cflags/ldflags, since we
depend on llvm-native when building gallium support ( thats when
llvm-config is effective), its better to point llvm-config into native
sysroot so it can add correct paths into compiler/linker cmdline
(From OE-Core rev: aa91fb2f0af1a32809ab1755598da5986b2dd06d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cc73360b9728812ed6123e30559b77d8e89cc21c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Wes Tarro <wes.tarro@azuresummit.com> noticed a missing comma in a
preplace() call, add it.
That said, calling replace() with one argument results in a TypeError,
so this is obviously dead code.
(From OE-Core rev: f24236b7b52dd753d7170bac9c38dff1133db76e)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9b2e2c8d809e7ca34451ec9702b029a00dfb410b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The ptest problems reported in e21021dc00ec ("mdadm: drop from PTESTS_SLOW")
should now be fixed, so mdadm can be added back to PTESTS_SLOW (a qemux86-64
test run takes about ~12 minutes to execute with kvm).
root@qemux86-64:~# ptest-runner mdadm
START: ptest-runner
2023-06-30T08:25
BEGIN: /usr/lib/mdadm/ptest
PASS: /usr/lib/mdadm/ptest/tests/00linear
PASS: /usr/lib/mdadm/ptest/tests/00multipath
...
PASS: /usr/lib/mdadm/ptest/tests/19repair-does-not-destroy
PASS: /usr/lib/mdadm/ptest/tests/20raid5journal
PASS: /usr/lib/mdadm/ptest/tests/21raid5cache
DURATION: 723
END: /usr/lib/mdadm/ptest
2023-06-30T09:16
STOP: ptest-runner
TOTAL: 1 FAIL: 0
For the testcases to run correctly, there must be enough rootfs space to create
13 loop devices. Similar to strace and lttng-tools, add a new
IMAGE_ROOTFS_EXTRA_SPACE entry for mdadm-ptest.
(From OE-Core rev: 174ef92965acd605e5aa5ed26afb3f8d556e98b2)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dfefff63c547adb1add0c8e3a308b2d0bd6cfc8c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Currently, some segfaults are reported when running ptest:
mdadm[12333]: segfault at 0 ip 00007fe855924060 sp 00007ffc4d6caf88 error 4 in libc.so.6[7f)
Code: d2 0f 84 b7 0f 00 00 48 83 fa 01 0f 84 b9 0f 00 00 49 89 d3 89 f1 89 f8 48 83 e1 3f 4f
Backport the following upstream commits to fix them:
679bd9508a30 ("DDF: Cleanup validate_geometry_ddf_container()")
2b93288a5650 ("DDF: Fix NULL pointer dereference in validate_geometry_ddf()")
548e9b916f86 ("mdadm/Grow: Fix use after close bug by closing after fork")
9ae62977b51d ("monitor: Avoid segfault when calling NULL get_bad_blocks")
The fixes are part of the "Bug fixes and testing improvments" patchset [1].
[1] https://www.spinics.net/lists/raid/msg70621.html
(From OE-Core rev: eca27903d0217d9e8b1ddc0c9db9857831a915f3)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9585009e3e505b361cd32b14e0e85e77e7822878)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Testcase 07revert-inplace fails if strace is not installed:
...
strace -o /tmp/str ./mdadm -A /dev/md0 --update=revert-reshape /dev/<...>
tests/07revert-inplace: line 40: strace: command not found
Add strace to mdadm-ptest RDEPENDS to make sure the testcase passes even with
a core-image-minimal build.
(From OE-Core rev: 56485bbb1ccb9042a914f1ed477fc96323d39fdf)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7d9386663ac52ab69812867a0823c6055aedbc18)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Trying to run mdadm-ptest in a core-image-minimal build will result in:
root@qemux86-64:~# ptest-runner mdadm
START: ptest-runner
BEGIN: /usr/lib/mdadm/ptest
which: no lsblk in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin)
lsblk command not found!
DURATION: 0
END: /usr/lib/mdadm/ptest
2023-06-28T10:14
STOP: ptest-runner
TOTAL: 1 FAIL: 0
Remove util-linux from RRECOMMENDS and only add util-linux-lsblk and
util-linux-losetup to RDEPENDS.
(From OE-Core rev: 45bf9f5c18a1dec0d3c1a134285e71660dd9d890)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3004f7589974c135cc82630d980ea281b97ecd83)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The comment specifies how to use the variables but uses the older and
now unsupported override syntax. Let's update to match the newer syntax.
Cc: Quentin Schulz <foss+yocto@0leil.net>
(From OE-Core rev: 0a381eea4d50ff1c6e7c7d0d4df62eb581454b48)
(From OE-Core rev: 0bbafc8b4d0c401a2af7c4b80e86d3e3fe01bed5)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit bb64f3fed29b9532e6ddc9a2ba0283d373622d87)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
dereferenced.org is now longer controlled by the pkgconf maintainers[1],
so use the the new hosting location.
[1] 437c2a3218
(From OE-Core rev: 7b50737b787311216670aa4b83b0a363d9a12aa3)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c3df4594513410c7a6352e62aa928c42982eac13)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Since commit 569d4cd325, if one is using a custom template directory
containing a conf-notes.txt, this file is only displayed when creating
a new environment. When entering an already existing environment, only
the default poky conf-notes.txt is displayed.
This patch copies the conf-notes.txt to display to the build directory,
so that the good file is shown, even when templateconf.cfg is not used.
(From OE-Core rev: 99e814215d164274cb29ba34ab06c11172dbe9f0)
Signed-off-by: Stéphane Veyret <sveyret@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 845e8292f218d740ee653fa68bc3110aec1af3c5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
===========
* Fixed parsing of TXXX frames without description.
* Detect MP4 atoms with invalid length or type.
* Do not miss ID3v2 frames when an extended header is present.
* Use property "DISCSUBTITLE" for ID3v2 "TSST" frame.
* Build system improvements: Use absolute path for macOS dylib install name,
support --define-prefix when using pkg-config, fixed minimum required
CppUnit version.
* Code clean up using clang-tidy.
(From OE-Core rev: 5eb1b017cfc136d23631b2008b417b82993ce4d8)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 69477347a21cc810851fd231659f73c6b4661d03)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
61fd484b2cf6 Linux 6.1.38
c50065a39279 drm/amd/display: Ensure vmin and vmax adjust for DCE
9d0b2afadfd7 drm/amdgpu: Validate VM ioctl flags.
fe56f507a11a docs: Set minimal gtags / GNU GLOBAL version to 6.6.5
c437b26bc3ae scripts/tags.sh: Resolve gtags empty index generation
50e36c2897ba perf symbols: Symbol lookup with kcore can fail if multiple segments match stext
67e3b5230cef nubus: Partially revert proc_create_single_data() conversion
296927dbae7d execve: always mark stack as growing down during early stack setup
d856e6f8a0b4 PCI/ACPI: Call _REG when transitioning D-states
788c76c33df9 PCI/ACPI: Validate acpi_pci_set_power_state() parameter
a905b0b318ad drm/amd/display: Do not update DRR while BW optimizations pending
dd6d6f9d47ae drm/amd/display: Remove optimization for VRR updates
6b2849b3e05d xtensa: fix lock_mm_and_find_vma in case VMA not found
(From OE-Core rev: eb74b5cc85c7c9172b7b944af160ac7e3701e858)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b4a4354fff41ffe61a1638b216e3a17e50b5c0e2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
0f4ac6b4c5f0 Linux 6.1.37
323846590c55 xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion
c2d89256de75 csky: fix up lock_mm_and_find_vma() conversion
4a1db15878aa parisc: fix expand_stack() conversion
0a1da2dde461 sparc32: fix lock_mm_and_find_vma() conversion
00f04a3385f7 Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe"
a536383ef030 HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651.
d89750b19681 HID: wacom: Use ktime_t rather than int when dealing with timestamps
879e79c3aead HID: hidraw: fix data race on device refcount
cae854249578 fbdev: fix potential OOB read in fast_imageblit()
e6bbad75712a mm: always expand the stack with the mmap write lock held
c4b31d1b694e execve: expand new process stack manually ahead of time
6a6b5616c3d0 mm: make find_extend_vma() fail if write lock not held
48c232819e77 powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma()
21ee33d51bf9 mm/fault: convert remaining simple cases to lock_mm_and_find_vma()
1f4197f050de arm/mm: Convert to using lock_mm_and_find_vma()
ac764deea709 riscv/mm: Convert to using lock_mm_and_find_vma()
7227d70acc78 mips/mm: Convert to using lock_mm_and_find_vma()
82972ea17b47 powerpc/mm: Convert to using lock_mm_and_find_vma()
b92cd80e5f0b arm64/mm: Convert to using lock_mm_and_find_vma()
755aa1bc6aaf mm: make the page fault mmap locking killable
d6a5c7a1a6e5 mm: introduce new 'lock_mm_and_find_vma()' page fault helper
4e2ad53ababe maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()
31cde3bdadca can: isotp: isotp_sendmsg(): fix return error fix on TX path
0af4750eaaed x86/smp: Cure kexec() vs. mwait_play_dead() breakage
6d3b2e0aef6c x86/smp: Use dedicated cache-line for mwait_play_dead()
50a1abc67702 x86/smp: Remove pointless wmb()s from native_stop_other_cpus()
e47037d28b73 x86/smp: Dont access non-existing CPUID leaf
edadebb349e8 x86/smp: Make stop_other_cpus() more robust
94a69d699941 x86/microcode/AMD: Load late on both threads too
84f077802e56 mm, hwpoison: when copy-on-write hits poison, take page offline
4af5960d7cd4 mm, hwpoison: try to recover from copy-on write faults
69925a346acb mptcp: ensure listener is unhashed before updating the sk status
42a018a796d1 mm/mmap: Fix error return in do_vmi_align_munmap()
a149174ff8bb mm/mmap: Fix error path in do_vmi_align_munmap()
(From OE-Core rev: 4abc100a81401373edaa3c5859e4bf94e8dc3d0d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4d43c9ebcb0308d9178f6f44c02cac13de126c92)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
a1c449d00ff8 Linux 6.1.36
29429a1f5871 smb: move client and server files to common directory fs/smb
9d3e4bca4b92 i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycle
81d4078f7a42 x86/apic: Fix kernel panic when booting with intremap=off and x2apic_phys
679354bea008 KVM: arm64: Restore GICv2-on-GICv3 functionality
6ab9468d3eea vhost_net: revert upend_idx only on retriable error
454e4f391a14 vhost_vdpa: tell vqs about the negotiated
1af1cd7be370 drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctl
022f2306d94f drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctl
aa88042218aa drm/exynos: vidi: fix a wrong error return
711f727f7bab null_blk: Fix: memory release when memory_backed=1
f6076a1386c9 ARM: dts: Fix erroneous ADS touchscreen polarities
1d1baefacdb4 i2c: mchp-pci1xxxx: Avoid cast to incompatible function type
8e3257599409 ALSA: hda/realtek: Add "Intel Reference board" and "NUC 13" SSID in the ALC256
cfa01235b5ed ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode with BYP asserted
570583c6251a s390/purgatory: disable branch profiling
c2888c460db2 gfs2: Don't get stuck writing page onto itself under direct I/O
878dad66b9b5 ASoC: amd: yc: Add Thinkpad Neo14 to quirks list for acp6x
1c97025d441f ASoC: nau8824: Add quirk to active-high jack-detect
5cc506e9b3e5 soundwire: qcom: add proper error paths in qcom_swrm_startup()
2839e0b64e65 soundwire: dmi-quirks: add new mapping for HP Spectre x360
ee4d36a14d3f ASoC: simple-card: Add missing of_node_put() in case of error
e701fb0a5d5b ASoC: codecs: wcd938x-sdw: do not set can_multi_write flag
06b9522ca831 spi: lpspi: disable lpspi module irq in DMA mode
39a77f005f8a s390/cio: unregister device when the only path is gone
552a24eb7168 arm64: dts: qcom: sc7280-qcard: drop incorrect dai-cells from WCD938x SDW
4de58b7c14c0 arm64: dts: qcom: sc7280-idp: drop incorrect dai-cells from WCD938x SDW
2e8ebf1a44cb Input: soc_button_array - add invalid acpi_index DMI quirk handling
ba0cc7a2e508 nvme: improve handling of long keep alives
06d9ec407f76 nvme: check IO start time when deciding to defer KA
8a72260619ca nvme: double KA polling frequency to avoid KATO with TBKAS on
c8f988c37a6b usb: gadget: udc: fix NULL dereference in remove()
3f6391062d0b btrfs: fix an uninitialized variable warning in btrfs_log_inode
a2c3e9bfc02c nfcsim.c: Fix error checking for debugfs_create_dir
a05df0643120 media: cec: core: don't set last_initiator if tx in progress
f37956a140d1 media: cec: core: disable adapter in cec_devnode_unregister
9d8ac2726cff smb3: missing null check in SMB2_change_notify
3e8458c5b205 arm64: Add missing Set/Way CMO encodings
8428f4c00d8c HID: wacom: Add error check to wacom_parse_and_register()
aaa50510adb7 scsi: target: iscsi: Prevent login threads from racing between each other
0357259cb103 gpiolib: Fix irq_domain resource tracking for gpiochip_irqchip_add_domain()
8592ada80ea5 gpio: sifive: add missing check for platform_get_irq
cb1108e17493 gpiolib: Fix GPIO chip IRQ initialization restriction
90714f7ed760 arm64: dts: rockchip: fix nEXTRST on SOQuartz
e51abd4808f9 arm64: dts: rockchip: Enable GPU on SOQuartz CM4
ec3d0f12e728 revert "net: align SO_RCVMARK required privileges with SO_MARK"
b2e2f9c0939f sch_netem: acquire qdisc lock in netem_change()
0434277b72a4 platform/x86/amd/pmf: Register notify handler only if SPS is enabled
2d580c73afdc selftests: forwarding: Fix race condition in mirror installation
eff07bf11841 io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdr
1b7b048c228e bpf: Force kprobe multi expected_attach_type for kprobe_multi link
fc3afb337814 bpf/btf: Accept function names that contain dots
22cc989f2b10 Revert "net: phy: dp83867: perform soft reset and retain established link"
3e04743dbacf netfilter: nfnetlink_osf: fix module autoload
abd3afddbf9e netfilter: nf_tables: disallow updates of anonymous sets
c34b22038543 netfilter: nf_tables: reject unbound chain set before commit phase
46f801ab5fb9 netfilter: nf_tables: reject unbound anonymous set before commit phase
b60c0ce0ff31 netfilter: nf_tables: disallow element updates of bound anonymous sets
0d836f917520 netfilter: nft_set_pipapo: .walk does not deal with generations
d60be2da67d1 netfilter: nf_tables: drop map element references from preparation phase
df27be7c1530 netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
891cd2edddc7 netfilter: nf_tables: fix chain binding transaction logic
f5b6dbec26f1 be2net: Extend xmit workaround to BE3 chip
50f689918db4 net: dsa: mt7530: fix handling of LLDP frames
a50f84af215e net: dsa: mt7530: fix handling of BPDUs on MT7530 switch
a4e4c7190126 net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch
7fd2e9a69e83 ipvs: align inner_mac_header for encapsulation
6d1eec1f2dd7 mmc: usdhi60rol0: fix deferred probing
7e10fff13353 mmc: sh_mmcif: fix deferred probing
565b8bd2905d mmc: sdhci-acpi: fix deferred probing
645f89ee3e3e mmc: owl: fix deferred probing
251101c32a01 mmc: omap_hsmmc: fix deferred probing
0057a905de5c mmc: omap: fix deferred probing
f73b380518b2 mmc: mvsdio: fix deferred probing
4806f6b6b7a3 mmc: mtk-sd: fix deferred probing
d28b7a87332f net: qca_spi: Avoid high load if QCA7000 is not available
1d4dd09f13a9 sfc: use budget for TX completions
0bbb8164ed07 net/mlx5: DR, Fix wrong action data allocation in decap action
b062caf4f73b xfrm: Linearize the skb after offloading if needed.
fff9a18e0128 selftests: net: fcnal-test: check if FIPS mode is enabled
0793ead2ff2c selftests: net: vrf-xfrm-tests: change authentication and encryption algos
6919634176cd selftests: net: tls: check if FIPS mode is enabled
ac5671d10060 bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable.
8bb51cdc4fc2 xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack sockets
d9a0b1a53c79 bpf: Fix verifier id tracking of scalars on spill
461fc3391c52 bpf: track immediate values written to stack by BPF_ST instruction
b36ba84f09a1 KVM: arm64: PMU: Restore the host's PMUSERENR_EL0
c803e91600be xfrm: Ensure policies always checked on XFRM-I input path
94e81817f080 xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.c
8ea03341f78a xfrm: Treat already-verified secpath entries as optional
43489b2cba5a ieee802154: hwsim: Fix possible memory leaks
caddcdf2a999 mmc: meson-gx: fix deferred probing
1a2793a25a60 memfd: check for non-NULL file_seals in memfd_create() syscall
364fdcbb035b x86/mm: Avoid using set_pgd() outside of real PGD pages
cbfee3d9d5c0 nilfs2: prevent general protection fault in nilfs_clear_dirty_page()
24f473769e7e io_uring/poll: serialize poll linked timer start with poll removal
2d80c85fa404 arm64: dts: rockchip: Fix rk356x PCIe register and range mappings
277a7c23b590 regmap: spi-avmm: Fix regmap_bus max_raw_write
b385b1d28e4e regulator: pca9450: Fix LDO3OUT and LDO4OUT MASK
ad5daeaa3d57 spi: spi-geni-qcom: correctly handle -EPROBE_DEFER from dma_request_chan()
21945b7a868f wifi: iwlwifi: pcie: Handle SO-F device for PCI id 0x7AF0
1dfca388fc7c bpf: ensure main program has an extable
03b2149d5aca mmc: sunxi: fix deferred probing
8b8756324c5b mmc: bcm2835: fix deferred probing
1db5a39a904e mmc: sdhci-spear: fix deferred probing
f1b17198e45b mmc: mmci: stm32: fix max busy timeout calculation
6c2af0fd8301 mmc: meson-gx: remove redundant mmc_request_done() call from irq context
687d34c57807 mmc: sdhci-msm: Disable broken 64-bit DMA on MSM8916
3dd0041c41da mmc: litex_mmc: set PROBE_PREFER_ASYNCHRONOUS
0d7a4e6589a0 cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{online,offline}()
7b162a18d332 cgroup: Do not corrupt task iteration when rebinding subsystem
c2c46a70282f mptcp: consolidate fallback and non fallback state machine
1d3127542665 mptcp: fix possible list corruption on passive MPJ
b747e755986a mptcp: fix possible divide by zero in recvmsg()
b7bb71dfb541 mptcp: handle correctly disconnect() failures
1d9dc9bed999 io_uring/net: disable partial retries for recvmsg with cmsg
4d729cc67b05 io_uring/net: clear msg_controllen on partial sendmsg retry
4db49d59a89c PCI: hv: Add a per-bus mutex state_lock
091d03d19859 PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panic
5c09925b1879 PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_dev
da2fff20d92d Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally"
a74a9d9b756a PCI: hv: Fix a race condition bug in hv_pci_query_relations()
ba803d7ac18a Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs
191cb913293a Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails
4f7e702b74f7 KVM: Avoid illegal stage2 mapping on invalid memory slot
390aeb5ae7c0 ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep()
8e63b1fd24a8 nilfs2: fix buffer corruption due to concurrent device reads
d5d7cde2ad19 scripts: fix the gfp flags header path in gfp-translate
4a89bfb1a142 writeback: fix dereferencing NULL mapping->host on writeback_page_template
1fed1f851346 selftests: mptcp: join: fix "userspace pm add & remove address"
53e096bcaeac selftests: mptcp: join: skip fail tests if not supported
f17459121c37 selftests: mptcp: join: skip userspace PM tests if not supported
f40a7ded34c9 selftests: mptcp: join: skip test if iptables/tc cmds fail
bce23d125434 selftests: mptcp: sockopt: skip TCP_INQ checks if not supported
157dcb20000b selftests: mptcp: diag: skip listen tests if not supported
755c8857abde selftests/mount_setattr: fix redefine struct mount_attr build error
94851666aff4 selftests: mptcp: join: skip MPC backups tests if not supported
fe1f28db73f7 selftests: mptcp: join: skip fullmesh flag tests if not supported
6313c493e3c9 selftests: mptcp: join: skip backup if set flag on ID not supported
efb4f6c2dd4c selftests: mptcp: join: skip implicit tests if not supported
dd6c284a3430 selftests: mptcp: join: support RM_ADDR for used endpoints or not
695cce2f2cf5 selftests: mptcp: join: skip Fastclose tests if not supported
0381f30735e2 selftests: mptcp: join: support local endpoint being tracked or not
1c0d9b4b4745 selftests: mptcp: join: skip check if MIB counter not supported
e35edb09e53e selftests: mptcp: join: helpers to skip tests
4d65ec947d24 selftests: mptcp: join: use 'iptables-legacy' if available
44d3366bf4b9 selftests: mptcp: lib: skip if not below kernel version
c5bdd8eb8e7d selftests: mptcp: userspace pm: skip if not supported
733bf9d80d95 selftests: mptcp: userspace pm: skip if 'ip' tool is unavailable
bfe225dec643 selftests: mptcp: sockopt: skip getsockopt checks if not supported
103b4e62de32 selftests: mptcp: sockopt: relax expected returned size
61c1bf0666a9 selftests: mptcp: pm nl: skip fullmesh flag checks if not supported
41f7f7f6e43e selftests: mptcp: pm nl: remove hardcoded default limits
e79e5e7642ad selftests: mptcp: connect: skip disconnect tests if not supported
cba0db9c1586 selftests: mptcp: connect: skip transp tests if not supported
9ead68270b29 selftests: mptcp: lib: skip if missing symbol
4bed22c6876b selftests: mptcp: join: fix ShellCheck warnings
a032ccca15e1 selftests: mptcp: remove duplicated entries in usage
0c6552f83725 tick/common: Align tick period during sched_timer setup
854156d12caa ksmbd: validate session id and tree id in the compound request
c86211159bc3 ksmbd: fix out-of-bound read in smb2_write
9650cf70ec9d ksmbd: validate command payload size
0fd4ac3773c3 tpm_crb: Add support for CRB devices based on Pluton
a46fa5696613 tpm, tpm_tis: Claim locality in interrupt handler
2e7ad879e1b0 mm: Fix copy_from_user_nofault().
4ed740c6482f ata: libata-scsi: Avoid deadlock on rescan after device resume
c4465bff4d2f tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A
17732fed852a tty: serial: fsl_lpuart: make rx_watermark configurable for different platforms
9bcac453890b drm/amd/display: fix the system hang while disable PSR
e538342002cb drm/amd/display: Add wrapper to call planes and stream update
8d855bc67630 drm/amd/display: Use dc_update_planes_and_stream
(From OE-Core rev: a15a00443a7a7d78586a5b4e18d03ef0bdef6b7e)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 326b34c6cef90a88cf5bb9538a0d93595e7c4c9c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This CVE shouldn't have been filed as the "exploit" is described in the
documentation as how the library behaves.
(From OE-Core rev: 3e7f736fa07a132d4fe42a59baaabe565238da21)
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 c652f094d86c4efb7ff99accba63b8169493ab18)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
After this change in qemu:
c7e89de132
there is no 'max' cpu model on ppc. Drop it to clean up ppc gcc testsuite failures.
In order for this to work we do need to pull in the alternative cpu option from
QEMU_EXTRAOPTIONS on powerpc.
(From OE-Core rev: ea3143b243bb979f9b89f01fc2e7826cac0a7d75)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c447f2b21b20fb2b1829d540af2cc0bf8242700c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Enable branch protection (PAC/BTI) for all aarch64 builds. This was
previously enabled at a global level in the GCC build, but that breaks
the gcc test suite.
(From OE-Core rev: 63ce207e15bdee7708754a178a19fca64c4c0ee9)
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 8905639d1cdc5ce809cc5ecd9672f5e86bf8a579)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
By changing the default code generation of GCC we're inadvertently
breaking the GCC test suite, which has ~120K+ more failures when run for
aarch64 compared to x86-64.
This was because the generated code fragments included the BTI
instructions, which the test case wasn't expecting. We can't tell the
tests globally to run without branch protection, as that will break the
tests which also turn it on.
Remove the enabling of branch protection by standard in GCC, we'll
enable it in the tune files instead.
(From OE-Core rev: 81351d984bc6238e9b901ae83c0de6e3d3463c77)
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 bb4b9017db6a893ed054a2d2ad4cc671dec09c42)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Also remove old CVE_CHECK_IGNOREs which are no longer needed due to CPE
updates.
This is a backport from master. Mickledore had one extra CVE patch that
was not on master at the time of upgrade, so it had to be manually
removed here.
(From OE-Core rev: 309b58071d14406ccdf90342f0a33285dc83c87c)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Natasha Bailey <nat.bailey@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
d54cfc420586 Linux 5.15.120
c06edf13f4cf nubus: Partially revert proc_create_single_data() conversion
6e65fa33edf5 parisc: Delete redundant register definitions in <asm/assembly.h>
b4d8f8900021 drm/amdgpu: Validate VM ioctl flags.
26eb191bf5a0 scripts/tags.sh: Resolve gtags empty index generation
989b4a753c7e perf symbols: Symbol lookup with kcore can fail if multiple segments match stext
87f51cf60e3e Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe"
6a28f3490d3d HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651.
67ce7724637c HID: wacom: Use ktime_t rather than int when dealing with timestamps
347732317749 bpf: ensure main program has an extable
d874cf9799a9 can: isotp: isotp_sendmsg(): fix return error fix on TX path
27d03d15bb8b x86/smp: Use dedicated cache-line for mwait_play_dead()
d6c745ca4fc5 x86/microcode/AMD: Load late on both threads too
9052349685e9 drm/amdgpu: Set vmbo destroy after pt bo is created
796481bedc3e mm, hwpoison: when copy-on-write hits poison, take page offline
6713b8f11aa0 mm, hwpoison: try to recover from copy-on write faults
b46021ab8304 mptcp: consolidate fallback and non fallback state machine
42ff95b4bd11 mptcp: fix possible divide by zero in recvmsg()
(From OE-Core rev: 5209c9db1a918aa06c5d37163742efc59bb4503b)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Update webkitgtk from 2.38.5 to 2.38.6. It fixes CVE-2023-27932 and
CVE-2023-27954.
What’s new in the WebKitGTK 2.38.6 release?
* Enable the Asynchronous Clipboard API to make certain pages work (e.g.
GithHub started recently requiring it).
* Support :has() CSS selectors in content filters.
* Apply basic font properties as font variation settings.
* The Bubblewrap sandbox no longer requires setting an application
identifier via GApplication to operate correctly. Using GApplication
is still recommended, but optional.
* Improvements to the GStreamer multimedia playback, in particular
around MSE, WebRTC, and seeking.
* Fix the build with journald support enabled when using elogind instead
of the systemd libraries.
* Fix the build with Link-Time Optimization enabled (-flto=auto).
* Fix context menus not working in the remote Web Inspector.
* Fix usage of the remote Web Inspector over HTTP.
* Fix debug logs not being emitted in release builds.
* Fix several crashes and rendering issues.
(From OE-Core rev: 34bd08b121f1653907b45eb8d6192a77ef638005)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
A vulnerability in the lsi53c895a device affects the latest version
of qemu. A DMA-MMIO reentrancy problem may lead to memory corruption
bugs like stack overflow or use-after-free.
References:
https://nvd.nist.gov/vuln/detail/CVE-2023-0330
Upstream patches:
b987718bbb
(From OE-Core rev: 3be283237a9e473112430bcb614b25b7ff7e64b2)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
- Kirkstone is now a 4 year LTS
- Add future Scarthgap LTS
- Update document metadata: license, title
(From yocto-docs rev: 408b722ca330155e770262c7db8494ff897cfdb1)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The intent behind these functions was to dump the system state when issues occured
but it has never really worked as we'd planned. Regular monitoring as the build
runs has largely replaced this as that allows a trend to be seen rather than a spot
value which was never really useful. The code is bitrotting and not functioning
correctly so drop it.
[YOCTO #13872]
RP: Reword commit message
(From OE-Core rev: 8d1bc34cffdd9f054e51db4e880747c79bf834fe)
Signed-off-by: Thomas Roos <throos@amazon.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dea37ba49a236029da73d5cfbfc069bffc38b508)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Instaed of allways create the directories and removing it at the if they are
not used, we can just do it when there are modules configuration to be created.
So the best thing to do is install the directories only when necessary.
(From OE-Core rev: 455baf41550431c22047fe718c8eaae71924b23f)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 71460993f350bca3d5a22115fd5551696f955c9f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
native and nativesdk classes are special and must be inherited last :
put them at the end of the gathered classes to inherit.
(From OE-Core rev: 6de7a92c4366f8b15ff97e53be91db31348b3922)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a6614fd800cbe791264aeb102d379ba79bd145c2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
There are four directories in which scripts can be placed which will
always be run for any interface during certain phases of ifup and ifdown
commands:
/etc/network/if-pre-up.d/
/etc/network/if-up.d/
/etc/network/if-down.d/
/etc/network/if-post-down.d/
Even if there are no scripts in these directories, ifup and ifdown
commands will also search these directories by using run-parts command.
Install these directories to fix the following runtime errors:
$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
$ ifdown lo
ifdown: interface lo not configured
$ ifup lo
run-parts: failed to open directory /etc/network/if-up.d: No such file or directory
ifup: failed to bring up lo
(From OE-Core rev: c248473e2d60cfa67c64aa586b404119dec728ff)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 277bc7ab1fedd81f4df578e544ec381c819a10f9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2 issues:
- the .so extension is hard-coded, and therefore the libxcryt package compiled with
meta-darwin is empty, because the dylib files are not contained in FILES_${PN}
- nothing actually produces a file libcrypt-*.so (the symlink file is libcrypt.so, without dash), thus
defining FILES:${PN} manually to contain libcrypt-*.so has no effect.
(From OE-Core rev: 06f8aaf8ee03b07f79e1a17708b5946782e389bd)
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7ed6bfa2428b4f1ba7f09d6e9e67c462ff355153)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This needs to be done for any item that is linked under rustc,
and not just rust itself. Latest python-cryptography exposes the issue.
(From OE-Core rev: 967d847a9815df43d0c92ca61cc544e1fe5dcc03)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d3811228747590ea06e8d68be4785d45ec9c478f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
cargo_do_compile runs only if the recipe is built using cargo
as the top level tool. Some recipes hide usage of cargo inside setuptools
(or autoconf) and use do_compile definitions specific to those,
and so the environment isn't properly set up.
This was exposed by latest versions of python3-cryptography.
(From OE-Core rev: a1946efdbec608d47f9e992c1b5cf3c671a204fc)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9f4ff643a028d7f5670d80861f2ce19ca2d90faa)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
There was a race condition during the Makefile execution in
between the assemble and compile targets, only the assemble
target had a dependency on creating the build directory.
If the compile target was executed first, an error was thrown
by bitbake since the build directory did not exist yet:
| Assembler messages:
| Fatal error: can't create build/hello_baremetal_aarch64.o:
No such file or directory
Update the SRCREV to reflect the latest changes serializing
the makefile targets to avoid such race condition from happening.
[YOCTO #15146]
(From OE-Core rev: fe637f795238685f5d8e4e3dbf48235dabb1cc17)
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9a999af292c7b3dd3bb7c0722cc31624c425f432)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
For the x11 backend package config, drop the redundant dependencies
libxcb and cairo. The former is listed twice in the package config,
while the latter is also listed globally.
For the xwayland package config, add the missing dependencies libxcb
and libxcursor. These dependencies are hidden when the x11 backend is
enabled by default. When the default setting is overridden to disable
the x11 backend, the following error occurs:
```
| Run-time dependency xcursor found: NO (tried pkgconfig and cmake)
|
| ../git/xwayland/meson.build:34:2: ERROR: Problem encountered: xwayland requires xcursor which was not found. Or, you can use '-Dxwayland=false'.
```
(From OE-Core rev: d8d60e0a0e838c332f044ecee89b8ad2acae9567)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 49f4dd391b408a850d13010c90492c621b7912c3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
===========
* Fix: segmentation fault on filter interpretation in "switch" mode
* Fix: `ip` context is expressed as a base-10 field
* Fix: c99: use __asm__ __volatile__
* Fix: c99: static assert: clang build fails due to multiple typedef
* Fix: Reevaluate LTTNG_UST_TRACEPOINT_DEFINE each time tracepoint.h is included
* Fix: trace events in C++ constructors/destructors
* Fix: trace events in C constructors/destructors
* Fix: use unaligned pointer accesses for lttng_inline_memcpy
(From OE-Core rev: c4bfec4b2f092bd76292ad8a03917514626a3a8f)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 656470b4b0db579308d218d1ece77bdacd168d14)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Bugfixes:
==========
- Security fixes for flacparse, dvdspu, and subparse
- d3d11videosink: Fix error on pause and play
- decklink: Correctly handle SDK strings on macOS and free strings
after usage on Linux
- filesink: Fix buffered mode writing of buffer lists and buffers with
multiple memories
- gldownload: handle passthrough without a critical
- h265parse: Fix framerate handling regression
- oggdemux: vp8 fixes
- mp4mux, qtmux, qtdemux: Opus audio mapping fixes
- pngdec: Fix wrong colours output from 16bit RGB images
- ptp clock: Work around ptpd bug in default configuration
- srtpdec: fix critical warnings on shutdown
- v4l2src: fix support for bayer format
- v4l2videoenc: support force-keyframe event in v4l2 encoder
- vtenc: apply DTS offset to ensure DTS <= PTS
- gst-python: allow more functions to be called before gst_init()
- cerbero: fix vaapi variant; add qt6 build on windows; ensure errors
on unguarded use of new APIs, require macOS 10.13
- packages: ship codecalpha, rtponvif, dvbsubenc, switchbin,
videosignal plugins; fix pango crash on 32-bit windows
- various bug fixes, memory leak fixes, and other stability and
reliability improvements
(From OE-Core rev: a071696747ece93409d533a2e966cd59195a056d)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d7bf88db7f2f55540bf7891474a3a28f5681ddbb)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
* Noteworthy changes in release 3.10 (2023-05-21) [stable]
** Bug fixes
cmp/diff can again work with file dates past Y2K38
[bug introduced in 3.9]
diff -D no longer fails to output #ifndef lines.
[bug#61193 introduced in 3.9]
Remove the comment addition from the patch body, as it
increases likelyhood of rebase conflicts, and repeats what
the commit says.
(From OE-Core rev: 21e40166870fadee986fb36be80019d3bcdb69e5)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 925155acc6922f7e9df2afa45e79ad1b2c57ba24)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
* CVE-2023-33551.patch is for fix CVE-2023-33551.
* CVE-2023-33552-3.patch is upstream patch for fix CVE-2023-33552, since
the patch context is changed, CVE-2023-33552-1.patch and
CVE-2023-33552-2.patch is backported.
(From OE-Core rev: 77b5c2f68ea0eef45e77936ce3e7caafa7bd3f54)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Combine two commits from git.ghostscript.com/ghostpdl.
The first incompletely addresses the CVE. The second
addresses defects in the first.
(From OE-Core rev: 8173939cfa4d0be8c0ffaa45e371945b1f7a16ae)
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
(From OE-Core rev: 11b6e64c07df043441824511c931fb0bc9673adc)
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
There were vestigal remains of API key support which could be removed,
but as using an API key - in theory - gives the user larger rate limits
it's probably wise to expose it.
If the user has an API key, then set NVDCVE_API_KEY.
(From OE-Core rev: 64784e90c5ff559f4da6faadb970cc7aff549592)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a542de684282bfec79f24ae2f1a2027ffde319d8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Add a note of what range we're fetching, and use bb.note() instead of
debug() as messages about retrying shouldn't really be considered debug
logging.
(From OE-Core rev: cc82df9c0ff8ba17196b578e0182a5c726cfbbff)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b64a869b9c5e1d504f1011da16b5c5ff721afbf0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Current 503 errors seem to last several seconds.
In most cases there are two errors and third request succeeds.
However sometimes the outage takes more than time needed
for two retries and third one also fails.
Extend retry count from 3 to 5 to improve the probablity
that the fetcher succeeds.
(From OE-Core rev: 5ca193e287c54bcb17f26e82e61e9446c21cd7e4)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f4d118af2360cff7f234102fd5e4b65a6f4146a6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Last couple days it is not possible to update NVD DB as servers
are returning lot of errors.
Mostly "HTTP Error 503: Service Unavailable" is observed but
sporadially also some others.
Retrying helps in most cases, so extend retries to all errors.
Additionally add sleep which is recommended by NVD between requests.
These retries are already implemented between successful requests,
but giving servers time between failed ones is important, too.
(From OE-Core rev: 75d2c50a10b8b506096b43a15bca3f06c6734e2f)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 88dad8f198baa80af5ab576498f4df6ed639d551)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
After upgrade to soon-to-be-released kirkstone 4.0.11 CVE annotations got broken.
Anything which has only cvssV3 does not resolve properly.
Fix the API fields used to extract it.
i0.0 score is now at level of NVD DB 1.1.
All CVEs with UNKNOWN vector are not present in NVD DB 1.1.
NVD API 1.1:
sqlite> select vector, count(vector) from nvd group by vector;
ADJACENT_NETWORK|4776
LOCAL|32146
NETWORK|167746
PHYSICAL|185
sqlite> select scorev3, count(scorev3) from nvd group by scorev3;
0.0|73331
1.8|7
1.9|3
...
NVD API 2.0 (broken):
sqlite> select vector, count(vector) from nvd group by vector;
ADJACENT_NETWORK|4587
LOCAL|26273
NETWORK|150421
UNKNOWN|24644
sqlite> select scorev3, count(scorev3) from nvd group by scorev3;
0.0|205925
NVD API 2.0 (fixed):
sqlite> select vector, count(vector) from nvd group by vector;
ADJACENT_NETWORK|5090
LOCAL|32322
NETWORK|168004
PHYSICAL|213
UNKNOWN|511
sqlite> select scorev3, count(scorev3) from nvd group by scorev3;
0.0|73841
1.8|7
1.9|3
...
(From OE-Core rev: babf20391305e514ddcd24be261b9b8487c8c767)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 61a5857efdcc0f49c69c0deb24fce99007aeef19)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
When requesting updates in a specific range, use the actual current time
and database mtime instead of truncating to midnight, and explicitly set
the timezone to UTC so that NIST don't treat the timestamps as _their_ local
time when they're _our_ local time.
(From OE-Core rev: aa03556732b295fcf4bc2de11e3bc2e2b364580e)
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 9aa0ec37f5f74252588d2494a71c71a7d8e68df9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Some CVEs, such as CVE-2013-6629, list multiple configurations which are
vulnerable. The current JSON parser only considers the first
configuration.
Instead, consider every configuration. We don't yet handle the AND/OR
logical operators, but this is a step in the right direction.
(From OE-Core rev: a2d50c0fd1e1be869d8786b920f8b428a3292ed1)
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 e1bf4f6dd686055fe9a8bdcc3f739eac2807bae0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Needs to go to master branch before stable branches.
This reverts commit 7702dc8fc6c9b34647067ffabbc0e24d6109abe7.
(From OE-Core rev: ac4c9f5aa967507d028caa3ee70f3fce580f9a09)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Remove log_lock.pid which maybe created during do_rootfs. In commit
[dnf: only write the log lock to root for native dnf],
native dnf changed to write log lock to root, and target dnf still
use /var/log, so log_lock.pid need to be removed post do_rootfs.
(From OE-Core rev: 595fbe4c9ad25e52e88d7bcf1d1864fe5ec324a5)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
From commit 742a1b7124, log_lock.pid is writen to root, but following
file is not changed, which will make it never deleted, and an unexpected
file exist in root dir after boot target.
$ tail -n 1 etc/tmpfiles.d/dnf.conf
r /var/log/log_lock.pid
Besides, root dir may be read-only, so it is better still
keep the log_lock.pid under /var/log, only write the log lock to root
for native dnf for fixing issue mentioned in 742a1b7124
(From OE-Core rev: 207cc7acef40f92b5de306aa6f035258c0eec828)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This fix simplifies the code to drop the pthread and mutexs which should
address some of the buffering issues we were seeing in some test case
failures.
(From OE-Core rev: c0ebc132c279d3195aa8ed086d596ed1b000cc2a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit bffa6d381d7ea0a6aad19d61cd973c82aadef070)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Currently the code can race as there is a read/write thread handling the stdio but
there is no guarantee that when the process exits, the thread has handled all the
data. This results in output where "END:" isn't actually at the end of the logs
but somewhere in the middle of the output.
Update to a revision with this fix.
(From OE-Core rev: d73b83da26722890dac8ac9bea19890927b9ea3b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6608ee551ed7e8864cdeabfb09832621313d3191)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Pulls in:
utils: Ensure buffers are flushed after child exits
We currently wait for the child to exit but we don't flush the buffers.
This can mean the output ends up out of sync and the END: line isn't at
the end of the logs.
We've recently seen a lot of issues related to this on the autobuilder.
Add in a flush call for all fds to ensure buffers are in sync. This
does appear to improve warnings on the autobuilder now we started detecting
the issue.
(From OE-Core rev: 0c484c5aa054f4a8f7794bba18b1d0d168dbb941)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f051de5d5da7e9a2f4137013e24589b594ff6d35)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The first time logrotate runs it reports an error:
error: state file /var/lib/logrotate.status is
world-readable and thus can be locked from other
unprivileged users. Skipping lock acquisition...
This check was added with
1f76a381e2
This error is only reported once as logrotate removes
the world-readable permissions if this happens.
Since logrotate creates this file if it does not exist,
there should be no need to install it in the first place.
(From OE-Core rev: d081071c99a814e43cdd2c3ca92892c10b631692)
Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8169cd2d18f1569e4357f082adbef492710e8c36)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Now that unzip's configure can correctly do the detection even in
case of cross compilation, there's no need to use this hardcoded
LARGE_FILE_SUPPORT flag.
(From OE-Core rev: b7006ca2f56292312937fd1fa33e62ff908fad9f)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dca7d1ce696e97ff4213dd63981f901dfd43ade2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The original configure runs a generated binary to determine
features. This is not correct for cross compilation. So change
the runtime tests into compile-time tests to fix the issue.
(From OE-Core rev: ed61afde823bcd3eddb984a57c9dec317f8bbbf3)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b9aca339b59238988c48b90ea5019bfc939ba4b3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
As the zip's configure has been updated to use compile-time
check, it now can do the check correctly, thus no need to
pass LARGE_FILE_SUPPORT to CFLAGS.
(From OE-Core rev: 0efe5f77027b902b276c925ed09caf5062f51170)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 601f45bc4e6c563ebf16e724d56519a128815034)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
It's incorrect to run a cross-compiled program on build machine
to check if some feature is available or not. As these two checks
in zip are basically just checking the size, we can use _Static_assert
and sizeof to do such check at compile time.
(From OE-Core rev: a54619ba8deb6731fdac97a1fe21e7a6ed2b5a75)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dda778d855b1838ae3004a9af310724b913490b4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Some of the tests use symbols from libpython3 e.g. PyBytes_FromStringAndSize
but does not add it to linker cmdline, its perhaps cargo which
should be fixed for that, this however is not something we can
fix in OE. So switch to using bfd linker explicitly when
building with ptests
(From OE-Core rev: 353b9c765218ed631fc14a406fcdfe1c36a8237b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b4392ebb512fa48168a48fbff3e9140a8e1b7ec4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The eagain patch is currently using G_IO_ERROR_BUSY as part of the check
to retry when the simul_read_thread test fails during ptests, but the
actual error code is 27, which corresponds to G_IO_ERROR_WOULD_BLOCK.
Change the check so that it looks for the right code.
(From OE-Core rev: 669bb92fde575d3f9674b87044575873c3506df5)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8574fb1371e2d83c1c7ee58067c50319a62a22ea)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
If we create a macros file under etc/, the populate_sdk task would
fail if 'package-management' is in SDKIMAGE_FEATURES and nativesdk-rpm-build
is installed.. The error message is like below:
unable to place /.../sdk/image/etc/rpm in final SDK location
This is because it's trying to move the etc/rpm dictory into the
host sysroot but the <host_sysroot>/etc/rpm has already exists.
To solve this problem, avoid creating /etc/rpm/macros for nativesdk-rpm-build,
use ${libdir}/macros instead. In this way, the macros file is hold
in nativesdk-rpm. As nativesdk-rpm-build depends on nativesdk-rpm,
the 'rpmbuild' command inside SDK can still correctly find find-debuginfo
binary.
(From OE-Core rev: 2a13a671910cad68ab962ce369b9ed60a9bf7eea)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5fde0eadf16d34d88a599009013913fe55d89283)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The dnf contents should be moved to <host_sysroot>/etc/dnf/xxx
instead of just <host_sysroot>/etc.
(From OE-Core rev: 313f009e346a5aa10a09d65706c12ceefddaf59d)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 74b78d160a985e98f869c777847ab798e419dd2d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Instead of printing an error message and continuing, we should just
error out when moving file fails.
(From OE-Core rev: 3a195a2da81755c2a030b5b0354ef177d826bdb2)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 12aecd9da94b5f27041982c661e8bab316d365d4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
rpm2cpio.sh can make calls to unzstd to uncompress the RPM payload that
conform the cpio file.
zstd is already part of HOSTTOOLS, as a link to the system installed
zstd.
This patch add unzstd in HOSTOOLS list as a non-optional binary, so is
available to rpm2cpio.sh when it is required.
(From OE-Core rev: d59c5c1e78a1165bd2b00b3185ff8e9119aeaf9a)
Signed-off-by: Alberto Planas <aplanas@suse.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit bff58d337890e804d33d7decbaa46065a4d3bba4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
lld ends up with errors on some tests
| riscv64-yoe-linux-ld.lld: error: section size decrease is too large
Therefore do not use lld when building ptests
(From OE-Core rev: 23bcd0dbf3aeaff6b6914d347954bec22a133e23)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 154e81bb6b05b23c0c673b431cb7cee868421335)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Replace the sockopt disable patch with a fix from upstream
(From OE-Core rev: c1beb73526e3ade75bd6dae5f9310107c50f1226)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ac921989991c319ecad01bec37c4ccaa15a7b58f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Both patches change the same paths to gawk, merge them together
as we only need one patch for this.
(From OE-Core rev: 6080138fd0c27db7029b5a76e69b8dc241ad8dc3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 79c0b18e29cad337640860f57683f0a170f6daab)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Stable version release
Noteworthy changes in release 1.21.4 (2023-05-11)
** Document --retry-on-host-error in help text
** Increase read buffer size to 64k. This should speed up downloads on gigabit
and faster connections
** Update deprecated option '--html-extension' to '--adjust-extension' in
documentation
** Update gnulib compatibility layer.
Fixes HSTS test failures on i686. (Thanks to Andreas Enge for ponting it out)
License-Update: copyright years
(From OE-Core rev: 4e7ec4bef86c79b4221a800ace700c58ce033de1)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 67ec2d5bab891cb92af9ca32304a4927daf51ed0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Apache Serf 1.3.10 [2023-05-31, from tags/1.3.10, r1910048]
Support for OpenSSL 3 (r1901937, ...)
Fix issue #171: Win32: Running tests fails with "no OPENSSL_Applink" error
Fix issue #194: Win32: Linking error when building against OpenSSL 1.1+
Fix issue #198: OpenSSL BIO control method incorrectly handles unknown requests
Fix issue #202: SSL tests are not passing with OpenSSL 3
Fix error handling when reading the outgoing request body (r1804534, ...)
Fix handling of invalid chunk lengths in the dechunk bucket (r1804005, ...)
Fix an endless loop in the deflate bucket with truncated input (r1805301)
Fix BIO control handlers to support BIO_CTRL_EOF (r1902208)
Fix a CRT mismatch issue caused by using certain OpenSSL functions (r1909252)
Build changes to support VS2017, VS2019 and VS2022 (r1712131, ...)
Build changes to support Python 3 (r1875933)
As serf is undead, we need to reassess all the remaining patches.
(From OE-Core rev: 17a46eee905f0ecfdbebb014533848dc7e906ec7)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 775cbcc876edcb6c339f342a3253f5afcf6ef163)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Stable version update
Noteworthy changes in version 2.4.2
===================================
* gpg: Print a warning if no more encryption subkeys are left over
after changing the expiration date. [rGef2c3d50fa]
* gpg: Fix searching for the ADSK key when adding an ADSK. [T6504]
* gpgsm: Speed up key listings on Windows. [rG08ff55bd44]
* gpgsm: Reduce the number of "failed to open policy file"
diagnostics. [rG68613a6a9d]
* agent: Make updating of private key files more robust and track
display S/N. [T6135]
* keyboxd: Avoid longish delays on Windows when listing keys.
[rG6944aefa3c]
* gpgtar: Emit extra status lines to help GPGME. [T6497]
* w32: Avoid using the VirtualStore. [T6403]
(From OE-Core rev: d4ab498958db518a7c67b8cc1f9c15d6ee253097)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c9eddfded59819a2a375b6f5518bf2c3184237d2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This is a bug fix release.
Changes from 5.2.1 to 5.2.2
---------------------------
1. Infrastructure upgrades: makeinfo 7.0.1 must be used to format
the manual. As a result, the manual can also now be formatted
with LaTeX by running it through `makeinfo --latex'.
2. Gawk no longer builds an x86_64 executable on M1 macOS systems.
This means that PMA is unavailable on those systems.
3. Gawk will now diagnose if a heap file was created with a different
setting of -M/--bignum than in the current invocation and exit with
a fatal message if so.
4. Gawk no longer "leaks" its free list of NODEs in the heap file, resulting
in much more efficient usage of persistent storage.
5. PROCINFO["pma"] exists if the PMA allocator is compiled into gawk.
Its value is the PMA version.
6. The time extension is no longer deprecated. The strptime() function
from gawkextlib's timex extension has been added to it.
7. Better information is passed to input parsers for when they want to
decide whether or not to take control of a file. In particular, the
readdir extension is simplified for Windows because of this.
8. The various PNG files are now installed for Info and HTML. The
images files now have gawk_ prefixed names to avoid any conflicts
with other installed PNG file names.
9. As usual, there have been several minor code cleanups and bug fixes.
See the ChangeLog for details.
(From OE-Core rev: 3ace3af1e57b701308ab397c6ac45a6fa703ed40)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8504a35f1fe222d256241ff00c05b63e24e9adcb)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
If there are several multiconfigs in play for example a non-multiconfig with
a task with one hash and then three multiconfigs for the same task, different
architectures but the same hash (different to the non-mc), the three mcs
will be deferred until after the non-mc task but then will all run together
and race against each other.
Change the code to re-enable deferred tasks one at a time. This way, if they do
race, they won't run in parallel against each other.
(Bitbake rev: 08033b63ae442c774bd3fce62844eac23e6882d7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9523e28658ad7fb446645b590608dfac2812afd3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
devtool crashes when running "update-recipe" and append changes on the recipe.
"$ devtool update-recipe -a <layer> <recipe>"
Traceback (most recent call last):
...
File "/ovss/ovss_quanta/poky/scripts/lib/devtool/standard.py", line 1636, in srcuri_entry
return 'file://%s%s' % (basepath, paramstr)
^^^^^^^^
NameError: cannot access free variable 'basepath' where it is not associated with a value in enclosing scope
The input variable 'fname' should have the same meaning as the variable 'basepath'.
Modify the 'fname' to 'basepath' and solve the issue.
(From OE-Core rev: 6e9d2bfed4bb1a02b9ad023cb70cef90366f8233)
Signed-off-by: Charlie Wu <chiachiwu@google.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit c3231756bbc2cb5641204414ad3670d7f8607ed3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Current error message is difficult to read:
ERROR: Nothing PROVIDES 'image'
trs-image was skipped: image - image: normal username test does not have a static ID defined. Add test to one of these files
It's not clear that first "image" is recipe name, second "image" is
binary package name and that "test" is the user account which does not
have a static ID defined. Improve the error message so that these are
more explicit. Now the error message looks like:
image was skipped: Recipe image, package image: normal username "test" does not have a static ID defined.
(From OE-Core rev: 3285f6080161ccc808efb7fce7db9dc0dd236ffa)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 07898218f3908a83e07178b6530dfa48d55d4ec2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This recipe uses meson, so doesn't need to DEPEND on autoconf-archive.
(From OE-Core rev: b5e006b15d0e95ab83a1a42de194d28152c67f48)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit cb09a2d7077e4e0809e16ad6d23cd4f3b2a3bbca)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
lld results in textrels in some .so used in tests, fixes
babeltrace2-ptest: ELF binary /usr/lib/babeltrace2/ptest/tests/lib/test-plugin-plugins/plugin-minimal.so has relocations in .text
babeltrace2-ptest: ELF binary /usr/lib/babeltrace2/ptest/tests/lib/test-plugin-plugins/plugin-sfs.so has relocations in .text [textrel]
ERROR: babeltrace2-2.0.5-r0 do_package_qa: QA Issue: babeltrace2: ELF binary /usr/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so has relocations in .text
babeltrace2: ELF binary /usr/lib/babeltrace2/plugins/babeltrace-plugin-utils.so has relocations in .text
babeltrace2: ELF binary /usr/lib/babeltrace2/plugins/babeltrace-plugin-text.so has relocations in .text [textrel]
(From OE-Core rev: 092ea60841b5dd45ddbfff9c94b4380855f8e639)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 18d443b53a0d76102fbbc1088fbcb3f8087a2b1b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
We were not able to get a response about availability over email, and so the recipe
has to be unassigned.
(From OE-Core rev: 8bd8ea8293a75ffa0e850513c3c15be6bc8c8692)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 56f1af6d5b3019dccbc27bb0a9692a5f1a32f87b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
We were not able to get a response about availability over email, and so the recipes
have to be unassigned.
(From OE-Core rev: 66dfaff6bdf9c02a2cc6b1e8829c86e38908b195)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2d2c75530fe336eda72e8ce72f994725b3a77ea0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
We were not able to get a response about availability over email, and so the recipe
has to be unassigned.
(From OE-Core rev: 20c7da2785e0e85264c2ef711b079920eb4bb26a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5be575577d74a3cb81594392b88df74226be9192)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
We were not able to get a response about availability over email, and so the recipe
has to be unassigned.
(From OE-Core rev: deacda2bdccc682b845d5a909adfc172ccfcb5cf)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 60eda3dcbf96b5982a0e282fd0c3c13b0b4d7787)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
We were not able to get a response about availability over email, and so the recipe
has to be unassigned.
(From OE-Core rev: 41fa071b1b32a795e5c5b671580d4f962dbabf20)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3beb88060be9484cfe75dfa60f041b0b32214978)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
There is already a neat check_free_port() function for finding an available port
atomically, so use that and make two additional tweaks:
- no need to allocate two separate ports; per unfsd documentation they can be the same
- move lockfile release until after unfsd has been shut down and the port(s) used has been freed
[YOCTO #15077]
(From OE-Core rev: 3dccfba830bfbe89554a5e3ed5c3517d13545d35)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dee96e82fb04ea99ecd6c25513c7bd368df3bd37)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
glibc configury tries to detect ld version and assumes BFD or gold
linker but when system ld is pointing to lld or mold it might fail the
linker check, therefore pass LD variable to explicitly point at ld.bfd
we are using BFD linker only to link glibc after all.
Second problem in such a case is that some partial objects are linked
with CC -r which will fail if we do not inform the compiler to use BFD
linker thusly pass it via appending to CC variable
(From OE-Core rev: d1a9d11130b2e0ee4fac8665f0b4c63084d85a86)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 63248d2cbd7a15aec5b864d0058fe919eb17c46c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Add profile script to point users capable of interacting with the global
socket to it by default.
(From OE-Core rev: 1600f38d72818cda78a4731354dbecc144f664c9)
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2818cbc73093996f8ecb93a4f0df8a31fd4692d3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Just as sysvinit scripts shouldn't be present in a distro using systemd,
systemd scripts shouldn't be present in a system not using systemd.
(From OE-Core rev: 2617900f754572cca23e4db73b91a4091b921ac5)
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 00e3eb3893eeb32839e02b05bc1299440895a53d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
I know my text editor is going to get angry at me if this continues.
(From OE-Core rev: 24fd8549273c08693078afe17a539e461a898deb)
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit da6e01517336694911f5aea53d637e9c0ad72c9b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Add the weston user to the wayland group so all users accessing the
global weston socket in /run all share a group.
(From OE-Core rev: 955f602c26869f670470c1555bb53c281594ad08)
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 30198b36b00a1967d1f8f8f556a0ba2415954f4e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The weston user must be in the render group in order to access render
device nodes for standard user-space graphics.
(From OE-Core rev: 814ee7ad4f54f5a17e0822f06059a2fe95bebfc4)
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 1cba8aa3c5e0635d7b89222d9ccaf889954fe0c9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Add the render group explicitly here to make sure it exists for the
useradd command.
(From OE-Core rev: 40007e8925ee63bddddad6e475f75b5494304903)
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 3134fca12c6f74d2b99f79fb751bc5513c5b937a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Commit 6fe23ff31c0 changed README to a symlink to README.logs, and
install README.logs under systemd doc dir.
But for OE, systemd doc dir is splited into package systemd-doc, when it
is not installed on the target, there will be an dead link:
Eg:
root@intel-x86-64:/var/log# ls -l README
lrwxrwxrwx 1 root root 39 Jun 20 08:57 README -> ../../usr/share/doc/systemd/README.logs
root@intel-x86-64:/var/log# ls -l ../../usr/share/doc/systemd/README.logs
ls: cannot access '../../usr/share/doc/systemd/README.logs': No such file or directory
Meantime, relative path for a symlink also will meet issue like
"No such file or directory"
Since OE have set ForwardToSyslog=yes, this README is not needed.
So remove this symlink from package systemd
(From OE-Core rev: 7702dc8fc6c9b34647067ffabbc0e24d6109abe7)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The build fails when DEBUG_BUILD is enabled with GCC-13 as [1] and [2].
Fixes:
| numpy/core/src/umath/simd.inc.src:977:20: note: called from here
| 977 | @vtype@ zeros = _mm512_setzero_@vsuffix@();
| ^~~~~~~~~~~~~~~~~~~
| numpy/core/src/umath/simd.inc.src:596:1: error: inlining failed in call to ‘always_inline’ ‘avx512_get_full_load_mask_ps’: target specific option mismatch
596 | avx512_get_full_load_mask_ps(void)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| numpy/core/src/umath/simd.inc.src:976:27: note: called from here
976 | @mask@ load_mask = avx512_get_full_load_mask_@vsuffix@();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| /usr/lib/gcc/x86_64-redhat-linux/13/include/avx512fintrin.h:6499:1: error: inlining failed in call to ‘always_inline’ ‘_mm512_loadu_si512’: target specific option mismatch
Reference: 3947b1a023
[1] https://git.openembedded.org/openembedded-core/commit/?id=8596678667797971559aed962b1c204266032186
[2] http://errors.yoctoproject.org/Errors/Details/689841/
(From OE-Core rev: 77a64a8686b6c9ef3bc6adbce6cdc442096decfd)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
python2 has been deprecated, use python3 instead
(From OE-Core rev: 055330871b0d8f443d8eded6c0fcc0e404f70b8a)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changes for APR 1.7.4
*) Fix a regression where writing to a file opened with both APR_FOPEN_APPEND
and APR_FOPEN_BUFFERED did not properly append the data on Windows.
(This regression was introduced in APR 1.7.3) [Evgeny Kotkov]
(From OE-Core rev: b308bf9936a9897a9d8ec07b60d811ee223b500f)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3db1d7fc97415f1d2af3f694723222ad81de13af)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Resolves error:
The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file.
gcc-source-12.3.0 (/home/pokybuild/yocto-worker/oe-selftest-fedora/build/meta/recipes-devtools/gcc/gcc-source_12.3.bb)
(From OE-Core rev: 4df0b835fae3af1dbde4a06568a652ce46d7af7a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This test is failing for uncertain reasons. We have reported upstream, disable
it until we can work out why this happened. The point it started failing is
unclear due to other test framework issues.
(From OE-Core rev: ef1b309ec04aa16020c6a8ca3939fb8eccca3edb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2e9165a854c7b83f163479e9dbd3cb183a9d71f5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Commit f72fd51e0d (binutils: package static libs from gprofng) added
corresponding FILES:${PN}-staticdev entry to the main .bb recipe.
But binutils-cross-canadian fails with exactly the same QA issue,
hence move FILES:${PN}-staticdev to the common shared .inc file.
(From OE-Core rev: a4c3f22c93a944aef11bb8f2637f45c1d72d380c)
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 75beddd33e132333c36ad067e2cf90edffeb5bf5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Update to the latest SRCREV to bring fixes using the proper entry
addresses for ARM architectures [1], as well as fixing a race condition
in the Makefile during assembly [2].
Fix url in case automatic redirects stop working.
[1] 602e82aee7
[2] ea7f59b024
(From OE-Core rev: fdeb8e9d9af37e37e4c0f13ebfae2c0ce36199d4)
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 8910e9665d67576149efef064d098f0645deea4a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The changes are mostly about early exit which causes indentation changes;
check with `git diff -w`. Another change is the check for ip by simply
calling it and deciding upon the exit code, if it's fine or not.
(From OE-Core rev: 3f6dacac5f8fb3c4b6b61b3fa125372c8f044795)
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 351577761d0712a005eda9dde9215558ca9a1fe9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
NPM registry cache should support caracaters like '(' and ')'
Explanation: NPM packages can contains these caracters like : @(._.)/execute
(From OE-Core rev: 9d51a9f819a0ffdfd273635aa4e2062bf30a1db2)
Signed-off-by: BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 6110d9e24e43e286781afd1b3634a4ad1a2050d0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Below upstream commit removed BSD-4-Clause from the LICENSE variable,
Link: https://git.yoctoproject.org/poky/commit/?id=2c86f586d55d0f6b99053e3e4d14c9ee36fa8aa8
But actually if we check from the source code of the openssh for this
version (8.9p1), there are some files (openbsd-compat/libressl-api-compat.c)
still affected.
As upstream removed this BSD-4-clause license, there are still some files
has this license. Below file is affected by this BSD-4-clause contents when
the below command is executed
grep -rl "All advertising materials mentioning features or use of this software" *|grep -v \.1|grep -v \.5|grep -v \.8 | sort
openbsd-compat/libressl-api-compat.c
All advertising materials mentioning features or use of this software
Reason for backporting is some of the product restrict the BSD-4-Clause usage and the purpose of this commit is
to completely remove the BSD-4-Clause license from the openssh.
When checked in the master branch, openssh upstream removes the bsd-4 license compeletely from this commit
7280401bdd
Hence Backport this commit completely to remove license of BSD-4-clause contents from code. Hunks are refreshed.
(From OE-Core rev: 859f00732c3b123aa4adb911371f1d9cf02c85fb)
Signed-off-by: Riyaz Khan <Riyaz.Khan@kpit.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit d9045a7bc6d9acc137c292b60a8ce4d24f359a19)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
I've encountered issues reproducing initramfs and UKI image builds,
which will be fixed with this patch.
1. initramfs
There's a symbolic link to /sbin/init, which is appended to the cpio archive after creation.
The links timestamp needs to be static and the cpio append command needs the '--reproducible' flag to produce deterministic outcomes.
2. Unified Kernel Image
'--preserve-dates' is required for a static 'Time/Date' entry.
I've added '--enable-deterministic-archives' although in my case this
didn't change anything.
(From OE-Core rev: 7bf9463665c46e331f40f9ca4f04733d14f9ab44)
Signed-off-by: Frieder Paape <frieder@konvera.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fd027729bafb4e085ba0949e38e724f3a8cad102)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
On riscv32 configurations OpenSSL fails to build with "undefined
reference to `__atomic_foo'" kind of errors. Change OpenSSL recipe to
use linux-latomic configuration instead of linux-generic32.
(From OE-Core rev: 1add2c6c2a5009d6a73790e1334e7e113ac97f4d)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e8ce80fc6d6579554bca2eba057e65d4b12c0793)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Working with enabling SPDX, an issue was observerd where v86d wasn't rebuilding
when the kernel was changed from linux-yocto to linux-yocto-rt.
This is due to the code in sstatesig.py which was seeing the RRECOMMENDS on a
kernel module and ignoring the DEPENDS. The v86d is technically a kernel module
since it uses kernel header files.
There are two ways to address this, we could inherit the module-base class and
the dependency code does the correct thing. It appears the code doesn't look into
STAGING_KERNEL_DIR though and doesn't use the kernel sources. We can therefore drop
the DEPENDS and the code will the do the correct thing.
(From OE-Core rev: 4250a456e3aad41bab1793258b29e96c4a9fe5bb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 37ccd11cb0b89416b8e23160445186269b6c0c8a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The error message is a little misleading as the qmp module is a
directory with __init__.py file, not qmp.py file. Also, put the
path where we try to import it from in the error message to make
the message more indicative.
(From OE-Core rev: 60466c8ee5c055bdc01582f3809c7b36bb646a1d)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 08bacbf797f6a50ae8abe8fc3455b3a15a0a94b3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The third 1.22 bug-fix release (1.22.3) was released on 19 May 2023.
This release only contains bugfixes and it should be safe to update from 1.22.x.
Highlighted bugfixes in 1.22.3
avdec: fix occasional video decoder deadlock on seeking with FFmpeg 6.0
decodebin3: fix regression handling input streams without CAPS or TIME segment such as e.g. udpsrc or `pushfilesrc
bluez: a2dpsink: fix Bluetooth SIG Certification test failures
osxvideosink: fix deadlock upon closing output window
qtdemux: fix edit list handling regression and AV1 codec box parsing
qtmux: fix extraction of CEA608 closed caption data from S334-1A packets
rtspsrc: Fix handling of * control path
splitmux: timestamp handling improvements
v4l2videodec: Rework dynamic resolution change handling (needed for IMX6 mainline codec)
videoflip: fix regression with automatically rotating video based on tags
d3d11: many d3d11videosink and d3d11compositor fixes
webrtc, rtp: numerous data race fixes and stability fixes
various bug fixes, memory leak fixes, and other stability and reliability improvements
(From OE-Core rev: 2bc75dea621f1d206ee43a5000d05cf959cd44e9)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8ff5c4bfe46bb325535041a9127356ae425dbe5f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This minor point release fixes CVE-2023-25652 and CVE-2023-29007.
(From OE-Core rev: ebe205b32fd959b3d7281ec95ac7f7cf88e37ed2)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 469c28924ab9debe810e3277b27ad936781e7ce5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changes from 1.9.4 to 1.9.5:
----------------------------
* Fix incorrect assumptions involving the use of ctype(3) functions.
Patch by Taylor R Campbell.
* Fix detection of provided functions on autoconf.
Patches by Harmen Stoppels.
* Fix deletion of tests/meson.build by the autoconf build system.
Patch by h30032433.
* Fix quoting rules in argvsplit.c.
Patch by huyubiao.
* Update libpkgconf documentation and documentation building scripts.
Patches by Andrew Shadura.
* Enforce maximum package count correctly for --modversion.
(From OE-Core rev: 046e33769121aee169ffb6c790a880dc420a5a76)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fb9e05592e7c1c61a677d9cb842c9adc84689dde)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Upgrade to latest 1.20.x release:
go.git$ git log --oneline go1.20.4..go1.20.5
e827d41c0a (tag: go1.20.5) [release-branch.go1.20] go1.20.5
c0ed873cd8 [release-branch.go1.20] cmd/go: disallow package directories containing newlines
356a419e2f [release-branch.go1.20] cmd/go: enforce flags with non-optional arguments
fa60c381ed [release-branch.go1.20] cmd/go,cmd/cgo: in _cgo_flags use one line per flag
36144ba429 [release-branch.go1.20] runtime: implement SUID/SGID protections
5036ba77eb [release-branch.go1.20] net: skip TestFileFdBlocks if the "unix" network is not supported
b249ec5655 [release-branch.go1.20] cmd/go/internal: update documentation of go test and go generate
4b95fc1e6c [release-branch.go1.20] cmd/go: save checksums for go.mod files needed for go version lines
31a1e19a59 [release-branch.go1.20] net, os: net.Conn.File.Fd should return a blocking descriptor
450c8021a5 [release-branch.go1.20] runtime: change fcntl to return two values
22741120ee [release-branch.go1.20] runtime: consistently define fcntl
9270e3be8f [release-branch.go1.20] os: if descriptor is non-blocking, retain that in Fd method
600636e931 [release-branch.go1.20] crypto/rsa: use BoringCrypto for 4096 bit keys
afbe101950 [release-branch.go1.20] cmd/compile: fix bswap/load rewrite rules
(From OE-Core rev: 1234971eea7b07e89efaf20055ba9580fbe2cb08)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3ea1e9e9d7385c78bdd513e44cea5c36444529b2)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
e84a4e368abe Linux 6.1.35
a76d4933c38e kbuild: Update assembler calls to use proper flags and language target
5abcd2c18dbb MIPS: Prefer cc-option for additions to cflags
1d485ddcba85 MIPS: Move '-Wa,-msoft-float' check from as-option to cc-option
d51d258997e5 x86/boot/compressed: prefer cc-option for CFLAGS additions
bdd22f2aa131 scsi: target: core: Fix error path in target_setup_session()
741c96715fb7 neighbour: delete neigh_lookup_nodev as not used
26435338f9dd net/sched: act_api: add specific EXT_WARN_MSG for tc action
ab1bbd79f48e Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"
8f3759981104 net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy
4b4cae8e4b37 drm/amdgpu: Don't set struct drm_driver.output_poll_changed
c6cbb4e1c10c rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period
8d842af30bc2 parisc: Delete redundant register definitions in <asm/assembly.h>
616aba553640 afs: Fix vlserver probe RTT handling
34dc1eed9918 octeon_ep: Add missing check for ioremap
35d848164fec selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET
6ab77b3b852d net: tipc: resize nlattr array to correct size
d24c96581775 dm: don't lock fs when the map is NULL during suspend or resume
010179208c66 sfc: fix XDP queues mode with legacy IRQ
23efdbfa8eef net: macsec: fix double free of percpu stats
4ea1f3344472 net: lapbether: only support ethernet devices
59f0c7bec3ca net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo frames
3626e93cd841 net/sched: cls_api: Fix lockup on flushing explicitly created chain
fa285d799d1d ext4: drop the call to ext4_error() from ext4_get_group_info()
d7d6e830cd0f cifs: fix lease break oops in xfstest generic/098
e8119d4d1611 selftests: forwarding: hw_stats_l3: Set addrgenmode in a separate step
ea3f336f717a net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting
ac57be24dcf1 net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs
096c00ea80db sched: add new attr TCA_EXT_WARN_MSG to report tc extact message
e568e0e16830 selftests/tc-testing: Fix SFB db test
700d7bf300c1 selftests/tc-testing: Fix Error: failed to find target LOG
8a086daf20a8 selftests/tc-testing: Fix Error: Specified qdisc kind is unknown.
62aecf23f3d1 drm/nouveau: add nv_encoder pointer check for NULL
fb725beca62d drm/nouveau/dp: check for NULL nv_connector->native_mode
a5acbe4ea5d0 drm/bridge: ti-sn65dsi86: Avoid possible buffer overflow
90748be0f4f3 drm/nouveau: don't detect DSM for non-NVIDIA device
835457c0d608 net: phylink: use a dedicated helper to parse usgmii control word
fabf9cb41334 net: phylink: report correct max speed for QUSGMII
df7477a8bdcb igb: fix nvm.ops.read() error handling
9710e5c30bd4 igc: Fix possible system crash when loading module
c6612bf33ebe igc: Clean the TX buffer and TX descriptor ring
fe289f8fee9a sctp: fix an error code in sctp_sf_eat_auth()
0b8ae7d6e4ad ipvlan: fix bound dev checking for IPv6 l3s mode
33bd6b76ac77 net: ethtool: correct MAX attribute value for stats
277fbf63b34a IB/isert: Fix incorrect release of isert connection
f77965f48792 IB/isert: Fix possible list corruption in CMA handler
4e55c9abe947 IB/isert: Fix dead lock in ib_isert
1def2a94f4ee RDMA/mlx5: Fix affinity assignment
8618f8f72389 IB/uverbs: Fix to consider event queue closing also upon non-blocking mode
4dc0b367c390 RDMA/cma: Always set static rate to 0 for RoCE
ec6d49687d2b RDMA/mlx5: Create an indirect flow table for steering anchor
3a83145b660c RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions
c764fed5e544 octeontx2-af: fix lbk link credits on cn10k
7c6d50414649 octeontx2-af: fixed resource availability check
b4a3cae58cd8 iavf: remove mask from iavf_irq_enable_queues()
26256aa7edcd RDMA/rxe: Fix the use-before-initialization error of resp_pkts
b0b3848e0363 RDMA/rxe: Removed unused name from rxe_task struct
e83bc9388627 wifi: mac80211: take lock before setting vif links
170ceadf4a57 wifi: cfg80211: fix link del callback to call correct handler
49f3a79f03bd wifi: mac80211: fix link activation settings order
07f9cc229b44 net/sched: cls_u32: Fix reference counter leak leading to overflow
c9411f014e5c octeontx2-af: Fix promiscuous mode
5cf38fbc82ba net/sched: act_pedit: Parse L3 Header for L4 offset
fb25478f6699 net/sched: act_pedit: remove extra check for key type
b4e5d0c4cf07 net/sched: simplify tcf_pedit_act
300be9f1dc4b igb: Fix extts capture value format for 82580/i354/i350
a4a912aee14e ping6: Fix send to link-local addresses with VRF.
381d49ec68ca net: enetc: correct the indexes of highest and 2nd highest TCs
4aaa3b730d16 netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
bec51844f9ba ice: Fix XDP memory leak when NIC is brought up and down
8fddf3f05156 netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM
55b7a00f3422 netfilter: nf_tables: integrate pipapo into commit protocol
839d38d3b0aa spi: fsl-dspi: avoid SCK glitches with continuous transfers
485792480660 spi: cadence-quadspi: Add missing check for dma_set_mask
2906e0d75b50 RDMA/rxe: Fix ref count error in check_rkey()
7617a59f0056 RDMA/rxe: Fix packet length checks
00b276bc7b62 RDMA/rtrs: Fix rxe_dealloc_pd warning
77226c9785f8 RDMA/rtrs: Fix the last iu->buf leak in err path
03285557deb6 usb: dwc3: gadget: Reset num TRBs before giving back the request
7bee7f13c039 USB: dwc3: fix use-after-free on core driver unbind
307fe59490bd USB: dwc3: qcom: fix NULL-deref on suspend
d8195536ce26 usb: gadget: udc: core: Prevent soft_connect_store() race
3c048d42c305 usb: gadget: udc: core: Offload usb_udc_vbus_handler processing
3a1882841f64 usb: typec: Fix fast_role_swap_current show function
2bf8ea2e9e39 usb: typec: ucsi: Fix command cancellation
b352f7b6a646 serial: lantiq: add missing interrupt ack
04b3145db225 USB: serial: option: add Quectel EM061KGL series
03b5964a2825 clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr
5532962c9ed2 thunderbolt: Mask ring interrupt on Intel hardware as well
d799f73d5d44 thunderbolt: dma_test: Use correct value for absent rings when creating paths
081b5f1ebc73 thunderbolt: Do not touch CL state configuration during discovery
1eb0eff7da97 ALSA: hda/realtek: Add a quirk for Compaq N14JP6
21863dc45aed drm/amdgpu: add missing radeon secondary PCI ID
6f5b5ce9397d drm/amd/pm: workaround for compute workload type on some skus
b69a10df9003 drm/amd: Tighten permissions on VBIOS flashing attributes
b2706d862b65 drm/amd: Make sure image is written to trigger VBIOS image update flow
ee8c6580c310 drm/amd/display: edp do not add non-edid timings
2cb6026df193 net: usb: qmi_wwan: add support for Compal RXM-G1
5d1fdfb3d185 drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1
f6d74371ce15 RDMA/uverbs: Restrict usage of privileged QKEYs
5a144bad3e75 nouveau: fix client work fence deletion race
33965ac34091 net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_open
bfaf388d3599 dm thin: fix issue_discard to pass GFP_NOIO to __blkdev_issue_discard
088ad777eeae dm thin metadata: check fail_io before using data_sm
1886db9a4ee1 ALSA: usb-audio: Add quirk flag for HEM devices to enable native DSD playback
029e0f1f7521 ALSA: usb-audio: Fix broken resume due to UAC3 power state
9e1c7968a275 btrfs: can_nocow_file_extent should pass down args->strict from callers
4e9da0cda149 btrfs: fix iomap_begin length for nocow writes
4389fb6b6a9d btrfs: do not ASSERT() on duplicated global roots
7e23b1ec720a powerpc/purgatory: remove PGO flags
352f62431ad3 riscv/purgatory: remove PGO flags
2cf6e32e86ea x86/purgatory: remove PGO flags
013027918a4e kexec: support purgatories with .text.hot sections
c9c3163c7ab9 io_uring/net: save msghdr->msg_control for retries
cffaa97ffb67 LoongArch: Fix perf event id calculation
ad64865722b6 nilfs2: reject devices with insufficient block count
69caea4eed1c nilfs2: fix possible out-of-bounds segment allocation in resize ioctl
8f47a9665aee nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()
3d4bc38f716c nios2: dts: Fix tse_mac "max-frame-size" property
447f325497dc zswap: do not shrink if cgroup may not zswap
9f17645f8528 ocfs2: check new file size on fallocate call
534b4bbc8589 ocfs2: fix use-after-free when unmounting read-only filesystem
3a340c63c0c3 epoll: ep_autoremove_wake_function should use list_del_init_careful
6d304091e091 wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()
b11f953a61e9 wifi: cfg80211: fix locking in regulatory disconnect
9a9adc42a590 irqchip/gic: Correctly validate OF quirk descriptors
22efb27a21b6 NVMe: Add MAXIO 1602 to bogus nid list.
c9c205945033 io_uring: unlock sqd->lock before sq thread release CPU
8ca9880735b0 drm:amd:amdgpu: Fix missing buffer object unlock in failure path
41c383c49657 xen/blkfront: Only check REQ_FUA for writes
75955d698636 ASoC: dwc: move DMA init to snd_soc_dai_driver probe()
7e57a56374aa ASoC: cs35l41: Fix default regmap values for some registers
424fc902728c mips: Move initrd_start check after initrd address sanitisation.
dd035c08ee96 MIPS: Alchemy: fix dbdma2
34dd1a90ab64 MIPS: Restore Au1300 support
048ad52d528e MIPS: unhide PATA_PLATFORM
3d48ea53c44b parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory()
e522a12e4892 parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()
0b09b35cae86 ASoC: Intel: avs: Add missing checks on FE startup
5daa27bcb31d ASoC: Intel: avs: Account for UID of ACPI device
c33fded7f17f ASoC: soc-pcm: test if a BE can be prepared
0a9b2164b7d8 btrfs: handle memory allocation failure in btrfs_csum_one_bio
e9a5175d5e83 btrfs: scrub: try harder to mark RAID56 block groups read-only
c45aed74318e drm: panel-orientation-quirks: Change Air's quirk to support Air Plus
2d9144c0ca82 power: supply: Fix logic checking if system is running from battery
808e103ebac9 irqchip/meson-gpio: Mark OF related data as maybe unused
0cdb593c2fe9 irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ firmware issues
bf8324676b1c regulator: Fix error checking for debugfs_create_dir
c94be1f039c3 platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0
cdf9cfc1bbd7 PCI/DPC: Quirk PIO log size for Intel Ice Lake Root Ports
22358b9c418c power: supply: Ratelimit no data debug output
a7620312a082 selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent change
79a0a3695e01 tools: gpio: fix debounce_period_us output of lsgpio
cc1444a36398 ARM: dts: vexpress: add missing cache properties
398bf0d67bcc power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + schedule()
66a88d04cf5d power: supply: sc27xx: Fix external_power_changed race
e3d2bdca180b power: supply: ab8500: Fix external_power_changed race
628e40a225a0 of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset()
e01fc7caac9c ksmbd: validate smb request protocol id
fec79e4f7df5 EDAC/qcom: Get rid of hardcoded register offsets
4b3ec6b6ff24 qcom: llcc/edac: Fix the base address used for accessing LLCC banks
314e973f36a5 cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()
c68b4db58138 cgroup: always put cset in cgroup_css_set_put_fork
7a2e2ca9ad21 cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
6111f0add6ff test_firmware: prevent race conditions by a correct implementation of locking
aa2dfdc4ed25 test_firmware: Use kstrtobool() instead of strtobool()
100cd6d0e563 x86/head/64: Switch to KERNEL_CS as soon as new GDT is installed
(From OE-Core rev: 7ad09cfc8564de0576b25862468e1532112bb5d2)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 86cc1a595011ff08fb50bca7215e5b22cda6cdcb)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The commit in question appeared as -stable backport in 6.1.28, which is
where we started to see intermittent boot hangs on x86.
Richard noted that others are seeing this is well, as can be seen in
this thread:
https://lkml.org/lkml/2023/6/13/1460
We bump our SRCREVs to pick up the revert:
947f660bde07 Revert "tick/common: Align tick period with the HZ tick."
(From OE-Core rev: 10e7c5c2aadbc14b9ec56322595826707bb92316)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 73b7f36e51de39ed19dfd3cd253be1876db60ca4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
2f3918bc53fb Linux 6.1.33
c3fcfe8931e1 ext4: enable the lazy init thread when remounting read/write
84683a2cf5ed selftests: mptcp: join: avoid using 'cmp --bytes'
fbb6db561dd4 selftests: mptcp: simult flows: skip if MPTCP is not supported
4bc022b95392 selftests: mptcp: diag: skip if MPTCP is not supported
e8631d84c01e arm64: efi: Use SMBIOS processor version to key off Ampere quirk
b026755cc9a8 tls: rx: strp: don't use GFP_KERNEL in softirq context
a2961463d74f xfs: verify buffer contents when we skip log replay
4042d7ad40f1 drm/amd/display: Have Payload Properly Created After Resume
4a9d63181f8d iommu/amd/pgtbl_v2: Fix domain max address
3264d875f58a tpm, tpm_tis: Request threaded interrupt handler
77ee4f8c02b8 regmap: Account for register length when chunking
a8eaa9a06add fs/ntfs3: Validate MFT flags before replaying logs
0b28edf227e3 KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
4f303c0b9d5d ksmbd: fix multiple out-of-bounds read during context decoding
522a9417f649 ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate
4c6bdaacb3cb ksmbd: fix incorrect AllocationSize set in smb2_get_info
f7add4d1598a ksmbd: fix UAF issue from opinfo->conn
8072ea674374 ksmbd: fix credit count leakage
5f4d3810ca9c KVM: x86: Account fastpath-only VM-Exits in vCPU stats
b1d5667afad1 KVM: arm64: Populate fault info for watchpoint
0659aee089da test_firmware: fix the memory leak of the allocated firmware buffer
eef67dfdc050 test_firmware: fix a memory leak with reqs buffer
33aebb014893 powerpc/xmon: Use KSYM_NAME_LEN in array size
97211945ef68 serial: cpm_uart: Fix a COMPILE_TEST dependency
7493392a375c serial: 8250_tegra: Fix an error handling path in tegra_uart_probe()
3270095f6eb5 fbcon: Fix null-ptr-deref in soft_cursor
ef8aeffb2c50 ext4: add lockdep annotations for i_data_sem for ea_inode's
140aa33f96d6 ext4: disallow ea_inodes with extended attributes
277cea6f7786 ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()
b112babc565e ext4: add EA_INODE checking to ext4_iget()
9ce0319b0599 mptcp: fix active subflow finalization
977a63afd401 mptcp: fix connect timeout handling
97ecfe67f5ca selftests: mptcp: userspace pm: skip if MPTCP is not supported
f324df8de0b5 selftests: mptcp: sockopt: skip if MPTCP is not supported
0fea987ccf5f selftests: mptcp: join: skip if MPTCP is not supported
17ddf2a54eff selftests: mptcp: pm nl: skip if MPTCP is not supported
68ecc09a148c selftests: mptcp: connect: skip if MPTCP is not supported
3f731926a1b0 tracing/probe: trace_probe_primary_from_call(): checked list_first_entry
7403630eb94c tracing/histograms: Allow variables to have some modifiers
2a1195f0e085 tracing/timerlat: Always wakeup the timerlat thread
007c04225697 mtdchar: mark bits of ioctl handler noinline
d7c34c8f6005 selinux: don't use make's grouped targets feature yet
6fb0b098f690 io_uring: undeprecate epoll_ctl support
94f97b8df005 riscv: perf: Fix callchain parse error with kernel tracepoint events
c40dc6e26646 tpm, tpm_tis: correct tpm_tis_flags enumeration values
b0e21c42c1fb iommu/amd: Fix domain flush size when syncing iotlb
251cf7fd5a1b powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall
2a72e6814f55 block: fix revalidate performance regression
867ad8cba251 phy: qcom-qmp-pcie-msm8996: fix init-count imbalance
5daf7a171d27 phy: qcom-qmp-combo: fix init-count imbalance
1af8dd540347 btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-bounds
380d2da555a8 tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL_SBK
2c8aa1163a21 mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling order
f25568e0801c mmc: vub300: fix invalid response handling
03974abbf2a1 x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disabled case")
8db2ea7b80d6 drm/amd/pm: reverse mclk and fclk clocks levels for renoir
f05f3fcc7824 drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp
1c729bd5b30f drm/amd/pm: reverse mclk clocks levels for SMU v13.0.5
0f8f233ed767 drm/amd/pm: resolve reboot exception for si oland
e0a0f5d2ba59 drm/amd/pm: reverse mclk and fclk clocks levels for vangogh
00abb872ef0f drm/amd/pm: reverse mclk and fclk clocks levels for SMU v13.0.4
2f91f92bd870 drm/amdgpu: enable tmz by default for GC 11.0.1
009886965e04 ata: libata-scsi: Use correct device no in ata_find_dev()
63a44b01df36 scsi: stex: Fix gcc 13 warnings
2e787e5153b7 misc: fastrpc: reject new invocations during device removal
93f2aa05af2d misc: fastrpc: return -EPIPE to invocations on device removal
cbfed647fd19 md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()
704842c97aa3 usb: gadget: f_fs: Add unbind event before functionfs_unbind
cc8c9864da69 usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QM
08e8ff68a3f6 dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type
ef12610ff5fa net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818
3cfdc3fc1801 iio: dac: build ad5758 driver when AD5758 is selected
f453753900e9 iio: adc: stm32-adc: skip adc-diff-channels setup if none is present
735d033bedc3 iio: adc: ad7192: Change "shorted" channels to differential
84f4d63ae184 iio: addac: ad74413: fix resistance input processing
ab0c2dffe80f iio: dac: mcp4725: Fix i2c_master_send() return value handling
89f92d435352 iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag
2eb269605113 iio: adc: stm32-adc: skip adc-channels setup if none is present
54d737d79672 iio: light: vcnl4035: fixed chip ID check
2896a356ed07 dt-bindings: iio: adc: renesas,rcar-gyroadc: Fix adi,ad7476 compatible value
cb2a612c397d iio: imu: inv_icm42600: fix timestamp reset
3fb021f5c114 HID: wacom: avoid integer overflow in wacom_intuos_inout()
254be1f64819 HID: google: add jewel USB id
23c241676f32 iio: adc: mxs-lradc: fix the order of two cleanup operations
b6867ce5fb35 iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT method
47cc3cae303c media: uvcvideo: Don't expose unsupported formats to userspace
4d776371127e drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplug
7d233f93594f mailbox: mailbox-test: fix a locking issue in mbox_test_message_write()
4124000cf4c5 media: mediatek: vcodec: Only apply 4K frame sizes on decoder formats
bafe94ac9950 KVM: arm64: vgic: Fix locking comment
150a5f74a597 KVM: arm64: vgic: Wrap vgic_its_create() with config_lock
4129d71e5bda KVM: arm64: vgic: Fix a circular locking issue
7df6008b8726 block: Deny writable memory mapping if block is read-only
16ddd3bc6741 nvme-pci: Add quirk for Teamgroup MP33 SSD
a731273f3c22 ublk: fix AB-BA lockdep warning
68ce1d57e52c drm/amdgpu: skip disabling fence driver src_irqs when device is unplugged
baa8901ad70d ceph: silence smatch warning in reconnect_caps_cb()
56e5d63e4e2d atm: hide unused procfs functions
47d0f626795f drm/msm: Be more shouty if per-process pgtables aren't working
c62a9a6bea0c ALSA: oss: avoid missing-prototype warnings
e4f1532a9cd9 nvme: do not let the user delete a ctrl before a complete initialization
f481c2af4916 nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_disk
d0013470677f netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with CONFIG_NF_NAT
def67e27f2b7 net: wwan: t7xx: Ensure init is completed before system sleep
ae72bd1a4b04 wifi: b43: fix incorrect __packed annotation
c061e13c7297 scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failed
7402fb48efff wifi: iwlwifi: mvm: Add locking to the rate read flow
788f129f6370 wifi: mac80211: recalc chanctx mindef before assigning
a03460061164 wifi: mac80211: consider reserved chanctx for mindef
aefa37aa32cb wifi: mac80211: simplify chanctx allocation
bdd97c99b346 arm64: vdso: Pass (void *) to virt_to_page()
6bf0f6bfcd35 arm64/mm: mark private VM_FAULT_X defines as vm_fault_t
e0b5316e2ead ARM: dts: stm32: add pin map for CAN controller on stm32f7
de16dfe7cab5 wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR value
329da6d07cc9 ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P
905b247f6e13 s390/topology: honour nr_cpu_ids when adding CPUs
26cfe2faa82d s390/pkey: zeroize key blobs
9f2f538cd8c3 ASoC: SOF: pm: save io region state in case of errors in resume
eb708aee4126 ASoC: SOF: sof-client-probes: fix pm_runtime imbalance in error handling
1cc6301dfcd2 ASoC: SOF: pcm: fix pm_runtime imbalance in error handling
a6637d5a8f19 ASoC: SOF: debug: conditionally bump runtime_pm counter on exceptions
d5d61f747e3f media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221
d0088ea444e6 media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*()
4a8ecfb2207c media: dvb-core: Fix use-after-free due to race at dvb_register_device()
93b5dfebcb18 media: dvb-core: Fix use-after-free due on race condition at dvb_net
bf3b6f82fd4c media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr from ID table
ea2938c27b02 media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb()
dd6839936115 media: dvb_ca_en50221: fix a size write bug
058822591b78 media: netup_unidvb: fix irq init by register it at the end of probe
b769fbf04a91 media: dvb-usb: dw2102: fix uninit-value in su3000_read_mac_address
5d2923fb0b72 media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer()
6906e613e6b7 media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xfer
4e896b226311 media: dvb-usb-v2: ce6230: fix null-ptr-deref in ce6230_i2c_master_xfer()
336ca9b37104 media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer()
1027c8c068f0 media: dvb-usb: az6027: fix three null-ptr-deref in az6027_i2c_xfer()
8914ae00db45 media: dvb_demux: fix a bug for the continuity counter
59dad726de2d ASoC: ssm2602: Add workaround for playback distortions
7fbdd3bd7bbf ALSA: hda/realtek: Add quirks for ASUS GU604V and GU603V
603f239216ca ASoC: dt-bindings: Adjust #sound-dai-cells on TI's single-DAI codecs
f6d2aa322ca7 xfrm: Check if_id in inbound policy/secpath match
40798c566b56 um: harddog: fix modular build
c03dd9390514 ASoC: dwc: limit the number of overrun messages
0960fb87cdaf ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12
7d98a36b101f nvme-pci: add quirk for missing secondary temperature thresholds
53786bfadc43 nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G
46193dd43dce block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE
5af920e4d1d1 nbd: Fix debugfs_create_dir error checking
f83c32ed05d4 fbdev: stifb: Fix info entry in sti_struct on error path
be2aefa202a5 fbdev: modedb: Add 1920x1080 at 60 Hz video mode
c6c0a9f61958 fbdev: imsttfb: Fix use after free bug in imsttfb_probe
3e336ad6f517 drm/amdgpu: set gfx9 onwards APU atomics support to be true
5ae4a618a155 gfs2: Don't deref jdesc in evict
61c3962ab1f9 platform/mellanox: fix potential race in mlxbf-tmfifo driver
809efd7a69a4 platform/x86: intel_scu_pcidrv: Add back PCI ID for Medfield
18913fc7c1dd media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATE
705f4dcc41c2 hwmon: (k10temp) Add PCI ID for family 19, model 78h
6578e0f196e8 ARM: 9295/1: unwind:fix unwind abort for uleb128 case
0433baa89318 btrfs: abort transaction when sibling keys check fails for leaves
e2d161c539a4 drm/ast: Fix ARM compatibility
cad1abbe488d mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write()
88a042d599c3 drm/amdgpu: Use the default reset when loading or reloading the driver
6a40da600750 ASoC: Intel: soc-acpi-cht: Add quirk for Nextbook Ares 8A tablet
a7ec48a419fe ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor IDs.
867dae554780 watchdog: menz069_wdt: fix watchdog initialisation
787e74b21394 drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init"
e2feb39312a6 mptcp: add annotations around sk->sk_shutdown accesses
0b9e6d64cd10 mptcp: fix data race around msk->first access
519f16d96c2d mptcp: consolidate passive msk socket initialization
fa2cbd1d689a mptcp: simplify subflow_syn_recv_sock()
9872e8c63252 mptcp: avoid unneeded address copy
1b9e3ab669a3 mptcp: add annotations around msk->subflow accesses
c5ebb5cec9fb mptcp: avoid unneeded __mptcp_nmpc_socket() usage
ea9d7382d5d3 rtnetlink: call validate_linkmsg in rtnl_create_link
62dcac528be7 mtd: rawnand: marvell: don't set the NAND frequency select
2187cb72b98b mtd: rawnand: marvell: ensure timing values are written
a0843347a96a net: dsa: mv88e6xxx: Increase wait after reset deactivation
c3fc733798c7 tcp: fix mishandling when the sack compression is deferred.
eac615ed3c6d net/sched: flower: fix possible OOB write in fl_set_geneve_opt()
4fc2724f445f iommu/mediatek: Flush IOTLB completely only if domain has been attached
9316fdd57f25 net/mlx5: Read embedded cpu after init bit cleared
4156c6ff331a net/mlx5e: Fix error handling in mlx5e_refresh_tirs
7c3e271626d1 nvme: fix the name of Zone Append for verbose logging
4e5a5cda3dfd nfsd: fix double fget() bug in __write_ports_addfd()
401a1cf50bfa udp6: Fix race condition in udp6_sendmsg & connect
507182f132a8 net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report
5c05ef3630ca net: sched: fix NULL pointer dereference in mq_attach
f8884108a2fe net/sched: Prohibit regrafting ingress or clsact Qdiscs
be3e1f71cb6f net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs
1ec1434630b3 net/sched: sch_clsact: Only create under TC_H_CLSACT
89a0f4dcae43 net/sched: sch_ingress: Only create under TC_H_INGRESS
d67a5a587c45 net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINK
8c3ec8e7895e net/smc: Scan from current RMB list when no position specified
752836e1a206 tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set
c2251ce0483d tcp: deny tcp_disconnect() when threads are waiting
0dec22a09da1 af_packet: do not use READ_ONCE() in packet_bind()
906134664f33 RDMA/irdma: Fix Local Invalidate fencing
07322c8a12d6 RDMA/irdma: Prevent QP use after free
3cf774741459 mtd: rawnand: ingenic: fix empty stub helper definitions
789394f1df8b perf ftrace latency: Remove unnecessary "--" from --use-nsec option
7164961a9ce0 amd-xgbe: fix the false linkup in xgbe_phy_status
d615070b0eb8 tls: improve lockless access safety of tls_err_abort()
0b64a2bf1699 af_packet: Fix data-races of pkt_sk(sk)->num.
a2c2364e5f53 netrom: fix info-leak in nr_write_internal()
ae0ef97f1e2b net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressure
724aa4fd9e36 net/mlx5e: Don't attach netdev profile while handling internal error
9c7ae143a01b net/mlx5: fw_tracer, Fix event handling
e73b7de4bf96 net/mlx5: SF, Drain health before removing device
9e49af9766ec net/mlx5: Drain health before unregistering devlink
ddd8d552a8f8 riscv: Fix unused variable warning when BUILTIN_DTB is set
72fef70abe18 dmaengine: pl330: rename _start to prevent build error
bd424277a1f8 nfsd: make a copy of struct iattr before calling notify_change
dac09fec5b57 iommu/amd: Fix up merge conflict resolution
817ce9b1d27e iommu/amd: Handle GALog overflows
c3ff24625a42 iommu/amd: Don't block updates to GATag if guest mode is on
bf1f3f4aa47d iommu/rockchip: Fix unwind goto issue
0021441cbbf0 RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rx
dcaa61b73d9c RDMA/bnxt_re: Fix a possible memory leak
44fc5eb0e267 dmaengine: at_xdmac: fix potential Oops in at_xdmac_prep_interleaved()
ef8c7616939d RDMA/hns: Modify the value of long message loopback slice
736e1c4e54e9 RDMA/hns: Fix base address table allocation
38771c0eefa6 RDMA/hns: Fix timeout attr in query qp for HIP08
241de3fec11f RDMA/efa: Fix unsupported page sizes in device
21c0eb064890 phy: amlogic: phy-meson-g12a-mipi-dphy-analog: fix CNTL2_DIF_TX_CTL0 value
836f874d43ed RDMA/bnxt_re: Fix the page_size used during the MR creation
(From OE-Core rev: 4d917000b7a292412b7f86cfebe5905011d18dbf)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 15db724866a3f4fb8fba4f494b4583cdf5fb7c22)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-stable merged the DECNET removal to 5.15, so we integrate
the following kernel-cache commit to fix the kernel configuration
audit warning:
b647d9611cb base: drop CONFIG_DECNET
(From OE-Core rev: 06ef70ac1fa8201c5b46050e098ebea3b1423f9f)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
f67653019430 Linux 5.15.118
e5bf1f7d1fc8 nilfs2: reject devices with insufficient block count
2bc9231afc64 mmc: block: ensure error propagation for non-blk
4b7b50d4eb1a of: overlay: add entry to of_overlay_action_name[]
84770cc54eff neighbour: delete neigh_lookup_nodev as not used
41806518254c net: Remove DECnet leftovers from flow.h.
4c39a2414a23 net: Remove unused inline function dst_hold_and_use()
bb76281b6e61 neighbour: Remove unused inline function neigh_key_eq16()
67866cad7624 rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period
c91ed3a5c2ab cgroup: always put cset in cgroup_css_set_put_fork
33b801be2de1 afs: Fix vlserver probe RTT handling
f824bcc3e14b selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET
2077c7dbfe29 net: tipc: resize nlattr array to correct size
f734e16ee17f dm: don't lock fs when the map is NULL during suspend or resume
8a8179f6a345 net: lapbether: only support ethernet devices
052417e8b3ac net/sched: cls_api: Fix lockup on flushing explicitly created chain
c0cb9d453fd1 ext4: drop the call to ext4_error() from ext4_get_group_info()
eb4ccc102d5f cifs: fix lease break oops in xfstest generic/098
1cb181271eab drm/nouveau: add nv_encoder pointer check for NULL
c79dccc263db drm/nouveau/dp: check for NULL nv_connector->native_mode
909b7f7497cc drm/nouveau: don't detect DSM for non-NVIDIA device
10e1e07bdea4 igb: fix nvm.ops.read() error handling
fe03fd373ca6 igc: Clean the TX buffer and TX descriptor ring
032b8cbeb19c sctp: fix an error code in sctp_sf_eat_auth()
981e78781a96 ipvlan: fix bound dev checking for IPv6 l3s mode
3e76522d1a6d net: ethtool: correct MAX attribute value for stats
18512de74454 IB/isert: Fix incorrect release of isert connection
63e9e7198374 IB/isert: Fix possible list corruption in CMA handler
29ff057c0a50 IB/isert: Fix dead lock in ib_isert
fced7aaaa38f IB/uverbs: Fix to consider event queue closing also upon non-blocking mode
cd44977ecc94 RDMA/cma: Always set static rate to 0 for RoCE
5a9dee176b4b RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions
35828874aa9f octeontx2-af: fix lbk link credits on cn10k
7506e77357da octeontx2-af: fixed resource availability check
4dd914b9e2f9 iavf: remove mask from iavf_irq_enable_queues()
e6342cd13d39 RDMA/rxe: Fix the use-before-initialization error of resp_pkts
466f25fd2d9b RDMA/rxe: Removed unused name from rxe_task struct
13d087b3587b RDMA/rxe: Remove the unused variable obj
0e1098d72fa4 net/sched: cls_u32: Fix reference counter leak leading to overflow
d56661cd8d55 net/sched: act_pedit: Parse L3 Header for L4 offset
17b330b78244 net/sched: act_pedit: remove extra check for key type
219b8e98387f net/sched: simplify tcf_pedit_act
688e6db59661 ping6: Fix send to link-local addresses with VRF.
471a4c08e30e net: enetc: correct the indexes of highest and 2nd highest TCs
44ebe988cb38 netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
133b73d85343 netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM
e4188f8b8134 netfilter: nf_tables: integrate pipapo into commit protocol
4da9d4e74033 spi: fsl-dspi: avoid SCK glitches with continuous transfers
08acd41bb15a RDMA/rxe: Fix packet length checks
01f6f867adc7 RDMA/rtrs: Fix rxe_dealloc_pd warning
01bbead3098b RDMA/rtrs: Fix the last iu->buf leak in err path
1938f080a183 usb: dwc3: gadget: Reset num TRBs before giving back the request
ed0295504905 serial: lantiq: add missing interrupt ack
235845b576c5 USB: serial: option: add Quectel EM061KGL series
e05e9cca7797 thunderbolt: Mask ring interrupt on Intel hardware as well
0bd227610c83 thunderbolt: dma_test: Use correct value for absent rings when creating paths
2a974abc0976 Remove DECnet support from kernel
28010d3a9a22 ALSA: hda/realtek: Add a quirk for Compaq N14JP6
203a01ae5732 drm/amdgpu: add missing radeon secondary PCI ID
b1b64a76b775 drm/amd/display: edp do not add non-edid timings
98c8c0f2b3a5 net: usb: qmi_wwan: add support for Compal RXM-G1
fd81222d1a69 RDMA/uverbs: Restrict usage of privileged QKEYs
14c30c2439dc nouveau: fix client work fence deletion race
f4c5eebb37a2 dm thin metadata: check fail_io before using data_sm
ee09c0b1b0f4 ALSA: usb-audio: Add quirk flag for HEM devices to enable native DSD playback
953cc0bf2d5b powerpc/purgatory: remove PGO flags
faf45f2c5e62 x86/purgatory: remove PGO flags
d38e051ec6fd kexec: support purgatories with .text.hot sections
4357336192ed nilfs2: fix possible out-of-bounds segment allocation in resize ioctl
74ea184af91a nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()
941e7452dfc8 nios2: dts: Fix tse_mac "max-frame-size" property
8a8efde4a735 ocfs2: check new file size on fallocate call
559b7a0d9f0d ocfs2: fix use-after-free when unmounting read-only filesystem
8262a9f3b801 epoll: ep_autoremove_wake_function should use list_del_init_careful
c0a242295569 wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()
1a65bac4edf9 wifi: cfg80211: fix locking in regulatory disconnect
0e388fce7aec io_uring: hold uring mutex around poll removal
27825a6da78b irqchip/gic: Correctly validate OF quirk descriptors
f50018e2dd87 NVMe: Add MAXIO 1602 to bogus nid list.
4204b539ca73 drm:amd:amdgpu: Fix missing buffer object unlock in failure path
7cb02d5dc2e2 xen/blkfront: Only check REQ_FUA for writes
a75928bb929a ASoC: dwc: move DMA init to snd_soc_dai_driver probe()
37f7864c1791 mips: Move initrd_start check after initrd address sanitisation.
0d6e6542946d MIPS: Alchemy: fix dbdma2
1907b6148f86 MIPS: unhide PATA_PLATFORM
8f50d247b5dc parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory()
717368977b8e parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()
7e85809d2782 ASoC: soc-pcm: test if a BE can be prepared
68086376a1d2 btrfs: handle memory allocation failure in btrfs_csum_one_bio
39ea94952625 btrfs: scrub: try harder to mark RAID56 block groups read-only
9df872ec4a22 power: supply: Fix logic checking if system is running from battery
42e6a4a1e085 irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ firmware issues
2105f2fa5791 regulator: Fix error checking for debugfs_create_dir
91b3d6aa0722 platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0
c845ec79c3cf power: supply: Ratelimit no data debug output
19d09d31dae5 tools: gpio: fix debounce_period_us output of lsgpio
c11bb961ca4d ARM: dts: vexpress: add missing cache properties
36fdd1d5b40e power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + schedule()
3b86c54e6ebe power: supply: sc27xx: Fix external_power_changed race
200d8ad44e04 power: supply: ab8500: Fix external_power_changed race
48992b928785 of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset()
282f0c63cf53 of: overlay: rework overlay apply and remove kfree()s
5f306cbfa52b of: overlay: rename variables to be consistent
1cc40dccad76 drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vram
7cf3bf3cc033 ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate
de091a6e1ff0 test_firmware: fix a memory leak with reqs buffer
bfb0b366e8ec test_firmware: prevent race conditions by a correct implementation of locking
4b5511aa0a5e test_firmware: Use kstrtobool() instead of strtobool()
(From OE-Core rev: ec3fd718ecc881ee3410a0b6434922993368ee6d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
7349e40704a0 Linux 5.15.116
62886f17d3e6 RDMA/irdma: Do not generate SW completions for NOPs
14d148401c52 RDMA/irdma: Fix drain SQ hang with no completion
e88b19b252db ARM: defconfig: drop CONFIG_DRM_RCAR_LVDS
a1c76e2907c1 ext4: enable the lazy init thread when remounting read/write
76a7dfc9cc02 selftests: mptcp: join: skip if MPTCP is not supported
807114223d3e selftests: mptcp: simult flows: skip if MPTCP is not supported
9319c8b75ee6 selftests: mptcp: diag: skip if MPTCP is not supported
c971ca2b9d8d drm/amdgpu/gfx10: Disable gfxoff before disabling powergating.
7a20262fa9ee scsi: dpt_i2o: Do not process completions with invalid addresses
daeab37ddb6f scsi: dpt_i2o: Remove broken pass-through ioctl (I2OUSERCMD)
78a79c625265 drm/rcar: stop using 'imply' for dependencies
4c3dda6b7cfd tpm, tpm_tis: Request threaded interrupt handler
19750d7b575a regmap: Account for register length when chunking
6cb7e7579a3d KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
d56c2ab32594 ksmbd: fix incorrect AllocationSize set in smb2_get_info
380b47932e76 ksmbd: fix credit count leakage
8a870c07a1df KVM: x86: Account fastpath-only VM-Exits in vCPU stats
808ed7d86ed9 test_firmware: fix the memory leak of the allocated firmware buffer
4b7a35eb8a18 serial: 8250_tegra: Fix an error handling path in tegra_uart_probe()
fc8ef0714161 fbcon: Fix null-ptr-deref in soft_cursor
a0790a7739a2 ext4: add lockdep annotations for i_data_sem for ea_inode's
a8c3024c3e46 ext4: disallow ea_inodes with extended attributes
39a66e7a2987 ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()
bdbfbb7d5057 ext4: add EA_INODE checking to ext4_iget()
efa3fe247d6b selftests: mptcp: sockopt: skip if MPTCP is not supported
95ad73b62765 selftests: mptcp: pm nl: skip if MPTCP is not supported
30bacfd8caf6 selftests: mptcp: connect: skip if MPTCP is not supported
2712a1ba0597 tracing/probe: trace_probe_primary_from_call(): checked list_first_entry
8a716b28b933 selinux: don't use make's grouped targets feature yet
11a8e7fd7231 block: fix revalidate performance regression
538d8504859f usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QM
57a2fd7b2c75 usb: cdns3: allocate TX FIFO size according to composite EP number
d42d869b2cf4 iommu/amd: Fix domain flush size when syncing iotlb
cb21384372d1 powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall
f257c1a6cc86 btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-bounds
292806cfe43d tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL_SBK
3fda903511f3 mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling order
dade1f4a379d mmc: vub300: fix invalid response handling
3eb4590bc37c block/blk-iocost (gcc13): keep large values in a new enum
43124187fe3a ath6kl: Use struct_group() to avoid size-mismatched casting
43f4aca98bf2 x86/boot: Wrap literal addresses in absolute_pointer()
3cfd7f042e67 drm/amd/pm: reverse mclk and fclk clocks levels for renoir
7e0c25b39065 drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp
fce05ec3deb5 drm/amd/pm: reverse mclk and fclk clocks levels for vangogh
b0dda610b42c ata: libata-scsi: Use correct device no in ata_find_dev()
57f4555bdfa5 scsi: stex: Fix gcc 13 warnings
6f675380db4f misc: fastrpc: reject new invocations during device removal
cebe84b9c02e misc: fastrpc: return -EPIPE to invocations on device removal
d3103fc0d191 md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()
599e19202be2 usb: gadget: f_fs: Add unbind event before functionfs_unbind
c762eafe7949 dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type
7099a87cf5ee net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818
16bd13e701c0 iio: dac: build ad5758 driver when AD5758 is selected
b6622c1fd233 iio: adc: ad7192: Change "shorted" channels to differential
aeec28d83865 iio: dac: mcp4725: Fix i2c_master_send() return value handling
23c6a184c2b8 iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag
4349ee3deef9 iio: light: vcnl4035: fixed chip ID check
db633585e93b dt-bindings: iio: adc: renesas,rcar-gyroadc: Fix adi,ad7476 compatible value
6bd3d6305b6a iio: imu: inv_icm42600: fix timestamp reset
536b4ffa93fa HID: wacom: avoid integer overflow in wacom_intuos_inout()
cfa747cc65ca HID: google: add jewel USB id
11bc983e4393 iio: adc: mxs-lradc: fix the order of two cleanup operations
a5461c3134ce iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT method
6a7d946733ea media: uvcvideo: Don't expose unsupported formats to userspace
6dd02a7bff9d mailbox: mailbox-test: fix a locking issue in mbox_test_message_write()
0f3c55c7d62c nvme-pci: Add quirk for Teamgroup MP33 SSD
c9079eb6f1cf drm/amdgpu: skip disabling fence driver src_irqs when device is unplugged
4238ea044eb2 atm: hide unused procfs functions
5d4c31d93973 drm/msm: Be more shouty if per-process pgtables aren't working
825cc70fbf2f ALSA: oss: avoid missing-prototype warnings
a79da1659cdc nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_disk
9a195b991709 netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with CONFIG_NF_NAT
82f505878f0a wifi: b43: fix incorrect __packed annotation
ab62fc176eac scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failed
e04de12881ca wifi: mac80211: simplify chanctx allocation
24dc97e135e8 arm64: vdso: Pass (void *) to virt_to_page()
2944b9f0fdcf arm64/mm: mark private VM_FAULT_X defines as vm_fault_t
39d84ddd9ebc ARM: dts: stm32: add pin map for CAN controller on stm32f7
b2f00acd5369 wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR value
ce135055be33 ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P
66f05cf2b2fd s390/topology: honour nr_cpu_ids when adding CPUs
79803685425c s390/pkey: zeroize key blobs
42624bc8c30c media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221
22fc36d59eab media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*()
a47a3f7a9bf6 media: dvb-core: Fix use-after-free due to race at dvb_register_device()
50831747cb3a media: dvb-core: Fix use-after-free due on race condition at dvb_net
9f74fec18f4c media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr from ID table
d6c47b235992 media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb()
747a121914e3 media: dvb_ca_en50221: fix a size write bug
34562df4082b media: netup_unidvb: fix irq init by register it at the end of probe
5e56e3d5ebeb media: dvb-usb: dw2102: fix uninit-value in su3000_read_mac_address
5240bc8c0c9a media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer()
cd6764cf45ab media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xfer
ef0d867e295d media: dvb-usb-v2: ce6230: fix null-ptr-deref in ce6230_i2c_master_xfer()
abaf49c5a95d media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer()
4b61ee116a3c media: dvb-usb: az6027: fix three null-ptr-deref in az6027_i2c_xfer()
5e9ad9962f2a media: dvb_demux: fix a bug for the continuity counter
ae3e3ac8b294 ASoC: ssm2602: Add workaround for playback distortions
6cf7f03d2d34 ASoC: dt-bindings: Adjust #sound-dai-cells on TI's single-DAI codecs
133c78bc6769 xfrm: Check if_id in inbound policy/secpath match
f1a6d366cdb1 um: harddog: fix modular build
e9d167ca4810 ASoC: dwc: limit the number of overrun messages
84dfd8bee506 nvme-pci: add quirk for missing secondary temperature thresholds
b32eeafd4eb9 nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G
f7af470fad9c block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE
8ba70707c3fe nbd: Fix debugfs_create_dir error checking
156f5237e9c3 fbdev: stifb: Fix info entry in sti_struct on error path
b3c785428797 fbdev: modedb: Add 1920x1080 at 60 Hz video mode
ad3de274e065 fbdev: imsttfb: Fix use after free bug in imsttfb_probe
fd8b4e28f400 gfs2: Don't deref jdesc in evict
a00cc8562835 platform/x86: intel_scu_pcidrv: Add back PCI ID for Medfield
736626df53e9 media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATE
1eae6e919639 ARM: 9295/1: unwind:fix unwind abort for uleb128 case
af739a701517 btrfs: abort transaction when sibling keys check fails for leaves
872a038dd4c9 drm/ast: Fix ARM compatibility
3291f4a1073a mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write()
fe6f6f470612 drm/amdgpu: Use the default reset when loading or reloading the driver
2226d9ef63d5 ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor IDs.
65221bdde702 watchdog: menz069_wdt: fix watchdog initialisation
6a7bf0038973 drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init"
8ac106aade8f rtnetlink: call validate_linkmsg in rtnl_create_link
beeffe764e07 mtd: rawnand: marvell: don't set the NAND frequency select
6494318f11f3 mtd: rawnand: marvell: ensure timing values are written
0fad29dabce1 net: dsa: mv88e6xxx: Increase wait after reset deactivation
45f47d2cf114 net/sched: flower: fix possible OOB write in fl_set_geneve_opt()
b15adce7d326 net/mlx5: Read embedded cpu after init bit cleared
c3caee8fe178 net/mlx5e: Fix error handling in mlx5e_refresh_tirs
1abb7b04ec37 udp6: Fix race condition in udp6_sendmsg & connect
7dc379f8856b net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report
91b07931c14d net: sched: fix NULL pointer dereference in mq_attach
b1cb1ba1fbfa net/sched: Prohibit regrafting ingress or clsact Qdiscs
cde00dcdf0ce net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs
2e859de5aeb0 net/sched: sch_clsact: Only create under TC_H_CLSACT
cff0af3d1364 net/sched: sch_ingress: Only create under TC_H_INGRESS
a907a389c71c tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set
fade445f3921 tcp: deny tcp_disconnect() when threads are waiting
5434c8128777 af_packet: do not use READ_ONCE() in packet_bind()
60bd1403bab7 RDMA/irdma: Fix Local Invalidate fencing
0b3c392b82cd RDMA/irdma: Prevent QP use after free
bd2af69575f5 RDMA/irdma: Add SW mechanism to generate completions on error
2d04dde4ded7 mtd: rawnand: ingenic: fix empty stub helper definitions
8f61d394b0c2 amd-xgbe: fix the false linkup in xgbe_phy_status
aefcb6ea1d44 af_packet: Fix data-races of pkt_sk(sk)->num.
c8775b97bf96 netrom: fix info-leak in nr_write_internal()
8045788adda6 net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressure
8d9d0bfd4c22 net/mlx5e: Don't attach netdev profile while handling internal error
d002e0287d78 net/mlx5: fw_tracer, Fix event handling
3a7793ae6911 riscv: Fix unused variable warning when BUILTIN_DTB is set
3f1191bc5b6a dmaengine: pl330: rename _start to prevent build error
c4be5d71d7a4 iommu/amd: Don't block updates to GATag if guest mode is on
b4fd38c0c7b8 iommu/rockchip: Fix unwind goto issue
190ea1c39104 RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rx
2fa9ee0fd65d RDMA/bnxt_re: Fix a possible memory leak
fdc977f2e785 dmaengine: at_xdmac: fix potential Oops in at_xdmac_prep_interleaved()
f68eff0faf67 dmaengine: at_xdmac: Move the free desc to the tail of the desc list
ba0e7ca84a93 RDMA/hns: Modify the value of long message loopback slice
15aeb44199e6 RDMA/hns: Fix base address table allocation
b0f40ecc46d9 RDMA/efa: Fix unsupported page sizes in device
f370588ec389 RDMA/bnxt_re: Fix the page_size used during the MR creation
(From OE-Core rev: 20388189ab6d03ae3c6e4fdd0135af4f88e15198)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
d7af3e5ba454 Linux 5.15.115
e226893c935f netfilter: ctnetlink: Support offloaded conntrack entry deletion
395d846c61c5 ipv{4,6}/raw: fix output xfrm lookup wrt protocol
1bb8a65190d4 binder: fix UAF of alloc->vma in race with munmap()
1cae0d51368e binder: add lockless binder_alloc_(set|get)_vma()
dd7aff43d005 Revert "android: binder: stop saving a pointer to the VMA"
6802c700902c Revert "binder_alloc: add missing mmap_lock calls when using the VMA"
09411f1b8672 bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()
0f21b8621756 xdp: xdp_mem_allocator can be NULL in trace_mem_connect().
b6c4afcbd625 irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable
13b290f02094 page_pool: fix inconsistency for page_pool_ring_[un]lock()
3af319d51474 net: page_pool: use in_softirq() instead
1c097b9db173 xdp: Allow registering memory model without rxq reference
623d965c2dee net/mlx5e: Fix SQ wake logic in ptp napi_poll context
9085886c04d9 irqchip/mips-gic: Use raw spinlock for gic_lock
4517730b4c1e irqchip/mips-gic: Get rid of the reliance on irq_cpu_online()
5fd7c1e36b0a binder: fix UAF caused by faulty buffer cleanup
c88d21c0ae32 bonding: fix send_peer_notif overflow
7ee611fc85ad Bonding: add arp_missed_max option
5b925b48bebc net: dsa: mt7530: fix network connectivity with multiple CPU ports
5a7266feaa6d net: dsa: mt7530: split-off common parts from mt7531_setup
0753c1ef2419 net: dsa: mt7530: rework mt753[01]_setup
9902f91cf666 net: dsa: introduce helpers for iterating through ports using dp
d84b42b72526 net: phy: mscc: enable VSC8501/2 RGMII RX clock
3dce2f3d8359 platform/x86: ISST: Remove 8 socket limit
017a634f9f38 platform/x86: ISST: PUNIT device mapping with Sub-NUMA clustering
ff455f7fbce7 net/mlx5: Devcom, serialize devcom registration
69966bce28da net/mlx5e: Fix deadlock in tc route query code
1c4e3cf8944f net/mlx5: devcom only supports 2 ports
79ea1a12fb9a bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
1f06b2a60445 power: supply: bq24190: Call power_supply_changed() after updating input current
8c6f881dc13b power: supply: core: Refactor power_supply_set_input_current_limit_from_supplier()
1f9367a890ac power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to stabilize
75a7e9de60a2 power: supply: bq27xxx: Ensure power_supply_changed() is called on current sign changes
e4c708a9bbde power: supply: bq27xxx: Move bq27xxx_battery_update() down
2288fa1ae9b1 power: supply: bq27xxx: expose battery data when CI=1
(From OE-Core rev: acb7f13dd673b15706f56a6b12ab4637a54e89f8)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
0ab06468cbd1 Linux 5.15.114
193c59ba7299 net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE
350b95e86ca9 3c589_cs: Fix an error handling path in tc589_probe()
7c2fa3e56d95 regulator: mt6359: add read check for PMIC MT6359
28ebfb74fbf5 firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors
34b0985ebdfc arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay
1e7550653680 net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device
a89a69cea44c net/mlx5: Fix error message when failing to allocate device memory
e8a974bbf4a5 net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE
5e0cc0d502d4 net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs
792a8233fc01 net/mlx5e: do as little as possible in napi poll when budget is 0
fdf8f33e7d03 platform/mellanox: mlxbf-pmc: fix sscanf() error checking
d5ab5447d910 forcedeth: Fix an error handling path in nv_probe()
ae7c4ec42655 sctp: fix an issue that plpmtu can never go to complete state
ee553694be42 ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg
aafa5019e2a3 x86/show_trace_log_lvl: Ensure stack pointer is aligned, again
90314394a16d xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()
ff151810fb95 coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet()
24cf11474376 regulator: pca9450: Fix BUCK2 enable_mask
cd41ec23503f fs: fix undefined behavior in bit shift for SB_NOUSER
c2f65991097a firmware: arm_ffa: Fix FFA device names for logical partitions
6a26c62625c5 firmware: arm_ffa: Check if ffa_driver remove is present before executing
f64567bd9566 power: supply: sbs-charger: Fix INHIBITED bit for Status reg
71a9f146b3dc power: supply: bq27xxx: Add cache parameter to bq27xxx_battery_current_and_status()
e98e5bebfcaf power: supply: bq27xxx: Fix poll_interval handling and races on remove
e01820a94aea power: supply: bq27xxx: Fix I2C IRQ race on remove
d21b3448577f power: supply: bq27xxx: Fix bq27xxx_battery_update() race condition
c530f60e5a2e power: supply: mt6360: add a check of devm_work_autocancel in mt6360_charger_probe
0dd4881238bc power: supply: leds: Fix blink to LED on transition
5e4bb063dcaf cifs: mapchars mount option ignored
9b92e2d0eb69 ipv6: Fix out-of-bounds access in ipv6_find_tlv()
bf478c2643ba bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
79081b3f489a octeontx2-pf: Fix TSOv6 offload
114657365c88 selftests: fib_tests: mute cleanup error message
e06841a2abf9 net: fix skb leak in __skb_tstamp_tx()
8f1512d78b5d ASoC: lpass: Fix for KASAN use_after_free out of bounds
b1bde4b4360c media: radio-shark: Add endpoint checks
43f569fd0699 USB: sisusbvga: Add endpoint checks
da0f4b557682 USB: core: Add routines for endpoint checks in old drivers
387bd0a3af3b udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().
cf3b5cd7127c net: fix stack overflow when LRO is disabled for virtual interfaces
9e12c58a5ece fbdev: udlfb: Fix endpoint check
aee97eec7702 debugobjects: Don't wake up kswapd from fill_pool()
c09a7b6190f5 x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms
a9ffd42eb9ab perf/x86/uncore: Correct the number of CHAs on SPR
277f206bb874 parisc: Fix flush_dcache_page() for usage from irq context
eff115ca949a selftests/memfd: Fix unknown type name build failure
1a98b6e028ee x86/mm: Avoid incomplete Global INVLPG flushes
683bb30c6947 dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type
647af8a998c2 btrfs: use nofs when cleaning up aborted transactions
7e93fe1d1733 gpio: mockup: Fix mode of debugfs files
3a2d238c5a3a parisc: Allow to reboot machine after system halt
96f8dd0483c8 parisc: Handle kgdb breakpoints only in kernel context
16deb7413ace m68k: Move signal frame following exception on 68020/030
9be921854e98 net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize
1f6ae24e3d5a ASoC: rt5682: Disable jack detection interrupt during suspend
693acaa739dc mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works
7177586e06ff ALSA: hda/realtek: Enable headset onLenovo M70/M90
e6a624451afb ALSA: hda: Fix unhandled register update during auto-suspend period
7716da3fa10b ALSA: hda/ca0132: add quirk for EVGA X299 DARK
c37eb46c613a arm64: Also reset KASAN tag if page is not PG_mte_tagged
291fe3d6f5db ocfs2: Switch to security_inode_init_security()
4badd33929c0 spi: fsl-cpm: Use 16 bit mode for large transfers with even size
28ffe8c84603 spi: fsl-spi: Re-organise transfer bits_per_word adaptation
381e55bffe15 ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
ca338fa8032a watchdog: sp5100_tco: Immediately trigger upon starting.
6312c7cc07f3 dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries
7ef9045fe758 dt-bindings: ata: ahci-ceva: convert to yaml
f19171155305 usb: dwc3: fix gadget mode suspend interrupt handler issue
7919af1dcb8e usb: gadget: Properly configure the device for remote wakeup
(From OE-Core rev: b83b248e5042dd1e9fdbc4c48be1af188fece1df)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Backport a patch from upstream to fix CVE-2023-1972.
(From OE-Core rev: ebb15853372d28808189fc417409229ed051ad57)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 10d63933e3a30bfac2f6cec896460c22e04baadd)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
It's meta-openembedded and not meta-openbedded, let's fix it.
Fixes: de6e7c05fbcf ("manuals: stop referring to the meta-openembedded repo from GitHub")
Cc: Quentin Schulz <foss+yocto@0leil.net>
(From yocto-docs rev: 54d849d259a332389beea159d789f8fa92871475)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Add a dependency which should have been in this list but wasn't, found
when debugging create-spdx hash issues.
(From OE-Core rev: 0bb0592f4c8de7aa192a940e6d06ce0c4df1637c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1075b9fc5d562dada45b3187cb737511ff8c7376)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Below commits on binutils-2.40 stable branch are updated.
0dc8f96598a Updated Swedish translation for the opcodes directory
85c5365527f New Georgian translation for the bfd sub-directory.
(From OE-Core rev: eeed062f7c9b3c615080678e7ad66d4906b01dc2)
Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Update dbus to 1.14.8 to fix CVE-2023-34969 and serveral bugs
changes:
f90d4f1693/NEWS
commits:
55d11f57 doc/dbus-api-design: fix wrong closing tag
a96f417f CI: Run a detached pipeline for merge requests
9e0477fc CI: Only run for pushes to dbus
077f7e43 CI: Remove an obsolete workaround
07fe44f4 CI: Update Windows runners
ec708d55 CI: Avoid using a no-op download location that gives a 403 error
45e6e93e dbus_message_iter_get_signature: Fix two memory leaks on OOM
0bb1942e dbus-internals: use `_DBUS_FUNCTION_NAME` in `_dbus_verbose()`
8df1b8be dbus-sysdeps-win: do not log function name twice
5c3a4e81 dbus-spawn-win: use `_DBUS_FUNCTION_NAME` instead of `__FUNCTION__`
8e457296 Update NEWS
e1ffce17 Revert "CI: Remove an obsolete workaround"
40c0802f monitor test: Log the messages that we monitored
a70c8f2f bus: Assign a serial number for messages from the driver
39b5c617 monitor test: Reproduce #457
f99e5de1 Update NEWS
21414587 AUTHORS: Update
f90d4f16 Release v1.14.8
(From OE-Core rev: c1f21ec27cc7ac54040457c8591fdfedf25440bf)
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
76ba310227d2 Linux 6.1.32
cd51ba98aeaa tools headers UAPI: Sync the linux/in.h with the kernel sources
2cd02ae65654 netfilter: ctnetlink: Support offloaded conntrack entry deletion
55ce796e9b0a cpufreq: amd-pstate: Add ->fast_switch() callback
c18f6919b4e7 cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf()
efc8ec1636fa block: fix bio-cache for passthru IO
5d08604754e8 Revert "thermal/drivers/mellanox: Use generic thermal_zone_get_trip() function"
2333dbc88f38 bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()
6c1fad655b40 drm/amd: Don't allow s0ix on APUs older than Raven
83a7f27c5b94 octeontx2-af: Add validation for lmac type
3236221bb8e4 RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"
592af07ac0c8 wifi: iwlwifi: mvm: fix potential memory leak
0c469078bde4 wifi: iwlwifi: mvm: support wowlan info notification version 2
b5ceb6aac607 wifi: rtw89: correct 5 MHz mask setting
07c8c1a3cfcf net: phy: mscc: enable VSC8501/2 RGMII RX clock
7c95f56995c6 page_pool: fix inconsistency for page_pool_ring_[un]lock()
7dccd5fa7edb net: page_pool: use in_softirq() instead
cd3c5e4e0d60 vfio/type1: check pfn valid before converting to struct page
6793a3c6326e blk-mq: fix race condition in active queue accounting
fe735073a50e bpf, sockmap: Incorrectly handling copied_seq
dd628fc697ee bpf, sockmap: Wake up polling after data copy
ab90b68f650e bpf, sockmap: TCP data stall on recv before accept
3a2129ebae35 bpf, sockmap: Handle fin correctly
ba4fec5bd6f8 bpf, sockmap: Improved check for empty queue
1e4e379ccde8 bpf, sockmap: Reschedule is now done through backlog
9f4d7efb3345 bpf, sockmap: Convert schedule_work into delayed_work
4ae2af3e59e2 bpf, sockmap: Pass skb ownership through read_skb
49b5b5bfeef1 gpio-f7188x: fix chip name and pin count on Nuvoton chip
085f27f48c84 net/mlx5: E-switch, Devcom, sync devcom events and devcom comp register
3347ac7a8160 tls: rx: strp: preserve decryption status of skbs when needed
ba93977437e7 tls: rx: strp: factor out copying skb data
52a89de3e9f2 tls: rx: strp: force mixed decrypted records into copy mode
c48b8399e430 tls: rx: strp: fix determining record length in copy mode
ecd9f6ed9ed2 tls: rx: strp: set the skb->len of detached / CoW'ed skbs
e734a693a24c tls: rx: device: fix checking decryption status
b3e54fb3a35d platform/x86/amd/pmf: Fix CnQF and auto-mode after resume
8e8c33cc89a0 selftests/bpf: Fix pkg-config call building sign-file
ca39992f1048 firmware: arm_ffa: Fix usage of partition info get count flag
3f5413c95445 ipv{4,6}/raw: fix output xfrm lookup wrt protocol
6728486447ee inet: Add IP_LOCAL_PORT_RANGE socket option
(From OE-Core rev: b8979a5048621c99ca2e488813908ff51c257d55)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 34ba408ca84839e82dba63e2f6b4673e8d5caaa2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
d2869ace6eeb Linux 6.1.31
2f32b89d8120 net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE
3bcb97e4241b 3c589_cs: Fix an error handling path in tc589_probe()
9540765d1882 net/smc: Reset connection when trying to use SMCRv2 fails.
be4022669e66 regulator: mt6359: add read check for PMIC MT6359
22157f744581 firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors
1ae70faa86fd arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay
3e8a82fb55a6 net/mlx5: Devcom, serialize devcom registration
eaa365c10459 net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device
411e4d6caa7f net/mlx5: Collect command failures data only for known commands
390aa5c006b3 net/mlx5: Fix error message when failing to allocate device memory
59dd110ca241 net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE
b17294e7aa8c net/mlx5: Handle pairing of E-switch via uplink un/load APIs
e501ab136691 net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs
6f0dce5f7822 net/mlx5e: do as little as possible in napi poll when budget is 0
00959a1bad58 net/mlx5e: Use correct encap attribute during invalidation
362063df6cee net/mlx5e: Fix deadlock in tc route query code
2051f762c508 net/mlx5e: Fix SQ wake logic in ptp napi_poll context
47b4f741a3f6 platform/mellanox: mlxbf-pmc: fix sscanf() error checking
04238c23853a forcedeth: Fix an error handling path in nv_probe()
0392c9185d71 sctp: fix an issue that plpmtu can never go to complete state
c9e09b070d0b cxl: Wait Memory_Info_Valid before access memory related info
ad72cb5899ce ASoC: Intel: avs: Access path components under lock
6ae9cf40b4e0 ASoC: Intel: avs: Fix declaration of enum avs_channel_config
5eaaad19c82c ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg
d8cfe5ccc98e x86/show_trace_log_lvl: Ensure stack pointer is aligned, again
a7edc86e149e xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()
53384076f743 x86/pci/xen: populate MSI sysfs entries
84b211b02894 ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator
225a5f394b09 coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet()
55224690958c platform/x86: ISST: Remove 8 socket limit
f34428b5a373 regulator: pca9450: Fix BUCK2 enable_mask
ccc6e9ded63b fs: fix undefined behavior in bit shift for SB_NOUSER
dfc5aaa57f52 firmware: arm_ffa: Fix FFA device names for logical partitions
ad73dc7263ea firmware: arm_ffa: Check if ffa_driver remove is present before executing
06ec5be89118 optee: fix uninited async notif value
9c744c6ff238 power: supply: sbs-charger: Fix INHIBITED bit for Status reg
71e60a58d7f6 power: supply: bq24190: Call power_supply_changed() after updating input current
1f02bfd5d94c power: supply: bq25890: Call power_supply_changed() after updating input current or voltage
57842035d298 power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to stabilize
221f7cb12285 power: supply: bq27xxx: Ensure power_supply_changed() is called on current sign changes
3c573e7910c6 power: supply: bq27xxx: Move bq27xxx_battery_update() down
9108ede08d7a power: supply: bq27xxx: Add cache parameter to bq27xxx_battery_current_and_status()
d952a1eaafcc power: supply: bq27xxx: Fix poll_interval handling and races on remove
e65fee45687f power: supply: bq27xxx: Fix I2C IRQ race on remove
d746fbf4f09c power: supply: bq27xxx: Fix bq27xxx_battery_update() race condition
e1073f81478f power: supply: mt6360: add a check of devm_work_autocancel in mt6360_charger_probe
2ac38f130e5b power: supply: leds: Fix blink to LED on transition
94373413e13d cifs: mapchars mount option ignored
91dd8aab9c9f ipv6: Fix out-of-bounds access in ipv6_find_tlv()
9bc1dbfd9158 lan966x: Fix unloading/loading of the driver
1a9e80f757bb bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
177ee41f6162 bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
a1d7c357f4dc octeontx2-pf: Fix TSOv6 offload
4883d9e2a221 selftests: fib_tests: mute cleanup error message
722af06e6100 drm: fix drmm_mutex_init()
cc18b4685910 net: fix skb leak in __skb_tstamp_tx()
8d81d3b0ed36 ASoC: lpass: Fix for KASAN use_after_free out of bounds
53764a17f5d8 media: radio-shark: Add endpoint checks
d5dba4b7bf90 USB: sisusbvga: Add endpoint checks
09e9d1f52f97 USB: core: Add routines for endpoint checks in old drivers
2a112f04629f udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().
ed66e6327a69 net: fix stack overflow when LRO is disabled for virtual interfaces
c8fdf7feca77 fbdev: udlfb: Fix endpoint check
d7fff52c99d5 debugobjects: Don't wake up kswapd from fill_pool()
8694853768e3 irqchip/mips-gic: Use raw spinlock for gic_lock
dc1b7641a989 irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable
4ca6b06e9be2 x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms
ed0ef89508d2 perf/x86/uncore: Correct the number of CHAs on SPR
f3078be2febb drm/amd/amdgpu: limit one queue per gang
34570f85a282 selftests/memfd: Fix unknown type name build failure
931ea1ed31be binder: fix UAF of alloc->vma in race with munmap()
e1e198eff1fb binder: fix UAF caused by faulty buffer cleanup
d7cee853bcb0 binder: add lockless binder_alloc_(set|get)_vma()
72a94f8c14a1 Revert "android: binder: stop saving a pointer to the VMA"
7e6b8548549e Revert "binder_alloc: add missing mmap_lock calls when using the VMA"
8069bcaa5b39 drm/amd/pm: Fix output of pp_od_clk_voltage
6acfbdda4d06 drm/amd/pm: add missing NotifyPowerSource message mapping for SMU13.0.7
8756863c7fe0 drm/radeon: reintroduce radeon_dp_work_func content
3897ac532af0 drm/mgag200: Fix gamma lut not initialized.
3970ee926e7e dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type
937264cd9aab btrfs: use nofs when cleaning up aborted transactions
63e12910b7f5 gpio: mockup: Fix mode of debugfs files
b49706d1799a parisc: Handle kprobes breakpoints only in kernel context
5596e2ef5f1a parisc: Enable LOCKDEP support
d935edd510d7 parisc: Allow to reboot machine after system halt
c49ffd89b66e parisc: Fix flush_dcache_page() for usage from irq context
c0993b463fe7 parisc: Handle kgdb breakpoints only in kernel context
e1f14a407140 parisc: Use num_present_cpus() in alternative patching code
bd90ac0002d1 xtensa: add __bswap{si,di}2 helpers
522bbbfcb612 xtensa: fix signal delivery to FDPIC process
084566050891 m68k: Move signal frame following exception on 68020/030
6147745d43ff net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize
da1e8adab366 ASoC: rt5682: Disable jack detection interrupt during suspend
72c28207c19c power: supply: bq25890: Fix external_power_changed race
0456b912121e power: supply: axp288_fuel_gauge: Fix external_power_changed race
7d5e0150eeec mmc: block: ensure error propagation for non-blk
a24aec210aa5 mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works
0d97634ad498 SUNRPC: Don't change task->tk_status after the call to rpc_exit_task
40599969ff58 ALSA: hda/realtek: Enable headset onLenovo M70/M90
7d3d306f159e ALSA: hda: Fix unhandled register update during auto-suspend period
5222e81afa26 ALSA: hda/ca0132: add quirk for EVGA X299 DARK
688c9af6e5fc platform/x86/intel/ifs: Annotate work queue on stack so object debug does not complain
c26b9e193172 x86/mm: Avoid incomplete Global INVLPG flushes
4eb600f386ef arm64: Also reset KASAN tag if page is not PG_mte_tagged
8bdf47f9dbea ocfs2: Switch to security_inode_init_security()
28ee628fff1e drm/amd/display: hpd rx irq not working with eDP interface
7bfd4c0ebcb4 net: dsa: mv88e6xxx: Add RGMII delay to 88E6320
66ede2e4235f platform/x86: hp-wmi: Fix cast to smaller integer type warning
0dbc898f5917 skbuff: Proactively round up to kmalloc bucket size
ac2f5739fdca drm/amdgpu/mes11: enable reg active poll
a2fe4534bb38 drm/amd/amdgpu: update mes11 api def
ae9e65319f99 watchdog: sp5100_tco: Immediately trigger upon starting.
7cd46930b8bf tpm: Prevent hwrng from activating during resume
25d38d5eaa1f tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers
e76f61a2c523 tpm, tpm_tis: startup chip before testing for interrupts
9953dbf65f92 tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume
c5a5d33886a7 tpm, tpm_tis: Only handle supported interrupts
5c4c8075bc8a tpm, tpm_tis: Avoid cache incoherency in test for interrupts
1ec145277a26 usb: dwc3: fix gadget mode suspend interrupt handler issue
(From OE-Core rev: 30f4430d8cae3edbe596e23b92996717159d1f0a)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d03ecad7bd2997654d2a623b59b409ff0c0f363b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
a343b0dd87b4 Linux 6.1.30
da9a8dc33da2 drm/amdgpu: reserve the old gc_11_0_*_mes.bin
616843d5a11b drm/amd/amdgpu: introduce gc_*_mes_2.bin v2
09bf14907d86 drm/amdgpu: declare firmware for new MES 11.0.4
f05ccf6a6ac6 crypto: testmgr - fix RNG performance in fuzz tests
682679fc953d remoteproc: imx_dsp_rproc: Fix kernel test robot sparse warning
7099e14f601e rethook, fprobe: do not trace rethook related functions
c46d3efb4d23 rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
4e38a02b2207 arm64: mte: Do not set PG_mte_tagged if tags were not initialized
02cf4a336e7d s390/qdio: fix do_sqbs() inline assembly constraint
25e8d30507aa s390/crypto: use vector instructions only if available for ChaCha20
eeb63c07ba72 s390/dasd: fix command reject error on ESE devices
acc2a40e428f nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()
0fc73f310c05 powerpc/64s/radix: Fix soft dirty tracking
ae5d148965bc tpm/tpm_tis: Disable interrupts for more Lenovo devices
9a74146540cf powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV device
fc983cf5ddd2 powerpc/iommu: DMA address offset is incorrectly calculated with 2MB TCEs
6e092fa42ed1 dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries
76313a63f779 drm/amdgpu/gfx11: update gpu_clock_counter logic
055852074c96 drm/amdgpu: refine get gpu clock counter method
4e2f9159f942 drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 as well
abfe2ffc004a drm/amdgpu/gfx10: Disable gfxoff before disabling powergating.
9de5a985884a drm/amdgpu/gmc11: implement get_vbios_fb_size()
903e942500c6 drm/amd/pm: fix possible power mode mismatch between driver and PMFW
595824a45090 ceph: force updating the msg pointer in non-split case
3338d0b9acde vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF
e16629c639d4 thunderbolt: Clear registers properly when auto clear isn't in use
abc7e50e891f serial: qcom-geni: fix enabling deactivated interrupt
1db5db7a99a0 serial: 8250_exar: Add support for USR298x PCI Modems
cda8aa19bfdb serial: Add support for Advantech PCI-1611U card
2cab13f500a6 mm: fix zswap writeback race condition
254ee530286a maple_tree: make maple state reusable after mas_empty_area()
6c4172d44cf9 statfs: enforce statfs[64] structure initialization
154de42fe3f2 KVM: Fix vcpu_array[0] races
75378b03a90d ksmbd: fix global-out-of-bounds in smb2_find_context_vals
40d90ee0275a ksmbd: fix wrong UserName check in session_user
af7335a4b946 ksmbd: allocate one more byte for implied bcc[0]
f1d013b0f0f0 ksmbd: smb2: Allow messages padded to 8byte boundary
4d25f93e64be SMB3: drop reference to cfile before sending oplock break
3b66d58c89fd SMB3: Close all deferred handles of inode in case of handle lease break
107677a8f435 wifi: rtw88: use work to update rate to avoid RCU warning
d61191092d63 can: kvaser_pciefd: Disable interrupts in probe error path
eabb11236a64 can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt
45ce3beb02a0 can: kvaser_pciefd: Clear listen-only bit if not explicitly requested
fcdfc1860f8a can: kvaser_pciefd: Empty SRB buffer in probe
50bdf44a1bda can: kvaser_pciefd: Call request_irq() before enabling interrupts
24bdfcb09947 can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop()
9cd1025b1a46 can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag
836641cc41cd can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag
0eee95cbbbf7 ALSA: hda/realtek: Fix mute and micmute LEDs for yet another HP laptop
0cc95fdb67bb ALSA: hda/realtek: Add quirk for HP EliteBook G10 laptops
4ea7c3388f38 ALSA: hda/realtek: Add quirk for 2nd ASUS GU603
9328c6569457 ALSA: hda/realtek: Add a quirk for HP EliteDesk 805
30043b0a065c ALSA: hda/realtek: Add quirk for Clevo L140AU
0e1e6c077952 ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table
dc8c569d59f1 ALSA: hda: Fix Oops by 9.1 surround channel names
44f2ed29e16d xhci: Fix incorrect tracking of free space on transfer rings
643a45387896 xhci-pci: Only run d3cold avoidance quirk for s2idle
ea56ede91178 Revert "usb: gadget: udc: core: Invoke usb_gadget_connect only when started"
7356d42ceffe Revert "usb: gadget: udc: core: Prevent redundant calls to pullup"
08bd1be1c716 usb: typec: altmodes/displayport: fix pin_assignment_show
f1f810e54163 usb: gadget: u_ether: Fix host MAC address case
a9342bd4c29b usb: dwc3: debugfs: Resume dwc3 before accessing registers
ad43004fd532 usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume()
56a0769fa40a USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit value
4c3312745ffb usb-storage: fix deadlock when a scsi command timeouts more than once
0ced12bdf624 USB: usbtmc: Fix direction for 0-length ioctl control messages
2cd7d88fcb1e ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go
d319fe244e87 bridge: always declare tunnel functions
a836be60a3aa netfilter: nft_set_rbtree: fix null deref on element insertion
8f58c538573a netfilter: nf_tables: fix nft_trans type confusion
d862b63605df net: selftests: Fix optstring
fdc5c8fb57d7 net: pcs: xpcs: fix C73 AN not getting enabled
ee44bacf462d net: wwan: iosm: fix NULL pointer dereference when removing device
c3e3e8933faa vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()
e02d2b987c02 igb: fix bit_shift to be in [1..8] range
516114d7fb58 net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset
172146c26f0c cassini: Fix a memory leak in the error handling path of cas_init_one()
9cae243b9ae2 tun: Fix memory leak for detached NAPI queue.
e2d59768f851 net: tun: rebuild error handling in tun_get_user
ae42c6f79cec scsi: storvsc: Don't pass unused PFNs to Hyper-V host
557ba100d8cf wifi: iwlwifi: mvm: don't trust firmware n_channels
a270c552ced3 wifi: iwlwifi: mvm: fix OEM's name in the tas approved list
bc907fbf48bc wifi: iwlwifi: fix OEM's name in the ppag approved list
2160e1198191 wifi: iwlwifi: fw: fix DBGI dump
a20550b3aac3 wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlock
bc2265643208 wifi: mac80211: Abort running color change when stopping the AP
01a4503d9fb8 wifi: mac80211: fix min center freq offset tracing
c79d794a2cd7 wifi: mac80211: fortify the spinlock against deadlock by interrupt
f9a85347e4d1 wifi: cfg80211: Drop entries with invalid BSSIDs in RNR
dda9c9b117a2 ice: Fix ice VF reset during iavf initialization
f181d799fb53 ice: introduce clear_reset_state operation
36e6c7ada5ed net: bcmgenet: Restore phy_stop() depending upon suspend/close
41357a52b83e net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()
e90cefcffd73 can: dev: fix missing CAN XL support in can_put_echo_skb()
c9abef1e07ff s390/cio: include subchannels without devices also for evaluation
f215b62f59be tipc: check the bearer min mtu properly when setting it by netlink
259683001d7e tipc: do not update mtu if msg_max is too small in mtu negotiation
735c64ea8802 tipc: add tipc_bearer_min_mtu to calculate min mtu
73f53bc29572 virtio_net: Fix error unwinding of XDP initialization
978a55b0c096 virtio-net: Maintain reverse cleanup order
6fbedf987b6b net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()
82ede435440e drm/exynos: fix g2d_open/close helper function definitions
866c78a3a99b ASoC: SOF: topology: Fix logic for copying tuples
3e56a1c04882 ASoC: mediatek: mt8186: Fix use-after-free in driver remove path
da1b6989764d SUNRPC: Fix trace_svc_register() call site
47adb84916ee SUNRPC: always free ctxt when freeing deferred request
fd86534872f4 SUNRPC: double free xprt_ctxt while still in use
07821524f67b media: netup_unidvb: fix use-after-free at del_timer()
4147a0cee15d net: hns3: fix reset timeout when enable full VF
89982e050110 net: hns3: fix reset delay time to avoid configuration timeout
2a06c5ab7b92 net: hns3: fix sending pfc frames after reset issue
8ee34c90ce5e net: hns3: fix output information incomplete for dumping tx queue info with debugfs
37c1e28967e1 net: dsa: rzn1-a5psw: disable learning for standalone ports
7ceeb5608d16 net: dsa: rzn1-a5psw: fix STP states handling
374c9cf3ad60 net: dsa: rzn1-a5psw: enable management frames for CPU port
33a93db90967 erspan: get the proto with the md version for collect_md
2a3e5f428fc4 serial: 8250_bcm7271: fix leak in `brcmuart_probe`
dcf08087c2cd serial: 8250_bcm7271: balance clk_enable calls
081790eee6b4 serial: arc_uart: fix of_iomap leak in `arc_serial_probe`
820a60a4160f tcp: fix possible sk_priority leak in tcp_v4_send_reset()
9bcf4794f1c6 vsock: avoid to close connected socket after the timeout
116cc7670f06 sfc: disable RXFCS and RXALL features by default
1c052acd717a ALSA: hda/realtek: Apply HP B&O top speaker profile to Pavilion 15
a16bf8f9c8b5 wifi: mt76: connac: fix stats->tx_bytes calculation
ee1a221d9478 ALSA: firewire-digi00x: prevent potential use after free
ea9c758184ae net: phy: dp83867: add w/a for packet errors seen with short cables
9407454a9b18 net: fec: Better handle pm_runtime_get() failing in .remove()
e412fa5d81f0 selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_test
7099beeec97d selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_test
c498e5d39294 drm/msm: Fix submit error-path leaks
474d57adf16a af_key: Reject optional tunnel/BEET mode templates in outbound policies
e5a0b280b05f xfrm: Reject optional tunnel/BEET mode templates in outbound policies
0d778f0cb131 cpupower: Make TSC read per CPU for Mperf monitor
ce6c7befc2ea ASoC: fsl_micfil: Fix error handler with pm_runtime_enable
9d3ac384cbce platform: Provide a remove callback that returns no value
394336e13973 dt-bindings: display/msm: dsi-controller-main: Document qcom, master-dsi and qcom, sync-dual-dsi
97d6437cbf10 drm/msm/dpu: Remove duplicate register defines from INTF
d6d90e140226 drm/msm/dpu: Move non-MDP_TOP INTF_INTR offsets out of hwio header
092f382f65c4 drm/msm/dpu: Assign missing writeback log_mask
ccde7016d131 drm/msm/dp: unregister audio driver during unbind
6867c4b5dbfe Revert "Fix XFRM-I support for nested ESP tunnels"
070d0047c670 xfrm: don't check the default policy if the policy allows the packet
7b5a8a23acbc drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs
b5f3f923d421 platform/x86: hp-wmi: add micmute to hp_wmi_keymap struct
1189b7f49540 platform/x86: Move existing HP drivers to a new hp subdir
c9888aaed1a2 parisc: Replace regular spinlock with spin_trylock on panic path
e112b2e26569 mfd: intel-lpss: Add Intel Meteor Lake PCH-S LPSS PCI IDs
77f43c014a77 mfd: dln2: Fix memory leak in dln2_probe()
d3ee2f9e3069 mfd: intel_soc_pmic_chtwc: Add Lenovo Yoga Book X90F to intel_cht_wc_models
4e5e9da139c0 soundwire: bus: Fix unbalanced pm_runtime_put() causing usage count underflow
60eb1afb4fb6 soundwire: qcom: gracefully handle too many ports in DT
3060b08d633a phy: st: miphy28lp: use _poll_timeout functions for waits
81e8f1abd08f soundwire: dmi-quirks: add remapping for Intel 'Rooks County' NUC M15
895130e63c93 recordmcount: Fix memory leaks in the uwrite function
4e2df9111887 lkdtm/stackleak: Fix noinstr violation
fa825017fb15 sched: Fix KCSAN noinstr violation
eaa182a6c81c mcb-pci: Reallocate memory region to avoid memory overlapping
af4d6dbb1a92 serial: 8250: Reinit port->pm on port specific driver unbind
6a4cef8244de usb: typec: tcpm: fix multiple times discover svids error
1edff076cc41 HID: wacom: generic: Set battery quirk only when we see battery data
37358a22a334 HID: Ignore battery for ELAN touchscreen on ROG Flow X13 GV301RA
10ba1c342451 HID: apple: Set the tilde quirk flag on the Geyser 3
f3e2f3e0a7af ASoC: amd: yc: Add ThinkBook 14 G5+ ARP to quirks list for acp6x
1a6371c50b79 ASoC: amd: Add Dell G15 5525 to quirks list
26fda3734523 ALSA: hda: LNL: add HD Audio PCI ID
907d6b615e79 usb: typec: ucsi: acpi: add quirk for ASUS Zenbook UM325
b484aa214763 spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3
1844749dcfc4 HID: logitech-hidpp: Reconcile USB and Unifying serials
16420da84522 HID: logitech-hidpp: Don't use the USB serial for USB devices
2e64faf6553b ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A42)
6ce24d176ea6 staging: axis-fifo: initialize timeouts in init only
b268082188e6 HID: apple: Set the tilde quirk flag on the Geyser 4 and later
ec310591cf83 staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE
022fe9fcac06 Bluetooth: btrtl: Add the support for RTL8851B
fd269a0435f8 Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp
2f4a1b24dad0 Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851
76dd7893bd10 Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if not set
803ba6dcc4b6 Bluetooth: btintel: Add LE States quirk support
ea160ece0866 Bluetooth: btrtl: check for NULL in btrtl_set_quirks()
f4f3cbdbf2c8 Bluetooth: Improve support for Actions Semi ATS2851 based devices
88deda7cd8fa Bluetooth: btrtl: add support for the RTL8723CS
c97ab504419b Bluetooth: Add new quirk for broken local ext features page 2
d9a68e9e89ce Bluetooth: btusb: Add new PID/VID 04ca:3801 for MT7663
75481fa7aa5b ipvs: Update width of source for ip_vs_sync_conn_options
fab766c8a1af nbd: fix incomplete validation of ioctl arg
068fd06148fb wifi: ath11k: Fix SKB corruption in REO destination ring
57189c885149 wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace
fd35b7bb6d5a null_blk: Always check queue mode setting from configfs
63e2d06adf6b wifi: iwlwifi: fix iwl_mvm_max_amsdu_size() for MLO
e78526a06b53 wifi: ath11k: Ignore frags from uninitialized peer in dp.
1655cfc85250 block, bfq: Fix division by zero error on zero wsum
dbebdee3f2e9 wifi: iwlwifi: mvm: fix ptk_pn memory leak
eb1ef44efac7 wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf
19f063df737b wifi: iwlwifi: add a new PCI device ID for BZ device
0f9a1bcb9401 wifi: iwlwifi: pcie: fix possible NULL pointer dereference
b4acb6c3ede8 md: fix soft lockup in status_resync
60039bf72f81 bpf: Add preempt_count_{sub,add} into btf id deny list
f2065b8b0a21 samples/bpf: Fix fout leak in hbm's run_bpf_prog
e05d63f8b48a f2fs: fix to check readonly condition correctly
7741ddc882a0 f2fs: fix to drop all dirty pages during umount() if cp_error is set
f4631d295ae3 f2fs: Fix system crash due to lack of free space in LFS
c1b0b32f2dfa crypto: jitter - permanent and intermittent health errors
9d4430b7f862 ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
c6bee8970075 ext4: set goal start correctly in ext4_mb_normalize_request
7739981b9c6a scsi: ufs: ufs-pci: Add support for Intel Lunar Lake
d48590323186 gfs2: Fix inode height consistency check
9c6da3b7f125 scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race condition
c9115f49cf26 lib: cpu_rmap: Avoid use after free on rmap->obj array entries
a7a4def6c704 scsi: target: iscsit: Free cmds before session free
d957a100bcc2 netdev: Enforce index cap in netdev_get_tx_queue
cf1fe8ccb506 net: Catch invalid index in XPS mapping
ee5929c1e85e net: pasemi: Fix return type of pasemi_mac_start_tx()
efb1a2575134 bnxt: avoid overflow in bnxt_get_nvram_directory()
8a7228969431 scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recovery
a9df88cb31dc scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow
e6f4fb28890c ext2: Check block size validity during mount
f8a6c53ff1d9 wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex
c35105f375b5 wifi: brcmfmac: pcie: Provide a buffer of random bytes to the device
4e7a81b5e718 bpf: Annotate data races in bpf_local_storage
660ab315619b wifi: ath: Silence memcpy run-time false positive warning
48e4e06e2c5f media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_setup
83c42283bff0 media: Prefer designated initializers over memset for subdev pad ops
210ef6cd8e63 drm/amdgpu: Fix sdma v4 sw fini error
5675ecd2e0b0 drm/amd: Fix an out of bounds error in BIOS parser
ec5f00a59aad drm/amd/display: Correct DML calculation to follow HW SPEC
cf180afea303 ACPI: video: Remove desktops without backlight DMI quirks
86ba4f7b9f94 irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4
57b5a56cecbe arm64: dts: qcom: sdm845-polaris: Drop inexistent properties
fee613349009 ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in acpi_db_display_objects
8c4a7163b7f1 ACPICA: Avoid undefined behavior: applying zero offset to null pointer
b1db73e27f0b drm/msm/dp: Clean up handling of DP AUX interrupts
a6eb3aa0ec5b drm/tegra: Avoid potential 32-bit integer overflow
a7f9c14aced3 remoteproc: stm32_rproc: Add mutex protection for workqueue
3dc61a19c924 drm/amd/display: fixed dcn30+ underflow issue
86a159fd5bdb ACPI: EC: Fix oops when removing custom query handlers
a8267bc8de73 firmware: arm_sdei: Fix sleep from invalid context BUG
b963e1b7066f arm64: dts: imx8mq-librem5: Remove dis_u3_susphy_quirk from usb_dwc3_0
9a342d4eb9fb memstick: r592: Fix UAF bug in r592_remove due to race condition
110d42025223 drm/rockchip: dw_hdmi: cleanup drm encoder during unbind
79ca94bc3e8c ACPI: processor: Check for null return of devm_kzalloc() in fch_misc_setup()
cc4273233ace media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbols
3c67f49a6643 media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish
6738841f6fcf media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and buffer_finish()
346c97552455 arm64: dts: qcom: msm8996: Add missing DWC3 quirks
44361033a880 remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX DSP Cores
10add04ee608 regmap: cache: Return error in cache sync operations for REGCACHE_NONE
34813f041d0e drm/amd/display: Use DC_LOG_DC in the trasform pixel function
d547d499e451 drm/amd/display: Enable HostVM based on rIOMMU active
898b031dc267 platform/x86: x86-android-tablets: Add Acer Iconia One 7 B1-750 data
09f7da1301cf drm/amd/display: Correct DML calculation to align HW formula
92e6c79acad4 drm/amd/display: populate subvp cmd info only for the top pipe
4b17053ba268 drm/displayid: add displayid_get_header() and check bounds better
48960a503fce fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()
e8c322b76e58 open: return EINVAL for O_DIRECTORY | O_CREAT
d0a8c0e31a09 rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access
801593f70be8 selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
522c441faf82 refscale: Move shutdown from wait_event() to wait_event_idle()
b4319e457d6e ext4: allow ext4_get_group_info() to fail
f12aa035e814 ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set
cd2341c26fb6 ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled
cc4086759fda ext4: reflect error codes from ext4_multi_mount_protect() to its callers
5a08a72da35b fbdev: arcfb: Fix error handling in arcfb_probe()
dcd289136bcc drm/i915: taint kernel when force probing unsupported devices
36fa6187753a drm/i915: Expand force_probe to block probe of devices as well.
86d73b1f98a8 drm/i915/dp: prevent potential div-by-zero
dbf25cc21bef drm/i915: Fix NULL ptr deref by checking new_crtc_state
1b485f39acf3 drm/i915/guc: Don't capture Gen8 regs on Xe devices
e410895892f9 af_unix: Fix data races around sk->sk_shutdown.
75924fb0f373 af_unix: Fix a data race of sk->sk_receive_queue->qlen.
8759c1a361fa net: datagram: fix data-races in datagram_poll()
9e62a4960838 net: mscc: ocelot: fix stat counter register values
610a433810b2 ipvlan:Fix out-of-bounds caused by unclear skb->cb
d695dccb74e3 gve: Remove the code of clearing PBA bit
b4c0af8974be tcp: add annotations around sk->sk_shutdown accesses
55caf900e13c net: add vlan_get_protocol_and_depth() helper
65531f567536 net: deal with most data-races in sk_wait_event()
bd0f360ee864 net: annotate sk->sk_err write from do_recvmmsg()
a115dadf8995 netlink: annotate accesses to nlk->cb_running
6b4585a3c9f0 bonding: fix send_peer_notif overflow
d9176dc690bc netfilter: conntrack: fix possible bug_on with enable_hooks=1
30e4b13b1bfb netfilter: nf_tables: always release netdev hooks from notifier
6fa2e7bb7ba4 net: phy: bcm7xx: Correct read from expansion register
7145f2309d64 net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().
edc1f6d89be3 net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register
9e916db758a0 linux/dim: Do nothing if no time delta between samples
a84b08314f44 tick/broadcast: Make broadcast device replacement work correctly
262841702603 scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in W-LUN suspend
27c6b573d150 net: mdio: mvusb: Fix an error handling path in mvusb_mdio_probe()
3e785c8deb04 net: skb_partial_csum_set() fix against transport header magic value
8547757056c4 ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warnings
3ff962242f5b drm/mipi-dsi: Set the fwnode for mipi_dsi_device
efd2821b8abe drm/fbdev-generic: prohibit potential out-of-bounds access
(From OE-Core rev: 29f984ee73f704fe01f0adf6763605470b1f6dd0)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9e4ec14423ff33557be00aa020ad988d4deafd54)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
fa74641fb6b9 Linux 6.1.29
49f63bd0625a drm/amd/display: Fix hang when skipping modeset
7f6738e003b3 spi: fsl-cpm: Use 16 bit mode for large transfers with even size
441fa642995a spi: fsl-spi: Re-organise transfer bits_per_word adaptation
76ce32682635 x86: fix clear_user_rep_good() exception handling annotation
4ae066699dc0 x86/amd_nb: Add PCI ID for family 19h model 78h
514728ffc05b f2fs: inode: fix to do sanity check on extent cache correctly
85eb8b61dd4c f2fs: fix to do sanity check on extent cache correctly
18ecffd03626 drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values
c5fa4eedddd1 ext4: fix invalid free tracking in ext4_xattr_move_to_block()
d87a4e4094c9 ext4: remove a BUG_ON in ext4_mb_release_group_pa()
19fb73b8eaef ext4: fix lockdep warning when enabling MMP
6e7a97628f27 ext4: bail out of ext4_xattr_ibody_get() fails for any reason
1d2caddbeeee ext4: add bounds checking in get_max_inline_xattr_value_size()
665cc3ba5033 ext4: fix deadlock when converting an inline directory in nojournal mode
f68876aeef96 ext4: improve error handling from ext4_dirhash()
25c9fca7b71c ext4: improve error recovery code paths in __ext4_remount()
748e4bb27d2e ext4: check iomap type only if ext4_iomap_begin() does not fail
b006e2228503 ext4: fix data races when using cached status extents
1fffe4750500 ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum
dba62fa84a8e ext4: fix WARNING in mb_find_extent
1b9c92432fdf locking/rwsem: Add __always_inline annotation to __down_read_common() and inlined callers
98643c991057 drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usage
f95a60099dfd drm: Add missing DP DSC extended capability definitions.
4aba9ab6a007 ksmbd: fix racy issue from smb2 close and logoff with multichannel
502cf9709036 ksmbd: block asynchronous requests when making a delay on session setup
1fc8a2b14ef5 ksmbd: destroy expired sessions
f623f627ad2b ksmbd: fix racy issue from session setup and logoff
91bbf9cb2387 ksmbd: Implements sess->ksmbd_chann_list as xarray
3db734e4d95a drm/amd/display: Change default Z8 watermark values
a009acf68717 drm/amd/display: Update Z8 SR exit/enter latencies
e22ef1561085 drm/amd/display: Update Z8 watermarks for DCN314
cf49b2ff253f ASoC: codecs: wcd938x: fix accessing regmap on unattached devices
400950f66a8a ASoC: codecs: constify static sdw_slave_ops struct
5279ab199cbd ASoC: rt1318: Add RT1318 SDCA vendor-specific driver
1d383f9d6527 drm/amd/display: Lowering min Z8 residency time
e6332695d484 drm/amd/display: Update minimum stutter residency for DCN314 Z8
25f603624246 drm/amd/display: Add minimum Z8 residency debug option
97b3d8eed097 drm/amd/display: Fix Z8 support configurations
182251340884 drm/amd/display: Add debug option to skip PSR CRTC disable
bcde2c877993 drm/amd/display: Add Z8 allow states to z-state support list
83468820168a drm/amd/display: Refactor eDP PSR codes
74a03d3c8d89 drm/i915: Check pipe source size when using skl+ scalers
549ce5199d99 drm/i915/mtl: update scaler source and destination limits for MTL
20a1064a7598 wifi: rtw88: rtw8821c: Fix rfe_option field width
6578ae84e9ad irqchip/loongson-eiointc: Fix registration of syscore_ops
fa29d577e2fc irqchip/loongson-eiointc: Fix incorrect use of acpi_get_vec_parent
9e7f788dd74a irqchip/loongarch: Adjust acpi_cascade_irqdomain_init() and sub-routines
c5111be87376 drm/msm: fix missing wq allocation error handling
46062a1c0a01 drm/msm: Hangcheck progress detection
a7fdb37d93bc drm/msm/adreno: Simplify read64/write64 helpers
cba285695872 f2fs: factor out victim_entry usage from general rb_tree use
4377b1d3b19e f2fs: allocate the extent_cache by default
33112a0a17ef f2fs: refactor extent_cache to support for read and more
3af09dee7f9b f2fs: remove unnecessary __init_extent_tree
91b1554e66bc f2fs: move internal functions into extent_cache.c
155ff41cf28c f2fs: specify extent cache for read explicitly
77d2651cc8b5 drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load error
b2bd08be1a64 fs/ntfs3: Refactoring of various minor issues
fb98336e23c1 HID: wacom: insert timestamp to packed Bluetooth (BT) events
fb2f0c00048b HID: wacom: Set a default resolution for older tablets
7a0731130425 drm/amd: Use `amdgpu_ucode_*` helpers for MES
a3e3a640d4fd drm/amd: Add a new helper for loading/validating microcode
3e1fa150e798 drm/amd: Load MES microcode during early_init
369b89184222 drm/amdgpu: remove deprecated MES version vars
506da05a5e0f drm/amd/pm: avoid potential UBSAN issue on legacy asics
2a179117a3b2 drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend
17a69415679c drm/amd/pm: parse pp_handle under appropriate conditions
348dcdf102a4 drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes
7a8248317b32 drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2)
6197fb331a6e drm/amdgpu: change gfx 11.0.4 external_id range
28c2e072fa13 drm/amdgpu/jpeg: Remove harvest checking for JPEG3
f661ad53658a drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx ras
02e6cb9b3aef drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini
59cb2d46e177 drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini()
59e2439111ac drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_fini
f2e43c98042c drm/amd/display: fix flickering caused by S/G mode
4c1e747ca61c drm/amd/display: filter out invalid bits in pipe_fuses
c2b2641ecb9a drm/amd/display: Fix 4to1 MPC black screen with DPP RCO
cc9942840afa drm/amd/display: Add NULL plane_state check for cursor disable logic
bfe56245f4f1 drm/panel: otm8009a: Set backlight parent to panel device
2e51d7c09d1f irqchip/loongson-eiointc: Fix returned value on parsing MADT
84c64fb57887 irqchip/loongson-pch-pic: Fix pch_pic_acpi_init calling
8a0b544b7cae f2fs: fix potential corruption when moving a directory
424f8cdc0ad2 f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_block
aa0f98c5d196 drm/i915/dsi: Use unconditional msleep() instead of intel_dsi_msleep()
6e1476225ec0 drm/msm: fix workqueue leak on bind errors
544711591a67 drm/msm: fix vram leak on bind errors
0fad173f9cf2 drm/msm: fix drm device leak on bind errors
dd8ce825b165 drm/msm: fix NULL-deref on irq uninstall
16e0e6fb4511 drm/msm: fix NULL-deref on snapshot tear down
5b6b81decdf0 drm/i915/color: Fix typo for Plane CSC indexes
2b01534c8fa2 drm/bridge: lt8912b: Fix DSI Video Mode
47bfe1280456 drm/msm/adreno: fix runtime PM imbalance at gpu load
3d0fdfefb384 ARM: dts: aspeed: romed8hm3: Fix GPIO polarity of system-fault LED
f327c7443610 ARM: dts: s5pv210: correct MIPI CSIS clock name
5503ea70de6c ARM: dts: exynos: fix WM8960 clock name in Itop Elite
6efe88c34f5f ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks
a64910ba868c sysctl: clarify register_sysctl_init() base directory order
c3c70209a991 remoteproc: rcar_rproc: Call of_node_put() on iteration error
948f81dac388 remoteproc: imx_rproc: Call of_node_put() on iteration error
fe3497c3bfcb remoteproc: imx_dsp_rproc: Call of_node_put() on iteration error
8a0fc842af1c remoteproc: st: Call of_node_put() on iteration error
0d6b66657c24 remoteproc: stm32: Call of_node_put() on iteration error
fde64a409bee proc_sysctl: enhance documentation
f4708645c144 proc_sysctl: update docs for __register_sysctl_table()
c93185ffd996 sh: nmi_debug: fix return value of __setup handler
2ebd0064352e sh: init: use OF_EARLY_FLATTREE for early init
ab2221dc3c76 sh: mcount.S: fix build error when PRINTK is not enabled
fdac282b3c17 sh: math-emu: fix macro redefined warning
6d103a576522 SMB3: force unmount was failing to close deferred close files
bb0091a5c97a smb3: fix problem remounting a share after shutdown
145f54ea336b inotify: Avoid reporting event with invalid wd
d759abeb273c platform/x86: thinkpad_acpi: Add profile force ability
66d4f7f327e4 platform/x86: touchscreen_dmi: Add info for the Dexp Ursus KX210i
e614c1de9e8d platform/x86: thinkpad_acpi: Fix platform profiles on T490
a02d29de79a4 platform/x86: touchscreen_dmi: Add upside-down quirk for GDIX1002 ts on the Juno Tablet
61549b7414b6 platform/x86/intel-uncore-freq: Return error on write frequency
b886ad6b6bfb cifs: release leases for deferred close handles when freezing
187f89cff775 cifs: fix pcchunk length type in smb2_copychunk_range
c5544c95ad3d btrfs: zoned: fix full zone super block reading on ZNS
4def3a0a8522 btrfs: zoned: zone finish data relocation BG with last IO
1e8de3223bd2 btrfs: fix space cache inconsistency after error loading it from disk
1689eabbc3d0 btrfs: print-tree: parent bytenr must be aligned to sector size
83ae0282f17d btrfs: make clear_cache mount option to rebuild FST without disabling it
dd5a21941f51 btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add
15e877e5923e btrfs: don't free qgroup space unless specified
44c52544b271 btrfs: fix encoded write i_size corruption with no-holes
17eaeee4c5f2 btrfs: fix assertion of exclop condition when starting balance
0a99cd08e236 btrfs: properly reject clear_cache and v1 cache for block-group-tree
8583cc10aad7 btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones
bcd7aa2963d3 btrfs: fix btrfs_prev_leaf() to not return the same key twice
000322b29c01 x86/retbleed: Fix return thunk alignment
2feac714c681 RISC-V: fix taking the text_mutex twice during sifive errata patching
0fad198fffda RISC-V: take text_mutex during alternative patching
13a0e212ddef perf stat: Separate bperf from bpf_profiler
602603baae5f perf tracepoint: Fix memory leak in is_valid_tracepoint()
3fb0d061dd0b perf symbols: Fix return incorrect build_id size in elf_read_build_id()
2dd641d78d44 crypto: engine - fix crypto_queue backlog handling
14a2259317f9 crypto: engine - Use crypto_request_complete
6ba620fc9164 crypto: api - Add scaffolding to change completion function signature
1055eddce776 crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()
267db6bff34b perf cs-etm: Fix timeless decode mode detection
b6671b7172a7 perf map: Delete two variable initialisations before null pointer checks in sort__sym_from_cmp()
d592598f4775 perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its contents
36a840a86278 perf vendor events power9: Remove UTF-8 characters from JSON files
0dabe1ae74e9 perf ftrace: Make system wide the default target for latency subcommand
44060612613c perf tests record_offcpu.sh: Fix redirection of stderr to stdin
6d20672d52ef perf vendor events s390: Remove UTF-8 characters from JSON file
b2b916996042 perf scripts intel-pt-events.py: Fix IPC output for Python 2
f108cbc83641 perf record: Fix "read LOST count failed" msg with sample read
2424b456c37d net: enetc: check the index of the SFI rather than the handle
d86d42e4a9b6 virtio_net: suppress cpu stall when free_unused_bufs
4a61d7965611 ice: block LAN in case of VF to VF offload
2f80efc46b73 net: dsa: mt7530: fix network connectivity with multiple CPU ports
9d46edd93aa4 net: dsa: mt7530: split-off common parts from mt7531_setup
98fc75c172ba net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621
c6fafaa6f20a KVM: s390: fix race in gmap_make_secure()
4e875cf90d75 ALSA: caiaq: input: Add error handling for unsupported input methods in `snd_usb_caiaq_input_init`
7887397338a5 drm/amdgpu: add a missing lock for AMDGPU_SCHED
f2e8e338622b af_packet: Don't send zero-byte data in packet_sendmsg_spkt().
0d02efe7f251 ionic: catch failure from devlink_alloc
942a2a0184f7 ethtool: Fix uninitialized number of lanes
a05e5634c158 ionic: remove noise from ethtool rxnfc error msg
3cad35b62eaa octeontx2-vf: Detach LF resources on probe cleanup
401d11f274a5 octeontx2-pf: Disable packet I/O for graceful exit
d28f6ad8b1a0 octeontx2-af: Skip PFs if not enabled
ac613d0bd244 octeontx2-af: Fix issues with NPC field hash extract
ab0742bd5b43 octeontx2-af: Update/Fix NPC field hash extract feature
2b84d24d3ad1 octeontx2-pf: Add additional checks while configuring ucast/bcast/mcast rules
bd9234da97fd octeontx2-af: Allow mkex profile without DMAC and add L2M/L2B header extraction support
14504aaa8b55 octeontx2-pf: Increase the size of dmac filter flows
2376ca72b55c octeontx2-af: Fix depth of cam and mem table.
1c98271e0c23 octeontx2-af: Fix start and end bit for scan config
e92399f52744 octeontx2-af: Secure APR table update with the lock
419cc2c50761 selftests: netfilter: fix libmnl pkg-config usage
4b08cdd239e7 drm/i915/mtl: Add the missing CPU transcoder mask in intel_device_info
2bb120405ad3 riscv: compat_syscall_table: Fixup compile warning
40f8b3f5e679 rxrpc: Fix hard call timeout units
ab14de49e44f sfc: Fix module EEPROM reporting for QSFP modules
68b1614b3211 r8152: move setting r8153b_rx_agg_chg_indicate()
2642d7c136cd r8152: fix the poor throughput for 2.5G devices
fbdde7ef2564 r8152: fix flow control issue of RTL8156A
e2efb94966e7 net/sched: act_mirred: Add carrier check
3b3537d4a026 i2c: tegra: Fix PEC support for SMBUS block read
ffa97b59526e RISC-V: mm: Enable huge page support to kernel_page_present() function
1e8ad3e45b5d watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe()
c36975a654d4 block: Skip destroyed blkg when restart in blkg_destroy_all()
7c4c6e2a4075 writeback: fix call of incorrect macro
5ac2914f67c8 net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpu
1f274d53165b net: ipv6: fix skb hash for some RST packets
686c70131e93 selftests: srv6: make srv6_end_dt46_l3vpn_test more robust
5a98019e96e1 sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()
55866fe3fded net/sched: cls_api: remove block_cb from driver_list before freeing
7fa93e39fbb0 tcp: fix skb_copy_ubufs() vs BIG TCP
449280afaa05 net/ncsi: clear Tx enable mode when handling a Config required AEN
a78b922d1180 octeontx2-pf: mcs: Do not reset PN while updating secy
fd59ec145595 octeontx2-pf: mcs: Fix shared counters logic
a8ddb974f014 octeontx2-pf: mcs: Clear stats before freeing resource
c52ebecd89ae octeontx2-pf: mcs: Match macsec ethertype along with DMAC
a3dcc45eca01 octeontx2-pf: mcs: Fix NULL pointer dereferences
9ff806d07025 octeontx2-af: mcs: Fix MCS block interrupt
add6bdb8d603 octeontx2-af: mcs: Config parser to skip 8B header
39b436f0acfb octeontx2-af: mcs: Write TCAM_DATA and TCAM_MASK registers at once
06fdaf7711f3 octeonxt2-af: mcs: Fix per port bypass config
192445017534 ixgbe: Fix panic during XDP_TX with > 64 CPUs
80a791a19902 drm/amd/display: Update bounding box values for DCN321
7bba2e5e096e drm/amd/display: Do not clear GPINT register when releasing DMUB from reset
ccb0ad946adc drm/amd/display: Reset OUTBOX0 r/w pointer on DMUB reset
bb13726625e7 drm/amd/display: Fixes for dcn32_clk_mgr implementation
b7ae53dd0d29 drm/amd/display: Return error code on DSC atomic check failure
374f7fa01ae5 drm/amd/display: Add missing WA and MCLK validation
0b47019f544f drm/amd/display: Remove FPU guards from the DML folder
3738a230831e scsi: qedi: Fix use after free bug in qedi_remove()
e60e5d672248 ASoC: Intel: soc-acpi-byt: Fix "WM510205" match no longer working
1193a36f58c6 KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission faults
71e848bac0a4 KVM: VMX: Make CR0.WP a guest owned bit
27ec4cbc1d51 KVM: x86: Make use of kvm_read_cr*_bits() when testing bits
956777b2538e KVM: x86: Do not unload MMU roots when only toggling CR0.WP with TDP enabled
d20a0195b3fe KVM: x86/mmu: Avoid indirect call for get_cr3
28d0f85aff34 drm/amd/display: Ext displays with dock can't recognized after resume
d69d5e2a81df fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()
93eb8dd4b4c1 mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s25hx SEMPER flash
50f54a48f678 mailbox: zynqmp: Fix counts of child nodes
e63a796b852f mailbox: zynq: Switch to flexible array to simplify code
b12078b67a6d soc: qcom: llcc: Do not create EDAC platform device on SDM845
bf9712195f5e qcom: llcc/edac: Support polling mode for ECC handling
4fdb257b2a4c mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER flash
8630dfcdab0d mtd: spi-nor: Add a RWW flag
897a40dbcf1e mtd: spi-nor: add SFDP fixups for Quad Page Program
de26d26f5519 mtd: spi-nor: spansion: Remove NO_SFDP_FLAGS from s28hs512t info
b951d4924c50 KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are available
189cdd8fe7c6 KVM: x86: Track supported PERF_CAPABILITIES in kvm_caps
0457b6d04fb7 perf/x86/core: Zero @lbr instead of returning -1 in x86_perf_get_lbr() stub
9239f895a854 crypto: ccp - Clear PSP interrupt status register before calling handler
add662775df4 drm/vmwgfx: Fix Legacy Display Unit atomic drm support
b3204cb3e0ad drm/vmwgfx: Remove explicit and broken vblank handling
c613c951e686 usb: dwc3: gadget: Execute gadget stop after halting the controller
065c3d4319c5 USB: dwc3: gadget: drop dead hibernation code
(From OE-Core rev: 65f144af7b20c6331a2fda26d047f7fa7258b093)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7e1ecd91b71c3246599b22c9281404d3a9a7db01)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
bf4ad6fa4e53 Linux 6.1.28
4507918cd1f8 netfilter: nf_tables: deactivate anonymous set from preparation phase
1887a4faff5c scsi: libsas: Grab the ATA port lock in sas_ata_device_link_abort()
6dc7e3633461 debugobject: Ensure pool refill (again)
010842e88269 drm/amd/display (gcc13): fix enum mismatch
915923898ffc i40e: use int for i40e_status
8c82be552512 i40e: Remove string printing for i40e_status
3cd9d45e87c4 i40e: Remove unused i40e status codes
b593f157a875 sfc (gcc13): synchronize ef100_enqueue_skb()'s return type
245653ed73e3 block/blk-iocost (gcc13): keep large values in a new enum
40db6d172b1f perf intel-pt: Fix CYC timestamps after standalone CBR
376e662ebb48 perf auxtrace: Fix address filter entire kernel size
146b7251c129 wifi: ath11k: synchronize ath11k_mac_he_gi_to_nl80211_he_gi()'s return type
d8d206beb365 bonding (gcc13): synchronize bond_{a,t}lb_xmit() types
55c91905b9e1 thunderbolt: Use correct type in tb_port_is_clx_enabled() prototype
e4a37e906009 cifs: protect session status check in smb2_reconnect()
64d62ac6d651 cifs: fix potential use-after-free bugs in TCP_Server_Info::hostname
a74406057488 blk-iocost: avoid 64-bit division in ioc_timer_fn
7ac1a137beb3 dm: don't lock fs when the map is NULL in process of resume
9a94ebc74c35 dm ioctl: fix nested locking in table_clear() to remove deadlock concern
cb874a190f3f dm flakey: fix a crash with invalid table line
3877b5c1509b dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path
21d5198c210c dm clone: call kmem_cache_destroy() in dm_clone_init() error path
1da79e01e403 dm verity: fix error handling for check_at_most_once on FEC
2f5aa54e4051 vhost_vdpa: fix unmap process in no-batch mode
6b5b755463be mm/mempolicy: correctly update prev when policy is equal on mbind
840516585c63 ia64: fix an addr to taddr in huge_pte_offset()
7964bacf8381 s390/dasd: fix hanging blockdevice after request requeue
9628d45a0667 btrfs: scrub: reject unsupported scrub flags
7a0a402930ef scripts/gdb: fix lx-timerlist for Python3
a16e9117759b clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src to reparent
5b4052aa956e clk: microchip: fix potential UAF in auxdev release callback
39712c8aeb79 wifi: rtw89: fix potential race condition between napi_init and napi_enable
430933064122 wifi: rtl8xxxu: RTL8192EU always needs full init
ead3b023aef9 mailbox: zynqmp: Fix typo in IPI documentation
706ae665747b kcsan: Avoid READ_ONCE() in read_instrumented_memory()
c051c472fbb5 mailbox: zynqmp: Fix IPI isr handling
8cc1ab7de215 mtd: spi-nor: core: Update flash's current address mode when changing address mode
f1b4affca1e1 mtd: core: fix error path for nvmem provider
26358f330405 mtd: core: fix nvmem error reporting
43a72c1619aa mtd: core: provide unique name for nvmem device, take two
da4c74773079 kasan: hw_tags: avoid invalid virt_to_page()
507fbfa79acb md/raid5: Improve performance for sequential IO
b50fd1c3d9d0 md/raid10: fix null-ptr-deref in raid10_sync_request
acffdf1a7fe4 drbd: correctly submit flush bio on barrier
8d67449f907e mm: do not reclaim private data from pinned page
25457d07c814 nilfs2: fix infinite loop in nilfs_mdt_get_block()
a73201c607d8 nilfs2: do not write dirty data after degenerating to read-only
4844052acb55 ALSA: hda/realtek: Fix mute and micmute LEDs for an HP laptop
358aa78c024a ALSA: hda/realtek: support HP Pavilion Aero 13-be0xxx Mute LED
6d57f6cc21cb ALSA: hda/realtek: Add quirk for ASUS UM3402YAR using CS35L41
b433bfab89a5 ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6
9e915d81f5c1 ALSA: usb-audio: Add quirk for Pioneer DDJ-800
fd0286717764 parisc: Ensure page alignment in flush functions
b80b7a9bb868 parisc: Fix argument pointer in real64_call_asm()
274c0b0c2f49 afs: Avoid endless loop if file is larger than expected
7b6ccf752a11 afs: Fix getattr to report server i_size on dirs, not local size
2cfce11132e4 afs: Fix updating of i_size with dv jump from server
72f3217aa1d3 PM: hibernate: Do not get block device exclusively in test_resume mode
208ba216cc90 PM: hibernate: Turn snapshot_test into global variable
fc3153a91486 ACPI: PM: Do not turn of unused power resources on the Toshiba Click Mini
fed87ce073c7 hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id()
a51e150ef998 hte: tegra: fix 'struct of_device_id' build error
5790f76dd204 mfd: arizona-spi: Add missing MODULE_DEVICE_TABLE
d617022971a5 mfd: ocelot-spi: Fix unsupported bulk read
eefc8cbb6060 mfd: tqmx86: Correct board names for TQMxE39x
4598908562ae mfd: tqmx86: Specify IO port register range more precisely
8c989fa9e82f mfd: tqmx86: Do not access I2C_DETECT register through io_base
b3b3f66bd47c thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe
86dfb4709490 pinctrl-bcm2835.c: fix race condition when setting gpio dir
6107896806a6 dmaengine: at_xdmac: do not enable all cyclic channels
a8c24a80de00 dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing
7d28c500e5bb dmaengine: dw-edma: Fix to change for continuous transfer
502c33c7e75f dma: gpi: remove spurious unlock in gpi_ch_init
a1f131d2e1e8 phy: ti: j721e-wiz: Fix unreachable code in wiz_mode_select()
548113502ea0 phy: tegra: xusb: Add missing tegra_xusb_port_unregister for usb2_port and ulpi_port
6c0df503cd2e soundwire: intel: don't save hw_params for use in prepare
bae3248bb1ed soundwire: cadence: rename sdw_cdns_dai_dma_data as sdw_cdns_dai_runtime
655b64724568 pwm: mtk-disp: Configure double buffering before reading in .get_state()
7cbcb1ca53bd pwm: mtk-disp: Disable shadow registers before setting backlight values
19f5910a1e6e leds: tca6507: Fix error handling of using fwnode_property_read_string
8c16219c96dd dmaengine: mv_xor_v2: Fix an error code.
60d95b747f7c pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible string
1b50402d3a52 leds: TI_LMU_COMMON: select REGMAP instead of depending on it
eefc7676d595 pinctrl: renesas: r8a779g0: Fix ERROROUTC function names
d6004abdf5d6 pinctrl: renesas: r8a779g0: Fix Group 6/7 pin functions
3727fafed747 pinctrl: renesas: r8a779g0: Fix Group 4/5 pin functions
9af5833818c7 pinctrl: renesas: r8a779f0: Fix tsn1_avtp_pps pin group
6a02dda05473 pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux configuration
96d440bee177 ext4: fix use-after-free read in ext4_find_extent for bigalloc + inline
d30090eb546d ext4: fix i_disksize exceeding i_size problem in paritally written case
32dce45c8eed SMB3: Close deferred file handles in case of handle lease break
3aa9d065b068 SMB3: Add missing locks to protect deferred close file list
c2b990d7aad7 timekeeping: Fix references to nonexistent ktime_get_fast_ns()
b265609a2ad7 openrisc: Properly store r31 to pt_regs on unhandled exceptions
369d9e8fae93 clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when init fails
07ad6cc82b3c RDMA/mlx5: Use correct device num_ports when modify DC
43d48cec9af2 SUNRPC: remove the maximum number of retries in call_bind_status
10dcd0ed787f RDMA/mlx5: Fix flow counter query via DEVX
911652893751 RDMA/mlx5: Check pcie_relaxed_ordering_enabled() in UMR
4aa9243ebe15 swiotlb: fix debugfs reporting of reserved memory pools
e6c69b06e720 swiotlb: relocate PageHighMem test away from rmem_swiotlb_setup
36d087e49dab Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe
ed90364b4299 clk: qcom: dispcc-qcm2290: Remove inexistent DSI1PHY clk
86d9cafdd89a clk: qcom: dispcc-qcm2290: get rid of test clock
c3d4119fa5f6 clk: qcom: gcc-sm8350: fix PCIe PIPE clocks handling
b75450f51c5f clk: qcom: lpassaudiocc-sc7280: Add required gdsc power domain clks in lpass_cc_sc7280_desc
0b421824ecda clk: qcom: lpasscc-sc7280: Skip qdsp6ss clock registration
8f7f8d06afd6 iommu/amd: Set page size bitmap during V2 domain allocation
c49a8c5c8b91 NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease
9b75bd4eef4f clk: imx: imx8ulp: Fix XBAR_DIVBUS and AD_SLOW clock parents
72ff6c115667 clk: imx: fracn-gppll: disable hardware select control
b32bb993164b clk: imx: fracn-gppll: fix the rate table
dce59b544370 IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests
39d39bfb82ab IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU order
4323aaedeba3 RDMA/srpt: Add a check for valid 'mad_agent' pointer
720c915a6298 RDMA/cm: Trace icm_send_rej event before the cm state is reset
40b4ad4c17cb power: supply: rk817: Fix low SOC bugs
8be358c80471 clk: qcom: gcc-sm6115: Mark RCGs shared where applicable
e70ce2193974 RDMA/siw: Remove namespace check from siw_netdev_event()
d3b2acaa1489 clk: add missing of_node_put() in "assigned-clocks" property parsing
a2b3eaaa9782 power: supply: generic-adc-battery: fix unit scaling
37f689d859ee iommu/mediatek: Set dma_mask for PGTABLE_PA_35_EN
9163a5b4ed29 fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()
17048287ac79 fs/ntfs3: Fix OOB read in indx_insert_into_buffer
7898db22ed6c fs/ntfs3: Add check for kmemdup
1bc6bb657dfb fs/ntfs3: Fix memory leak if ntfs_read_mft failed
7d374becc000 RDMA/erdma: Use fixed hardware page size
bb0433ae6fa2 rtc: k3: handle errors while enabling wake irq
8a4e9482f45d rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current time
3ce0df349327 RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()
5f5876ae295a rtc: omap: include header for omap_rtc_power_off_program prototype
c3c2aee6f926 workqueue: Fix hung time report of worker pools
8fbcfff08380 clk: qcom: gcc-qcm2290: Fix up gcc_sdcc2_apps_clk_src
bddbb3b9dc14 RDMA/rdmavt: Delete unnecessary NULL check
a6d8529dcfee clk: mediatek: mt8135: Properly use CLK_IS_CRITICAL flag
d193c4aea391 clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flag
2b18f12fe6d2 clk: mediatek: Consistently use GATE_MTK() macro
6f24e8ef3372 clk: mediatek: mt2712: Add error handling to clk_mt2712_apmixed_probe()
23cc8191255a RDMA/siw: Fix potential page_array out of range access
d7c8d32e5d3a IB/hifi1: add a null check of kzalloc_node in hfi1_ipoib_txreq_init
a2290ed2afa7 clk: at91: clk-sam9x60-pll: fix return value check
0489c2b2c310 tracing/user_events: Ensure write index cannot be negative
6472a6d0c798 sched/rt: Fix bad task migration for rt tasks
1969b143d096 riscv: Fix ptdump when KASAN is enabled
e38f070a57c9 Revert "objtool: Support addition to set CFA base"
2d44928903ed perf/core: Fix hardlockup failure caused by perf throttle
944465c772fb sched/fair: Fix inaccurate tally of ttwu_move_affine
46f773f39e30 powerpc/rtas: use memmove for potentially overlapping buffer copy
8bcecadabb35 macintosh: via-pmu-led: requires ATA to be set
5dae22c28f6c powerpc/sysdev/tsi108: fix resource printk format warnings
89e458456c9d powerpc/wii: fix resource printk format warnings
2f40b71e4634 powerpc/mpc512x: fix resource printk format warning
f9325ac52f52 powerpc/perf: Properly detect mpc7450 family
7c71aee351fe macintosh/windfarm_smu_sat: Add missing of_node_put()
c0f49bbb305b selftests/powerpc/pmu: Fix sample field check in the mmcra_thresh_marked_sample_test
ae69d36d4635 fbdev: mmp: Fix deferred clk handling in mmphw_probe()
ce818ee162cf virtio_ring: don't update event idx on get_buf
428cc252701d spmi: Add a check for remove callback when removing a SPMI driver
ec01408c0f5d staging: rtl8192e: Fix W_DISABLE# does not work after stop/start
7f43a5bde87b spi: cadence-quadspi: use macro DEFINE_SIMPLE_DEV_PM_OPS
727e92fe13e8 serial: 8250: Add missing wakeup event reporting
1ae3e5f20203 tty: serial: fsl_lpuart: adjust buffer length to the intended size
26d40b3fca6d firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe
f26273428657 usb: mtu3: fix kernel panic at qmu transfer done irq handler
17993a13b5f6 usb: chipidea: fix missing goto in `ci_hdrc_probe`
94fa043a47a8 usb: gadget: tegra-xudc: Fix crash in vbus_draw
6a1cfc3036c2 sh: sq: Fix incorrect element size for allocating bitmap buffer
ef9f85410301 uapi/linux/const.h: prefer ISO-friendly __typeof__
9bc5e5417785 scripts/gdb: raise error with reduced debugging information
06e661a25997 i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path
a712b5a95270 i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error path
79acf7fb856e spi: cadence-quadspi: fix suspend-resume implementations
eef4c4109a6d drm/panel: novatek-nt35950: Only unregister DSI1 if it exists
08e9653bb9e8 PCI/PM: Extend D3hot delay for NVIDIA HDA controllers
402299cca892 ASoC: fsl_mqs: move of_node_put() to the correct location
225e81c3af9e drm/panel: novatek-nt35950: Improve error handling
18e21fa199fc coresight: etm_pmu: Set the module field
f0b58720f2b0 cacheinfo: Check sib_leaf in cache_leaves_are_shared()
8ba48e58bafb HID: amd_sfh: Handle "no sensors" enabled for SFH1.1
198474bef31f HID: amd_sfh: Increase sensor command timeout for SFH1.1
a5e4df860d40 HID: amd_sfh: Correct the stop all command
959f6ae96b9f HID: amd_sfh: Add support for shutdown operation
dac12293c7f7 HID: amd_sfh: Fix illuminance value
e66a085d900a HID: amd_sfh: Correct the sensor enable and disable command
269259b7c7be HID: amd_sfh: Correct the structure fields
7035d8b73af2 scripts/gdb: bail early if there are no generic PD
ce8137636464 scripts/gdb: bail early if there are no clocks
15b29ac9b8d5 ia64: salinfo: placate defined-but-not-used warning
f890f34a15a1 ia64: mm/contig: fix section mismatch warning/error
ab0f424cd2ce PCI/EDR: Clear Device Status after EDR error recovery
3e28d59a5fee of: Fix modalias string generation
d22b2a35729c vmci_host: fix a race condition in vmci_host_poll() causing GPF
282efdf47279 spi: fsl-spi: Fix CPM/QE mode Litte Endian
55a32fd96eaf interconnect: qcom: rpm: drop bogus pm domain attach
2d0f63077f48 spi: qup: Don't skip cleanup in remove's error path
5e678bfebb52 linux/vt_buffer.h: allow either builtin or modular for macros
321946fa10d3 ASoC: es8316: Handle optional IRQ assignment
873fff9fd682 PCI: imx6: Install the fault handler only on compatible match
9de1183f3f2b ASoC: soc-compress: Inherit atomicity from DAI link for Compress FE
df2380520926 usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove due to race condition
6d16305a1535 spi: imx: Don't skip cleanup in remove's error path
f6974fb20499 spi: atmel-quadspi: Free resources even if runtime resume failed in .remove()
d748e32026aa spi: atmel-quadspi: Don't leak clk enable count in pm resume
3eb8bebd02f0 serial: 8250_bcm7271: Fix arbitration handling
1757621b873a iio: light: max44009: add missing OF device matching
53cdfec25135 fpga: bridge: fix kernel-doc parameter description
c996ca87cf68 serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are transmitted
3c5fafc27c02 usb: dwc3: gadget: Change condition for processing suspend event
cd5708f6052a usb: host: xhci-rcar: remove leftover quirk handling
9145880e8c04 pstore: Revert pmsg_lock back to a normal mutex
70ee7b8a6d96 drivers: staging: rtl8723bs: Fix locking in rtw_scan_timeout_handler()
2a50e44a66d2 drivers: staging: rtl8723bs: Fix locking in _rtw_join_timeout_handler()
a61639201171 ASoC: cs35l41: Only disable internal boost
5eb0e23ab05e ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on it
cb52e7f24c1d tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.
0211342dd66c net: amd: Fix link leak when verifying config failed
f040bee2913c netlink: Use copy_to_user() for optval in netlink_getsockopt().
952030c914b5 Revert "Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work"
fc60067260c2 ipv4: Fix potential uninit variable access bug in __ip_make_skb()
4fbefeab88c6 net/sched: sch_fq: fix integer overflow of "credit"
8fa6c8dad4a6 net: dpaa: Fix uninitialized variable in dpaa_stop()
6cf1d03a423f netfilter: nf_tables: don't write table validation state without mutex
551a26668c87 bpf: Don't EFAULT for getsockopt with optval=NULL
c3fb321447ca bpf: Fix race between btf_put and btf_idr walk.
ad5b2cf5d135 net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA ports
fd40d2eb5ef0 net/mlx5e: Nullify table pointer when failing to create
15968f65081f net/mlx5: Use recovery timeout on sync reset flow
c63830a1cc98 Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function"
c499593821db net/mlx5: Suspend auxiliary devices only in case of PCI device suspend
d481a6800ba8 net/mlx5: Remove "recovery" arg from mlx5_load_one() function
62fea2c2e4e3 net/mlx5e: Fix error flow in representor failing to add vport rx rule
2ca9f9b837ce net/mlx5: E-switch, Don't destroy indirect table in split rule
8b5f69628872 net/mlx5: E-switch, Create per vport table based on devlink encap mode
c382b693ffcb net/mlx5e: Don't clone flow post action attributes second time
707a31951f7a ixgbe: Enable setting RSS table to default values
c8b37d2b5b1d ixgbe: Allow flow hash to be set via ethtool
37f64bc8e001 wifi: iwlwifi: fw: fix memory leak in debugfs
80c5ba0078e2 netfilter: conntrack: fix wrong ct->timeout value
6a62a2a09c41 netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_insert()
d6e03af0a4c3 wifi: iwlwifi: mvm: check firmware response size
180c4ae0de9d wifi: mt76: connac: fix txd multicast rate setting
d365e1448398 wifi: mt76: mt7921e: stop chip reset worker in unregister hook
741bf262bdba wifi: mt76: mt7921e: improve reliability of dma reset
1ab837a34229 wifi: mt76: mt7921: fix missing unwind goto in `mt7921u_probe`
11181b6c8641 mt76: mt7921: fix kernel panic by accessing unallocated eeprom.data
c42efff8208a wifi: mt76: fix 6GHz high channel not be scanned
c5cdab3c045f wifi: mt76: mt7921e: fix probe timeout after reboot
27ce664b7f49 wifi: mt76: add flexible polling wait-interval support
710f3c7fb3e2 wifi: mt76: handle failure of vzalloc in mt7615_coredump_work
9c036152adf8 wifi: mt76: mt7915: expose device tree match table
bd5121ef1842 wifi: iwlwifi: make the loop for card preparation effective
5611be6c3d9c io_uring/rsrc: use nospec'ed indexes
f1bd3414d97c jdb2: Don't refuse invalidation of already invalidated buffers
f6b46f843829 wifi: iwlwifi: fw: move memset before early return
6b345ddd4939 wifi: iwlwifi: mvm: initialize seq variable
243f6d6ba585 wifi: iwlwifi: yoyo: Fix possible division by zero
7c31103f7f30 wifi: iwlwifi: yoyo: skip dump correctly on hw error
164acf216c18 wifi: iwlwifi: mvm: don't drop unencrypted MCAST frames
8f3382624c45 md/raid10: don't call bio_start_io_acct twice for bio which experienced read error
36ba0c7b86ac md/raid10: fix memleak of md thread
b21019a220d9 md/raid10: fix memleak for 'conf->bio_split'
11141630f03e md/raid10: fix leak of 'r10bio->remaining' for recovery
9050576bff9f md/raid10: fix task hung in raid10d
df6222b01f53 f2fs: fix to check return value of inc_valid_block_count()
2eb5d0165b36 f2fs: fix to check return value of f2fs_do_truncate_blocks()
a8091dc8149e bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap
339d14334a13 wifi: iwlwifi: mvm: don't set CHECKSUM_COMPLETE for unsupported protocols
6f14a945011e wifi: iwlwifi: trans: don't trigger d3 interrupt twice
8e5d05ca1527 wifi: iwlwifi: debug: fix crash in __iwl_err()
6aa401a654fd blk-mq: don't plug for head insertions in blk_execute_rq_nowait
3c0b7993461a selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach
67c81ecbf723 selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmap
160fcf5c6b17 nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"
0f1c4ae80d14 nvme: fix async event trace event
1e4f23c61feb nvmet: fix I/O Command Set specific Identify Controller
fd95ae3bb8a6 nvmet: fix Identify Active Namespace ID list handling
4898a8d6b16b nvmet: fix Identify Controller handling
4a7a14e87cca nvmet: fix Identify Namespace handling
b743d68c9fbd nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()
1d4ac7b0ffc9 bpf, sockmap: fix deadlocks in the sockhash and sockmap
cfc7ee210f2f wifi: ath11k: fix writing to unintended memory region
f43744872a04 net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handling
c649bf43a28e net: ethernet: stmmac: dwmac-rk: rework optional clock handling
e6f1ef4a5385 scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()
52c3d68d9910 bpf/btf: Fix is_int_ptr()
1f1267ce0b0e wifi: iwlwifi: fix duplicate entry in iwl_dev_info_table
7d058f0ab161 f2fs: fix to avoid use-after-free for cached IPU bio
3ee343914c1f xsk: Fix unaligned descriptor validation
8bc8e34e8017 crypto: drbg - Only fail when jent is unavailable in FIPS mode
81366e333c7e bpftool: Fix bug for long instructions in program CFG dumps
d199c2b3943e selftests/bpf: Wait for receive in cg_storage_multi test
751168d0d2a0 selftests: xsk: Deflakify STATS_RX_DROPPED test
0ea59567d001 selftests: xsk: Disable IPv6 on VETH1
30a4ff7eb4bf selftests: xsk: Use correct UMEM size in testapp_invalid_desc
90d2f5225d13 net: qrtr: correct types of trace event parameters
a7f5be2ac004 f2fs: fix iostat lock protection
bea3f8aa9993 wifi: rt2x00: Fix memory leak when handling surveys
828439964f94 scsi: hisi_sas: Handle NCQ error when IPTT is valid
cd94f74888f2 scsi: libsas: Add sas_ata_device_link_abort()
f7871c9df18c wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_reg()
4eb666646c40 wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_rfreg()
7f6714fc2ac8 crypto: sa2ul - Select CRYPTO_DES
be421554994b crypto: caam - Clear some memory in instantiate_rng
74f74c8b8419 f2fs: fix scheduling while atomic in decompression path
6604df2a9d07 f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_pages()
88fccb8d0c8a f2fs: apply zone capacity to all zone type
d9e30b8ed41b f2fs: fix uninitialized skipped_gc_rwsem
61fbf097b7df f2fs: handle dqget error in f2fs_transfer_project_quota()
10f7b4975b4b net: sunhme: Fix uninitialized return code
e3e55385fa53 scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDS
770c3fd4d732 scsi: target: iscsit: Fix TAS handling during conn cleanup
eacfe32c3650 scsi: target: Fix multiple LUN_RESET handling
cc84bbdde901 scsi: target: iscsit: Stop/wait on cmds during conn close
edd90020711e scsi: target: iscsit: isert: Alloc per conn cmd counter
b7ca8ded3731 scsi: target: Pass in cmd counter to use during cmd setup
741443436ed8 scsi: target: Move cmd counter allocation
76b77646f171 scsi: target: Move sess cmd counter to new struct
87ee7227cce3 scsi: target: core: Change the way target_xcopy_do_work() sets restiction on max I/O
f9361cf40b4d bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation
2361aee1c52c netfilter: keep conntrack reference until IPsecv6 policy checks are done
8d05f25475a2 net: dsa: qca8k: remove assignment of an_enabled in pcs_get_state()
c997f28917da libbpf: Fix ld_imm64 copy logic for ksym in light skeleton.
382310d9c82e net/packet: convert po->auxdata to an atomic flag
3eae0f4c3129 net/packet: convert po->origdev to an atomic flag
f2d971608a88 net/packet: annotate accesses to po->xmit
c3ee3540a133 vlan: partially enable SIOCSHWTSTAMP in container
07782db81e08 net: pcs: xpcs: remove double-read of link state when using AN
157c84b793e7 bpf: Remove misleading spec_v1 check on var-offset stack read
b73438a4a63f selftests/bpf: Fix a fd leak in an error path in network_helpers.c
0324300dce34 wifi: ath11k: fix deinitialization of firmware resources
af5265c64d8a scm: fix MSG_CTRUNC setting condition for SO_PASSSEC
1f1fba8b3a75 crypto: qat - fix concurrency issue when device state changes
a62ba7e0d2e8 bpf: fix precision propagation verbose logging
0049d2eddaf3 bpf: take into account liveness when propagating precision
78eee85913e7 wifi: rtw88: mac: Return the original error from rtw_mac_power_switch()
154d4d630ef0 wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser()
1c8f46578d03 tools: bpftool: Remove invalid \' json escape
644df7e865e7 wifi: ath6kl: reduce WARN to dev_dbg() in callback
0022a3936e4d wifi: brcmfmac: support CQM RSSI notification with older firmware
9354826c02e0 wifi: ath11k: fix SAC bug on peer addition with sta band migration
76f9b0d6f01d wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list()
7e5f42abfc85 wifi: ath5k: Use platform_get_irq() to get the interrupt
7d3fd8da721f wifi: ath11k: Use platform_get_irq() to get the interrupt
9b9356a30141 wifi: ath9k: hif_usb: fix memory leak of remain_skbs
1a59067bde3f wifi: ath6kl: minor fix for allocation size
830d79af9eee platform/chrome: cros_typec_switch: Add missing fwnode_handle_put()
aefea3016a15 hwmon: (pmbus/fsp-3y) Fix functionality bitmask in FSP-3Y YM-2151E
d29faefa8d21 rpmsg: glink: Propagate TX failures in intentless mode as well
2f51bac27678 cpufreq: use correct unit when verify cur freq
0985838a9c87 ACPI: bus: Ensure that notify handlers are not running after removal
290e26ec0d01 tick/common: Align tick period with the HZ tick.
0fe6ef82e4f4 drm/i915: Make intel_get_crtc_new_encoder() less oopsy
fc2b20c0921f debugobject: Prevent init race with static objects
1d1735c6fbfd media: mediatek: vcodec: add remove function for decoder platform driver
c692a44bc514 media: mediatek: vcodec: fix decoder disable pm crash
54e85ee2b40d perf/arm-cmn: Fix port detection for CMN-700
a8897bffca64 arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step
3df8a8739415 x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()
f25994f7a9ad regulator: stm32-pwr: fix of_iomap leak
16c7fcbfe058 media: venus: dec: Fix capture formats enumeration order
1e229899e3ea media: venus: dec: Fix handling of the start cmd
b21a9a57c74e media: rc: gpio-ir-recv: Fix support for wake-up
b75aaebac265 drm/amd/display: Fix potential null dereference
fd22e8c8c38f media: hi846: Fix memleak in hi846_init_controls()
893b267ccc4a media: v4l: async: Return async sub-devices to subnotifier list
45b7461d914c media: rcar_fdp1: Fix refcount leak in probe and remove function
affad9e79101 media: platform: mtk-mdp3: fix potential frame size overflow in mdp_try_fmt_mplane()
5a72aea9acfe media: saa7134: fix use after free bug in saa7134_finidev due to race condition
305262a23c94 media: dm1105: Fix use after free bug in dm1105_remove due to race condition
1495945f7c93 platform/x86/amd: pmc: Move out of BIOS SMN pair for STB init
1603a098b474 platform/x86/amd: pmc: Utilize SMN index 0 for driver probe
f82af0dd225f platform/x86/amd: pmc: Move idlemask check into `amd_pmc_idlemask_read`
4e6c35193af6 platform/x86/amd: pmc: Don't dump data after resume from s0i3 on picasso
abfb0ff8706e platform/x86/amd: pmc: Hide SMU version and program attributes for Picasso
d1dbf5b7ea45 platform/x86/amd: pmc: Don't try to read SMU version on Picasso
1c1798c45b40 platform/x86/amd/pmf: Move out of BIOS SMN pair for driver probe
6a17add9c610 media: rkvdec: fix use after free bug in rkvdec_remove
2cdc8f729d95 media: cedrus: fix use after free bug in cedrus_remove due to race condition
231a6947ff84 media: mediatek: vcodec: change lat thread decode error condition
b02cd74741d9 media: mediatek: vcodec: making sure queue_work successfully
60fe2a3d6dc8 media: mediatek: vcodec: remove unused lat_buf
8be5ead0b314 media: mediatek: vcodec: add core decode done event
894278b772b8 media: mediatek: vcodec: move lat_buf to the top of core list
f08900ca36d3 media: mediatek: vcodec: using each instance lat_buf count replace core ready list
8aae2e6444a3 media: mediatek: vcodec: add params to record lat and core lat_buf count
01dc8f41fc7b media: mediatek: vcodec: Force capture queue format to MM21
4d5c8a891630 media: mediatek: vcodec: Make MM21 the default capture format
5c4cc91b77ee media: mediatek: vcodec: Use 4K frame size when supported by stateful decoder
0333177548fd arm64: dts: sc7280: Rename qspi data12 as data23
edbbd78148e7 arm64: dts: sc7180: Rename qspi data12 as data23
39f6de10df32 arm64: dts: qcom: msm8994-angler: removed clash with smem_region
57aa05d59b56 arm64: dts: qcom: msm8994-angler: Fix cont_splash_mem mapping
7eaa457d1e71 x86/apic: Fix atomic update of offset in reserve_eilvt_offset()
849ab4cf182b regulator: core: Avoid lockdep reports when resolving supplies
fd092b355ac8 regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()
d2151c5d9dbe drm/ttm/pool: Fix ttm_pool_alloc error path
5e5a4185c66f drm/ttm: optimize pool allocations a bit v2
dfd1c26e40b5 arm64: dts: qcom: apq8096-db820c: drop unit address from PMI8994 regulator
3a0c0f7c2f71 arm64: dts: qcom: msm8994-msft-lumia-octagon: drop unit address from PMI8994 regulator
3c8cb6155ac0 arm64: dts: qcom: msm8994-kitakami: drop unit address from PMI8994 regulator
f3694202d9ce arm64: dts: qcom: sc7180-trogdor-pazquel: correct trackpad supply
f89b2591bb2b arm64: dts: qcom: sc7180-trogdor-lazor: correct trackpad supply
d7d13d353acf arm64: dts: qcom: sc7280-herobrine-villager: correct trackpad supply
958c6cbc3299 gpu: host1x: Fix memory leak of device names
b81cfee96703 gpu: host1x: Fix potential double free if IOMMU is disabled
62cb9c468dc9 soc: renesas: renesas-soc: Release 'chipid' from ioremap()
724911eeaef4 soc: bcm: brcmstb: biuctrl: fix of_iomap leak
4cf71779ead4 mailbox: mpfs: switch to txdone_poll
41a51318ab37 drm/mediatek: dp: Change the aux retries times when receiving AUX_DEFER
e80c69eb795f drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe()
a260921b81b0 ACPI: VIOT: Initialize the correct IOMMU fwspec
1a258bfa00f1 arm64: dts: mediatek: mt8192-asurada: Fix voltage constraint for Vgpu
82f6ffb8e0fd cpufreq: qcom-cpufreq-hw: Revert adding cpufreq qos
2e8aad9cd52a cpufreq: mediatek: Raise proc and sram max voltage for MT7622/7623
9a5fa6333fac cpufreq: mediatek: raise proc/sram max voltage for MT8516
4bacdbd7d937 cpufreq: mediatek: fix KP caused by handler usage after regulator_put/clk_put
bd1c00687249 cpufreq: mediatek: fix passing zero to 'PTR_ERR'
f977dbefeaea arm64: dts: apple: t8103: Disable unused PCIe ports
eb617ab02334 ARM: dts: stm32: fix spi1 pin assignment on stm32mp15
7ff92db0dd6f perf/arm-cmn: Move overlapping wp_combine field
198ca89deaed firmware: arm_scmi: Fix xfers allocation on Rx channel
da3babe96be7 ARM: dts: gta04: fix excess dma channel usage
fd67875ebaea drm: rcar-du: Fix a NULL vs IS_ERR() bug
46a1c9ba908f arm64: dts: qcom: sm8450: fix pcie1 gpios properties name
98893ae40bc5 mmc: sdhci-of-esdhc: fix quirk to ignore command inhibit for data
1975bf02595e ACPI: processor: Fix evaluating _PDC method when running as Xen dom0
a24194121e7f drm/amd/display/dc/dce60/Makefile: Fix previous attempt to silence known override-init warnings
acd8f2efa29e arm64: dts: qcom: sm8350-microsoft-surface: fix USB dual-role mode property
577a64725bfd virt/coco/sev-guest: Double-buffer messages
02891701516b drm: msm: adreno: Disable preemption on Adreno 510
a8d2b469541f drm/msm/adreno: drop bogus pm_runtime_set_active()
a9b3ef13ebdd arm64: dts: ti: k3-am62a7: Correct L2 cache size to 512KB
fe9dc0a2643e arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB
1e9fc6c47321 media: max9286: Free control handler
052d22acd7da drm/bridge: adv7533: Fix adv7533_mode_valid for adv7533 and adv7535
1f141fe5153a firmware: qcom_scm: Clear download bit during reboot
423350af9e27 media: av7110: prevent underflow in write_ts_to_decoder()
0883003ffb5e media: amphion: decoder implement display delay enable
51fc1880e474 media: platform: mtk-mdp3: Add missing check and free for ida_alloc
c2e55481731b media: bdisp: Add missing check for create_workqueue
ba8ffb1251eb x86/MCE/AMD: Use an u64 for bank_map
c0a8025c746d ARM: dts: qcom: sdx55: Fix the unit address of PCIe EP node
2b5325f9cce6 ARM: dts: qcom: ipq8064: Fix the PCI I/O port range
2ebb3f120e34 ARM: dts: qcom: ipq4019: Fix the PCI I/O port range
671c3a4d7d84 arm64: dts: qcom: sm8450: Fix the PCI I/O port range
5334324f097d arm64: dts: qcom: sm8150: Fix the PCI I/O port range
be8101493607 arm64: dts: qcom: sm8250: Fix the PCI I/O port range
87397ffbc9bb arm64: dts: qcom: msm8996: Fix the PCI I/O port range
c8178285ba1a arm64: dts: qcom: ipq6018: Fix the PCI I/O port range
7803b357d9e2 arm64: dts: qcom: ipq8074: Fix the PCI I/O port range
ec67a4ef28ea arm64: dts: qcom: sc7280: Fix the PCI I/O port range
a35d6fdd7f60 arm64: dts: qcom: msm8998: Fix the PCI I/O port range
6035794dd2de arm64: dts: qcom: sdm845: Fix the PCI I/O port range
44018ad5f230 arm64: dts: qcom: sdm845: correct dynamic power coefficients
7cb080295476 arm64: dts: qcom: sc7280: fix EUD port properties
bd90d249bceb arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name
6c6a69f82281 arm64: dts: broadcom: bcmbca: bcm4908: fix procmon nodename
1be866857a3f arm64: dts: broadcom: bcmbca: bcm4908: fix LED nodenames
c0454f814b36 arm64: dts: broadcom: bcmbca: bcm4908: fix NAND interrupt name
93c22d107a3e arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property
5ea54b26d6e3 arm64: dts: ti: k3-am62a7-sk: Fix DDR size to full 4GB
5d77e665ee21 arm64: dts: ti: k3-am62-main: Fix GPIO numbers in DT
d585d1072eab regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since booted
36ecd6c6ed52 ARM: dts: qcom-apq8064: Fix opp table child name
6006310a472d EDAC/skx: Fix overflows on the DRAM row address mapping arrays
2c8c8398e19e drm/msm/disp/dpu: check for crtc enable rather than crtc active to release shared resources
6524d3d58797 drm/mediatek: dp: Only trigger DRM HPD events if bridge is attached
6fcfd2861fd8 arm64: dts: renesas: r9a07g043: Update IRQ numbers for SSI channels
14c480b2f382 arm64: dts: renesas: r9a07g043: Introduce SOC_PERIPHERAL_IRQ() macro to specify interrupt property
e83e635becb9 arm64: dts: renesas: r9a07g054: Update IRQ numbers for SSI channels
684fecd4f332 arm64: dts: renesas: r9a07g044: Update IRQ numbers for SSI channels
dc062516db36 arm64: dts: renesas: r8a774c0: Remove bogus voltages from OPP table
c82f50e55f4e arm64: dts: renesas: r8a77990: Remove bogus voltages from OPP table
6dbcc493a18d soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe
f5222fbd797e tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007
78e32896ecc7 drm/amdgpu: register a vga_switcheroo client for MacBooks with apple-gmux
809a3fb8d8fc drm/probe-helper: Cancel previous job before starting new one
6bd38a1454d9 drm/vgem: add missing mutex_destroy
46473f3bd14a drm/i915/dg2: Drop one PCI ID
86a77cef0959 drm/rockchip: Drop unbalanced obj unref
0955b8eac335 erofs: fix potential overflow calculating xattr_isize
50f1c1fba045 erofs: initialize packed inode after root inode is assigned
7ee7a86e28ce erofs: stop parsing non-compact HEAD index if clusterofs is invalid
fe2f093b051c tpm, tpm_tis: Claim locality when interrupts are reenabled on resume
380f9f79b493 tpm, tpm: Implement usage counter for locality
71becf3ffea6 tpm, tpm_tis: Claim locality before writing interrupt registers
0085052a2c27 tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed
10eea3cfda29 tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register
12839c326ae5 tpm, tpm_tis: Do not skip reset of original interrupt vector
784c206c66df selinux: ensure av_permissions.h is built when needed
5453f22911cb selinux: fix Makefile dependencies of flask.h
74f77a799dad selftests/resctrl: Check for return value after write_schemata()
bceef0c7f6ed selftests/resctrl: Allow ->setup() to return errors
7a570dda1d5a selftests/resctrl: Move ->setup() call outside of test specific branches
0bf90aac4341 selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc mem
ae6803b66365 rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check
05f437eba011 kunit: fix bug in the order of lines in debugfs logs
9ad3b3867730 kunit: improve KTAP compliance of KUnit test output
d0e2f01b534f ASoC: dt-bindings: qcom,lpass-rx-macro: correct minItems for clocks
a2cbb1a45a0c bus: mhi: host: Range check CHDBOFF and ERDBOFF
4afe300afb37 bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error state
cc3e7c033367 bus: mhi: host: Remove duplicate ee check for syserr
a6f5c84b41aa cxl/hdm: Fail upon detecting 0-sized decoders
0ae98a8b4f00 xfs: don't consider future format versions valid
2b2515b8095c ceph: fix potential use-after-free bug when trimming caps
9f565752b328 ubifs: Fix memory leak in do_rename
29738e1bcc79 ubifs: Free memory for tmpfile name
884e961674b5 ubi: Fix return value overwrite issue in try_write_vid_and_data()
ef9aac603659 ubifs: Fix memleak when insert_old_idx() failed
18c234685603 Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"
ccfe86622082 RISC-V: Align SBI probe implementation with spec
f8076d2a7fce iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTE
f455c9cb9eed drm/amd/pm: re-enable the gfx imu when smu resume
d78777c1d4de swsmu/amdgpu_smu: Fix the wrong if-condition
d79d3430e174 tracing: Fix permissions for the buffer_percent file
339dd534f21d riscv: mm: remove redundant parameter of create_fdt_early_page_table
3c96dd239ae4 i2c: omap: Fix standard mode false ACK readings
142a975738f7 ACPI: video: Remove acpi_backlight=video quirk for Lenovo ThinkPad W530
18973b73fa51 ksmbd: fix deadlock in ksmbd_find_crypto_ctx()
1f0490586544 ksmbd: not allow guest user on multichannel
c3a3259675a6 ksmbd: fix memleak in session setup
a70751dd7b60 ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem()
b80422474ffe ksmbd: call rcu_barrier() in ksmbd_server_exit()
bd80d35725a0 ksmbd: fix racy issue under cocurrent smb2 tree disconnect
cec378687a5a KVM: RISC-V: Retry fault if vma_lookup() results become invalid
e43cf7abece2 drm/amd/display: fix a divided-by-zero error
09c41688b6e5 drm/amd/display: fix PSR-SU/DSC interoperability support
2abff94db2c6 drm/amd/display: limit timing for single dimm memory
5e1574aa0639 drm/amd/display: Remove stutter only configurations
f6ee841ff216 relayfs: fix out-of-bounds access in relay_file_read
5bd77c239339 KVM: arm64: vgic: Don't acquire its_lock before config_lock
569f33c3c2f9 KVM: arm64: Use config_lock to protect vgic state
2b57af7bb9f1 KVM: arm64: Use config_lock to protect data ordered against KVM_RUN
6c9d3f2a5e17 KVM: arm64: Avoid lock inversion when setting the VM register width
36e0c405b86e KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ON
f01c5f1ae9de KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted
eae127cd2ce6 reiserfs: Add security prefix to xattr name in reiserfs_security_write()
c8a3341b3392 rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-ed
c0bf94154ce0 crypto: ccp - Don't initialize CCP for PSP 0x1649
b952a9cf3de2 crypto: arm64/aes-neonbs - fix crash with CFI enabled
4d9d2fd86766 crypto: safexcel - Cleanup ring IRQ workqueues on load failure
42ca037d0c3f crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON()
d9834abd8b24 ring-buffer: Sync IRQ works before buffer destruction
ad7cc2a29e13 ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset_online_cpus
cb99866895e6 pinctrl: qcom: lpass-lpi: set output value before enabling output
956bbf1871e1 soundwire: qcom: correct setting ignore bit on v1.5.1
c2c563c137cf pwm: meson: Fix g12a ao clk81 name
f7e930b179ef pwm: meson: Fix axg ao mux parents
1b0341e8fb2f wifi: mt76: add missing locking to protect against concurrent rx/status calls
b9f6845a492d kheaders: Use array declaration instead of char
9fd4768b0937 iio: addac: stx104: Fix race condition for stx104_write_raw()
c38a4eb8aa47 iio: addac: stx104: Fix race condition when converting analog-to-digital
44847a506e71 ipmi: fix SSIF not responding under certain cond.
aeff5808f172 ipmi:ssif: Add send_retries increment
a6b54af40787 MIPS: fw: Allow firmware to pass a empty env
7f3340bf06f8 fs: fix sysctls.c built
3e7b8a723b0c tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
c94e5baa989f serial: max310x: fix IO data corruption in batched operations
65fdabefd9c4 serial: 8250: Fix serial8250_tx_empty() race with DMA Tx
719a2f969b7d serial: fix TIOCSRS485 locking
27df5bca965b xhci: fix debugfs register accesses while suspended
7fb0b81e85d8 tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH
ad44530d46a5 staging: iio: resolver: ads1210: fix config mode
64ef787bb158 blk-crypto: make blk_crypto_evict_key() more robust
26632a538222 blk-crypto: make blk_crypto_evict_key() return void
7d206ec7a04e blk-mq: release crypto keyslot before reporting I/O complete
3b5fbb8219eb blk-crypto: Add a missing include directive
5ca1668a9f5d blk-crypto: move internal only declarations to blk-crypto-internal.h
3aab3abb856b blk-crypto: add a blk_crypto_config_supported_natively helper
f0efb2365153 blk-crypto: don't use struct request_queue for public interfaces
316ad076e0d3 blk-stat: fix QUEUE_FLAG_STATS clear
3285613127d3 media: ov8856: Do not check for for module version
bccf9fe2963e posix-cpu-timers: Implement the missing timer_wait_running callback
1408d27f25c7 tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call site
ee508dfbafa1 hwmon: (adt7475) Use device_property APIs when configuring polarity
d899ae3e768e hwmon: (k10temp) Check range scale when CUR_TEMP register is read-write
986bd947bcd1 USB: dwc3: fix runtime pm imbalance on unbind
d4b1e04d271b USB: dwc3: fix runtime pm imbalance on probe errors
befdcb8e880e usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive
491d32c896e0 usb: gadget: udc: core: Prevent redundant calls to pullup
f6aaeacf0596 usb: gadget: udc: core: Invoke usb_gadget_connect only when started
5b6c295947e6 IMA: allow/fix UML builds
38a42842a6d0 phy: qcom-qmp-pcie: sc8180x PCIe PHY has 2 lanes
5c274804e27e PCI: qcom: Fix the incorrect register usage in v2.7.0 config
58e56aa83848 PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lock
a07176956014 PCI: kirin: Select REGMAP_MMIO
6e5bf8c9f7b3 powerpc/boot: Fix boot wrapper code generation with CONFIG_POWER10_CPU
4403c7b7e5e1 arm64: Stash shadow stack pointer in the task struct on interrupt
2dd0f8994da1 arm64: Always load shadow stack pointer directly from the task struct
06003e397523 ASoC: amd: ps: update the acp clock source.
f9dc736e686c ASoC: amd: fix ACP version typo mistake
f66cd9995917 wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND if unset
24d158856cef wireguard: timers: cast enum limits members to int in prints
103f618cee51 x86/cpu: Add model number for Intel Arrow Lake processor
88b9e97c1447 asm-generic/io.h: suppress endianness warnings for readq() and writeq()
5ded8299b7de tracing: Error if a trace event has an array for a __field()
324b854ce475 wifi: ath11k: reduce the MHI timeout to 20s
cde904042870 platform/x86: thinkpad_acpi: Add missing T14s Gen1 type to s2idle quirk list
7e26bfb49d00 net: sfp: add quirk enabling 2500Base-x for HG MXPD-483II
388764ea64e2 scsi: mpi3mr: Handle soft reset in progress fault code (0xF002)
0ac10535aed9 selftests mount: Fix mount_setattr_test builds failed
ec6f22171dc2 net: wwan: t7xx: do not compile with -Werror
c58f26bdeec3 ASoC: da7213.c: add missing pm_runtime_disable()
e373f76e20d6 ASoC: Intel: bytcr_rt5640: Add quirk for the Acer Iconia One 7 B1-750
372bec6747bb iio: adc: palmas_gpadc: fix NULL dereference on rmmod
c81f5c8b8c23 ASoC: amd: yc: Add DMI entries to support Victus by HP Laptop 16-e1xxx (8A22)
32aae7831462 x86/hyperv: Block root partition functionality in a Confidential VM
5c7648e96d90 ASoC: soc-pcm: fix hw->formats cleared by soc_pcm_hw_init() for dpcm
a89c7b86b5e2 ASoC: Intel: soc-acpi: add table for Intel 'Rooks County' NUC M15
4f7b42a9bfd9 ASOC: Intel: sof_sdw: add quirk for Intel 'Rooks County' NUC M15
(From OE-Core rev: 5303ddb8ee90aefd1d451bc903972914061b9ad2)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ead4f27c1ab133133e2eaf76527d4dbd9cf60138)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
ca48fc16c493 Linux 6.1.27
0bbec73fdd9e riscv: No need to relocate the dtb as it lies in the fixmap region
17509e73ac8b riscv: Do not set initial_boot_params to the linear address of the dtb
ed96b3143540 riscv: Move early dtb mapping into the fixmap region
7cb8c95c0a6d driver core: Don't require dynamic_debug for initcall_debug probe timing
ce0555352a28 USB: serial: option: add UNISOC vendor and TOZED LT70C product
17e5ce4d89ad btrfs: fix uninitialized variable warnings
47e6893a5b0a bluetooth: Perform careful capability checks in hci_sock_ioctl()
c4acbf376124 gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
d27acf15c8fa drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
e29661611e6e wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
34cec5cd7abc mptcp: fix accept vs worker race
b45d8f5375ed mptcp: stops worker on unaccepted sockets at listener close
862ea63fad16 mm/mempolicy: fix use-after-free of VMA iterator
e1562cc202c9 KVM: arm64: Retry fault if vma_lookup() results become invalid
d70f63be626d phy: phy-brcm-usb: Utilize platform_get_irq_byname_optional()
7d057bf201ca um: Only disable SSE on clang to work around old GCC bugs
(From OE-Core rev: 13ee4adecfddb99c311959c6d92234f949b41b25)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 80f045c03cde302e135af53a19276d6487fcdf66)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
=========
configure: Make xf86misc support disabled by default
Variable scope reduction
Remove unnecessary downcast of double to float
Call memset() instead of hand-coding our own equivalent
(From OE-Core rev: b2832a80ca99001ac1db729a380b27390f7082f5)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit d87785189336a69ae998f75394ceaebf63decb16)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
=========
[bug] Set the rndc idle read timeout back to 60 seconds,
from the netmgr default of 30 seconds, in order to
match the behavior of 9.16 and earlier. [GL #4046]
[bug] Fix log file rotation when using absolute path as
file. [GL #3991]
[bug] When removing delegations in an OPTOUT range
empty-non-terminal NSEC3 records generated by
those delegations were not removed. [GL #4027]
[bug] Reimplement the maximum and idle timeouts for incoming
zone tranfers. [GL #4004]
[bug] Treat ISC_R_INVALIDPROTO as a networking error
in the dispatch code to avoid retrying with the
same server. [GL #4005]
[bug] In dispatch, honour the configured source-port
selection when UDP connection fails with address
in use error.
Also treat ISC_R_NOPERM same as ISC_R_ADDRINUSE.
[GL #3986]
[test] As a workaround, include an OpenSSL header file before
including cmocka.h in the unit tests, because OpenSSL
3.1.0 uses __attribute__(malloc), conflicting with a
redefined malloc in cmocka.h. [GL #4000]
(From OE-Core rev: b0e64d50c956d5eeb921c85818727261e04de899)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 9d5f8062fc2c11bd6ff98a96caa03aac3984ae9c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
===========
test: skip compressed file tests when --disable-open-zfile is used
itlab CI: build with each of --enable-open-zfile & --disable-open-zfile
configure: correct error message to suggest --disable-open-zfile
Fix a memleak in ParsePixels error code path
Fix CVE-2022-44617: Runaway loop with width of 0 and enormous height
open-zfile: Make compress & uncompress commands optional
Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
test: Use PACKAGE_BUGREPORT instead of hard-coded URL's
test: Add simple test cases for functions in src/rgb.c
xpmReadRgbNames: constify filename argument
XpmCreateDataFromXpmImage: Fix misleading indentation
parse.c: Wrap FREE_CIDX definition in do { ... } while(0)
parse.c: remove unused function xstrlcpy()
(From OE-Core rev: 145d19c86d61761d7446f6776c4cbc8274c06861)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 4d9f0958eecdf683434d77a4f65611803cffd247)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
==========
API changes:
-------------
+ Added new function MHD_get_version_bin().
Improvements and enhancements:
-------------------------------
* Digest Auth: changed algorithm identifiers in server generated
headers from "md5" / "sha-256" to "MD5" / "SHA-256" to better match
RFC (while clients should use caseless matching).
* Improved Base64 decoding by new implementation with robust input
data validation checks.
* Improved configure for cross-compiling, for better compatibility
with POSIX and for better compatibility with the latest compiler
versions.
* New internal tests: for Base64 decoding, Basic Auth and folded
headers.
* Supported new libcurl API in tests to mute deprecation warnings.
* Supported ARM and ARM64 for VC compilers.
Functionality changes:
------------------------
* any negative number returned by response data generation callback
function is treated as an error. Previously negative values except
predefined error codes could produce undefined behaviour.
* Added handling of "DEBUG" preprocessor macro as an alias of "_DEBUG".
Fixes:
---------
# Fixed functionality with blocking sockets.
# Fixed very inefficient data pumping for upgraded TLS connections.
# Fixed processing of folded headers in the requests.
# Fixed data races when closing upgraded connection.
# Removed duplication of "Connection: upgrade" header.
# Digest auth: fixed thread sync to avoid "stale hash" results.
# Fixed harmless unwanted extra data processing resulting in triggering
of the assert.
# Fixed tests for LTO.
# Removed removed non-portable functions in examples.
# Fixed delayed call of connection notification callback in
thread-per-connection mode.
# Fixed Address Sanitizer unpoison of memory when memory pool is
destroyed. This fixed periodic ASAN error when used for a long time
with the sanitizer.
# Fixed compiler warnings in library code, examples, tests and configure
checks.
# New TLS certificates for test-suite: all with SAN fields and SHA-256
hash.
# Tests: fixed tests on Darwin 22.x (Ventura).
# Tests: redesigned one tests group to avoid stress-testing of the OS.
(From OE-Core rev: 5e82c4674835900753fb7d5e01aa6dfe41e5d84b)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit bdc28b0262ad8a57d56f029b55b338478afb3a07)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
==========
Add repoid to solver errors for RPMs (RhBug:2179413)
Avoid using obsolete RPM API and drop redundant calls
Remove DNF from list of protected packages
(From OE-Core rev: 04bc1d32ee1084f6c13ae20f21efb6c92c1c5e9c)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 965f0b5f50c2c1453d6e7d4f32091635c0ec1e49)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
* Adding missing man pages to the tar release file.
(From OE-Core rev: bafba9fcea41ff6ba8e64b3c718a335841be955e)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 0f6da8601fd4d992550e8afe7b09ba7c491250fd)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
==========
* bt2: honor build system compiler/linker preferences
* Fix: clear_string_field(): set first character to 0
* Fix: src.ctf.fs: Not resolving event common ctx
* debug-info: fix -Wenum-int-mismatch problem in copy_field_class_content_internal
* fix: pass exec-prefix to python bindings install
* fix: document proper Bison version requirement
* cli: use return value of g_string_free
* babeltrace2-query(1): erroneous parameter used in example
* Fix: tests: print real values in a fixed format
* Fix: bt2: autodisc: remove thread error while inserting status in map
* tests: src.ctf.fs: add test for metadata with invalid syntax
* tests: shorten names of session-rotation trace
* bt2: ignore -Wredundant-decls warning
* ctf: fix -Wformat-overflow error in ctf-meta-resolve.cpp
* ctf-writer: fix -Wformat-overflow errors in resolve.c
* Fix: src.text.details: use write_uint_prop_value to handle unsigned values in write_int_range
* Add `dev-requirements.txt` for pip
* Fix: src.ctf.lttng-live: consider empty metadata packet as retry
* Fix: ctf: wrongfully requiring CTF metadata signature for every section
* Fix: src.ctf.lttng-live: session closed before any metadata is received
* fix: obsolete warnings with autoconf >= 2.71
* fix: explicitly disable '-Wsuggest-attribute=format'
* fix: set stable branch in gitreview config
* Fix: ctf-writer: list of reserved keywords
* compiler warning cleanup: is_signed_type: compare -1 to 1
* Update working version to Babeltrace 2.0.5
(From OE-Core rev: f520637c1b2593a338754c072045b486f3d154bd)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit ae47b6c2a4bdee031d42687582049c15614faa6d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
OpenPrinting CUPS is an open source printing system. In versions 2.4.2
and prior, a heap buffer overflow vulnerability would allow a remote
attacker to launch a denial of service (DoS) attack. A buffer overflow
vulnerability in the function `format_log_line` could allow remote
attackers to cause a DoS on the affected system. Exploitation of the
vulnerability can be triggered when the configuration file `cupsd.conf`
sets the value of `loglevel `to `DEBUG`. No known patches or
workarounds exist at time of publication.
References:
https://nvd.nist.gov/vuln/detail/CVE-2023-32324https://security-tracker.debian.org/tracker/CVE-2023-32324
Upstream Patch:
https://github.com/OpenPrinting/cups/commit/fd8bc2d32589
(From OE-Core rev: 3e0e51c5dd435822ab29261a648e5e86b8ad9919)
Signed-off-by: Sanjay Chitroda <schitrod@cisco.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The references to the target and host systems (i.e. the client and
server respectively) were swapped in the instructions.
Also, there's no need to specify the device node on the server command
line that is run on the host system.
The previous, incorrect, instructions resulted typically in:
target# blktrace -l /dev/mmcblk1
server: waiting for connections...
and
host$ blktrace -d /dev/mmcblk2 -h target
Invalid path /dev/mmcblk2 specified: 2/No such file or directory
unless the same device node happened to exist on the host system.
Based on
target# blktrace --version
blktrace version 2.0.0
and
host$ blktrace --version
blktrace version 2.0.0
(From yocto-docs rev: 3534c2898ce835a08e200f50412561dc782e9021)
Signed-off-by: Hannu Lounento <hannu.lounento@vaisala.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
It was not clear to me what a "full revision identifier" was in the
context of the note documenting SRCREV. After clarification via IRC,
this submission attempts to clarify what is meant to help future
readers.
(From yocto-docs rev: ed6f24518c47ecc42a6ef99c35af0f8e0df40e5e)
Signed-off-by: Ed Beroset <beroset@ieee.org>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Refactor _process_deps to expand systemd instance specifier "%i" to the
template instance.
This change expands on prior commit e510222b57 ("systemd-systemctl: fix
instance template WantedBy symlink construction") by substituting every
"%i" pattern-match with the instance name.
The regexp handles the following cases:
* svc-wants@%i.service
* sys-subsystem-net-devices-%i.device
(From OE-Core rev: c734906a901c5dead9d879df0f251ba848fdb577)
Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 9356276137267a29ae2289d796a2940918375308)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM[1] controls the search
behavior of find_program(). When this variable's value was
first used in OE, it was deliberately set to BOTH to allow
searching of host tools. This is to ensure the necessary tools
from host could be used. The downside is that the configure
behavior may differ on different host environments.
Later, this cmake.bbclass was added the ability to search tools
under the HOSTTOOLS_DIR. This means we no longer needs cmake to
search the host paths. So we remove the class-native setting of
BOTH.
[1] https://cmake.org/cmake/help/latest/variable/CMAKE_FIND_ROOT_PATH_MODE_PROGRAM.html
(From OE-Core rev: 1e2866eb0ce0c10a2668fbd66bc28526eec30f4d)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f4ea12f6635125ee793f4dd801c538c0186f9dc3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
These test recipes shouldn't be built as part of world builds. Some recent
changes are exposing issues from this so exclude them.
(From OE-Core rev: ce738e11c5170be40ce76e91e1b91aec8579977b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 80d3f5586cd060ae69fbc6dec2e8978d87da10ba)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Without this patch, systemd complains on startup with messages similar
to:
systemd-tmpfiles[128]: /etc/tmpfiles.d/connman_resolvconf.conf:1: Line references path below legacy directory /var/run/, updating /var/run/connman → /run/connman; please update the tmpfiles.d/ drop-in file accordingly.
systemd-tmpfiles[172]: /etc/tmpfiles.d/connman_resolvconf.conf:1: Line references path below legacy directory /var/run/, updating /var/run/connman → /run/connman; please update the tmpfiles.d/ drop-in file accordingly.
By default, connman will use "/var/run/connman" for runstatedir
instead of the now recommended "/run/connman".
(From OE-Core rev: 8ea652072f78cce76996ceefe3559a9c0fbc35c8)
Signed-off-by: Marc Ferland <ferlandm@amotus.ca>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8d17776765a99a4ae327797206ef2a8a735ce87b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Modify packages to unassigned where appropriate
(From OE-Core rev: 27f15bc3166fda5acd07e9e1c34842a641d24e37)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ab37ddf53607111bf5c49c4f2388224999c4a5a9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This was confirmed via private email.
(From OE-Core rev: f59753d5cf5b895ce080dc831894cda6c6d2d1d0)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c30e9f1972a3e1d4099f39fd6d0dfb37acb73ce1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This was confirmed via private email.
(From OE-Core rev: 8c9a247c3bffeda1aae9af69656337a0b8afabfb)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cc8bb0da24419424989548ced27b2e76030340d9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This was confirmed via private email.
(From OE-Core rev: 4c345fbf7dd009eaffe09c9d218e697145ad8ee2)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 834519933fcd6e4ff54f24d0cf671ea9ce24398a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This will package the plugins built by perf into kernel specific dir
under libdir, so it does not conflict with plugins from newly added
libtraceevent recipe
Fixes
do_sdk_depends: The file /usr/lib/traceevent/plugins/plugin_cfg80211.so is installed by both perf and libtraceevent, aborting
(From OE-Core rev: 68733d5467134370f036480b0cc11e6b97efe4ad)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 28f39769c27d257a60ff0152acc0c76f0276fa6a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
It fails to instal pm-utils and lib32-pm-utils at same time:
Error: Transaction test error:
file /usr/bin/pm-is-supported conflicts between attempted installs of lib32-pm-utils-1.4.1-r1.corei7_32 and pm-utils-1.4.1-r1.corei7_64
file /usr/sbin/pm-hibernate conflicts between attempted installs of lib32-pm-utils-1.4.1-r1.corei7_32 and pm-utils-1.4.1-r1.corei7_64
file /usr/sbin/pm-powersave conflicts between attempted installs of lib32-pm-utils-1.4.1-r1.corei7_32 and pm-utils-1.4.1-r1.corei7_64
file /usr/sbin/pm-suspend conflicts between attempted installs of lib32-pm-utils-1.4.1-r1.corei7_32 and pm-utils-1.4.1-r1.corei7_64
file /usr/sbin/pm-suspend-hybrid conflicts between attempted installs of lib32-pm-utils-1.4.1-r1.corei7_32 and pm-utils-1.4.1-r1.corei7_64
All of the conflicted files either is script which source a file in
${libdir}, or a link file to some file in ${libdir}. Compare the content
of installed files in ${libdir} exclude binaries, only the paths of
${libdir} diff. So re-define libdir with ${nonarch_libdir} to fix the
conflicts.
(From OE-Core rev: 18d15c59ef5bba92e5223c96c28259feac037410)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f836541bcfdbf033a37537530b4e3b87b0a7f003)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This patch should have been dropped when upgrading to 253
since its already available upstream since then
(From OE-Core rev: a0f5dc78f030a3c4efbc864c385b6592a22ef1ec)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5b677b766280b39e8bf507d5aec4f08e49fd72a9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
If pstree in busybox is enabled there is a conflict with pstree from
psmisc resulting in:
do_rootfs: Postinstall scriptlets of ['busybox'] have failed. If
the intention is to defer them to first boot, then please place
them into pkg_postinst_ontarget:${PN} ().
Deferring to first boot via 'exit 1' is no longer supported.
And more detailed in do_rootfs.log:
update-alternatives: Error: not linking [...]/rootfs/usr/bin/pstree to /bin/busybox.nosuid since [...]/rootfs/usr/bin/pstree exists and is not a link
On order to fix this set ALTERNATIVE:pstree accordingly.
(From OE-Core rev: 6071ff86edb1105ca470979ff691ba5910d7e2fc)
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit deb2176df76dcb16c0d90072ad63d308a0ab1158)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
* Drop CVE-2023-0464.patch (merged upstream).
* Refresh 0001-Configure-do-not-tweak-mips-cflags.patch
https://github.com/openssl/openssl/blob/openssl-3.1.1/NEWS.md
Major changes between OpenSSL 3.1.0 and OpenSSL 3.1.1 [30 May 2023]
* Mitigate for very slow OBJ_obj2txt() performance with gigantic OBJECT IDENTIFIER sub-identities. (CVE-2023-2650)
* Fixed buffer overread in AES-XTS decryption on ARM 64 bit platforms (CVE-2023-1255)
* Fixed documentation of X509_VERIFY_PARAM_add0_policy() (CVE-2023-0466)
* Fixed handling of invalid certificate policies in leaf certificates (CVE-2023-0465)
* Limited the number of nodes created in a policy tree (CVE-2023-0464)
Security Advisory:
https://www.openssl.org/news/secadv/20230530.txt
CVE: CVE-2023-2650
CVE: CVE-2023-1255
CVE: CVE-2023-0466
CVE: CVE-2023-0465
CVE: CVE-2023-0464
(From OE-Core rev: 0b4cc6aa840aa52c3843c5292f15c028d0037bba)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 26ce9a5fd31c27812ce8784a398b600cc0e9aa80)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Bug fix release. 1.36.1 has fixes for line editing, detection of hardware
sha1/sha256 support, unzip (do not create suid/sgid files unless -K),
shell (printf and sleep with no args, handing of SIGINT in sleep), ed.
- regression on x86 is still in place
(From OE-Core rev: a30ec03e3b59a596f48b9a6b8cf1d41d76e33bf3)
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 09c5499f5885662a55a8810078e7208a1696b29f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
ver 0.57:
Fix issue with handling Generic Netlink cancel requests.
ell 0.57 is required for iwd 2.5
(From OE-Core rev: 3d3f9b4dce794114628a15bf375a8f91b7169a27)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f13fe33403f077802640e70a84596546d555c3b9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This patch fixes an issue in libtiff's LZWDecode function which could cause a null pointer dereference.
(From OE-Core rev: 1430f2f7aa774c3deb54dca8b8252d31ab5a513c)
Signed-off-by: Natasha Bailey <nat.bailey@windriver.com>
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7da5abf23232f61bf8009b4b8e97632768867e07)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
We don't compare reproducibility of the native/cross components, only the
target ones. With the long build times of rust-native, the test now takes
crazy lengths of time so this tweak should allow us to reuse native/cross
artefacts from sstate whilst still testing the target output is
reproducible.
(From OE-Core rev: ea3d21235633dc5b01c6ce39e768d00d1da5d87a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b494d83c639a877cefeb7cbab6d37195e492f059)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Adding a selftest version of hello world to run it in tests where no download is necessary.
Also using this in several tests to speed them up.
Using the -native version wherever possible will also speed up tests a lot.
[YOCTO #11142]
(From OE-Core rev: 95241ece5fcef53901b97f96ae961cea208ca31a)
Signed-off-by: Thomas Roos <throos@amazon.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit c3f26b63934888df0e3cd563c1c2804eb78a368e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
* it was removed from SRC_URI in oe-core commit:
commit 67257ca87c6fa8e6050a20ecea50daf834c7e869
Author: Alexander Kanavin <alex.kanavin@gmail.com>
Date: Sat Apr 25 19:28:00 2020 +0200
Subject: rpm: upgrade to 4.15.1
and it's unused since then
(From OE-Core rev: c7324d03ebd58c247611a9955b6029bf66f05826)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c801a215fb2d53bdec7f4c9a20ff7969e8071e5c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
When running prepare_recipe_sysroot task, the extend_recipe_sysroot
is run twice.
What prepare_recipe_sysroot does is executing extend_recipe_sysroot,
there's no need to add extend_recipe_sysroot to its prefuncs.
(From OE-Core rev: 08e561035255e765e4293d4031115ea308cc29d3)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit bf7584a2ac16ee46ff5b41536b06bb46d0cbada7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This matches the change in commit 139102a73d (recipes: Default to https
git protocol where possible), which did this for most recipes.
(From OE-Core rev: 155fb4ffbb02522cc5dde22c4d8a69a3e299b86f)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 21a06cb3f19570c65fc83d45069cab22136768b0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
When the protocol used to fetch the Git repository was changed from
"git" to "https" in commit 139102a73d (recipes: Default to https git
protocol where possible), the URI was not updated to match.
(From OE-Core rev: bb3c35309e23121dfc9b0f2f06d31f38554a3820)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0434a5ae168f737741e66a7fe1e30a8703b8ce16)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Devtool selftests require poky dir a git repo, when downloading poky as a tar,
this is not the case. Those tests will now skipped.
[YOCTO #12389]
(From OE-Core rev: 5b913494b472ef03435cabf984361b43c3d813f4)
Signed-off-by: Thomas Roos <throos@amazon.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 95a5bc130dc51ea9de95c64dbf0e9c7892415d50)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
When the architecture and debug specific build and runtime dependencies
were introduced, they were only applicable to "newer" kernel versions
and were enabled in the version specific recipes.
These are now common dependencies, so we can avoid the duplication and
move them to a common location.
We also change the adhoc nature of the existing elfutils definition,
as it is now detected by the kernel build and we no longer need the
work around to the native sysroot.
Finally, we change the undocumented KERNEL_DEBUG_OPTIONS to KERNEL_DEBUG
and use it to conditionally enable features that need extended support
(and support sometimes out of oe-core).
(From OE-Core rev: 67a972a1d8c2ff271cbbca68a2805ea31f079fa1)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7ddeb149e7a78bedeb945898fec5e8f13b7c5711)
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
If a specific kernel provider or configuration wants to enable BTF
and pahole analysis, it isn't currently possible due to the explicit
definition to false in the base kernel build arguments.
pahole is now detected by the kernel built itself, so unless
pahole-native is enabled, the result is the same.
If a kernel does require an explicit disable of pahole, it is better
to carry PAHOLE=false in those specific recipes.
(From OE-Core rev: c6f13dcb3e04655c8076c1100ceada760ffb1ddb)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b1e4851a36ed47ce6ba880a49264b9a57c78cf4f)
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This is needed as each user could be setting different nice levels
while building, however this should not make the shared cache unusable.
(From OE-Core rev: c7eeb912b6c39df654d82e26608514221022aa2a)
Signed-off-by: Lorenzo Arena <arena.lor@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 42784f9360345da1c01d988070253e7ffd5ac4ac)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
autoconf-archive is a collection of m4 autoconf macros needed at
build-time, and autoconf-archive-native is a suitable provider as there
is nothing in the recipe that needs to be cross-compiled.
Also if we use DEPENDS=autoconf-archive then the recipe's -dev package
ends up RDEPENDing on autoconf-archive, which isn't correct.
Universally change any DEPENDS on autoconf-archive to the -native form,
and add any missing dependencies that were implicit before.
(From OE-Core rev: be5534a8ca4a5ab7323039123e680ba1f6ede908)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 571132415ea7fe2d91c62948f2b6aa553eafa83d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
When build e2fsprogs ptest with usrmerge DISTRO_FEATURES,
in test_script and test_one scripts, value of SRCDIR has problem.
SRCDIR=/usr/usr/lib/e2fsprogs/ptest/test
ptest log
# ptest-runner e2fsprogs
START: ptest-runner
2022-12-17T11:08
BEGIN: /usr/lib/e2fsprogs/ptest
ls: cannot access '/usr/usr/lib/e2fsprogs/ptest/test/[a-zA-Z]_*': No such file or directory
./test_script: line 54: /usr/usr/lib/e2fsprogs/ptest/test/test_post: No such file or directory
DURATION: 0
END: /usr/lib/e2fsprogs/ptest
2022-12-17T11:08
STOP: ptest-runner
TOTAL: 1 FAIL: 0
Reason
In Makefile.in, SRCDIR is set by prefix and libdir.
@echo "SRCDIR=${prefix}${libdir}/e2fsprogs/ptest/test" >> test_one
@echo "SRCDIR=${prefix}${libdir}/e2fsprogs/ptest/test" >> test_script
prefix=/usr
libdir=/usr/lib (when usrmerge is set)
solution
Use PTEST_PATH to fix it.
(From OE-Core rev: 0e9cd399f7f5dcd31420cce8e0dc8c25f33bd80b)
Signed-off-by: Qiu Tingting <qiutt@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 85e3b4f1d4b8734b0dd427d107a9f736bca9b7f7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
* fixes:
ERROR: binutils-2.40-r0 do_package: QA Issue: binutils: Files/directories were installed but not shipped in any package:
/usr/lib/gprofng/libgp-collectorAPI.a
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
binutils: 1 installed and not shipped files. [installed-vs-shipped]
(From OE-Core rev: ab6ae4b715143364288ba164f8ab5c3cd7f486ae)
(From OE-Core rev: 4ed0f0cc0ecc290f1bbb8262afa62b45513e9cc6)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f72fd51e0da100e7ed90992225688bf43e2a69b6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
- Rebase existing patches
- Drop 0014-configure-remove-dependencies-on-gmp-and-mpfr-when-g.patch
which is already in
- Correct packaging path to libgprofng.so
- Below commits on binutils-2.40 stable branch are updated.
4671be001eb Updated Hungarian translation for the gprof directory
ded035f913e lto: Don't add indirect symbols for versioned aliases in IR
74cb2ddeabc gas: arm: Change warning message to not reference specific A-class architecture revision
570b9c09bbf gas: arm: Fix a further IT-predicated vcvt issue in the presense of MVE vcvtn
bddd62e188c libctf: get the offsets of fields of unnamed structs/unions right
7aa47eafcce libctf: fix assertion failure with no system qsort_r
165accf0752 coff_get_normalized_symtab bfd_release
af35798e957 PR30217, dynamic relocations using local dynamic symbols
18bb604f1e1 PR30198, Assertion and segfault when linking x86_64 elf and coff
34a2b4a0e21 PR30155, ld segfault in _bfd_nearby_section
3d0046f39aa PR30046, power cmpi leads to unknown architecture
5c87fb1d59b ppc32 and "LOAD segment with RWX permissions"
11f5c1ebf14 Updated Serbian translations for gold, gprof and opcodes sub-directories
38e455b1d9a Updated translations for the bfd and gprof directories.
b2bc62b7b4e gas: correct symbol name comparison in .startof./.sizeof. handling
17294931e3e configure: remove dependencies on gmp and mpfr when gdb is disabled
1fc096a4c59 Regen config files
e1815414077 Pass $JANSSON_LIBS and $ZSTD_LIBS to ld-bootstrap/bootrap.exp
3e888977f16 bpf: fix error conversion from long unsigned int to unsigned int [-Werror=overflow]
65dbb942145 Updated Swedish translation for the binutils sub-directory
27f59ec47a1 RISC-V: make C-extension JAL available again for (32-bit) assembly
edd36b26f35 gprofng: PR30043 libgprofng.so.* are installed to a wrong location
c6e269febbc gprofng: PR29521 [docs] man pages are not in the release tarball
bcea253f5fa toplevel: Makefile.def: add install-strip dependency on libsframe
(From OE-Core rev: 5d7389770af6613af4ca8a2d30cc79d494a91075)
(From OE-Core rev: c4135c692cea9cbeb5df21baa4d76e872d981411)
Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dcaf5192599b9474901ab73b66c330a401623fc1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
==========
- Translation updates for ISO 3166-1
- Translation updates for ISO 3166-3
- Translation updates for ISO 639-2
- Translation updates for ISO 3166-1
- Translation updates for ISO 3166-2
- Translation updates for ISO 3166-3
- Translation updates for ISO 639-2
- Translation updates for ISO 639-3
- Translation updates for ISO 639-5
- Translation updates for ISO 4217
- Translation updates for ISO 15924
* ISO 3166-2: Fix wrong Spanish translation
(From OE-Core rev: b189240b211e5d8f40747a0128834ed83c38a8f4)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 355f2f9fe8a1e6c5e78f136cb3ed77c9004fb75c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
5.4.3 (2023-05-04)
* All fixes from 5.2.12
* Features in the CMake build can now be disabled as CMake cache
variables, similar to the Autotools build.
* Minor update to the Croatian translation.
(From OE-Core rev: c450040e2f177b2ef64c0817ca0aad4051d5f25f)
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 75aaa3d8efa9ba4fdf7145321dc85b34cd3dcebb)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Summary of changes from RPM 4.18.0
General bugfixes and enhancements
Command line
Fix signature reserved space not restored on --delsign (#2382, regression in 4.15.0)
Copy original lead on signing instead of recreating (#1326, regression in 4.14.0)
Issue a warning when signing created an OpenPGP v3 signature (#2286)
Transactions
Fix install of block and character special files (#2195, #2275, regression in 4.18.0)
Handle downgrade within V-R when epoch goes away (RhBug:1845069)
Package building
Spec
Restore BuildRequires check in rpmbuild -bp (regression in 4.15.0)
Fix space handling in %setup (#2335, regression in 4.18.0)
Issue a deprecation warning on %patchN syntax
Macros
Don’t embed CPU count of build system in packages (#2343)
Make CPU and thread-related macros available on all platforms (#2265)
Fix macro scoping level on re-entry from %[] expression (#2354)
Split ___build_pre macro to make mocking rpm build environment easier
Buildroot policies
Fix xargs use in brp-remove-la-files on macOS (#2332, regression in 4.17.0)
Generators
Disable debuginfod server lookups in build and dependency generator scripts
Exclude kernel modules from ELF dependency generation (regression in 4.17.0)
Signatures and keys
Fix type confusion bugs in the internal OpenPGP implementation
Plugins
Make write() non-blocking in fapolicyd plugin (RhBug:2110787)
Add a handler for libselinux log messages (RhBug:2123719, RhBug:2050774)
API changes
N/A
Internal improvements and cleanups
Fix potential uninitialized variable use on public key import
Fix various leaks during package build and install
Fix getopt() usage to comply with POSIX
Build process
Generate Python egg-info from automake builds (#130, #2230)
Revise ISANAME for loongarch
Documentation
Document %_binary_payload and %_source_payload syntax in RPM package format manual
Various typo and grammar fixes in reference manuals
Minor CONTRIBUTING.md updates
Drop:
0001-docs-do-not-build-manpages-requires-pandoc.patch
(pandoc is now detected from $PATH)
fifofix.patch
(upstream fixed the issue)
(From OE-Core rev: 0206e2700e290f04cb4c4c2cf50c1e1f1f4ae6ee)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit d8d673b2dc86e04cc278dc111b36d52d60bc25f7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
close() the server_socket before qemusock replaces
it.
(From OE-Core rev: fb1de20b22119fd62b338ab69cd2b6a6c4e9dd8f)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit be7bbbeeb44158b181d1abc5a4d7871a9045fdd6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
* since "populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner" change:
https://git.openembedded.org/openembedded-core/commit/?id=ecff0642be5781f7f6cca617158b04ac9a0e85f0
in multilib build when building lib32-foo-image it can pick wrong
ptest-runner package if it was built in the same TMPDIR before the
image, do_rootfs then fails to find it, if the package manager config
doesn't have 64-bit feed enabled:
opkg_prepare_url_for_install: Couldn't find anything to satisfy 'ptest-runner'
(From OE-Core rev: 3cdfdeb8f18dd467e2c5c6e9d6e3739aaf5c0c3d)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 4d24749e7e94881bb952f5c927f0012eb70d4390)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Remove 0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch
file from tiff as it was removed while upgrading tiff from
4.4.0 -> 4.5.0
(From OE-Core rev: b61e75037ed92e6bf4d9d506ffedfc5d50085522)
Signed-off-by: Nikhil R <nikhilar2410@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c53abdb5ce9cdbfb0f9e48b64b800c45549d18a6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
At second running, there are four new failed case:
d_loaddump f_bigalloc_badinode f_bigalloc_orphan_list f_dup_resize
The test_data.tmp is necessary, but it is deleted by run-ptest.
So it should be restored after testing.
(From OE-Core rev: d40b69d0a5a3eceff6b7d97601f560846cc2ef36)
Signed-off-by: Qiu Tingting <qiutt@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit d0d08dd9a8a179e25b9cfcbac696c1d212a1910c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This is specific to Git-for-Windows.
(From OE-Core rev: 0bdeec9951e8e2c4f645475be98b7a0176438c9b)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
1fe619a7d252 Linux 5.15.113
7de20a23e52a HID: wacom: add three styli to wacom_intuos_get_tool_type
25b835d40838 HID: wacom: Add new Intuos Pro Small (PTH-460) device IDs
a540aabefa9b HID: wacom: Force pen out of prox if no events have been received in a while
b4c7b54b83f6 s390/qdio: fix do_sqbs() inline assembly constraint
b8427b8522d9 nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()
cafdd9cefc5b powerpc/64s/radix: Fix soft dirty tracking
fe59dd824fad tpm/tpm_tis: Disable interrupts for more Lenovo devices
b9eb4491f0c9 powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV device
317ee8c54faa ceph: force updating the msg pointer in non-split case
e3d1adcad5b7 vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF
03e39ec73941 thunderbolt: Clear registers properly when auto clear isn't in use
742ed5bb683e serial: qcom-geni: fix enabling deactivated interrupt
6960267e7d0b serial: 8250_exar: Add support for USR298x PCI Modems
7d8873ecbd3c serial: Add support for Advantech PCI-1611U card
51d90382d241 statfs: enforce statfs[64] structure initialization
865be1cff2c0 ksmbd: fix global-out-of-bounds in smb2_find_context_vals
7657321b2624 ksmbd: fix wrong UserName check in session_user
61e043326e72 ksmbd: allocate one more byte for implied bcc[0]
1c2461b41f30 ksmbd: smb2: Allow messages padded to 8byte boundary
49f47945386e SMB3: drop reference to cfile before sending oplock break
653d30a1512c SMB3: Close all deferred handles of inode in case of handle lease break
972a33e6cc76 can: kvaser_pciefd: Disable interrupts in probe error path
143623940a03 can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt
c724a6edc1c6 can: kvaser_pciefd: Clear listen-only bit if not explicitly requested
f04628305cac can: kvaser_pciefd: Empty SRB buffer in probe
da711a8af0fa can: kvaser_pciefd: Call request_irq() before enabling interrupts
4857ccfbe283 can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop()
9ac2448c24a9 can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag
a17cf315f246 can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag
83af0876040b ALSA: hda/realtek: Add quirk for 2nd ASUS GU603
cc1924ab21d7 ALSA: hda/realtek: Add a quirk for HP EliteDesk 805
3a32c5149461 ALSA: hda/realtek: Add quirk for Clevo L140AU
059a18e95e06 ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table
e8c7d7c43d5e ALSA: hda: Fix Oops by 9.1 surround channel names
831a1ffb0a93 xhci: Fix incorrect tracking of free space on transfer rings
4c5c4870694b xhci-pci: Only run d3cold avoidance quirk for s2idle
fc0e18f95c88 usb: typec: altmodes/displayport: fix pin_assignment_show
0ed9257a8ab9 usb: gadget: u_ether: Fix host MAC address case
c51a131cacf4 usb: dwc3: debugfs: Resume dwc3 before accessing registers
720be29c7d1c USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit value
2ef3ecff0907 usb-storage: fix deadlock when a scsi command timeouts more than once
3b43d9df27a7 USB: usbtmc: Fix direction for 0-length ioctl control messages
15d744133218 ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go
62499cf3ddd7 bridge: always declare tunnel functions
ec5caa765f7f netfilter: nft_set_rbtree: fix null deref on element insertion
b0cc763806c0 netfilter: nf_tables: fix nft_trans type confusion
addaba68018b vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()
3a0450d38a3e igb: fix bit_shift to be in [1..8] range
c15c3bb90c9a net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset
234e744d86bd cassini: Fix a memory leak in the error handling path of cas_init_one()
76a7cd047b3a scsi: storvsc: Don't pass unused PFNs to Hyper-V host
05ad5a4d421c wifi: iwlwifi: mvm: don't trust firmware n_channels
d66490c29364 wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlock
fce7d92a8990 wifi: mac80211: fix min center freq offset tracing
fd8bc0f581af net: bcmgenet: Restore phy_stop() depending upon suspend/close
99c5acfd1f6a net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()
ed1283c46d90 s390/cio: include subchannels without devices also for evaluation
673cb4798921 tipc: check the bearer min mtu properly when setting it by netlink
575e84d90a74 tipc: do not update mtu if msg_max is too small in mtu negotiation
5cf99d5f656a tipc: add tipc_bearer_min_mtu to calculate min mtu
6a7690f2bd17 virtio_net: Fix error unwinding of XDP initialization
18c0bd6888b3 virtio-net: Maintain reverse cleanup order
cdd8160dcda1 net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()
f51d15d9bc41 drm/exynos: fix g2d_open/close helper function definitions
45a158a212d9 SUNRPC: Fix trace_svc_register() call site
1c28b206ae49 SUNRPC: always free ctxt when freeing deferred request
54832355b0b1 SUNRPC: Remove svc_rqst::rq_xprt_hlen
7a1dca013124 SUNRPC: Remove dead code in svc_tcp_release_rqst()
9712097e89b2 SUNRPC: Clean up svc_deferred_class trace events
8c26ecd887ef tracing: Introduce helpers to safely handle dynamic-sized sockaddrs
7851771789e8 SUNRPC: double free xprt_ctxt while still in use
051af3f0b7d1 media: netup_unidvb: fix use-after-free at del_timer()
8e37baf62181 net: hns3: fix reset delay time to avoid configuration timeout
aaf7c7d8448f net: hns3: fix sending pfc frames after reset issue
56640004ee56 net: hns3: fix output information incomplete for dumping tx queue info with debugfs
98e964801811 erspan: get the proto with the md version for collect_md
5258395e67fe serial: 8250_bcm7271: fix leak in `brcmuart_probe`
cc2f7cee933f serial: 8250_bcm7271: balance clk_enable calls
f76a18e53a66 serial: arc_uart: fix of_iomap leak in `arc_serial_probe`
15251e783a4b tcp: fix possible sk_priority leak in tcp_v4_send_reset()
2832d6244634 vsock: avoid to close connected socket after the timeout
2c1617dc6dab ALSA: hda/realtek: Apply HP B&O top speaker profile to Pavilion 15
bbb5ac533ca6 ALSA: firewire-digi00x: prevent potential use after free
81c843152422 net: phy: dp83867: add w/a for packet errors seen with short cables
c1bc2870f14e net: fec: Better handle pm_runtime_get() failing in .remove()
b598e76b49cc selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_test
5041897b9f0f selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_test
d6c89d776be2 af_key: Reject optional tunnel/BEET mode templates in outbound policies
19457a4423a3 cpupower: Make TSC read per CPU for Mperf monitor
3a4ff14b0ecb ASoC: fsl_micfil: Fix error handler with pm_runtime_enable
a2e5a77ae3c3 dt-bindings: display/msm: dsi-controller-main: Document qcom, master-dsi and qcom, sync-dual-dsi
e1c9c7482e31 drm/msm/dpu: Remove duplicate register defines from INTF
85eb9aef4fb5 drm/msm/dpu: Move non-MDP_TOP INTF_INTR offsets out of hwio header
b688a4115bdf drm/msm/dpu: Add INTF_5 interrupts
d8a291e39af2 drm/msm/dp: unregister audio driver during unbind
288247879f4e Revert "Fix XFRM-I support for nested ESP tunnels"
46f1a953545f xfrm: don't check the default policy if the policy allows the packet
98f179c5b072 platform/x86: hp-wmi: add micmute to hp_wmi_keymap struct
a832a43fdd95 platform/x86: Move existing HP drivers to a new hp subdir
df14d64b36b1 platform/x86: hp-wmi: Support touchpad on/off
6158e958e824 parisc: Replace regular spinlock with spin_trylock on panic path
1fa3fb4f7018 mfd: dln2: Fix memory leak in dln2_probe()
c9faa002ea4b soundwire: qcom: gracefully handle too many ports in DT
b61382a825c0 phy: st: miphy28lp: use _poll_timeout functions for waits
dc9c54d34dbd Input: xpad - add constants for GIP interface numbers
92c089a931fd iommu/sprd: Release dma buffer to avoid memory leak
a2bc5241ee14 iommu/arm-smmu-v3: Acknowledge pri/event queue overflow if any
aa50d0a460cc clk: tegra20: fix gcc-7 constant overflow warning
20f9bfc664d6 fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()
85afd3007465 fs/ntfs3: Add length check in indx_get_root
2a67f26f70ab fs/ntfs3: Validate MFT flags before replaying logs
d4b744825295 fs/ntfs3: Fix NULL dereference in ni_write_inode
1fd5b80c9339 fs/ntfs3: Enhance the attribute size check
6d3d3283e6b4 fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode'
8ebcbd1811b8 iommu/arm-smmu-qcom: Limit the SMR groups to 128
036e02dfd515 RDMA/core: Fix multiple -Warray-bounds warnings
ff70ad9159fb recordmcount: Fix memory leaks in the uwrite function
f3458b84c627 sched: Fix KCSAN noinstr violation
0652b54957ff mcb-pci: Reallocate memory region to avoid memory overlapping
1ba5594739d8 serial: 8250: Reinit port->pm on port specific driver unbind
ee009c2abc44 usb: typec: tcpm: fix multiple times discover svids error
973f84956b2c HID: wacom: generic: Set battery quirk only when we see battery data
b2069cfe1b33 spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3
6293d0533cfe HID: logitech-hidpp: Reconcile USB and Unifying serials
3f1719790cc3 HID: logitech-hidpp: Don't use the USB serial for USB devices
a97e60bd2896 staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE
116b9c002c89 Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp
392a06f965fe Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if not set
c018360885f0 Bluetooth: btintel: Add LE States quirk support
7aa14a7a3a85 ipvs: Update width of source for ip_vs_sync_conn_options
52851d0c3354 nbd: fix incomplete validation of ioctl arg
3d3f8fe01a01 wifi: ath11k: Fix SKB corruption in REO destination ring
87940e4030e4 wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace
35e304dbcefa null_blk: Always check queue mode setting from configfs
82f877ec9b04 wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf
7545f21eee13 wifi: iwlwifi: pcie: fix possible NULL pointer dereference
095018267c87 bpf: Add preempt_count_{sub,add} into btf id deny list
e3e6e252d74f samples/bpf: Fix fout leak in hbm's run_bpf_prog
e2759a59a4cc f2fs: fix to check readonly condition correctly
d8f4ad5f3979 f2fs: fix to drop all dirty pages during umount() if cp_error is set
613f6cde5ebb ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
bc4a3e1d07a8 ext4: set goal start correctly in ext4_mb_normalize_request
203e8875d294 scsi: ufs: ufs-pci: Add support for Intel Lunar Lake
71ee06193ed7 gfs2: Fix inode height consistency check
e84282efc87f scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race condition
c6ed54dd9069 lib: cpu_rmap: Avoid use after free on rmap->obj array entries
1911cca5916b scsi: target: iscsit: Free cmds before session free
a6f9f53d73bf net: Catch invalid index in XPS mapping
e3644d15d74a net: pasemi: Fix return type of pasemi_mac_start_tx()
d5eaf2a6b077 bnxt: avoid overflow in bnxt_get_nvram_directory()
f91037487036 scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow
99f8a15af6c9 ext2: Check block size validity during mount
e242c66f7ecf wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex
fe913db2acef bpf: Annotate data races in bpf_local_storage
aa186074b6f2 wifi: ath: Silence memcpy run-time false positive warning
9f87ee85ce1d media: Prefer designated initializers over memset for subdev pad ops
66acfe798cd0 drm/amd: Fix an out of bounds error in BIOS parser
d997c920a530 ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in acpi_db_display_objects
3a7a4aa3958c ACPICA: Avoid undefined behavior: applying zero offset to null pointer
0aa3d558f14e drm/msm/dp: Clean up handling of DP AUX interrupts
33cc6ef106c9 drm/tegra: Avoid potential 32-bit integer overflow
19882a49b242 remoteproc: stm32_rproc: Add mutex protection for workqueue
f4a573eed637 ACPI: EC: Fix oops when removing custom query handlers
66caf2278771 firmware: arm_sdei: Fix sleep from invalid context BUG
162a9b321538 memstick: r592: Fix UAF bug in r592_remove due to race condition
dcf632bca424 media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish
f0a06203f2fe media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and buffer_finish()
c12733784112 arm64: dts: qcom: msm8996: Add missing DWC3 quirks
15856ab95617 regmap: cache: Return error in cache sync operations for REGCACHE_NONE
e9c5fc4f3f35 drm/amd/display: Use DC_LOG_DC in the trasform pixel function
9fd5be74b38f drm/displayid: add displayid_get_header() and check bounds better
37cab61a52d6 fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()
e30a55e98ae6 rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access
718b66c5eb65 refscale: Move shutdown from wait_event() to wait_event_idle()
620a3c28221b ext4: allow ext4_get_group_info() to fail
99f7ce0fac22 ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set
1de53f2223eb ext4: fix lockdep warning when enabling MMP
c53936d9fb35 ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled
3f937d6615dd ext4: reflect error codes from ext4_multi_mount_protect() to its callers
1284253ce95a ext4: remove an unused variable warning with CONFIG_QUOTA=n
96b3233f42fb fbdev: arcfb: Fix error handling in arcfb_probe()
33b5890dfaf2 drm/i915/dp: prevent potential div-by-zero
a41559ae3681 af_unix: Fix data races around sk->sk_shutdown.
610fd07c1370 af_unix: Fix a data race of sk->sk_receive_queue->qlen.
62d43dd14b1d net: datagram: fix data-races in datagram_poll()
7c8be27727fe ipvlan:Fix out-of-bounds caused by unclear skb->cb
3c9d916e39ef gve: Remove the code of clearing PBA bit
43d938a82ed1 tcp: add annotations around sk->sk_shutdown accesses
9dd9ffe11841 net: add vlan_get_protocol_and_depth() helper
538b511bc54e net: deal with most data-races in sk_wait_event()
159a81d5e5a9 net: annotate sk->sk_err write from do_recvmmsg()
1d5c8b01f1df netlink: annotate accesses to nlk->cb_running
1a2b27f2d7ac netfilter: conntrack: fix possible bug_on with enable_hooks=1
8d56f00c61f6 netfilter: nf_tables: always release netdev hooks from notifier
de260d1e02cd net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().
5f5549b99828 net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register
b0a513ba5b28 net: stmmac: switch to use interrupt for hw crosstimestamping
46e100be0f02 linux/dim: Do nothing if no time delta between samples
2fdce3e52dc3 tick/broadcast: Make broadcast device replacement work correctly
6e455b89f02c scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in W-LUN suspend
b614567e0dd8 net: mdio: mvusb: Fix an error handling path in mvusb_mdio_probe()
da3cd1a81d4e ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warnings
ac88a1f41f93 drm/mipi-dsi: Set the fwnode for mipi_dsi_device
(From OE-Core rev: e59689be96bb366233a10db22246751f484691fa)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
9d6bde853685 Linux 5.15.112
0788273bd0a6 drm/amd/display: Fix hang when skipping modeset
de9a3ed42333 RISC-V: Fix up a cherry-pick warning in setup_vm_final()
3c9b08a16978 drbd: correctly submit flush bio on barrier
d0bcf6caa280 serial: 8250: Fix serial8250_tx_empty() race with DMA Tx
0b401c2cccc5 drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load error
8beaa3cb293a ext4: fix invalid free tracking in ext4_xattr_move_to_block()
978e5e9111af ext4: remove a BUG_ON in ext4_mb_release_group_pa()
2b3b8f18c0dc ext4: bail out of ext4_xattr_ibody_get() fails for any reason
f22b274429e8 ext4: add bounds checking in get_max_inline_xattr_value_size()
640c8c365999 ext4: fix deadlock when converting an inline directory in nojournal mode
b2531936118d ext4: improve error handling from ext4_dirhash()
b2f1314e6e36 ext4: improve error recovery code paths in __ext4_remount()
5f7d66e5e557 ext4: check iomap type only if ext4_iomap_begin() does not fail
f5e687698c6d ext4: fix data races when using cached status extents
6d9a705a653e ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum
d55e76e11592 ext4: fix WARNING in mb_find_extent
c5c385baee9b locking/rwsem: Add __always_inline annotation to __down_read_common() and inlined callers
ed76d3a8910b ksmbd: not allow guest user on multichannel
4f9baa066749 ksmbd: fix deadlock in ksmbd_find_crypto_ctx()
bc77a6e93306 ksmbd: fix racy issue while destroying session on multichannel
a89ff57e4da1 ksmbd: fix kernel oops from idr_remove()
876a7e3b58e3 ksmbd: add channel rwlock
05cbc9806ae8 ksmbd: replace sessions list in connection with xarray
f86a1a74d9a7 ksmbd: fix multi session connection failure
bb3b772f186c ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO
2456e2889c77 wifi: rtw88: rtw8821c: Fix rfe_option field width
615aff165bda drm/amd/display: Add NULL plane_state check for cursor disable logic
c11b90aced1a drm/amd/display: Refine condition of cursor visibility for pipe-split
bf16debcda5c drm/msm/adreno: fix runtime PM imbalance at gpu load
bac00e57cd5e drm/msm: Remove struct_mutex usage
17eeeac92b47 drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and 319.89 MHz
6d5e6d5a70e2 drm/i915/dg2: Add additional HDMI pixel clock frequencies
06af228515d1 drm/i915/dg2: Support 4k@30 on HDMI
a63c6b1eed9a ASoC: soc-pcm.c: call __soc_pcm_close() in soc_pcm_close()
aa803e6ecac7 ASoC: DPCM: Don't pick up BE without substream
44b685c4bab3 ASoC: soc-pcm: Move debugfs removal out of spinlock
0d5017dea0c6 ASoC: soc-compress: Inherit atomicity from DAI link for Compress FE
a536c367b0d8 ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locks
e2e5b8c72998 fs/ntfs3: Refactoring of various minor issues
5047a228d4c8 HID: wacom: insert timestamp to packed Bluetooth (BT) events
db587340a004 HID: wacom: Set a default resolution for older tablets
823787470e32 drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend
b39ba90d69ee drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2)
cd3c0f7013c3 drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx ras
6d4b6abedd2d drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini()
db307e725d5b drm/amd/display: fix flickering caused by S/G mode
61b694b742fb drm/panel: otm8009a: Set backlight parent to panel device
8f57f3e112cf f2fs: fix potential corruption when moving a directory
e2d1cc82ad50 drm/msm: fix NULL-deref on irq uninstall
8f0e1ad5327a drm/msm: fix NULL-deref on snapshot tear down
74543041c03e drm/bridge: lt8912b: Fix DSI Video Mode
9d79ccd97199 ARM: dts: s5pv210: correct MIPI CSIS clock name
137259261cd0 ARM: dts: exynos: fix WM8960 clock name in Itop Elite
eb15fb94d44a remoteproc: imx_rproc: Call of_node_put() on iteration error
de26e064ed9e remoteproc: st: Call of_node_put() on iteration error
8915e44eb3fb remoteproc: stm32: Call of_node_put() on iteration error
975b80702f0e sh: nmi_debug: fix return value of __setup handler
66dbc361214d sh: init: use OF_EARLY_FLATTREE for early init
bb870c4b73d2 sh: mcount.S: fix build error when PRINTK is not enabled
be95f9ebaf10 sh: math-emu: fix macro redefined warning
9fdf3666e3f1 SMB3: force unmount was failing to close deferred close files
c3a0ae5259ea smb3: fix problem remounting a share after shutdown
17ad86d8c122 inotify: Avoid reporting event with invalid wd
e51cd74e32d2 platform/x86: touchscreen_dmi: Add info for the Dexp Ursus KX210i
21de866f75de platform/x86: touchscreen_dmi: Add upside-down quirk for GDIX1002 ts on the Juno Tablet
5af78b437cd3 cifs: release leases for deferred close handles when freezing
f43b5573cddc cifs: fix pcchunk length type in smb2_copychunk_range
69dfa5a2e89d btrfs: fix space cache inconsistency after error loading it from disk
e0710a49799f btrfs: print-tree: parent bytenr must be aligned to sector size
bcc401bb8678 btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add
f264be24146b btrfs: don't free qgroup space unless specified
29478148bb3b btrfs: fix encoded write i_size corruption with no-holes
91f585024e3e btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones
77c6323dad14 btrfs: fix btrfs_prev_leaf() to not return the same key twice
b13e20cc58e4 perf stat: Separate bperf from bpf_profiler
2baa45d8f55e perf evlist: Refactor evlist__for_each_cpu()
871149abc1b9 perf symbols: Fix return incorrect build_id size in elf_read_build_id()
f716374c4e21 crypto: engine - fix crypto_queue backlog handling
fa4e304bbd8a crypto: engine - Use crypto_request_complete
e7ce4ba11635 crypto: api - Add scaffolding to change completion function signature
a8cc4d5adfe5 crypto: engine - check if BH is disabled during completion
7b36a06bacf7 crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()
b6e2d1e253a4 perf map: Delete two variable initialisations before null pointer checks in sort__sym_from_cmp()
4f128167e64b perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its contents
e685e2e2bd14 perf vendor events power9: Remove UTF-8 characters from JSON files
a6ef72c38c23 perf scripts intel-pt-events.py: Fix IPC output for Python 2
53f7b55f6b3a net: enetc: check the index of the SFI rather than the handle
a0cb00295dbe virtio_net: suppress cpu stall when free_unused_bufs
b4e16ea5f146 virtio_net: split free_unused_bufs()
f495e435e588 net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621
dfad4eb4c4d8 ALSA: caiaq: input: Add error handling for unsupported input methods in `snd_usb_caiaq_input_init`
10c5ea39573d drm/amdgpu: add a missing lock for AMDGPU_SCHED
54c466c60e23 af_packet: Don't send zero-byte data in packet_sendmsg_spkt().
c177dd465f5c ionic: catch failure from devlink_alloc
da81af0ef809 ethtool: Fix uninitialized number of lanes
27b0d1b81f82 ionic: remove noise from ethtool rxnfc error msg
d37f6a832331 octeontx2-vf: Detach LF resources on probe cleanup
00e985958b3e octeontx2-pf: Disable packet I/O for graceful exit
b5ad803dec80 octeontx2-af: Skip PFs if not enabled
e39148d3d719 octeontx2-af: Secure APR table update with the lock
a895ab54afce rxrpc: Fix hard call timeout units
f5b44b2a17ca sfc: Fix module EEPROM reporting for QSFP modules
98a20dceddf6 r8152: move setting r8153b_rx_agg_chg_indicate()
4fbf19a5bd31 r8152: fix the poor throughput for 2.5G devices
d0ebe36065a8 r8152: fix flow control issue of RTL8156A
55aeff5361e6 net/sched: act_mirred: Add carrier check
59bf62f0ed7e RISC-V: mm: Enable huge page support to kernel_page_present() function
cc4ae807dbef watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe()
b36cc1c39448 writeback: fix call of incorrect macro
f98f2ac30f75 net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpu
56444f30619b selftests: srv6: make srv6_end_dt46_l3vpn_test more robust
c5ce7c4517d6 sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()
cb145932fcf6 net/sched: cls_api: remove block_cb from driver_list before freeing
480577d419f9 net/ncsi: clear Tx enable mode when handling a Config required AEN
5e756a59cee6 scsi: qedi: Fix use after free bug in qedi_remove()
fd6204d7724a drm/hyperv: Don't overwrite dirt_needed value set by host
f8d9e062a695 fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()
ce30b2f48b65 ASoC: soc-pcm: fix BE handling of PAUSE_RELEASE
74201b3c3e52 ASoC: soc-pcm: test refcount before triggering
2cf8c9f883de ASoC: soc-pcm: serialize BE triggers
703ebcf64aac ASoC: soc-pcm: Fix and cleanup DPCM locking
c474bb800000 ASoC: soc-pcm: align BE 'atomicity' with that of the FE
13390bea97a4 ASoC: soc-pcm: use GFP_ATOMIC for dpcm structure
25361a0155a1 mailbox: zynqmp: Fix counts of child nodes
f9dd36311bd5 mailbox: zynq: Switch to flexible array to simplify code
2343385fe6ee bus: mhi: host: Range check CHDBOFF and ERDBOFF
a7561c04adb1 bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error state
7517f62ea073 bus: mhi: host: Remove duplicate ee check for syserr
9fbf10148f31 bus: mhi: Move host MHI code to "host" directory
43b2f7d69069 ubifs: Fix memory leak in do_rename
9933a9086cea ubifs: Fix AA deadlock when setting xattr for encrypted file
21ad89e197dd crypto: ccp - Clear PSP interrupt status register before calling handler
93f8b664031b ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset_online_cpus
(From OE-Core rev: 276039dd77ad0e6276d4e4688db65150fced3d5f)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
b0ece631f84a Linux 5.15.111
0a008c5098d8 sched: Fix DEBUG && !SCHEDSTATS warn
21c2a454486d netfilter: nf_tables: deactivate anonymous set from preparation phase
aa6ff950f875 arm64: dts: qcom: sdm845: correct dynamic power coefficients - again
2931ed45bfe3 sound/oss/dmasound: fix 'dmasound_setup' defined but not used
503e554782c9 debugobject: Ensure pool refill (again)
6b84832966a0 perf intel-pt: Fix CYC timestamps after standalone CBR
06106efa20f7 perf auxtrace: Fix address filter entire kernel size
11c6fb35df5c dm: don't lock fs when the map is NULL in process of resume
e11765cea205 dm ioctl: fix nested locking in table_clear() to remove deadlock concern
f76fcb9d43ec dm flakey: fix a crash with invalid table line
a5d8c6bf58e5 dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path
56e952ae6d89 dm clone: call kmem_cache_destroy() in dm_clone_init() error path
f382705d0460 dm verity: fix error handling for check_at_most_once on FEC
1821a33bb23e ia64: fix an addr to taddr in huge_pte_offset()
3a57c70e9e92 s390/dasd: fix hanging blockdevice after request requeue
ed7e8beb201b btrfs: scrub: reject unsupported scrub flags
14383698c0de scripts/gdb: fix lx-timerlist for Python3
33383fbe4f01 clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src to reparent
e8353dea7d7d wifi: rtl8xxxu: RTL8192EU always needs full init
384a0dcac2a6 mailbox: zynqmp: Fix typo in IPI documentation
09206edff007 mailbox: zynqmp: Fix IPI isr handling
6d1af517817a mtd: core: fix error path for nvmem provider
8444b46e163a mtd: core: fix nvmem error reporting
7c253e98685e mtd: core: provide unique name for nvmem device, take two
68695084077e md/raid10: fix null-ptr-deref in raid10_sync_request
8d07d9119642 nilfs2: fix infinite loop in nilfs_mdt_get_block()
13f73ef77baa nilfs2: do not write dirty data after degenerating to read-only
ab0748f246b7 ALSA: usb-audio: Add quirk for Pioneer DDJ-800
a87e5b9b4c64 parisc: Fix argument pointer in real64_call_asm()
f1b4681cfa0a afs: Fix updating of i_size with dv jump from server
33f302c9bf3e mfd: tqmx86: Correct board names for TQMxE39x
ce01b75447f6 mfd: tqmx86: Specify IO port register range more precisely
a23b3b2be0d0 mfd: tqmx86: Do not access I2C_DETECT register through io_base
388d2578c7d7 thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe
bdcf9fec87b2 dmaengine: at_xdmac: do not enable all cyclic channels
a5227b3be869 dmaengine: at_xdmac: Fix race for the tx desc callback
2b68028d771a dmaengine: at_xdmac: Fix concurrency over chan's completed_cookie
738a4fdbd157 dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing
fd6316dec20f dmaengine: dw-edma: Fix to change for continuous transfer
dd23c11136ff dma: gpi: remove spurious unlock in gpi_ch_init
dce3bdaee3f2 phy: tegra: xusb: Add missing tegra_xusb_port_unregister for usb2_port and ulpi_port
1cccf7c5c7f5 pwm: mtk-disp: Configure double buffering before reading in .get_state()
d2798512fafc pwm: mtk-disp: Disable shadow registers before setting backlight values
8ffa1cb8bcfa leds: tca6507: Fix error handling of using fwnode_property_read_string
e63e3a0fc062 dmaengine: mv_xor_v2: Fix an error code.
332ca024a82e leds: TI_LMU_COMMON: select REGMAP instead of depending on it
c904a070d7cd pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux configuration
40566def189c ext4: fix use-after-free read in ext4_find_extent for bigalloc + inline
18eb23891aea ext4: fix i_disksize exceeding i_size problem in paritally written case
3dc3a86b88bd SMB3: Close deferred file handles in case of handle lease break
0f87e18203bd SMB3: Add missing locks to protect deferred close file list
b574e73db844 timekeeping: Fix references to nonexistent ktime_get_fast_ns()
ccfede0a2cb1 openrisc: Properly store r31 to pt_regs on unhandled exceptions
1c7456aa5d3a clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when init fails
c87c6d50505b RDMA/mlx5: Use correct device num_ports when modify DC
d2823237dabc SUNRPC: remove the maximum number of retries in call_bind_status
c11e44ac1a71 RDMA/mlx5: Fix flow counter query via DEVX
7acad58049ac Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe
b6157a9f0fc7 clk: qcom: gcc-sm8350: fix PCIe PIPE clocks handling
33f9b8de1b00 clk: qcom: regmap: add PHY clock source implementation
0ccc1a6bac34 NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease
a2bd706ab635 IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests
6bbc49661c31 IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU order
00cc21e32ea1 RDMA/srpt: Add a check for valid 'mad_agent' pointer
03b9d26f33e6 RDMA/cm: Trace icm_send_rej event before the cm state is reset
30218b769845 clk: qcom: gcc-sm6115: Mark RCGs shared where applicable
5255051c8f31 RDMA/siw: Remove namespace check from siw_netdev_event()
48ba87f6e14d clk: add missing of_node_put() in "assigned-clocks" property parsing
3d7c6f2076f1 power: supply: generic-adc-battery: fix unit scaling
c58ea97aa94f fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()
cd7e1d679240 fs/ntfs3: Fix OOB read in indx_insert_into_buffer
952bbfcedbf8 fs/ntfs3: Add check for kmemdup
3030f2b9b332 fs/ntfs3: Fix memory leak if ntfs_read_mft failed
d1faeb14bce3 rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current time
9911be215572 RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()
44438a49593a rtc: omap: include header for omap_rtc_power_off_program prototype
6d19fe968ef6 workqueue: Fix hung time report of worker pools
6c073c5a5b97 workqueue: Introduce show_one_worker_pool and show_one_workqueue.
e89f95c68536 RDMA/rdmavt: Delete unnecessary NULL check
9721b14e6c8a RDMA/siw: Fix potential page_array out of range access
8d909684bdf6 clk: at91: clk-sam9x60-pll: fix return value check
623941780df3 sched/rt: Fix bad task migration for rt tasks
594d2a055526 Revert "objtool: Support addition to set CFA base"
80973ce36f4b perf/core: Fix hardlockup failure caused by perf throttle
3e09b68fc520 sched/fair: Fix inaccurate tally of ttwu_move_affine
c3b9f95598b8 sched: Make struct sched_statistics independent of fair sched class
6002989848c5 sched/fair: Use __schedstat_set() in set_next_entity()
94bcf94c25aa powerpc/rtas: use memmove for potentially overlapping buffer copy
f7107d44dff7 macintosh: via-pmu-led: requires ATA to be set
85842228df0e powerpc/sysdev/tsi108: fix resource printk format warnings
179cc5ab9591 powerpc/wii: fix resource printk format warnings
516c27922c96 powerpc/mpc512x: fix resource printk format warning
da961d510b21 macintosh/windfarm_smu_sat: Add missing of_node_put()
5b9fc529b689 virtio_ring: don't update event idx on get_buf
ee0b6146317a spmi: Add a check for remove callback when removing a SPMI driver
be267f30b07e staging: rtl8192e: Fix W_DISABLE# does not work after stop/start
424cf2929635 serial: 8250: Add missing wakeup event reporting
8dfd00bfd53f tty: serial: fsl_lpuart: adjust buffer length to the intended size
59ecc2cf3466 firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe
ee53a7a88027 usb: mtu3: fix kernel panic at qmu transfer done irq handler
6b0d399dac58 usb: chipidea: fix missing goto in `ci_hdrc_probe`
6d4325ebd8c0 usb: gadget: tegra-xudc: Fix crash in vbus_draw
d96f6bc10789 sh: sq: Fix incorrect element size for allocating bitmap buffer
397eb669dac0 uapi/linux/const.h: prefer ISO-friendly __typeof__
d1c4dedcd2df scripts/gdb: raise error with reduced debugging information
2d65599ad1e4 i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error path
d453f25faf68 spi: cadence-quadspi: fix suspend-resume implementations
6a129c0e9935 ASoC: fsl_mqs: move of_node_put() to the correct location
850631845531 coresight: etm_pmu: Set the module field
db6f1b2bba34 HID: amd_sfh: Add support for shutdown operation
b711dd0ba9b3 scripts/gdb: bail early if there are no generic PD
eaecf281c27f scripts/gdb: bail early if there are no clocks
0110bfacff03 ia64: salinfo: placate defined-but-not-used warning
51395777f66d ia64: mm/contig: fix section mismatch warning/error
1a2a0d5b0617 PCI/EDR: Clear Device Status after EDR error recovery
cc4f0e168a56 of: Fix modalias string generation
770d30b1355c vmci_host: fix a race condition in vmci_host_poll() causing GPF
08c7608798a9 spi: fsl-spi: Fix CPM/QE mode Litte Endian
f345d4d71e87 spi: qup: Don't skip cleanup in remove's error path
77b0c0dd2c56 linux/vt_buffer.h: allow either builtin or modular for macros
af9ec18aa8ee ASoC: es8316: Handle optional IRQ assignment
39287d16b2d2 PCI: imx6: Install the fault handler only on compatible match
1e58fb6b1cef usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove due to race condition
f90822ad63d1 spi: imx: Don't skip cleanup in remove's error path
e9ded9dd5d05 spi: spi-imx: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
193f7fffdcaf serial: 8250_bcm7271: Fix arbitration handling
f67cc4929ef9 iio: light: max44009: add missing OF device matching
7e42057532ea fpga: bridge: fix kernel-doc parameter description
72b1ce904567 serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are transmitted
59ed254dd35e serial: stm32: re-introduce an irq flag condition in usart_receive_chars
4b7bb1c7be4f usb: dwc3: gadget: Change condition for processing suspend event
beb12083c1ac usb: host: xhci-rcar: remove leftover quirk handling
295f3fcaa8ea pstore: Revert pmsg_lock back to a normal mutex
2491b999a60d drivers: staging: rtl8723bs: Fix locking in rtw_scan_timeout_handler()
209850f17717 drivers: staging: rtl8723bs: Fix locking in _rtw_join_timeout_handler()
1ffb2ca65051 ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on it
43e4197dd5f6 tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.
1d2f799c1604 net: amd: Fix link leak when verifying config failed
5d6e5c054ed2 netlink: Use copy_to_user() for optval in netlink_getsockopt().
a789192f3661 Revert "Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work"
a54ec573d9b8 ipv4: Fix potential uninit variable access bug in __ip_make_skb()
d0b43125ec89 net/sched: sch_fq: fix integer overflow of "credit"
7a45b4e1c82b netfilter: nf_tables: don't write table validation state without mutex
8913abddad4a bpf: Don't EFAULT for getsockopt with optval=NULL
77f245ce053e net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA ports
a9e96eef8218 net/mlx5: E-switch, Don't destroy indirect table in split rule
05cf6f353d3c ixgbe: Enable setting RSS table to default values
624b73f77664 ixgbe: Allow flow hash to be set via ethtool
e302e9ca14a8 wifi: iwlwifi: fw: fix memory leak in debugfs
53b3b1f563bc wifi: iwlwifi: mvm: check firmware response size
aa11a894458d wifi: mt76: mt7921e: improve reliability of dma reset
f8923ad9dd8e wifi: mt76: fix 6GHz high channel not be scanned
613b51663fc4 wifi: mt76: mt7921e: fix probe timeout after reboot
5279aaf9f5b0 wifi: mt76: add flexible polling wait-interval support
ac9fec5b5688 wifi: mt76: handle failure of vzalloc in mt7615_coredump_work
210e6d01cc49 wifi: iwlwifi: make the loop for card preparation effective
dff2a7b33060 jdb2: Don't refuse invalidation of already invalidated buffers
358317ad9cf4 wifi: iwlwifi: fw: move memset before early return
cccf85e047c3 wifi: iwlwifi: mvm: initialize seq variable
b3cecbb2571c wifi: iwlwifi: yoyo: Fix possible division by zero
4636c35b7e6e wifi: iwlwifi: yoyo: skip dump correctly on hw error
34222897e0eb md/raid10: don't call bio_start_io_acct twice for bio which experienced read error
d6cfcf98b824 md/raid10: fix memleak of md thread
7f673fa34c0e md/raid10: fix memleak for 'conf->bio_split'
8d09065802c5 md/raid10: fix leak of 'r10bio->remaining' for recovery
901b4918faa4 md/raid10: fix task hung in raid10d
fc04998351fe md/raid10: factor out code from wait_barrier() to stop_waiting_barrier()
39db562b3fed md: raid10 add nowait support
74af08efa5cd md: drop queue limitation for RAID1 and RAID10
337d1d88be9d bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap
12e70c6f4ed8 selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach
103a4275420e nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"
9fe41e648254 nvme: fix async event trace event
13475e639162 nvme: handle the persistent internal error AER
30b9073583ac nvmet: fix I/O Command Set specific Identify Controller
42bcbc2a90a8 nvmet: fix Identify Active Namespace ID list handling
92cf81746ebc nvmet: fix Identify Controller handling
ac86d59eaa69 nvmet: fix Identify Namespace handling
c7e98afecab2 nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()
537083b1275c nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidate
080826d16758 nvmet: use i_size_read() to set size for file-ns
f333854dce4a bpf, sockmap: fix deadlocks in the sockhash and sockmap
c8a67bc85772 net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handling
fd8c83d8375b scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()
9a7f63283af6 f2fs: fix to avoid use-after-free for cached IPU bio
119f278ea9c1 xsk: Fix unaligned descriptor validation
1056b209935d crypto: drbg - Only fail when jent is unavailable in FIPS mode
9317d6612011 crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errors
80bfd8b184d8 bpftool: Fix bug for long instructions in program CFG dumps
afdc3a4bd77d selftests/bpf: Wait for receive in cg_storage_multi test
c5fa99bce673 selftests: xsk: Disable IPv6 on VETH1
c4afd6410f3c net: qrtr: correct types of trace event parameters
eb77c0c0a17c wifi: rt2x00: Fix memory leak when handling surveys
0b0c3e37a43f wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_reg()
0a847af3cb40 wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_rfreg()
3e660d117513 crypto: sa2ul - Select CRYPTO_DES
d82d82e0372b crypto: caam - Clear some memory in instantiate_rng
169134da419c f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_pages()
d0cf44f06dd4 f2fs: apply zone capacity to all zone type
2cc6a05661ad f2fs: enforce single zone capacity
e5a56f13ba2d f2fs: handle dqget error in f2fs_transfer_project_quota()
6d6415e5bce2 scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDS
eb4cf26d2e86 scsi: target: iscsit: Fix TAS handling during conn cleanup
9158c86fd323 scsi: target: Fix multiple LUN_RESET handling
ad4a647aa587 net/packet: convert po->auxdata to an atomic flag
f1a111ca05ce net/packet: convert po->origdev to an atomic flag
c3238c7dbed9 net/packet: annotate accesses to po->xmit
97e7b1c1da12 vlan: partially enable SIOCSHWTSTAMP in container
5f44dfa841e9 net: pcs: xpcs: remove double-read of link state when using AN
a7282fc797df bpf: Remove misleading spec_v1 check on var-offset stack read
60f9ed23b954 selftests/bpf: Fix a fd leak in an error path in network_helpers.c
9b9e803b4823 scm: fix MSG_CTRUNC setting condition for SO_PASSSEC
670754766ac3 bpf: fix precision propagation verbose logging
c022b09fcc32 bpf: take into account liveness when propagating precision
23634d119ca7 wifi: rtw88: mac: Return the original error from rtw_mac_power_switch()
3fc0be9f48ff wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser()
2ba1e4a623bf tools: bpftool: Remove invalid \' json escape
484d95c69fc1 wifi: ath6kl: reduce WARN to dev_dbg() in callback
19ba40acb170 wifi: brcmfmac: support CQM RSSI notification with older firmware
378364abbe55 wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list()
59073060fe09 wifi: ath9k: hif_usb: fix memory leak of remain_skbs
104b1b48b679 wifi: ath6kl: minor fix for allocation size
d1138f118f43 hwmon: (pmbus/fsp-3y) Fix functionality bitmask in FSP-3Y YM-2151E
f1d68061b074 cpufreq: use correct unit when verify cur freq
a55050c7989c tick/common: Align tick period with the HZ tick.
54202488c835 drm/i915: Make intel_get_crtc_new_encoder() less oopsy
500ffa58e70b debugobject: Prevent init race with static objects
af04d8d3c156 arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step
00132fab90ea x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()
ad6481f49fb2 regulator: stm32-pwr: fix of_iomap leak
b8c2678d0fe7 media: venus: dec: Fix handling of the start cmd
2ed8f8c09d2a media: rc: gpio-ir-recv: Fix support for wake-up
4b1afffdd940 drm/amd/display: Fix potential null dereference
2322b262d220 media: rcar_fdp1: Fix refcount leak in probe and remove function
5847021f8052 media: rcar_fdp1: Convert to platform remove callback returning void
d18789f43484 platform: Provide a remove callback that returns no value
825281f34bec media: rcar_fdp1: Fix the correct variable assignments
3c300022c188 media: rcar_fdp1: Make use of the helper function devm_platform_ioremap_resource()
2f48c0a463a3 media: saa7134: fix use after free bug in saa7134_finidev due to race condition
c94388b5b909 media: dm1105: Fix use after free bug in dm1105_remove due to race condition
cac0f4f36e22 media: rkvdec: fix use after free bug in rkvdec_remove
d991f6139fa6 x86/apic: Fix atomic update of offset in reserve_eilvt_offset()
1e3056b8067c regulator: core: Avoid lockdep reports when resolving supplies
4e5c9738185b regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()
678b3f29aaaf drm/ttm/pool: Fix ttm_pool_alloc error path
b19bebc96381 drm/ttm: optimize pool allocations a bit v2
1e26766dc83a arm64: dts: qcom: msm8994-msft-lumia-octagon: drop unit address from PMI8994 regulator
bee1a285732a arm64: dts: qcom: msm8994-kitakami: drop unit address from PMI8994 regulator
fb0bea59d078 arm64: dts: qcom: sc7180-trogdor-lazor: correct trackpad supply
8853aab16787 mailbox: mpfs: switch to txdone_poll
623275db2841 drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe()
5a8aedb7b9fe ACPI: VIOT: Initialize the correct IOMMU fwspec
111af9798356 firmware: arm_scmi: Fix xfers allocation on Rx channel
657776d47bed ARM: dts: gta04: fix excess dma channel usage
d3047a1b0422 drm: rcar-du: Fix a NULL vs IS_ERR() bug
3cfaa8713e8b mmc: sdhci-of-esdhc: fix quirk to ignore command inhibit for data
60cadfcfa44c ACPI: processor: Fix evaluating _PDC method when running as Xen dom0
aa8d52ddf7c8 drm/amd/display/dc/dce60/Makefile: Fix previous attempt to silence known override-init warnings
d28ec12c48dd drm: msm: adreno: Disable preemption on Adreno 510
2ad781393eb3 drm/msm/adreno: drop bogus pm_runtime_set_active()
86c1a99528c6 drm/msm/adreno: Defer enabling runpm until hw_init()
1ad4b8c4552b media: max9286: Free control handler
3d7003c400ca drm/bridge: adv7533: Fix adv7533_mode_valid for adv7533 and adv7535
a3ea89b5978d firmware: qcom_scm: Clear download bit during reboot
ca4ce92e3ec9 media: av7110: prevent underflow in write_ts_to_decoder()
519b08494011 media: bdisp: Add missing check for create_workqueue
11c58a0c1937 x86/MCE/AMD: Use an u64 for bank_map
88a9d3c0b59a ARM: dts: qcom: ipq8064: Fix the PCI I/O port range
112ff0f25305 ARM: dts: qcom: ipq8064: reduce pci IO size to 64K
99e7b14569da ARM: dts: qcom: ipq4019: Fix the PCI I/O port range
96158bfc764f arm64: dts: qcom: sm8250: Fix the PCI I/O port range
cc1ae8710ac4 arm64: dts: qcom: msm8996: Fix the PCI I/O port range
656657bdeb8a arm64: dts: qcom: ipq6018: Fix the PCI I/O port range
a19c40b97908 arm64: dts: qcom: ipq8074: Fix the PCI I/O port range
9f89689d8b9d arm64: dts: qcom: msm8998: Fix the PCI I/O port range
16111402966e arm64: dts: qcom: sdm845: Fix the PCI I/O port range
3e7be9b63264 arm64: dts: qcom: sdm845: correct dynamic power coefficients
a9e9a4a62725 arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name
a46878476c55 arm64: dts: broadcom: bcmbca: bcm4908: fix procmon nodename
1994284cb922 arm64: dts: broadcom: bcmbca: bcm4908: fix NAND interrupt name
6ae67829fa5e arm64: dts: Move BCM4908 dts to bcmbca folder
fe8ab85ed495 arm64: dts: Add base DTS file for bcmbca device Asus GT-AX6000
aefde9ada466 ARM64: dts: Add DTS files for bcmbca SoC BCM6858
273be36e4209 arm64: dts: Add DTS files for bcmbca SoC BCM4912
fe07b3b5af01 arm64: dts: Add DTS files for bcmbca SoC BCM63158
77112d23a671 arm64: dts: broadcom: bcm4908: add DT for Netgear RAXE500
a53862a20239 arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property
e3143e6cca0a regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since booted
30b4edaf221d EDAC/skx: Fix overflows on the DRAM row address mapping arrays
d450fa865750 drm/msm/disp/dpu: check for crtc enable rather than crtc active to release shared resources
62cd3e056123 arm64: dts: renesas: r8a774c0: Remove bogus voltages from OPP table
667c86b2a941 arm64: dts: renesas: r8a77990: Remove bogus voltages from OPP table
6a50350033e0 soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe
fb2a6e00291a tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007
00f79abccc5b drm/probe-helper: Cancel previous job before starting new one
9fde84fb59e5 drm/vgem: add missing mutex_destroy
a51b71af169f drm/rockchip: Drop unbalanced obj unref
0834a2b554e5 erofs: fix potential overflow calculating xattr_isize
060fecf1114f erofs: stop parsing non-compact HEAD index if clusterofs is invalid
5a37916d988e tpm, tpm_tis: Claim locality when interrupts are reenabled on resume
46da635566dc tpm, tpm: Implement usage counter for locality
51162b05a44c tpm, tpm_tis: Claim locality before writing interrupt registers
b665edd7a585 tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed
fd9b4b2bff6b tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register
8c08c74de718 tpm, tpm_tis: Do not skip reset of original interrupt vector
dfa1e84b774c selinux: ensure av_permissions.h is built when needed
8a3a1f7b54b8 selinux: fix Makefile dependencies of flask.h
08e403705778 selftests/resctrl: Check for return value after write_schemata()
25661fe5f658 selftests/resctrl: Allow ->setup() to return errors
b5adaf5045d0 selftests/resctrl: Move ->setup() call outside of test specific branches
f9eeea03a5e7 selftests/resctrl: Extend CPU vendor detection
ebd40f52de19 selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc mem
988901984ddd rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check
74f06429b727 sound/oss/dmasound: fix build when drivers are mixed =y/=m
c628b07d5974 xfs: don't consider future format versions valid
ce840284929b ubifs: Free memory for tmpfile name
20ef288612e5 ubi: Fix return value overwrite issue in try_write_vid_and_data()
3ae75f82c33f ubifs: Fix memleak when insert_old_idx() failed
149ea56995c2 Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"
dc299bd1d5c4 iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTE
b7bc8f6c8a31 tracing: Fix permissions for the buffer_percent file
b91a5aa1e7ea riscv: mm: remove redundant parameter of create_fdt_early_page_table
ec1814116fa4 i2c: omap: Fix standard mode false ACK readings
671f21fbcb47 ksmbd: fix memleak in session setup
227eb2689b44 ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem()
c053e389db0d ksmbd: call rcu_barrier() in ksmbd_server_exit()
2db4b91480b2 writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs
0b46ee654a9d relayfs: fix out-of-bounds access in relay_file_read
a18bdaca46d0 KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted
a79fb2ce4fbe reiserfs: Add security prefix to xattr name in reiserfs_security_write()
4c3d1a6720ae rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-ed
09e177d6f7ed crypto: safexcel - Cleanup ring IRQ workqueues on load failure
63b7fbaa1278 crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON()
c63741e872fc ring-buffer: Sync IRQ works before buffer destruction
333f49fcf0e7 pinctrl: qcom: lpass-lpi: set output value before enabling output
3028ac7dc0c0 soundwire: qcom: correct setting ignore bit on v1.5.1
01fefb82fd79 pwm: meson: Fix g12a ao clk81 name
dcf6611e80f9 pwm: meson: Fix axg ao mux parents
2104e15b0072 wifi: mt76: add missing locking to protect against concurrent rx/status calls
4a07d2d511e2 kheaders: Use array declaration instead of char
99d561199bf8 ipmi: fix SSIF not responding under certain cond.
8fddbd9c5c86 ipmi:ssif: Add send_retries increment
3ef93b7bd9e0 MIPS: fw: Allow firmware to pass a empty env
e047e40676d1 tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
9c0b37d0da47 xhci: fix debugfs register accesses while suspended
321e16a5709e tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH
fa30909fbd1f staging: iio: resolver: ads1210: fix config mode
ac44e1275dae ext4: use ext4_journal_start/stop for fast commit transactions
5bb4005fb667 blk-crypto: make blk_crypto_evict_key() more robust
f8d9d6c3ffcc blk-crypto: make blk_crypto_evict_key() return void
d206f79d9cd6 blk-mq: release crypto keyslot before reporting I/O complete
2c62f4abd714 posix-cpu-timers: Implement the missing timer_wait_running callback
dca7427a8b12 hwmon: (adt7475) Use device_property APIs when configuring polarity
d50321946ec0 hwmon: (k10temp) Check range scale when CUR_TEMP register is read-write
d40fa6f78835 USB: dwc3: fix runtime pm imbalance on unbind
9436221ea250 USB: dwc3: fix runtime pm imbalance on probe errors
bfd693628192 IMA: allow/fix UML builds
c23e103fd736 PCI: qcom: Fix the incorrect register usage in v2.7.0 config
8a0b61e5a7d2 PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lock
402d2b1d54b7 arm64: Stash shadow stack pointer in the task struct on interrupt
21cc4e5304d2 arm64: Always load shadow stack pointer directly from the task struct
a00f75f71fca wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND if unset
a646556769e1 wireguard: timers: cast enum limits members to int in prints
95ec7a59ceb2 x86/cpu: Add model number for Intel Arrow Lake processor
520820400608 asm-generic/io.h: suppress endianness warnings for readq() and writeq()
5e3c87e4d3bd selftests mount: Fix mount_setattr_test builds failed
e1383b440132 ASoC: Intel: bytcr_rt5640: Add quirk for the Acer Iconia One 7 B1-750
21976532f274 iio: adc: palmas_gpadc: fix NULL dereference on rmmod
50015dbdec70 x86/hyperv: Block root partition functionality in a Confidential VM
a7d91f67a10a ASoC: soc-pcm: fix hw->formats cleared by soc_pcm_hw_init() for dpcm
cf5b14b8de0d ASOC: Intel: sof_sdw: add quirk for Intel 'Rooks County' NUC M15
(From OE-Core rev: 5425b3557b6efdba07bd3efa51c647bd62d5259b)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating to the latest korg -stable release that comprises
the following commits:
8a7f2a5c5aa1 Linux 5.15.110
cab0f985037b riscv: No need to relocate the dtb as it lies in the fixmap region
1f09c9bab723 riscv: Do not set initial_boot_params to the linear address of the dtb
bbf94b042155 riscv: Move early dtb mapping into the fixmap region
ccb29694c2da selftests: mptcp: join: fix "invalid address, ADD_ADDR timeout"
0994aa001fde driver core: Don't require dynamic_debug for initcall_debug probe timing
3dcebcaa258c USB: serial: option: add UNISOC vendor and TOZED LT70C product
f1e6a14d5ae8 bluetooth: Perform careful capability checks in hci_sock_ioctl()
39c472809aab drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
936a23293bbb wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
2bd716c6e4d1 KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()
00f74003edf5 KVM: arm64: Retry fault if vma_lookup() results become invalid
c1da649699e1 selftests/kselftest/runner/run_one(): allow running non-executable files
c88435054153 PCI/ASPM: Remove pcie_aspm_pm_state_change()
(From OE-Core rev: 8fb28c7f71888d65c170c9f5400438a077860c6f)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Updating linux-yocto/5.15 to the latest korg -stable release that comprises
the following commits:
d86dfc4d95cd Linux 5.15.106
06a948b8347c x86/PVH: avoid 32-bit build warning when obtaining VGA console info
3abdf6d71fdb hsr: ratelimit only when errors are printed
fcc09ef87e79 libbpf: Fix btf_dump's packed struct determination
74059587b25d selftests/bpf: Add few corner cases to test padding handling of btf_dump
c74ae8678dfa libbpf: Fix BTF-to-C converter's padding logic
17a61d1e9431 selftests/bpf: Test btf dump for struct with padding only fields
6777291c7b14 zonefs: Fix error message in zonefs_file_dio_append()
71ab5c1d506d KVM: x86: Purge "highest ISR" cache when updating APICv state
61e0863dc8dd KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32
4483dc41d123 KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
a58d4e66712b s390/uaccess: add missing earlyclobber annotations to __clear_user()
1dfccde646aa KVM: arm64: Disable interrupts while walking userspace PTs
25e74e728168 drm/amd/display: Add DSC Support for Synaptics Cascaded MST Hub
3bfedfdbf92b drm/etnaviv: fix reference leak when mmaping imported buffer
fd1f48613e9f rcu: Fix rcu_torture_read ftrace event
9097ba15ea5c xtensa: fix KASAN report for show_stack
8861429f883e ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Z
77ab3e5f9873 ALSA: hda/realtek: Add quirks for some Clevo laptops
f775413ffeff ALSA: usb-audio: Fix regression on detection of Roland VS-100
b39d42ed67d5 ALSA: hda/conexant: Partial revert of a quirk for Lenovo
305a171cf617 NFSv4: Fix hangs when recovering open state after a server reboot
7624973bc15b powerpc: Don't try to copy PPR for task with NULL pt_regs
3a9510113f5b pinctrl: at91-pio4: fix domain name assignment
6c1bc7b50e02 pinctrl: amd: Disable and mask interrupts on resume
45ed4e5149e8 net: phy: dp83869: fix default value for tx-/rx-internal-delay
0f75ef136169 xen/netback: don't do grant copy across page boundary
8a581b71cf68 can: j1939: prevent deadlock by moving j1939_sk_errqueue()
a3373a681d9a zonefs: Always invalidate last cached page on append write
c1310fc7abe6 btrfs: scan device in non-exclusive mode
c976f9233ef9 btrfs: fix race between quota disable and quota assign ioctls
1484852ca152 Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI table
b64305185b76 cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL
0a2e0baf3677 cifs: prevent infinite recursion in CIFSGetDFSRefer()
a5075c097de1 Input: focaltech - use explicitly signed char type
cf43bc826159 Input: alps - fix compatibility with -funsigned-char
16c951f3eba4 iommu/vt-d: Allow zero SAGAW if second-stage not supported
e4fbeaa31362 pinctrl: ocelot: Fix alt mode for ocelot
76f09582a191 net: ethernet: mtk_eth_soc: fix flow block refcounting logic
9caf3cbf1224 net: dsa: mv88e6xxx: Enable IGMP snooping on user ports only
4c6c0e8510a2 bnxt_en: Add missing 200G link speed reporting
c519174366a3 bnxt_en: Fix typo in PCI id to device description string mapping
24722a0e0925 bnxt_en: Fix reporting of test result in ethtool selftest
3e3654bf679f i40e: fix registers dump after run ethtool adapter self test
8d7b0b22ea22 net: ipa: compute DMA pool size properly
81d2a7e93c83 ALSA: ymfpci: Fix BUG_ON in probe function
95642872c466 ALSA: ymfpci: Create card with device-managed snd_devm_card_new()
9cb4f23e4f7a ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()
938eba5b434d ice: add profile conflict check for AVF FDIR
0ea60b230d19 smsc911x: avoid PHY being resumed when interface is not up
41f77a6d9841 net: mvpp2: parser fix PPPoE
ec117d22f143 net: mvpp2: parser fix QinQ
18d6e95fbb08 net: mvpp2: classifier flow fix fragmentation flags
aa45d3dd74e9 loop: LOOP_CONFIGURE: send uevents for partitions
83ee49ab185d loop: suppress uevents while reconfiguring the device
aa2bff25e9bb s390/vfio-ap: fix memory leak in vfio_ap device driver
bf70e0eab64c can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write
959348f7c300 platform/x86/intel/pmc: Alder Lake PCH slp_s0_residency fix
c8e7ff3071bf drm/i915/tc: Fix the ICL PHY ownership check in TC-cold state
61e2e6d444cd net: stmmac: don't reject VLANs when IFF_PROMISC is set
2d5cebf57296 net/net_failover: fix txq exceeding warning
829a0d013c00 regulator: Handle deferred clk
75155f4d8dcd r8169: fix RTL8168H and RTL8107E rx crc error
4597e104a365 net: dsa: microchip: ksz8863_smi: fix bulk access
c0de1a26e659 ptp_qoriq: fix memory leak in probe()
d84796008a89 scsi: mpt3sas: Don't print sense pool info twice
27b1ae000bf1 scsi: megaraid_sas: Fix crash after a double completion
d63a83146d25 sfc: ef10: don't overwrite offload features at NIC reset
7ea88e90dabb SUNRPC: fix shutdown of NFS TCP client socket
34c554376ec9 mtd: rawnand: meson: invalidate cache on polling ECC bit
dae47bf0222e platform/x86: think-lmi: Add possible_values for ThinkStation
e91ffea491af platform/x86: think-lmi: only display possible_values if available
fbfd5f59fa5c platform/x86: think-lmi: use correct possible_values delimiters
2c67f08bdc5f platform/x86: think-lmi: add missing type attribute
cb1baad60e5d ALSA: usb-audio: Fix recursive locking at XRUN during syncing
65b723644294 mips: bmips: BCM6358: disable RAC flush for TP1
e38b0ab9dba3 ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()
5362344e1c2c tracing: Fix wrong return in kprobe_event_gen_test.c
19c71156fa92 tools/power turbostat: fix decoding of HWP_STATUS
f8580c0a3279 tools/power turbostat: Fix /dev/cpu_dma_latency warnings
6494344d7ef7 fbdev: au1200fb: Fix potential divide by zero
f9c5deee4b66 fbdev: lxfb: Fix potential divide by zero
86c8db5d12f4 fbdev: intelfb: Fix potential divide by zero
c22a8d3ae54a fbdev: nvidia: Fix potential divide by zero
9de1325bc2cc sched_getaffinity: don't assume 'cpumask_size()' is fully initialized
f9584dcc5549 fbdev: tgafb: Fix potential divide by zero
d23f65f08247 ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()
cb1bc1223906 ALSA: asihpi: check pao in control_message()
1ec57d1bed38 net: hsr: Don't log netdev_err message on unknown prp dst node
4e90e52616f6 x86/PVH: obtain VGA console info in Dom0
5175ed17a5a8 md: avoid signed overflow in slot_store()
da35a4e6eee5 ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds
0725daaa9a87 xfrm: Zero padding when dumping algos and encap
7258c58f6e25 bus: imx-weim: fix branch condition evaluates to a garbage value
07987422023e ksmbd: don't terminate inactive sessions after a few seconds
0c873ab68fcb kcsan: avoid passing -g for test
b27e663cf1e5 kernel: kcsan: kcsan_test: build without structleak plugin
1450c82a16bb usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC
1536e51c30ad usb: dwc3: gadget: move cmd_endtransfer to extra function
0f7fddb5a9b7 fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY
c957cbb87315 Linux 5.15.105
ec5b78143535 NFSD: fix use-after-free in __nfs42_ssc_open()
a9e53869cb43 ocfs2: fix data corruption after failed write
5229bb42fba2 mm: kfence: fix using kfence_metadata without initialization in show_object()
7a74603c248d sched/fair: Sanitize vruntime of entity being migrated
ab938a0c81eb sched/fair: sanitize vruntime of entity being placed
1ac20290f6b4 dm crypt: avoid accessing uninitialized tasklet
eb485b7404a2 dm crypt: add cond_resched() to dmcrypt_write()
443c9d522397 dm stats: check for and propagate alloc_percpu failure
272dc775a52f i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()
8e69fae32e88 firmware: arm_scmi: Fix device node validation for mailbox transport
02b296978a21 tee: amdtee: fix race condition in amdtee_open_session
9c7ee9471550 riscv: Handle zicsr/zifencei issues between clang and binutils
c10023682096 riscv: mm: Fix incorrect ASID argument when flushing TLB
555ec88c75ad drm/i915: Preserve crtc_state->inherited during state clearing
476b3f03dca8 drm/i915/active: Fix missing debug object activation
ef3c38f33b62 drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi
fdd5b4e37200 drm/meson: fix missing component unbind on bind errors
071a69cde196 drm/bridge: lt8912b: return EPROBE_DEFER if bridge is not found
5bb105cc72be nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()
8ec5e996c2f8 wifi: mac80211: fix qos on mesh interfaces
51a8534c0f35 ksmbd: return unsupported error on smb1 mount
496e186bc005 ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect
604a4a6f8414 ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATION
52e7ac849971 KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask==NULL
6f682b070f46 kfence: avoid passing -g for test
7dd27aed9c45 usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()
27c40c3aa4b0 usb: chipidea: core: fix possible concurrent when switch role
ef74a7ffe77c usb: chipdea: core: fix return -EINVAL if request role is the same with current role
76e8bd0f5544 usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driver
e4df290deb33 usb: cdnsp: Fixes issue with redundant Status Stage
5662d139e6e1 usb: cdns3: Fix issue with using incorrect PCI device function
bb579b3f75c6 usb: typec: tcpm: fix warning when handle discover_identity message
0f84b0b71179 dm thin: fix deadlock when swapping to thin device
66e5577cabc3 igb: revert rtnl_lock() that causes deadlock
a179d3450c0c arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name
ed1869a25286 lockd: set file_lock start and end when decoding nlm4 testargs
0bfadbbcd7a5 fsverity: Remove WQ_UNBOUND from fsverity read workqueue
992a3f3e8a0c fscrypt: destroy keyring after security_sb_delete()
287bb9a918e2 mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP
408dcd7c3883 efi: sysfb_efi: Fix DMI quirks not working for simpledrm
b131989797f7 usb: gadget: u_audio: don't let userspace block driver unbind
cba76e1fb896 usb: dwc2: fix a devres leak in hw_enable upon suspend resume
c83f7ba71d38 scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMR
df0462e4b361 cifs: print session id while listing open files
9a45df4ec39b cifs: empty interface list when server doesn't support query interfaces
169a41073993 act_mirred: use the backlog for nested calls to mirred ingress
5b347652aebd net/sched: act_mirred: better wording on protection against excessive stack growth
f6cf5f13fa5b sh: sanitize the flags on sigreturn
91bcae3df2a4 net: usb: qmi_wwan: add Telit 0x1080 composition
f631af07cfc9 net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990
41b67e621b93 scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file
60643ef5a139 scsi: lpfc: Avoid usage of list iterator variable after loop
67b8343998b8 scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()
d758f543cea2 scsi: ufs: core: Add soft dependency on governor_simpleondemand
0267cd047133 scsi: hisi_sas: Check devm_add_action() return value
83e7b1db4523 scsi: target: iscsi: Fix an error message in iscsi_check_key()
40c216efb327 selftests/bpf: check that modifier resolves after pointer
8bf8d5dade4c m68k: Only force 030 bus error if PC not in exception table
8c1d378b8c22 HID: intel-ish-hid: ipc: Fix potential use-after-free in work function
d143e327c972 ca8210: fix mac_len negative array access
3056af1a2d46 HID: cp2112: Fix driver not registering GPIO IRQ chip as threaded
3e9aac5e935f drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
a4c639012ad0 riscv: Bump COMMAND_LINE_SIZE value to 1024
c2cf47dc0822 ACPI: x86: utils: Add Cezanne to the list for forcing StorageD3Enable
8dc1c6efd7d2 thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bit
a74a2e124c48 thunderbolt: Use const qualifier for `ring_interrupt_index`
752007df40ca thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access
8f7525a8b98c thunderbolt: Disable interrupt auto clear for rings
56cba129dd11 thunderbolt: Call tb_check_quirks() after initializing adapters
d50a527b4815 thunderbolt: Use scale field when allocating USB3 bandwidth
7ab026561cb0 uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2
d6f7377528d2 scsi: qla2xxx: Perform lockless command completion in abort path
6295b3ec64a3 scsi: qla2xxx: Synchronize the IOCB count to be in order
f1e2ab24c4ea hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCs
5662f50cd9e9 hwmon: fix potential sensor registration fail if of_node is missing
8f6b943f9fc9 entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up
eb57d0dcd5da entry: Snapshot thread flags
d9c53eb46217 thread_info: Add helpers to snapshot thread flags
ebea2e16504f platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl
8efae2112d91 Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work
c35fd1b9b90a Bluetooth: L2CAP: Fix responding with wrong PDU type
b203ee4be2f1 Bluetooth: btqcomsmd: Fix command timeout after setting BD address
771d3c1c949b net: mdio: thunder: Add missing fwnode_handle_put()
b433fbf17603 net: dsa: mt7530: move setting ssc_delta to PHY_INTERFACE_MODE_TRGMII case
01c727402ddc net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup()
5163bb8e4c6b net: dsa: mt7530: move enabling disabling core clock to mt7530_pll_setup()
a76d35f3448c gve: Cache link_speed value from device
c33344b79722 ksmbd: fix possible refcount leak in smb2_open()
96039c44ae47 ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES
d897216325d7 ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA
7a83bb6d56a5 hvc/xen: prevent concurrent accesses to the shared ring
29e80d7964cf nvme-tcp: fix nvme_tcp_term_pdu to match spec
c7037dea19f0 net/sonic: use dma_mapping_error() for error check
b41f37dbd9cd erspan: do not use skb_mac_header() in ndo_start_xmit()
4a8286baf22e atm: idt77252: fix kmemleak when rmmod idt77252
48f52431af99 net: dsa: tag_brcm: legacy: fix daisy-chained switches
388188fb58be net/mlx5: E-Switch, Fix an Oops in error handling code
6068a6db3a96 net/mlx5: Read the TC mapping of all priorities on ETS query
4df1f2d36bdc net/mlx5: Fix steering rules cleanup
2b0f1716c107 net/mlx5e: Set uplink rep as NETNS_LOCAL
54869daa6a43 bpf: Adjust insufficient default bpf_jit_limit
9b2e9105230f i40e: fix flow director packet filter programming
7a29799fc141 iavf: fix hang on reboot with ice
ce19c70f308f keys: Do not cache key in task struct if key is requested from kernel thread
0cb68c307e72 bootconfig: Fix testcase to increase max node
90874b76e5f8 octeontx2-vf: Add missing free for alloc_percpu
77d2f5ff9365 net/ps3_gelic_net: Use dma_mapping_error
cc8531d0e223 net/ps3_gelic_net: Fix RX sk_buff length
8c4a180dc123 net: qcom/emac: Fix use after free bug in emac_remove due to race condition
e686b78a003a drm/i915/gt: perform uc late init after probe error injection
cbb8bac2388a net: mdio: fix owner field for mdio buses registered using ACPI
b94af62cdd50 net: mdio: fix owner field for mdio buses registered using device-tree
0bdf593390e7 net: phy: Ensure state transitions are processed from phy_stop()
4ab9e85a5ce0 xirc2ps_cs: Fix use after free bug in xirc2ps_detach
e42d3bde4ec0 qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info
ba6c40227108 net: usb: smsc95xx: Limit packet length to skb->len
9bbb3d3f218f net: dsa: b53: mmap: fix device tree support
9311e7a554df scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate()
257738627a9b i2c: hisi: Only use the completion interrupt to finish the transfer
c0deddabb278 i2c: imx-lpi2c: check only for enabled interrupt flags
b82b0a0eea27 igc: fix the validation logic for taprio's gate list
68ebdcba619a igbvf: Regard vf reset nack as success
9630432b427f intel/igbvf: free irq on the error path in igbvf_request_msix()
2afe7aebf642 iavf: fix non-tunneled IPv6 UDP packet type and hashing
078e049c49a6 iavf: fix inverted Rx hash condition leading to disabled hash
3cfc3564411a xsk: Add missing overflow check in xdp_umem_reg
1d59b8fae0c3 arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes
98c9bca167e6 ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl
ed5f3c0b95bd ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl
0fdb1cc4fe52 power: supply: da9150: Fix use after free bug in da9150_charger_remove due to race condition
4ca3fd39c72e power: supply: bq24190: Fix use after free bug in bq24190_remove due to race condition
10ce6db6253d power: supply: bq24190_charger: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
0b54d75aa43a net: tls: fix possible race condition between do_tls_getsockopt_conf() and do_tls_setsockopt_conf()
2ebe231abaf1 trace/hwlat: Do not start per-cpu thread if it is already running
7743dd873f2a trace/hwlat: make use of the helper function kthread_run_on_cpu()
909c5eb6ed76 kthread: add the helper function kthread_run_on_cpu()
09b51f10bc1f serial: 8250: ASPEED_VUART: select REGMAP instead of depending on it
cfb64de61f07 serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEED
90530e7214c8 tty: serial: fsl_lpuart: fix race on RX DMA shutdown
b7d0fbe4976d tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* API
90a77bca4240 serial: fsl_lpuart: Fix comment typo
bde1ae240751 tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptr
5255e6d49ff9 perf: fix perf_event_context->time
ac5f88642cb2 perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output
d2430d45f1a0 interconnect: qcom: osm-l3: fix icc_onecell_data allocation
115472395b0a Linux 5.15.104
de3ef7ba684a perf: Fix check before add_event_to_groups() in perf_group_detach()
02904e8a2f65 HID: uhid: Over-ride the default maximum data buffer value with our own
3df32812eb4b HID: core: Provide new max_buffer_size attribute to over-ride the default
ffe2318405e6 PCI/DPC: Await readiness of secondary bus after reset
09795f82aecc PCI: Unify delay handling for reset and resume
f4ba55411cc8 io_uring: avoid null-ptr-deref in io_arm_poll_handler
6ab7d3361755 drm/i915/active: Fix misuse of non-idle barriers as fence trackers
71dffdd4764c drm/i915: Don't use stolen memory for ring buffers with LLC
86db319d25db x86/resctrl: Clear staged_config[] before and after it is used
0186f7656940 x86/mm: Fix use of uninitialized buffer in sme_enable()
09d3a46c8c02 x86/mce: Make sure logged MCEs are processed after sysfs update
8575c98224b2 cpuidle: psci: Iterate backwards over list in psci_pd_remove()
b3d042638049 net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bit
f3de49782612 trace/hwlat: Do not wipe the contents of per-cpu thread data
cb72b4bd81b9 fbdev: stifb: Provide valid pixelclock and add fb_check_var() checks
e9cdd3f722b6 mmc: sdhci_am654: lower power-on failed message severity
b02de083c7c7 mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropage
87b9ac7bd301 ice: avoid bonding causing auxiliary plug/unplug under RTNL lock
520e134431ac nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000
2a0d71fabfeb ftrace: Fix invalid address access in lookup_rec() when index is 0
ad7f9c6982b1 mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()
f4afee17de43 mptcp: avoid setting TCP_CLOSE state twice
64473c18d27a mptcp: add ro_after_init for tcp{,v6}_prot_override
c1df4bed3d91 mptcp: fix possible deadlock in subflow_error_report
ccf44ffbbf25 drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume
64ef8aa3910b drm/sun4i: fix missing component unbind on bind errors
5cfb617967b0 drm/shmem-helper: Remove another errant put in error path
d1d826954475 riscv: asid: Fixup stale TLB entry cause application crash
aeefcfc57978 Revert "riscv: mm: notify remote harts about mmu cache updates"
882cbe0c5d6a ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro
36d75e1f7357 ALSA: hda: intel-dsp-config: add MTL PCI id
9c2f09add608 KVM: nVMX: add missing consistency checks for CR0 and CR4
77fcc52d2919 cifs: Fix smb2_set_path_size()
9b9a118cc428 tracing: Make tracepoint lockdep check actually test something
2846bf67cd24 tracing: Check field value in hist_field_name()
2dd00dbc6a5a tracing: Make splice_read available again
fd4738ae1a0c interconnect: exynos: fix node leak in probe PM QoS error path
2e0b13a18272 interconnect: fix mem leak when freeing nodes
62b74cf8bcee s390/ipl: add missing intersection check to ipl_report handling
86afb633beaa firmware: xilinx: don't make a sleepable memory allocation from an atomic context
250a11f9c43b serial: 8250_fsl: fix handle_irq locking
4c23bf093449 serial: 8250_em: Fix UART port type
53a5ab3a8991 tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL_SBK is asserted
1c93c42c7bb2 ext4: fix possible double unlock when moving a directory
bec1bea2fa97 drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes
f9252605b8f3 sh: intc: Avoid spurious sizeof-pointer-div warning
0fc608a115ce net/9p: fix bug in client create for .L
2fece63b55c5 drm/amdkfd: Fix an illegal memory access
1aec41c98cce ext4: fix task hung in ext4_xattr_delete_inode
499fef2030fb ext4: update s_journal_inum if it changes after journal replay
088da6b80539 ext4: fail ext4_iget if special inode unallocated
eccd017165db jffs2: correct logic when creating a hole in jffs2_write_begin
4392e87c47e8 mmc: atmel-mci: fix race between stop command and start of next command
0c511f926b00 media: m5mols: fix off-by-one loop termination error
233058efee02 hwmon: (ltc2992) Set `can_sleep` flag for GPIO chip
b576de01da80 hwmon: (adm1266) Set `can_sleep` flag for GPIO chip
c80b2acdb049 kconfig: Update config changed flag before calling callback
52f64c5fc0d6 hwmon: tmp512: drop of_match_ptr for ID table
3f3576e25bfe hwmon: (ucd90320) Add minimum delay between bus accesses
9cc4aa40b58c hwmon: (ina3221) return prober error code
7091951c2ca9 hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condition
a8e42dbfc493 hwmon: (adt7475) Fix masking of hysteresis registers
d1f4eda1ae85 hwmon: (adt7475) Display smoothing attributes in correct order
93c8cbeb1b2b bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails
d424c7b1c478 bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change
8a1ce024f1f6 ethernet: sun: add check for the mdesc_grab()
030393041f8c qed/qed_mng_tlv: correctly zero out ->min instead of ->hour
a7836253349e selftests: net: devlink_port_split.py: skip test if no suitable device available
3cfdefdaaa4b net/iucv: Fix size of interrupt data
7bf0eac3fdd2 net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pull
c99779740100 ipv4: Fix incorrect table ID in IOCTL path
340dd8f1942a sh_eth: avoid PHY being resumed when interface is not up
d5236286398d ravb: avoid PHY being resumed when interface is not up
7059be754873 net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290
b89a453c6918 ice: xsk: disable txq irq before flushing hw
d1bfd4cf6bb8 block: sunvdc: add check for mdesc_grab() returning NULL
f1d5888a5efe nvmet: avoid potential UAF in nvmet_req_complete()
07eac3310e00 nvme: fix handling single range discard request
fff9441da1c3 block: null_blk: Fix handling of fake timeout request
6d3ff07347d3 drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdoc
105db6574281 net: usb: smsc75xx: Limit packet length to skb->len
b615238e5bc0 net/smc: fix deadlock triggered by cancel_delayed_work_syn()
84dd9cc34014 nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition
edc0a34e277b net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status fails
e0a557fc1daf net: tunnels: annotate lockless accesses to dev->needed_headroom
407badf73ec9 loop: Fix use-after-free issues
a0316de981ce net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is used
f48468b27c0b net: dsa: mt7530: remove now incorrect comment regarding port 5
6ffa05700100 qed/qed_dev: guard against a possible division by zero
b108bd9e6be0 net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()
d59d2561da73 drm/i915/psr: Use calculated io and fast wake lines
297ae18bd2cd drm/i915/display: clean up comments
21d679cb983e drm/i915/display/psr: Handle plane and pipe restrictions at every page flip
8c80b12e697f drm/i915/display/psr: Use drm damage helpers to calculate plane damaged area
eea001d88ffd drm/i915/display: Workaround cursor left overs with PSR2 selective fetch enabled
437bb839e36c PCI: s390: Fix use-after-free of PCI resources with per-function hotplug
ee6ef8137789 vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_ready
1cdbaf18a5e4 vdpa_sim: not reset state in vdpasim_queue_ready
4ff826952665 i40e: Fix kernel crash during reboot when adapter is in recovery mode
ecaa1bf50635 ipvlan: Make skb->skb_iif track skb->dev for l3s mode
2bee84369b76 nfc: pn533: initialize struct pn533_out_arg properly
ad07290d63ff tcp: tcp_make_synack() can be called from process context
2a764d55e938 scsi: core: Fix a procfs host directory removal regression
a219cabadaee netfilter: nft_redir: correct value of inet type `.maxattrs`
de03d130176b netfilter: nft_redir: correct length for loading protocol registers
d2a2ad64b9b6 netfilter: nft_masq: correct length for loading protocol registers
343fe451e6d3 netfilter: nft_nat: correct length for loading protocol registers
256bcf626b7c ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU()
9937f784a608 scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()
29cb0f6c1dd8 docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate
a5a1a7112e98 clk: HI655X: select REGMAP instead of depending on it
0f78e36f652a drm/meson: fix 1px pink line on GXM when scaling video overlay
630f8a857578 cifs: Move the in_send statistic to __smb_send_rqst()
418bde7227dd drm/panfrost: Don't sync rpm suspension after mmu flushing
b9cd2f875525 xfrm: Allow transport-mode states with AF_UNSPEC selector
(From meta-yocto rev: 6449b3e6417df34c2645bb34c76ed38f0faf4cb1)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
cf9df9e8d89f ("ipk: Decode byte data to string in manifest handling")
did a bit of least-effort fix to a string vs byte sequence issue in the
manifest handling. The approach was chosen as it localised the fix,
rather than having to analyse further call sites.
However since then f2167ae80258 ("package_manager/ipk: do not pipe
stderr to stdout") was applied, reworking the output handling from the
subcommand. dummy_bytes() now returns a string, so stop trying to decode
it.
Fixes: f2167ae80258 ("package_manager/ipk: do not pipe stderr to stdout")
Cc: Curtis Meier <cmeier@us.ibm.com>
Cc: Pam Eggler <eggler@us.ibm.com>
(From OE-Core rev: b61739554780d70307d2b6b37d2b3b1c7df93c77)
(From OE-Core rev: 29bd0b6272680769b438f39fa96b47d21c846f37)
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 07e5a6331be60d5e35d7336a6215a972ced6eb57)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Running these tests under root user on musl works ok but it emits
additional diagnostic
cpio: dir: Cannot change ownership to uid 0, gid 0: Not supported
Ideally its better to run this test suite under non-root user which
is often how these are run. Moreover, tests work on musl as well.
(From OE-Core rev: 22d19266269c28f596f031fcba8f2831c6465880)
(From OE-Core rev: fd5bd772ab031606dcfe637fe7425b52b51365fa)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 587e007d9febfe92fef434dea984d31642bb23a1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Somehow these two got left behind and hence on older hosts that
are using buildtools for a newer python - they will still fail.
(From OE-Core rev: db3f62378c54ebdfbf5cccdba4c83f503372138f)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f1b11b83a6dd991f393940741c930691463e6d53)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
BSD-4-Clause is only applicable to the {PN}-doc package as when I
check for the source code I find below files which only uses the
license BSD-4-Clause
~/sources/libbsd$ grep -rl "All advertising materials mentioning features or use of this software" *|grep -v \.1|grep -v \.5|grep -v \.8 | sort
COPYING
man/arc4random.3bsd
~/sources/libbsd$ grep -rnB5 "BSD-4"
COPYING-9-Files:
COPYING-10- man/arc4random.3bsd
COPYING-11-Copyright:
COPYING-12- Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
COPYING-13- All rights reserved.
COPYING:14:License: BSD-4-clause-Niels-Provos
So other all PACKAGES should not contain the BSD-4-Clause
(From OE-Core rev: 5f4111fa1b5f2fe35fca854eed08eca415c5a3f1)
Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com>
Signed-off-by: Ranjitsinh Rathod <ranjitsinhrathod1991@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fe57f5ec7fa46f595a302275ce3063d53634c00e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
* Skip t/pod_parser.t ptest since it is for testing
documentation and requires Pod::Parser for which
we do not have a recipe. Adding one does not make
much sense since Pod::Parser was dropped from
Perl > 5.31.1 in favor of Pod::Simple
https://metacpan.org/pod/Pod::Parser#DESCRIPTION
Changes:
https://metacpan.org/dist/Module-Build/changes
0.4234 - Fri 28 Apr 2023 10:46:26 CEST
- PodParser now respects =encoding directives
- Don't use libraries in t/bundled for Build.PL
- make_tarball: workaround for broken tar on Darwin
- Respect $Config{man1ext}/$Config{man3ext}
- Do not require a compiler if c_source is an empty list
(From OE-Core rev: ae5f966898c1ca1e308b77c4591dfa499613ad57)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c3b97f6d74b67706fbbc8685e8060566b815630d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changes:
Use xz: upstream has not released bz2.
Update sha256sum and md5sum for new version.
(From OE-Core rev: b9c32ee7412985805e322a7e7037dd2ca541e8fb)
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4080fda237b8c7c540b54b7abc2075fd40a684d4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changes:
Use xz: upstream has not released bz2.
Update license checksum: change in copyright year.
Update sha256sum and md5sum for new version.
(From OE-Core rev: 5a30b3ddb0feb485b893d77e06939dc64ce8f7e3)
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 44db345f3a1f13ba31edbff28774b4512d07f8d9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
===========
From 1.22.1:
audio channel-mix: allow up to 64 channels (instead of up to 63 channels)
avfvideosrc: Don't wait on main thread for permissions request
avvidenc: avoid generating inaccurate output timestamps, especially with variable framerate streams
AV1 video codec caps signalling improvements in various elements
codectimestamper: Fix timestamping on sequence update
d3d11overlaycompositor: fix texture width and height
d3d11videosink: Fix rendering on external handle
dashdemux2: fix seek operation taking a log time to finish for some streams
nvencoder: Fix B-frame encoding on Linux and min buffers in auto GPU mode
playbin3: fixing buffering for live pipelines
playbin: fix potential deadlock when stopping stream with subtitles visible
redenc: fix setting of extension ID for twcc
rtspsrc: improved compatibility with more broken RTSP servers
v4l2h264dec: Fix Raspberry Pi4 will not play video in application
vtdec: fix jittery playback of H.264 Level 4.1 movies in macOS
vtdec: Fix non-deterministic frame output after flushing seeks
vtenc: fix handling of interlaced ProRes on Apple M1 hardware
vtenc: don't advertise ARGB/RGBA64 input caps on M1 Pro/Max with macOS <13
wasapi2src: Fix loopback capture on Windows 10 Anniversary Update
tools: better handling of non-ASCII command line arguments on Windows
gst-libav: fix build against newer ffmpeg versions
gst-python: Use arch-specific install dir for gi overrides
cerbero: Fix setuptools site.py breakage in Python 3.11
macOS packages: Fix broken binaries on macos < 11.0
various bug fixes, memory leak fixes, and other stability and reliability improvements
From 1.22.2:
avdec_h264: fix decoder deadlocks with FFmpeg 6.0
rtspsrc: fix regression with URI protocols in OPTIONS requests for RTSP over TLS
rtspsrc: improved control url handling compatibility for broken servers
decklink: fix 10 bit RGB (r210) format auto detection for capture and fix playout if video caps are configured before audio caps
d3d11videosink: Fix tearing in case of fullscreen mode
playbin: fix deadlock when stopping stream with subtitles visible (even more)
typefinding: fix regression not detecting application/dash+xml in some corner cases
osxvideosink: fix broken aspect ratio and frame drawing region
decodebin3, parsebin: Improve elementary stream handling when decoders are not present and fix hang when removing a failing stream
urisourcebin: Propagate sticky events from parsebin, so that the STREAM_START event with the GstStream info is always available when pads get exposed
v4l2: Add support for YVU420M format; mark JPEG content as parsed
h264decoder, h265decoder: DPB bumping process and latency reporting fixes
Opus: Fix reading of extended channel config in MPEG-TS and fix missing sample rate when remuxing from RTP to Matroska
zxing: add support for building against zxing-c++ 2.0
cerbero: Fix packaging of Rust plugins on Android; fix modern Gentoo distro detection
various bug fixes, memory leak fixes, and other stability and reliability improvements
(From OE-Core rev: aed2b6833370b60c263afdd8beb0b1c20b9c2ec1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changes:
Use tar.xz: upstream has not released bz2.
Update license checksum: minor change in text.
Update sha256sum for new version.
(From OE-Core rev: 95ede06cacde7af23d21df8059636ddb4c753869)
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1a435cb3e6cf3450867f6a591c1e3ceb4918a97d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Otherwise xwayland.pc would not be present in sysroot, this leads to
some xwayland configs missing like have_listenfd, have_glamor.
(From OE-Core rev: 20cd64812d286c920bd766145ab1cd968e72667e)
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7f1932cb5a408320a5b542e20ba2807718349e8f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Specifically:
- add missing maintainer.inc entries for initramfs-module-*, systemd-machine-units and
target-sdk-provides-dummy and drop them from exception list.
- remove rust from exception list for unbuildable-by-default recipes as it is now buildable.
- add missing maintainer.inc entry for libx11-compose-data and cve-update-nvd2-native;
as they are also unbuildable by default, they needs to be in exception list as well.
(From OE-Core rev: d1ad59bb7a5360433403733de71b66ff3e1484ef)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e9158b191c1cfc16f97abed6c05891aa84fe9463)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
"sysconfdir" contains "/" by definition and thus using os.path.join()
leads to self.target_rootfs being always ignored (and thus attempting to
generate paths in host's /etc).
Use oe.path.join() instead which was made for this purpose.
(From OE-Core rev: 116e2b1d0c75c6be333339812468550145915774)
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8414c504138f6de663f5130c6b4a6ede5605d88b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
[YOCTO #15108] -- https://bugzilla.yoctoproject.org/show_bug.cgi?id=15108
Since the latest change, the PYTHONPATH is overwritten instead of extended.
This leads to changed behavior and build errors of recipes where the PYTHONPATH
is set before setup_target_config is run.
Fixes: c9617c03bcee ("python3targetconfig.bbclass: use PYTHONPATH to point to the target config")
(From OE-Core rev: cf31424aa7ce3308373899181aef0e503ead4776)
Signed-off-by: Johannes Schrimpf <dev@loewen-email.de>
[Luca: add Fixes: tag]
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2442ab92f8610784d28d8d83056b643bd95b0b4e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This is consistently seen with musl and grep from busybox
Therefore backport a patch from upstream to fix it
(From OE-Core rev: 3be4c38b370fec42a569cb2cd22315efc860227b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 511bcd965af658e6bb0c61d9f2adb1af75af773b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Add back the dropped 0001-attr-fix-utime-for-symlink.patch
to fix symlink time setting issue on NFS.
The problem could be reproduced by runing the following command
on nfs booted qemu:
ln -s dest src && touch -h src
Apart from the rpm operations mentioned in the original patch,
'docker pull' also fails with a 'stale file' error. The common
pattern here is extracting files from a bundle and setting times
for them.
(From OE-Core rev: 221b509b31a44a16ccc0f66293e51b86322c0b5b)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fe35a2c11ba6f87735bccae244817016f9c1b5db)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The recommendation from server maintainers is that the https protocol
is both faster and more reliable than the dedicated git protocol at this point.
Switch to it where possible.
(From OE-Core rev: 8f3669f81db8a58f8ed2faef76acab3499f59619)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 139102a73d4151f4748b4a861bd4ab28dda7dab7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Overview of Changes in 4.10.3, 22-04-2023
=========================================
* Fix a popover positioning regression in 4.10.2
* Fix issues with slow loading files in the file chooser
Overview of Changes in 4.10.2, 21-04-2023
=========================================
* Fixed issues:
- Holding control to select multiple files broken in filechooser (#5669)
- Inspector crash (#5681)
- Listbase doesn't account for bottom padding in size_allocate_child (#5380)
- Leaking AT contexts (#5690)
- OpenGL / Windows: Crash when closing gtk4-widget-factory (#5685)
- GTK apps crash on startup when setting cursor-size to 0 on Wayland (#5700)
- Segmentation fault: gdk_wayland_toplevel_set_startup_id() needs to null-check
display->xdg_activation before using it (#5701)
- Possible use-after-free under gtk_scrolled_window_update_use_indicators() (#5684)
- Wrong error message in `gtk_init` (#5704)
- Segfault when scrolling after changing ListView model (#5763)
- Bluetooth panel from the Settings app: clicking in the "Downloads" link
no longer opens Nautilus (#5671)
- Broadway docs or code is broken (#5662)
- Disabled GtkPicture's are not properly themed (#5683)
- Setting CSS padding to a GtkTextView gives the context menu an offset (#5695)
- A11y: the Showing state is used only for windows (#5194)
- Gtk4 expander: CSS nodes mismatch code vs. documentation (#5723)
- Invoking gtk inspector on a folder results in a crash (#5729)
- Double tap requires very precise touch input (#5580)
- Name autocompletion dropdown in the GTK4 FileChooser's Save dialog gets
stuck, creates artifacts, jumps around (#5743)
- Links are not opened when xdg-desktop-portal OpenURI is not available (#5733)
- GtkSnapshot generates no nodes appending whitespace-only layouts (#5747)
* Translation updates
British English
Bulgarian
Chinese (China)
French
Indonesian
Korean
Russian
Serbian
Slovenian
Turkish
Overview of Changes in 4.10.1, 14-03-2023
=========================================
* GtkFileChooser
- Improve search performance
- Be safe against pathless files
- Fix memory leaks
- Only show local files in recent files
- Show most recent files first
- Make files non-selectable in selet_folder mode
* GtkListView / GtkColumnView / GtkGridView
- Fix scrolling problems
- Support CSS border-spacing
* GtkComboBox
- Fix a size allocation problem
* gtk
- Size allocation fixes
* Accessibility
- Miscellaneous property fixes and improvements
* Wayland
- Fix an ordering problem in surface disposal
* Windows
- Fix Visual Studio build with older GLib
* Translation updates
Basque
Bulgarian
Catalan
Czech
Danish
Finnish
Friulian
Galician
Georgian
Hungarian
Lithuanian
Polish
Portuguese
Swedish
Turkish
Ukrainian
(From OE-Core rev: dfb50fff1e4e661fdda988d100682988cf7f4448)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0f07445de85c71926e0901d051d330f29a8486d6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Backport from tag ghostpdl-10.01.1-gse-10174 which is
after 10.01.1.
(From OE-Core rev: 5046578b09b0a83a961768824e47f34fb3de9eb1)
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8a70d6935afa38173dbf012b8e1c3d59228504df)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
In 5c6064 the qemuarm* machines gained vmalloc=256, because in testing
Bruce was seeing problems when the vmalloc area was too big for the
memory size of the machine (eg 256MB).
The intention was for the area to be very small, but 256 bytes is too
small and the kernel sets a minimal vmalloc area of 16MiB:
[ 0.000000] vmalloc area is too small, limiting to 16MiB
However, a 16MiB area is too small and results in pages of messages when
you try and use the system:
[ 242.822481] vmap allocation for size 4100096 failed: use vmalloc=<size> to increase size
There have been a number of changes since this commit, remove the
explicit vmalloc argument and use the default. I've tested that the
system still boots locally.
[1] early_vmalloc(), https://elixir.bootlin.com/linux/latest/source/arch/arm/mm/mmu.c#L1170
(From OE-Core rev: 2c5af07819b4a555737da9f07aa5236579300027)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
* this in the end doesn't help much, I was debugging warning (about base-files.do_install
signature being different than expected) from:
python3 $target_sdk_dir/ext-sdk-prepare.py $LOGFILE '${SDK_INSTALL_TARGETS}'
this shows the warning on console, but it doesn't end in $LOGFILE, because it
writes only contents of cooker log into the $LOGFILE with:
with open(logfile, 'a') as logf:
logf.write('Preparing SDK for %s...\n' % ', '.join(sdk_targets))
ret = run_command_interruptible('BB_SETSCENE_ENFORCE=1 bitbake --quiet %s' % ' '.join(sdk_targets))
if not ret:
ret = run_command_interruptible('bitbake --quiet build-sysroots')
lastlog = get_last_consolelog()
if lastlog:
with open(lastlog, 'r') as f:
for line in f:
logf.write(line)
if ret:
print('ERROR: SDK preparation failed: error log written to %s' % logfile)
return ret
maybe we could remove whole support for $LOGFILE parameter and just redirect
the output like other commands on this line
(From OE-Core rev: 766c6f7ae72576cfab3654362ae949688f42acce)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit 719f22df160ebde303274ccfc04049cffdb51577)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Fix issue of the below instance template systemd service dependency
[Install]
WantedBy=svc-wants@%i.service
creating the symlink (instance "a" example)
/etc/systemd/system/svc-wants@%i.service.wants/svc-wanted-by@a.service
which should be
/etc/systemd/system/svc-wants@a.service.wants/svc-wanted-by@a.service
as implemented by this change.
The functionality appears regressed just after "thud" baseline when the
logic was refactored from shell script into python (commit
925e30cb10)
(From OE-Core rev: 308397f0bb3d6f3d4e9ec2c6a10823184049c9b5)
(From OE-Core rev: 372b29c8ad270d4d430c26a4e614976c7029afaf)
Signed-off-by: Martin Siegumfeldt <mns@gomspace.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Backport a patch to fix appending to archives larger than 2GB.
[ YOCTO #11674 ]
(From OE-Core rev: a161d6694b295c93244d67d69d8be8b09210bc32)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
these tests do not work with musl's iconv implementation and would need
enabling icu support using --with-icu which we do not enable by default
Additionally enable locale with musl too.
(From OE-Core rev: 1fbab00c9d887285a9e966e81ff75a7fc7039baa)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit 03980db15fa1de2f970705364c2316f17428a3aa)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This file can be processed by run-ptest during runtime and tests
mentioned in skipped.txt will not be run.
(From OE-Core rev: 58818cf22dc378ee5fa9089da1f4b8f0fd02bc44)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit 4d30f3535f53ad6d8f462f99b6cd2fe8d2ecbfb5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This patch is doing the same things thats already being done in the
do_install_ptest where the problematic tests are being deleted from
final package. run-ptest script runs a find for available tests and runs
each test target found during run therefore its enough to remove
them from final install.
(From OE-Core rev: cf654eb0fe786ec5cfbc62da43e71f6ef2e521dc)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Ross Burton <ross.burton@arm.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit 4a32ad54d6c051fe387c67721cf96eb851ecd835)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
In autobuilder testing we regularly see glib-networking ptest fail with a
"Resource temporarily unavailable (g-io-error-quark, 27)" error.
Add a patch to see if a retry can resolve the issue.
(From OE-Core rev: 6282f64a6673bcd9b0a6cedfcb8cd3d1a6de1077)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4deb03ee5af8fcf7c2b1c81c686839341cf753c4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Upstream asked for some changes, this updates our patch to match. The differences
likely don't change our real world use.
(From OE-Core rev: 411e3f76840c06580fa8d2e764ae504b8f0ad46b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 42591e07a469cff881fa087d5251a8c783897634)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Update to 23.0.3 stable release. Release notes in:
- https://docs.mesa3d.org/relnotes/23.0.3.html
New features
None
Bug fixes
overlay layer: unable to launch titles on steam
radv: possibly not setting state dirty bits correctly
RADV: VRS attachment not working in specific scenario
anv: zink ADL failures
Vulkan loader `vk_common_GetPhysicalDeviceFormatProperties` fails to sanitize properties bits.
Loading a model in PrusaSlicer 2.6.0-alpha5 crashes GNOME on radeonsi
(From OE-Core rev: 77d46f01147036c38c21d7c840144adda89bd894)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0defbb5925e309799162e221285e4cfb2e2c2ca5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The Waffle bugfix release 1.7.1 is now available.
What is new in this release:
- cmake: pass deps' cflags to the build
- gbm: fix crash when platform lacks modifier support
- gitlab-ci: stabilise CI runs under X
- gitlab-ci: add more warnings, make all warnings fatal
- gitlab-ci: update to bullseye
- meson: add override_* support, when using waffle as submodule
- meson: skip installing bash completion when custom prefix is used
- meson: silence deprecation warnings
- meson: generate cmake files only on Windows
- meson: find wayland.xml from wayland-scanner.pc
- misc: zsh completion
- misc: fix dozens of compiler warnings
- misc: update website references
- wayland: fix build against wayland 1.20
The Waffle bugfix release 1.7.2 is now available.
What is new in this release:
- all: use format(gnu_printf), enable in mingw
- meson: don't run TLS checks on mingw
- wgl: remove unused dummy wgl_error.[ch]
Upstream now only generates CMake files on Windows, so remove all
references to CMake.
A zsh completion is now installed, remove this for now as we don't really
use zsh.
(From OE-Core rev: e4ebfb5c7892488fc834d9837e9a5a4c28eb676f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 94cf6ef11bba381ab6f65b03ed1ed14022438151)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Since a very long time the kernel bbclass uses a defconfig file from
SRC_URI automatically. Document this feature.
(From yocto-docs rev: d99f7913ca3fc546a9714a38f3e22403261c4015)
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
"This means that" implies that this sentence is a consequence of the
previous, but this is not the case, the two sentences being quite unrelated
to each other.
(From yocto-docs rev: e2bca485efa25f3950cb229ac49bda6780dbe5bf)
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Function 'gen_updatealternativesvardeps' still used old override
syntax when fetching variable flags. Update to use ':' instead to match
recipe meta data. This was found by review and no real issue encountered
but it is a bug that affects variable dependencies and can affect rebuilds
as task hashes might not be accurate.
(From OE-Core rev: 27b4fb60c7c66c245ba50607c8e178390fc41014)
Signed-off-by: Peter Bergin <peter.bergin@windriver.com>
Signed-off-by: Peter Bergin <peter@berginkonsult.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5691f554b2cd50f256a8cbb1d96781e9eb6b930e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This is a partial fix for bugzilla 15059 [https://bugzilla.yoctoproject.org/show_bug.cgi?id=15059]
It has been noted by several people that when an initramfs is bundled:
- a lot of the kernel is rebuilt
- it takes a really long time
When looking at the logs, the second kernel compilation (that performs
the bundle) is not using the parallel make settings, and builds with
-j1.
We are already explicitly passing PARALLEL_MAKE when building kernel
modules, and by extending that explicit use to the main kernel
compilation, we ensure that we always get a parallel build.
Build times chnaged from more than 30 minutes for the bundle, to
3 minutes in local testing.
The question of whether or not too much is rebuilding during the
bundle step is still an open question, but with this tweak, at least
the build time is back in the realm of acceptable.
(From OE-Core rev: 126cbad716377f024dae5cc8e2faee9bd661f5c5)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit 88fd394ecf0f2174b792075d409d87046896426b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This will use default values when no distribution is set.
[YOCTO #15086]
(From OE-Core rev: 9e576ab7035d52fba961c400d53657608ad5b99d)
Signed-off-by: Thomas Roos <throos@amazon.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit 888fe63b46efceeff08dbe8c4f66fec33d06cb7a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Reproducer:
1.Enable the ptest of libpam and build the image.
2.Boot the rootfs with nfs, then run the following tests as root:
cd /usr/share/Linux-PAM/xtests
/usr/share/Linux-PAM/xtests# ./run-xtests.sh . tst-pam_motd1
/usr/share/Linux-PAM/xtests# ./run-xtests.sh . tst-pam_motd3
After applying this patch, the ptest doesn't be failed.
(From OE-Core rev: 97e3cfb5374958737750361f6e22a7b63965e46e)
Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit 549e54ad6a175359b0a57987ccdab8989df9d3a9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
* otherwise it ends '<unknown>' inside esdk, because of parsing order:
# $METADATA_REVISION [3 operations]
# set /OE/build/test-D/conf/local.conf:43
# "f2da54ef432eac89b0f18eaad68e602b6990b5de"
# immediate /OE/build/test-D/layers/poky/meta/classes/metadata_scm.bbclass:9
# "${@oe.buildcfg.detect_revision(d)}"
# set /OE/build/test-D/layers/poky/meta/classes/metadata_scm.bbclass:10
# [vardepvalue] "${METADATA_REVISION}"
# pre-expansion value:
# "<unknown>"
METADATA_REVISION="<unknown>"
* This causes base-files.do_install and following tasks to have different
signatures between esdk and the build directory where this esdk was created:
bitbake-diffsigs {test-D,poky/build-uninative-disabled}/tmp/stamps/qemux86_64-poky-linux/base-files/*do_install*sigdata*
NOTE: Starting bitbake server...
basehash changed from 5b6981cf58bfd57d416b0e31611b73a26baae635dd1ac31c08d46f95064c3ffc to dbdce042da4d7813d632b6d1cc87a16f728ad20e55fecbc392830e6acf72babd
Variable METADATA_REVISION value changed from '<unknown>' to 'f2da54ef432eac89b0f18eaad68e602b6990b5de'
and an warning from "python3 /OE/build/test-D/ext-sdk-prepare.py" when eSDK is being prepared for use:
WARNING: The base-files:do_install sig is computed to be 83b9c9a6ef1145baac5a1e0d08814b9156af239c58fc42df95c25a9cd8a7f201,
but the sig is locked to 3dc22233059075978e5503691e98e79e7cc60db94259dfcd886bca2291c0add7 in SIGGEN_LOCKEDSIGS_t-qemux86-64
[RP: Add commit about why we need the override for future reference]
(From OE-Core rev: a857360c078aa5e03cf113dc2dc87069b0e0201c)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit 675ea7281c17f77bf5dea17cfd4d9da0928382a0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Libarchive is being used by OPKG package manager as default
API for extracting tar files. This fix allows us to extract
ipks packages with preserved ACLs and xattrs.
Partially addresses [YOCTO #15091]
[RP: Merge into main PACKAGECONFIG and tweak commit message]
(From OE-Core rev: 9d19e501d710c6c357bf6c8f16ac3e172d63e11d)
Signed-off-by: Piotr Łobacz <p.lobacz@welotec.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 913aad1ac013368aef8f6af332588ef24bba46bd)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Avoids pulling in potential GPLv3 packages through python3-misc catch-all.
python3-core is the intended minimal RDEPENDS for packages requiring python3
support. Other python3 module dependencies should be listed explicitly.
(From OE-Core rev: 81c5f793f5c326489475f1f8786e3869b9973a4b)
Signed-off-by: Kyle Russell <bkylerussell@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit 231f93becad619f6afa383f9b1132f1d4b02fa64)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
The current check for default dtb image checks if the file exists and is
not empty but appends a slash to the path due to which the file is never
found. It also doesn't replace slash in filename with _ as done when
populating the DTB variable. A better way to check the existence of the
device tree would be from the list of DTBs since this is used during
compilation.
(From OE-Core rev: f8efe7d50860e44cd22a91685d0438c5c73d8557)
Signed-off-by: Arslan Ahmad <arslan_ahmad@mentor.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit e8e31e11b158837804d029e85f5f8ed3c219a4ea)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
23.0.1 changes
New features
None
Bug fixes
radv: A Plague Tale: Requiem black “flash” on 7900XTX
7900 XTX: Graphical corruption / artifacts in Cyberpunk
radv: CmdCopyQueryPoolResults broken for VK_QUERY_TYPE_PRIMITIVES_GENERATED_EXT with queryCount > 1
radeonsi draws spurious values to depth buffer
rusticl over llvmpipe + ffmpeg’s Opencl filter = error -51
rusticl over llvmpipe + ffmpeg’s Opencl filter = error -51
OpenGL crashes in X-Plane 11
[Bisected] Regression: Project Zomboid renders black
hasvk: Black pixels with 8xMSAA and fast clears on Intel(R) HD Graphics 4400 (HSW GT2)
radv: GTA IV graphical artifacts on 7900XTX
radv: Resident Evil Revelations 2 artifacts on 7900XTX with DCC
radv: Prototype 2 black textures on RDNA 3 when DCC is enabled
Mesa 23.0.0 crashes immediately with indirect rendering
[RADV] Returnal - pistol muzzle flash fills whole screen (graphical artifact)
ACO: dEQP-VK.binding_model.descriptor_buffer.multiple.graphics_geom_buffers1_sets3_imm_samplers hangs on NAVI10
Build failures with recent lld
r600,regression: Glitches on terrain with the NIR backend on Transport Fever 2
r600/TURKS: Crash of the game “A Hat in Time” with Gallium Nine and NIR path (third report)
[gen9atom] Vulkan tests cause gpu hang: dEQP-VK.memory_model.*
GL_SHADER_BINARY_FORMAT_SPIR_V is not added to the list of GL_SHADER_BINARY_FORMATS even if GL_ARB_gl_spirv is supported.
[ANV/DG2] Vertex explosion in nvpro-samples/vk_raytracing_tutorial_KHR/ray_tracing_gltf
CUEtools FLACCL hit assert in rusticl
Assertion Failed on Intel HD 5500 with Linux / Mesa 22.3.1 / OpenGL
23.0.2 changes
New features
None
Bug fixes
allwinner a64: DRM_IOCTL_MODE_CREATE_DUMB failed: Cannot allocate memory after some time of apps usage
mesa: index buffer leaking
RadeonSI: null dereference in amdgpu_cs_add_buffer, potential refcount mismatch, running BeyondAllReason
eglCreateImageKHR, error: EGL_BAD_ALLOC (0x3003), message: “createImageFromDmaBufs failed” on AMD multi-gpu with explicit format modifiers
libgrl.a installed but not used?
radv: crash compiling UE5 lumen hardware RT shader
aco: unused vtmp_in_loop
radv,nir: dEQP-VK.ray_query.builtin.rayqueryterminate.* failures
glsl compiled error when the RHS of operator `>>` is int64_t by enabling GL_ARB_gpu_shader_int64 extension
QPainter fails to render multiple shapes with a brush set since Mesa 23.0
eglSwapBuffers blocks in wayland when it’s wl_surface_frame event is stolen.
plasmashell sometimes hangs with mesa_glthread
pps_device.h:23:11: error: ‘uint32_t’ does not name a type
(From OE-Core rev: 66f67e43e25dc58a07a49bb8e12699f1a6ce06f4)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit f7f483f90ba17342a83fdfe7c7dccf5a3f7bf624)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changes:
* Update the GitHub RSA host key bundled within Cargo. The key was
rotated by GitHub on 2023-03-24 after the old one leaked.
* Mark the old GitHub RSA host key as revoked. This will prevent Cargo
from accepting the leaked key even when trusted by the system.
* Add support for @revoked and a better error message for
@cert-authority in Cargo’s SSH host key verification
(From OE-Core rev: 80ffaf90282a72276f6bf62e22976400fe7bb1f9)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 4563432b41026adc56c54452984b19ab64e7406e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
===========
* Regression fix:
- vala: Improve initialization of namespace fields with compound
literal [#1424]
* Bindings:
- gio-2.0,glib-2.0,gobject-2.0: Update 2.74 symbols
- webkit2gtk-4.*: Update to 2.40.0
- webkitgtk-6.0: Update to 2.40.0
- gtk4: Update to 4.10.1~40b154bf from 0.58
- gtk4: Add sealed to all the final types
- gtk+-3.0: Fix ToolPalette.icon_size get-accessor type
- webkitgtk-6.0: Update to 2.39.90
* Various improvements and bug fixes:
- codegen:
+ Consistently handle GLib.Error as boxed type [#1418]
+ Add cast to accessor calls for generic property implementations
+ Use g_object_class_override_property to implement generic interface
properties [#1419]
+ Add declaration for register call of dynamic DBus interfaces [#1422]
- vala:
+ Correctly handle pre/post-increment expression as index of element
access [#1417]
+ Set proper value-type of unary ref/out expression in initializers [#1421]
+ Allow assignment of namespace fields with inline allocated arrays
- gtkmodule: Improve error messages
(From OE-Core rev: d87a885a5b1f57039cf715504f6caacfd2dad097)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit e3eb6b4e6477dea953d4d93d2eadc5f430c160b1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This release contains the fix for CVE-2023-1393 in today's security
advisory: https://lists.x.org/archives/xorg-announce/2023-March/003374.html
Benno Schulenberg (1):
xkbUtils: use existing symbol names instead of deleted deprecated ones
Joshua Ashton (1):
glamor: Don't glFlush/ctx switch unless any work has been performed
Michel Dänzer (2):
xwayland: Refactor xwl_present_for_each_frame_callback helper
xwayland: Prevent nested xwl_present_for_each_frame_callback calls
Olivier Fourdan (2):
composite: Fix use-after-free of the COW
Bump version to 23.1.1
git tag: xwayland-23.1.1
(From OE-Core rev: a622fbb571d72c1a86ebf9ae01f61b4dbfe48c1d)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 35fdbd0ea81650a0421d50fb53989d96c5956331)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This release contains the fix for CVE-2023-1393 in today's security
advisory: https://lists.x.org/archives/xorg-announce/2023-March/003374.html
Benno Schulenberg (1):
xkbUtils: use existing symbol names instead of deleted deprecated ones
Olivier Fourdan (2):
composite: Fix use-after-free of the COW
xserver 21.1.8
git tag: xorg-server-21.1.8
(From OE-Core rev: 9d5a512da3b81680d20cf8c557757a31cd48efba)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 7b08dff8f46bcaa05f7fbffbe27d524579af4faf)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Fixed with subsequent version bump
This reverts commit 7828f7026b4cd3ae97ebe5d849c09fabbc17272d.
(From OE-Core rev: 9bb0a416d03c3bcd3cf45fa7aa761ff948612eac)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
==========
- Reverted a change introduced in 1.14.1 which introduced crashes both
with WebKitGTK and WPE running under Wayland in some configurations.
- Fix a crash caused by wrong assertion, which was typically triggered in
debug builds when using the NVidia drivers.
- Fix WebKit no longer repainting after provisional navigation with
PSON enabled.
- Fix graphics buffer leaks by always freeing them in buffer destroy
listener callbacks.
(From OE-Core rev: f248513b4cf0b61a61e8586a3bcf2a7c83a3b538)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit aa37e18a51714af3281b4127dceb40b38aa8ac3c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
==========
* texi2any
. fix performance regression when Perl binary extension (XS) modules
are not being used (e.g. with TEXINFO_XS=omit)
* info
. further fix of recoding of UTF-8 files to ASCII to avoid text
disappearing from nodes
. avoid possible freeze at start of a file with '-v nodeline=pointers'
(From OE-Core rev: 62eb0b5a7393d6192a309c1d309e9b22bc652be7)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 87bb580f6a02468d372254480302a60faa965131)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
==========
- Fix root directory test in mattrib
- -b BiosDisk flag for mformat to allow setting physdrive to
a user-specified value
- Clearer error message in mformat when trying to mformat a
disk whose total size is not known
- Make recursive copy more consistent
- Trailing slash now always implies target should be a directory
- Code cleanup
(From OE-Core rev: 054490362e8848907f19fbff5b7b5f31353458f8)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 7f04fd469f9ee989eadd85ea949527300704ca70)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
=========
- build:
-- Fix --disable-8bit.
-- Fall back to generic decoder if no yasm for MSVC (bug 346).
-- Fix some pedantic compiler warnings, avoid breaking libtool wrappers.
- mpg123:
-- Fix verbose position printout for new resampling outside libmpg123 (where
output rate differs from decoding rate).
- libsyn123:
-- Fix reconfiguration of resampler to avoid double free when reducing
decimator stages to zero (bug 350).
(From OE-Core rev: 653530d19306f26e40586786032f8a2375dc6b48)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 01ccf7c55d3d9c32ffd509abebd928ccb402b9f8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2.26.4
This is a stable bugfix release, with the following changes:
Fixed relative mouse motion over remote desktop on Windows
Fixed using older game controller mappings on Linux
2.26.5
This is a stable bugfix release, with the following changes:
The minimum deployment target on macOS is now 10.11, due to changes in the latest Xcode update
Fixed incorrect modifier keys handling on macOS
Fixed occasional duplicate controller visible on macOS
Fixed handling of third party PS4 controller input reports
Added support for the trigger buttons on the Victrix Pro FS for PS5
Added mapping for Flydigi Vader 2 with the latest firmware (6.0.4.9)
Added mapping for DualSense Edge Wireless Controller on Linux
Added mapping for Hori Pokken Tournament DX Pro Pad
Improved the speed and quality of audio resampling
Fixed crash on Linux if dbus can't be initialized
(From OE-Core rev: c55f56ea3081f3b53c06e84fccffc289bac1f19e)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 106cdae227775f8e3b32462ed68b99231595f075)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Summary for 1.10.4 libpcap release
Source code:
Fix spaces before tabs in indentation.
rpcap:
Fix name of launchd service.
Documentation:
Document use of rpcapd with systemd, launchd, inetd, and xinetd.
Building and testing:
Require at least pkg-config 0.17.0, as we use --static.
Get rid of the remains of gnuc.h.
Require at least autoconf 2.69.
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21.
(From OE-Core rev: cc7a3c6cb32b4a8d2677159cd106068b5f2d75e8)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit da76bde131a7fe0833c9fd59a1ca48edaed6fa54)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
==========
[bug] Use two pairs of dns_db_t and dns_dbversion_t in a
catalog zone structure to avoid a race between the
dns__catz_update_cb() and dns_catz_dbupdate_callback()
functions. [GL #3907]
[bug] Make sure to revert the reconfigured zones to the
previous version of the view, when the new view
reconfiguration fails during the configuration of
one of the configured zones. [GL #3911]
[bug] Fix error path cleanup issues in dns_catz_new_zones()
and dns_catz_new_zone() functions. [GL #3900]
[bug] Unregister db update notify callback before detaching
from the previous db inside the catz update notify
callback. [GL #3777]
[func Run the catalog zone update process on the offload
threads. [GL #3881]
[func Add shutdown signaling for catalog zones. [GL !7571]
[func Add reference count tracing for dns_catz_zone_t and
dns_catz_zones_t. [GL !7570]
[bug] Detach 'rpzs' and 'catzs' from the previous view in
configure_rpz() and configure_catz(), respectively,
just after attaching it to the new view. [GL #3880]
[test Don't test HMAC-MD5 when not supported by libcrypto.
[GL #3871]
[bug] Fix RPZ reference counting error on shutdown in
dns__rpz_timer_cb(). [GL #3866]
[test Test various 'islands of trust' configurations when
using managed keys. [GL #3662]
[bug] Building against (or running with) libuv versions
1.35.0 and 1.36.0 is now a fatal error. The rules for
mixing and matching compile-time and run-time libuv
versions have been tightened for libuv versions between
1.35.0 and 1.40.0. [GL #3840]
[bug] dnssec-cds failed to cleanup properly. [GL #3831]
[bug] Source ports configured for query-source,
transfer-source, etc, were being ignored. (This
feature is deprecated, but it is not yet removed,
so the bug still needed fixing.) [GL #3790]
(From OE-Core rev: 29010c32f0e0f00b31e32a7c275a532688ddaf9d)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 51ab191224aa1320d622bf79184940afa3910d60)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changelog:
===========
*) apr-1-config: Fix crosscompiling detection in apr-1-config. PR 66510
*) configure: Add --enable-sysv-shm to use SysV shared memory (shmget) if
available.
*) apr_socket_sendfile: Use WSAIoctl() to get TransmitFile function
pointer on Windows.
*) apr_dir_read: Do not request short file names on Windows 7
and later.
*) apr_file_gets: Optimize for buffered files on Windows.
*) Fix a deadlock when writing to locked files opened with APR_FOPEN_APPEND
on Windows. PR 50058.
*) Don't seek to the end when opening files with APR_FOPEN_APPEND on Windows.
*) apr_file_write: Optimize large writes to buffered files on Windows.
*) apr_file_write: Optimize large reads from buffered files on Windows.
(From OE-Core rev: fbf46e497ee9500fb95f2b619e0024d03ad50c1f)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 1bee38556441fbff9a4e39942271001ec620416b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
CVE-2023-1652 & CVE-2023-1829 are fixed by all version used by
linux-yocto.
Fixing commits are not referenced by NVD but are referenced by:
* https://www.linuxkernelcves.com
* Debian kernel-sec team
... this should be trust worthy enough.
(From OE-Core rev: 4c395cfd5edd42e81ef7aa89df8be7e9291ea89c)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
(cherry picked from commit 8f9d6c5b0238641313387c139442566752a1d25d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
As it is mainly used for internal purposes, so not necessarily useful
for regular users.
OE-core "nodistro" uses it as a fallback to the default setting.
(From yocto-docs rev: aa4d4034707d7c74488678e77d4f45d65782b2a7)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
CC: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Add details about INIT_MANAGER
Correct the fact that "none" currently generates
an image with "sysvinit", at least on Poky.
This behaviour should probably be changed.
- Expand the "Selecting an Initialization Manager" section.
- Stop mentioning "rescue image" generation, as this
is not detailed anywhere else.
(From yocto-docs rev: fd99f2753b50b7ad6133b787b90331fcb3a35152)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
CC: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Remove empty subsections (detailed elsewhere)
- Fix bullet list syntax (missing leading empty line)
- Fix a few CVE URLs
- Add some references
- Minor font and case fixes
(From yocto-docs rev: ec63abf8b67458ad9f8d8942e0c327d3de93eef9)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Also add a target (and use) a target
for the "Long Term Support Release" section.
(From yocto-docs rev: 98d6f2066fcdb20e63b8da6ed52d0f3590b15195)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The fix of CVE-2023-29383.patch contains a bug that it rejects all
characters that are not control ones, so backup another patch named
"0001-Overhaul-valid_field.patch" from upstream to fix it.
(From OE-Core rev: b51e2c04daa4089f0aeabd9af197cc2f59f69a2b)
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add new features, upgrades, CVEs, contributors and license changes
based upon combing through the commits in the release. I haven't yet
noted any known issues.
Note: I had to add the upgrades list from the commits rather than from
the layer index this time (as the branch comparison feature is
unfortunately broken there at the moment), thus the format is a little
different.
(From yocto-docs rev: 4d6807e34adf5d92d9b6e5852736443a867c78fa)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The "(ignored)" suffixes were included in the link value which broke the
link.
(From yocto-docs rev: bff0fb0e39f69101f036ddbc27a82c15047bdbcd)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Reorder and extend existing info a little
* Add additional sections after combing through changes
(From yocto-docs rev: 337d35d85b5b4361655549ea7eb6fdf5f55e7506)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The INIT_MANAGER variable was added in 3.0 but it seems we didn't get
around to documenting it yet. I have added a variable glossary entry and
made the basic adjustment of the "Using systemd Exclusively" section in
the dev manual, however I think the latter section still needs work.
(From yocto-docs rev: 602c0e8f770516256dab04edfd887377303c06bb)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It looks like this was accidentally added to the variable glossary
instead of the terms list, so move it to the latter.
(From yocto-docs rev: c9829dcae18cd2cb5f008081d841ca995b76b8bf)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This appears to have been introduced back in 2019, but we missed
documenting it.
(From yocto-docs rev: 064a5d84890416362a1a7a337347abbe9afe485d)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
I realise it's already in the buildtools entry above, but for
completeness let's add it to the buildtools-extended entry as well.
(From yocto-docs rev: d9db1d380120e976a30e9eddb86b391084178c94)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This section needs to be kept in sync with the "QA Error and Warning
Messages" section (qa-checks.rst) - this is the other direction that
tells folks what all of the values in WARN_QA / ERROR_QA are intended
to do. Add the ones that we missed adding here for previous releases,
and also use a proper reference for the buildhistory class in the entry
for version-going-backwards.
(From yocto-docs rev: 356a6e650bb1de66b806142f75a03bda57972a94)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
To complement what I am adding to the BitBake reference manual, add a
section in the 4.2 migration guide, a reference in the structure section
of the reference manual (where we talk about meta/lib) and adjust the
release notes item to be a little more concise.
(From yocto-docs rev: 0903e82a9da263c6d64aead03407eb377eb5bbfe)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
New in 4.2 (pointer to BitBake manual, changes sent separately for
that).
(From yocto-docs rev: a2112eb3f1084040ad48e392075297b4630b93e1)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This technique is no longer used (nor necessary), let's just remove it
to avoid any confusion.
(From yocto-docs rev: 8f50d0bf22fea8064c112f52df06dbd6a85a7a83)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
IMAGE_MACHINE_SUFFIX is a new variable in 4.2, and there were some
associated changes to how IMAGE_NAME, IMAGE_LINK_NAME,
INITRAMFS_IMAGE_NAME and KERNEL_ARTIFACT_NAME are set by default. As a
result, instead of repeating how KERNEL_ARTIFACT_NAME is set by default,
let's just direct people to the entry for that variable so we only have
to update one place.
At the same time I noticed INITRAMFS_IMAGE_NAME was not documented at
all, so add that in.
(From yocto-docs rev: d53bf2878a268fb71785c73053e3657436f3f5ba)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
3299fb36854f Linux 5.15.108
adef0cebea85 nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDs
c6897dfe2bb6 counter: Add the necessary colons and indents to the comments of counter_compi
fa934784fb65 counter: fix docum. build problems after filename change
0cf283340023 panic, kexec: make __crash_kexec() NMI safe
9e1e511119b1 kexec: turn all kexec_mutex acquisitions into trylocks
6fc7a53fcc4c nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD
fa43e0591900 nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN
a814fc9e6e59 nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760
972e06d09e86 nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610
cf773832139b nvme-pci: Crucial P2 has bogus namespace ids
5a19b9a49aea nvme-pci: avoid the deepest sleep state on ZHITAI TiPro7000 SSDs
65f5dc5dff29 nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S50
3daaa5f7aae2 i2c: ocores: generate stop condition after timeout in polling mode
0af686415ca2 x86/rtc: Remove __init for runtime functions
b11ff3ef4d09 sched/fair: Fix imbalance overflow
90e3dc510106 sched/fair: Move calculate of avg_load to a better location
6d1353781bba powerpc/papr_scm: Update the NUMA distance table for the target node
0b031f5983f8 ubi: Fix deadlock caused by recursively holding work_sem
85d7a7044b75 ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size
f0b4a4086cf2 mptcp: stricter state check in mptcp_worker
925e1a510a2e mptcp: use mptcp_schedule_work instead of open-coding it
f4f2a1d491e9 cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
19c7f9329bdb x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hot
05143d90ac90 scsi: ses: Handle enclosure with just a primary component gracefully
aaae6d303150 net: phy: nxp-c45-tja11xx: fix unsigned long multiplication overflow
b1ca14361d49 net: phy: nxp-c45-tja11xx: add remove callback
0359e505bcd7 net: sfp: initialize sfp->i2c_block_size at sfp allocation
a42f565c0e96 riscv: add icache flush for nommu sigreturn trampoline
6eeb1cba4c9d drm/i915: fix race condition UAF in i915_perf_add_config_ioctl
9b344cf6aea0 i915/perf: Replace DRM_DEBUG with driver specific drm_dbg call
6b337a13c144 tracing: Have tracing_snapshot_instance_cond() write errors to the appropriate instance
1403518ed0d9 tracing: Add trace_array_puts() to write into instance
670e54151b7a counter: 104-quad-8: Fix Synapse action reported for Index signals
6e25d374cd95 counter: Internalize sysfs interface code
c4153e662883 counter: stm32-timer-cnt: Provide defines for slave mode selection
4c1010848b12 counter: stm32-lptimer-cnt: Provide defines for clock polarities
189ada57e88c ACPI: resource: Add Medion S17413 to IRQ override quirk
248a18a895e2 wifi: iwlwifi: mvm: fix mvmtxq->stopped handling
0efd9ed92926 asymmetric_keys: log on fatal failures in PE/pkcs7
ae2b44aeade1 verify_pefile: relax wrapper length check
744f80ae0716 drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Book X90F
05a24344296e efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L
0f9d2fc58824 i2c: hisi: Avoid redundant interrupts
d21a46212009 i2c: imx-lpi2c: clean rx/tx buffers upon new message
8451da304b4a wifi: mwifiex: mark OF related data as maybe unused
9aeff275b7f7 power: supply: cros_usbpd: reclassify "default case!" as debug
788f4a3d3987 ARM: 9290/1: uaccess: Fix KASAN false-positives
53967ac8080b libbpf: Fix single-line struct definition output in btf_dump
906a6689bb01 skbuff: Fix a race between coalescing and releasing SKBs
7ccc58a1a756 net: macb: fix a memory corruption in extended buffer descriptor mode
ed2ec39e46fe udp6: fix potential access to stale information
e97ff11b396c RDMA/core: Fix GID entry ref leak when create_ah fails
6109f5b13ce3 sctp: fix a potential overflow in sctp_ifwdtsn_skip
c6a796ee5a63 net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()
9b1ca43bcf3d qlcnic: check pci_reset_function result
ffa4f32952e2 drm/armada: Fix a potential double free in an error handling path
a94f5d35fdbb tcp: restrict net.ipv4.tcp_app_win
a08ec4ed3b6e niu: Fix missing unwind goto in niu_alloc_channels()
e35ae49bc198 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race condition
b41da67451b0 bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp
48e8e7851dc0 RDMA/cma: Allow UD qp_type to join multicast only
1569a4cdb973 IB/mlx5: Add support for 400G_8X lane speed
f6711bc5c016 RDMA/irdma: Add ipv4 check to irdma_find_listener()
c8c7a7aee861 RDMA/irdma: Increase iWARP CM default rexmit count
810250c9c661 RDMA/irdma: Fix memory leak of PBLE objects
aa2607bae45f clk: sprd: set max_register according to mapping range
0004a50c535f drm/i915/dsi: fix DSS CTL register offsets for TGL+
1bb4a52c3caa KVM: arm64: PMU: Restore the guest's EL0 event counting after migration
c7acce3a0eeb mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_min
7233b5baba10 mtd: rawnand: stm32_fmc2: remove unsupported EDO mode
5ded9b750f30 mtd: rawnand: meson: fix bitmask for length in command word
0162836a51bb mtdblock: tolerate corrected bit-flips
ad574345ce26 fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace
a55a95365e08 btrfs: fix fast csum implementation detection
6da03c237d56 btrfs: print checksum type and implementation at mount time
0efb276d5848 Bluetooth: Fix race condition in hidp_session_thread
ac6725a634f7 Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}
d98498ad5695 ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards
c5797c87e74e ALSA: emu10k1: don't create old pass-through playback device on Audigy
f1ef453157b4 ALSA: firewire-tascam: add missing unwind goto in snd_tscm_stream_start_duplex()
7901d787e455 ALSA: i2c/cs8427: fix iec958 mixer control deactivation
d8697aa12ae6 ALSA: hda/sigmatel: add pin overrides for Intel DP45SG motherboard
34a0ada0a8b2 ALSA: emu10k1: fix capture interrupt handler unlinking
55e4eef5545d Revert "pinctrl: amd: Disable and mask interrupts on resume"
(From OE-Core rev: 5339d44b0b0b23f30cb0f8ab395da62e83733c40)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
f17b0ab65d17 Linux 6.1.25
243d9f3a1101 cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods
e33ab28395d3 cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
ff5a4fe2598e cgroup/cpuset: Skip spread flags update on v2
1058e9a130ce nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD
dfae73fafd72 nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN
f4523cd4986f cifs: fix negotiate context parsing
8f09ece19c22 i2c: ocores: generate stop condition after timeout in polling mode
6f5758fd2edf x86/rtc: Remove __init for runtime functions
31c5ad43bdd1 sched/fair: Fix imbalance overflow
98c77adf519d powerpc/papr_scm: Update the NUMA distance table for the target node
9277d0e5889c i2c: mchp-pci1xxxx: Update Timing registers
50eb90da4fa0 ubi: Fix deadlock caused by recursively holding work_sem
3dce44039b62 ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size
aff9099e9c51 mptcp: stricter state check in mptcp_worker
4d433920eb5e mptcp: use mptcp_schedule_work instead of open-coding it
1f93ed9a6841 drm/amd/pm: correct SMU13.0.7 max shader clock reporting
8464a01508f4 drm/amd/pm: correct SMU13.0.7 pstate profiling clock settings
a746ad276b2e cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
f06c9b01540c cgroup/cpuset: Fix partition root's cpuset.cpus update bug
53244494bfcb cgroup: fix display of forceidle time at root
226f6410fd43 x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hot
f8e702c54413 scsi: ses: Handle enclosure with just a primary component gracefully
c918d0bc687c net: phy: nxp-c45-tja11xx: fix unsigned long multiplication overflow
4fb1a978a373 net: phy: nxp-c45-tja11xx: add remove callback
4b3101989e19 net: sfp: initialize sfp->i2c_block_size at sfp allocation
6c8cc40c588f HID: intel-ish-hid: Fix kernel panic during warm reset
5d12b36d72bb riscv: add icache flush for nommu sigreturn trampoline
a2f6ded41bec ksmbd: avoid out of bounds access in decode_preauth_ctxt()
2128f7c00fa5 maple_tree: fix write memory barrier of nodes once dead for RCU mode
f58574f238c3 tracing: Have tracing_snapshot_instance_cond() write errors to the appropriate instance
5620eeb379d1 tracing: Add trace_array_puts() to write into instance
41afd2473dc4 KVM: SVM: Flush Hyper-V TLB when required
d8b1253f223c x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
8eb5ca7f344e KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
38b091c8a3f2 KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h
59ef934fcc52 x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
6e999e45ab1c ACPI: resource: Add Medion S17413 to IRQ override quirk
8c1e247907b9 drm/amdgpu/gfx: set cg flags to enter/exit safe mode
b4efb6af93ca drm/amdgpu: Force signal hw_fences that are embedded in non-sched jobs
df27bcd0cf2b drm/amdgpu: add mes resume when do gfx post soft reset
6c2103d9a88e wifi: iwlwifi: mvm: protect TXQ list manipulation
742ae1a6c65d wifi: iwlwifi: mvm: fix mvmtxq->stopped handling
bb0cf2bd6363 nvme: send Identify with CNS 06h only to I/O controllers
3221808c1c6e asymmetric_keys: log on fatal failures in PE/pkcs7
d29a47b456fd verify_pefile: relax wrapper length check
9d482a09acd3 hwmon: (xgene) Fix ioremap and memremap leak
f2226c840f8d hwmon: (peci/cputemp) Fix miscalculated DTS for SKX
1fe2ed70c054 drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Book X90F
25d36216b160 ACPI: video: Add backlight=native DMI quirk for Acer Aspire 3830TG
cec44fdfbdd6 block: ublk_drv: mark device as LIVE before adding disk
09b1f40a4ea2 efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L
a1cfba541300 i2c: hisi: Avoid redundant interrupts
bd51c04b7e18 i2c: imx-lpi2c: clean rx/tx buffers upon new message
bf7d62cac546 wifi: mwifiex: mark OF related data as maybe unused
3565e0b6bca5 selftests/bpf: Fix progs/find_vma_fail1.c build error.
ac5866fcb6f5 power: supply: axp288_fuel_gauge: Added check for negative values
d71b48d5b181 power: supply: cros_usbpd: reclassify "default case!" as debug
43bba80efd07 power: supply: rk817: Fix unsigned comparison with less than zero
eb365d1f507d ARM: dts: qcom: apq8026-lg-lenok: add missing reserved memory
19fdbc60b6be ARM: 9290/1: uaccess: Fix KASAN false-positives
8a5342878429 libbpf: Fix single-line struct definition output in btf_dump
71850b5af92d skbuff: Fix a race between coalescing and releasing SKBs
9412a9bf5952 net: macb: fix a memory corruption in extended buffer descriptor mode
ecdf42c23f3f udp6: fix potential access to stale information
6985701e628a selftests: openvswitch: adjust datapath NL message declaration
370280c65c28 RDMA/core: Fix GID entry ref leak when create_ah fails
5c9367ac5a22 sctp: fix a potential overflow in sctp_ifwdtsn_skip
bef57c227b52 net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()
3756171b97c3 cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex
eabf778f9b21 net: wwan: iosm: Fix error handling path in ipc_pcie_probe()
f517b5ee826a qlcnic: check pci_reset_function result
09f4dec1f6ac drm/armada: Fix a potential double free in an error handling path
a3f1344a7644 Bluetooth: Set ISO Data Path on broadcast sink
2fcfd51add22 Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockopt
99f1bc32ebcb Bluetooth: Fix printing errors if LE Connection times out
7c90d78301f8 Bluetooth: hci_conn: Fix not cleaning up on LE Connection failure
644b3051b06b net: openvswitch: fix race on port output
d10c951191af iavf: remove active_cvlans and active_svlans bitmaps
aa0f377c9b00 iavf: refactor VLAN filter states
4f6c08c2323b bonding: fix ns validation on backup slaves
9d7765638fd8 tcp: restrict net.ipv4.tcp_app_win
53a22fa7f9c2 niu: Fix missing unwind goto in niu_alloc_channels()
24da5765d1ed KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMs
361b02e68181 KVM: arm64: Initialise hypervisor copies of host symbols unconditionally
8b9c64942ada bpf, arm64: Fixed a BTI error on returning to patched function
c4002b9d5e83 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race condition
b7abd535881a dmaengine: apple-admac: Fix 'current_tx' not getting freed
fdbd0392352c dmaengine: apple-admac: Set src_addr_widths capability
c7bb085947c3 dmaengine: apple-admac: Handle 'global' interrupt flags
37b39345b952 LoongArch, bpf: Fix jit to skip speculation barrier opcode
db9c9086d362 bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp
02eabb635bc6 RDMA/cma: Allow UD qp_type to join multicast only
74f4471ad642 clk: rs9: Fix suspend/resume
132918e08e86 RDMA/erdma: Defer probing if netdevice can not be found
d682c9bc41fa RDMA/erdma: Inline mtt entries into WQE if supported
3570f3cc4aab RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192
9554a6b5e2ec IB/mlx5: Add support for 400G_8X lane speed
6ea322a1ee6a RDMA/irdma: Add ipv4 check to irdma_find_listener()
ad960ae9f56a RDMA/irdma: Increase iWARP CM default rexmit count
ee02fa4a71bd RDMA/irdma: Fix memory leak of PBLE objects
6d61b0cc2ade RDMA/irdma: Do not generate SW completions for NOPs
b8f3162579e1 clk: sprd: set max_register according to mapping range
8d901a336302 drm/i915/dsi: fix DSS CTL register offsets for TGL+
b15df140fe09 fbcon: set_con2fb_map needs to set con2fb_map!
93aa242f598e fbcon: Fix error paths in set_con2fb_map
d6c4dfb62d55 KVM: arm64: PMU: Restore the guest's EL0 event counting after migration
3ad491459d4a mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_min
1029642ce63e mtd: rawnand: stm32_fmc2: remove unsupported EDO mode
4efb01e9e3f4 mtd: rawnand: meson: fix bitmask for length in command word
205c503c8920 mtdblock: tolerate corrected bit-flips
d5392c1c64f9 fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace
874cf0b2c0a8 btrfs: fix fast csum implementation detection
3103c0781257 btrfs: restore the thread_pool= behavior in remount for the end I/O workqueues
8c4b65f6c707 Bluetooth: hci_conn: Fix possible UAF
4290d89ae934 Bluetooth: Free potentially unfreed SCO connection
ba7d93969275 bluetooth: btbcm: Fix logic error in forming the board name.
f6719fd8f409 Bluetooth: Fix race condition in hidp_session_thread
348d446762e7 Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}
71964e93fcb1 ALSA: hda/hdmi: disable KAE for Intel DG2
d5c9d46f1c1d ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards
cd65ce6696b2 ALSA: emu10k1: don't create old pass-through playback device on Audigy
8456a96c6b3b ALSA: firewire-tascam: add missing unwind goto in snd_tscm_stream_start_duplex()
97d70398126d ALSA: hda/realtek: Add quirks for Lenovo Z13/Z16 Gen2
474f951fb2f8 ALSA: hda: patch_realtek: add quirk for Asus N7601ZM
165182b56569 ALSA: i2c/cs8427: fix iec958 mixer control deactivation
721cdcb7a53b ALSA: hda/sigmatel: add pin overrides for Intel DP45SG motherboard
409f3e57fd2b ALSA: emu10k1: fix capture interrupt handler unlinking
779fd2a575cc drm/amd/display: Pass the right info to drm_dp_remove_payload
8b1700d79f9e Revert "pinctrl: amd: Disable and mask interrupts on resume"
(From OE-Core rev: f3a422f02113cda2aa7872e350e468bdb447c8c3)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
4fdad925aa1a Linux 5.15.107
c862d7debe55 bpftool: Print newline before '}' for struct with padding only fields
1585f3fc24b5 ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdown
b97e4100be37 kbuild: fix single directory build
326b80bd2267 mm: take a page reference when removing device exclusive entries
1fc9263ad795 drm/bridge: lt9611: Fix PLL being unable to lock
4bdf1514b426 mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
cbe5f7fed7f7 ring-buffer: Fix race while reader and writer are on the same page
23ed5af5767a drm/nouveau/disp: Support more modes by checking with lower bpc
6f2180c5273a drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path
a184df0de132 mm: vmalloc: avoid warn_alloc noise caused by fatal signal
d88d7a9fcf20 ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots()
33d5d4e67a0e tracing: Free error logs of tracing instances
c74065da695e can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
4fe1d9b6231a can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
0af8fae81d8b fs: drop peer group ids under namespace lock
33a503b7c339 ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()
20c5e10950e9 ftrace: Mark get_lock_parent_ip() __always_inline
a007b7dc19de perf/core: Fix the same task check in perf_event_set_output
8417eb9aaf1e cifs: sanitize paths in cifs_update_super_prepath.
df23c702d11c smb3: lower default deferred close timeout to address perf regression
1d9cad9c5873 smb3: allow deferred close timeout to be configurable
5e5c5f472972 scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param()
ae73c4dd48f2 scsi: qla2xxx: Fix memory leak in qla2x00_probe_one()
c8c17991dab0 iio: adc: ad7791: fix IRQ flags
bc61cce6a658 coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug
97302eb6ca48 coresight: etm4x: Do not access TRCIDR1 for identification
fd23e9bbfccc ALSA: hda/realtek: Add quirk for Clevo X370SNW
f204f38212dc ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN
091b3e31275b dt-bindings: serial: renesas,scif: Fix 4th IRQ for 4-IRQ SCIFs
d540aea451ab nilfs2: fix sysfs interface lifetime
92684e02654c nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
ba3a88b444cd tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_SBK is asserted in lpuart32_tx_empty
ad142624ccc3 tty: serial: sh-sci: Fix Rx on RZ/G2L SCI
1184bd5c5ee4 tty: serial: sh-sci: Fix transmit end interrupt handler
1f49173be32d iio: light: cm32181: Unregister second I2C client if present
77593b4e963c iio: dac: cio-dac: Fix max DAC write value check for 12-bit
73742a446e08 iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chip
7a1e21d26104 iio: adis16480: select CONFIG_CRC32
4d3841fe16c4 USB: serial: option: add Quectel RM500U-CN modem
7151d2af0656 USB: serial: option: add Telit FE990 compositions
e1aa1c1bc51f usb: typec: altmodes/displayport: Fix configure initial pin assignment
9cd66aa2fa04 USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs
f8d59e2a36ac usb: dwc3: pci: add support for the Intel Meteor Lake-S
11453332fa40 usb: cdnsp: Fixes error: uninitialized symbol 'len'
83637720ea20 xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommu
1122474b757a usb: xhci: tegra: fix sleep in atomic call
f5c5934580e7 kbuild: refactor single builds of *.ko
e62d179b9177 gve: Secure enough bytes in the first TX desc for all TCP pkts
40c6802d7dae ethtool: reset #lanes when lanes is omitted
4eada1dabdfb ice: Reset FDIR counter in FDIR init stage
391d28c0e38c ice: fix wrong fallback logic for FDIR
e215928a510c NFSD: callback request does not use correct credential for AUTH_SYS
bbca64f2052e sunrpc: only free unix grouplist after RCU settles
ca7c3b4ae03e net: stmmac: fix up RX flow hash indirection table when setting channels
3a997c0d2341 net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe
0ae8cdf0153c gpio: davinci: Add irq chip flag to skip set wake
1c19a42b2863 platform/x86: think-lmi: Clean up display of current_value on Thinkstation
cccdb30935c8 platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI strings
b9396d991abe platform/x86: think-lmi: Fix memory leak when showing current settings
d65ff2fe877c ipv6: Fix an uninit variable access bug in __ip6_make_skb()
926c8299ac3d net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT
667eb99cf7c1 sctp: check send stream number after wait_for_sndbuf
9692e16b5991 net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit
5d1007e81fb6 net: don't let netpoll invoke NAPI if in xmit context
e150a5c9f44c icmp: guard against too small mtu
a64160124d5a NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL
b9ba5906c420 net: qrtr: Fix a refcount bug in qrtr_recvmsg()
3ef52e4bcfd7 net: qrtr: combine nameservice into main module
30c5a016a37a wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta
32a8dc8d9ebe KVM: s390: pv: fix external interruption loop not always detected
fcd6c7476e43 pwm: sprd: Explicitly set .polarity in .get_state()
a8ab13c73259 pwm: cros-ec: Explicitly set .polarity in .get_state()
c373e49fbb87 Drivers: vmbus: Check for channel allocation before looking up relids
b50cd6789dbb gpio: GPIO_REGMAP: select REGMAP instead of depending on it
0a473f834393 bpf: hash map, avoid deadlock with suitable hash mask
543d66a54dbf serial: exar: Add support for Sealevel 7xxxC serial cards
7773bb08e8b6 serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cards
c73db89da686 iavf/iavf_main: actually log ->src mask when talking about it
b2d29830db30 iavf: return errno code instead of status code
cdf3f5ef1893 platform/x86: int3472/discrete: Ensure the clk/power enable pins are in output mode
7798cd69cfc3 platform/x86: int3472: Split into 2 drivers
5cc70e78bbcc RDMA/irdma: Do not request 2-level PBLEs for CQ alloc
c22ac849aabb NFSD: pass range end to vfs_fsync_range() instead of count
34a14759d90c NFSD: Fix sparse warning
8059e200259e ocfs2: fix memory leak in ocfs2_mount_volume()
b613d8dcdff3 ocfs2: rewrite error handling of ocfs2_fill_super
05abe9c0bf38 ocfs2: ocfs2_mount_volume does cleanup job before return error
(From OE-Core rev: 214643f386a3e4f226acd25903cde14a2c0a7376)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
0102425ac76b Linux 6.1.24
77e41187a387 bpftool: Print newline before '}' for struct with padding only fields
1c87a6f82a4e mm: enable maple tree RCU mode by default.
9b6627bc36aa maple_tree: add RCU lock checking to rcu callback functions
a29025a1b61c maple_tree: add smp_rmb() to dead node detection
d3af5f8a50dd maple_tree: remove extra smp_wmb() from mas_dead_leaves()
cc2f2507f3f0 maple_tree: fix freeing of nodes in rcu mode
5f7c59126498 maple_tree: detect dead nodes in mas_start()
3825e4495bcc maple_tree: refine ma_state init from mas_start()
64cb480523b4 maple_tree: be more cautious about dead nodes
0a0372d1d234 maple_tree: fix mas_prev() and mas_find() state handling
19d8f782e380 maple_tree: fix handle of invalidated state in mas_wr_store_setup()
2c9bc4903b96 maple_tree: reduce user error potential
f41e9e69277b maple_tree: fix potential rcu issue
edc5a4e880fa maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()
0b73b8ac30c3 mm: take a page reference when removing device exclusive entries
726825297dd6 drm/i915: Split icl_color_commit_noarm() from skl_color_commit_noarm()
64244a900ddf drm/i915: Use _MMIO_PIPE() for SKL_BOTTOM_COLOR
0a3e21976517 drm/bridge: lt9611: Fix PLL being unable to lock
1297278ce239 drm/i915/dp_mst: Fix payload removal during output disabling
0c64d72fd3f2 drm/display/dp_mst: Handle old/new payload states in drm_dp_remove_payload()
62de38c8201d drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 reset
73ca74fc7ab6 drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resume
245525543f48 drm/amd/display: Clear MST topology if it fails to resume
414207ff47d1 blk-throttle: Fix that bps of child could exceed bps limited in parent
240bb94f3510 maple_tree: fix a potential concurrency bug in RCU mode
4f5760757fa2 maple_tree: fix get wrong data_end in mtree_lookup_walk()
f042ee354c82 mm/hugetlb: fix uffd wr-protection for CoW optimization path
85cc118ce6f1 mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
3663f5d5bb1f ring-buffer: Fix race while reader and writer are on the same page
240b15027088 drm/i915: fix race condition UAF in i915_perf_add_config_ioctl
4e29fb89f771 drm/i915: Fix context runtime accounting
e53d28a6df0e drm/nouveau/disp: Support more modes by checking with lower bpc
3c260efd82f5 drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path
b4b37727bc78 ublk: read any SQE values upfront
94dd3a274bf5 wifi: mt76: ignore key disable commands
ef6bd8f64ce0 mm: vmalloc: avoid warn_alloc noise caused by fatal signal
0d33aa43516a zsmalloc: document freeable stats
dc48648699c7 tracing/synthetic: Make lastcmd_mutex static
14d34eb9b076 ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots()
c0cf0f55be04 tracing: Free error logs of tracing instances
1ea5f8d1facd tracing/osnoise: Fix notify new tracing_max_latency
162e6e6ff25f tracing/timerlat: Notify new max thread latency
9fe183f659a2 tracing/synthetic: Fix races on freeing last_cmd
101e8e6bbae5 net: stmmac: Add queue reset into stmmac_xdp_open() function
106e64a2e6a5 ACPI: video: Add acpi_backlight=video quirk for Lenovo ThinkPad W530
1c2842a7fdac ACPI: video: Add acpi_backlight=video quirk for Apple iMac14,1 and iMac14,2
9610adf8b2c8 ACPI: video: Make acpi_backlight=video work independent from GPU driver
be12e390c246 ACPI: video: Add auto_detect arg to __acpi_video_get_backlight_type()
b14abd688714 can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infos
f0bfe06c5569 can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
db3f6340a7eb can: isotp: fix race between isotp_sendsmg() and isotp_release()
4c3fb22a6ec6 can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
ddca03d97daa fs: drop peer group ids under namespace lock
3caa69378107 ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()
68973c84ea23 ftrace: Mark get_lock_parent_ip() __always_inline
023036e38923 perf/core: Fix the same task check in perf_event_set_output
a2eb778aacea block: don't set GD_NEED_PART_SCAN if scan partition failed
231a49460ac0 block: ublk: make sure that block size is set correctly
fb9ec305e764 cifs: sanitize paths in cifs_update_super_prepath.
012c045d6128 nvme: fix discard support without oncs
6e06a68fbbfc scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param()
44374911ac63 scsi: qla2xxx: Fix memory leak in qla2x00_probe_one()
ac48787f58d1 io_uring: fix memory leak when removing provided buffers
bd4081fa1cd9 io_uring: fix return value when removing provided buffers
9f03d09b090c iio: adc: ad7791: fix IRQ flags
9c8fb43419a9 blk-mq: directly poll requests
5a62d771e514 counter: 104-quad-8: Fix Synapse action reported for Index signals
6284b686c276 counter: 104-quad-8: Fix race condition between FLAG and CNTR reads
e3d2f71fbf09 coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug
13ec3c238f4b coresight: etm4x: Do not access TRCIDR1 for identification
54df8e39ce25 mm: kfence: fix handling discontiguous page
476699a8a739 mm: kfence: fix PG_slab and memcg_data clearing
dc54e4ea3190 KVM: nVMX: Do not report error code when synthesizing VM-Exit from Real Mode
5f35a72fcc8b KVM: x86: Clear "has_error_code", not "error_code", for RM exception injection
da429cddabe0 x86/ACPI/boot: Use FADT version to check support for online capable
29e8d76446e8 x86/acpi/boot: Correct acpi_is_processor_usable() check
cc53c92b7c96 ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
f66a18f8915c ALSA: hda/realtek: Add quirk for Clevo X370SNW
a8334a0c535d ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr
c1f461ed5d24 ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN
e736180eaf03 serial: 8250: Prevent starting up DMA Rx on THRI interrupt
4230a94cbe37 dt-bindings: serial: renesas,scif: Fix 4th IRQ for 4-IRQ SCIFs
1942ccb7d95f nilfs2: fix sysfs interface lifetime
bae009a2f1b7 nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
b347d5474225 tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_SBK is asserted in lpuart32_tx_empty
0fd57dd7a79d tty: serial: sh-sci: Fix Rx on RZ/G2L SCI
2a6dd54da5de tty: serial: sh-sci: Fix transmit end interrupt handler
85c3acbeef41 iio: light: cm32181: Unregister second I2C client if present
9ba3466e6336 iio: buffer: make sure O_NONBLOCK is respected
1658d973b2f8 iio: buffer: correctly return bytes written in output buffers
59d667d7ae46 iio: dac: cio-dac: Fix max DAC write value check for 12-bit
c723a410a497 iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chip
a09eb53a18f9 iio: adc: qcom-spmi-adc5: Fix the channel name
a876adf4ad6d iio: adis16480: select CONFIG_CRC32
b3ea2426cc22 drivers: iio: adc: ltc2497: fix LSB shift
2fc866050751 USB: serial: option: add Quectel RM500U-CN modem
f91b9490a72c USB: serial: option: add Telit FE990 compositions
9339f4b67417 usb: typec: altmodes/displayport: Fix configure initial pin assignment
f2dc47de2874 USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs
0105bcb9e555 usb: dwc3: pci: add support for the Intel Meteor Lake-S
095eb65bba30 usb: cdnsp: Fixes error: uninitialized symbol 'len'
167c05646f67 xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommu
745dbe21daf7 xhci: Free the command allocated for setting LPM if we return early
130c61c516cd usb: xhci: tegra: fix sleep in atomic call
2a0e0f4773fe PCI/DOE: Fix memory leak with CONFIG_DEBUG_OBJECTS=y
87f2d92fc892 PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=y
5f625160b67f cxl/pci: Handle excessive CDAT length
0d8dc8993a8d cxl/pci: Handle truncated CDAT entries
ff7edd1ac643 cxl/pci: Handle truncated CDAT header
021544721f49 cxl/pci: Fix CDAT retrieval on big endian
435a319e3cc1 net: stmmac: check fwnode for phy device before scanning for phy
70f1913824fd arm64: compat: Work around uninitialized variable warning
332e7f93f112 gve: Secure enough bytes in the first TX desc for all TCP pkts
e3bcf2a77060 netlink: annotate lockless accesses to nlk->max_recvmsg_len
23a4bc3a2cec ethtool: reset #lanes when lanes is omitted
5a08a32e6249 ping: Fix potentail NULL deref for /proc/net/icmp.
b34056bedf04 raw: Fix NULL deref in raw_get_next().
53a0031217c9 raw: use net_hash_mix() in hash function
73b99db789ef ice: Reset FDIR counter in FDIR init stage
aad3b871efe2 ice: fix wrong fallback logic for FDIR
6460fee86abf NFSD: callback request does not use correct credential for AUTH_SYS
94ef35dd2ea1 sunrpc: only free unix grouplist after RCU settles
710392fd6546 net: stmmac: fix up RX flow hash indirection table when setting channels
b29e7b24de18 net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe
c35f0a48fbd0 gpio: davinci: Add irq chip flag to skip set wake
8309ca6f09b2 gpio: davinci: Do not clear the bank intr enable bit in save_context
73e863aa2505 platform/x86: think-lmi: Clean up display of current_value on Thinkstation
081da7b1c881 platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI strings
9071525bfcb1 platform/x86: think-lmi: Fix memory leak when showing current settings
2c9cefc142c1 ipv6: Fix an uninit variable access bug in __ip6_make_skb()
ef5fa4de4cac net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT
d2128636b303 sctp: check send stream number after wait_for_sndbuf
90c29c00b156 net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit
e48e6a4652c5 net: don't let netpoll invoke NAPI if in xmit context
8354db058092 ALSA: hda/hdmi: Preserve the previous PCM device upon re-enablement
0185e87c69af icmp: guard against too small mtu
b623a8e5d38a nfsd: call op_release, even when op_func returns an error
ffcbcf087581 NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL
0d2a6a508b9f wifi: brcmfmac: Fix SDIO suspend/resume regression
0f638a3d1b61 l2tp: generate correct module alias strings
c951c392a9d8 net: stmmac: remove redundant fixup to support fixed-link mode
1aca718e1a84 net: stmmac: check if MAC needs to attach to a PHY
2b15feabc95b net: phylink: add phylink_expects_phy() method
aa95efa187b4 net: qrtr: Fix a refcount bug in qrtr_recvmsg()
022c8320d9eb wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta
c46239e6295c wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()
1d797b152ca3 KVM: s390: pv: fix external interruption loop not always detected
84f940586845 ASoC: codecs: lpass: fix the order or clks turn off during suspend
6f62d2d396f1 pwm: meson: Explicitly set .polarity in .get_state()
c6af1a3ae767 pwm: sprd: Explicitly set .polarity in .get_state()
116a17f97764 pwm: iqs620a: Explicitly set .polarity in .get_state()
8a3a6a0aca8c pwm: cros-ec: Explicitly set .polarity in .get_state()
98ba763cc91c pwm: hibvt: Explicitly set .polarity in .get_state()
547cc8dae247 pwm: Make .get_state() callback return an error code
eafd3967b9e7 ASoC: SOF: ipc4: Ensure DSP is in D0I0 during sof_ipc4_set_get_data()
8c3f0ae5435f Drivers: vmbus: Check for channel allocation before looking up relids
8df93c8da532 gpio: GPIO_REGMAP: select REGMAP instead of depending on it
74347b99d4eb KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU
3d8c8a9ad53e KVM: arm64: PMU: Sanitise PMCR_EL0.LP on first vcpu run
508d71a67708 KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow
eb3df961021b KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
5d70c2e2f973 dm: fix improper splitting for abnormal bios
83ee6b272942 dm: change "unsigned" to "unsigned int"
32bde86816aa dm integrity: Remove bi_sector that's only used by commented debug code
6b1af0115f41 dm cache: Add some documentation to dm-cache-background-tracker.h
(From OE-Core rev: 441db89b1736e25416b84e56211381ef61e02ceb)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
d86dfc4d95cd Linux 5.15.106
06a948b8347c x86/PVH: avoid 32-bit build warning when obtaining VGA console info
3abdf6d71fdb hsr: ratelimit only when errors are printed
fcc09ef87e79 libbpf: Fix btf_dump's packed struct determination
74059587b25d selftests/bpf: Add few corner cases to test padding handling of btf_dump
c74ae8678dfa libbpf: Fix BTF-to-C converter's padding logic
17a61d1e9431 selftests/bpf: Test btf dump for struct with padding only fields
6777291c7b14 zonefs: Fix error message in zonefs_file_dio_append()
71ab5c1d506d KVM: x86: Purge "highest ISR" cache when updating APICv state
61e0863dc8dd KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32
4483dc41d123 KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
a58d4e66712b s390/uaccess: add missing earlyclobber annotations to __clear_user()
1dfccde646aa KVM: arm64: Disable interrupts while walking userspace PTs
25e74e728168 drm/amd/display: Add DSC Support for Synaptics Cascaded MST Hub
3bfedfdbf92b drm/etnaviv: fix reference leak when mmaping imported buffer
fd1f48613e9f rcu: Fix rcu_torture_read ftrace event
9097ba15ea5c xtensa: fix KASAN report for show_stack
8861429f883e ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Z
77ab3e5f9873 ALSA: hda/realtek: Add quirks for some Clevo laptops
f775413ffeff ALSA: usb-audio: Fix regression on detection of Roland VS-100
b39d42ed67d5 ALSA: hda/conexant: Partial revert of a quirk for Lenovo
305a171cf617 NFSv4: Fix hangs when recovering open state after a server reboot
7624973bc15b powerpc: Don't try to copy PPR for task with NULL pt_regs
3a9510113f5b pinctrl: at91-pio4: fix domain name assignment
6c1bc7b50e02 pinctrl: amd: Disable and mask interrupts on resume
45ed4e5149e8 net: phy: dp83869: fix default value for tx-/rx-internal-delay
0f75ef136169 xen/netback: don't do grant copy across page boundary
8a581b71cf68 can: j1939: prevent deadlock by moving j1939_sk_errqueue()
a3373a681d9a zonefs: Always invalidate last cached page on append write
c1310fc7abe6 btrfs: scan device in non-exclusive mode
c976f9233ef9 btrfs: fix race between quota disable and quota assign ioctls
1484852ca152 Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI table
b64305185b76 cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL
0a2e0baf3677 cifs: prevent infinite recursion in CIFSGetDFSRefer()
a5075c097de1 Input: focaltech - use explicitly signed char type
cf43bc826159 Input: alps - fix compatibility with -funsigned-char
16c951f3eba4 iommu/vt-d: Allow zero SAGAW if second-stage not supported
e4fbeaa31362 pinctrl: ocelot: Fix alt mode for ocelot
76f09582a191 net: ethernet: mtk_eth_soc: fix flow block refcounting logic
9caf3cbf1224 net: dsa: mv88e6xxx: Enable IGMP snooping on user ports only
4c6c0e8510a2 bnxt_en: Add missing 200G link speed reporting
c519174366a3 bnxt_en: Fix typo in PCI id to device description string mapping
24722a0e0925 bnxt_en: Fix reporting of test result in ethtool selftest
3e3654bf679f i40e: fix registers dump after run ethtool adapter self test
8d7b0b22ea22 net: ipa: compute DMA pool size properly
81d2a7e93c83 ALSA: ymfpci: Fix BUG_ON in probe function
95642872c466 ALSA: ymfpci: Create card with device-managed snd_devm_card_new()
9cb4f23e4f7a ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()
938eba5b434d ice: add profile conflict check for AVF FDIR
0ea60b230d19 smsc911x: avoid PHY being resumed when interface is not up
41f77a6d9841 net: mvpp2: parser fix PPPoE
ec117d22f143 net: mvpp2: parser fix QinQ
18d6e95fbb08 net: mvpp2: classifier flow fix fragmentation flags
aa45d3dd74e9 loop: LOOP_CONFIGURE: send uevents for partitions
83ee49ab185d loop: suppress uevents while reconfiguring the device
aa2bff25e9bb s390/vfio-ap: fix memory leak in vfio_ap device driver
bf70e0eab64c can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write
959348f7c300 platform/x86/intel/pmc: Alder Lake PCH slp_s0_residency fix
c8e7ff3071bf drm/i915/tc: Fix the ICL PHY ownership check in TC-cold state
61e2e6d444cd net: stmmac: don't reject VLANs when IFF_PROMISC is set
2d5cebf57296 net/net_failover: fix txq exceeding warning
829a0d013c00 regulator: Handle deferred clk
75155f4d8dcd r8169: fix RTL8168H and RTL8107E rx crc error
4597e104a365 net: dsa: microchip: ksz8863_smi: fix bulk access
c0de1a26e659 ptp_qoriq: fix memory leak in probe()
d84796008a89 scsi: mpt3sas: Don't print sense pool info twice
27b1ae000bf1 scsi: megaraid_sas: Fix crash after a double completion
d63a83146d25 sfc: ef10: don't overwrite offload features at NIC reset
7ea88e90dabb SUNRPC: fix shutdown of NFS TCP client socket
34c554376ec9 mtd: rawnand: meson: invalidate cache on polling ECC bit
dae47bf0222e platform/x86: think-lmi: Add possible_values for ThinkStation
e91ffea491af platform/x86: think-lmi: only display possible_values if available
fbfd5f59fa5c platform/x86: think-lmi: use correct possible_values delimiters
2c67f08bdc5f platform/x86: think-lmi: add missing type attribute
cb1baad60e5d ALSA: usb-audio: Fix recursive locking at XRUN during syncing
65b723644294 mips: bmips: BCM6358: disable RAC flush for TP1
e38b0ab9dba3 ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()
5362344e1c2c tracing: Fix wrong return in kprobe_event_gen_test.c
19c71156fa92 tools/power turbostat: fix decoding of HWP_STATUS
f8580c0a3279 tools/power turbostat: Fix /dev/cpu_dma_latency warnings
6494344d7ef7 fbdev: au1200fb: Fix potential divide by zero
f9c5deee4b66 fbdev: lxfb: Fix potential divide by zero
86c8db5d12f4 fbdev: intelfb: Fix potential divide by zero
c22a8d3ae54a fbdev: nvidia: Fix potential divide by zero
9de1325bc2cc sched_getaffinity: don't assume 'cpumask_size()' is fully initialized
f9584dcc5549 fbdev: tgafb: Fix potential divide by zero
d23f65f08247 ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()
cb1bc1223906 ALSA: asihpi: check pao in control_message()
1ec57d1bed38 net: hsr: Don't log netdev_err message on unknown prp dst node
4e90e52616f6 x86/PVH: obtain VGA console info in Dom0
5175ed17a5a8 md: avoid signed overflow in slot_store()
da35a4e6eee5 ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds
0725daaa9a87 xfrm: Zero padding when dumping algos and encap
7258c58f6e25 bus: imx-weim: fix branch condition evaluates to a garbage value
07987422023e ksmbd: don't terminate inactive sessions after a few seconds
0c873ab68fcb kcsan: avoid passing -g for test
b27e663cf1e5 kernel: kcsan: kcsan_test: build without structleak plugin
1450c82a16bb usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC
1536e51c30ad usb: dwc3: gadget: move cmd_endtransfer to extra function
0f7fddb5a9b7 fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY
c957cbb87315 Linux 5.15.105
ec5b78143535 NFSD: fix use-after-free in __nfs42_ssc_open()
a9e53869cb43 ocfs2: fix data corruption after failed write
5229bb42fba2 mm: kfence: fix using kfence_metadata without initialization in show_object()
7a74603c248d sched/fair: Sanitize vruntime of entity being migrated
ab938a0c81eb sched/fair: sanitize vruntime of entity being placed
1ac20290f6b4 dm crypt: avoid accessing uninitialized tasklet
eb485b7404a2 dm crypt: add cond_resched() to dmcrypt_write()
443c9d522397 dm stats: check for and propagate alloc_percpu failure
272dc775a52f i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()
8e69fae32e88 firmware: arm_scmi: Fix device node validation for mailbox transport
02b296978a21 tee: amdtee: fix race condition in amdtee_open_session
9c7ee9471550 riscv: Handle zicsr/zifencei issues between clang and binutils
c10023682096 riscv: mm: Fix incorrect ASID argument when flushing TLB
555ec88c75ad drm/i915: Preserve crtc_state->inherited during state clearing
476b3f03dca8 drm/i915/active: Fix missing debug object activation
ef3c38f33b62 drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi
fdd5b4e37200 drm/meson: fix missing component unbind on bind errors
071a69cde196 drm/bridge: lt8912b: return EPROBE_DEFER if bridge is not found
5bb105cc72be nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()
8ec5e996c2f8 wifi: mac80211: fix qos on mesh interfaces
51a8534c0f35 ksmbd: return unsupported error on smb1 mount
496e186bc005 ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect
604a4a6f8414 ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATION
52e7ac849971 KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask==NULL
6f682b070f46 kfence: avoid passing -g for test
7dd27aed9c45 usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()
27c40c3aa4b0 usb: chipidea: core: fix possible concurrent when switch role
ef74a7ffe77c usb: chipdea: core: fix return -EINVAL if request role is the same with current role
76e8bd0f5544 usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driver
e4df290deb33 usb: cdnsp: Fixes issue with redundant Status Stage
5662d139e6e1 usb: cdns3: Fix issue with using incorrect PCI device function
bb579b3f75c6 usb: typec: tcpm: fix warning when handle discover_identity message
0f84b0b71179 dm thin: fix deadlock when swapping to thin device
66e5577cabc3 igb: revert rtnl_lock() that causes deadlock
a179d3450c0c arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name
ed1869a25286 lockd: set file_lock start and end when decoding nlm4 testargs
0bfadbbcd7a5 fsverity: Remove WQ_UNBOUND from fsverity read workqueue
992a3f3e8a0c fscrypt: destroy keyring after security_sb_delete()
287bb9a918e2 mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP
408dcd7c3883 efi: sysfb_efi: Fix DMI quirks not working for simpledrm
b131989797f7 usb: gadget: u_audio: don't let userspace block driver unbind
cba76e1fb896 usb: dwc2: fix a devres leak in hw_enable upon suspend resume
c83f7ba71d38 scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMR
df0462e4b361 cifs: print session id while listing open files
9a45df4ec39b cifs: empty interface list when server doesn't support query interfaces
169a41073993 act_mirred: use the backlog for nested calls to mirred ingress
5b347652aebd net/sched: act_mirred: better wording on protection against excessive stack growth
f6cf5f13fa5b sh: sanitize the flags on sigreturn
91bcae3df2a4 net: usb: qmi_wwan: add Telit 0x1080 composition
f631af07cfc9 net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990
41b67e621b93 scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file
60643ef5a139 scsi: lpfc: Avoid usage of list iterator variable after loop
67b8343998b8 scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()
d758f543cea2 scsi: ufs: core: Add soft dependency on governor_simpleondemand
0267cd047133 scsi: hisi_sas: Check devm_add_action() return value
83e7b1db4523 scsi: target: iscsi: Fix an error message in iscsi_check_key()
40c216efb327 selftests/bpf: check that modifier resolves after pointer
8bf8d5dade4c m68k: Only force 030 bus error if PC not in exception table
8c1d378b8c22 HID: intel-ish-hid: ipc: Fix potential use-after-free in work function
d143e327c972 ca8210: fix mac_len negative array access
3056af1a2d46 HID: cp2112: Fix driver not registering GPIO IRQ chip as threaded
3e9aac5e935f drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
a4c639012ad0 riscv: Bump COMMAND_LINE_SIZE value to 1024
c2cf47dc0822 ACPI: x86: utils: Add Cezanne to the list for forcing StorageD3Enable
8dc1c6efd7d2 thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bit
a74a2e124c48 thunderbolt: Use const qualifier for `ring_interrupt_index`
752007df40ca thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access
8f7525a8b98c thunderbolt: Disable interrupt auto clear for rings
56cba129dd11 thunderbolt: Call tb_check_quirks() after initializing adapters
d50a527b4815 thunderbolt: Use scale field when allocating USB3 bandwidth
7ab026561cb0 uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2
d6f7377528d2 scsi: qla2xxx: Perform lockless command completion in abort path
6295b3ec64a3 scsi: qla2xxx: Synchronize the IOCB count to be in order
f1e2ab24c4ea hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCs
5662f50cd9e9 hwmon: fix potential sensor registration fail if of_node is missing
8f6b943f9fc9 entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up
eb57d0dcd5da entry: Snapshot thread flags
d9c53eb46217 thread_info: Add helpers to snapshot thread flags
ebea2e16504f platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl
8efae2112d91 Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work
c35fd1b9b90a Bluetooth: L2CAP: Fix responding with wrong PDU type
b203ee4be2f1 Bluetooth: btqcomsmd: Fix command timeout after setting BD address
771d3c1c949b net: mdio: thunder: Add missing fwnode_handle_put()
b433fbf17603 net: dsa: mt7530: move setting ssc_delta to PHY_INTERFACE_MODE_TRGMII case
01c727402ddc net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup()
5163bb8e4c6b net: dsa: mt7530: move enabling disabling core clock to mt7530_pll_setup()
a76d35f3448c gve: Cache link_speed value from device
c33344b79722 ksmbd: fix possible refcount leak in smb2_open()
96039c44ae47 ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES
d897216325d7 ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA
7a83bb6d56a5 hvc/xen: prevent concurrent accesses to the shared ring
29e80d7964cf nvme-tcp: fix nvme_tcp_term_pdu to match spec
c7037dea19f0 net/sonic: use dma_mapping_error() for error check
b41f37dbd9cd erspan: do not use skb_mac_header() in ndo_start_xmit()
4a8286baf22e atm: idt77252: fix kmemleak when rmmod idt77252
48f52431af99 net: dsa: tag_brcm: legacy: fix daisy-chained switches
388188fb58be net/mlx5: E-Switch, Fix an Oops in error handling code
6068a6db3a96 net/mlx5: Read the TC mapping of all priorities on ETS query
4df1f2d36bdc net/mlx5: Fix steering rules cleanup
2b0f1716c107 net/mlx5e: Set uplink rep as NETNS_LOCAL
54869daa6a43 bpf: Adjust insufficient default bpf_jit_limit
9b2e9105230f i40e: fix flow director packet filter programming
7a29799fc141 iavf: fix hang on reboot with ice
ce19c70f308f keys: Do not cache key in task struct if key is requested from kernel thread
0cb68c307e72 bootconfig: Fix testcase to increase max node
90874b76e5f8 octeontx2-vf: Add missing free for alloc_percpu
77d2f5ff9365 net/ps3_gelic_net: Use dma_mapping_error
cc8531d0e223 net/ps3_gelic_net: Fix RX sk_buff length
8c4a180dc123 net: qcom/emac: Fix use after free bug in emac_remove due to race condition
e686b78a003a drm/i915/gt: perform uc late init after probe error injection
cbb8bac2388a net: mdio: fix owner field for mdio buses registered using ACPI
b94af62cdd50 net: mdio: fix owner field for mdio buses registered using device-tree
0bdf593390e7 net: phy: Ensure state transitions are processed from phy_stop()
4ab9e85a5ce0 xirc2ps_cs: Fix use after free bug in xirc2ps_detach
e42d3bde4ec0 qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info
ba6c40227108 net: usb: smsc95xx: Limit packet length to skb->len
9bbb3d3f218f net: dsa: b53: mmap: fix device tree support
9311e7a554df scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate()
257738627a9b i2c: hisi: Only use the completion interrupt to finish the transfer
c0deddabb278 i2c: imx-lpi2c: check only for enabled interrupt flags
b82b0a0eea27 igc: fix the validation logic for taprio's gate list
68ebdcba619a igbvf: Regard vf reset nack as success
9630432b427f intel/igbvf: free irq on the error path in igbvf_request_msix()
2afe7aebf642 iavf: fix non-tunneled IPv6 UDP packet type and hashing
078e049c49a6 iavf: fix inverted Rx hash condition leading to disabled hash
3cfc3564411a xsk: Add missing overflow check in xdp_umem_reg
1d59b8fae0c3 arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes
98c9bca167e6 ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl
ed5f3c0b95bd ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl
0fdb1cc4fe52 power: supply: da9150: Fix use after free bug in da9150_charger_remove due to race condition
4ca3fd39c72e power: supply: bq24190: Fix use after free bug in bq24190_remove due to race condition
10ce6db6253d power: supply: bq24190_charger: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
0b54d75aa43a net: tls: fix possible race condition between do_tls_getsockopt_conf() and do_tls_setsockopt_conf()
2ebe231abaf1 trace/hwlat: Do not start per-cpu thread if it is already running
7743dd873f2a trace/hwlat: make use of the helper function kthread_run_on_cpu()
909c5eb6ed76 kthread: add the helper function kthread_run_on_cpu()
09b51f10bc1f serial: 8250: ASPEED_VUART: select REGMAP instead of depending on it
cfb64de61f07 serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEED
90530e7214c8 tty: serial: fsl_lpuart: fix race on RX DMA shutdown
b7d0fbe4976d tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* API
90a77bca4240 serial: fsl_lpuart: Fix comment typo
bde1ae240751 tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptr
5255e6d49ff9 perf: fix perf_event_context->time
ac5f88642cb2 perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output
d2430d45f1a0 interconnect: qcom: osm-l3: fix icc_onecell_data allocation
115472395b0a Linux 5.15.104
de3ef7ba684a perf: Fix check before add_event_to_groups() in perf_group_detach()
02904e8a2f65 HID: uhid: Over-ride the default maximum data buffer value with our own
3df32812eb4b HID: core: Provide new max_buffer_size attribute to over-ride the default
ffe2318405e6 PCI/DPC: Await readiness of secondary bus after reset
09795f82aecc PCI: Unify delay handling for reset and resume
f4ba55411cc8 io_uring: avoid null-ptr-deref in io_arm_poll_handler
6ab7d3361755 drm/i915/active: Fix misuse of non-idle barriers as fence trackers
71dffdd4764c drm/i915: Don't use stolen memory for ring buffers with LLC
86db319d25db x86/resctrl: Clear staged_config[] before and after it is used
0186f7656940 x86/mm: Fix use of uninitialized buffer in sme_enable()
09d3a46c8c02 x86/mce: Make sure logged MCEs are processed after sysfs update
8575c98224b2 cpuidle: psci: Iterate backwards over list in psci_pd_remove()
b3d042638049 net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bit
f3de49782612 trace/hwlat: Do not wipe the contents of per-cpu thread data
cb72b4bd81b9 fbdev: stifb: Provide valid pixelclock and add fb_check_var() checks
e9cdd3f722b6 mmc: sdhci_am654: lower power-on failed message severity
b02de083c7c7 mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropage
87b9ac7bd301 ice: avoid bonding causing auxiliary plug/unplug under RTNL lock
520e134431ac nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000
2a0d71fabfeb ftrace: Fix invalid address access in lookup_rec() when index is 0
ad7f9c6982b1 mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()
f4afee17de43 mptcp: avoid setting TCP_CLOSE state twice
64473c18d27a mptcp: add ro_after_init for tcp{,v6}_prot_override
c1df4bed3d91 mptcp: fix possible deadlock in subflow_error_report
ccf44ffbbf25 drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume
64ef8aa3910b drm/sun4i: fix missing component unbind on bind errors
5cfb617967b0 drm/shmem-helper: Remove another errant put in error path
d1d826954475 riscv: asid: Fixup stale TLB entry cause application crash
aeefcfc57978 Revert "riscv: mm: notify remote harts about mmu cache updates"
882cbe0c5d6a ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro
36d75e1f7357 ALSA: hda: intel-dsp-config: add MTL PCI id
9c2f09add608 KVM: nVMX: add missing consistency checks for CR0 and CR4
77fcc52d2919 cifs: Fix smb2_set_path_size()
9b9a118cc428 tracing: Make tracepoint lockdep check actually test something
2846bf67cd24 tracing: Check field value in hist_field_name()
2dd00dbc6a5a tracing: Make splice_read available again
fd4738ae1a0c interconnect: exynos: fix node leak in probe PM QoS error path
2e0b13a18272 interconnect: fix mem leak when freeing nodes
62b74cf8bcee s390/ipl: add missing intersection check to ipl_report handling
86afb633beaa firmware: xilinx: don't make a sleepable memory allocation from an atomic context
250a11f9c43b serial: 8250_fsl: fix handle_irq locking
4c23bf093449 serial: 8250_em: Fix UART port type
53a5ab3a8991 tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL_SBK is asserted
1c93c42c7bb2 ext4: fix possible double unlock when moving a directory
bec1bea2fa97 drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes
f9252605b8f3 sh: intc: Avoid spurious sizeof-pointer-div warning
0fc608a115ce net/9p: fix bug in client create for .L
2fece63b55c5 drm/amdkfd: Fix an illegal memory access
1aec41c98cce ext4: fix task hung in ext4_xattr_delete_inode
499fef2030fb ext4: update s_journal_inum if it changes after journal replay
088da6b80539 ext4: fail ext4_iget if special inode unallocated
eccd017165db jffs2: correct logic when creating a hole in jffs2_write_begin
4392e87c47e8 mmc: atmel-mci: fix race between stop command and start of next command
0c511f926b00 media: m5mols: fix off-by-one loop termination error
233058efee02 hwmon: (ltc2992) Set `can_sleep` flag for GPIO chip
b576de01da80 hwmon: (adm1266) Set `can_sleep` flag for GPIO chip
c80b2acdb049 kconfig: Update config changed flag before calling callback
52f64c5fc0d6 hwmon: tmp512: drop of_match_ptr for ID table
3f3576e25bfe hwmon: (ucd90320) Add minimum delay between bus accesses
9cc4aa40b58c hwmon: (ina3221) return prober error code
7091951c2ca9 hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condition
a8e42dbfc493 hwmon: (adt7475) Fix masking of hysteresis registers
d1f4eda1ae85 hwmon: (adt7475) Display smoothing attributes in correct order
93c8cbeb1b2b bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails
d424c7b1c478 bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change
8a1ce024f1f6 ethernet: sun: add check for the mdesc_grab()
030393041f8c qed/qed_mng_tlv: correctly zero out ->min instead of ->hour
a7836253349e selftests: net: devlink_port_split.py: skip test if no suitable device available
3cfdefdaaa4b net/iucv: Fix size of interrupt data
7bf0eac3fdd2 net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pull
c99779740100 ipv4: Fix incorrect table ID in IOCTL path
340dd8f1942a sh_eth: avoid PHY being resumed when interface is not up
d5236286398d ravb: avoid PHY being resumed when interface is not up
7059be754873 net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290
b89a453c6918 ice: xsk: disable txq irq before flushing hw
d1bfd4cf6bb8 block: sunvdc: add check for mdesc_grab() returning NULL
f1d5888a5efe nvmet: avoid potential UAF in nvmet_req_complete()
07eac3310e00 nvme: fix handling single range discard request
fff9441da1c3 block: null_blk: Fix handling of fake timeout request
6d3ff07347d3 drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdoc
105db6574281 net: usb: smsc75xx: Limit packet length to skb->len
b615238e5bc0 net/smc: fix deadlock triggered by cancel_delayed_work_syn()
84dd9cc34014 nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition
edc0a34e277b net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status fails
e0a557fc1daf net: tunnels: annotate lockless accesses to dev->needed_headroom
407badf73ec9 loop: Fix use-after-free issues
a0316de981ce net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is used
f48468b27c0b net: dsa: mt7530: remove now incorrect comment regarding port 5
6ffa05700100 qed/qed_dev: guard against a possible division by zero
b108bd9e6be0 net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()
d59d2561da73 drm/i915/psr: Use calculated io and fast wake lines
297ae18bd2cd drm/i915/display: clean up comments
21d679cb983e drm/i915/display/psr: Handle plane and pipe restrictions at every page flip
8c80b12e697f drm/i915/display/psr: Use drm damage helpers to calculate plane damaged area
eea001d88ffd drm/i915/display: Workaround cursor left overs with PSR2 selective fetch enabled
437bb839e36c PCI: s390: Fix use-after-free of PCI resources with per-function hotplug
ee6ef8137789 vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_ready
1cdbaf18a5e4 vdpa_sim: not reset state in vdpasim_queue_ready
4ff826952665 i40e: Fix kernel crash during reboot when adapter is in recovery mode
ecaa1bf50635 ipvlan: Make skb->skb_iif track skb->dev for l3s mode
2bee84369b76 nfc: pn533: initialize struct pn533_out_arg properly
ad07290d63ff tcp: tcp_make_synack() can be called from process context
2a764d55e938 scsi: core: Fix a procfs host directory removal regression
a219cabadaee netfilter: nft_redir: correct value of inet type `.maxattrs`
de03d130176b netfilter: nft_redir: correct length for loading protocol registers
d2a2ad64b9b6 netfilter: nft_masq: correct length for loading protocol registers
343fe451e6d3 netfilter: nft_nat: correct length for loading protocol registers
256bcf626b7c ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU()
9937f784a608 scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()
29cb0f6c1dd8 docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate
a5a1a7112e98 clk: HI655X: select REGMAP instead of depending on it
0f78e36f652a drm/meson: fix 1px pink line on GXM when scaling video overlay
630f8a857578 cifs: Move the in_send statistic to __smb_send_rqst()
418bde7227dd drm/panfrost: Don't sync rpm suspension after mmu flushing
b9cd2f875525 xfrm: Allow transport-mode states with AF_UNSPEC selector
(From OE-Core rev: d04122e76e21654caef2ec42ab5612bc9883d5f7)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
543aff194ab6 Linux 6.1.23
9c5aa3c8619f Revert "cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*"
cafb47f5f59b x86/PVH: avoid 32-bit build warning when obtaining VGA console info
9f291f2348ed hsr: ratelimit only when errors are printed
d0386bd84e6d drm/amdkfd: Get prange->offset after svm_range_vram_node_new
fbfe493874e9 usb: ucsi: Fix ucsi->connector race
e5c5cb47a9eb libbpf: Fix btf_dump's packed struct determination
6c8afd54f8e9 selftests/bpf: Add few corner cases to test padding handling of btf_dump
524617e553bc libbpf: Fix BTF-to-C converter's padding logic
2e35b08b66b0 selftests/bpf: Test btf dump for struct with padding only fields
0f9e728e1a6c net: dsa: mv88e6xxx: replace VTU violation prints with trace points
be831b5c6963 net: dsa: mv88e6xxx: replace ATU violation prints with trace points
8f872c781f64 net: dsa: mv88e6xxx: read FID when handling ATU violations
e4ca4572de06 KVM: arm64: Disable interrupts while walking userspace PTs
051e660c8185 KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the current value
fcf712b4e5d0 drm/i915: Move CSC load back into .color_commit_arm() when PSR is enabled on skl/glk
0fc6fea41c71 drm/i915: Disable DC states for all commits
c781c107731f drm/i915/dpt: Treat the DPT BO as a framebuffer
21ee19974b19 drm/i915/gem: Flush lmem contents after construction
fd71f4c9e3fa drm/amd/display: Take FEC Overhead into Timeslot Calculation
41abe8828c83 drm/amd/display: Add DSC Support for Synaptics Cascaded MST Hub
febacc33298f drm/amdgpu: allow more APUs to do mode2 reset when go to S4
f931ca46773a drm/etnaviv: fix reference leak when mmaping imported buffer
3f878da42862 s390: reintroduce expoline dependence to scripts
a028d92967bb s390/uaccess: add missing earlyclobber annotations to __clear_user()
bc2f8b56217b dt-bindings: mtd: jedec,spi-nor: Document CPOL/CPHA support
69bec5ac6ea0 rcu: Fix rcu_torture_read ftrace event
75289cdbe125 xtensa: fix KASAN report for show_stack
3a0e34af6bff ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Z
036d5ae0a7cf ALSA: hda/realtek: Add quirks for some Clevo laptops
3e120e920016 ALSA: usb-audio: Fix regression on detection of Roland VS-100
0c60b9c0b774 ALSA: hda/conexant: Partial revert of a quirk for Lenovo
f6bcbd556978 NFSv4: Fix hangs when recovering open state after a server reboot
3f5ded246953 powerpc/64s: Fix __pte_needs_flush() false positive warning
0bb88976bdd2 powerpc/pseries/vas: Ignore VAS update for DLPAR if copy/paste is not enabled
064a1c7b0f84 powerpc: Don't try to copy PPR for task with NULL pt_regs
44917e8c38d8 platform/x86: ideapad-laptop: Stop sending KEY_TOUCHPAD_TOGGLE
61c1f420bb01 pinctrl: at91-pio4: fix domain name assignment
d9c63daa576b pinctrl: amd: Disable and mask interrupts on resume
0e7ac17634d2 modpost: Fix processing of CRCs on 32-bit build machines
2269be495142 net: phy: dp83869: fix default value for tx-/rx-internal-delay
cdfac0a50641 xen/netback: don't do grant copy across page boundary
ace6aa2ab5ba can: j1939: prevent deadlock by moving j1939_sk_errqueue()
8b7c731e5444 dm: fix __send_duplicate_bios() to always allow for splitting IO
d7c67be755cc zonefs: Always invalidate last cached page on append write
4d35d375efed vmxnet3: use gro callback when UPT is enabled
d67b3cdacac9 io_uring: fix poll/netmsg alloc caches
ef329fa764c3 io_uring/rsrc: fix rogue rsrc node grabbing
3eb2138d4693 io_uring/poll: clear single/double poll flags on poll arming
e5da11825ef7 block/io_uring: pass in issue_flags for uring_cmd task_work handling
4a8f1f512266 zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user space
8a6539ea362e btrfs: scan device in non-exclusive mode
a38ff2024805 btrfs: fix race between quota disable and quota assign ioctls
6134a4bb6b1c btrfs: fix deadlock when aborting transaction during relocation with scrub
85ec44199b5a Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI table
89c4b695431d Input: i8042 - add quirk for Fujitsu Lifebook A574/H
b7d854c33ab4 cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL
eb94ea52afff cifs: prevent infinite recursion in CIFSGetDFSRefer()
f8bdc959cefe Input: focaltech - use explicitly signed char type
5ee6df525715 Input: alps - fix compatibility with -funsigned-char
30a8863f21ec Input: i8042 - add TUXEDO devices to i8042 quirk tables for partial fix
973043d6bdea iommu/vt-d: Allow zero SAGAW if second-stage not supported
db0ac14908af Input: xpad - fix incorrectly applied patch for MAP_PROFILE_BUTTON
2a858f3f804c pinctrl: ocelot: Fix alt mode for ocelot
106fb49b14af net: ethernet: mtk_eth_soc: add missing ppe cache flush when deleting a flow
a7bd974edf12 net: ethernet: mtk_eth_soc: fix flow block refcounting logic
1b0e8aba4510 net: dsa: mv88e6xxx: Enable IGMP snooping on user ports only
b055e322907e bnxt_en: Add missing 200G link speed reporting
f06ae13e995a bnxt_en: Fix typo in PCI id to device description string mapping
a4dd9f756973 bnxt_en: Fix reporting of test result in ethtool selftest
37f9fe34482e i40e: fix registers dump after run ethtool adapter self test
6e43dc9dcf22 net: ipa: compute DMA pool size properly
32b9bd7cfc2e ALSA: ymfpci: Fix BUG_ON in probe function
db7d7782677f ALSA: ymfpci: Create card with device-managed snd_devm_card_new()
9bc9e4442fe3 ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()
d10900058fa6 ice: add profile conflict check for AVF FDIR
088573884165 ice: Fix ice_cfg_rdma_fltr() to only update relevant fields
0b9541ae1dd1 smsc911x: avoid PHY being resumed when interface is not up
a921dbbc04e3 net: mvpp2: parser fix PPPoE
2a4f74420538 net: mvpp2: parser fix QinQ
5718b58ca0ec net: mvpp2: classifier flow fix fragmentation flags
bee9ca40b839 loop: LOOP_CONFIGURE: send uevents for partitions
b7707176f858 ACPI: bus: Rework system-level device notification handling
6a40fda14b4b s390/vfio-ap: fix memory leak in vfio_ap device driver
c11dbc7705b3 can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write
7ffdf7e6fc92 platform/x86/intel/pmc: Alder Lake PCH slp_s0_residency fix
75084659969f drm/i915/tc: Fix the ICL PHY ownership check in TC-cold state
ce1b88dd4013 net: stmmac: don't reject VLANs when IFF_PROMISC is set
c942f5cd63b7 net/net_failover: fix txq exceeding warning
f70328a0bfb2 regulator: Handle deferred clk
1b808f5d8449 r8169: fix RTL8168H and RTL8107E rx crc error
4ffa3fec1c34 net: dsa: microchip: ksz8: fix MDB configuration with non-zero VID
adfe55665203 net: dsa: microchip: ksz8863_smi: fix bulk access
8d86ea65e0f1 net: dsa: microchip: ksz8: ksz8_fdb_dump: avoid extracting ghost entry from empty dynamic MAC table.
628f76b8ae7b net: dsa: microchip: ksz8: fix offset for the timestamp filed
91840597869d net: dsa: microchip: ksz8: fix ksz8_fdb_dump() to extract all 1024 entries
9524c2ea47cc net: dsa: microchip: ksz8: fix ksz8_fdb_dump()
43b4331ce0cd ptp_qoriq: fix memory leak in probe()
cc0f9bb99735 net: dsa: realtek: fix out-of-bounds access
089e6318e1de scsi: mpt3sas: Don't print sense pool info twice
9526222c1a11 scsi: megaraid_sas: Fix crash after a double completion
1da26860a348 sfc: ef10: don't overwrite offload features at NIC reset
c5a159d5e559 SUNRPC: fix shutdown of NFS TCP client socket
43b70c9c4c90 mtd: rawnand: meson: invalidate cache on polling ECC bit
53dc0b69fbac platform/surface: aggregator: Add missing fwnode_handle_put()
f0a67ad7dce4 platform/x86: think-lmi: Add possible_values for ThinkStation
5b2e50d837f2 platform/x86: think-lmi: only display possible_values if available
3991efd0c1aa platform/x86: think-lmi: use correct possible_values delimiters
6c69f1ab7bdc platform/x86: think-lmi: add missing type attribute
ba85e83f9330 PCI: dwc: Fix PORT_LINK_CONTROL update when CDM check enabled
e39afd6095a5 ALSA: usb-audio: Fix recursive locking at XRUN during syncing
2cdbcff99f15 mips: bmips: BCM6358: disable RAC flush for TP1
a07cf4fd610e riscv/kvm: Fix VM hang in case of timer delta being zero.
60b2027077ea ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()
8b46440d1a63 mtd: nand: mxic-ecc: Fix mxic_ecc_data_xfer_wait_for_completion() when irq is used
c84d28b32236 mtd: rawnand: meson: initialize struct with zeroes
f5527b3b4d3d btrfs: use temporary variable for space_info in btrfs_update_block_group
bd265f2061aa btrfs: fix uninitialized variable warning in btrfs_update_block_group
089d656992c0 tracing: Fix wrong return in kprobe_event_gen_test.c
88cdf1d8a522 tools/power turbostat: fix decoding of HWP_STATUS
6ecdea91ef95 tools/power turbostat: Fix /dev/cpu_dma_latency warnings
2a3562ea9d72 fbdev: au1200fb: Fix potential divide by zero
9f2a69d5e677 fbdev: lxfb: Fix potential divide by zero
8ab9eada22d9 fbdev: intelfb: Fix potential divide by zero
c8d88107971e fbdev: nvidia: Fix potential divide by zero
35a32a50dc8f net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisites
b969838c9554 drm/amdkfd: Fixed kfd_process cleanup on module exit.
e437554b1452 nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620
c8943cf3ab9b sched_getaffinity: don't assume 'cpumask_size()' is fully initialized
2961b331b074 ACPI: tools: pfrut: Check if the input of level and type is in the right numeric range
b8b7d5eac5ee fbdev: tgafb: Fix potential divide by zero
32854bc91ae7 ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()
69280e8e669c ALSA: asihpi: check pao in control_message()
8b4dc07eb938 net: hsr: Don't log netdev_err message on unknown prp dst node
5045360f3bb6 drm/amdkfd: fix potential kgd_mem UAFs
b861f0e62ae1 drm/amdkfd: fix a potential double free in pqm_create_queue
b61b21bcbb8a drm/amdkfd: Fix BO offset for multi-VMA page migration
3e48f7b53de4 x86/PVH: obtain VGA console info in Dom0
df0833da4bfa md: avoid signed overflow in slot_store()
50f6507aadf8 ASoC: SOF: IPC4: update gain ipc msg definition to align with fw
6d0ab3efb282 ASoC: SOF: Intel: pci-tng: revert invalid bar size setting
6290404aa142 ASoC: SOF: ipc4-topology: Fix incorrect sample rate print unit
a56be07a8c0c ASoC: SOF: ipc3: Check for upper size limit for the received message
ab7a700fec40 ACPI: video: Add backlight=native DMI quirk for Dell Vostro 15 3535
78b342f0cda7 zstd: Fix definition of assert()
6beb32105eea ASoC: Intel: avs: nau8825: Adjust clock control
30878a7eec00 ASoC: Intel: avs: ssm4567: Remove nau8825 bits
ea7950db7650 ASoC: Intel: avs: da7219: Explicitly define codec format
d0652061c3b8 ASoC: Intel: avs: max98357a: Explicitly define codec format
57f9a9a232bd ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds
5218af4ad5d8 xfrm: Zero padding when dumping algos and encap
2b4830eefc41 cifs: fix missing unload_nls() in smb2_reconnect()
e0169d62efce arm64: efi: Set NX compat flag in PE/COFF header
ec6cd79c4e54 net: mscc: ocelot: fix stats region batching
39cd75f2f3a4 tracing: Do not let histogram values have some modifiers
8ebeea1052f6 tracing: Add .graph suffix option to histogram value
93454d1a306e tracing: Add .percent suffix option to histogram values
954fc9931f0a tty: serial: fsl_lpuart: fix race on RX DMA shutdown
3a4d6f959caa tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* API
33123ad902f3 drm/msm/disp/dpu: fix sc7280_pp base offset
3f7c4839fc04 drm/msm/dpu: correct sm8250 and sm8350 scaler
30fff49ea686 drm/msm/dpu: Refactor sc7280_pp location
942100ec928c ARM: dts: aspeed: p10bmc: Update battery node name
84cfcf240f4a riscv: ftrace: Fixup panic by disabling preemption
a35f863210e8 net: ethernet: ti: am65-cpsw/cpts: Fix CPTS release action
64621e4607f4 btrfs: zoned: count fresh BG region as zone unusable
ea34b8bcc7ae btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKING
bae092f58759 kcsan: avoid passing -g for test
01f3150cc7a7 kernel: kcsan: kcsan_test: build without structleak plugin
0b0e1551ba9a fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY
fc426026c3a3 zonefs: Fix error message in zonefs_file_dio_append()
81cf745f1105 zonefs: Separate zone information from inode information
7558b249cb4e zonefs: Reduce struct zonefs_inode_info size
3741898b1694 zonefs: Simplify IO error handling
a624b4796f38 zonefs: Reorganize code
9dad2690b126 cifs: avoid race conditions with parallel reconnects
a5698f3ebb78 cifs: prevent data race in cifs_reconnect_tcon()
f60cdd319b2c cifs: update ip_addr for ses only for primary chan setup
eddee1c229c2 thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routers
3b29299e5f60 Linux 6.1.22
8c31b663edc1 drm/amdkfd: Fix the memory overrun
132f1d394391 drm/amdkfd: add GC 11.0.4 KFD support
0ac954ec7f6c drm/amdkfd: Fix the warning of array-index-out-of-bounds
a5528973c676 drm/amdkfd: introduce dummy cache info for property asic
388c4c1d1212 sched/fair: Sanitize vruntime of entity being migrated
e427be68892e sched/fair: sanitize vruntime of entity being placed
b9d6816713b0 dm crypt: avoid accessing uninitialized tasklet
f0eb61b493db dm crypt: add cond_resched() to dmcrypt_write()
a42180dd3615 dm stats: check for and propagate alloc_percpu failure
7c64e839585e i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()
d22bc65a98ff bus: imx-weim: fix branch condition evaluates to a garbage value
286b0cab31ba mm/ksm: fix race with VMA iteration and mm_struct teardown
318b65386756 soc: qcom: llcc: Fix slice configuration values for SC8280XP
83f40feee690 arm64: dts: qcom: sm8150: Fix the iommu mask used for PCIe controllers
267b899375bf arm64: dts: qcom: sc7280: Mark PCIe controller as cache coherent
0156ad2a60fe firmware: arm_scmi: Fix device node validation for mailbox transport
a63cce9393e4 tee: amdtee: fix race condition in amdtee_open_session
8a09fa7be62f riscv: Handle zicsr/zifencei issues between clang and binutils
aa8a49b61007 riscv: mm: Fix incorrect ASID argument when flushing TLB
75e10d7fb979 drm/amdgpu: reposition the gpu reset checking for reuse
9f7e1dd835ec drm/amdgpu: skip ASIC reset for APUs when go to S4
220da3bf1fc3 drm/i915: Preserve crtc_state->inherited during state clearing
c355945957ef drm/i915/active: Fix missing debug object activation
ed6364fb7c40 drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi
19b4396f0a39 drm/meson: fix missing component unbind on bind errors
c590fce42c21 drm/amd/display: fix wrong index used in dccg32_set_dpstreamclk
dec28169efd8 drm/bridge: lt8912b: return EPROBE_DEFER if bridge is not found
5f33b042f74f nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()
c5d24e07e316 wifi: mac80211: fix qos on mesh interfaces
0b3ec5671ac0 ksmbd: return unsupported error on smb1 mount
3060466e38ca ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect
fe9591a5a004 ksmbd: don't terminate inactive sessions after a few seconds
d55c0560893c ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATION
e54752f596a7 ksmbd: fix wrong signingkey creation when encryption is AES256
0608b3da04f5 maple_tree: fix mas_skip_node() end slot detection
94f6b92bad23 test_maple_tree: add more testing for mas_empty_area()
450317033f04 Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"
7b100a45dc19 io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()
87f2d329f4cb io_uring/net: avoid sending -ECONNABORTED on repeated connection requests
1c00030a59a9 kfence: avoid passing -g for test
f2a4304e9ff5 mm: kfence: fix using kfence_metadata without initialization in show_object()
1e8525f37871 usb: ucsi_acpi: Increase the command completion timeout
1c5abcb13491 usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()
2d0558c29122 usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC
4c1a06454f00 usb: chipidea: core: fix possible concurrent when switch role
4e3498143863 usb: chipdea: core: fix return -EINVAL if request role is the same with current role
bfcd692c833e usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driver
4e6e31e0a6ee usb: cdnsp: Fixes issue with redundant Status Stage
0cc5fbfaacaa usb: cdns3: Fix issue with using incorrect PCI device function
d55ca2d2ea1a usb: typec: tcpm: fix warning when handle discover_identity message
657431b040b8 usb: typec: tcpm: fix create duplicate source-capabilities file
0131f901835b dm thin: fix deadlock when swapping to thin device
62a646457499 igb: revert rtnl_lock() that causes deadlock
f8b34ed7cdac arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name
41a68444e562 lockd: set file_lock start and end when decoding nlm4 testargs
260becc3891a fsverity: Remove WQ_UNBOUND from fsverity read workqueue
d77531fac6a1 fscrypt: destroy keyring after security_sb_delete()
f311869d72f7 mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP
a6766e457d4c efi: sysfb_efi: Fix DMI quirks not working for simpledrm
608901a77c94 Bluetooth: Fix race condition in hci_cmd_sync_clear
00331677c084 btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profile
3bc7324e4911 usb: gadget: u_audio: don't let userspace block driver unbind
ffb8ab6f87bd usb: dwc2: fix a devres leak in hw_enable upon suspend resume
cd1340202266 usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"
ac49318c8adf usb: misc: onboard-hub: add support for Microchip USB2517 USB 2.0 hub
b03b85ec8247 scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMR
d080337f6827 selftests/x86/amx: Add a ptrace test
79f1e15c6b4b x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf()
362628048710 cifs: fix dentry lookups in directory handle cache
d4bab65f80ce cifs: print session id while listing open files
dc9e203f9f51 cifs: dump pending mids for all channels in DebugData
f401c35e6cb4 cifs: empty interface list when server doesn't support query interfaces
ee1767a12e13 cifs: do not poll server interfaces too regularly
a163106b6d16 cifs: append path to open_enter trace event
f11f6ea883de cifs: lock chan_lock outside match_session
4c8fc3fe28e4 act_mirred: use the backlog for nested calls to mirred ingress
e0c12b9bfffc net/sched: act_mirred: better wording on protection against excessive stack growth
a0e39cdddc15 drm/amd: Fix initialization mistake for NBIO 7.3.0
f06b902511ea drm/amdgpu: Fix call trace warning and hang when removing amdgpu device
5fdb54270f7c sh: sanitize the flags on sigreturn
b66804fc7e21 drm/amd/display: Update clock table to include highest clock setting
43c33c487252 net: usb: qmi_wwan: add Telit 0x1080 composition
8224ef96a8de net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990
886acbcb2982 platform/x86: int3472: Add GPIOs to Surface Go 3 Board data
4a7d64d38584 scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file
1f822ae8fb2a scsi: mpi3mr: Bad drive in topology results kernel crash
a0b33e1d8dc1 scsi: mpi3mr: NVMe command size greater than 8K fails
92548801f01e scsi: mpi3mr: Wait for diagnostic save during controller init
88f7fb47e0f0 scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabled
ec3a119c30e5 scsi: lpfc: Avoid usage of list iterator variable after loop
4829a1e11715 scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()
476d8ca83e6c scsi: ufs: core: Add soft dependency on governor_simpleondemand
d92460985d78 scsi: hisi_sas: Check devm_add_action() return value
b139678fb1b3 scsi: qla2xxx: Add option to disable FC2 Target support
27f6579f3c0c scsi: target: iscsi: Fix an error message in iscsi_check_key()
95ba926edd65 selftests/bpf: check that modifier resolves after pointer
54fa25ffab2b m68k: Only force 030 bus error if PC not in exception table
4ee33bfaeb3f m68k: mm: Fix systems with memory at end of 32-bit address space
0a594cb490ca HID: intel-ish-hid: ipc: Fix potential use-after-free in work function
e6f150861b28 HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse
fd176a18db96 ca8210: fix mac_len negative array access
aee32b594f2c HID: cp2112: Fix driver not registering GPIO IRQ chip as threaded
586a9fe14283 drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
fd20cc4e5ea0 riscv: Bump COMMAND_LINE_SIZE value to 1024
48bef3023f4d ACPI: x86: utils: Add Cezanne to the list for forcing StorageD3Enable
d146b2741320 ACPI: x86: Drop quirk for HP Elitebook
f845ecdd1342 ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A43)
bf83d04c135d ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirks
03b5fae39897 thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bit
587dd59049bf thunderbolt: Use const qualifier for `ring_interrupt_index`
278fb64ce473 thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access
416db7fa3e89 thunderbolt: Disable interrupt auto clear for rings
f390095bbd13 thunderbolt: Fix memory leak in margining
f2326d046ae7 thunderbolt: Add quirk to disable CLx
516b1752fe6a thunderbolt: Call tb_check_quirks() after initializing adapters
b82c564886a0 thunderbolt: Use scale field when allocating USB3 bandwidth
3497afbd5780 uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2
4a369bb39187 smb3: fix unusable share after force unmount failure
3de686a36592 smb3: lower default deferred close timeout to address perf regression
cd0a1804ac5b scsi: qla2xxx: Perform lockless command completion in abort path
6d57b77d7369 scsi: qla2xxx: Synchronize the IOCB count to be in order
682938af0a5f hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCs
f3263768965f hwmon: fix potential sensor registration fail if of_node is missing
d716ea059cd3 entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up
ab33a8f7649b perf/x86/amd/core: Always clear status for idx
adfc7aaa0df9 entry: Fix noinstr warning in __enter_from_user_mode()
eab28bfafcd1 platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl
b3168abd2424 Bluetooth: HCI: Fix global-out-of-bounds
24997df50b35 Bluetooth: mgmt: Fix MGMT add advmon with RSSI command
cbf8deacb705 Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work
c357e28b01c4 Bluetooth: L2CAP: Fix responding with wrong PDU type
95085960062d Bluetooth: btqcomsmd: Fix command timeout after setting BD address
612cf2495ec6 drm/amd/display: Set dcn32 caps.seamless_odm
d84fe6dc7377 net: mdio: thunder: Add missing fwnode_handle_put()
d1775958c2ae net: dsa: mt7530: move setting ssc_delta to PHY_INTERFACE_MODE_TRGMII case
cd6251c02ac9 net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup()
4424f88795d6 net: dsa: mt7530: move enabling disabling core clock to mt7530_pll_setup()
d4fe4edc6cf0 net: asix: fix modprobe "sysfs: cannot create duplicate filename"
1b9613402ce2 gve: Cache link_speed value from device
554828c833e6 Bluetooth: Remove "Power-on" check from Mesh feature
e2a90a5b153a Bluetooth: ISO: fix timestamped HCI ISO data packet parsing
e0338af405ae Bluetooth: btusb: Remove detection of ISO packets over bulk
f770ce652b27 Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packet
bc7a5dde52a2 Bluetooth: hci_sync: Resume adv with no RPA when active scan
303f8e58cc3a ksmbd: fix possible refcount leak in smb2_open()
a4e6cd9253c8 ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES
bd344dc3bbf0 ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA
82268b2da28a hvc/xen: prevent concurrent accesses to the shared ring
4df371323e4f mlxsw: spectrum_fid: Fix incorrect local port type
869bb1932bc7 nvme-tcp: fix nvme_tcp_term_pdu to match spec
a338bd69e55b net/sonic: use dma_mapping_error() for error check
9c7d6803689c erspan: do not use skb_mac_header() in ndo_start_xmit()
ff0d8cc6cde9 atm: idt77252: fix kmemleak when rmmod idt77252
774865342132 net: dsa: tag_brcm: legacy: fix daisy-chained switches
c4c977935b2f net/mlx5: E-Switch, Fix an Oops in error handling code
fba0b70e8cf7 net/mlx5: Read the TC mapping of all priorities on ETS query
4e42fd7c0be5 net/mlx5e: Overcome slow response for first macsec ASO WQE
63546395a0e6 net/mlx5: Fix steering rules cleanup
93260bd809e0 net/mlx5e: Block entering switchdev mode with ns inconsistency
3169140ee294 net/mlx5e: Set uplink rep as NETNS_LOCAL
9cda812c7606 bpf: Adjust insufficient default bpf_jit_limit
25634e4df7b2 i40e: fix flow director packet filter programming
502b898235f0 iavf: fix hang on reboot with ice
e16fa0c9ff7c ice: check if VF exists before mode check
32c2b3f157d8 keys: Do not cache key in task struct if key is requested from kernel thread
8a22203bec3b bootconfig: Fix testcase to increase max node
840631bcf21f octeontx2-vf: Add missing free for alloc_percpu
84548ce2b2db net/ps3_gelic_net: Use dma_mapping_error
e6c10d12ae76 net/ps3_gelic_net: Fix RX sk_buff length
83de34967473 net: usb: lan78xx: Limit packet length to skb->len
5fc2c4e311a9 net: qcom/emac: Fix use after free bug in emac_remove due to race condition
6e516595e886 drm/i915/gt: perform uc late init after probe error injection
be8c6ad6b16e drm/i915/guc: Fix missing ecodes
d2b9357d3da3 drm/i915/guc: Rename GuC register state capture node to be more obvious
9595d71b2a27 drm/i915/fbdev: lock the fbdev obj before vma pin
b6375c5ecd8c drm/i915: Print return value on error
be282c83caec mlxsw: core_thermal: Fix fan speed in maximum cooling state
a71f388045ed thermal/drivers/mellanox: Use generic thermal_zone_get_trip() function
0e60f30e65d3 net: stmmac: Fix for mismatched host/device DMA address width
77800daf7529 net: mdio: fix owner field for mdio buses registered using ACPI
c2b6e1a440d2 net: mdio: fix owner field for mdio buses registered using device-tree
8f07f16b3455 net: phy: Ensure state transitions are processed from phy_stop()
9d882229d365 xirc2ps_cs: Fix use after free bug in xirc2ps_detach
97ea704f39b5 qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info
58c11bc7adaa efi/libstub: smbios: Use length member instead of record struct size
e041bef1adee net: usb: smsc95xx: Limit packet length to skb->len
53a915a00bd1 net: dsa: b53: mmap: fix device tree support
51ddb84baff6 nfsd: don't replace page in rq_pages if it's a continuation of last page
1c55982beb80 scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate()
a0de3f29d878 i2c: hisi: Only use the completion interrupt to finish the transfer
d6ea83a476a3 i2c: mxs: ensure that DMA buffers are safe for DMA
6d1c6e982b7e i2c: imx-lpi2c: check only for enabled interrupt flags
ec897f7524de igc: fix the validation logic for taprio's gate list
910e2013d098 igbvf: Regard vf reset nack as success
460e4073b715 intel/igbvf: free irq on the error path in igbvf_request_msix()
3faa2b8f8f39 iavf: do not track VLAN 0 filters
c9c56af093aa iavf: fix non-tunneled IPv6 UDP packet type and hashing
0bfadea827eb iavf: fix inverted Rx hash condition leading to disabled hash
a069909acc44 xsk: Add missing overflow check in xdp_umem_reg
4797ad1f5617 NFS: Fix /proc/PID/io read_bytes for buffered reads
26aef3be6efa arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes
9f66c5dbaf0a arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes
d75af9878680 ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl
0828dda42e5f ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl
8505ead526be ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl
08589e3ca8b1 arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio
bcbc0df73111 arm64: dts: imx8dxl-evk: Disable hibernation mode of AR8031 for EQOS
47b2e1a67e6d power: supply: da9150: Fix use after free bug in da9150_charger_remove due to race condition
84bdb3b76b07 power: supply: bq24190: Fix use after free bug in bq24190_remove due to race condition
1b483a983a84 arm64: dts: qcom: sm8450: Mark UFS controller as cache coherent
ee9caccc5e5c drm/amd/display: Fix DP MST sinks removal issue
5564be74a22a mptcp: fix UaF in listener shutdown
2827f099b3fb mptcp: use the workqueue to destroy unaccepted sockets
1516ddbc34bc mptcp: refactor passive socket initialization
75eb69023ba3 drm/amd/display: Remove OTG DIV register write for Virtual signals.
0ac86f7dda2b drm/amd/display: fix k1 k2 divider programming for phantom streams
4a36da161b7a drm/amd/display: Include virtual signal to set k1 and k2 values
a1f48806559a tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptr
d496185c25a6 perf: fix perf_event_context->time
ff8137727a2a perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output
e13d1b6979ca interconnect: qcom: qcm2290: Fix MASTER_SNOC_BIMC_NRT
e598cf599a39 interconnect: qcom: sm8450: switch to qcom_icc_rpmh_* function
d4c3aaee17fb interconnect: qcom: osm-l3: fix icc_onecell_data allocation
e3a87a10f259 Linux 6.1.21
7f4da237af30 powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500
6ec2eb9db3f9 powerpc: Disable CPU unknown by CLANG when CC_IS_CLANG
529546ea2834 perf: Fix check before add_event_to_groups() in perf_group_detach()
36773a78b0de io_uring/msg_ring: let target know allocated index
ba4045cc7d0c virt/coco/sev-guest: Add throttling awareness
917f21725452 virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-case
77be7df33e99 virt/coco/sev-guest: Do some code style cleanups
77083f3c392d virt/coco/sev-guest: Carve out the request issuing logic into a helper
92bbffb33f44 virt/coco/sev-guest: Remove the disable_vmpck label in handle_guest_request()
9579ca57104b virt/coco/sev-guest: Simplify extended guest request handling
12319ef1cfc7 virt/coco/sev-guest: Check SEV_SNP attribute at probe time
bed3a56c5718 powerpc: Pass correct CPU reference to assembler
3fc5941ecc31 x86/resctrl: Clear staged_config[] before and after it is used
701d3da21321 x86/mm: Fix use of uninitialized buffer in sme_enable()
18211af8ef1a x86/mce: Make sure logged MCEs are processed after sysfs update
c87ada07340f ASoC: qcom: q6prm: fix incorrect clk_root passed to ADSP
bfbbfb709ded ASoC: Intel: soc-acpi: fix copy-paste issue in topology names
d511caa25dda cpuidle: psci: Iterate backwards over list in psci_pd_remove()
1ea3e18e53f2 fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()
697893e0da3c net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bit
1318a07706bb ACPI: PPTT: Fix to avoid sleep in the atomic context when PPTT is absent
ac1d15d58d8a trace/hwlat: Do not start per-cpu thread if it is already running
a78eab86e2a8 trace/hwlat: Do not wipe the contents of per-cpu thread data
15f6110abd27 fbdev: stifb: Provide valid pixelclock and add fb_check_var() checks
0ad710a83dfa mmc: sdhci_am654: lower power-on failed message severity
c2f879fd141c powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage
da0beae24493 powerpc/64: Set default CPU in Kconfig
aff80fb99bd2 mm: teach mincore_hugetlb about pte markers
b8388048b59f mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropage
baafa2960731 vp_vdpa: fix the crash in hot unplug with vp_vdpa
0556fd71a140 ice: avoid bonding causing auxiliary plug/unplug under RTNL lock
b61e86e38881 nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000
47eb055ad358 ocfs2: fix data corruption after failed write
4f84f31f6341 ftrace: Fix invalid address access in lookup_rec() when index is 0
c3c3d36430dc mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()
85cd9045f193 mptcp: avoid setting TCP_CLOSE state twice
d283617f97e1 mptcp: add ro_after_init for tcp{,v6}_prot_override
f76e08cf98aa mptcp: fix possible deadlock in subflow_error_report
39374fc8bb11 drm/amd/display: disconnect MPCC only on OTG change
f8080f1e300e drm/amd/display: Do not set DRR on pipe Commit
20f8225ae7f4 drm/amd/pm: bump SMU 13.0.4 driver_if header version
6e403a0a69f7 drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume
dab920478e2b drm/amdgpu: Don't resume IOMMU after incomplete init
0243590e33a7 drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and 319.89 MHz
5c7591b8574c drm/i915/active: Fix misuse of non-idle barriers as fence trackers
8bfeb1dd6f57 drm/sun4i: fix missing component unbind on bind errors
dede8c14a37a drm/shmem-helper: Remove another errant put in error path
873657813618 riscv: asid: Fixup stale TLB entry cause application crash
eed0dc9c42ea Revert "riscv: mm: notify remote harts about mmu cache updates"
d813d8e6d9a0 ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on a HP platform
3ce3f1558b61 ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro
44717bdf7139 ALSA: hda: intel-dsp-config: add MTL PCI id
4bba9c8adec8 KVM: nVMX: add missing consistency checks for CR0 and CR4
ade62ea3e897 KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs
acb0288bdd42 KVM: SVM: Fix a benign off-by-one bug in AVIC physical table mask
72f90f9cf032 cifs: Fix smb2_set_path_size()
c8f31c1a0b7c tracing: Make tracepoint lockdep check actually test something
3968bb946a07 tracing: Check field value in hist_field_name()
192dcbf57311 tracing: Make splice_read available again
4aa004224c07 cifs: generate signkey for the channel that's reconnecting
ae75a110ccc1 md: select BLOCK_LEGACY_AUTOLOAD
313a5dc3a2aa interconnect: exynos: fix registration race
c479e4ac4a3d interconnect: exynos: fix node leak in probe PM QoS error path
323e51d21d67 interconnect: qcom: msm8974: fix registration race
1b1325879ca6 interconnect: qcom: rpmh: fix registration race
0add9360fee9 interconnect: qcom: rpmh: fix probe child-node error handling
5e8d808cb274 interconnect: qcom: rpm: fix registration race
1d7dd7291b88 interconnect: qcom: rpm: fix probe child-node error handling
306b406e4ec9 interconnect: qcom: osm-l3: fix registration race
3167306455d0 interconnect: fix mem leak when freeing nodes
c8a8ebeaa040 interconnect: imx: fix registration race
949cb37d21bc interconnect: fix provider registration API
3d6e1ac21d79 interconnect: fix icc_provider_del() error handling
f99450d919ff s390/ipl: add missing intersection check to ipl_report handling
9ba1720f6c4a drm/ttm: Fix a NULL pointer dereference
20d305f79c4e memory: tegra30-emc: fix interconnect registration race
d40e710e956b memory: tegra124-emc: fix interconnect registration race
32013d947a76 memory: tegra20-emc: fix interconnect registration race
772764570bd7 memory: tegra: fix interconnect registration race
162049c31eb6 firmware: xilinx: don't make a sleepable memory allocation from an atomic context
fad3809467df serial: 8250: ASPEED_VUART: select REGMAP instead of depending on it
4d8c41584bc9 serial: 8250_fsl: fix handle_irq locking
ba2849db4983 serial: 8250_em: Fix UART port type
d72ebe4855eb tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL_SBK is asserted
4d2304d8f779 Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency"
e71eb4dca41f ext4: fix possible double unlock when moving a directory
a16394b5d661 drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes
7be9a2f8c517 drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_fini
ff74b0122f56 sh: intc: Avoid spurious sizeof-pointer-div warning
b9c379e1d7e1 LoongArch: Only call get_timer_irq() once in constant_clockevent_init()
3f7c09f64289 net/9p: fix bug in client create for .L
d9923e7214a8 drm/amdkfd: Fix an illegal memory access
94fd091576b1 ext4: fix task hung in ext4_xattr_delete_inode
70e66bdeae4d ext4: update s_journal_inum if it changes after journal replay
b4afe4629ec8 ext4: fail ext4_iget if special inode unallocated
20ca409886ce rust: arch/um: Disable FP/SIMD instruction to match x86
1cffdf91ca2b jffs2: correct logic when creating a hole in jffs2_write_begin
71285be619cb soc: mediatek: mtk-svs: keep svs alive if CONFIG_DEBUG_FS not supported
2746fdf51b59 mmc: atmel-mci: fix race between stop command and start of next command
a2b8a41cc9e3 media: m5mols: fix off-by-one loop termination error
d3827d53b098 hwmon: (ltc2992) Set `can_sleep` flag for GPIO chip
b9e80aa64ee0 hwmon: (adm1266) Set `can_sleep` flag for GPIO chip
8a3876f8c79f kconfig: Update config changed flag before calling callback
fc331de5523f hwmon: tmp512: drop of_match_ptr for ID table
634b3304f78d hwmon: (ucd90320) Add minimum delay between bus accesses
265656c43eb9 hwmon: (ina3221) return prober error code
b2ae1f15cd6f hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condition
afda11bae889 hwmon: (adt7475) Fix masking of hysteresis registers
ad22336d33d5 hwmon: (adt7475) Display smoothing attributes in correct order
ecb1b5135bd3 bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails
40d8c4f6e427 bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change
42e8ecb1d30d ethernet: sun: add check for the mdesc_grab()
6992a1004def net: dsa: microchip: fix RGMII delay configuration on KSZ8765/KSZ8794/KSZ8795
5f916531e750 qed/qed_mng_tlv: correctly zero out ->min instead of ->hour
51b6912a6bac selftests: net: devlink_port_split.py: skip test if no suitable device available
76d8a9a194ca i825xx: sni_82596: use eth_hw_addr_set()
c78f1345db4e net/iucv: Fix size of interrupt data
ee744ac65c40 net: atlantic: Fix crash when XDP is enabled but no program is loaded
4caee8e7d91e net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pull
1c5642cfa6d5 ipv4: Fix incorrect table ID in IOCTL path
c058d3e4e82a sh_eth: avoid PHY being resumed when interface is not up
fba6fb5447c6 ravb: avoid PHY being resumed when interface is not up
eaae4e3f3a1d net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290
b5d6e4f6b97c net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu()
2ecc6e449593 ice: xsk: disable txq irq before flushing hw
717d20710596 veth: Fix use after free in XDP_REDIRECT
555a9c6a191a net/mlx5: Set BREAK_FW_WAIT flag first when removing driver
b7350f8dbe0c net/mlx5e: Fix cleanup null-ptr deref on encap lock
a506e38b6940 net/mlx5: E-switch, Fix missing set of split_count when forward to ovs internal port
3a1f54924548 net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rules
76422c92e480 net/mlx5e: Support Geneve and GRE with VF tunnel offload
bec05b05e698 net/mlx5: Disable eswitch before waiting for VF pages
752860d8aaf4 net/mlx5: Fix setting ec_function bit in MANAGE_PAGES
20b097ca2205 net/mlx5e: Don't cache tunnel offloads capability
e79eee0e7091 net/mlx5e: Fix macsec ASO context alignment
f72a9737f5f9 block: sunvdc: add check for mdesc_grab() returning NULL
bcd535f07c58 nvmet: avoid potential UAF in nvmet_req_complete()
afd94e7cbabb nvme: fix handling single range discard request
351c9633c9d4 block: null_blk: Fix handling of fake timeout request
5ca66a9fff75 powerpc/mm: Fix false detection of read faults
9821576e1170 drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdoc
c7bdc137ca16 net: usb: smsc75xx: Limit packet length to skb->len
3517584cf1b3 net/smc: fix deadlock triggered by cancel_delayed_work_syn()
bb0c7212efb9 mlxsw: spectrum: Fix incorrect parsing depth after reload
5e331022b448 nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition
b339c0af83d4 tcp: Fix bind() conflict check for dual-stack wildcard address.
42173a7147e2 net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status fails
a69b72b57b7d net: tunnels: annotate lockless accesses to dev->needed_headroom
e3fda704903f loop: Fix use-after-free issues
221f655b574d block: do not reverse request order when flushing plug list
68fbc35583ab net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is used
85d6c1fc36b3 net: dsa: mt7530: remove now incorrect comment regarding port 5
e10c7ab7d3a1 qed/qed_dev: guard against a possible division by zero
3c270435db8a net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()
1a1682abf739 drm/i915/sseu: fix max_subslices array-index-out-of-bounds access
d586d58c3f2a drm/i915/psr: Use calculated io and fast wake lines
a2410d0c3d2d PCI: s390: Fix use-after-free of PCI resources with per-function hotplug
1e803737141f vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_ready
6efd13e9acd1 vdpa_sim: not reset state in vdpasim_queue_ready
374bcab6c141 vhost-vdpa: free iommu domain after last use during cleanup
c703362a66ea i40e: Fix kernel crash during reboot when adapter is in recovery mode
e92ee025b53d ipvlan: Make skb->skb_iif track skb->dev for l3s mode
a97ef110c491 nfc: pn533: initialize struct pn533_out_arg properly
4d2ee43ac2a9 selftests: fix LLVM build for i386 and x86_64
dcf94604d4a9 wifi: cfg80211: fix MLO connection ownership
87e80ea4fbc9 wifi: nl80211: fix NULL-ptr deref in offchan check
928fa441f149 vdpa/mlx5: should not activate virtq object when suspended
9180aa4622a7 tcp: tcp_make_synack() can be called from process context
6f93f5d6d7af ftrace,kcfi: Define ftrace_stub_graph conditionally
7e0ae8667fcd scsi: core: Fix a procfs host directory removal regression
d2112b18b591 scsi: core: Add BLIST_NO_VPD_SIZE for some VDASD
71ba8c384b77 netfilter: nft_redir: correct value of inet type `.maxattrs`
d0f645ea552c netfilter: nft_redir: correct length for loading protocol registers
8b02143c2ea6 netfilter: nft_masq: correct length for loading protocol registers
ef6b379d5cec netfilter: nft_nat: correct length for loading protocol registers
d0564e648c7a ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU()
0023972a7593 scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()
c6260ceea4a0 scsi: mpi3mr: ioctl timeout when disabling/enabling interrupt
5aab9342f12f scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc()
705097d52a15 scsi: mpi3mr: Return proper values for failures in firmware init path
480aae2f3063 scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove()
f28bdab9e208 scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove()
dca06ccf13de scsi: mpi3mr: Fix config page DMA memory leak
574cc10edaa7 scsi: mpi3mr: Fix throttle_groups memory leak
b5e5bbb3fa5f scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()
704e3a33bda4 docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate
22ea42969325 ASoC: SOF: ipc4-topology: set dmic dai index from copier
827700ad25d6 ASOC: SOF: Intel: pci-tgl: Fix device description
1415eb56dd2a ASoC: SOF: Intel: SKL: Fix device description
47a7b53c52c7 ASoC: SOF: Intel: HDA: Fix device description
bda78144c8a5 ASoC: SOF: Intel: MTL: Fix the device description
019fb49c3d83 clk: HI655X: select REGMAP instead of depending on it
33f080889cfe drm/meson: fix 1px pink line on GXM when scaling video overlay
0b26f080ccf5 cifs: Move the in_send statistic to __smb_send_rqst()
59f750e5d2ea fbdev: chipsfb: Fix error codes in chipsfb_pci_init()
2ece1e25bb42 drm/panfrost: Don't sync rpm suspension after mmu flushing
96a5aee27439 drm/msm/gem: Prevent blocking within shrinker loop
5ed267cc7b6c drm/virtio: Pass correct device to dma_sync_sgtable_for_device()
c436a1743333 xfrm: Allow transport-mode states with AF_UNSPEC selector
(From OE-Core rev: e6c21d1dc64db0eb345c5e909050f737b46be5f5)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Recipes containing both git and npmsw sources in the SRC_URI fail
during fetch from the shrinkwrap. It seems that when the fetcher is
fetching from the shrinkwrap, the SRCREV variable has been deleted but it
till ends up fetching from the git source resulting in an error because
SRCREV is undefined. The root cause of this is that the Fetch class defaults
to urls from the SRC_URI when the urls parameter contains an empty list. This
patch will ensure that Fetch is not instantiated if the urls list is empty.
(Bitbake rev: e602963dfd505eef08702366383358d29ee20c4d)
Signed-off-by: Svend Meyland Nicolaisen <public@smn.dk>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The current PSI check calculation does not take into consideration
the possibility of the time interval between last check and current
check being much larger than 1s. In fact, the current behavior does
not match what the manual says about BB_PRESSURE_MAX_XXX, even if
the value is set to upper limit, 1000000, we still get many blocks
on new task launch. The difference between 'total' should be divided
by the time interval if it's larger than 1s.
(Bitbake rev: b4763c2c93e7494e0a27f5970c19c1aac66c228b)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Update regex pattern to allow variable flag name with a single character.
Regression tests have also been updated in `bb.parse` and
`bin/bitbake-selftest -k ParseTest` has been successfully executed.
Eliminate a trailing space as well.
(Bitbake rev: bb9e523291a3cad6e1596ee6a1e715b5e5feba8f)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add bb.event.ParseError to let error-report can catch this kind of error.
(Bitbake rev: 316524ab59a5e738c25e062923ee5717d88ae5c7)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add some information about some further kernel CVEs which don't apply for
either linux-yocto or don't apply for linux-yocto 6.1.
(From OE-Core rev: 85c1713bf0c01c68558bfba38edcc005c1ebb1c9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Ignore CVE-2022-38457 & CVE-2022-40133 as they looks patched in our 6.1
branch.
I've asked the NVD to add the commit as the patch for these CVEs, but in
the meantime, other sources seem to agree that the commit fixes these
CVEs (and I concur).
(From OE-Core rev: 990d1cbb1628577bd159e8266fa15976f1f17062)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Fix the location of the target for supported distributions
- Improve the name of this target
(From yocto-docs rev: 40f0cf9302b9f0ce01a1270977644b1b2fdfc650)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
CVEs CVE-2023-0179, CVE-2023-1079 and CVE-2023-1513 are patched in our
kernels but appear as active because the NVD database is not up to date.
(From OE-Core rev: ae1e7999a06c56c6f752413296b8f6b505475f8b)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Frank WOLFF <frank.wolff@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Due to signedness, the checksum is not computed when filesize is bigger
a 2GB. Pick a fix for this problem from CPIO ML, where the fix has been
posted for 5 years. Since CPIO upstream is effectively unresponsive and
any and all attempts to communicate with the maintainer and get the fix
applied upstream failed, add the fix here instead.
(From OE-Core rev: bfff138af4bdd356ac66571e6ad91c1a5599b935)
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It is possible to call exported tests with --target-ip set to ":22"
where IP address is not set at all. Detect this case and fail the test
instead of calling ping without an IP address.
(From OE-Core rev: 17c995c53775b8cee279ca4ced916092067e1195)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is to announce grep-3.10, a stable release,
fixing a bug with -P and \d. TL;DR, grep-3.9 would do this:
$ LC_ALL=en_US.UTF-8 grep -P '\d' <<< ٠١٢٣٤٥٦٧٨٩
٠١٢٣٤٥٦٧٨٩
It should print nothing, like it has always done.
For more detail, see https://lists.gnu.org/r/bug-grep/2023-03/msg00005.html
Thanks to Paul Eggert for catching the \D variant and to Bruno Haible
for assiduously tending gnulib and for testing grep on so many
different systems.
There have been 12 commits by 2 people in the 17 days since 3.9.
(From OE-Core rev: 7ac3bcf228ceb4b56f82c65941b95a276d7d3b95)
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
COPYING files had 2 updates w/o affecting licensing:
* URLs to gnu.org and fsf.org switched to https
* Clarifying licensing of liblzma Doxygen-generated docs - details below
5.4.2 (2023-03-18)
* All fixes from 5.2.11 that were not included in 5.4.1.
* If xz is built with support for the Capsicum sandbox but running
in an environment that doesn't support Capsicum, xz now runs
normally without sandboxing instead of exiting with an error.
* liblzma:
- Documentation was updated to improve the style, consistency,
and completeness of the liblzma API headers.
- The Doxygen-generated HTML documentation for the liblzma API
header files is now included in the source release and is
installed as part of "make install". All JavaScript is
removed to simplify license compliance and to reduce the
install size.
- Fixed a minor bug in lzma_str_from_filters() that produced
too many filters in the output string instead of reporting
an error if the input array had more than four filters. This
bug did not affect xz.
* Build systems:
- autogen.sh now invokes the doxygen tool via the new wrapper
script doxygen/update-doxygen, unless the command line option
--no-doxygen is used.
- Added microlzma_encoder.c and microlzma_decoder.c to the
VS project files for Windows and to the CMake build. These
should have been included in 5.3.2alpha.
* Tests:
- Added a test to the CMake build that was forgotten in the
previous release.
- Added and refactored a few tests.
* Translations:
- Updated the Brazilian Portuguese translation.
- Added Brazilian Portuguese man page translation.
(From OE-Core rev: 0331fac93570b8e2960ac94b2a6a7eb71cb1a1d0)
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* if you don't have QEMU_USE_KVM in local.conf it fails with:
2023-03-12 18:06:29,591 - oe-selftest - DEBUG - Checking if qemux86-64 is not this MACHINE
2023-03-12 18:06:29,594 - oe-selftest - INFO - ... ERROR
2023-03-12 18:06:29,594 - oe-selftest - INFO - Traceback (most recent call last):
File "/OE/build/poky/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/OE/build/poky/meta/lib/oeqa/selftest/cases/efibootpartition.py", line 18, in test_boot_efi
if oe.types.qemu_use_kvm(self.td['QEMU_USE_KVM'], self.td["TARGET_ARCH"]):
~~~~~~~^^^^^^^^^^^^^^^^
KeyError: 'QEMU_USE_KVM'
[YOCTO #12937]
(From OE-Core rev: 7c32ca2f91beb98769c89470b37f06cb4b99aebb)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
With the recent change to the crate fetcher, which automatically sets
the name to for each crate to be versioned, there is no longer a need to
explicitly set the name= parameter for each URI. This also results in
generated files that are compatible with the crate fetcher in Kirkstone
and Langdale.
(From OE-Core rev: eb272afcd9a12ce2b2f43436b3f84f52cb6cdfb7)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It is common for rust packages to depend on different versions of the
same crate. E.g.
| crate://crates.io/windows_x86_64_msvc/0.42.2 \
| crate://crates.io/windows_x86_64_msvc/0.48.0 \
Identification only by the plain crate name makes the sha256sum
ambiguous
| SRC_URI[windows_x86_64_msvc.sha256sum] = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
| SRC_URI[windows_x86_64_msvc.sha256sum] = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
and requires lot of manual work to fix the SRC_URI list.
Making the 'name' property unique by appending the version allows
direct copy & paste of reported sha256sum errors to complete the
crates list.
(Bitbake rev: ae2efb05196f9e29ef56ad9a84e2eae5fbdd8030)
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
hwclock.sh had default update-rc parameters which made it run after
other tasks that work with the clock such as connman. This causes a
time obtained by NTP to be clobbered by a potentially incorrect time
in the RTC.
Provide non-default INITSCRIPT_PARAMS to have hwclock.sh run during
the rc startup before runlevel initscripts start.
(From OE-Core rev: 3012bac35ada9a9f66d9e6e2fecaee09527b9d44)
Signed-off-by: Chris Elledge <celledge@siteworx.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Since bitbake commit 81a58647b2f4fc0a2589b2978fc9d81b2bfe6aec
[bitbake: build: Make python output print to stdout when running with
-v (verbose)] we no longer need to comment out the python stdout
checks.
(From OE-Core rev: 67886a8473c511c8ab3db2e4587cc5a070979d11)
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The qemu build system enables the 'log' trace backend by default, if no
explicit choice was made with '--enable-trace-backend=CHOICE'.
However, the qemu recipe uses the following PACKAGECONFIG line:
PACKAGECONFIG[ust] = "--enable-trace-backend=ust,--enable-trace-backend=nop,lttng-ust,"
which means that the 'nop' trace backend will be explicitly selected if the
'ust' feature is not enabled. The 'nop' backend removes almost all trace
points at compile time, and thus basically means 'disable tracing'.
To retain the default trace backend if 'ust' is not enabled, the above
PACKAGECONFIG line should either explicitly fall back to the 'log' backend,
or not provide any value for the 'disabled' case. This commit chooses the
latter to not make any assumption about the upstream default.
(From OE-Core rev: c31396a30dcf17ab23ff4dd5943eef5fba20cba6)
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
'#line' directives written by qemu's tracetool makes the 'debug' package not
reproducible due to absolute paths. Apply a patch to use a relative path
instead.
(From OE-Core rev: 85e30c507b63fa9126887dc6435d1ee6e23bd887)
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Multiple CVEs are patched in kernel but appear as active because the NVD
database is not up to date.
In common file cve-extra-exclusion.inc, CVEs are ignored if and only if
all versions of kernel used are patched.
In cve-exclusion_6.1.inc, only ignore CVEs that are patched in v6.1,
and not patched in v5.15.
Recipes of version 6.1 should include this file.
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
(From OE-Core rev: 5feb065f1b1aaf218f71cc9d31a9251b139b9442)
Signed-off-by: Geoffrey GIRY <geoffrey.giry@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In the previous commit I somehow mixed up and used an incorrect CVE number.
Use the correct one.
(From OE-Core rev: b3e2729f686ff6e16e11590bcd701c057ae5f1e2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Take a patch submitted upstream for the issue while upstream decide what
to do. We don't use thunderbird integration so this isn't an issue for us.
(From OE-Core rev: b85b7714a44caa70beb2f115483ee52745aa1b97)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We've increased the minimum GCC version to 8.0[1] so update the
documentation to match.
[1] sanity.bbclass: Update minimum gcc version to 8.0
(From yocto-docs rev: c74254fa7406c76b26e47b968685115699f95c55)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When gobject-introspection feature is disabled, glib-2.0-native package
dependency is not pulled in but vte has a hard dependency on it
(do_configure fails due to missing glib-mkenums).
(From OE-Core rev: 686e0cb93f9f6ef663243e62c7a8cc43ca1dcd3a)
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Instead of only display the first and stop.
For recipe (crago based) that can contains several artifacts
to fetch with their checksum, it will particularly handy
to display all of missing one.
An example of error message would be
NOTE: Executing Tasks
ERROR: zvariant-3.12.0-r0 do_fetch: Missing SRC_URI checksum, please add those to the recipe:
SRC_URI[anyhow-1.0.70.sha256sum] = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
SRC_URI[chrono-0.4.24.sha256sum] = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
SRC_URI[serde-1.0.158.sha256sum] = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9"
SRC_URI[system-deps-1.3.2.sha256sum] = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b"
ERROR: zvariant-3.12.0-r0 do_fetch: Bitbake Fetcher Error: BBFetchException('There was some missing checksums in the recipe')
ERROR: Logfile of failure stored in: /home/jenkins/yocto-poky-master/poky/build/tmp/work/core2-64-poky-linux/zvariant/3.12.0-r0/temp/log.do_fetch.1025
ERROR: Task (/home/jenkins/yocto-poky-master/poky/meta-selftest/recipes-extended/zvariant/zvariant_3.12.0.bb:do_fetch) failed with exit code '1'
(Bitbake rev: dafa07c080e05975b6319b5adf78a9691c6b6643)
Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
An upcoming change will simplify the setuptools3-base FILES assignments,
which means this recipe needs to package a library explicitly.
(From OE-Core rev: bab2e8c76453cf9982af936f20c6b22cc2237ba7)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If these files exist they should be packaged into PN-dev, and are with
the default FILES:${PN}-dev.
(From OE-Core rev: 738434bf567d25de692cd145156263eea1a5de13)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Simply inheriting setuptools3-base should put everything in $libdir in
PN, and there's no need to replicate the pkgconfig packaging rules as
those are the defaults.
(From OE-Core rev: 56a32e31d4fdfb908f0edf513d21bc0f2b8c721e)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When gobject-introspection feature is disabled, glib-2.0-native package
dependency is not pulled in but libnotify has a hard dependency on it
(do_configure fails due to missing glib-mkenums).
(From OE-Core rev: 63cc22caf4dfcde1d7a3a8410559bb227ed95c33)
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When gobject-introspection feature is disabled, gettext-native and
glib-2.0-native dependencies are not pulled in, which causes failures
in do_compile due to missing xgettext and gdbus-codegen.
(From OE-Core rev: c9e4c3d437ba7cadb87bc30b85f602b8551a0e17)
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When gobject-introspection feature is disabled, glib-2.0-native
and gobject-introspection package dependencies are not pulled in
but gconf has a hard dependency on them (do_configure fails due to
missing introspection.m4 file and glib-gettextize).
(From OE-Core rev: d87bc67fde3c8bc6068cb67708953ce88ac31e3f)
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When g-i feature is disabled, the gobject-introspection package
dependency is not pulled in but pygobject has a hard dependency on it.
(From OE-Core rev: 7fae697c6889e17dd47415808a7173670b507047)
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add an option to enable/disable build of graphene-gobject. When
enabled, add glib dependency (not pulled in implicitly if
the gobject-introspection feature is disabled).
Default is to enable gobject-types so that graphene-gobject is built
(dependency of gtk4).
(From OE-Core rev: b82781498cda67f4797de5b8b7c2b90a275a72e1)
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Make the report-error catch Nothing PROVIDES error and then
we can check it directly via error report web.
(From OE-Core rev: a57d8f82b83554c821a83eacc02f9c73b263ff02)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Rebase patches; one of the vendored crossbeam versions
has been removed upstream, and so crossbeam_atomic.patch
is adjusted accordingly.
Replace getrandom-open64.patch with a backport.
(From OE-Core rev: f5accb4fae49342cbec21718ae7a427615bfcedd)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Otherwise it triggers a rebuild of llvm-dependent rust pieces every time rust_runx is called,
lengthening the builds without need.
(From OE-Core rev: aca6b29b508175da9f213b1c6dba5d02a15b8287)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Upstream does not actually use or test it this way; if the goal
is to install items, then install target should be executed directly.
In particular, in latest rust release building stage 2 items has regressed
altogether (incorrect dependencies between rust-analyze tool and the
libs it needs) and no one noticed.
(From OE-Core rev: 7d805f9a9f6b5048308a37a2757d08cca40b1ff3)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* when searching for qemuboot.conf
* don't assume that IMAGE_LINK_NAME is always
<rootfs>-<machine> (with <rootfs>-<machine>.qemuboot.conf)
* runqemu: use IMAGE_LINK_NAME set by testimage.bbclass or query with bitbake -e
* testimage.bbclass was setting DEPLOY_DIR which I don't see used
anywhere else, so I assume it was supposed to be DEPLOY_DIR_IMAGE as mentioned
in corresponding runqemu code, do the same with IMAGE_LINK_NAME variable
* add virtual/kernel as bitbake -e target in run_bitbake_env to make
sure IMAGE_LINK_NAME is defined (kernel-artifact-names.bbclass inherits
image-artifact-names.bbclass as well)
* improve .qemuboot.conf search
1st search for file matching the rootfs and only when not found
try again with .rootfs suffix removed
[YOCTO #12937]
(From OE-Core rev: 716eb55bb963db7b02d985849cb025898aabc855)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Remove note to section not carrying information about
special hosts tools for oe-selftest
- Add links to mentioned repositories
CC: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Measured by generating a "core-image-sato" image for a "qemux86-64"
machine from an Ubuntu 22.04 VM with 4 cores.
Less memory was not enough and caused Out of Memory failures.
(From yocto-docs rev: a05f87929eed43cef673a8c2581899a8c9ccf462)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Tests made on Poky master on March 16, 2023.
Add a "Free Disk Space" section to the "System Requirements" document.
(From yocto-docs rev: 285ba689ce3ab7b7fdb4bb0d0284e2a52ad62c7f)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When we do not enter password during login, it is expected to display message "Login timed out after 60 seconds". But it prints only first few bytes(like "Login t") when write is immediately followed by exit.
Fix - Calling exit from new handler provides enough time to display full message.
Upstream-Status: Accepted [670cae8348]
(From OE-Core rev: 644cfe9dcf351bfa6c67f4b4d1e7dec416a59021)
Signed-off-by: Soumya <soumya.sambu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When gobject-introspection feature is disabled, glib-2.0-native
and gobject-introspection package dependencies are not pulled in
but avahi has a hard dependency on them (do_configure fails due
to missing introspection.m4 file, do_compile fails due to missing
glib-mkenums).
(From OE-Core rev: fea90325b180ba8d2b19704dc8911a9175527c61)
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When gobject-introspection feature is disabled, glib-2.0-native package
dependency is not pulled in but at-spi2-core has a hard dependency on it
(do_configure fails due to missing glib-genmarshal).
(From OE-Core rev: 954411393a50b8d09cc42f1098e54193d6b19e1d)
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When gobject-introspection feature is disabled, glib-2.0-native package
dependency is not pulled in but libgudev has a hard dependency on it
(do_configure fails due to missing glib-mkenums).
(From OE-Core rev: 8fd140011f89ededdfd7feb1c0e3a2d67e06808a)
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When gobject-introspection feature is disabled, glib-2.0-native package
dependency is not pulled in but json-glib has a hard dependency on it
(do_configure fails due to missing glib-mkenums).
(From OE-Core rev: 2d67634d778bce9efdad9df75b3fe3e224708d7f)
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When gobject-introspection feature is disabled, glib-2.0-native package
dependency is not pulled in but harfbuzz has a hard dependency on it
(do_configure fails due to missing glib-mkenums).
(From OE-Core rev: 77e6edba704873d21c2cf946d1be18e13abb9f5e)
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* It was showing whole log and that the runqemu command failed, but not
where the log file is, nor why it thinks the runqemu failed
[YOCTO #12937]
(From OE-Core rev: ad4b72e6524114a3bdee10cab71f194ea143cd24)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* it was searching for line like this:
ROOTFS: [/OE/build/poky/build/build-st-2023-03-20-esdk-runqemu-patch1/runqemu.RunqemuTests.test_boot_machine_ext4/build-st/tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64-20230320081121.rootfs.ext4]
but with IMAGE_NAME_SUFFIX changed to something else than default ".rootfs"
or with my pending changes the line looks like this:
ROOTFS: [/OE/build/poky/build/build-st-2023-03-20-esdk-runqemu-patch2/runqemu.RunqemuTests.test_boot_machine_ext4/build-st/tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.rootfs-20230320085744.ext4]
and test was failing.
* Check for whole line starting with ROOTFS: and ending just with .ext4
[YOCTO #12937]
(From OE-Core rev: 7a0f622f23aff2c4eeca0606e7682931eb53287a)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Ultimately we'll remove this and use for better rust reproducibility
testing too.
(From OE-Core rev: 6c6536a41bfb8651fe94d90898207c5b53673e44)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
A project can have multiple Cargo.lock (provides
multiple binaries for example) and each one can
depends on differenct version of the same crates.
Even within the same Cargo.lock file, it is possible
to have different version of same crates.
To avoid conflicts, override the name with the version
for all crates checksum
Moreover, when searching for Cargo.lock, we should ignore
specific dir like .git (no use to walk down there) and .pc
(because it can have a Cargo.lock if this file was patched)
(From OE-Core rev: 1795e98a04ad09b011afcc7cc3bf6dc49475b19a)
Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This recipe is for showing a "real world" example of
a crate that depends on some git repositories.
Usually, this kind of crate is built within a global
workspace (here it is the zbus project) and so
doesn't need a Cargo.lock on its own.
For the sake of the demonstration, I had to tweak things
a little to be able to compile zvariant in standalone
(no relative path in dependency, no symlink to LICENSE
provide a Cargo.lock)
The use case where the crate had some git repository
in dependency is very common for "private" crate that
are not aimed to be published on crates.io.
When the project grow bigger, it is common to have
a bin and multiple lib developped in parallel, and these
libs are surely on a git repostitory.
A test case have been also added to check for:
- the previous patch about git subpath parameter and devtool
- the correctness of overriding dependencies (first patch of the
series)
(From OE-Core rev: 409e045f96f69877de6f36ed14c5c19a9cb74eaf)
Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is for a specific case where:
- A recipe use a subpath on a git repo (e.g. git://repo.git/projects;subpath=subproject)
- The recipe contains a patch to apply
- a devtool modify is used on this recipe
With these conditions, the patch cannot be applied at all.
GitApplyTree class is used for handling patch under devtool, but
when subpath is present in SRC_URI, the resulting git tree
is dirty (every files and directories which was not in subpath are suppressed)
and so "git am" refuse to apply patches.
That would not be an issue since the GitApplyTree have a fallback
to PatchTree in case of error, but during this error management,
there is a "git reset --hard HEAD" call which suppress the subpath
operation and finally prevents the patch to be applied even with PatchTree.
When devtool is not involved, only PatchTree class is used and the
above problem is irrelevant.
To support git patching during devtool, the presence of subpath and
the dirtyness of the repo are checked. If both conditions are
met, we directly call PatchTree like it was already done
in case of error during git apply.
(From OE-Core rev: d86cac2759cf7e91f4ff240833385e28e729ab79)
Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Without that, the possible git urls that are in SRC_URI of a recipe
are removed from SRC_URI during devtool process and so the
cargo_common_do_patch_paths in cargo_common.bbclass cannot
patch these packages to fetch them locally.
I use a generic type name because I foresee this change will
be useful for recipe that used a package manager (cargo but also
npm) see https://bugzilla.yoctoproject.org/show_bug.cgi?id=11015
(From OE-Core rev: 474658a3681c343385c359a21c3693401217298d)
Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Since disable network was added cargo configurations which reference git
repos fail as they attempt to fetch across the network as part of
do_compile, even if EXTRA_OECARGO_PATHS to add them as part of `paths`
is used, as this is documented as only working for packages which exist
in crates.io.
Add parsing of the SRC_URIs for git repos and include `[patch]` sections
to redirect to the checked out source repos which the bitbake fetcher
has already populated.
There are still cases which don't work - if you have multiple copies of
the same repo with different revisions, there's currently no way to
represent that and anything using a repo which has a virtual manifest
will fail to build (see https://github.com/rust-lang/cargo/issues/4934).
(From OE-Core rev: 684a8af41c5bb70db68e75f72bdc4c9b09630810)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add new fetcher for the NVD database using the 2.0 API [1].
The implementation changes as little as possible, keeping the current
database format (but using a different database file for the transition
period), with a notable exception of not using the META table.
Minor changes that could be visible:
- the database starts in 1999 instead of 2002
- the complete fetch is longer (30 minutes typically)
[1] https://nvd.nist.gov/developers/vulnerabilities
(From OE-Core rev: fb62c4c3dbca4e58f7ce6cf29d4b630a06411a97)
Signed-off-by: Marta Rybczynska <marta.rybczynska@syslinbit.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* There is no need to be that precise. It just irritates in the logs.
* There is also no point in printing plain time.time() value a single
time while only using formatted printout everywhere else, thus remove
it.
* Use %d for printing integer times
(From OE-Core rev: f0988cb8cf8d03708490cca4eba345492ef78d52)
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Since login user is configurable with boot_patterns['send_login_user'],
unconditionally using 'root' in the debug message can be confusing.
Also fix the debug message to say 'Logged in' instead of 'Logged'.
(From OE-Core rev: 900e3d42b918b5a33d8d952b3a8078fbe72ba98f)
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is already set above, thus simply use the set value from there.
(From OE-Core rev: 2f6571ffb23b1a0b5bd6a1212fc108e536f04539)
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
'tempfile' and 'oeqa.utils.command.runCmd' are unused while 'os' is
actually used.
(From OE-Core rev: 50f766233e83528eebeca92877277374c7193530)
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Python modules aren't supposed to have uppercase characters in their names
according to python conventions. We have regexs in the code which work
on that assumption too. Rather than showing errors under some filtering
situations, make it clear and error if a problematic name is seen.
(From OE-Core rev: 7964a6ee54e881a6128707a7f2a42eec2ed63881)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Move the signature file into place only after it is successfully signed.
This to avoid race and corrupted .sig files in cases multiple onging
builds write to a shared sstate-cache dir.
(From OE-Core rev: b4ec08ea9efebac262d43f47d95a356fe2829de9)
Signed-off-by: Tobias Hagelborn <tobiasha@axis.com>
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The cmake bbclass already sets the path to the correct Python for us,
and there appears to be no more scripts in the build which use 'python'
explicitly.
(From OE-Core rev: abbac1588163b63746928403d524a09532875d5a)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
LIB_INSTALL_DIR was removed in libgit2 1.0 when they moved to using
GNUInstallDirs.
BUILD_CLAR is now BUILD_TESTS as of libgit2 1.4.
(From OE-Core rev: 9d321a4abf2ee35647293f5ec7e4c354974b45c6)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This recipe uses the cmake class, so there's no need to set the Ninja
backend, or tell it where Python is, or that we're cross-compiling.
(From OE-Core rev: 2560665cc1e30a6ca969118ade8612393e1eef74)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When building gobject-introspection for aarch64, the generated giscanner
python module has the wrong "x86_64" suffix:
./usr/lib/gobject-introspection/giscanner/_giscanner.cpython-311-x86_64-linux-gnu.so
The EXT_SUFFIX used by meson to generate the python module is taken
from the native python3 sysconfig instead of the target sysconfig.
Replace the python3native inherit with python3targetconfig to fix this.
(From OE-Core rev: 0a6c46743fa6bf3e5418247d4841ae5ffb530262)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This reverts commit 82e67b82ea8e12aa0b7b9db1d84fec0436dec71b.
It was commited as part of https://bugzilla.yoctoproject.org/show_bug.cgi?id=12301
for kernels < 4.15, as of now oldest builder kernel we have is 4.15 on
ubuntu 18.04 so we should not require this workaround. Moreover, this
fixes an smp problem with qemux86 where no matter what -smp <x> option
is used, qemu always starts with single core.
(From OE-Core rev: fa8a7c0608fc800c48d0ff1cd832ad63c51eeab1)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Allow 'multiubi' fstype image.
Set 'MULTIUBI_BUILD' with two entries to allow configuration for two
different '.ubifs'.
Configure 'MKUBIFS_ARGS_*' and 'UBINIZE_ARGS_*' for both configurations.
(From OE-Core rev: 96d4486df6d870ef19e2055b026729e66bc118f3)
Signed-off-by: Romuald Jeanne <romuald.jeanne@st.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* I was hit by oe-selftest -r eSDK.oeSDKExtSelfTest.test_install_libraries_headers
running all tests except only this selected one:
poky $ oe-selftest -v -r eSDK.oeSDKExtSelfTest.test_install_libraries_headers -K -B /OE/build/poky/build-eSDK
2023-03-13 14:00:52,955 - oe-selftest - DEBUG - Selected tests with -r: ['eSDK.oeSDKExtSelfTest.test_install_libraries_headers']
2023-03-13 14:00:55,531 - oe-selftest - INFO - Changing cwd to /OE/build/poky/build
..
2023-03-13 14:00:58,128 - oe-selftest - INFO - test_archiver_allows_to_filter_on_recipe_name (archiver.Archiver.test_archiver_allows_to_filter_on_recipe_name)
this is caused by _built_modules_dict(modules) function
which filters out eSDK.oeSDKExtSelfTest.test_install_libraries_headers
based on the regexp and then it runs all loaded tests, because
modules are empty
the initial regexp and comment from 2017:
https://git.openembedded.org/openembedded-core/commit/?id=80db3d999ae26d298d9d5418a32b11a4f27af9d5
# Assumption: package and module names do not contain upper case
# characters, whereas class names do
m = re.match(r'^([^A-Z]+)(?:\.([A-Z][^.]*)(?:\.([^.]+))?)?$', module)
might still be valid, but it was loosened in 2018 to accept upper case in module:
https://git.openembedded.org/openembedded-core/commit/?id=1ecf48fd286a77078451b67879a44f9c9dc7a894
Some test cases (eSDK.oeSDK*, runtime_test/*) does not match with current regex, fix it accept all.
Then skipping the not matching modules was added later in 2018:
https://git.openembedded.org/openembedded-core/commit/?id=f2042bf3638ed4edfb167e7f7d4be6da60997ead
and regexp was updated again in 2020 not to accept upper case in modules:
https://git.openembedded.org/openembedded-core/commit/?id=ad81ea90a815389e45ff302a85151724c71f71c3
oeqa/core/loader: refine regex to find module
test case in format <module name>.<class name>.<test case name>
this is clear when test cases is only 3 item deep.
but confused when it is 4 item deep, eg,
oelib.types.TestList.test_list_nosep
I'm afraid that changing this regexp again to accept eSDK will break
someone's favorite test case, renaming eSDK looks much safer option
There is only 1 such case in poky:
$ oe-selftest --list-modules | grep INFO.- | sed 's/^.*INFO - //g' | grep -v '^[a-z_\.]*$'
Listing all available test modules:
eSDK
Most modules are just a-z (52x), then oelib.<foo> (6x) and 7 modules with underscore '_'.
(From OE-Core rev: 173ef4397b5be19f72385b1a0d892a1fa8979d53)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This Unittest tries to rename a package, using an already used name and
fails on do_package.
Reviewed-by: Yoann CONGAL <yoann.congal@smile.fr>
(From OE-Core rev: c3fe173d5196506d89aa464ba56aabcf581a60db)
Signed-off-by: Fawzi KHABER <fawzi.khaber@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It is possible to rename packages with the macro PKG:${PN} and result in
a package name conflict if the target name exists already.
Add a fatal check to prevent this issue to go unnoticed.
Fix [Yocto #12060]
Reviewed-by: Yoann CONGAL <yoann.congal@smile.fr>
(From OE-Core rev: f6cb63d3a871c4eef52d981131a56bf41aa1dcdf)
Signed-off-by: Fawzi KHABER <fawzi.khaber@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
NVD DB store version and update in the same value, separated by '_'.
The proposed patch check if the version from NVD DB contains a "_",
ie 9.2.0_p1 is convert to 9.2.0p1 before version comparison.
[YOCTO #14127]
Reviewed-by: Yoann CONGAL <yoann.congal@smile.fr>
(From OE-Core rev: 7d00f6ec578084a0a0e5caf36241d53036d996c4)
Signed-off-by: Geoffrey GIRY <geoffrey.giry@smile.fr>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Fixed:
Set EXCLUDE_FROM_WORLD = "0" in recipe_A:
$ bitbake world -g
Check pn-buildlist, the recipe_A won't be built, this patch fixes the problem:
EXCLUDE_FROM_WORLD = "1": Not build in world
EXCLUDE_FROM_WORLD = "0": Add back to world build
(Bitbake rev: 3f4ede2d67a2d75d3faf8887f90371bd7554d492)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We have an obtuse rare and intermittent bitbake fetch failure. Understanding
the value of ud.localpath at the time of failure would be helpful to debug it
further. Tweak the debugging to provide this in the output.
(Bitbake rev: 935ab36f64d25c09f83209cd369714c2bc89aa7f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The "git clone /path/to/git/objects_symlink" couldn't work after the following
change:
6f054f9fb3
But repo command manages the git repo as symlinks, so check whether the objects
is an symlink to fix the problem:
* Nothing is changed if git/objects is not a symlink
* Use "git clone file://" when git/objects is a symlink
(Bitbake rev: a0d8108eba8d542707740d00c66c1c5f5b963f18)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This change brings checksum verification of each crate
in a recipe, e.g
| SRC_URI += " \
| crate://crates.io/aho-corasick/0.7.20 \
| crate://crates.io/atomic-waker/1.1.0 \
| crate://crates.io/cc/1.0.79 \
| "
|
| SRC_URI[aho-corasick.sha256sum] = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
| SRC_URI[atomic-waker.sha256sum] = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
| SRC_URI[cc.sha256sum] = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
That will require to move the checksum initialization
after the possible call to urldata_init method in order
for the crate fetcher to parse the url.
Another way of doing could have been implementing a decodeurl
method that would have been specific for each fetcher class.
(Bitbake rev: 4920686c13dd66f9bfa4f7dd38d6e955f153eeec)
Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If a package with a postsints script requires ldconfig, the package class adds
a ldconfig postinst fragment to initialize it before. Systemd has its own
ldconfig.service to initialize it and sometimes if both services are running
at the same time in the first boot, the first one will work, but the second
one will fail with the following error:
ldconfig[141]: /sbin/ldconfig: Renaming of /etc/ld.so.cache~ to /etc/ld.so.cache failed: No such file or directory
This commit adds a ordering dependency between them to make sure that only one
service is running at the same time.
(From OE-Core rev: 4e9d812e127dc6743f52f4881e509e8e2e833afe)
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When we provide sstate_targets recipes they are reported as missing
which is not quite correct because they are proveided to cut build/debugging time.
(From OE-Core rev: fd70a564d6946fa460638dd04ce2daecf4566cf3)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Relative paths in BBLAYERS only works when the new build dir are on the same
ascending directory node:
.
├── build
├── build-st
It works because they share the same ascending relative directory node.
So use the full path when the argument newbuilddir is provided
to make the oe-selftest work everywere regardless of the location chosen.
(From OE-Core rev: 2e022c1977bc1006c00a87e08a2dca5b69db4801)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
OpenSSH 9.3p1 fixes 1 HIGH level security vulnerability.
Upgrade the recipe to point to 9.3p1.
CVEs Fixed:
1) CVE-2023-28531
- ssh-add in OpenSSH before 9.3 adds smartcard keys to ssh-agent without the intended per-hop destination constraints.
(From OE-Core rev: ca4b4165f388a8b8bb80c120a2baef00e7e3bcac)
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The logic in this script validates that the length of data sections are
evenly divisible by the block size. On most systems the block size is
4KB and all is good. Some systems though, such as ppc64le, have a block
size larger then 4KB. For example on a POWER9 based ppc64le system, the
block size is 64KB.
This results in this script failing with errors like this when building
wic images:
|440, in _do_get_mapped_ranges
| assert extent_len % self.block_size == 0
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| AssertionError
In this case the data section size was 268KB and the block size was
64KB, resulting in the above assert failure.
Resolves https://bugzilla.yoctoproject.org/show_bug.cgi?id=15075
(From OE-Core rev: 1e23b803af6991fc20e4a4e88a0ef0541399e722)
Signed-off-by: Andrew Geissler <geissonator@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is needed for many gnome 44 apps.
Drop upstreamed patch in this release
(From OE-Core rev: 917b5da673cfe2271cf8854529b7f1ea7172a737)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This recipe provides find-debuginfo which is used by rpm, more
specifically rpmbuild.
RPM upstream removed find-debuginfo and switched to use debugedit
in the following commit.
04b0805a75
Without debugedit, rpmbuild fails to generate debuginfo package when
%debug_package is added to spec file.
(From OE-Core rev: f7ada8b4d003473abce5b589cc38aec1e5e5f18a)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
updating the 5.15 hardware reference BSPs to match the versions of
the oe-core qemu reference platforms.
(From meta-yocto rev: 2783c1193e0d6b0eb7ac7752233c0396384e571c)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating the hardware reference BSPs to match to core qemu machine
versions.
(From meta-yocto rev: cd38062c745e59b3faf1000ccdf14fcb5f54699b)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
A recent package.py change has highlighted some corruption issues with -dev
pkgconfig package dependencies. Bump the output versions to trigger a rebuild
and ensure everything is consistent.
Take the opportunity to also drop all HASHEQUIV_HASH_VERSION entries since the
main version is changing.
(From OE-Core rev: f45ddfbf007de858327eef0ffefd5840ef4c69b8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently, the latest version abseil-cpp contains a new library named "absl_log_internal_format", it's
basic package config(.pc file) as below:
prefix=/usr
exec_prefix=${prefix}
......
Requires: absl_config = 20230125, absl_core_headers = 20230125, absl_log_internal_append_truncated = 20230125,
absl_log_internal_config = 20230125, absl_log_internal_globals = 20230125, absl_log_severity = 20230125,
absl_strings = 20230125, absl_str_format = 20230125, absl_time = 20230125, absl_span = 20230125
......
Normally, the process_pkgconfig() would process variable data before field data in a .pc file, but in the
absl_log_internal_format, the field data in "Requires" section contains "xxxx = xxxx" format, the
process_pkgconfig() treats them as normal variable and using the setVar() in bitbake's data_smart.py
try to process. The absl_log_internal_format field data contains "_append_", this hit the setVar() checking
and finally bitbake stop building and reporting an error as below:
"Variable xxx contains an operation using the old override syntax. Please convert this layer/metadata before attempting to use with a newer bitbake."
This patch move the field data process before variable process to avoid the process_pkgconfig() treat the field
data as variable.
(From OE-Core rev: a73e269d3e591a10bb397b94b82e3fb960112d33)
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When working on 6.3+ kernel support powerpc started to fail when
doing on target kerne module builds, and in some cases when building
the kernel itself.
This was due to crtsavres requiring objtool to build, which was
missing required development headers.
So in a similar manner to x86, we add elfutils as an arch specific
dependency in these recipes.
(From OE-Core rev: 14b815b0beb6edc14b4fcc016201ade967875e28)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When building a module on target, we use the native compiler
(always "gcc") versus the same compiler, but named in a cross
compiler manner, for the kernel build.
The kernel captures the compiler string in several places,
some of which we are already fixing, but others we are not
(as they don't cause issues).
But when building an on target module, the main kernel Makefile
compares compiler strings and outputs a warning similar to:
warning: the compiler differs from the one used to build the kernel
The kernel was built by: x86_64-poky-linux-gcc (GCC) 11.3.0
You are using: gcc (GCC) 11.3.0
We drop the cross compilation prefix from the captured compiler
string, and we avoid the warning.
RP: tweaked one sed expression to fix quoting issue with 5.15
(From OE-Core rev: 70419f281a4571d01975bd79a47a6ed7ae70b1ae)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
8020ae3c051d Linux 5.15.103
10a72c677bce Makefile: use -gdwarf-{4|5} for assembler for DEBUG_INFO_DWARF{4|5}
6e7bc50f97c9 KVM: VMX: Fix crash due to uninitialized current_vmcs
61e5087231f3 KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper
1f47cba9364f KVM: nVMX: Don't use Enlightened MSR Bitmap for L3
2153dd644ce4 fs: hold writers when changing mount's idmapping
8c3be6925a92 UML: define RUNTIME_DISCARD_EXIT
f616fa79d536 xfs: remove xfs_setattr_time() declaration
5588657f418c KVM: fix memoryleak in kvm_init()
4441a9009193 tools bpftool: Fix compilation error with new binutils
1c27fab24333 tools bpf_jit_disasm: Fix compilation error with new binutils
97f005c0bdba tools perf: Fix compilation error with new binutils
451c9d7b1616 tools include: add dis-asm-compat.h to handle version differences
51b99dc38c1a tools build: Add feature test for init_disassemble_info API changes
381492ef0c51 sh: define RUNTIME_DISCARD_EXIT
1e49bb9ba912 s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36
d517faf3db23 powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
4e6708a0f36e powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
0bfde8c9bb27 arch: fix broken BuildID for arm64 and riscv
560a2744cbbf ext4: block range must be validated before use in ext4_mb_clear_bb()
270422f3e183 ext4: add strict range checks while freeing blocks
2da16af37847 ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()
09546886a0ea ext4: refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()
48302ee67dd7 filelocks: use mount idmapping for setlease permission check
513572bb89e8 media: rc: gpio-ir-recv: add remove function
5f328c9d32b1 media: ov5640: Fix analogue gain control
4cb302546556 scripts: handle BrokenPipeError for python scripts
405ec99d1d25 PCI: Add SolidRun vendor ID
2c75e258adb9 macintosh: windfarm: Use unsigned type for 1-bit bitfields
6c6f956c9295 alpha: fix R_ALPHA_LITERAL reloc for large modules
adb939031af3 powerpc/kcsan: Exclude udelay to prevent recursive instrumentation
e3a62a35f903 powerpc/iommu: fix memory leak with using debugfs_lookup()
93aa548a339c MIPS: Fix a compilation issue
e69d841d143b fs: use consistent setgid checks in is_sxid()
78eecf2e5cd4 attr: use consistent sgid stripping checks
449badcf876d attr: add setattr_should_drop_sgid()
7e8a9b53141e fs: move should_remove_suid()
93395e1184ed attr: add in_group_or_capable()
0123712492f6 fs: move S_ISGID stripping into the vfs_*() helpers
9c3a620bbf0c fs: add mode_strip_sgid() helper
79821ab3284a xfs: set prealloc flag in xfs_alloc_file_space()
a881c1ef16f1 xfs: fallocate() should call file_modified()
f8937e4d1d46 xfs: remove XFS_PREALLOC_SYNC
95aab524e12e xfs: use setattr_copy to set vfs inode attributes
2115c14c93ec tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
b43cb0f08767 watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths
d15c9ae1c6d9 staging: rtl8723bs: Fix key-store index handling
7fa3bb1bcabe staging: rtl8723bs: fix placement of braces
962293f5443c Staging: rtl8723bs: Placing opening { braces in previous line
890e24564c0a staging: rtl8723bs: clean up comparsions to NULL
c513043e0afe iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameter
0fd72f1d1b94 iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid options
2af17167804c iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commands
ce4bbb2aa9d8 nbd: use the correct block_device in nbd_bdev_reset
7889dfc19492 irqdomain: Fix mapping-creation race
a2bc806e95bd ext4: Fix deadlock during directory rename
07b0aba4adf0 RISC-V: Don't check text_mutex during stop_machine
d1b47f735f60 s390/ftrace: remove dead code
3a9418d2c93c riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode
f3969427fb06 af_unix: fix struct pid leaks in OOB support
a9f99eacf79f af_unix: Remove unnecessary brackets around CONFIG_AF_UNIX_OOB.
6a29d71ab421 net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoC
ad7e40ee157b SUNRPC: Fix a server shutdown leak
64d4eb412761 octeontx2-af: Unlock contexts in the queue context cache in case of fault detection
03c1cc6f554d net/smc: fix fallback failed while sendmsg with fastopen
dafde1072202 platform: x86: MLX_PLATFORM: select REGMAP instead of depending on it
36bcbcaf01d8 netfilter: conntrack: adopt safer max chain length
a316da050d80 scsi: megaraid_sas: Update max supported LD IDs to 240
2adc29350a5b net: ethernet: mtk_eth_soc: fix RX data corruption issue
fe8787c1e4f6 net: phy: smsc: fix link up detection in forced irq mode
d83813f724ec net: phy: smsc: Cache interrupt mask
18ab31b8cd37 btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
2662c5b1f0ef netfilter: tproxy: fix deadlock due to missing BH disable
bef8cf77e21c netfilter: ctnetlink: revert to dumping mark regardless of event type
20fd0607acbf bnxt_en: Avoid order-5 memory allocation for TPA data
98fa707a52a3 net: phylib: get rid of unnecessary locking
67431417617d net: stmmac: add to set device wake up flag when stmmac init phy
af5c333c84e5 drm/msm/dpu: fix len of sc7180 ctl blocks
4a476285f6d2 bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser()
c813f7a31614 ice: copy last block omitted in ice_get_module_eeprom()
3f14457e1584 net: caif: Fix use-after-free in cfusbl_device_notify()
c2c71922c5e9 net: lan78xx: fix accessing the LAN7800's internal phy specific registers from the MAC driver
c026917887d1 perf stat: Fix counting when initial delay configured
fdecfb2603d0 selftests: nft_nat: ensuring the listening side is up before starting the client
91aceb3844d4 ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()
a5a7f6e6e126 powerpc: dts: t1040rdb: fix compatible string for Rev A boards
4357bbb921fe nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_properties
04bfc5bcdfc0 bgmac: fix *initial* chip reset to support BCM5358
60530bfdb647 drm/msm/a5xx: fix context faults during ring switch
7f854b4803e5 drm/msm/a5xx: fix the emptyness check in the preempt code
bf66e98285f7 drm/msm/a5xx: fix highest bank bit for a530
2e8efe8c8dab drm/msm/a5xx: fix setting of the CP_PREEMPT_ENABLE_LOCAL register
b77c764b4371 drm/msm: Fix potential invalid ptr free
ced1f5dd6c1d drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototype
e974d8755578 drm/nouveau/kms/nv50-: remove unused functions
c50fc503ee1b ext4: Fix possible corruption when moving a directory
cfb89ceb22fd regulator: core: Use ktime_get_boottime() to determine how long a regulator was off
e1a078cac3e9 regulator: core: Fix off-on-delay-us for always-on/boot-on regulators
67a791df1457 regulator: Flag uncontrollable regulators as always_on
e471e928de97 scsi: core: Remove the /proc/scsi/${proc_name} directory earlier
463ae58d7c80 riscv: Add header include guards to insn.h
4dd43ee784a1 riscv: Avoid enabling interrupts in die()
5ab1d0528b04 RISC-V: Avoid dereferening NULL regs in die()
6a72729ed6ac arm64: efi: Make efi_rt_lock a raw_spinlock
14ddb4e6e9de brd: mark as nowait compatible
5089247d6cf3 block/brd: add error handling support for add_disk()
5c65f0971247 iommu/vt-d: Fix PASID directory pointer coherency
8ff7db51d3ed irqdomain: Refactor __irq_domain_alloc_irqs()
62e4ba36a3d7 ipmi:ssif: Add a timer between request retries
2fb8b122ba8f ipmi:ssif: Increase the message retry time
a6ef5a9d7263 f2fs: retry to update the inode page given data corruption
a517c651f116 f2fs: do not bother checkpoint by f2fs_get_node_info
e55332319825 f2fs: avoid down_write on nat_tree_lock during checkpoint
31b5793ca2de udf: Fix off-by-one error when discarding preallocation
30e29af746ee fs: dlm: start midcomms before scand
9c9dd2b3ba83 fs: dlm: add midcomms init/start functions
2e0415522835 fs: dlm: fix log of lowcomms vs midcomms
c5a23d43c23a KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target
a78a355052ab KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failure
45bcf4a4f2b1 KVM: Register /dev/kvm as the _very_ last thing during initialization
0a0ecaf0988b KVM: Pre-allocate cpumasks for kvm_make_all_cpus_request_except()
3e48a6349d29 KVM: Optimize kvm_make_vcpus_request_mask() a bit
339e480baafc nfc: change order inside nfc_se_io error path
01a821aacc64 ext4: zero i_disksize when initializing the bootloader inode
ca500cf2eceb ext4: fix WARNING in ext4_update_inline_data
d16576142fb9 ext4: move where set the MAY_INLINE_DATA flag is set
c5d7c31e1722 ext4: fix another off-by-one fsmap error on 1k block filesystems
df621af95e89 ext4: fix RENAME_WHITEOUT handling for inline directories
7349cc5ab32e ext4: fix cgroup writeback accounting with fs-layer encryption
fd7b8ebc1dd5 staging: rtl8723bs: Pass correct parameters to cfg80211_get_bss()
0b22cbc05ce2 drm/connector: print max_requested_bpc in state debugfs
5e0eed414156 drm/amdgpu: fix error checking in amdgpu_read_mm_registers for soc15
328d069e9c35 x86/CPU/AMD: Disable XSAVES on AMD family 0x17
92d1caad9f78 fork: allow CLONE_NEWTIME in clone3 flags
7ba76b2ac187 perf inject: Fix --buildid-all not to eat up MMAP2
2072e75b4942 btrfs: fix percent calculation for bg reclaim message
f8cd8754a03a fs: prevent out-of-bounds array speculation when closing a file descriptor
2ddbd0f967b3 Linux 5.15.102
cbecbd884e81 staging: rtl8192e: Remove call_usermodehelper starting RadioPower.sh
515017e952ea staging: rtl8192e: Remove function ..dm_check_ac_dc_power calling a script
528dbd80ac21 wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"
bbf9f29bac04 Linux 5.15.101
cba6bbf501be Revert "drm/i915: Don't use BAR mappings for ring buffers with LLC"
d214f240b0f6 Linux 5.15.100
acf252c1f5c3 usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() fails
1c7988d5c79f malidp: Fix NULL vs IS_ERR() checking
545d72ba4c2c scsi: mpt3sas: Remove usage of dma_get_required_mask() API
953841f959e3 scsi: mpt3sas: re-do lost mpt3sas DMA mask fix
de1afc58a905 scsi: mpt3sas: Don't change DMA mask while reallocating pools
8e6612ff8b5d Revert "scsi: mpt3sas: Fix return value check of dma_get_required_mask()"
72bf6d493c95 drm/virtio: Fix error code in virtio_gpu_object_shmem_init()
8e62139840c0 media: uvcvideo: Fix race condition with usb_kill_urb
a1ddee82de80 Bluetooth: hci_sock: purge socket queues in the destruct() callback
22d021232657 drm/display/dp_mst: Fix down message handling after a packet reception error
db35e49413a4 drm/display/dp_mst: Fix down/up message handling after sink disconnect
e23fa593f1ab x86/resctl: fix scheduler confusion with 'current'
be5d5d0637fd net: tls: avoid hanging tasks on the tx_lock
e1a3cfdbf5b3 soundwire: cadence: Drain the RX FIFO after an IO timeout
ecb33d7a5b58 soundwire: cadence: Remove wasted space in response_buf
473efca280d4 phy: rockchip-typec: Fix unsigned comparison with less than zero
ffcd94262e0e PCI: Add ACS quirk for Wangxun NICs
19c4d6c7b049 PCI: loongson: Add more devices that need MRRS quirk
bb99db06b8b6 kernel/fail_function: fix memory leak with using debugfs_lookup()
7f1e53f88e8b drivers: base: dd: fix memory leak with using debugfs_lookup()
09709a49283f drivers: base: component: fix memory leak with using debugfs_lookup()
b94b39bf3d54 misc: vmw_balloon: fix memory leak with using debugfs_lookup()
cf042964c2fa tty: pcn_uart: fix memory leak with using debugfs_lookup()
49ae24f44713 PCI: Take other bus devices into account when distributing resources
dba6280105e1 PCI: Align extra resources for hotplug bridges properly
92d6e6bf9cf1 usb: gadget: uvc: Make bSourceID read/write
14cbfd08551a usb: uvc: Enumerate valid values for color matching
7e902b949600 USB: ene_usb6250: Allocate enough memory for full object
95ee8cb26db5 usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer math
8da78a60f332 USB: gadget: pxa27x_udc: fix memory leak with using debugfs_lookup()
6236a6d2cdfb USB: gadget: pxa25x_udc: fix memory leak with using debugfs_lookup()
036ada6ca9ee USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup()
b0a2663ecbe8 USB: gadget: bcm63xx_udc: fix memory leak with using debugfs_lookup()
30f9ba2396a1 USB: gadget: gr_udc: fix memory leak with using debugfs_lookup()
fb284bee1e21 USB: isp1362: fix memory leak with using debugfs_lookup()
6f12097467ea USB: isp116x: fix memory leak with using debugfs_lookup()
4a71b15744b8 USB: fotg210: fix memory leak with using debugfs_lookup()
bb4d5eefb670 USB: sl811: fix memory leak with using debugfs_lookup()
c6af1dbc99ad USB: uhci: fix memory leak with using debugfs_lookup()
4322661af6d7 USB: chipidea: fix memory leak with using debugfs_lookup()
cf52c320cf74 USB: dwc3: fix memory leak with using debugfs_lookup()
baec889a81b8 PCI: loongson: Prevent LS7A MRRS increases
19da678d38d2 soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe()
587b48b18a8a iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_config_word()
2b59fdcaaf24 iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_status_word()
9e58ebb12210 tools/iio/iio_utils:fix memory leak
54179274476d mei: bus-fixup:upon error print return values of send and receive
49b326ce8a68 serial: sc16is7xx: setup GPIO controller later in probe
45083b86141e tty: serial: fsl_lpuart: disable the CTS when send break signal
f9d9d25ad1f0 tty: fix out-of-bounds access in tty_driver_lookup_tty()
4be3213e9d79 staging: emxx_udc: Add checks for dma_alloc_coherent()
6683327b51a6 USB: fix memory leak with using debugfs_lookup()
b32d922f86f3 media: uvcvideo: Silence memcpy() run-time false positive warnings
c1343a879cce media: uvcvideo: Quirk for autosuspend in Logitech B910 and C910
cdccb1c3fcd2 media: uvcvideo: Handle errors from calls to usb_string
31a8d11d28b5 media: uvcvideo: Handle cameras with invalid descriptors
57b0ff53f4de media: uvcvideo: Remove format descriptions
1f11ed61d69d iommu/amd: Fix error handling for pdev_pri_ats_enable()
77d567091ec3 IB/hfi1: Update RMT size calculation
5a47bb71b1a9 mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak
1b46c2a76c21 bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC support
0a65cd7379a2 firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3
2e07fa2e30d4 kernel/printk/index.c: fix memory leak with using debugfs_lookup()
ba279dc7e47a tracing: Add NULL checks for buffer in ring_buffer_free_read_page()
9c28c74fbd67 thermal: intel: BXT_PMIC: select REGMAP instead of depending on it
5eaf55b38691 thermal: intel: quark_dts: fix error pointer dereference
d11f9f030fd8 ASoC: mediatek: mt8195: add missing initialization
488bc1b823c7 ASoC: zl38060 add gpiolib dependency
69e997420cb9 ASoC: zl38060: Remove spurious gpiolib select
35b855381898 ASoC: adau7118: don't disable regulators on device unbind
3e7d0968203d loop: loop_set_status_from_info() check before assignment
746d4e369e04 rtc: allow rtc_read_alarm without read_alarm callback
6e47bb21b63b scsi: ipr: Work around fortify-string warning
c775a5246151 genirq: Add and use an irq_data_update_affinity helper
00340ccb5407 genirq: Refactor accessors to use irq_data_get_affinity_mask
2163cf142272 rtc: sun6i: Always export the internal oscillator
660e8f2eeafa vc_screen: modify vcs_size() handling in vcs_read()
72db07cf0d6b tcp: tcp_check_req() can be called from process context
ac7014af85aa ARM: dts: spear320-hmi: correct STMPE GPIO compatible
dff967aee88a net/sched: act_sample: fix action bind logic
850f914efe04 net/sched: act_mpls: fix action bind logic
da4df0cbdf7c net/sched: act_pedit: fix action bind logic
5654a12277b0 net/sched: transition act_pedit to rcu and percpu stats
c494365432dc nfc: fix memory leak of se_io context in nfc_genl_se_io
6398bd3c4a50 net/mlx5: Geneve, Fix handling of Geneve object id as error code
48a8c76c7dc6 net/mlx5e: Verify flow_source cap before using it
2721d966680a 9p/rdma: unmap receive dma buffer in rdma_request()/post_recv()
8d3fc907d060 9p/xen: fix connection sequence
fc772313f2da 9p/xen: fix version parsing
df192270eb72 net: fix __dev_kfree_skb_any() vs drop monitor
ada4f805c9e4 octeontx2-pf: Use correct struct reference in test condition
bf5540cbd20e sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop
dcdddb5f4908 ipv6: Add lwtunnel encap size of all siblings in nexthop calculation
e306dbee4c98 netfilter: x_tables: fix percpu counter block leak on error path when creating new netns
dbb3cbbf03b3 netfilter: ebtables: fix table blob use-after-free
af41b3cd9a92 netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack()
041fdbe73de9 watchdog: sbsa_wdog: Make sure the timeout programming is within the limits
3e765f7ff256 watchdog: pcwd_usb: Fix attempting to access uninitialized memory
23cc41c3f19c watchdog: Fix kmemleak in watchdog_cdev_register
dd7605dd48e5 watchdog: at91sam9_wdt: use devm_request_irq to avoid missing free_irq() in error path
a27e95a6ff3f um: virt-pci: properly remove PCI device from bus
6c738b8805c6 um: virtio_uml: move device breaking into workqueue
b7d5712cf9f4 um: virtio_uml: mark device as unregistered when breaking it
1b1ef45d48e1 um: virtio_uml: free command if adding to virtqueue failed
8ba6b0fade97 x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber list
ed1d288ec85d netfilter: nf_tables: allow to fetch set elements when table has an owner
98db4a032244 ext4: use ext4_fc_tl_mem in fast-commit replay path
aa4d726af72a f2fs: fix to avoid potential memory corruption in __update_iostat_latency()
3afaaf6f5867 ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failed
79548ccdd992 ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()
003bb9868a51 ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmap
79db0e8323b5 ubifs: ubifs_writepage: Mark page dirty after writing inode failed
10b6c359e374 ubifs: dirty_cow_znode: Fix memleak in error handling path
aeb92507ea25 ubifs: Re-statistic cleaned znode count if commit failed
5ec4c8aca5a2 ubi: Fix possible null-ptr-deref in ubi_free_volume()
3e29634eb56e ubifs: Fix memory leak in alloc_wbufs()
95a72417dd13 ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()
53818746e549 ubi: Fix use-after-free when volume resizing failed
91bc31579e9f ubifs: Reserve one leb for each journal head while doing budget
2b6d85db0e07 ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1
8e30559876d8 ubifs: Fix wrong dirty space budget for dirty inode
8e166cc9b64b ubifs: Rectify space budget for ubifs_xrename()
de6d6bf150b7 ubifs: Rectify space budget for ubifs_symlink() if symlink is encrypted
8c3ebc5e3cd0 ubifs: Fix build errors as symbol undefined
701bb3ed5a88 ubi: ensure that VID header offset + VID header size <= alloc, size
276a7298af6a um: vector: Fix memory leak in vector_config
354dfc05bd5f f2fs: allow set compression option of files without blocks
add8515d59a1 fs: f2fs: initialize fsdata in pagecache_write()
06fa1a839fae f2fs: use memcpy_{to,from}_page() where possible
804817f02e2f pwm: stm32-lp: fix the check on arr and cmp registers update
81ea09ae3040 pwm: sifive: Always let the first pwm_apply_state succeed
852703ed6d81 pwm: sifive: Reduce time the controller lock is held
3a75866a5cef objtool: Fix memory leak in create_static_call_sections()
ea30508b7bb1 fs/jfs: fix shift exponent db_agl2size negative
8311961a1724 auxdisplay: hd44780: Fix potential memory leak in hd44780_remove()
7c183dc0af47 net/sched: Retire tcindex classifier
abddfcf701a5 Linux 5.15.99
d2fb2739e956 kbuild: Port silent mode detection to future gnu make.
2da950a044ee wifi: ath9k: use proper statements in conditionals
7e6eeb5fb3aa arm64: dts: qcom: ipq8074: fix Gen2 PCIe QMP PHY
6ac2adcc2bff iommu/vt-d: Fix an unbalanced rcu_read_lock/rcu_read_unlock()
26f8b1ef30f6 media: uvcvideo: Fix memory leak of object map on error exit path
2137e7c83ed6 qede: avoid uninitialized entries in coal_entry array
a8da5a8900fa perf intel-pt: pkt-decoder: Add CFE and EVD packets
922bd6b37276 drm/edid: fix AVI infoframe aspect ratio handling
4eb6789f9177 drm/i915: Don't use BAR mappings for ring buffers with LLC
64bcaffa2d5c drm/radeon: Fix eDP for single-display iMac11,2
6a5f31c3fbf3 drm/i915/quirks: Add inverted backlight quirk for HP 14-r206nv
5f63c879ca95 vfio/type1: restore locked_vm
7329ab7f0249 vfio/type1: track locked_vm per dma
eafb81c50da8 vfio/type1: prevent underflow of locked_vm via exec()
2fd6f6c8cb35 iommu/vt-d: Avoid superfluous IOTLB tracking in lazy mode
77ffe5501e02 PCI: Avoid FLR for AMD FCH AHCI adapters
99eefc2c62e0 PCI: hotplug: Allow marking devices as disconnected during bind/unbind
2bb559f12e54 PCI/PM: Observe reset delay irrespective of bridge_d3
b07ded08cd9c MIPS: DTS: CI20: fix otg power gpio
71f81b6842af riscv: ftrace: Reduce the detour code size to half
4accfc428fec riscv: ftrace: Remove wasted nops for !RISCV_ISA_C
f6b5db68b256 riscv, mm: Perform BPF exhandler fixup on page fault
043d1657cc51 riscv: jump_label: Fixup unaligned arch_static_branch function
ac5ff022d916 riscv: mm: fix regression due to update_mmu_cache change
59b83f7b057d RISC-V: add a spin_shadow_stack declaration
0595cdb58772 scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()
584892fd29a4 scsi: ses: Fix possible desc_ptr out-of-bounds accesses
384aa697d8f2 scsi: ses: Fix possible addl_desc_ptr out-of-bounds accesses
2b28a7d261cb scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process()
6fce2307650a scsi: ses: Don't attach if enclosure has no components
cb121c4137b2 scsi: qla2xxx: Remove increment of interface err cnt
5f40ca617ef5 scsi: qla2xxx: Fix erroneous link down
77a11df33c48 scsi: qla2xxx: Remove unintended flag clearing
77302fb0e357 scsi: qla2xxx: Fix DMA-API call trace on NVMe LS requests
476126f14dfe scsi: qla2xxx: Check if port is online before sending ELS
c54e9311ee0b scsi: qla2xxx: Fix link failure in NPIV environment
37a38ff7edf4 tools/bootconfig: fix single & used for logical condition
d41db100bc38 ring-buffer: Handle race between rb_move_tail and rb_check_pages
145999aed74f ktest.pl: Add RUN_TIMEOUT option with default unlimited
aab7db9e1e08 ktest.pl: Fix missing "end_monitor" when machine check fails
0c2f4a234bb2 ktest.pl: Give back console on Ctrt^C on monitor
fe463fe6aa80 mm/thp: check and bail out if page in deferred queue already
ef1fcad8548d mm: memcontrol: deprecate charge moving
d0d794371bde docs: gdbmacros: print newest record
a16bd95eeb2e remoteproc/mtk_scp: Move clk ops outside send_lock
505627bebd45 media: ipu3-cio2: Fix PM runtime usage_count in driver unbind
d15f73b01bce mips: fix syscall_get_nr
34dbf5dd0711 dax/kmem: Fix leak of memory-hotplug resources
7eb171ada303 alpha: fix FEN fault handling
efa228b2e6a4 ceph: update the time stamps and try to drop the suid/sgid
a73783e4e0c4 rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails
c6cc86c6d847 fuse: add inode/permission checks to fileattr_get/fileattr_set
cfa97a3b266a ARM: dts: exynos: correct TMU phandle in Odroid HC1
70e18548311c ARM: dts: exynos: correct TMU phandle in Odroid XU
816f83bd2868 ARM: dts: exynos: correct TMU phandle in Exynos5250
269926de8454 ARM: dts: exynos: correct TMU phandle in Odroid XU3 family
78a5fa65a5d7 ARM: dts: exynos: correct TMU phandle in Exynos4
52739e0f7413 ARM: dts: exynos: correct TMU phandle in Exynos4210
89e99f0b031f ARM: dts: qcom: sdx55: Add Qcom SMMU-500 as the fallback for IOMMU node
0e22e0477479 dm flakey: fix a bug with 32-bit highmem systems
ff60b2bb680e dm flakey: don't corrupt the zero page
673ca7e7872f dm flakey: fix logic when corrupting a bio
8cbbe0651971 thermal: intel: powerclamp: Fix cur_state for multi package system
935ba268ac0b qede: fix interrupt coalescing configuration
fd081afd21eb wifi: cfg80211: Fix use after free for wext
60e49fe9b7e4 wifi: ath11k: allow system suspend to survive ath11k
f592cd2f1390 wifi: rtl8xxxu: Use a longer retry limit of 48
931dc7e232b2 dm: add cond_resched() to dm_wq_work()
d71a0899e497 dm: send just one event on resize, not two
61d44a4db2f5 mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type
afd61540ba77 mtd: spi-nor: spansion: Consider reserved bits in CFR5 register
73a4cbf91e04 mtd: spi-nor: sfdp: Fix index value for SCCR dwords
116008ada3d0 ext4: refuse to create ea block when umounted
a6744e14ce70 ext4: optimize ea_inode block expansion
c325350d0c54 jbd2: fix data missing when reusing bh which is ready to be checkpointed
83c4e017fbfd ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC
ff9657b1e845 ALSA: ice1712: Do not left ice->gpio_mutex locked in aureon_add_controls()
345fb368e5f5 io_uring/poll: allow some retries for poll triggering spuriously
7e8cd208e9c2 io_uring: remove MSG_NOSIGNAL from recvmsg
dde0d0dfbde2 io_uring/rsrc: disallow multi-source reg buffers
abd54d87daba io_uring: add a conditional reschedule to the IOPOLL cancelation loop
337eb887c74d io_uring: mark task TASK_RUNNING before handling resume/task work
54df6c5edf87 io_uring: handle TIF_NOTIFY_RESUME when checking for task_work
7697139d5dfd crypto: qat - fix out-of-bounds read
ffc9d001fed1 irqdomain: Fix domain registration race
a2a46bd4f40c irqdomain: Drop bogus fwspec-mapping error handling
27842d6884d7 irqdomain: Look for existing mapping only once
562e332dd306 irqdomain: Fix disassociation race
ee82369e29fb irqdomain: Fix association race
1cb936fee7e7 ima: Align ima_file_mmap() parameters with mmap_file LSM hook
cb104b880d78 brd: return 0/-error from brd_insert_page()
113d4b0e12f4 Documentation/hw-vuln: Document the interaction between IBRS and STIBP
e7f1ddebd9f5 x86/speculation: Allow enabling STIBP with legacy IBRS
be2710deaed3 x86/microcode/AMD: Fix mixed steppings support
5830ff467ab3 x86/microcode/AMD: Add a @cpu parameter to the reloading functions
865af457dd89 x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter
e1d35d0d1830 x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe range
c5a2c2bf0b4f x86/kprobes: Fix __recover_optprobed_insn check optimizing logic
f46a42130c03 x86/reboot: Disable SVM, not just VMX, when stopping CPUs
5427c3cee789 x86/reboot: Disable virtualization in an emergency if SVM is supported
1e3edbabf57a x86/crash: Disable virt in core NMI crash handler to avoid double shootdown
83a27cd866dd x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)
6e46d9ff3ed3 KVM: s390: disable migration mode when dirty tracking is disabled
21c95b736058 KVM: SVM: hyper-v: placate modpost section mismatch error
033a4c062124 KVM: SVM: Fix potential overflow in SEV's send|receive_update_data()
11d4b35674c6 KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPI
999439fd5da5 KVM: Destroy target device if coalesced MMIO unregistration fails
ac791643e77b RDMA/siw: Fix user page pinning accounting
a155ad9506f9 udf: Fix file corruption when appending just after end of preallocated extent
37e74003d81e udf: Detect system inodes linked into directory hierarchy
e6574337df78 udf: Preserve link count of system files
c5787d77a5c2 udf: Do not update file length for failed writes to inline files
9a8d602f0723 udf: Do not bother merging very long extents
e43adce883e1 udf: Truncate added extents on failed expansion
aa502e760c26 selftests/landlock: Test ptrace as much as possible with Yama
6249f305cd34 selftests/landlock: Skip overlayfs tests when not supported
597ecd95b1f2 ocfs2: fix non-auto defrag path not working issue
33665d104266 ocfs2: fix defrag path triggering jbd2 ASSERT
f901c39e670b f2fs: fix cgroup writeback accounting with fs-layer encryption
117d4f6687b1 f2fs: fix information leak in f2fs_move_inline_dirents()
936a8383a021 fs: dlm: send FIN ack back in right cases
e9463d46af47 fs: dlm: move sending fin message into state change handling
3ed92883b387 fs: dlm: don't set stop rx flag after node reset
19e99109fb77 exfat: fix inode->i_blocks for non-512 byte sector size device
9717df94d7d0 exfat: redefine DIR_DELETED as the bad cluster number
c2c3d86bd4a9 exfat: fix unexpected EOF while reading dir
0d3902cbcf80 exfat: fix reporting fs error when reading dir beyond EOF
05103d88482d fs: hfsplus: fix UAF issue in hfsplus_put_super
2cab8db14566 hfs: fix missing hfs_bnode_get() in __hfs_bnode_create
6817d13c62db ARM: dts: exynos: correct HDMI phy compatible in Exynos4
851c34f19c0a ksmbd: do not allow the actual frame length to be smaller than the rfc1002 length
f9b816c55bea ksmbd: fix wrong data area length for smb2 lock request
db1c5ec57611 locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpath
79a0583a31ae btrfs: hold block group refcount during async discard
0eba9b4a86e8 cifs: Fix uninitialized memory read in smb3_qfs_tcon()
2c00c08a081e s390/kprobes: fix current_kprobe never cleared after kprobes reenter
f12874e6a169 s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handler
76c683864bea s390: discard .interp section
61e64c322739 s390/extmem: return correct segment type in __segment_load()
49be6b25acb7 ipmi_ssif: Rename idle state and check
66db2b9a2dc5 ipmi:ssif: resend_msg() cannot fail
db44fae4cb19 rtc: pm8xxx: fix set-alarm race
8b44b4d81598 block: don't allow multiple bios for IOCB_NOWAIT issue
ce3eb3c37b2c firmware: coreboot: framebuffer: Ignore reserved pixel color bits
d44d34a22ff0 wifi: rtl8xxxu: fixing transmisison failure for rtl8192eu
90ca3fa30fc4 drm/shmem-helper: Revert accidental non-GPL export
bde7dcd77807 nfsd: zero out pointers after putting nfsd_files on COPY setup error
8c5f6c699241 dm cache: add cond_resched() to various workqueue loops
01663c215843 dm thin: add cond_resched() to various workqueue loops
f0c8b85af2f6 drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5
fbc357c9ad67 HID: logitech-hidpp: Don't restart communication if not necessary
5a46d8bdaf03 scsi: snic: Fix memory leak with using debugfs_lookup()
73dbd0f325af pinctrl: at91: use devm_kasprintf() to avoid potential leaks
52ea47a0ddfb hwmon: (coretemp) Simplify platform device handling
c713ebf2fe3f gfs2: Improve gfs2_make_fs_rw error handling
a4b3893e4183 regulator: s5m8767: Bounds check id indexing into arrays
88001ac08e69 regulator: max77802: Bounds check regulator id against opmode
4e8c955abc52 ASoC: kirkwood: Iterate over array indexes instead of using pointer math
9576b7ccc203 ASoC: soc-compress: Reposition and add pcm_mutex
204233695407 docs/scripts/gdb: add necessary make scripts_gdb step
5dfe7a5386fd drm/msm/dsi: Add missing check for alloc_ordered_workqueue
9ae15ebaefc4 drm: amd: display: Fix memory leakage
a40b97acb817 Revert "fbcon: don't lose the console font across generic->chip driver switch"
51ab4eb1a25e scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write
cda2f7efbc2d drm/radeon: free iio for atombios when driver shutdown
340d1cc503f6 drm/tiny: ili9486: Do not assume 8-bit only SPI controllers
1f09c5321f03 HID: Add Mapping for System Microphone Mute
fc4f90d6ebd0 drm/omap: dsi: Fix excessive stack usage
bb9a5562beb9 drm/amd/display: Fix potential null-deref in dm_resume
54ba1ec7ed34 drm/amd/display: Revert Reduce delay when sink device not able to ACK 00340h write
93be5b2dda27 scm: add user copy checks to put_cmsg()
ad01fa14f65c hv_netvsc: Check status in SEND_RNDIS_PKT completion message
90c260fddc65 Bluetooth: btusb: Add VID:PID 13d3:3529 for Realtek RTL8821CE
84e4d4885d0a PM: EM: fix memory leak with using debugfs_lookup()
dddc132eb0dc PM: domains: fix memory leak with using debugfs_lookup()
dc39fbd865a9 time/debug: Fix memory leak with using debugfs_lookup()
49aa49952116 s390/idle: mark arch_cpu_idle() noinstr
eb1fbdf985cc uaccess: Add minimum bounds check on kernel buffer size
ce1fb07b7130 coda: Avoid partial allocation of sig_inputArgs
dca8fd0f7d70 net/mlx5: fw_tracer: Fix debug print
4d9d7e5e4c79 ACPI: video: Fix Lenovo Ideapad Z570 DMI match
90fa009c6d51 wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanup
634986c94c57 tools/power/x86/intel-speed-select: Add Emerald Rapid quirk
2493966c877f netfilter: nf_tables: NULL pointer dereference in nf_tables_updobj()
fcf9fb5242d2 m68k: Check syscall_trace_enter() return code
124ca24e0de9 net: bcmgenet: Add a check for oversized packets
bcb03f2be982 crypto: hisilicon: Wipe entire pool on error
f1e093291cd6 clocksource: Suspend the watchdog temporarily when high read latency detected
e6900ee15d87 thermal: intel: intel_pch: Add support for Wellsburg PCH
31f4c98ecd17 ACPI: Don't build ACPICA with '-Os'
57bb8235ba8f ice: add missing checks for PF vsi type
38f564996906 ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPB
b279fa1ceadb inet: fix fast path in __inet_hash_connect()
1a1f43059afa wifi: mt7601u: fix an integer underflow
a0f0ce1c8ab9 wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of-bounds
f5df8d35b228 x86/bugs: Reset speculation control settings on init
aa70d1e0f941 timers: Prevent union confusion from unexpected restart_syscall()
599a9dcef8a7 thermal: intel: Fix unsigned comparison with less than zero
208065148930 wifi: ath11k: debugfs: fix to work with multiple PCI devices
4a84fcea596d rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
0d9fc1397f71 rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
6f2ce125c760 rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks
3a3a5e3f9406 wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()
634a5471a6bd wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect()
a2e4b48d6f9b trace/blktrace: fix memory leak with using debugfs_lookup()
3538ade9d8c2 blk-iocost: fix divide by 0 error in calc_lcoefs()
2e68a0f7bc57 ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy
1492fc9b50a4 udf: Define EFSCORRUPTED error code
de23e98c1c34 rpmsg: glink: Avoid infinite loop on intent for missing channel
6d24202b8d3d media: saa7134: Use video_unregister_device for radio_dev
114f768e7314 media: usb: siano: Fix use after free bugs caused by do_submit_urb
d2512e1c9073 media: i2c: ov7670: 0 instead of -EINVAL was returned
29962c478e8b media: rc: Fix use-after-free bugs caused by ene_tx_irqsim()
09fc82a6a7a8 media: imx-jpeg: Apply clk_bulk api instead of operating specific clk
8f9722ffa432 media: v4l2-jpeg: ignore the unknown APP14 marker
ecefc14dd1c9 media: v4l2-jpeg: correct the skip count in jpeg_parse_app14_data
5ed8dde3aa5b media: i2c: imx219: Fix binning for RAW8 capture
800bb32c7636 media: i2c: imx219: Split common registers from mode tables
1da495101ef7 media: i2c: ov772x: Fix memleak in ov772x_probe()
ba54908ae822 media: ov5675: Fix memleak in ov5675_init_controls()
3969b2ebc660 media: ov2740: Fix memleak in ov2740_init_controls()
5897fe3ebe82 media: max9286: Fix memleak in max9286_v4l2_register()
956186b8e2c1 builddeb: clean generated package content
edc6f486be31 s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64
4ecc0a347da7 s390/vdso: remove -nostdlib compiler flag
a26436b90808 powerpc: Remove linker flag from KBUILD_AFLAGS
60abe015c3b5 media: platform: ti: Add missing check for devm_regulator_get
954f27086c07 media: ti: cal: fix possible memory leak in cal_ctx_create()
d4f4aa9ec112 remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headers
bd57756a7e43 IB/hfi1: Fix sdma.h tx->num_descs off-by-one errors
08210a63eb4f IB/hfi1: Fix math bugs in hfi1_can_pin_pages()
a495b6a5d027 iommu/vt-d: Allow to use flush-queue when first level is default
990c539e9c33 iommu/vt-d: Use second level for GPA->HPA translation
727fb414fe9f iommu/vt-d: Check FL and SL capability sanity in scalable mode
b0a2bf28af77 iommu/vt-d: Remove duplicate identity domain flag
db05a58ed435 iommu/vt-d: Fix error handling in sva enable/disable paths
0bb33c5fe4a0 dmaengine: dw-axi-dmac: Do not dereference NULL structure
ad222c9af25e dmaengine: sf-pdma: pdma_desc memory leak fix
f119ef452e2d iommu: Fix error unwind in iommu_group_alloc()
76e0396313c7 iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry()
3df71bb7e8ad phy: rockchip-typec: fix tcphy_get_mode error case
295ab6d49ee5 dmaengine: dw-edma: Fix readq_ch() return value truncation
3d41d9b256ae tty: serial: imx: disable Ageing Timer interrupt request irq
908e091e1b66 tty: serial: imx: Handle RS485 DE signal active high
3fe888ce8152 serial: fsl_lpuart: fix RS485 RTS polariy inverse issue
87674a359ad1 RDMA/irdma: Cap MSIX used to online CPUs + 1
d9e1dae1e278 usb: max-3421: Fix setting of I/O pins
9dca64042d85 RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()
16603bced2d1 power: supply: remove faulty cooling logic
c4f590e84a60 iommu/vt-d: Set No Execute Enable bit in PASID table entry
7bd1d1305c89 usb: gadget: configfs: Restrict symlink creation is UDC already binded
da589849cfdd usb: gadget: configfs: remove using list iterator after loop body as a ptr
3d0127aca18f usb: gadget: configfs: use to_usb_function_instance() in cfg (un)link func
c955f9cf75b7 usb: gadget: configfs: use to_config_usb_cfg() in os_desc_link()
f12829e5130f usb: musb: mediatek: don't unregister something that wasn't registered
2aff0632ac6b RDMA/cxgb4: add null-ptr-check after ip_dev_find()
fcbbf34d7820 tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma case
e8fb0f13e45c usb: early: xhci-dbc: Fix a potential out-of-bound memory access
49bf49312b30 dmaengine: dw-edma: Fix missing src/dst address of interleaved xfers
834af318db66 fotg210-udc: Add missing completion handler
b4fe158259fb firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handle
ca39a7c65944 drivers: base: transport_class: fix resource leak when transport_add_device() fails
817b415f481b drivers: base: transport_class: fix possible memory leak
8d389e363075 driver core: fix resource leak in device_add()
6cdcee7393d4 misc/mei/hdcp: Use correct macros to initialize uuid_le
a3c89e8c69a5 VMCI: check context->notify_page after call to get_user_pages_fast() to avoid GPF
b1cdf1113e21 firmware: stratix10-svc: add missing gen_pool_destroy() in stratix10_svc_drv_probe()
7f9416f14e86 applicom: Fix PCI device refcount leak in applicom_init()
4a77ce51f9a8 eeprom: idt_89hpesx: Fix error handling in idt_init()
4143de03d397 Revert "char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in set_protocol"
c177d5f24723 serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()
7159dced6ffb tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()
d5dcc89c8df8 tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()
707d954d9b5c PCI: switchtec: Return -EFAULT for copy_to_user() errors
53b65fa40c01 PCI/IOV: Enlarge virtfn sysfs name buffer
645384e26f20 usb: typec: intel_pmc_mux: Don't leak the ACPI device reference count
2a023b47d9f5 usb: typec: intel_pmc_mux: Use the helper acpi_dev_get_memory_resources()
2dc1dba1d8d3 ACPI: resource: Add helper function acpi_dev_get_memory_resources()
950c6df6ec6e coresight: cti: Add PM runtime call in enable_store
ec4808025406 coresight: cti: Prevent negative values of enable count
4f125de654c4 coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTR
4ff283009f55 media: uvcvideo: Check for INACTIVE in uvc_ctrl_is_accessible()
5052fe8a95a4 media: uvcvideo: Check controls flags before accessing them
bd3a78ace9bd media: uvcvideo: Use control names from framework
5f0b4c77e70d media: uvcvideo: Add support for V4L2_CTRL_TYPE_CTRL_CLASS
c7121f186c1c media: uvcvideo: refactor __uvc_ctrl_add_mapping
d9eacd945f16 media: uvcvideo: Remove s_ctrl and g_ctrl
07ab366a9aaf media: uvcvideo: Do not check for V4L2_CTRL_WHICH_DEF_VAL
0305bf6af005 alpha/boot/tools/objstrip: fix the check for ELF header
89a0079049f5 kobject: Fix slab-out-of-bounds in fill_kobj_path()
e8bfba508cf3 kobject: modify kobject_get_path() to take a const *
2c59650d078b driver core: fix potential null-ptr-deref in device_add()
18f50b830408 soundwire: cadence: Don't overflow the command FIFOs
83ce72f41464 i2c: designware: fix i2c_dw_clk_rate() return size to be u32
d725bc59db96 usb: gadget: fusb300_udc: free irq on the error path in fusb300_probe()
806d41135051 iio: light: tsl2563: Do not hardcode interrupt trigger type
0d6282dc2bd3 dmaengine: HISI_DMA should depend on ARCH_HISI
d901a7fb4069 dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0
6a8a02dcfae1 mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read()
413f8b1f8be6 mfd: cs5535: Don't build on UML
41aed1bddcec objtool: add UACCESS exceptions for __tsan_volatile_read/write
1ca4adf2e099 printf: fix errname.c list
3927846a2a53 selftests/ftrace: Fix bash specific "==" operator
b41a42d11df7 sparc: allow PM configs for sparc32 COMPILE_TEST
1f3d6661f3f4 perf tools: Fix auto-complete on aarch64
f9a35cd8f017 perf intel-pt: Do not try to queue auxtrace data on pipe
bb0a6b5bcebf perf intel-pt: Add support for emulated ptwrite
6d60fdc1e6a1 perf intel-pt: Add link to the perf wiki's Intel PT page
ceecd014a8cc perf intel-pt: Add documentation for Event Trace and TNT disable
b51f0131fd41 perf inject: Use perf_data__read() for auxtrace
690efcb5827c leds: led-core: Fix refcount leak in of_led_get()
1cdf973d2b3a perf llvm: Fix inadvertent file creation
321b8b2b0b2b gfs2: jdata writepage fix
7cbd5bdb5bd4 cifs: Fix warning and UAF when destroy the MR list
46cd6c639cdd cifs: Fix lost destroy smbd connection when MR allocate failed
22f55cbb0605 nfsd: fix race to check ls_layouts
4abe8b100407 drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt()
350f0fc9052d hid: bigben_probe(): validate report count
0fd999805292 HID: bigben: use spinlock to safely schedule workers
be0b3f4a10bc HID: bigben_worker() remove unneeded check on report_field
4dccaf1e45e1 HID: bigben: use spinlock to protect concurrent accesses
547d18473a16 ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not declared
78b4d1e54531 spi: synquacer: Fix timeout handling in synquacer_spi_transfer_one()
91758289faad NFS: fix disabling of swap
c78cfb19c9a2 nfs4trace: fix state manager flag printing
ccbf841c73ef NFSv4: keep state manager thread active if swap is enabled
24ff9c5cdea9 dm: remove flush_scheduled_work() during local_exit()
6739473a05ba ASoC: tlv320adcx140: fix 'ti,gpio-config' DT property init
75eef8cb9d07 hwmon: (mlxreg-fan) Return zero speed for broken fan
528181646644 spi: bcm63xx-hsspi: Fix multi-bit mode setting
caed289f95f2 ASoC: codecs: lpass: fix incorrect mclk rate
110589ecae84 ASoC: codecs: tx-macro: move to individual clks from bulk
b1c7f77e2831 ASoC: codecs: rx-macro: move to individual clks from bulk
05fd63e7f640 ASoC: codecs: tx-macro: move clk provider to managed variants
8ca893710c67 ASoC: codecs: rx-macro: move clk provider to managed variants
bed34709711a ASoC: codecs: Change bulk clock voting to optional voting in digital codecs
bf29fda763a9 HID: retain initial quirks set up when creating HID devices
2098a330b2a6 HID: multitouch: Add quirks for flipped axes
f6e9b77257c1 scsi: aic94xx: Add missing check for dma_map_single()
378cc0eec4aa scsi: mpt3sas: Fix a memory leak
2dc8d09c1e68 drm/amdgpu: fix enum odm_combine_mode mismatch
8b9415aecb1f hwmon: (ltc2945) Handle error case in ltc2945_value_store
9cd1a9b7de20 ASoC: dt-bindings: meson: fix gx-card codec node regex
fecd236ef6be ASoC: mchp-spdifrx: Fix uninitialized use of mr in mchp_spdifrx_hw_params()
2b346cc075ec ASoC: rsnd: fixup #endif position
fa077baab8ea ASoC: mchp-spdifrx: disable all interrupts in mchp_spdifrx_dai_remove()
667782d7ef5b ASoC: mchp-spdifrx: fix controls that works with completion mechanism
12396e9300da ASoC: mchp-spdifrx: fix return value in case completion times out
0c4e4d2ccb88 ASoC: mchp-spdifrx: fix controls which rely on rsr register
e4d1c3ce2fe3 spi: dw_bt1: fix MUX_MMIO dependencies
5f54a1d08e26 gpio: vf610: connect GPIO label to dev name
0b64984dfbc4 ASoC: soc-compress.c: fixup private_data on snd_soc_new_compress()
49cf87919dae drm/mediatek: Clean dangling pointer on bind error path
62952905e195 drm/mediatek: mtk_drm_crtc: Add checks for devm_kcalloc
cd98ea8fa15b drm/mediatek: Drop unbalanced obj unref
088a31fe1edb drm/mediatek: Use NULL instead of 0 for NULL pointer
2a83e2b5b121 drm/mediatek: dsi: Reduce the time of dsi from LP11 to sending cmd
be30b05c4a33 drm/msm/dpu: set pdpu->is_rt_pipe early in dpu_plane_sspp_atomic_update()
f50858d1b66a drm/tegra: firewall: Check for is_addr_reg existence in IMM check
6f3614226430 gpu: host1x: Don't skip assigning syncpoints to channels
11d6f70f07b0 pinctrl: mediatek: Initialize variable *buf to zero
47a117028113 pinctrl: mediatek: Initialize variable pullen and pullup to zero
b5b81fc1ac08 pinctrl: mediatek: fix coding style
58151b609821 pinctrl: bcm2835: Remove of_node_put() in bcm2835_of_gpio_ranges_fallback()
82943a0730e0 drm/msm/mdp5: Add check for kzalloc
c7ee1772e3c3 drm/msm/dpu: Add check for pstates
d4ba50614cb3 drm/msm/dpu: Add check for cstate
f0e9f3e1d6c8 drm/msm: use strscpy instead of strncpy
c9b6a75aae4d drm/msm/dsi: Allow 2 CTRLs on v2.5.0
ce9fedc3099e drm: exynos: dsi: Fix MIPI_DSI*_NO_* mode flags
3a40fd51e81e drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightness
15edaafbff75 drm/bridge: lt9611: pass a pointer to the of node
75b3c2777dbb drm/bridge: lt9611: fix clock calculation
a2c196f05a30 drm/bridge: lt9611: fix programming of video modes
24e51dea9885 drm/bridge: lt9611: fix polarity programming
77ba2d294e16 drm/bridge: lt9611: fix HPD reenablement
1b5adc8752b0 drm/bridge: lt9611: fix sleep mode setup
bf661c5e3bc4 drm/msm/dpu: Disallow unallocated resources to be returned
436fb91cadb8 drm/msm/gem: Add check for kmalloc
525c43e67d47 ALSA: hda/ca0132: minor fix for allocation size
399d01375659 drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup()
e69f8e959b72 ASoC: fsl_sai: initialize is_dsp_mode flag
6fd4144985fc ASoC: fsl_sai: Update to modern clocking terminology
d58b45bbbea8 scsi: qla2xxx: Fix exchange oversubscription for management commands
2232e689f9d9 scsi: qla2xxx: Fix exchange oversubscription
9b2aab3da463 scsi: qla2xxx: edif: Fix I/O timeout due to over-subscription
09af894bc3bd drm/msm: clean event_thread->worker in case of an error
e76fbfdad503 drm/vc4: hdmi: Correct interlaced timings again
55f2645e4e12 drm/vc4: hvs: Fix colour order for xRGB1555 on HVS5
ae8b24e8289b drm/vc4: hvs: Set AXI panic modes
0f735f232ff5 pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups
af54707c0cca pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain
b31ad2ecc4f7 pinctrl: qcom: pinctrl-msm8976: Correct function names for wcss pins
9a01ecc312e7 drm/msm/hdmi: Add missing check for alloc_ordered_workqueue
1721badebfc8 hwmon: (ftsteutates) Fix scaling of measurements
11226ab2f99f gpu: ipu-v3: common: Add of_node_put() for reference returned by of_graph_get_port_by_id()
262f8e5940c6 drm: tidss: Fix pixel format definition
d2991e6b3002 drm/vc4: dpi: Fix format mapping for RGB565
8e04aaffb6de drm/vc4: dpi: Add option for inverting pixel clock and output enable
1f9836f95271 drm/vkms: Fix null-ptr-deref in vkms_release()
bad13de76488 drm/vkms: Fix memory leak in vkms_init()
309e785bae07 drm/bridge: megachips: Fix error handling in i2c_register_driver()
b02742255620 drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXC
da56b06f3828 drm/bridge: ti-sn65dsi83: Fix delay after reset deassert to match spec
d72f8548a613 drm/fourcc: Add missing big-endian XRGB1555 and RGB565 formats
d06e827a65a6 drm: Fix potential null-ptr-deref due to drmm_mode_config_init()
50c75e7ce64c sefltests: netdevsim: wait for devlink instance after netns removal
1a452b449a29 selftest: fib_tests: Always cleanup before exit
96cf406dea06 net: bcmgenet: fix MoCA LED control
f6df58aa15f7 l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()
f7854541b02e selftests/net: Interpret UDP_GRO cmsg data as an int value
75ee94229062 irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interrupts
3a413b05c66e irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered interrupts
95ab0725c521 bpf: Fix global subprog context argument resolution logic
bfc344d1e78c can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bus error
f5aaf140ab1c thermal/drivers/hisi: Drop second sensor hi3660
2d20f9b6dd81 wifi: mac80211: make rate u32 in sta_set_rate_info_rx()
62ff301aa492 crypto: crypto4xx - Call dma_unmap_page when done
74fe2bf6746e ACPI: resource: Do IRQ override on all TongFang GMxRGxx
b577d0bde456 ACPI: resource: Add IRQ overrides for MAINGEAR Vector Pro 2 models
e0ae2d90bc0c selftests/bpf: Fix out-of-srctree build
15fe03e5dd05 wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()
f15ef0ebcf56 wifi: iwl4965: Add missing check for create_singlethread_workqueue()
505c74c4c0b1 wifi: iwl3945: Add missing check for create_singlethread_workqueue
5ac2f1e3bbe6 RISC-V: time: initialize hrtimer based broadcast clock event device
e97dd92c3611 m68k: /proc/hardware should depend on PROC_FS
b677cb4f0b6b crypto: rsa-pkcs1pad - Use akcipher_request_complete
99e8e6fd70a1 rds: rds_rm_zerocopy_callback() correct order for list_add_tail()
d7bd166859fe libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()
b8f6c28ce1cf s390/ap: fix status returned by ap_qact()
900a0c25a653 s390/ap: fix status returned by ap_aqic()
0e872b4da7c6 Bluetooth: hci_qca: get wakeup status from serdev device handle
31a288a4df7f Bluetooth: L2CAP: Fix potential user-after-free
bf1b79d57e44 OPP: fix error checking in opp_migrate_dentry()
db6efde0ab80 tap: tap_open(): correctly initialize socket uid
67f9f02928a3 tun: tun_chr_open(): correctly initialize socket uid
a8353cfb4eec net: add sock_init_data_uid()
15a66714bf28 s390/vmem: fix empty page tables cleanup under KASAN
6ce9a22fc021 s390/mem_detect: fix detect_memory() error handling
856fc2195494 irqchip/ti-sci: Fix refcount leak in ti_sci_intr_irq_domain_probe
88cb93d3a16f irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe
d6c66c468897 irqchip/alpine-msi: Fix refcount leak in alpine_msix_init_domains
4401b4858557 irqchip: Fix refcount leak in platform_irqchip_probe
a7724a7c2236 net/mlx5: Enhance debug print in page allocation failure
a25ff23ba2d7 mt76: mt7915: fix polling firmware-own status
9af6aa18b4e8 bpftool: profile online CPUs instead of possible
457139238f34 crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmware
68c1cfd01332 crypto: ccp - Refactor out sev_fw_alloc()
13cb7851a5b1 leds: led-class: Add missing put_device() to led_put()
912eb10b6564 crypto: xts - Handle EBUSY correctly
55a7f88059c8 x86/microcode: Adjust late loading result reporting message
36b6fc833437 x86/microcode: Check CPU capabilities after late microcode update correctly
de6e20f3f33e x86/microcode: Add a parameter to microcode_check() to store CPU capabilities
a9e76b276b10 x86/microcode: Print previous version of microcode after reload
6d2b3a319144 x86/microcode: Default-disable late loading
dce39c10d885 x86/microcode: Rip out the OLD_INTERFACE
54aa76ad5f01 x86: Mark stop_this_cpu() __noreturn
e4de2b98c4bd powercap: fix possible name leak in powercap_register_zone()
36ec108b7bd7 crypto: seqiv - Handle EBUSY correctly
840a1d3b77c1 crypto: essiv - Handle EBUSY correctly
416eb7cc967d crypto: ccp - Failure on re-initialization due to duplicate sysfs filename
3496c1b3f500 ACPI: battery: Fix missing NUL-termination with large strings
ac75c78f8f76 wifi: cfg80211: Fix extended KCK key length check in nl80211_set_rekey_data()
53c8a256e5d3 wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setup
1af7eacfad45 wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()
61490d271027 wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() fails
f1cdbe94f728 ath9k: htc: clean up statistics macros
4adfc9eb8a45 ath9k: hif_usb: simplify if-if to if-else
c0c0614f143b wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback function
88f6608c7ede wifi: orinoco: check return value of hermes_write_wordrec()
35fb0e275af1 wifi: rtl8xxxu: Fix memory leaks with RTL8723BU, RTL8192EU
ae17414de71b thermal/drivers/tsens: limit num_sensors to 9 for msm8939
80726a391973 thermal/drivers/tsens: fix slope values for msm8939
e991430d2375 thermal/drivers/tsens: Sort out msm8976 vs msm8956 data
df56f5265e73 thermal/drivers/tsens: Add compat string for the qcom,msm8960
21cb4e5700be thermal/drivers/tsens: Drop msm8976-specific defines
801d10065b8a ACPICA: nsrepair: handle cases without a return value correctly
0cf3af4de06a crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2
9ae0f82aa70b lib/mpi: Fix buffer overrun when SG is too long
d215e32fe18a rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()
f7dc606a47d3 rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() calls
a0818534fb64 rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purpose
bcaa8b8fc1f1 genirq: Fix the return type of kstat_cpu_irqs_sum()
4222cc9e7912 ACPICA: Drop port I/O validation for some regions
2b56df9102a8 crypto: x86/ghash - fix unaligned access in ghash_setkey()
4f47453c39f3 wifi: wl3501_cs: don't call kfree_skb() under spin_lock_irqsave()
f19c9ed16294 wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()
b9294aedfb17 wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave()
e9c889b0c458 wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave()
068e986f2ba8 wifi: libertas_tf: don't call kfree_skb() under spin_lock_irqsave()
ddb864ea9ca2 wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid()
e8ef89e5b89e wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit()
5706d00fde3f wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()
9424ea9d557e wifi: ipw2200: fix memory leak in ipw_wdev_init()
345692e96bb7 wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave()
d78d85d84a44 libbpf: Fix btf__align_of() by taking into account field offsets
0c962dcd6bf6 wifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_limit()
507ad94346da wifi: rtl8xxxu: don't call dev_kfree_skb() under spin_lock_irqsave()
037f84c0bfae wifi: libertas: fix memory leak in lbs_init_adapter()
8722f96adece wifi: iwlegacy: common: don't call dev_kfree_skb() under spin_lock_irqsave()
53aa5137560a wifi: rtlwifi: rtl8723be: don't call kfree_skb() under spin_lock_irqsave()
993cd8cf5442 wifi: rtlwifi: rtl8188ee: don't call kfree_skb() under spin_lock_irqsave()
7d2cb8abaad7 wifi: rtlwifi: rtl8821ae: don't call kfree_skb() under spin_lock_irqsave()
b56e60b3b158 wifi: rsi: Fix memory leak in rsi_coex_attach()
3d30678a59af block: bio-integrity: Copy flags when bio_integrity_payload is cloned
cabad071ab17 arm64: dts: qcom: pmk8350: Use the correct PON compatible
0e12d7725d58 arm64: dts: qcom: pmk8350: Specify PBS register for PON
2936952fa626 KEYS: asymmetric: Fix ECDSA use via keyctl uapi
a5fa5a41791c x86/perf/zhaoxin: Add stepping check for ZXC
2c36c390a749 sched/rt: pick_next_rt_entity(): check list_entry
3f191c2cc567 sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()
544a552be086 s390/dasd: Fix potential memleak in dasd_eckd_init()
a00cf3619f19 arm64: dts: qcom: msm8992-lg-bullhead: Correct memory overlaps with the SMEM and MPSS memory regions
8173defc3635 blk-mq: correct stale comment of .get_budget
7dd5f83c1149 blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx
5eb99e7a80fc blk-mq: avoid sleep in blk_mq_alloc_request_hctx
20b9d7b4e0e6 arm64: dts: mediatek: mt7622: Add missing pwm-cells to pwm node
88022f659f63 arm64: dts: mt8192: Fix CPU map for single-cluster SoC
770e769834e1 ARM: dts: imx7s: correct iomuxc gpr mux controller cells
2fe22748d511 ARM: dts: sun8i: nanopi-duo2: Fix regulator GPIO reference
762c821b97a7 arm64: dts: meson: bananapi-m5: switch VDDIO_C pin to OPEN_DRAIN
e29709ba5847 arm64: dts: renesas: beacon-renesom: Fix gpio expander reference
3f5ec3c335dd locking/rwsem: Disable preemption in all down_read*() and up_read() code paths
ab4d47a343da locking/rwsem: Optimize down_read_trylock() under highly contended case
ac0e5a181eff arm64: dts: amlogic: meson-sm1-odroid-hc4: fix active fan thermal trip
f4891e5725a0 arm64: dts: amlogic: meson-gxbb-kii-pro: fix led node name
665bdfabec52 arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: fix led node name
f0b5101a6432 arm64: dts: amlogic: meson-sm1-bananapi-m5: fix adc keys node names
ae03ae3b6b93 arm64: dts: amlogic: meson-gx-libretech-pc: fix update button name
5be0df1849b6 arm64: dts: amlogic: meson-gxl: add missing unit address to eth-phy-mux node name
7a5b8cd5622b arm64: dts: amlogic: meson-gx: add missing unit address to rng node name
5c1ce648c6c3 arm64: dts: amlogic: meson-gxl-s905d-sml5442tw: drop invalid clock-names property
d089142bcc73 arm64: dts: amlogic: meson-gx: add missing SCPI sensors compatible
f562cc37f0f0 arm64: dts: amlogic: meson-axg: fix SCPI clock dvfs node name
334bb3461204 arm64: dts: amlogic: meson-gx: fix SCPI clock dvfs node name
88083a25d80a ARM: imx: Call ida_simple_remove() for ida_simple_get
abfdfa339675 ARM: dts: exynos: correct wr-active property in Exynos3250 Rinato
70aac3c6b14d arm64: dts: ti: k3-j7200: Fix wakeup pinmux range
c42defea2db0 ARM: s3c: fix s3c64xx_set_timer_source prototype
af48760133f1 ARM: bcm2835_defconfig: Enable the framebuffer
37858e17e45e ARM: OMAP1: call platform_device_put() in error case in omap1_dm_timer_init()
89895442387d arm64: dts: meson: remove CPU opps below 1GHz for G12A boards
69c7a270357a arm64: dts: qcom: ipq8074: correct PCIe QMP PHY output clock names
feb8c71f015d arm64: dts: qcom: ipq8074: fix Gen3 PCIe node
1563af0f28af arm64: dts: qcom: ipq8074: correct Gen2 PCIe ranges
e88204931d9a arm64: dts: qcom: ipq8074: fix Gen3 PCIe QMP PHY
d9df682bcea5 arm64: dts: qcom: ipq8074: fix PCIe PHY serdes size
a55a645aa303 arm64: dts: qcom: Fix IPQ8074 PCIe PHY nodes
dd3d021ae547 arm64: dts: qcom: ipq8074: correct USB3 QMP PHY-s clock output names
8a5d81afa6e1 arm64: dts: qcom: msm8992-bullhead: Disable dfps_data_mem
76e794cfd137 arm64: dts: qcom: msm8992-bullhead: Fix cont_splash_mem size
10c5fae6f99d arm64: dts: msm8992-bullhead: add memory hole region
410028a170f3 arm64: dts: meson-gx: Fix the SCPI DVFS node name and unit address
a240ab41b3bc arm64: dts: meson-g12a: Fix internal Ethernet PHY unit name
472c333be2c2 arm64: dts: meson-gx: Fix Ethernet MAC address unit name
b63bb187696c arm64: dts: qcom: sc7280: correct SPMI bus address cells
9e4063237957 arm64: dts: qcom: sc7180: correct SPMI bus address cells
6ca79943f5e3 arm64: dts: qcom: sdm845-db845c: fix audio codec interrupt pin name
e192005e3f69 arm64: dts: mediatek: mt8183: Fix systimer 13 MHz clock description
1cc12d10d13a ARM: zynq: Fix refcount leak in zynq_early_slcr_init
a1d42650cf29 arm64: dts: imx8m: Align SoC unique ID node unit address
61ecb2df6923 arm64: dts: qcom: sm6125: Reorder HSUSB PHY clocks to match bindings
738a716d2de6 arm64: dts: qcom: sm8150-kumano: Panel framebuffer is 2.5k instead of 4k
a7d6e757169f arm64: dts: qcom: msm8996-tone: Fix USB taking 6 minutes to wake up
795a9a93ed8d arm64: dts: qcom: qcs404: use symbol names for PCIe resets
10fcdad2b9f3 ARM: OMAP2+: Fix memory leak in realtime_counter_init()
e2f62d8302bb powerpc/mm: Rearrange if-else block to avoid clang warning
3959316f8ceb HID: asus: use spinlock to safely schedule workers
d2ce7b6f3ae4 HID: asus: use spinlock to protect concurrent accesses
(From OE-Core rev: 7be1bc5ce77b31bb634bd3572d8553cad127f38e)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
7eaef76fbc46 Linux 6.1.20
05650b267e67 UML: define RUNTIME_DISCARD_EXIT
bf899a4b1220 Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"
d663e13ca866 filelocks: use mount idmapping for setlease permission check
38327b6cb1fa drm/amd/display: adjust MALL size available for DCN32 and DCN321
02c8fa11f545 drm/amd/display: Allow subvp on vactive pipes that are 2560x1440@60
00e81f191bc0 media: rc: gpio-ir-recv: add remove function
39111cedd7ba media: ov5640: Fix analogue gain control
42d9fb70770f scripts: handle BrokenPipeError for python scripts
9ba7b769cee0 PCI: Add SolidRun vendor ID
b655ba93b51f macintosh: windfarm: Use unsigned type for 1-bit bitfields
69c74104b0e9 alpha: fix R_ALPHA_LITERAL reloc for large modules
f69bbc0bd6d2 powerpc/kcsan: Exclude udelay to prevent recursive instrumentation
07a5f4e69761 powerpc/64: Move paca allocation to early_setup()
be2e726fa03a powerpc/64: Fix task_cpu in early boot when booting non-zero cpuid
5b5fab270f4d powerpc/bpf/32: Only set a stack frame when necessary
71e9501458aa clk: renesas: rcar-gen3: Disable R-Car H3 ES1.*
24c1bd1cd0d1 powerpc/iommu: fix memory leak with using debugfs_lookup()
ac872bb004c3 powerpc/64: Don't recurse irq replay
5759afd5e584 MIPS: Fix a compilation issue
e1f5c4c877af tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
587a6fda90f3 watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths
09fa1a6b0cdd drm/msm/adreno: fix runtime PM imbalance at unbind
d1a3ca3ad486 adreno: Shutdown the GPU properly
70f12dee2254 drm/amdgpu/soc21: Add video cap query support for VCN_4_0_4
69a56ace8bc2 drm/amdgpu/soc21: don't expose AV1 if VCN0 is harvested
2ef7f829214f ext4: Fix deadlock during directory rename
dc7d4b1a6568 drm/amdgpu: fix return value check in kfd
0a6321657eb8 RISC-V: Don't check text_mutex during stop_machine
324912d6c0c4 riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode
99e9188f9c55 erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"
ac1968ac3992 af_unix: fix struct pid leaks in OOB support
056b022cfc01 net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoC
7a3720361068 SUNRPC: Fix a server shutdown leak
b93ed36b31c3 octeontx2-af: Unlock contexts in the queue context cache in case of fault detection
4de04f8f633c net/smc: fix fallback failed while sendmsg with fastopen
1bd92191773d ethernet: ice: avoid gcc-9 integer overflow warning
accd7904318a ice: Fix DSCP PFC TLV creation
ad7760898469 NFSD: Protect against filesystem freezing
e5febcfbae93 block: fix wrong mode for blkdev_put() from disk_scan_partitions()
49bfd991410b platform: x86: MLX_PLATFORM: select REGMAP instead of depending on it
d391a49ba1b2 platform: mellanox: select REGMAP instead of depending on it
5b5b69e3185f netfilter: conntrack: adopt safer max chain length
b26b85b18469 scsi: sd: Fix wrong zone_write_granularity value during revalidate
8f45d2f32c34 scsi: megaraid_sas: Update max supported LD IDs to 240
715396cca2ce net: tls: fix device-offloaded sendpage straddling records
0ce686fcab32 net: ethernet: mtk_eth_soc: fix RX data corruption issue
324361de111d net: phy: smsc: fix link up detection in forced irq mode
f0c8306c1aa2 btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
17d0f2e8daa8 bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
6a9379eba19b btrfs: fix extent map logging bit not cleared for split maps after dropping range
ceb089e2337f m68k: mm: Move initrd phys_to_virt handling after paging_init()
079d37e1624c netfilter: tproxy: fix deadlock due to missing BH disable
03b5128543d3 netfilter: ctnetlink: revert to dumping mark regardless of event type
fcae40e65802 bnxt_en: Avoid order-5 memory allocation for TPA data
796ae31ca256 net: phylib: get rid of unnecessary locking
b734a6f300d5 net: stmmac: add to set device wake up flag when stmmac init phy
0592b05c5085 drm/msm/dpu: clear DSPP reservations in rm release
5ade9afa5c65 drm/msm/dpu: fix clocks settings for msm8998 SSPP blocks
f8049342f829 drm/msm/dpu: drop DPU_DIM_LAYER from MIXER_MSM8998_MASK
1ef5491ca2a4 drm/msm/dpu: fix len of sc7180 ctl blocks
f45cf3ae3068 bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser()
90b40ab29298 ice: copy last block omitted in ice_get_module_eeprom()
287027d8a567 net: caif: Fix use-after-free in cfusbl_device_notify()
34f099b34b42 net: lan78xx: fix accessing the LAN7800's internal phy specific registers from the MAC driver
0b30a06b20e9 perf stat: Fix counting when initial delay configured
e8d7615d8f6f net: use indirect calls helpers for sk_exit_memory_pressure()
14c17c673e1b net: tls: fix possible race condition between do_tls_getsockopt_conf() and do_tls_setsockopt_conf()
34869f8e713e netfilter: nft_quota: copy content when cloning expression
227a7266fcd1 netfilter: nft_last: copy content when cloning expression
5d241eb8a124 selftests: nft_nat: ensuring the listening side is up before starting the client
6fac771473ca net: lan966x: Fix port police support using tc-matchall
25b54f247ea0 ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()
78891a3c1e87 drm/msm/dpu: disable features unsupported by QCM2290
a3a087edd049 tls: rx: fix return value for async crypto
a7e0439c25f9 powerpc: dts: t1040rdb: fix compatible string for Rev A boards
ce93f1afc059 nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_properties
3ee0c9fb7f46 bgmac: fix *initial* chip reset to support BCM5358
56d67b9788da drm/msm/a5xx: fix context faults during ring switch
ac3af300a2f8 drm/msm/a5xx: fix the emptyness check in the preempt code
84053e7dc47b drm/msm/a5xx: fix highest bank bit for a530
d334248d199f drm/msm/a5xx: fix setting of the CP_PREEMPT_ENABLE_LOCAL register
fa73f67ac0f1 drm/msm: Fix potential invalid ptr free
5dca696143bf drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototype
512aa2fd8c9f cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALID
b0bb13612292 ext4: Fix possible corruption when moving a directory
17e98a5ede81 scsi: core: Remove the /proc/scsi/${proc_name} directory earlier
0d14555f536a riscv: Add header include guards to insn.h
82f713e8b881 block: fix scan partition for exclusively open device again
573e58f5e7e1 block: Revert "block: Do not reread partition table on exclusively open device"
783c225e910f drm/i915: Populate encoder->devdata for DSI on icl+
bd61a84b5eee drm/i915: Do panel VBT init early if the VBT declares an explicit panel type
e340197a4539 drm/i915: Introduce intel_panel_init_alloc()
87228e1c18dc spi: intel: Check number of chip selects after reading the descriptor
9858e0fb32b6 ipmi:ssif: Add a timer between request retries
8a676b6eb2d5 ipmi:ssif: Increase the message retry time
f12869ff7643 ipmi:ssif: Remove rtc_us_timer
526a177ac635 Input: exc3000 - properly stop timer on shutdown
86e9eb69c0e7 bus: mhi: ep: Change state_lock to mutex
b6dc68ac967a bus: mhi: ep: Power up/down MHI stack during MHI RESET
9ee18ff099b0 udf: Fix off-by-one error when discarding preallocation
a926daa8b13c fs: dlm: fix race setting stop tx flag
3c1bc8ded4e4 fs: dlm: be sure to call dlm_send_queue_flush()
29682b8a3dba fs: dlm: use WARN_ON_ONCE() instead of WARN_ON()
a3b0e9ac3c24 fs: dlm: fix use after free in midcomms commit
387c30389494 fd: dlm: trace send/recv of dlm message and rcom
8885e12aa107 fs: dlm: use packet in dlm_mhandle
cb2849caad02 fs: dlm: remove send repeat remove handling
14c5a584cbf2 fs: dlm: start midcomms before scand
f78892061075 fs: dlm: add midcomms init/start functions
e7935f5af426 fs: dlm: fix log of lowcomms vs midcomms
e136e969d268 KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
adc0dd8b0439 KVM: x86: Move guts of kvm_arch_init() to standalone helper
5daa32be8c02 KVM: VMX: Don't bother disabling eVMCS static key on module exit
afb26bfc01db KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
4d72cdd63909 nfc: change order inside nfc_se_io error path
4cd8ffa48800 HID: uhid: Over-ride the default maximum data buffer value with our own
5a144cfe35d8 HID: core: Provide new max_buffer_size attribute to over-ride the default
9cb27b1e76f0 ext4: zero i_disksize when initializing the bootloader inode
35161cec7677 ext4: fix WARNING in ext4_update_inline_data
50a70036ac3a ext4: move where set the MAY_INLINE_DATA flag is set
eb3a695aa71a ext4: fix another off-by-one fsmap error on 1k block filesystems
f3b8cc218bd1 ext4: fix RENAME_WHITEOUT handling for inline directories
f327490e0500 ext4: fix cgroup writeback accounting with fs-layer encryption
f0417bf138af staging: rtl8723bs: Pass correct parameters to cfg80211_get_bss()
4a6d23b76c12 staging: rtl8723bs: Fix key-store index handling
8d2ca666a7b4 drm/connector: print max_requested_bpc in state debugfs
9f6f6f42b9ef drm/display: Don't block HDR_OUTPUT_METADATA on unknown EOTF
d07d152d762d drm/amdgpu: fix error checking in amdgpu_read_mm_registers for nv
a11e210dc595 drm/amdgpu: fix error checking in amdgpu_read_mm_registers for soc21
39190482e5d0 drm/amdgpu: fix error checking in amdgpu_read_mm_registers for soc15
cc4dd679912d x86/CPU/AMD: Disable XSAVES on AMD family 0x17
1c39d126b51b RISC-V: Stop emitting attributes
120f7a928719 fork: allow CLONE_NEWTIME in clone3 flags
a36f845f57a9 perf inject: Fix --buildid-all not to eat up MMAP2
fa4056781ac0 erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms
da8fab32a712 io_uring/uring_cmd: ensure that device supports IOPOLL
fceed91ea1ba btrfs: fix percent calculation for bg reclaim message
99d232798c06 btrfs: fix unnecessary increment of read error stat on write error
cec08b7d1ebc fs: prevent out-of-bounds array speculation when closing a file descriptor
6449a0ba6843 Linux 6.1.19
49393a43c63a staging: rtl8192e: Remove call_usermodehelper starting RadioPower.sh
83d76e3d8b91 staging: rtl8192e: Remove function ..dm_check_ac_dc_power calling a script
7b3eac1950e7 wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"
dc64dc4c80ae tpm: disable hwrng for fTPM on some AMD designs
1cc3fcf63192 Linux 6.1.18
cc4b55a48f4a usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() fails
58b656177d17 arm64: Reset KASAN tag in copy_highpage with HW tags only
96122e776fe7 arm64: mte: Fix/clarify the PG_mte_tagged semantics
8b38969fa016 arm64: efi: Make efi_rt_lock a raw_spinlock
c6b9c79c3df9 io_uring/poll: allow some retries for poll triggering spuriously
3453b1b0439b io_uring: fix two assignments in if conditions
4ca25c0b74dd media: uvcvideo: Fix race condition with usb_kill_urb
27b5871abd5c drm/i915: Fix system suspend without fbdev being initialized
fb5f2b42650f drm/i915/dp_mst: Add the MST topology state for modesetted CRTCs
6e48e7901e62 drm/display/dp_mst: Fix payload addition on a disconnected sink
efe5ce019a9b drm/display/dp_mst: Fix down message handling after a packet reception error
b30fcedeba64 drm/display/dp_mst: Fix down/up message handling after sink disconnect
6130b22fb677 drm/display/dp_mst: Add drm_atomic_get_old_mst_topology_state()
beb15de99ae8 vDPA/ifcvf: allocate the adapter in dev_add()
dd5d2d8821b2 vDPA/ifcvf: manage ifcvf_hw in the mgmt_dev
6ddb3b805827 vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hw
154c0aea566d vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the adapter
e35beaa142d7 vDPA/ifcvf: decouple vq irq requester from the adapter
c0fca7704f5e vDPA/ifcvf: decouple config IRQ releaser from the adapter
62fb450c4dd2 vDPA/ifcvf: decouple vq IRQ releasers from the adapter
aa2af9353aeb vDPA/ifcvf: alloc the mgmt_dev before the adapter
50da55ec0f04 vDPA/ifcvf: decouple config space ops from the adapter
447d1c9abc84 vDPA/ifcvf: decouple hw features manipulators from the adapter
7ec0076b424e x86/resctl: fix scheduler confusion with 'current'
1f800f6aae57 net: tls: avoid hanging tasks on the tx_lock
f5a21755ee55 soundwire: cadence: Drain the RX FIFO after an IO timeout
51eb90be9fd8 soundwire: cadence: Remove wasted space in response_buf
425cd1b47124 iommu: Attach device group to old domain in error path
4e11ac106f69 RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by size
a577aac0dac6 phy: rockchip-typec: Fix unsigned comparison with less than zero
52ec1cae5277 PCI: pciehp: Add Qualcomm quirk for Command Completed erratum
455ed25b5945 PCI: Add ACS quirk for Wangxun NICs
2d07ad44e741 PCI: loongson: Add more devices that need MRRS quirk
29d53c4c5a6f kernel/fail_function: fix memory leak with using debugfs_lookup()
5a7a9efdb193 drivers: base: dd: fix memory leak with using debugfs_lookup()
79ac2b01e033 drivers: base: component: fix memory leak with using debugfs_lookup()
d1c545e44c1e misc: vmw_balloon: fix memory leak with using debugfs_lookup()
4459d1e7bd04 tty: pcn_uart: fix memory leak with using debugfs_lookup()
d1589b73519e PCI: Distribute available resources for root buses, too
bf1ab09d2c45 PCI: Take other bus devices into account when distributing resources
a39f741e6021 PCI: Align extra resources for hotplug bridges properly
8dd58d3c1385 usb: gadget: uvc: Make bSourceID read/write
7a7de5957b8f usb: uvc: Enumerate valid values for color matching
ff542083b105 USB: ene_usb6250: Allocate enough memory for full object
cbf54771bc21 usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer math
b14d188d0d0b USB: gadget: pxa27x_udc: fix memory leak with using debugfs_lookup()
78d9586d8e72 USB: gadget: pxa25x_udc: fix memory leak with using debugfs_lookup()
7a5fdd866017 USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup()
31de0b70ae56 USB: gadget: bcm63xx_udc: fix memory leak with using debugfs_lookup()
be21a66e17ee USB: gadget: gr_udc: fix memory leak with using debugfs_lookup()
b0a8195a84a7 USB: isp1362: fix memory leak with using debugfs_lookup()
542a99cd6ead USB: isp116x: fix memory leak with using debugfs_lookup()
7d2d3bef6d70 USB: fotg210: fix memory leak with using debugfs_lookup()
54166af8941d USB: sl811: fix memory leak with using debugfs_lookup()
e529aeb771ae USB: uhci: fix memory leak with using debugfs_lookup()
dcbe69f4f743 USB: ULPI: fix memory leak with using debugfs_lookup()
610373dd354f USB: chipidea: fix memory leak with using debugfs_lookup()
ce234af49d10 USB: dwc3: fix memory leak with using debugfs_lookup()
04f3cda40e9f staging: pi433: fix memory leak with using debugfs_lookup()
d8c911d3d879 PCI: loongson: Prevent LS7A MRRS increases
bace2a37de7c soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe()
638eeb0e8ade media: uvcvideo: Add GUID for BGRA/X 8:8:8:8
f5a2a15da3bc iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_config_word()
be0c84d90807 iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_status_word()
2d1716aba462 bus: mhi: ep: Fix the debug message for MHI_PKT_TYPE_RESET_CHAN_CMD cmd
945877c145dd tools/iio/iio_utils:fix memory leak
947530c84044 mei: bus-fixup:upon error print return values of send and receive
f57c2164d082 serial: sc16is7xx: setup GPIO controller later in probe
59aba0393275 tty: serial: fsl_lpuart: disable the CTS when send break signal
765566110eb0 tty: fix out-of-bounds access in tty_driver_lookup_tty()
3c8dce696a66 staging: emxx_udc: Add checks for dma_alloc_coherent()
2f588d0345d6 cacheinfo: Fix shared_cpu_map to handle shared caches at different levels
c68ece7baf2a USB: fix memory leak with using debugfs_lookup()
15aed90f3e05 media: uvcvideo: Silence memcpy() run-time false positive warnings
3c4a3bbe025c media: uvcvideo: Quirk for autosuspend in Logitech B910 and C910
acfed4676a59 media: uvcvideo: Handle errors from calls to usb_string
11196ee3916e media: uvcvideo: Handle cameras with invalid descriptors
2c8ea08b86a5 media: uvcvideo: Remove format descriptions
7b41160db120 PCI/ACPI: Account for _S0W of the target bridge in acpi_pci_bridge_d3()
60ac0a6de6b0 iommu/amd: Fix error handling for pdev_pri_ats_enable()
2ec4d5ef0800 IB/hfi1: Update RMT size calculation
9893771097b2 mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak
8caa60c20ae1 bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC support
a6426afbca51 firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3
c578a68ffcdc kernel/printk/index.c: fix memory leak with using debugfs_lookup()
2072332c04df tracing: Add NULL checks for buffer in ring_buffer_free_read_page()
92271fc1cc5d thermal: intel: BXT_PMIC: select REGMAP instead of depending on it
69e49f1b5360 thermal: intel: quark_dts: fix error pointer dereference
ada41093fb1b ASoC: mediatek: mt8195: add missing initialization
bb12470672e7 ASoC: zl38060 add gpiolib dependency
daf8c1062d13 nvme-fabrics: show well known discovery name
fe2d9e54165d nvme-tcp: don't access released socket during error recovery
117dc3f6b641 nvme: bring back auto-removal of deleted namespaces during sequential scan
124fee6c62b2 ASoC: apple: mca: Improve handling of unavailable DMA channels
0c398c1c19ff ASoC: apple: mca: Fix SERDES reset sequence
c664c3835519 ASoC: apple: mca: Fix final status read on SERDES reset
f558edac8f6c ASoC: adau7118: don't disable regulators on device unbind
4be26d553a3f loop: loop_set_status_from_info() check before assignment
b0498e95cae7 io_uring: fix size calculation when registering buf ring
1e276e8acb8e rtc: allow rtc_read_alarm without read_alarm callback
6a675a6d57d3 scsi: mpi3mr: Use number of bits to manage bitmap sizes
abfe73c16b29 scsi: mpi3mr: Fix an issue found by KASAN
66050599b980 scsi: ipr: Work around fortify-string warning
926aef60ea64 genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()
9425d1ee2c0c rtc: sun6i: Always export the internal oscillator
aa7dc954e809 spi: tegra210-quad: Fix iterator outside loop
d6e15f8de5b5 vc_screen: modify vcs_size() handling in vcs_read()
95c131b41f00 tcp: tcp_check_req() can be called from process context
fb987e7a9bd0 ARM: dts: spear320-hmi: correct STMPE GPIO compatible
df2dac168c74 net: dsa: felix: fix internal MDIO controller resource length
9df677d78130 net: dsa: seville: ignore mscc-miim read errors from Lynx PCS
113d2d158f24 net/sched: act_sample: fix action bind logic
af8bfc1add67 net/sched: act_mpls: fix action bind logic
2cabfa2c404d net/sched: act_pedit: fix action bind logic
d3ad82430e9b net/sched: transition act_pedit to rcu and percpu stats
b2036a252381 nfc: fix memory leak of se_io context in nfc_genl_se_io
f19d8f93682a ext4: fix incorrect options show of original mount_opt and extend mount_opt2
2b7cf1bcd447 net/mlx5: Geneve, Fix handling of Geneve object id as error code
a383f5fcc891 net/mlx5e: Verify flow_source cap before using it
2a0b214ab49f net/mlx5: ECPF, wait for VF pages only after disabling host PFs
52e6e7a0bc04 mlx5: fix possible ptp queue fifo use-after-free
234cffda95e1 mlx5: fix skb leak while fifo resync and push
f6c0536b41e6 spi: tegra210-quad: Fix validate combined sequence
7dd49d434d2e 9p/rdma: unmap receive dma buffer in rdma_request()/post_recv()
4f0e9244770f 9p/xen: fix connection sequence
db886cb3ecc6 9p/xen: fix version parsing
896f014a1761 net: fix __dev_kfree_skb_any() vs drop monitor
8dba9e7073a0 octeontx2-pf: Use correct struct reference in test condition
03c3a5584a0a sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop
d28467230dd9 net: sunhme: Fix region request
e3aa5d1bb1b2 octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packet
e11e4d524eba ipv6: Add lwtunnel encap size of all siblings in nexthop calculation
b232d4e840ed drm/i915: move a Kconfig symbol to unbreak the menu presentation
f94becae90b0 ptp: vclock: use mutex to fix "sleep on atomic" bug
512b6c4b83c9 netfilter: x_tables: fix percpu counter block leak on error path when creating new netns
ffba2d579026 netfilter: ctnetlink: make event listener tracking global
f2ccb36b8f76 netfilter: xt_length: use skb len to match in length_mt6
3dd6ac973351 netfilter: ebtables: fix table blob use-after-free
8291cfdfa6cd netfilter: ip6t_rpfilter: Fix regression with VRF interfaces
1fd3c69f6511 netfilter: conntrack: fix rmmod double-free race
4f25d1dff805 netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack()
12a91ade681b watchdog: sbsa_wdog: Make sure the timeout programming is within the limits
ce64f72e988b watchdog: pcwd_usb: Fix attempting to access uninitialized memory
ac099d94e048 watchdog: Fix kmemleak in watchdog_cdev_register
89c682e9d04c watchdog: at91sam9_wdt: use devm_request_irq to avoid missing free_irq() in error path
1bcf3a9846e8 watchdog: rzg2l_wdt: Handle TYPE-B reset for RZ/V2M
edaed0cd7695 watchdog: rzg2l_wdt: Issue a reset before we put the PM clocks
102b82708c15 f2fs: synchronize atomic write aborts
a02a91057652 um: virt-pci: properly remove PCI device from bus
e38d2adf110c um: virtio_uml: move device breaking into workqueue
1954d3cd49d3 um: virtio_uml: mark device as unregistered when breaking it
4e774bf6ea50 um: virtio_uml: free command if adding to virtqueue failed
28ebc1164a45 x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber list
44b713a24251 netfilter: nf_tables: allow to fetch set elements when table has an owner
13a6366bbfa2 ext4: don't show commit interval if it is zero
aa936286e71a ext4: use ext4_fc_tl_mem in fast-commit replay path
0bf3672946a3 soc: qcom: stats: Populate all subsystem debugfs files
22ddbbff116e f2fs: fix to avoid potential memory corruption in __update_iostat_latency()
cc4bc532acda ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failed
84253f3c2dad ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()
c670b05127d3 ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmap
7750be5d3e18 ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this process
824452d5e90f ubifs: ubifs_writepage: Mark page dirty after writing inode failed
76c488e8a0e2 ubifs: dirty_cow_znode: Fix memleak in error handling path
0b8beac8a3c5 ubifs: Re-statistic cleaned znode count if commit failed
2ea7195b1950 ubi: Fix possible null-ptr-deref in ubi_free_volume()
26ec45f1c504 ubifs: Fix memory leak in alloc_wbufs()
27b760b81951 ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()
b0c951742348 ubi: Fix use-after-free when volume resizing failed
c17e1ae20f6b ubifs: Reserve one leb for each journal head while doing budget
31282bc47fcd ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1
b08071c68b58 ubifs: Fix wrong dirty space budget for dirty inode
f8bd27b6252a ubifs: Rectify space budget for ubifs_xrename()
f9e074845367 ubifs: Rectify space budget for ubifs_symlink() if symlink is encrypted
1c5fdf2d4647 ubifs: Fix memory leak in ubifs_sysfs_init()
7508453ede98 ubifs: Fix build errors as symbol undefined
61aeba0e4b41 ubi: ensure that VID header offset + VID header size <= alloc, size
c8583b4655aa um: vector: Fix memory leak in vector_config
14e8bd4cfae3 f2fs: fix to abort atomic write only during do_exist()
e11707d5f86f f2fs: allow set compression option of files without blocks
05006a1521d8 fs: f2fs: initialize fsdata in pagecache_write()
125f89809501 soc: mediatek: mtk-svs: Use pm_runtime_resume_and_get() in svs_init01()
8fc4291f8de2 soc: mediatek: mtk-svs: reset svs when svs_resume() fail
e05aa300fb69 soc: mediatek: mtk-svs: restore default voltages when svs_init02() fail
0b65ff13f943 f2fs: clear atomic_write_task in f2fs_abort_atomic_write()
4bc488c5ca0e f2fs: correct i_size change for atomic writes
9ad51915f4b3 f2fs: introduce trace_f2fs_replace_atomic_write_block
9a0af7cb1c0b pwm: stm32-lp: fix the check on arr and cmp registers update
094ffaf50bb9 pwm: sifive: Always let the first pwm_apply_state succeed
6b99ebd30d65 soc: mediatek: mtk-svs: Enable the IRQ later
2c82bf3f1762 memory: renesas-rpc-if: Move resource acquisition to .probe()
fbb7c9096342 memory: renesas-rpc-if: Split-off private data from struct rpcif
e59c4d34f8ec soc: mediatek: mtk-pm-domains: Allow mt8186 ADSP default power on
a8f63d747bf7 objtool: Fix memory leak in create_static_call_sections()
4a229379a72e f2fs: fix to avoid potential deadlock
14b3742f34b1 f2fs: don't rely on F2FS_MAP_* in f2fs_iomap_begin
d35290addcba driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event()
1f4a325933f8 fs/jfs: fix shift exponent db_agl2size negative
6cd37f8232f5 auxdisplay: hd44780: Fix potential memory leak in hd44780_remove()
3abebc503a51 net/sched: Retire tcindex classifier
11585e2f8b9d Linux 6.1.17
deef2947d5f6 Revert "blk-cgroup: dropping parent refcount after pd_free_fn() is done"
b5dae1cd0d83 Revert "blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deactivate_policy()"
8a923980a190 Linux 6.1.16
7c7570791b15 net: avoid double iput when sock_alloc_file fails
5355a120e428 kbuild: Port silent mode detection to future gnu make.
ff9571a4dee9 sbitmap: Try each queue to wake up at least one waiter
d710b1e91bc0 wait: Return number of exclusive waiters awaken
12815a7d8f82 sbitmap: Advance the queue index before waking up a queue
7ebde70510a1 brd: use radix_tree_maybe_preload instead of radix_tree_preload
48d46319bedc qede: avoid uninitialized entries in coal_entry array
f0f427f3858f drm/edid: fix parsing of 3D modes from HDMI VSDB
26cbe4c63d1e drm/edid: fix AVI infoframe aspect ratio handling
832f861a4603 drm/gud: Fix UBSAN warning
be11d0d9c4eb drm/i915: Don't use BAR mappings for ring buffers with LLC
d805c28e11fc drm/i915: Don't use stolen memory for ring buffers with LLC
8551ddbff0c3 drm/radeon: Fix eDP for single-display iMac11,2
c63e43906ba6 drm/i915/quirks: Add inverted backlight quirk for HP 14-r206nv
749b249d1ba9 drm/amd: Fix initialization for nbio 7.5.1
bf119a3c9c9f vfio/type1: restore locked_vm
9f0fd4f8ec0c vfio/type1: track locked_vm per dma
a6b2aabe6640 vfio/type1: prevent underflow of locked_vm via exec()
e8c21b19c2d0 vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
2bed9455db7c iommu/vt-d: Fix PASID directory pointer coherency
fd045119e1ab iommu/vt-d: Avoid superfluous IOTLB tracking in lazy mode
01836e56fdd2 bus: mhi: ep: Save channel state locally during suspend and resume
69cc38576293 bus: mhi: ep: Move chan->lock to the start of processing queued ch ring
353aea15d6ed bus: mhi: ep: Only send -ENOTCONN status if client driver is available
189f856e76f5 PCI/DPC: Await readiness of secondary bus after reset
358dbd575101 PCI: Avoid FLR for AMD FCH AHCI adapters
6ea16c1e6853 PCI: hotplug: Allow marking devices as disconnected during bind/unbind
24400824053f PCI: Unify delay handling for reset and resume
ef56d0e0b779 PCI/PM: Observe reset delay irrespective of bridge_d3
d7608b85661b MIPS: DTS: CI20: fix otg power gpio
676465bf756b riscv: ftrace: Reduce the detour code size to half
8d4084ccdfce riscv: ftrace: Remove wasted nops for !RISCV_ISA_C
6e433ccb6844 riscv, mm: Perform BPF exhandler fixup on page fault
49064b50704b riscv: jump_label: Fixup unaligned arch_static_branch function
4c71ccae1d28 riscv: mm: fix regression due to update_mmu_cache change
3e92e7fa24ac riscv: Avoid enabling interrupts in die()
a1f8e6981488 RISC-V: add a spin_shadow_stack declaration
82143faf01dd scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()
414418abc19f scsi: ses: Fix possible desc_ptr out-of-bounds accesses
27067c672980 scsi: ses: Fix possible addl_desc_ptr out-of-bounds accesses
0dfe68394cbe scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process()
5ca5470b33e5 scsi: ses: Don't attach if enclosure has no components
7fa1203a1e6f scsi: qla2xxx: Remove increment of interface err cnt
d5da42d99c70 scsi: qla2xxx: Fix erroneous link down
98ee35fb6ffe scsi: qla2xxx: Remove unintended flag clearing
3ee4f1991c54 scsi: qla2xxx: Fix DMA-API call trace on NVMe LS requests
494074747091 scsi: qla2xxx: Check if port is online before sending ELS
54bf124b960d scsi: qla2xxx: Fix link failure in NPIV environment
86bdf3ffff8d scsi: aacraid: Allocate cmd_priv with scsicmd
be8301e2d5a8 iommu/amd: Improve page fault error reporting
2ae19ac3ea82 iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameter
4aa738940016 tracing/eprobe: Fix to add filter on eprobe description in README file
b1e96ca73cf9 tools/bootconfig: fix single & used for logical condition
9674390ac540 ring-buffer: Handle race between rb_move_tail and rb_check_pages
313b18c77466 memory tier: release the new_memtier in find_create_memory_tier()
e10a97f68480 ktest.pl: Add RUN_TIMEOUT option with default unlimited
81dca9177d01 ktest.pl: Fix missing "end_monitor" when machine check fails
a467e3e04de6 kprobes: Fix to handle forcibly unoptimized kprobes on freeing_list
76c2ecaf570a ktest.pl: Give back console on Ctrt^C on monitor
71946389a765 mm/thp: check and bail out if page in deferred queue already
f65d6ee1d1c4 mm: memcontrol: deprecate charge moving
58c02890a32c docs: gdbmacros: print newest record
4509a11ec3bc remoteproc/mtk_scp: Move clk ops outside send_lock
9b15b558cdb8 media: ipu3-cio2: Fix PM runtime usage_count in driver unbind
e39c25b0c115 mips: fix syscall_get_nr
6b60250d8a82 dax/kmem: Fix leak of memory-hotplug resources
37d1b326c95c alpha: fix FEN fault handling
deab8114fb67 mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON
e6737d97722a panic: fix the panic_print NMI backtrace setting
c61df79a4ed4 regulator: core: Use ktime_get_boottime() to determine how long a regulator was off
d15bc167c6a2 ceph: update the time stamps and try to drop the suid/sgid
faa7b683e436 rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails
bea92c2d45a5 fuse: add inode/permission checks to fileattr_get/fileattr_set
5a66e59e1fd9 arm64: mm: hugetlb: Disable HUGETLB_PAGE_OPTIMIZE_VMEMMAP
17a7cd7bdb68 ARM: dts: exynos: correct TMU phandle in Odroid HC1
dcfb64e88941 ARM: dts: exynos: correct TMU phandle in Odroid XU
7d633d11724f ARM: dts: exynos: correct TMU phandle in Exynos5250
635d07cff6de ARM: dts: exynos: correct TMU phandle in Odroid XU3 family
2b957333aaaf ARM: dts: exynos: correct TMU phandle in Exynos4
3a5c8e52f32d ARM: dts: exynos: correct TMU phandle in Exynos4210
f8187b3faf97 ARM: dts: qcom: sdx55: Add Qcom SMMU-500 as the fallback for IOMMU node
75862e6fe659 ARM: dts: qcom: sdx65: Add Qcom SMMU-500 as the fallback for IOMMU node
688ae6ce05be hwmon: (nct6775) Fix incorrect parenthesization in nct6775_write_fan_div()
57c07e552e0d hwmon: (peci/cputemp) Fix off-by-one in coretemp_label allocation
70a135c6d1e0 dm flakey: fix a bug with 32-bit highmem systems
be360c83f2d8 dm flakey: don't corrupt the zero page
673a3af21d5e dm cache: free background tracker's queued work in btracker_destroy
ea603083f9d7 dm flakey: fix logic when corrupting a bio
b57ba4e95250 thermal: intel: powerclamp: Fix cur_state for multi package system
6f2bce88c134 qede: fix interrupt coalescing configuration
6bfdc8194245 cpuidle: add ARCH_SUSPEND_POSSIBLE dependencies
dd43f8f90206 wifi: cfg80211: Set SSID if it is not already set
22dfb21bf1cd wifi: cfg80211: Fix use after free for wext
b18188e87f1c wifi: ath11k: allow system suspend to survive ath11k
3182ece59779 wifi: rtl8xxxu: Use a longer retry limit of 48
19fcf5d50c5a wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power on/off twice
2b3c953226cb dm: add cond_resched() to dm_wq_requeue_work()
7f093695b49a dm: add cond_resched() to dm_wq_work()
bc0734f689f8 dm: send just one event on resize, not two
53b2916ebde7 mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type
10aed92f7f6b mtd: spi-nor: spansion: Consider reserved bits in CFR5 register
bd74e1e3dc77 mtd: spi-nor: sfdp: Fix index value for SCCR dwords
a371788d4f4a cxl/pmem: Fix nvdimm registration races
05cbf6ddd984 ext4: refuse to create ea block when umounted
8b6d06b3be76 ext4: optimize ea_inode block expansion
45b99c35f812 jbd2: fix data missing when reusing bh which is ready to be checkpointed
2439ccfa5da2 ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC
98606a002d71 ALSA: ice1712: Do not left ice->gpio_mutex locked in aureon_add_controls()
daa5a586e43a mm/damon/paddr: fix missing folio_put()
dc3809f39035 crypto: qat - fix out-of-bounds read
d2bea5788847 irqdomain: Fix domain registration race
b89b0c737d1c irqdomain: Fix mapping-creation race
1c89f39e754f irqdomain: Refactor __irq_domain_alloc_irqs()
1b4aa065ea46 irqdomain: Drop bogus fwspec-mapping error handling
b6655a4910a6 irqdomain: Look for existing mapping only once
deb243ca052b irqdomain: Fix disassociation race
33bf92b1d00a irqdomain: Fix association race
82f3b18daef7 selftests: seccomp: Fix incorrect kernel headers search path
5bed9f821f2a selftests: vm: Fix incorrect kernel headers search path
0545d5d25c9e selftests: dmabuf-heaps: Fix incorrect kernel headers search path
88c2276087e3 selftests: drivers: Fix incorrect kernel headers search path
fe2ff9d2af85 selftests: futex: Fix incorrect kernel headers search path
f3b63b7fae23 selftests: ipc: Fix incorrect kernel headers search path
ce31cc0d43fc selftests: perf_events: Fix incorrect kernel headers search path
f7007a7a7723 selftests: mount_setattr: Fix incorrect kernel headers search path
238d9471a70c selftests: move_mount_set_group: Fix incorrect kernel headers search path
33adb9b047be selftests: rseq: Fix incorrect kernel headers search path
d804597155ec selftests: sync: Fix incorrect kernel headers search path
5baeb2a2a247 selftests: ptp: Fix incorrect kernel headers search path
cdc9cfaa0ba0 selftests: user_events: Fix incorrect kernel headers search path
f12ec4e7a80c selftests: filesystems: Fix incorrect kernel headers search path
38fe9e0cbd0f selftests: gpio: Fix incorrect kernel headers search path
277ec3b556b3 selftests: media_tests: Fix incorrect kernel headers search path
2b6933dd5707 selftests: kcmp: Fix incorrect kernel headers search path
1af311d9104c selftests: membarrier: Fix incorrect kernel headers search path
c1017c80fa82 selftests: pidfd: Fix incorrect kernel headers search path
a9588d80b7b0 selftests: clone3: Fix incorrect kernel headers search path
ef3d77238925 selftests: arm64: Fix incorrect kernel headers search path
c490a85e7dac selftests: pid_namespace: Fix incorrect kernel headers search path
168f19fffa65 selftests: core: Fix incorrect kernel headers search path
3005b2695175 selftests: sched: Fix incorrect kernel headers search path
db66ebfba234 selftests/ftrace: Fix eprobe syntax test case to check filter support
991ec754899e selftests/powerpc: Fix incorrect kernel headers search path
3b3016f874fc ima: Align ima_file_mmap() parameters with mmap_file LSM hook
7327b30a0084 ima: fix error handling logic when file measurement failed
1beb41094bbf brd: check for REQ_NOWAIT and set correct page allocation mask
f832bd2ee4c4 brd: return 0/-error from brd_insert_page()
95bb37e077db brd: mark as nowait compatible
3adf063bac2f virt/sev-guest: Return -EIO if certificate buffer is not large enough
38834acf5917 Documentation/hw-vuln: Document the interaction between IBRS and STIBP
08d87c87d646 x86/speculation: Allow enabling STIBP with legacy IBRS
d576547f489c x86/microcode/AMD: Fix mixed steppings support
88d3d95e75f2 x86/microcode/AMD: Add a @cpu parameter to the reloading functions
05749fd36631 x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter
57d9df918745 x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe range
1a3439f548e2 x86/kprobes: Fix __recover_optprobed_insn check optimizing logic
e9d033963606 x86/reboot: Disable SVM, not just VMX, when stopping CPUs
4f555b03a02b x86/reboot: Disable virtualization in an emergency if SVM is supported
77ace6654355 x86/crash: Disable virt in core NMI crash handler to avoid double shootdown
c4765c973c1d x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)
b261024d7ea8 selftests: x86: Fix incorrect kernel headers search path
32f87ee52113 KVM: SVM: hyper-v: placate modpost section mismatch error
a92d045f3706 KVM: SVM: Fix potential overflow in SEV's send|receive_update_data()
d639b16492fa KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32
14f36160c7d1 KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPI
97b2c22ec819 KVM: SVM: Don't put/load AVIC when setting virtual APIC mode
1ccd12324abd KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target
dbc2e9451559 KVM: SVM: Flush the "current" TLB when activating AVIC
59038be57a4a KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is due to 32-bit ID
b9e428136129 KVM: x86: Don't inhibit APICv/AVIC on xAPIC ID "change" if APIC is disabled
084a6deb86ab KVM: x86: Blindly get current x2APIC reg value on "nodecode write" traps
688e3a1bf3e4 KVM: x86: Purge "highest ISR" cache when updating APICv state
59320074afa4 KVM: Register /dev/kvm as the _very_ last thing during initialization
b2de2b4d4e00 KVM: VMX: Fix crash due to uninitialized current_vmcs
ccf6a7fb1aed KVM: Destroy target device if coalesced MMIO unregistration fails
5e2d29b58c2c RDMA/siw: Fix user page pinning accounting
42991f51d283 md: don't update recovery_cp when curr_resync is ACTIVE
12d461e224ef udf: Fix file corruption when appending just after end of preallocated extent
1f328751b65c udf: Detect system inodes linked into directory hierarchy
65f64fb9c2ab udf: Preserve link count of system files
6837910aeb2c udf: Do not update file length for failed writes to inline files
adac9ac6d2e0 udf: Do not bother merging very long extents
0e7d8e2991e5 udf: Truncate added extents on failed expansion
21477427ecb4 selftests/landlock: Test ptrace as much as possible with Yama
6c51c0702815 selftests/landlock: Skip overlayfs tests when not supported
fa7e18233f4f fs/cramfs/inode.c: initialize file_ra_state
85cdc9d2c865 ocfs2: fix non-auto defrag path not working issue
8163ea90d89b ocfs2: fix defrag path triggering jbd2 ASSERT
83dbb9a1bd5e f2fs: fix kernel crash due to null io->bio
de33f129253e f2fs: fix cgroup writeback accounting with fs-layer encryption
85e128901583 f2fs: retry to update the inode page given data corruption
f07a8d61b6ea f2fs: fix information leak in f2fs_move_inline_dirents()
9f955165d8d7 fs: dlm: send FIN ack back in right cases
e3df326f8cc2 fs: dlm: move sending fin message into state change handling
83c8cb2ba0ad fs: dlm: don't set stop rx flag after node reset
375009e22bd2 exfat: fix inode->i_blocks for non-512 byte sector size device
0fb929e7553d exfat: redefine DIR_DELETED as the bad cluster number
88384ae34a41 exfat: fix unexpected EOF while reading dir
569a77e5b882 exfat: fix reporting fs error when reading dir beyond EOF
0c80bef0b7d2 fs: hfsplus: fix UAF issue in hfsplus_put_super
8140cdc57bc5 hfs: fix missing hfs_bnode_get() in __hfs_bnode_create
55c9ddf6c656 io_uring: mark task TASK_RUNNING before handling resume/task work
f2e0fd28328f ARM: dts: exynos: correct HDMI phy compatible in Exynos4
77837a24bc54 torture: Fix hang during kthread shutdown phase
6bf555ed8938 ksmbd: fix possible memory leak in smb2_lock()
df6c263a31a4 ksmbd: do not allow the actual frame length to be smaller than the rfc1002 length
2254e82d2018 ksmbd: fix wrong data area length for smb2 lock request
35ab0cadbcc2 locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpath
9b59fb27d4c5 btrfs: hold block group refcount during async discard
155ca832cfa3 scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmi
8ba997b22f2c scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info()
4e0dfdb48a82 scsi: mpi3mr: Fix missing mrioc->evtack_cmds initialization
f5a6d69857eb cifs: return a single-use cfid if we did not get a lease
c992b699b9cb cifs: Check the lease context if we actually got a lease
f1d84943289e cifs: don't try to use rdma offload on encrypted connections
edf38e9f4269 cifs: split out smb3_use_rdma_offload() helper
363d67103f20 cifs: introduce cifs_io_parms in smb2_async_writev()
e49a6d569d7c cifs: fix mount on old smb servers
8db5028479f8 cifs: Fix uninitialized memory reads for oparms.mode
ab7a12c0efc1 cifs: Fix uninitialized memory read in smb3_qfs_tcon()
12bda36df57b KVM: s390: disable migration mode when dirty tracking is disabled
f9a38f5ecf90 s390/kprobes: fix current_kprobe never cleared after kprobes reenter
70afa77327e0 s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handler
a829c5f7c3c6 s390: discard .interp section
24e2c6cfe82e s390/extmem: return correct segment type in __segment_load()
75a499fc9d66 io_uring: fix fget leak when fs don't support nowait buffered read
bfdd27a1eb8e io_uring: remove MSG_NOSIGNAL from recvmsg
68f703ad0355 io_uring/rsrc: disallow multi-source reg buffers
d9399e543062 io_uring: add reschedule point to handle_tw_list()
42fe280e267a io_uring: add a conditional reschedule to the IOPOLL cancelation loop
4c13c6a080ec io_uring: handle TIF_NOTIFY_RESUME when checking for task_work
c981a035dff0 io_uring: use user visible tail in io_uring_poll()
f09fb7ff2ab2 io_uring: Replace 0-length array with flexible array
fe0d40baa4ed ipmi_ssif: Rename idle state and check
605f607f0735 ipmi:ssif: resend_msg() cannot fail
0ad52040d1a9 ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms'
9bb9941a9ce4 rtc: pm8xxx: fix set-alarm race
1af0bdca03f3 block: be a bit more careful in checking for NULL bdev while polling
398d8745262d block: clear bio->bi_bdev when putting a bio back in the cache
1796bc1e4499 block: don't allow multiple bios for IOCB_NOWAIT issue
0407aeed3501 firmware: coreboot: framebuffer: Ignore reserved pixel color bits
4ed8dca3d583 scsi: mpt3sas: Remove usage of dma_get_required_mask() API
0d4967202d69 wifi: rtl8xxxu: fixing transmisison failure for rtl8192eu
11d93294b7c3 driver core: fw_devlink: Avoid spurious error message
29bc917b68a6 drm/shmem-helper: Revert accidental non-GPL export
cb26818c8b0d cifs: prevent data race in smb2_reconnect()
07db1151e015 nfsd: don't hand out delegation on setuid files being opened for write
c085476ad346 nfsd: zero out pointers after putting nfsd_files on COPY setup error
3033f2e3cf84 dm cache: add cond_resched() to various workqueue loops
e2c4490d4031 dm thin: add cond_resched() to various workqueue loops
bea13417361a drm/amd/display: Disable HUBP/DPP PG on DCN314 for now
2435156aa768 drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5
42bbbd6594f7 drm/amd/display: Enable P-state validation checks for DCN314
337c3624bcb0 HID: logitech-hidpp: Don't restart communication if not necessary
cf4549343270 scsi: ufs: core: Fix device management cmd timeout flow
3dec769caf33 scsi: snic: Fix memory leak with using debugfs_lookup()
d919f493bb7d drm/amd/display: Do not commit pipe when updating DRR
8e8cff444ec2 pinctrl: at91: use devm_kasprintf() to avoid potential leaks
388bcec9aa91 hwmon: (nct6775) B650/B660/X670 ASUS boards support
49f865f3d7e5 hwmon: (nct6775) Directly call ASUS ACPI WMI method
8fcdbc4bc013 hwmon: (coretemp) Simplify platform device handling
c2191e507147 gfs2: Improve gfs2_make_fs_rw error handling
4bdfa48d7464 drm/amd/display: fix FCLK pstate change underflow
804bdc5fe05d Revert "drm/amdgpu: TA unload messages are not actually sent to psp when amdgpu is uninstalled"
6f5f8d677c7f regulator: s5m8767: Bounds check id indexing into arrays
5e210046e3bd regulator: max77802: Bounds check regulator id against opmode
734350a83b14 ASoC: kirkwood: Iterate over array indexes instead of using pointer math
9a9942cbdb7c ASoC: soc-compress: Reposition and add pcm_mutex
9def1adcd667 drm/msm/dpu: Add DSC hardware blocks to register snapshot
d39202b201d0 docs/scripts/gdb: add necessary make scripts_gdb step
fa4c8baa6bf0 habanalabs: fix bug in timestamps registration code
60be72808501 habanalabs: extend fatal messages to contain PCI info
8f720a79bc66 drm/amd/display: Set hvm_enabled flag for S/G mode
214cdbe17923 drm/drm_print: correct format problem
d50cd50f612a drm: rcar-du: Fix setting a reserved bit in DPLLCR
afc9da1352cd drm: rcar-du: Add quirk for H3 ES1.x pclk workaround
25a6499b1a53 drm/msm/dsi: Add missing check for alloc_ordered_workqueue
2ee8ec2c12cb HID: uclogic: Add support for XP-PEN Deco Pro MW
26ac66039aa7 HID: uclogic: Add support for XP-PEN Deco Pro SW
f415a64eabad HID: uclogic: Add battery quirk
ac3d719de1d9 HID: uclogic: Add frame type quirk
8ce8a443ddd9 drm/amd/display: fix mapping to non-allocated address
83ace0dd67ee drm: amd: display: Fix memory leakage
a0f406db3ede drm/amd: Avoid ASSERT for some message failures
17d649967006 Revert "fbcon: don't lose the console font across generic->chip driver switch"
8dfefa8f424a scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write
82a6debd4e4b drm/amdkfd: Page aligned memory reserve size
12003ad0f35c drm/amd: Avoid BUG() for case of SRIOV missing IP version
107b8b542bb9 drm/radeon: free iio for atombios when driver shutdown
efb332a2037b drm/amd/display: Defer DIG FIFO disable after VID stream enable
dbe9140ed6bf drm/tiny: ili9486: Do not assume 8-bit only SPI controllers
b1c760073925 HID: Add Mapping for System Microphone Mute
457a969bc6f3 drm/omap: dsi: Fix excessive stack usage
8e365f1bd672 drm/amd/display: Fix potential null-deref in dm_resume
223e365ac60a drm/amd/display: Revert Reduce delay when sink device not able to ACK 00340h write
8e25eaae471d drm/amd/display: Reduce expected sdp bandwidth for dcn321
d5b286daecb4 drm: panel-orientation-quirks: Add quirk for DynaBook K50
260bdc633d5e drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab 3 X90F
fa66c02e4c11 scm: add user copy checks to put_cmsg()
eb726a791087 devlink: Fix TP_STRUCT_entry in trace of devlink health report
3c106b7eb1b6 s390/kfence: fix page fault reporting
c91cca8e39d4 hv_netvsc: Check status in SEND_RNDIS_PKT completion message
20a89a4442d1 wifi: rtw89: debug: avoid invalid access on RTW89_DBG_SEL_MAC_30
7dbb8ceea188 Bluetooth: btusb: Add VID:PID 13d3:3529 for Realtek RTL8821CE
8917270ace46 Bluetooth: btusb: Add new PID/VID 0489:e0f2 for MT7921
25ea81801072 Bluetooth: Fix issue with Actions Semi ATS2851 based devices
5100c4efc306 PM: EM: fix memory leak with using debugfs_lookup()
cde67cb7d2d1 PM: domains: fix memory leak with using debugfs_lookup()
15cffd01ed80 time/debug: Fix memory leak with using debugfs_lookup()
611c39021710 s390/idle: mark arch_cpu_idle() noinstr
ab28522da564 uaccess: Add minimum bounds check on kernel buffer size
7d10fc49d8fa coda: Avoid partial allocation of sig_inputArgs
b79c51d0c085 net/mlx5: fw_tracer: Fix debug print
f4c1138d37c3 ACPI: video: Fix Lenovo Ideapad Z570 DMI match
c09feaa46a51 wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanup
331918f22a1d tools/power/x86/intel-speed-select: Add Emerald Rapid quirk
ad04399765e3 gcc-plugins: drop -std=gnu++11 to fix GCC 13 build
9427584c2f15 can: isotp: check CAN address family in isotp_bind()
3b26e45ce1e1 netfilter: nf_tables: NULL pointer dereference in nf_tables_updobj()
531570a18761 s390/mm,ptdump: avoid Kasan vs Memcpy Real markers swapping
ab5fd43a8abc m68k: Check syscall_trace_enter() return code
5f56767fb5f2 net: bcmgenet: Add a check for oversized packets
94b28dc12f40 crypto: hisilicon: Wipe entire pool on error
856dbac0a82e clocksource: Suspend the watchdog temporarily when high read latency detected
e52bddc469d9 thermal: intel: intel_pch: Add support for Wellsburg PCH
7e4edf9ab030 bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
05841af18d4b ACPI: Don't build ACPICA with '-Os'
2aa469e6cd10 ice: add missing checks for PF vsi type
f0cf125056ac ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPB
6965c92ef421 inet: fix fast path in __inet_hash_connect()
61d0163e2be7 wifi: mt7601u: fix an integer underflow
ecb980dc7970 wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of-bounds
d29e44273980 bpftool: Always disable stack protection for BPF objects
2135dd1be685 x86/bugs: Reset speculation control settings on init
3a43a366ecaa timers: Prevent union confusion from unexpected restart_syscall()
c115d466bed2 thermal: intel: Fix unsigned comparison with less than zero
982a936329d2 wifi: ath11k: debugfs: fix to work with multiple PCI devices
5a2153b83c8e rcu-tasks: Handle queue-shrink/callback-enqueue race condition
94ed8ac1bb1a rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
2c4d26dad76e srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL
05737bd85c10 rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
4a501b4ef881 rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks
881f50d76c38 wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()
d6ea1ca1d456 wifi: ath11k: fix monitor mode bringup crash
1f137c634a8c wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect()
8ea364aba332 perf/x86/intel/uncore: Add Meteor Lake support
b78434f6eee0 cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG
463ef209628e cpuidle: drivers: firmware: psci: Dont instrument suspend code
909eb5116ee5 x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads
a3a54e6a021c cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
cc5541f8cca3 arm64: zynqmp: Enable hs termination flag for USB dwc3 controller
063c7d86ee89 btrfs: scrub: improve tree block error reporting
3036f5f5ae52 trace/blktrace: fix memory leak with using debugfs_lookup()
81c1188905f8 blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deactivate_policy()
029f1f1efa84 blk-cgroup: dropping parent refcount after pd_free_fn() is done
bf8eb1fd6110 blk-iocost: fix divide by 0 error in calc_lcoefs()
377f7d85bd27 fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected
f2a6198f5ed7 ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy
711bd1b55329 exit: Detect and fix irq disabled state in oops
982f8ef8ec7e context_tracking: Fix noinstr vs KASAN
0f688febd5d2 udf: Define EFSCORRUPTED error code
938b99be5219 arm64: dts: qcom: msm8996: Add additional A2NoC clocks
1d9452ae3bdb ARM: OMAP2+: omap4-common: Fix refcount leak bug
4a46f52ae8f0 rpmsg: glink: Release driver_override
09699f0e5b69 rpmsg: glink: Avoid infinite loop on intent for missing channel
5df521e0b2cb media: saa7134: Use video_unregister_device for radio_dev
479796534a45 media: usb: siano: Fix use after free bugs caused by do_submit_urb
69a9a301a5d8 media: i2c: ov7670: 0 instead of -EINVAL was returned
5259b92dc466 media: atomisp: Only set default_run_mode on first open of a stream/asd
029c1410e345 media: rc: Fix use-after-free bugs caused by ene_tx_irqsim()
ece8818968a8 media: drivers/media/v4l2-core/v4l2-h264 : add detection of null pointers
80f98dc3ebf1 media: amphion: correct the unspecified color space
e66571729a5f media: imx-jpeg: Apply clk_bulk api instead of operating specific clk
756901c49ee8 media: hantro: Fix JPEG encoder ENUM_FRMSIZE on RK3399
3fca02c42689 media: v4l2-jpeg: ignore the unknown APP14 marker
1cfbe44e0c7d media: v4l2-jpeg: correct the skip count in jpeg_parse_app14_data
972bd67c2c7b media: platform: mtk-mdp3: fix Kconfig dependencies
689bd2b43d46 media: platform: mtk-mdp3: remove unused VIDEO_MEDIATEK_VPU config
ebec3d44b874 media: camss: csiphy-3ph: avoid undefined behavior
e68b43980a90 media: platform: mtk-mdp3: Fix return value check in mdp_probe()
9ffaf55e126c media: i2c: imx219: Fix binning for RAW8 capture
248fdc5dd225 media: i2c: imx219: Split common registers from mode tables
ac93f8ac66e6 media: i2c: ov772x: Fix memleak in ov772x_probe()
f5a4e595bce5 media: mc: Get media_device directly from pad
a40d94f0b314 media: ov5640: Handle delays when no reset_gpio set
8064bbb75481 media: ov5640: Fix soft reset sequence and timings
49b849824b98 media: ov5675: Fix memleak in ov5675_init_controls()
fc33380ae06f media: ov2740: Fix memleak in ov2740_init_controls()
724039e013b3 media: max9286: Fix memleak in max9286_v4l2_register()
9753f5ce9ce7 builddeb: clean generated package content
8570655c0f9b s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64
8630e8b10250 powerpc: Remove linker flag from KBUILD_AFLAGS
4bc6977fb45c media: imx: imx7-media-csi: fix missing clk_disable_unprepare() in imx7_csi_init()
bc8681485312 media: platform: ti: Add missing check for devm_regulator_get
8a316112fd97 media: ti: cal: fix possible memory leak in cal_ctx_create()
dc5887dcc538 remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headers
0e27e6598201 Revert "remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use"
eeaf35f4e3b3 IB/hfi1: Fix sdma.h tx->num_descs off-by-one errors
db5f82e3a78b IB/hfi1: Fix math bugs in hfi1_can_pin_pages()
b7967f175e79 RDMA/rxe: Fix missing memory barriers in rxe_queue.h
0f2a0ebb89a7 RDMA/rxe: cleanup some error handling in rxe_verbs.c
f56c87aee1f8 iommu/vt-d: Allow to use flush-queue when first level is default
2d93a340ae31 iommu/vt-d: Fix error handling in sva enable/disable paths
8ae211370261 dmaengine: ptdma: check for null desc before calling pt_cmd_callback
c387ee97aebe dmaengine: dw-axi-dmac: Do not dereference NULL structure
03fece43fa10 dmaengine: sf-pdma: pdma_desc memory leak fix
1bfe5bce1baa iommu/amd: Do not identity map v2 capable device when snp is enabled
4c23124b45ee iommu: Fix error unwind in iommu_group_alloc()
24278dc380aa iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry()
f139c15c6cc6 PCI: qcom: Fix host-init error handling
fe5955b11f6e phy: rockchip-typec: fix tcphy_get_mode error case
fe6a1fbe83f5 PCI: Fix dropping valid root bus resources with .end = zero
6bce9ec9e0fa dmaengine: dw-edma: Fix readq_ch() return value truncation
9f53d9d8bc81 usb: host: fsl-mph-dr-of: reuse device_set_of_node_from_dev
775f970ec978 mtd: mtdpart: Don't create platform device that'll never probe
3dd596616d10 driver core: fw_devlink: Make cycle detection more robust
a3c171751512 driver core: fw_devlink: Improve check for fwnode with no device/driver
7a8ce4d2fbbc driver core: fw_devlink: Consolidate device link flag computation
16aa2487cf15 driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle
eaf9b5612a47 driver core: fw_devlink: Don't purge child fwnode's consumer links
2455b81afe68 driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
9795ece3a85b tty: serial: imx: disable Ageing Timer interrupt request irq
efe4bd88ab2c tty: serial: imx: Handle RS485 DE signal active high
a65192fc80a6 serial: fsl_lpuart: fix RS485 RTS polariy inverse issue
b3bd44bf20cb RDMA/irdma: Cap MSIX used to online CPUs + 1
59b040cf3339 usb: max-3421: Fix setting of I/O pins
2cfc00e974d7 RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()
bc6405bca868 power: supply: remove faulty cooling logic
c1abca193874 iommu/vt-d: Set No Execute Enable bit in PASID table entry
bbbeb5414a9c iommu/dart: Fix apple_dart_device_group for PCI groups
78b291ba2906 iommu: dart: Support >64 stream IDs
1ad8b31653e2 iommu: dart: Add suspend/resume support
c7bd4bfd4b8e PCI: mt7621: Delay phy ports initialization
26bd2b5b18e1 phy: mediatek: remove temporary variable @mask_
dca51010f772 usb: gadget: configfs: Restrict symlink creation is UDC already binded
8c2059513e54 usb: musb: mediatek: don't unregister something that wasn't registered
a661cccff059 RDMA/cxgb4: add null-ptr-check after ip_dev_find()
fe9dd008b186 tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma case
351c8d8650d1 usb: early: xhci-dbc: Fix a potential out-of-bound memory access
c169890b5f7b fpga: microchip-spi: rewrite status polling in a time measurable way
e9ed12b8c7f7 fpga: microchip-spi: move SPI I/O buffers out of stack
d937ab794b8d dmaengine: dw-edma: Fix missing src/dst address of interleaved xfers
bdefbe1b0fd5 fotg210-udc: Add missing completion handler
e851996b3226 firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handle
29274780dda0 drivers: base: transport_class: fix resource leak when transport_add_device() fails
e77745640f8f drivers: base: transport_class: fix possible memory leak
8fe72b8f59f6 driver core: location: Free struct acpi_pld_info *pld before return false
d1dbff10c6cd driver core: fix resource leak in device_add()
a68a09cc4b0f misc: fastrpc: Fix an error handling path in fastrpc_rpmsg_probe()
942c1239ff2e misc/mei/hdcp: Use correct macros to initialize uuid_le
023bf26fde38 mei: pxp: Use correct macros to initialize uuid_le
055891397f53 VMCI: check context->notify_page after call to get_user_pages_fast() to avoid GPF
77968ae69d4f firmware: stratix10-svc: fix error handle while alloc/add device failed
6fcedeadb3ef firmware: stratix10-svc: add missing gen_pool_destroy() in stratix10_svc_drv_probe()
959dd00ed4d8 applicom: Fix PCI device refcount leak in applicom_init()
23b534e82dbd eeprom: idt_89hpesx: Fix error handling in idt_init()
1b00494c8f92 Revert "char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in set_protocol"
d9b85a205d95 serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()
64096d3b8d11 tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()
dc8ca4fb36af tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()
7f8d2f78ae62 hwtracing: hisi_ptt: Only add the supported devices to the filters list
6bb43ee46310 PCI: endpoint: pci-epf-vntb: Add epf_ntb_mw_bar_clear() num_mws kernel-doc
16c06d34e27c PCI: endpoint: pci-epf-vntb: Clean up kernel_doc warning
86c1988d2695 PCI: switchtec: Return -EFAULT for copy_to_user() errors
41e9ad787fab PCI/IOV: Enlarge virtfn sysfs name buffer
c13e1a90fbf5 usb: typec: intel_pmc_mux: Don't leak the ACPI device reference count
1a31f1c5062d coresight: cti: Add PM runtime call in enable_store
431d8b2d1457 coresight: cti: Prevent negative values of enable count
b0081745f6e6 coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTR
5029464da930 media: uvcvideo: Refactor power_line_frequency_controls_limited
54858223a925 media: uvcvideo: Refactor uvc_ctrl_mappings_uvcXX
367703c3ec4f media: uvcvideo: Implement mask for V4L2_CTRL_TYPE_MENU
aeab0c3644d3 media: uvcvideo: Check for INACTIVE in uvc_ctrl_is_accessible()
9b1f0df64946 alpha/boot/tools/objstrip: fix the check for ELF header
fe4dd80d58ec kobject: Fix slab-out-of-bounds in fill_kobj_path()
f3ffd86915ed kobject: modify kobject_get_path() to take a const *
7cf515bf9e8c driver core: fix potential null-ptr-deref in device_add()
65e07272b6c0 soundwire: cadence: Don't overflow the command FIFOs
bb2b4edaff38 i2c: designware: fix i2c_dw_clk_rate() return size to be u32
061609b555d4 usb: gadget: fusb300_udc: free irq on the error path in fusb300_probe()
4f3dea31bfa1 iio: light: tsl2563: Do not hardcode interrupt trigger type
fa87cf2e756e RDMA/hns: Fix refcount leak in hns_roce_mmap
59d54a65151d dmaengine: HISI_DMA should depend on ARCH_HISI
8372207b009d RDMA/erdma: Fix refcount leak in erdma_mmap
bd93358f11d8 dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0
9cca3a4933ca mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read()
bcb57fd95534 mfd: cs5535: Don't build on UML
a52a2817d2aa objtool: add UACCESS exceptions for __tsan_volatile_read/write
2267c88f0499 perf tests stat_all_metrics: Change true workload to sleep workload for system wide check
adb2cfd3f2f4 printf: fix errname.c list
17f9131ef7c3 perf record: Fix segfault with --overwrite and --max-size
718eaef01e5a selftests: use printf instead of echo -ne
947de2882d42 selftests/ftrace: Fix bash specific "==" operator
96acb09a34ac selftests: find echo binary to use -ne options
13b56886c165 sparc: allow PM configs for sparc32 COMPILE_TEST
25fc1a80010b perf tools: Fix auto-complete on aarch64
cf21aaac3b0e perf test bpf: Skip test if kernel-debuginfo is not present
c795162b15ff perf intel-pt: Do not try to queue auxtrace data on pipe
67f1f53cfc97 perf inject: Use perf_data__read() for auxtrace
f86d50bf1969 tools/tracing/rtla: osnoise_hist: use total duration for average calculation
0cd7777c7476 leds: simatic-ipc-leds-gpio: Make sure we have the GPIO providing driver
d5a8fe4c3ff3 leds: is31fl319x: Wrap mutex_destroy() for devm_add_action_or_rest()
d880981b8222 leds: led-core: Fix refcount leak in of_led_get()
062547cbcd05 perf llvm: Fix inadvertent file creation
4750fc5f50bb gfs2: jdata writepage fix
212c79117f8c cifs: use tcon allocation functions even for dummy tcon
41832c62a75d cifs: Fix warning and UAF when destroy the MR list
c51ae01104b3 cifs: Fix lost destroy smbd connection when MR allocate failed
349eb7df6607 NFSD: copy the whole verifier in nfsd_copy_write_verifier
6851b4203e76 nfsd: don't fsync nfsd_files on last close
521b6116151b nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_open
598e2d5d911d NFSD: fix problems with cleanup on errors in nfsd4_copy
75b8c681c563 nfsd: clean up potential nfsd_file refcount leaks in COPY codepath
17f2a1a3cdea nfsd: fix race to check ls_layouts
9f0df37520a2 NFSD: fix leaked reference count of nfsd4_ssc_umount_item
c8b346b79a70 NFSD: enhance inter-server copy cleanup
659d4c4ca537 drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt()
7c3a7f3aa134 ALSA: hda/hdmi: Register with vga_switcheroo on Dual GPU Macbooks
ac55ee431c03 hid: bigben_probe(): validate report count
f2bf592ebd50 HID: bigben: use spinlock to safely schedule workers
cc0f24739d90 HID: bigben_worker() remove unneeded check on report_field
d829fae53dae HID: bigben: use spinlock to protect concurrent accesses
1c3609ee824e ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not declared
d217a3b66bf2 spi: synquacer: Fix timeout handling in synquacer_spi_transfer_one()
f859788868c4 NFS: fix disabling of swap
087245878d51 nfs4trace: fix state manager flag printing
5b8cd07aba15 dm: remove flush_scheduled_work() during local_exit()
0924b13f218e ASoC: tlv320adcx140: fix 'ti,gpio-config' DT property init
007374a1b4fb hwmon: (mlxreg-fan) Return zero speed for broken fan
e4aac4fb1dfe spi: bcm63xx-hsspi: Fix multi-bit mode setting
3e2e193d5d8a HID: logitech-hidpp: Hard-code HID++ 1.0 fast scroll support
062024bf77e9 drm/amd/display: don't call dc_interrupt_set() for disabled crtcs
7839422bed58 ASoC: codecs: lpass: fix incorrect mclk rate
7b642273438c ASoC: codecs: lpass: register mclk after runtime pm
adcc7c98ce4c ASoC: qcom: q6apm-dai: Add SNDRV_PCM_INFO_BATCH flag
cd57b2898a81 ASoC: qcom: q6apm-dai: fix race condition while updating the position pointer
91b7ce0cfff7 ASoC: qcom: q6apm-lpass-dai: unprepare stream if its already prepared
c95f4de66352 HID: retain initial quirks set up when creating HID devices
f380b1060ab0 HID: multitouch: Add quirks for flipped axes
be2876e01ad6 scsi: aic94xx: Add missing check for dma_map_single()
847cdbdcd5a2 scsi: mpt3sas: Fix a memory leak
099bd0a7b363 drm/amdgpu: fix enum odm_combine_mode mismatch
f716ca292a7d ALSA: hda: Fix the control element identification for multiple codecs
355d109fb6b7 hwmon: (ltc2945) Handle error case in ltc2945_value_store
c710243ed668 hwmon: (asus-ec-sensors) add missing mutex path
7b56f11cde26 regulator: tps65219: use generic set_bypass()
265fdccd77d4 ASoC: dt-bindings: meson: fix gx-card codec node regex
9eecb446fab0 ASoC: mchp-spdifrx: Fix uninitialized use of mr in mchp_spdifrx_hw_params()
c3acfb79bde7 ASoC: rsnd: fixup #endif position
93bc34805393 regmap: apply reg_base and reg_downshift for single register ops
8a722ac86b7e dm: improve shrinker debug names
53b7166927b0 ASoC: mchp-spdifrx: disable all interrupts in mchp_spdifrx_dai_remove()
bbded1ed4c44 ASoC: mchp-spdifrx: fix controls that works with completion mechanism
9e72142dcc06 ASoC: mchp-spdifrx: fix return value in case completion times out
2967cc9cf38f ASoC: mchp-spdifrx: fix controls which rely on rsr register
4eeeccf07dd9 spi: dw_bt1: fix MUX_MMIO dependencies
eee97569465a ASoC: topology: Properly access value coming from topology file
1f874b9cd790 gpio: vf610: connect GPIO label to dev name
9a576e668411 dt-bindings: display: mediatek: Fix the fallback for mediatek,mt8186-disp-ccorr
5ee1bce74c5f ASoC: soc-compress.c: fixup private_data on snd_soc_new_compress()
7b551a501fa7 drm/mediatek: Clean dangling pointer on bind error path
67ea657c7891 drm/mediatek: mtk_drm_crtc: Add checks for devm_kcalloc
c21de3b3bcd1 drm/mediatek: Drop unbalanced obj unref
407f40df3b60 drm/mediatek: Use NULL instead of 0 for NULL pointer
6a46566628b1 drm/mediatek: dsi: Reduce the time of dsi from LP11 to sending cmd
dd5e3d8300e2 drm/msm/dpu: set pdpu->is_rt_pipe early in dpu_plane_sspp_atomic_update()
a52c45560053 pinctrl: renesas: rzg2l: Fix configuring the GPIO pins as interrupts
fbb286284da7 drm/tegra: firewall: Check for is_addr_reg existence in IMM check
7009b78bb995 gpu: host1x: Don't skip assigning syncpoints to channels
0906026ac285 gpu: host1x: Fix mask for syncpoint increment register
b15b3e9499cb pinctrl: mediatek: Initialize variable *buf to zero
fa592fa1eeee pinctrl: mediatek: Initialize variable pullen and pullup to zero
6f16121d2205 pinctrl: bcm2835: Remove of_node_put() in bcm2835_of_gpio_ranges_fallback()
deb9379af500 habanalabs: bugs fixes in timestamps buff alloc
bc579a2ee8b2 drm/msm/mdp5: Add check for kzalloc
dd49cef313e6 drm/msm/dpu: Add check for pstates
42442d42c57b drm/msm/dpu: Add check for cstate
17f092f4c03a drm/msm: use strscpy instead of strncpy
2ef3ea75c4be drm/msm/dpu: sc7180: add missing WB2 clock control
473cc5169994 scsi: ufs: exynos: Fix DMA alignment for PAGE_SIZE != 4096
243a79c3dfd9 drm/msm/dsi: Allow 2 CTRLs on v2.5.0
af28abee67ac drm: exynos: dsi: Fix MIPI_DSI*_NO_* mode flags
a64eb25a2919 drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightness
533d94954412 regulator: tps65219: use IS_ERR() to detect an error pointer
72e330373241 drm/bridge: lt9611: pass a pointer to the of node
30ef50ccdab3 drm/bridge: lt9611: fix clock calculation
59646dabe92d drm/bridge: lt9611: fix programming of video modes
01c42582facf drm/bridge: lt9611: fix polarity programming
d15f67aed9c5 drm/bridge: lt9611: fix HPD reenablement
74131c671fe5 drm/bridge: lt9611: fix sleep mode setup
9e1e236acdc4 drm/msm/dpu: Disallow unallocated resources to be returned
31c4251a20fd drm/msm/gem: Add check for kmalloc
208680ccf7bf drm/amdgpu: Use the sched from entity for amdgpu_cs trace
a8fa33759563 ALSA: hda/ca0132: minor fix for allocation size
7af606b9eb11 drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup()
462a8af60ff4 drm/bridge: tc358767: Set default CLRSIPO count
94589fc6df3e ASoC: fsl_sai: initialize is_dsp_mode flag
7fe652f0f53e scsi: qla2xxx: edif: Fix clang warning
6626b7494a01 scsi: qla2xxx: Fix exchange oversubscription for management commands
3d5376ae518b scsi: qla2xxx: Fix exchange oversubscription
ee8d6231ad07 drm/panel-edp: fix name for IVO product id 854b
c83d0321d89c drm/msm: clean event_thread->worker in case of an error
15e78c7f2ddd drm/vc4: hdmi: Correct interlaced timings again
a9cce4831017 drm/vc4: hvs: Fix colour order for xRGB1555 on HVS5
cc6b67e90717 drm/vc4: hvs: Correct interrupt masking bit assignment for HVS5
22134a4f02d2 drm/vc4: hvs: SCALER_DISPBKGND_AUTOHS is only valid on HVS4
d4bbf52e299d drm/vc4: hvs: Set AXI panic modes
dbef00ef4b9b pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups
601be03fa8b8 pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain
1d0190c62850 pinctrl: qcom: pinctrl-msm8976: Correct function names for wcss pins
e55f93d67431 drm/msm/hdmi: Add missing check for alloc_ordered_workqueue
3723c4dbcd14 drm/msm/dpu: check for null return of devm_kzalloc() in dpu_writeback_init()
9aba03fb5146 hwmon: (ftsteutates) Fix scaling of measurements
41286a53e7f5 drm/vc4: drop all currently held locks if deadlock happens
1a6e6d4996c7 gpu: ipu-v3: common: Add of_node_put() for reference returned by of_graph_get_port_by_id()
df29e4edee96 drm: tidss: Fix pixel format definition
29e9bb28ca0b drm/vc4: dpi: Fix format mapping for RGB565
596f1ba3987e drm/vkms: Fix null-ptr-deref in vkms_release()
bebd60ec3bf2 drm/vkms: Fix memory leak in vkms_init()
d446af74046e drm/bridge: megachips: Fix error handling in i2c_register_driver()
50b43490b028 drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXC
1e9d46c765cb drm: mxsfb: DRM_IMX_LCDIF should depend on ARCH_MXC
c9ab539bf930 drm/bridge: ti-sn65dsi83: Fix delay after reset deassert to match spec
0de7fc4d9c01 drm/fourcc: Add missing big-endian XRGB1555 and RGB565 formats
b14147464251 drm: Fix potential null-ptr-deref due to drmm_mode_config_init()
92e832252ec4 sefltests: netdevsim: wait for devlink instance after netns removal
672039408784 selftest: fib_tests: Always cleanup before exit
2edd8c192fd2 net/mlx4_en: Introduce flexible array to silence overflow warning
209a8a5d57f9 net: lan966x: Fix possible deadlock inside PTP
2e0b1754dd82 net: bcmgenet: fix MoCA LED control
4bb736b40475 l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()
5982e3f4886e selftests/net: Interpret UDP_GRO cmsg data as an int value
13457741d4ae net/smc: fix application data exception
f2f46de98c11 net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()
3d0e30ca57a4 irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interrupts
bf12b493caac irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered interrupts
bb1cc7fc3e1d bpf: Fix global subprog context argument resolution logic
30651cff1e21 LoongArch, bpf: Use 4 instructions for function address in JIT
cecc68559cd5 xsk: check IFF_UP earlier in Tx path
ccf81ec1f1ed can: esd_usb: Make use of can_change_state() and relocate checking skb for NULL
08d2f6779535 can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bus error
026ba2f7760e selftests/bpf: Fix xdp_do_redirect on s390x
678ea18d6240 bpf: Zeroing allocated object from slab in bpf memory allocator
8c4615742602 wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta()
ec2c00f84678 selftests/bpf: Fix map_kptr test.
9f6756cd0988 thermal/drivers/hisi: Drop second sensor hi3660
2de283088766 tools/lib/thermal: Fix thermal_sampling_exit()
558496d79b8c wifi: mac80211: fix off-by-one link setting
2a0200daeccf wifi: mac80211: avoid u32_encode_bits() warning
1ee0a1d7fb3b wifi: mac80211: Don't translate MLD addresses for multicast
1d7e57d794b5 wifi: mac80211: fix non-MLO station association
acb20912ff3b wifi: mac80211: make rate u32 in sta_set_rate_info_rx()
451fcf6e73e3 wifi: mac80211: move color collision detection report in a delayed work
dfcce7e6948e crypto: crypto4xx - Call dma_unmap_page when done
5f14842b64e0 crypto: octeontx2 - Fix objects shared between several modules
9dadb003e309 ACPI: resource: Do IRQ override on all TongFang GMxRGxx
35ed2f552b0b ACPI: resource: Add IRQ overrides for MAINGEAR Vector Pro 2 models
332213a34e0a selftests/bpf: Fix out-of-srctree build
225e75dc744f wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()
2f85c768bea2 wifi: iwl4965: Add missing check for create_singlethread_workqueue()
34f611204ae5 wifi: iwl3945: Add missing check for create_singlethread_workqueue
05a94ebbaed8 clocksource/drivers/riscv: Patch riscv_clock_next_event() jump before first use
c984ddfdf67f RISC-V: time: initialize hrtimer based broadcast clock event device
cfbdf8869fe8 m68k: /proc/hardware should depend on PROC_FS
cf7cf7d1d4c7 crypto: rsa-pkcs1pad - Use akcipher_request_complete
b8dd6200fa8d rds: rds_rm_zerocopy_callback() correct order for list_add_tail()
cd9dff330e89 xen/grant-dma-iommu: Implement a dummy probe_device() callback
fbbe6ddb6062 libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()
fb7f9c3b4461 s390/ap: fix status returned by ap_qact()
673b533fb5b0 s390/ap: fix status returned by ap_aqic()
19e29653c832 s390: vfio-ap: tighten the NIB validity check
8f36f6e5770e net: ipa: generic command param fix
720b2d5621ae Bluetooth: hci_qca: get wakeup status from serdev device handle
64e28ecf44e4 Bluetooth: L2CAP: Fix potential user-after-free
1913ff10fcea Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds
a5f024d0e6f9 cpufreq: davinci: Fix clk use after free
02c90e03e64f OPP: fix error checking in opp_migrate_dentry()
035a80733ec4 tap: tap_open(): correctly initialize socket uid
b4ada752eaf1 tun: tun_chr_open(): correctly initialize socket uid
ee01753c5d45 net: add sock_init_data_uid()
1a71a9eaf32d s390/boot: fix mem_detect extended area allocation
f458b7f354ff s390/mem_detect: rely on diag260() if sclp_early_get_memsize() fails
a5178cd3a802 s390/boot: cleanup decompressor header files
76b53cd95d2b s390/vmem: fix empty page tables cleanup under KASAN
9e1e58525d6c s390/mem_detect: fix detect_memory() error handling
a0d91a48e1a0 irqchip/ti-sci: Fix refcount leak in ti_sci_intr_irq_domain_probe
bb755e020abc irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe
65e30bd1310d irqchip/alpine-msi: Fix refcount leak in alpine_msix_init_domains
ea54b608d85b irqchip: Fix refcount leak in platform_irqchip_probe
dcb8c33561f6 net/mlx5: Enhance debug print in page allocation failure
2a9a5f88e0da wifi: mt76: mt7921: fix error code of return in mt7921_acpi_read
eadd65fc5603 wifi: mt76: add memory barrier to SDIO queue kick
f8baf3e6c389 wifi: mt76: mt7915: fix WED TxS reporting
4cbb876153b6 wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exit
32e1e8b25dbf wifi: mt76: mt7915: call mt7915_mcu_set_thermal_throttling() only after init_work
9d786d1a1ccb bpftool: profile online CPUs instead of possible
daeef81825bf crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmware
d0105ef2f05e selftests/bpf: Initialize tc in xdp_synproxy
71c83b54be42 can: rcar_canfd: Fix R-Car V3U GAFLCFG field accesses
d5ed96a1f8d4 kselftest/arm64: Fix enumeration of systems without 128 bit SME
33222abfe48b wifi: iwlwifi: mei: fix compilation errors in rfkill()
24f105f90ad3 s390/bpf: Add expoline to tail calls
bddd22cf5cc2 leds: led-class: Add missing put_device() to led_put()
57c3e1d63b63 crypto: xts - Handle EBUSY correctly
baffb1a112f7 selftests/bpf: Fix vmtest static compilation error
6d1b85adad6f selftests/bpf: Use consistent build-id type for liburandom_read.so
f82708c7965e x86/microcode: Adjust late loading result reporting message
252bb13e2f38 x86/microcode: Check CPU capabilities after late microcode update correctly
45c505d04976 x86/microcode: Add a parameter to microcode_check() to store CPU capabilities
7d8914c998d6 powercap: fix possible name leak in powercap_register_zone()
4d497e8b200a crypto: seqiv - Handle EBUSY correctly
a006aa3eedb8 crypto: essiv - Handle EBUSY correctly
dcdd2198bbff crypto: ccp - Failure on re-initialization due to duplicate sysfs filename
ccf60fee67f4 selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=m
b49ff3a2c472 ACPI: battery: Fix missing NUL-termination with large strings
4bb071d9c2db wifi: cfg80211: Fix extended KCK key length check in nl80211_set_rekey_data()
e596b36e15a7 wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setup
8f28513d9520 wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()
9acdec72787a wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() fails
5a84e51f7258 wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback function
d9fedfdf2d0c thermal/drivers/imx_sc_thermal: Fix the loop condition
bb8db9ac0ea2 thermal/drivers/imx_sc_thermal: Drop empty platform remove function
7fe711014e5f wifi: orinoco: check return value of hermes_write_wordrec()
93c3f34ec02f wifi: rtl8xxxu: Fix memory leaks with RTL8723BU, RTL8192EU
e09eadf1976a wifi: rtw89: Add missing check for alloc_workqueue
1e336d6bab68 wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie()
de92beb63a4b thermal/drivers/tsens: limit num_sensors to 9 for msm8939
eec28ff90f5f thermal/drivers/tsens: fix slope values for msm8939
1983e2a94c54 thermal/drivers/tsens: Sort out msm8976 vs msm8956 data
574b125bb802 thermal/drivers/tsens: Drop msm8976-specific defines
d7e2be5da9a9 x86/signal: Fix the value returned by strict_sas_size()
f61744f7b45d s390/vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue()
ec75af7e811d s390/early: fix sclp_early_sccb variable lifetime
0903111d67ef workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutex
3bfadfd8b62b kselftest/arm64: Fix syscall-abi for systems without 128 bit SME
c5721ba0f25e arm64/cpufeature: Fix field sign for DIT hwcap detection
b20197ece1ff selftests/xsk: print correct error codes when exiting
af76543a8448 selftests/xsk: print correct payload for packet dump
550802b8ed58 ACPICA: nsrepair: handle cases without a return value correctly
8ffe7de184cb platform/chrome: cros_ec_typec: Update port DP VDO
c65b76f6f3e5 crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2
553d8b25cc5e lib/mpi: Fix buffer overrun when SG is too long
62030a49158d rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()
24f259ce3a7c rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() calls
a2b0cda452b7 rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purpose
e9ab0e81bc42 genirq: Fix the return type of kstat_cpu_irqs_sum()
c8a85ad1d8fc ACPICA: Drop port I/O validation for some regions
476dadca0b98 crypto: x86/ghash - fix unaligned access in ghash_setkey()
700aec11cbfc libbpf: Fix invalid return address register in s390
014a1f62706a wifi: wl3501_cs: don't call kfree_skb() under spin_lock_irqsave()
cb96e0164858 wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()
ec1679db9a16 wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave()
492228fc0b44 wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave()
9ce142fdb97e wifi: libertas_tf: don't call kfree_skb() under spin_lock_irqsave()
4da483f714b6 wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid()
7f159116d620 wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit()
a1bdecedc7ad wifi: wilc1000: add missing unregister_netdev() in wilc_netdev_ifc_init()
07dcd756e28f wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()
62ec7e8bf42f wifi: ipw2200: fix memory leak in ipw_wdev_init()
b7a05cdce2cc wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave()
9e93b377dccf libbpf: Fix btf__align_of() by taking into account field offsets
f1fe40120de6 wifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_limit()
c7a97f6c73e0 wifi: rtw89: 8852c: rfk: correct DPK settings
6cc41f946aa2 wifi: rtw89: 8852c: rfk: correct DACK setting
afa42dbbb1f2 wifi: rtl8xxxu: don't call dev_kfree_skb() under spin_lock_irqsave()
653d13a73e49 wifi: libertas: fix memory leak in lbs_init_adapter()
e81114f49b67 wifi: iwlegacy: common: don't call dev_kfree_skb() under spin_lock_irqsave()
5366c223c0c6 wifi: rtlwifi: rtl8723be: don't call kfree_skb() under spin_lock_irqsave()
3e3962d52ffa wifi: rtlwifi: rtl8188ee: don't call kfree_skb() under spin_lock_irqsave()
231385c75937 wifi: rtlwifi: rtl8821ae: don't call kfree_skb() under spin_lock_irqsave()
c4f1ded67a90 wifi: rsi: Fix memory leak in rsi_coex_attach()
408a8295c896 wifi: mt76: fix coverity uninit_use_in_call in mt76_connac2_reverse_frag0_hdr_trans()
494ceb253aaf wifi: mt76: mt7915: fix unintended sign extension of mt7915_hw_queue_read()
c31759baecfd wifi: mt76: mt7915: drop always true condition of __mt7915_reg_addr()
8dd61e810fa4 wifi: mt76: mt7915: check return value before accessing free_block_num
8b5174a7f25d wifi: mt76: mt7921s: fix slab-out-of-bounds access in sdio host
4469ddf7d5ec wifi: mt76: mt7915: add missing of_node_put()
fba23dfd6f27 block: use proper return value from bio_failfast()
a07836bc0a32 block: bio-integrity: Copy flags when bio_integrity_payload is cloned
3c5059e24a20 block: Fix io statistics for cgroup in throttle path
cbe695b83845 block: sync mixed merged request's failfast with 1st bio's
afc983189496 erofs: relinquish volume with mutex held
1cae3dd88e50 arm64: dts: qcom: pmk8350: Use the correct PON compatible
669b26eb87f6 arm64: dts: qcom: pmk8350: Specify PBS register for PON
066de07e02a9 block: ublk: check IO buffer based on flag need_get_data
c77d664ab8e3 KEYS: asymmetric: Fix ECDSA use via keyctl uapi
2fb6b7006d23 x86/perf/zhaoxin: Add stepping check for ZXC
28057ce72204 perf/x86/intel/ds: Fix the conversion from TSC to perf time
6b4fcc4e8a30 sched/rt: pick_next_rt_entity(): check list_entry
ef3a7ffc0a6f s390/dasd: Fix potential memleak in dasd_eckd_init()
3f82ad843898 arm64: dts: qcom: msm8992-lg-bullhead: Enable regulators
8f21aa36f767 arm64: dts: qcom: msm8992-*: Fix up comments
9fee3bfc9026 arm64: dts: qcom: msm8953: correct TLMM gpio-ranges
b55c3db4ebf8 arm64: dts: qcom: msm8992-lg-bullhead: Correct memory overlaps with the SMEM and MPSS memory regions
16b6a0e91fd3 arm64: dts: qcom: sm8450: drop incorrect cells from serial
c051e3c59b45 arm64: dts: qcom: sm8350: drop incorrect cells from serial
d5f4a0f4ebd7 arm64: dts: qcom: msm8996 switch from RPM_SMD_BB_CLK1 to RPM_SMD_XO_CLK_SRC
02b40796f387 arm64: dts: qcom: msm8996: support using GPLL0 as kryocc input
800141f9b534 blk-mq: correct stale comment of .get_budget
c9cf2f38cb18 blk-mq: Fix potential io hung for shared sbitmap per tagset
b1f6feff7c6a blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait
ad756d8cae3b blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx
14cea6cc8ad3 blk-mq: avoid sleep in blk_mq_alloc_request_hctx
76e64c9a0a82 ARM: dts: stm32: Update part number NVMEM description on stm32mp131
722ea8e50de8 arm64: dts: mediatek: mt7986: Fix watchdog compatible
d53255b6e005 arm64: dts: mediatek: mt8195: Fix watchdog compatible
2e5186b452e3 arm64: dts: mediatek: mt8186: Fix watchdog compatible
78b3831c4d98 arm64: dts: mediatek: mt7622: Add missing pwm-cells to pwm node
335d89880d2d arm64: dts: mt8186: Fix CPU map for single-cluster SoC
d7219172bfa6 arm64: dts: mt8192: Fix CPU map for single-cluster SoC
f870eb010ee0 arm64: dts: mt8195: Fix CPU map for single-cluster SoC
3e5ddf2b8438 sbitmap: correct wake_batch recalculation to avoid potential IO hung
0f312961c799 sbitmap: Use single per-bitmap counting to wake up queued tags
b2fbd1c9bd30 sbitmap: remove redundant check in __sbitmap_queue_get_batch
ffdc6932437b ARM: dts: imx7s: correct iomuxc gpr mux controller cells
e6829910b93f ublk_drv: don't probe partitions if the ubq daemon isn't trusted
23e79f75e61b ublk_drv: remove nr_aborted_queues from ublk_device
0f58469c7864 ARM: dts: sun8i: nanopi-duo2: Fix regulator GPIO reference
58dccc65221c arm64: dts: meson: bananapi-m5: switch VDDIO_C pin to OPEN_DRAIN
b556778f76f9 arm64: dts: meson: radxa-zero: allow usb otg mode
5379f4aa230d arm64: dts: renesas: beacon-renesom: Fix gpio expander reference
fd38b56f3a6a locking/rwsem: Disable preemption in all down_read*() and up_read() code paths
1c68c6006478 arm64: dts: amlogic: meson-sm1-odroid-hc4: fix active fan thermal trip
084f14099af9 arm64: dts: amlogic: meson-gxbb-kii-pro: fix led node name
16b3b00360f4 arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: fix led node name
e35feeb3fdbe arm64: dts: amlogic: meson-sm1-bananapi-m5: fix adc keys node names
5c88975800f2 arm64: dts: amlogic: meson-gx-libretech-pc: fix update button name
b362379ddf11 arm64: dts: amlogic: meson-gxl: add missing unit address to eth-phy-mux node name
b7f839bc2e5c arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix invalid rtc node name
65d5ffb9639b arm64: dts: amlogic: meson-gxl-s905w-jethome-jethub-j80: fix invalid rtc node name
ce047a265a69 arm64: dts: amlogic: meson-gx: add missing unit address to rng node name
54b3c863762f arm64: dts: amlogic: meson-gxl-s905d-sml5442tw: drop invalid clock-names property
c727f9bb9e42 arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix supply name of USB controller node
79bf95227649 arm64: dts: amlogic: meson-gx: add missing SCPI sensors compatible
8edbf0894ba8 arm64: dts: amlogic: meson-axg: fix SCPI clock dvfs node name
0c38c2e2169d arm64: dts: amlogic: meson-gx: fix SCPI clock dvfs node name
1e0a7b41f503 ARM: imx: Call ida_simple_remove() for ida_simple_get
7f02f32ee66e ARM: dts: exynos: correct wr-active property in Exynos3250 Rinato
a0726e992dbc arm64: dts: ti: k3-j7200: Fix wakeup pinmux range
e1bfd8784cb5 ARM: s3c: fix s3c64xx_set_timer_source prototype
ed4400210105 ARM: bcm2835_defconfig: Enable the framebuffer
addbe278d723 arm64: dts: mediatek: mt8192: Mark scp_adsp clock as broken
ab5968aa3d7b ARM: OMAP1: call platform_device_put() in error case in omap1_dm_timer_init()
a8cc5a1e5005 arm64: dts: meson: remove CPU opps below 1GHz for G12A boards
3eb8dd85321f arm64: dts: qcom: ipq8074: correct PCIe QMP PHY output clock names
130d06c40cea arm64: dts: qcom: ipq8074: fix Gen3 PCIe node
8591695cb68e arm64: dts: qcom: ipq8074: correct Gen2 PCIe ranges
3cf94d7fdee7 arm64: dts: qcom: ipq8074: fix Gen3 PCIe QMP PHY
8c9554012be6 arm64: dts: qcom: ipq8074: fix Gen2 PCIe QMP PHY
03b414e181d2 arm64: dts: qcom: ipq8074: correct USB3 QMP PHY-s clock output names
d98ab7b969f6 arm64: dts: qcom: msm8992-bullhead: Disable dfps_data_mem
91475aa72e21 arm64: dts: qcom: msm8992-bullhead: Fix cont_splash_mem size
2dd983e1dd54 arm64: dts: msm8992-bullhead: add memory hole region
3de06621abee arm64: tegra: Fix duplicate regulator on Jetson TX1
3fd1439e7b7d arm64: dts: ti: k3-am62-main: Fix clocks for McSPI
5453ea5d8865 arm64: dts: ti: k3-am62: Enable SPI nodes at the board level
07fc78d8f0c9 cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
4259d9af7ef6 arm64: dts: meson-gx: Fix the SCPI DVFS node name and unit address
d314f2947aad arm64: dts: meson-g12a: Fix internal Ethernet PHY unit name
c91352826f3c arm64: dts: meson-gx: Fix Ethernet MAC address unit name
e9cbef47ae0c arm64: dts: meson-axg: jethub-j1xx: Fix MAC address node names
2b9ed2d4d6d1 arm64: dts: meson-gxl: jethub-j80: Fix Bluetooth MAC node name
6194b4422467 arm64: dts: meson-gxl: jethub-j80: Fix WiFi MAC address node
6c8d10d05884 arm64: dts: qcom: sc8280xp: Vote for CX in USB controllers
32785fada583 arm64: dts: qcom: sc8280xp: correct SPMI bus address cells
14af148bcf77 arm64: dts: qcom: sc7280: correct SPMI bus address cells
65e0c74501bc arm64: dts: qcom: sc7180: correct SPMI bus address cells
ce7d894bed1a x86/acpi/boot: Do not register processors that cannot be onlined for x2APIC
681964878331 arm64: dts: qcom: sdm845-db845c: fix audio codec interrupt pin name
57991c89c9b8 arm64: dts: mediatek: mt8186: Fix systimer 13 MHz clock description
ba20e0b2c6d3 arm64: dts: mediatek: mt8195: Fix systimer 13 MHz clock description
242196166ca6 arm64: dts: mediatek: mt8192: Fix systimer 13 MHz clock description
8770843a00af arm64: dts: mediatek: mt8183: Fix systimer 13 MHz clock description
850fd7deb574 arm64: dts: mediatek: mt8195: Add power domain to U3PHY1 T-PHY
e43a06c73be4 ARM: zynq: Fix refcount leak in zynq_early_slcr_init
45df2f9562fb arm64: dts: imx8m: Align SoC unique ID node unit address
a4598dbf8079 arm64: dts: qcom: sm6125-seine: Clean up gpio-keys (volume down)
ca4dfd29ac90 arm64: dts: qcom: sm6125: Reorder HSUSB PHY clocks to match bindings
f4996d63e721 arm64: dts: qcom: sm6350: Fix up the ramoops node
69283bfc0a7b arm64: dts: qcom: sm8150-kumano: Panel framebuffer is 2.5k instead of 4k
53866b5a2ed2 arm64: dts: qcom: msm8996-tone: Fix USB taking 6 minutes to wake up
5cace2e34bd9 arm64: dts: qcom: qcs404: use symbol names for PCIe resets
98df4bdf3b01 ARM: OMAP2+: Fix memory leak in realtime_counter_init()
10949d708742 ata: ahci: Revert "ata: ahci: Add Tiger Lake UP{3,4} AHCI controller"
57edc43c1569 powerpc/mm: Rearrange if-else block to avoid clang warning
ee907829b369 HID: asus: use spinlock to safely schedule workers
7fd279b82157 HID: asus: use spinlock to protect concurrent accesses
(From OE-Core rev: 589915be0e40d09d0581e2392fce025b1aea6970)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
d9b4a0c83a2d Linux 5.15.98
937c15e27a63 io_uring: ensure that io_init_req() passes in the right issue_flags
bf7123dd26a0 Linux 5.15.97
cf7f9cd50013 io_uring: add missing lock in io_get_file_fixed
77358093331e USB: core: Don't hold device lock while reading the "descriptors" sysfs file
3b24c980dc07 usb: gadget: u_serial: Add null pointer check in gserial_resume
2d72795ccde2 USB: serial: option: add support for VW/Skoda "Carstick LTE"
02190d23b731 usb: dwc3: pci: add support for the Intel Meteor Lake-M
cc09a7d5a6a1 scripts/tags.sh: fix incompatibility with PCRE2
1aee4ab2c107 scripts/tags.sh: Invoke 'realpath' via 'xargs'
06740b433d9d vc_screen: don't clobber return value in vcs_read
e7f460696340 net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().
16d319ec18b0 bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state
6dd1de27d771 staging: mt7621-dts: change palmbus address to lower case
07f0c6f9c357 x86/cpu: Add Lunar Lake M
e1b09162f268 HID: core: Fix deadloop in hid_apply_multiplier.
f1ee47003075 neigh: make sure used and confirmed times are valid
2590058fb058 IB/hfi1: Assign npages earlier
4534ea429ed8 ASoC: rt715-sdca: fix clock stop prepare timeout issue
e430f058d90c btrfs: send: limit number of clones and allocated memory size
d454a7212e17 ACPI: NFIT: fix a potential deadlock during NFIT teardown
435e8fabd19a HID: elecom: add support for TrackBall 056E:011C
6bd2f1754393 ARM: dts: rockchip: add power-domains property to dp node on rk3288
839a9c0047a1 arm64: dts: rockchip: drop unused LED mode property from rk3328-roc-cc
503e3d93cf35 Fix XFRM-I support for nested ESP tunnels
765b3a0e0a81 ionic: refactor use of ionic_rx_fill()
(From OE-Core rev: 4961d295599b1c3822752c42891006a49aea8ff3)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
42616e0f09fb Linux 6.1.15
c87fb861ec18 USB: core: Don't hold device lock while reading the "descriptors" sysfs file
c49bd6c2dd1b scripts/tags.sh: fix incompatibility with PCRE2
a591d9fd7001 fs: use consistent setgid checks in is_sxid()
89f5f21b960e attr: use consistent sgid stripping checks
c1df288f4495 attr: add setattr_should_drop_sgid()
e44f23ef9160 fs: move should_remove_suid()
18c2750856dc attr: add in_group_or_capable()
118ad80d27d9 drm/amd/display: Properly reuse completion structure
c9d3eb6151b3 usb: typec: pd: Remove usb_suspend_supported sysfs from sink PDO
fb9a79557942 arm64: dts: uniphier: Fix property name in PXs3 USB node
ec357cd3e8af usb: gadget: u_serial: Add null pointer check in gserial_resume
ad5914431b70 USB: serial: option: add support for VW/Skoda "Carstick LTE"
d9651c258d66 usb: dwc3: pci: add support for the Intel Meteor Lake-M
075e2099c32c drm/amd/display: Fix race condition in DPIA AUX transfer
4da108082a32 drm/amd/display: Move DCN314 DOMAIN power control to DMCUB
a595a81df673 vc_screen: don't clobber return value in vcs_read
ea4c208efea4 net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().
d879a777d148 bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state
f2173508b195 PM: sleep: Avoid using pr_cont() in the tasks freezing code
0c2f28f01fce x86/cpu: Add Lunar Lake M
bcc844436312 selftests: ocelot: tc_flower_chains: make test_vlan_ingress_modify() more comprehensive
56b6ea55f1dc HID: Ignore battery for ELAN touchscreen 29DF on HP
a03cc84f70a0 ASoC: codecs: es8326: Fix DTS properties reading
0412fe1deab1 HID: core: Fix deadloop in hid_apply_multiplier.
b7641733a4a1 neigh: make sure used and confirmed times are valid
6595071a3604 ARM: dts: stihxxx-b2120: fix polarity of reset line of tsin0 port
39cdf021fa05 ASoC: SOF: amd: Fix for handling spurious interrupts from DSP
8988889aaeb5 powerpc: Don't select ARCH_WANTS_NO_INSTR
ce77f44cb9ad IB/hfi1: Assign npages earlier
d06e776698ad ASoC: rt715-sdca: fix clock stop prepare timeout issue
46abcdf96db2 arm64: dts: rockchip: align rk3399 DMC OPP table with bindings
07c5877e1444 btrfs: send: limit number of clones and allocated memory size
91210aca68f3 pinctrl: amd: Fix debug output for debounce time
fdbcacfe495d ACPI: NFIT: fix a potential deadlock during NFIT teardown
1b7730f20355 HID: Ignore battery for Elan touchscreen on Asus TP420IA
0773ecf7bcda HID: elecom: add support for TrackBall 056E:011C
860a9c0509db arm64: dts: rockchip: fix probe of analog sound card on rock-3a
6a63f9795f6e arm64: dts: rockchip: add missing #interrupt-cells to rk356x pcie2x1
59770f4b5237 ARM: dts: rockchip: add power-domains property to dp node on rk3288
69eca8dd3c61 arm64: dts: rockchip: drop unused LED mode property from rk3328-roc-cc
fd606d611560 arm64: dts: rockchip: reduce thermal limits on rk3399-pinephone-pro
0b892d8fe90b Fix XFRM-I support for nested ESP tunnels
(From OE-Core rev: 4ed1c0990a897f8e6bf916de5d75a09b2c9106c9)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Regression reports are not generated on some integration branches because
yocto_testresults_query.py truncates branches names with slashes when it passes
it to resulttool. For example, "abelloni/master-next" is truncated to "abelloni"
Fix this unwanted branch truncation by fix tag parsing in yocto-testresults
(From OE-Core rev: b2fb7d7b0c05bb198a2271bbf1742645ba220ea3)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Upgrade libgit2 to v1.6.3.
The new version now has git_fs_path_basename_r() which is based
on BSD-2-Clause.
(From OE-Core rev: 16e837f16774893246c028f3d4a588bdc5187094)
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The commands passed to subprocess are tuples which when passed to a %
format are treated as multiple format arguments instead of a single
argument to be coerced by "%s". This results in a TypeError being
raised with python claiming that not all arguments were consumed.
Fix this by wrapping the command tuple in a str() call, as is done for
the logging strings
[YOCTO #15078]
(From OE-Core rev: 3e5d04d9ebbee4e11fb39bf353b6d4c3133e166a)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If we try to parse a buildstats directory which was either aborted or
is still being built then the top-level build_stats file doesn't
contain an elapsed value which causes an exception:
UnboundLocalError: local variable 'elapsed' referenced before assignment
Default both start and elapsed to 0 so that the parse succeeds.
(From OE-Core rev: 701d985aa8f2e9c2b9c0736fa25b424f3701889e)
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>
This function is referencing '${S}/..'.
It uses ${S} only as good known directory path to start
traversing from, and it does not need it to exist or be populated.
If ${S} does not exist yet, the function will fail because
it cannot evaluate path .. from non-existing directory.
Reproducer (verified in master and kirkstone):
bitbake gcc -c deploy_source_date_epoch
bitbake gcc -c cleansstate
rm -rf build/tmp
bitbake gcc -c deploy_source_date_epoch
(From OE-Core rev: 42661a59cda164b2d236ffc35b4d8cf43312b677)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The quilt package files are owned by the ptest user, which is provided
by the ptest-runner package. The quilt recipe depends on ptest-runner
but there have been instances where rebuilds of quilt end up without the
right passwd being present, so the files are not owned by ptest.
I suspect what's happening is that the re-package is happening without
the ptest-runner package being present (reproducible with bitbake quilt;
bitbake quilt -cclean; bitbake quilt -Cpackage_write_rpm), so add an
explicit dependency on ptest-runner in the packaging dependencies to
ensure this doesn't happen.
[ YOCTO #15062 ]
(From OE-Core rev: 6a7c17065aa1b107a8ff43de7c9097246b1316be)
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>
This patch enables the usage of the '@' character in variable flag
names.
One use case of variable flags is to assign the network namespaces of
some systemd services/targets to configure other parts of the build
process of some system. The filenames of systemd services/targets might
contain the '@' character if they are template unit files that can take
in a single parameter/argument and be instanced multiple times, as
indicated by systemd's official manual page.
The '@' character is disallowed as the first character in a variable
flag name. Imposing more restrictions on the first character is a
compromise to make parsing easier and to allow for more options in the
future to extend the syntax.
This patch is successfully verified by creating a custom BitBake recipe
that sets and unsets the value of a variable flag with the '@' character
in its name and ensuring that no ParseError is being thrown. Regression
tests have also been added to `bb.parse`.
`bin/bitbake-selftest` has also been successfully executed and all tests
passed.
(Bitbake rev: 00f9ab2cacfbd2a63b6b4959cf5401babae7e32a)
Signed-off-by: James Raphael Tiovalen <jamestiotio@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Error: Transaction test error:
file /usr/share/pkgconfig/xcb-proto.pc conflicts between attempted installs of lib32-xcb-proto-dev-1.15.2-r0.armv7ahf_neon and xcb-proto-dev-1.15.2-r0.cortexa57
The differences between the two files are as follows:
@@ -2,7 +2,7 @@
exec_prefix=/usr
datarootdir=${prefix}/share
datadir=/usr/share
-libdir=/usr/lib64
+libdir=/usr/lib
xcbincludedir=${pc_sysrootdir}${datadir}/xcb
PYTHON_PREFIX=${prefix}
pythondir=${pc_sysrootdir}${libdir}/python3.11/site-packages
(From OE-Core rev: 4876189dd2ae5a04a296b11b537b9f613159c6bf)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This script will write a summary of the buildstats to the terminal,
sorted by start time or duration, optionally hiding short tasks, and
highlighting long running tasks.
(From OE-Core rev: 253d2c0eb048ea38822844ebb69ad76d55b5c3ef)
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>
The RPM_ETCCONFIGDIR should be some root directory instead of the
etc directory as in patch 0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch
RPM_ETCCONFIGDIR is used to prefix /etc.
The regression was introduced in the following patch.
"""
nativesdk-rpm: export RPM_ETCCONFIGDIR and MAGIC in environment like RPM_CONFIGDIR
"""
The patch incorrectly set RPM_ETCCONFIGDIR, maybe because this variable's
name is a little misleading.
Note that this patch modifies both RPM_ETCCONFIGDIR and RPM_CONFIGDIR.
The RPM_CONFIGDIR's value happened to be correct because of the ${libdir},
not $OECORE_NATIVE_SYSROOT. In fact, due to the substitution mechanism,
the $OECORE_NATIVE_SYSROOT is empty.
(From OE-Core rev: 2c6388e5bbf45a71891aa90047eef980d8a27c9d)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
As part of updating linux-yocto-dev to v6.3, lttng-modules needs to
have four backported patches to adjust for the new kernel version.
These are safe for inclusion in the upcoming release, as they are
version protected and provide some future proofing for folks trying
to use newer kernels than our released 6.1.
(From OE-Core rev: e9f0070631b032a143b765874a228674c19d0304)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Bumping lttng-modules to version v2.13.9-4-g12f43cab, which comprises the following commits:
da1f5a26 Version 2.13.9
dc2d1294 fix: jbd2: use the correct print format (v5.4.229)
d04c1211 fix: jbd2 upper bound for v5.10.163
4b8864fc fix: jbd2: use the correct print format (v5.10.163)
69d3aa79 fix: btrfs: move accessor helpers into accessors.h (v6.2)
We drop our previously backported commits as well, since they are part
of the release.
(From OE-Core rev: 79d8e93adde07ff3a4a239d66649ee566a2437d6)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Drop patches:
0001-gbm-backend-fix-gbm-compile-without-dri.patch
0001-freedreno-pm4-Use-unsigned-instead-of-uint-to-fix-mu.patch
(backports)
0001-util-format-Check-for-NEON-before-using-it.patch
(upstream submission has stalled with unanswered concerns from upstream;
patch no longer applies; issue does not reproduce with 'raspberrypi0-wifi' MACHINE)
(From OE-Core rev: cdb5d1662bd9df5e9137a52187c94792d2d3247d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This was needed back when we used upstream llvm-config which
would add bogus rpaths into the drivers; nowadays it is replaced
with a oe-specific wrapper.
The particular reason is that mesa-native relies on having rpaths
to work correctly (i.e. find other native libraries in the
same sysroot location).
(From OE-Core rev: 067e131b2183892b6e8ffc604b6bed0424637ae0)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Also, enable that, if opengl is in native DISTRO_FEATURES: this allows
mesa-native to build drivers that rely on libllvm, particularly llvmpipe,
which is a (sort of) accelerated software renderer that is the only
option on build hosts without dedicated or supported GPUs.
(From OE-Core rev: ec22bfa67f6f1766102501d4593ce29aafe8c166)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Without this, the only available driver would be swrast
(without llvmpipe) which is far too slow to be practical,
and so qemu wouldn't be able to perform accelerated graphics.
The one major dependency pulled in by this change is llvm-native
which takes just under three minutes on my machine. If this is
undesitable, opengl can be removed from DISTRO_FEATURES_NATIVE.
(From OE-Core rev: 98d5c382e55910870d7e86dc83e3b7c742ea54cd)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This prevents accidental builds of it when native/nativesdk opengl
is not actually enabled (which may cause undesirable lengthening
of dependency chains or build failures because those dependencies
don't enable options required for mesa).
(From OE-Core rev: 3daa991705c2c8e6e3d86a2c7e427f84176b31c2)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
With mesa 23.0, it is not longer possible to use the host drivers, as
mesa upstream has added strict checks for matching builds between
drivers and libraries that load them.
Add a check and a hint to runqemu so that there is a helpful error when
there is no native/nativesdk opengl/virgl support.
(From OE-Core rev: f0946844df7270fe368858d8929e6b380675b78b)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Bitbake expects a consistent metadata environment when it parses. There
are plenty of ways you can set a recipe to autorev at a point where parts
of the fetcher have already been triggered leading to obsure bugs which
I struggled to debug, let alone anyone not familar with the code.
If anyone is running into the message from the commit, the issue is
likely one of timing. Keep in mind that the anonymous python code
in base.bbclass will expand variables like FILESPATH, WORKDIR and others
which contain PV. The recipe needs to be set to AUTOREV before that
anonymous python runs.
In particular, that means you can't set SRCREV = "${AUTOREV}" in other
anonymous python, it needs to happen earlier.
(Bitbake rev: 4d9ec332d5bfc8b60b54f8ec2a17d34e35aa903a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
For readability of following patches, rename this internal variable to
allow for others in a similar format.
(Bitbake rev: 450b4a00895ed1f9396a8ff859dc1cc0eccc838f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* skipped modules were triggering an ERROR before:
poky $ oe-selftest -v -r eSDK.oeSDKExtSelfTest.test_install_libraries_headers imagefeatures.ImageFeatures.test_image_gen_debugfs -K -B /OE/build/poky/build-eSDK
2023-03-13 15:07:53,430 - oe-selftest - ERROR - Not found eSDK.oeSDKExtSelfTest.test_install_libraries_headers in loaded test cases
* but didn't show the reason why it wasn't loaded and more importantly -r
was ignored when all selected modules were silently skipped
* add a warning when skipping some module and abort if some modules were
selected, but all ended being skipped:
poky $ oe-selftest -v -r eSDK.oeSDKExtSelfTest.test_install_libraries_headers -K -B /OE/build/poky/build-eSDK
2023-03-13 15:11:51,028 - oe-selftest - WARNING - module 'eSDK.oeSDKExtSelfTest.test_install_libraries_headers' was skipped from selected modules, because it doesn't match with module name assumptions: package and module names do not contain upper case characters, whereas class names do
2023-03-13 15:11:51,028 - oe-selftest - ERROR - All selected modules were skipped, this would trigger selftest with all tests and -r ignored.
* I was hit by this in oe-selftest -r eSDK.oeSDKExtSelfTest.test_install_libraries_headers
which is skipped due to upper case characters in module name and selftest started to run
all tests (archiver.Archiver.test_archiver_allows_to_filter_on_recipe_name as first from 529)
poky $ oe-selftest -v -r eSDK.oeSDKExtSelfTest.test_install_libraries_headers -K -B /OE/build/poky/build-eSDK
2023-03-13 14:00:52,955 - oe-selftest - DEBUG - Selected tests with -r: ['eSDK.oeSDKExtSelfTest.test_install_libraries_headers']
2023-03-13 14:00:55,531 - oe-selftest - INFO - Changing cwd to /OE/build/poky/build
..
2023-03-13 14:00:58,128 - oe-selftest - INFO - test_archiver_allows_to_filter_on_recipe_name (archiver.Archiver.test_archiver_allows_to_filter_on_recipe_name)
I'll rename eSDK to esdk in next commit to avoid this.
* also fix small typo in context I've noticed when debugging this
(From OE-Core rev: 15229c9abaf4cc398c31d97d171b9fac57141873)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* these cases were correctly respecting IMAGE_LINK_NAME in most tests
* the only exception was relatively wide glob for manifest:
"test-empty-image-*.manifest"
* and even wider glob for -dbg:
"*-dbg.rootfs.tar.bz2"
* replace them with the exact filename we expect for given image
* be aware that gzip won't accept the symlink in IMAGE_LINK_NAME causing:
2023-03-13 08:58:23,845 - oe-selftest - INFO - ... FAIL
2023-03-13 08:58:23,845 - oe-selftest - INFO - Traceback (most recent call last):
File "/OE/build/poky/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 124, in test_bmap
self.assertTrue(runCmd('gzip -t %s' % gzip_path))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/OE/build/poky/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'gzip -t /OE/build/poky/build/build-st-2023-03-12-todo-patch2/imagefeatures.ImageFeatures.test_bmap/build-st/tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.rootfs.ext4.bmap.gz' returned non-zero exit status 1:
gzip: skipping: /OE/build/poky/build/build-st-2023-03-12-todo-patch2/imagefeatures.ImageFeatures.test_bmap/build-st/tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.rootfs.ext4.bmap.gz is a symbolic link
* and "*-dbg.rootfs.tar.bz2" doesn't work if IMAGE_NAME_SUFFIX
is changed to anything else than ".rootfs" or moved into
IMAGE_LINK_NAME (like I plan in future changes where this will
need to be updated again).
Luckily we can use the symlink which currently doesn't have
IMAGE_NAME_SUFFIX nor the DATETIME, so we don't need to search
for it with glob, e.g. currently:
core-image-minimal-qemux86-64-dbg-20230313112546-dbg.rootfs.tar.bz2
core-image-minimal-qemux86-64-dbg.tar.bz2 -> core-image-minimal-qemux86-64-dbg-20230313112546-dbg.rootfs.tar.bz2
[YOCTO #12937]
(From OE-Core rev: 39285e981343930e41afe4eb8f2db675a85d54c2)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* to better indicate how it's used in get_first_file
* cmd* is used in other places for actual shell commands
to execute
* RunQemuError('KERNEL not found: %s, %s or %s' % cmds)
also looked weird to me, but that works (to my python-noob surprise)
[YOCTO #12937]
(From OE-Core rev: 7c26e9dcc999a7d6a365831c39d25d98890be6d0)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* to make it easier for projects to avoid default -${MACHINE} suffix if
the ${MACHINE} named DEPLOY_DIR_IMAGE works better for them
* also use IMAGE_LINK_NAME in IMAGE_NAME to make it more clear
that IMAGE_NAME is the same as IMAGE_LINK_NAME but with version
suffix
* adding it as separate variable helps us to catch the cases
where we didn't respect ${IMAGE_LINK_NAME} variable and just used
the common default ${IMAGE_BASENAME}-${MACHINE}.
[YOCTO #12937]
(From OE-Core rev: 6e82c394e98d57a2fe73e547922477cd6b0620f9)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* use these variables instead of assuming:
"fitImage-its-%s-%s-%s" % (image_type, machine, machine)
notice that these files have no extension and the -machine suffix
is duplicated (once from core-image-minimal and once from
kernel-fitimage.bbclass:kernel_do_deploy:append
through KERNEL_FIT_LINK_NAME which is MACHINE by default:
KERNEL_FIT_NAME ?= "${KERNEL_ARTIFACT_NAME}"
KERNEL_FIT_LINK_NAME ?= "${KERNEL_ARTIFACT_LINK_NAME}"
KERNEL_ARTIFACT_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}"
KERNEL_ARTIFACT_LINK_NAME ?= "${MACHINE}"
[YOCTO #12937]
(From OE-Core rev: d6e52428ca25d9b6ec2a52406f2d1859d05867d3)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* move it from kernel.bbclass, because it needs to stay in sync with
IMAGE_LINK_NAME structure
* image-artifact-names.bbclass is also inheritted from kernel-artifact-names.bbclass
so every recipe which needs this variable probably already inherits one of these
* fixes kernel-fitimage.bbclass with modified IMAGE_LINK_NAME
[YOCTO #12937]
(From OE-Core rev: 432d0df0d771c8f0bef1e855ac6b0011b2c3cad2)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* this one is more tricky, because the test_rawcopy_plugin.wks.in file
is used while building core-image-minimal-mtdutils, but the image filename
inside wks.in is from core-image-minimal, so we cannot just let bitbake
expand IMAGE_LINK_NAME, use separate variable set in the same config fragment
IMAGE_LINK_NAME_CORE_IMAGE_MINIMAL
[YOCTO #12937]
(From OE-Core rev: 8864ee825fdc52fe7a8cf93876c81c639fba66f4)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* with my build/conf/local.conf:
SSTATE_DIR = "/OE/build/poky/build/sstate-cache"
these devtool tests will first set own SSTATE_DIR and the original one set as SSTATE_MIRROR:
2023-03-11 11:51:46,837 - oe-selftest - INFO - test_devtool_update_recipe_append (devtool.DevtoolUpdateTests.test_devtool_update_recipe_append)
2023-03-11 11:51:46,846 - oe-selftest - DEBUG - Appending to: /OE/build/poky/build/build-st-2023-03-11-patch2/devtool.DevtoolUpdateTests.test_devtool_update_recipe_append/build-st/conf/selftest.inc
SSTATE_DIR = "/OE/build/poky/build/build-st-2023-03-11-patch2/devtool.DevtoolUpdateTests.test_devtool_update_recipe_append/build-st/sstate_devtool"
SSTATE_MIRRORS += "file://.* file:////OE/build/poky/build/sstate-cache/PATH"
* but that unfortunately leads to a warning from sanity.bbclass
about SSTATE_MIRRORS without matching BB_HASHSERVE, because
BB_HASHSERVE is set to "auto" by default
these tests failing with:
2023-03-11 11:55:39,610 - oe-selftest - INFO - ======================================================================
2023-03-11 11:55:39,610 - oe-selftest - INFO - FAIL: test_devtool_update_recipe_append_git (devtool.DevtoolUpdateTests.test_devtool_update_recipe_append_git)
2023-03-11 11:55:39,610 - oe-selftest - INFO - ----------------------------------------------------------------------
2023-03-11 11:55:39,611 - oe-selftest - INFO - Traceback (most recent call last):
File "/OE/build/poky/meta/lib/oeqa/selftest/cases/devtool.py", line 1118, in test_devtool_update_recipe_append_git
self.assertNotIn('WARNING:', result.output)
AssertionError: 'WARNING:' unexpectedly found in 'NOTE: Starting bitbake server...\nWARNING: You are using a local hash equivalence server but have configured an sstate mirror. This will likely mean no sstate will match from the mirror. You may wish to disable the hash equivalence use (BB_HASHSERVE), or use a hash equivalence server alongside the sstate mirror.\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 947 .bb files complete (0 cached, 947 parsed). 1764 targets, 52 skipped, 0 masked, 0 errors.\n\nSummary: There was 1 WARNING message.\nINFO: Updating SRCREV in recipe mtd-utils-selftest_git.bb\nNOTE: Writing append file /tmp/devtoolqa1m2lh02v/layer/recipes-devtools/mtd/mtd-utils-selftest_git.bbappend'
----------------------------------------------------------------------
* just setting BB_HASHSERVE to empty doesn't work, because then we
would need to disable OEEquivHash as well as it fails with:
ERROR: OEEquivHash requires BB_HASHSERVE to be set
(From OE-Core rev: 96d4392ee9c5c3674e5c4c4512f527a2ca6765e4)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This distro setting has bitrotted quite badly but the idea remains
a good one. Try and improve things by:
* using a class and a list of recipes to make things more readable
* drop settings for recipes which no longer use git
* drop obsolete PREFERRED_VERSION settings
* add a provider switch to use linux-yocto-dev
* reword to avoid "package" confusion with recipe
The distro then builds and highlighted a number of matchbox
issues which other patches address and improve.
(From meta-yocto rev: 00e974484d771dd015af1f2c0c547135555d24d0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
After updating gen_fixtures.py for 'mickledore' 4.2,
run './gen_fixutures.py --all' to update oe-core.xml
and poky.xml.
Drop langdale as support is ending soon.
(Bitbake rev: 282a3d618b565a60b8734ca0fb710db93023b5c8)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Update for 'mickledore' 4.2.0 release and bitbake 2.4 branching.
Drop 'langdale' as support will be ending soon.
Update stable branches to latest patch release.
(Bitbake rev: b01d369f6d6cccf77b23017ff343820d800d5621)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When tasks are run with -v (verbose) on the bitbake commandline, shell
tasks print their stdout, python tasks do not.
This change redirects the python task's print output to an in memory
buffer. After the task is executed the output is printed to stdout via
the logger. This makes the python task behavior match the shell task
behavior when running with -v. The contents of the task's log files
remain unchanged after this change.
This approach should keep the correct order in most cases, however, if
the python task accesses the logger directly, that content will appear
before other output. On the other hand, this change should negate the
need for python tasks to access the logger directly.
Special care is taken to save/restore the existing stdout and stderr
and preventing sending output directly to the logger when there are
"recursive" calls, for instance when a python function calls a shell
function, avoiding printing things potentially out of order and/or
multiple times.
The logging-test.bb in meta-selftest can be used to review this
change. This has been tested with the full bblogging oeqa tests.
[Yocto #14544]
(Bitbake rev: 81a58647b2f4fc0a2589b2978fc9d81b2bfe6aec)
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
While there has not been an official release in some time, the latest version
fixes a large number of bugs and adds support for Dwarf 5, among other
things. (Dwarf 5 is default in gcc 12 and newer.)
Short change log since the last version:
TCF Agent: Narrow down LoadLibrary search scope
TCF Agent: faster breakpoint planting
Bug 581214 - Expression evaluation fails for a data member that is defined in a structure, union or class that is of type DW_AT_data_bit_offset attribute (DWARF5)
TCF Agent: reduced memory footprint
TCF Agent: fixed build error on CygWin: CYGWIN_VERSION_CYGWIN_CONV undefined
TCF Agent: workaround for GCC compilation error: function may return address of local variable
Bug 581034 - "long long int" data type can't be recognized from dwarf5 debug info generated by llvm15
TCF Agent: Removal of unused variable causing clang-15 build error
TCF Agent: fixed: malformed HTTP request can crash the agent
TCF Agent: fixed assertion failure in the Breakpoints service
TCF Agent: GDB Remote Serial Protocol: fixed handling of process ID 0
Bug 580644 - steps into the function of shared library does not work on PPC
TCF Agent: add PowerPC 32-bit and big-endian builds in the Dockerfile
TCF Agent: check glibc version when calling pthread_setname_np()
Bug 580600 - -Wmisleading-indentation issue for gcc version less than 6.0
Bug 580489 - failed to handle .debug_rnglists section sometimes
Bug 580450 - failed to read the full compilation unit tag in dwarf 5 when customized sections
Bug 580414 - failed to handle debug sections for DWARF 5
Bug 580326 - Can not display the type of global variable defined in a sharedlib
Fixed text formatting in Makefile.inc
Bug 580279 - VERSION grep in agent/Makefile.inc need update for vxWorks
Bug 580089 - pid2id() failed to get a right id
TCF Agent: improved comments
TCF Agent: a few more asserts
TCF Agent: improved X86 disassembler
Bug 580002 - [tcf-dev] Speedup compute_reverse_lookup_indices
Bug 579989 - compile error by vs2008 on windows
TCF Agent: improved X86 disassembler
Bug 579947 - NULL pointer caused the tcf-server crashed when load ELF file that compiled by LLVM 14 with dwarf-5
TCF Agent: fixed Coverity warning
TCF Agent: fixed Coverity warning
TCF Agent: new function in HTTP server API: closed() call-back
Merge "TCF Agent: Fix potential memory/resource leaks"
TCF Agent: Fix potential memory/resource leaks
TCF Agent: Fix unsafe strcpy
TCF Agent: Respect certain ENABLE_* macros
Bug 579412 - incorrect or missing copyright information
TCF Agent: Lazy PC initialization
Bug 579362 - the process IDs should be pid_t instead of UINT32 in waitpid.c and waitpid.h files
Bug 579378 - update copyright year to 2022
Bug 579274 - unknown option -Wmisleading-indentation issue for gcc version less than 6.0
TCF Agent: ARM v8 stack crawl: fixed handling of ERET instruction
TCF Agent: fixed handling of line info file names when file contains a mix DWARF 5 and DWARF 3
TCF Tests: fixed incorrect error reports in DWARF reader test
TCF Agent: disabled bogus warnings misleading-indentation
TCF Agent: fixed handling of line info file names in DWARF 5
TCF Agent: Expressions: fixed handling of a static field of a struct stored in a register
TCF Agent: fixed error when building with c++-11
TCF Agent: DWARF 5: improved handling of location expressions
TCF Agent: DWARF reader: fixed regression - "FORM_FLAG expected" error
TCF Agent: DWARF reader: new object flag DOIF_inlined
TCF Tests: improved tests of var declarations
TCF Agent: fixed regression: memory corruption in the symbols proxy
TCF Agent: fixed issues with handling GCC-11 debug info
TCF Agent: fixed warning: ISO C90 forbids mixed declarations and code
TCF Agent: Fix stack frame cleanup on error
TCF Agent: Add missing parentheses
Bug 578201 - Sometimes variables show as "N/A - Cannot read target memory. Input/output error"
Bug 577936 - dprintf not work as expected
TCF Agent: lazy initialization in rand32()
TCF Agent: new API function: rand32()
TCF Agent: fixed possible buffer overflow when calling fscanf()
Bug 577174 - Sometimes variables show as "N/A - Value of register is unknown in the selected frame"
Bug 577064 - Union type variables don’t show correctly if based on a register
TCF Agent: fixed: tmp_vprintf and loc_vprintf can segfault on Linux
Bug 577001 - DW_AT_high_pc with DW_FORM_udata form not handled
TCF Agent: fixed pthread_cond_timedwait() on Windows
TCF Agent: Expressions service: improved error message
(From OE-Core rev: 34a6d0e6b23a42fbec5507ab22a5574ad1d38111)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The tests installed by jsonpointer use unittest not pytest, so update
the dependencies.
Use the unittest runner in python3-unittest-automake-output to get the
correct output.
Apply a patch so the test suite doesn't run twice.
(From OE-Core rev: 595086756c6f24762e08cde9f9ed3e1056976d98)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Instead of using sed to reformat the output use this new module.
(From OE-Core rev: 88b320cfb38b69b2d9035d2300359ff3d0dbd598)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Instead of using sed to reformat the output use this new module.
(From OE-Core rev: 7da8728e0b566bb326092b88140c2d8207893738)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Instead of using sed to reformat the output use this new module.
(From OE-Core rev: 6be840f36c7ac06527714f7f083162eda4c14adf)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Instead of using sed to reformat the output use this new module.
(From OE-Core rev: d83b60647bcbd32f57796085ed5f8e19c30e576a)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Instead of using sed to reformat the output use this new module.
(From OE-Core rev: adfaaba9389e1e8459e58a3cab0f2bebc623c4f5)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Instead of using sed to reformat the output use this new module. The
tests also need the statistics module so add this missing dependency.
(From OE-Core rev: 68cc7d5343ee3617fd708954f55f0f2fc29390b3)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Instead of using sed to reformat the output use this new module.
(From OE-Core rev: def25193748fac40c4120e9a6e8861ae4c7ae760)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Instead of using sed to reformat the output use this new module.
(From OE-Core rev: 5ad1c8beebc09754b5c7fc637102553398a50fbd)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Instead of using sed to reformat the output use this new module.
This shows that the previous sed expression wasn't sufficient because it
didn't handle tests throwing an error, and now the bench/ tests fail
because we don't have pytest-benchmark. These tests are more of a
benchmark than a unit test, so just skip them.
Also show a skip message instead of nothing if the tests were skipped
due to a lack of memory.
(From OE-Core rev: f22b60676159f729c081ba62fba4642629daa914)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Instead of using sed to reformat the output use this new module.
(From OE-Core rev: 6d81a8eeb42695c1d908a2ef9d60606c4eb7cf8f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Instead of using sed to reformat the output use this new module.
(From OE-Core rev: 66907e95cf1e174c76ee8c495af1596cc1f63718)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This package contains modules for both unittest and pytest that alter
the output to look like automake's 'make check' output, for better
integration with ptest.
(From OE-Core rev: 961e4f3fc786715fc136fa446686972a4a95a3d5)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The python3-modules package should depend on zoneinfo, and gdbm if it
was enabled.
(From OE-Core rev: 0e0a5a635f44931dd490ae6a99548f05bd5205a8)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The tests need a broad set of locales and timezones to be installed.
(From OE-Core rev: 372233d7ad22e45aa31db0d6c0e989393f116dfe)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Replace by a reference to the description which was
moved to the BitBake manual.
- Also drop the reference to the Yocto Project Development Tasks Manual
which doesn't add extra information on this variable.
(From yocto-docs rev: 87cdda981fa6a3d05c559fb00e214214956346dc)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- This allows to continue sharing the updated Ubuntu/Debian requirements
with the brief-yoctoprojectqs/index.rst without indentation mismatches
(caused by using the same macro in two different contexts: in direct
text and in a bullet list).
- Update poky.yaml.in to adapt the number of spaces at the beginning
of lines.
- brief-yoctoprojectqs/index.rst: fix bad number of spaces
before quote block.
(From yocto-docs rev: 38a3228f8981674bc75de135246c4f9eff7b43a1)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Update system requirements after making tests on basic Docker
containers of:
- Ubuntu 22.04
- Fedora 37
- OpenSuse Leap 15.4
- AlmaLinux 9
- Including the need to have the en_US.UTF-8 locale on the system.
- Rename the CENTOS8_HOST_PACKAGES_ESSENTIAL macro to ALMALINUX_HOST_PACKAGES_ESSENTIAL
As for the other distros, stop refering to a specific version of AlmaLinux. We mention
the supported versions in the system-requirements.rst file anyway.
- Remove the unused CENTOS7_HOST_PACKAGES_ESSENTIAL macro
(From yocto-docs rev: f8b8680ff1f54b02572f240966169b9e129b05b1)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Randy MacLeod <randy.macleod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Replacing
:ref:`bitbake:bitbake-user-manual/...`
by :ref:`bitbake-user-manual/...`
Adding "bitbake:" as a prefix is not necessary
as there is no naming conflict between the YP
and the BitBake manuals (all documents are in
"bitbake-user-manual/")
- Explaining the rules in the README file
- When necessary, fixing line length in the modified paragraphs.
(From yocto-docs rev: d80b31705450cfb98d217ea44ba2edace2d64095)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This allow to have classic fetch parameters
(like destsuffix, sha256, name ...) not being
considered by crate fetcher itself (and so mess
up its download)
Moreover, it allow to overload the name of the downloaded
crate (maybe usefull if there is a naming clash between
two crates coming from different repositories)
(Bitbake rev: 278bd2f1758b8af97552af8d23d16ffb5127a131)
Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Drop pyproject.toml patch, merged upstream
https://wheel.readthedocs.io/en/stable/news.html#release-notes
0.40.0 (2023-03-14)
* Added a wheel tags command to modify tags on an existing wheel (PR by
Henry Schreiner)
* Updated vendored packaging to 23.0
* wheel unpack now preserves the executable attribute of extracted files
* Fixed spaces in platform names not being converted to underscores (PR
by David Tucker)
* Fixed RECORD files in generated wheels missing the regular file attribute
* Fixed DeprecationWarning about the use of the deprecated pkg_resources
API (PR by Thomas Grainger)
* Wheel now uses flit-core as a build backend (PR by Henry Schreiner)
License-Update: use LICENSE.txt for LIC_FILES_CHKSUM instead of PKG-INFO
(From OE-Core rev: d88ec936065f45851dd2a15bd8549c75e7746c75)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is to fix build in RISCV64
| In constructor 'symresolution_info::symresolution_info(systemtap_session&, bool)',
| inlined from 'int semantic_pass_symbols(systemtap_session&)' at ../git/elaborate.cxx:1884:28:
| ../git/elaborate.cxx:2601:21: error: storing the address of local variable 'sym' in '*s.systemtap_session::symbol_resolver' [-Werror=dangling-pointer=]
| 2601 | s.symbol_resolver = this; // save resolver for early PR25841 function resolution
| | ~~~~~~~~~~~~~~~~~~^~~~~~
| ../git/elaborate.cxx: In function 'int semantic_pass_symbols(systemtap_session&)':
| ../git/elaborate.cxx:1884:22: note: 'sym' declared here
| 1884 | symresolution_info sym (s);
| | ^~~
| ../git/elaborate.cxx:1884:22: note: 's' declared here
(From OE-Core rev: dcc891059c5f3a17781febfff4a4280b4b7c8754)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
With the move to a ptest per image, the multiple ptest log scenario
is much more likely. Tweak the handling to only warn if there are
overlapping files.
(From OE-Core rev: 8391f1668fcbe932ba846299b0ec22de09e06dd4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This reverts commit 33d9b3a8ed.
The reverted patch was forcing systemd to do preset-all at boot time (first boot)
in a function that simuilates 'preset-all' at rootfs time. This is not right.
To force a first boot, just do not run this function, as said in the comment:
"""
# If we populate the systemd links we also create /etc/machine-id, which
# allows systemd to boot with the filesystem read-only before generating
# a real value and then committing it back.
#
# For the stateless configuration, where /etc is generated at runtime
# (for example on a tmpfs), this script shouldn't run at all and we
# allow systemd to completely populate /etc.
"""
For example, removing 'systemd_preset_all;' from IMAGE_PREPROCESS_COMMAND in some
distro conf file will achieve the same effect of the original patch.
(From OE-Core rev: a2ac09c32acfc2e076a7778447919d97553d38a2)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
There should not be any network access during the build step so
specify this explicitely to cargo.
This will allow better error message, e.g:
| Caused by:
| can't checkout from 'ssh://git@.../fmartinsons/zbus-git-dep-test.git': you are in the offline mode (--offline)
Instead of
| Updating git repository `ssh://git@.../fmartinsons/zbus-git-dep-test.git`
| warning: spurious network error (2 tries remaining): failed to resolve address for gitlab.com: Temporary failure in name resolution;class=Net (12)
(From OE-Core rev: 8e9ec03c73e8c09e223d6f6cce297df363991350)
Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Fix an issue introduced in the new openssl version where an assembler file
isn't generated in a reproducible way by seeding the perl random number
generator consistently. It has no crypto impact, it is just used to
avoid function name clashes.
(From OE-Core rev: 448df3e1c02fe224d62f59a236fdcd47ea7e695f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>From the NEWS.md file:
### Major changes between OpenSSL 3.0 and OpenSSL 3.1.0 [14 Mar 2023]
* SSL 3, TLS 1.0, TLS 1.1, and DTLS 1.0 only work at security level 0.
* Performance enhancements and new platform support including new
assembler code algorithm implementations.
* Deprecated LHASH statistics functions.
* FIPS 140-3 compliance changes.
Drop the upstreamed afalg.patch:
c425e365f4 Configure: don't try to be clever when configuring afalgeng
(From OE-Core rev: 71c763ed4fbbea22a6a0b145e4e29436c7e59625)
Signed-off-by: Randy MacLeod <randy.macleod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Improvements
------------
* Add support for Python 3.10 and 3.11.
* Drop support for Python 3.5 (EOL).
* Distutils integration is deprecated and will be removed in the next major
version.
* Use "CompoundFixture" from "fixtures>=2.0" rather than rolling our
own.
* Provide a "testtools[twisted]" extra documenting dependencies needed for
"testtools.twistedsupport".
* Make "TestCase" hashable.
* Prevent "AttributeError" in "TestCase.__eq__" for objects lacking a
"__dict__" attribute.
* Replace deprecated "cgi" module usage with "email".
(From OE-Core rev: c0d0428deabf519e86bc0ffb7ff47e9bb0a165c4)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
- Fix a problem in 4.5.0 where using something like the following code
will cause a Clone()'d environment to share the CPPDEFINES with the
original Environment() which was cloned. Causing leakage of changes
to CPPDEFINES when they should be completely independent after the Clone.
env=Environment(CPPDEFINES=['a'])
env.Append(CPPDEFINES=['b']) (or AppendUnique,Prepend,PrependUnique)
env1=env.Clone()
env1.Append(CPPDEFINES=['c']) (or any other modification, but not overwriting CPPDEFINES
Now env['CPPDEFINES'] will contain 'c' when it should not.
- Do not initialize DefaultEnvironment when calling EnsureSConsVersion(),
EnsurePythonVersion(), Exit(), GetLaunchDir() and SConscriptChdir().
- Remove unused private method SConsEnvironment._exceeds_version().
- Added ValidateOptions() which will check that all command line options are in either
those specified by SCons itself, or by AddOption() in SConstruct/SConscript. It should
not be called until all AddOption() calls are completed. Resolves Issue #4187
- Refactored SCons/Taskmaster into a package. Moved SCons/Jobs.py into that package.
NOTE: If you hook into SCons.Jobs, you'll have to change that to use SCons.Taskmaster.Jobs
- Changed the Taskmaster trace logic to use python's logging module. The output formatting
should remain (mostly) the same. Minor update to unittest for this to adjust for 1 less newline.
- Migrated logging logic for --taskmastertrace to use Python's logging module. Added logging
to NewParallel Job class (Andrew Morrow's new parallel job implementation)
- Ninja: Fix execution environment sanitation for launching ninja. Previously if you set an
execution environment variable set to a python list it would crash. Now it
will create a string joining the list with os.pathsep
- Move execution environment sanitation from Action._subproc() to
SCons.Util.sanitize_shell_env(ENV)
- Moved rpm and debian directories under packaging
- Added logic to help packagers enable reproducible builds into packaging/etc/. Please
read packaging/etc/README.txt if you are interested.
- Added --experimental=tm_v2, which enables Andrew Morrow's new NewParallel Job implementation.
This should scale much better for highly parallel builds. You can also enable this via SetOption().
- Fixed command line argument --diskcheck: previously a value of 'none' was ignored.
SetOption('diskcheck','none') is unaffected, as it did not have the problem.
- Added overrides argument to SCons.Subst.scons_subst(), subst_list(), subst(), and Action's process(),
strfunction(). This allows passing a dictionary of envvars to override when evaluating subst()'d strings/lists
- Fixed Issue #4275 - when outputting compilation db and TEMPFILE was in use, the compilation db would have
command lines using the generated tempfile for long command lines, instead of the full command line for
the compilation step for the source/target pair.
- Renamed the qt tools to qt3 since the logic in that tool is only for QT version 3. Renamed all env vars
which affect qt3 from QT_ to QT3_. If you are still using SCons to build QT 3 code, you'll need to update
your SConscripts. Note that using 'qt' tool has been deprecated for some time.
- Added JAVAPROCESSORPATH construction variable which populates -processorpath.
- Updated JavaScanner to scan JAVAPROCESSORPATH.
- Added FILE_ENCODING, to allow explicitly setting the text encoding for files
written by the Textfile() and Substfile() builders. If not specified, Textfile() and Substfile() builders
will write files as UTF-8. Fixed Issue #4302.
- Add newline to end of compilation db (compile_commands.json).
- Added error message to handle the case when SCons attempts to retrieve all the targets
for a specified builder from the CacheDir, fails to do so, and then runs into an error
when deleting the files which were retrieved. Previously if this happened there was no
errors or warnings.
- Fix issue #2757, where Configure checks that perform a check which reads a modified source
(including program, source or header file(s)) would incorrectly mark that file "up to date" so the
actual build would not see the file as modified. Leading to incorrect incremental builds.
Now configure checks now clear node info for non conftest nodes, so they will be re-evaluated for
the real taskmaster run when the build commences.
- Avoid returning UniqueList for `children` and other `Executor` APIs. This type
iterates more slowly than the builtin types. Also simplify uniquer_hashables to
use an faster implementation under the assumption of ordered dictionaries.
- Fixed runtest.py failure on Windows caused by excessive escaping of the path to python.exe.
- Run LaTeX after biber/bibtex only if necessary
- Added -fsanitize support to ParseFlags(). This will propagate to CCFLAGS and LINKFLAGS.
- A list argument as the source to the Copy() action function is now
correctly handled by converting elements to string. Copy errors out
if asked to copy a list to an existing non-directory destination.
Both the implementation and the strfunction which prints the progress
message were adjusted. Fixes#3009.
- doc: EnsureSConsVersion, EnsurePythonVersion, Exit, GetLaunchDir and
SConscriptChdir are now listed as Global functions only; the
Environment versions still work but are not documented.
- The Java scanner processing of JAVACLASSPATH for dependencies was
changed to split on os.pathsep instead of space, to match usage of
passing a path string like "xxx:yyy:zzz". This is not portable -
passing a POSIX-style path string (with ':') won't work on Windows
(';') - which is now documented with a hint to use a list instead
to be portable. Splitting on space broke paths with embedded spaces.
Fixes#4243.
- Cleanup: make sure BoolVariable usage in tests and examples uses Python
boolean values instead of 0/1.
- Stop telling people to run "python setup.py install" in the User Guide.
Adds new content on using virtualenvs to be able to have multiple
different SCons versions available on one system.
- Added the "DefaultEnvironment(tools=[])" stanza to a number of tests
that are known to be particularly slow. It's still just a tiny
speedup, but the Windows CI had been occasionally timing out,
so maybe this helps a bit.
- Remove an extra existence check in one ninja test that caused it
to be skipped on some otherwise-valid Windows installations.
- test framework tests now pass on Linux and Windows (the latter can
still run into problems on some configurations), and automated
tests are now run on changes in this area so future problems can
be spotted.
- The single-file Util module was split into a package with a few
functional areas getting their own files - Util.py had grown to
over 2100 lines.
- Add a zipapp package of scons-local: can use SCons from a local
file which does not need unpacking.
- Additional explanations for MSVSProject and MSVSSolution builders.
- Fix a problem (present in 4.4.0 only) where a Java inner class could
not be cached because the emitted filename contained a '$' and when
looked up through a node ended up generating a Python SyntaxError
because it was passed through scons_subst().
- Have the gfortran tool do a better job of honoring user preferences
for the dialect tools (F77, F90, F03 and F09, as well as the shared-library
equivalents SHF77, SHF90, SHF03, SHF09). Previously these were
unconditionally overwritten to 'gfortran'; the change should be more
in line with expectations of how these variables should work.
Also cleaned a few Fortran tests - test behavior does not change.
- Updated MSVC documentation - adds "version added" annotations on recently
added construction variables and provides a version-mapping table.
- Add Python 3.12 support, and indicate 3.11/3.12 support in package.
3.12 is in alpha for this SCons release, the bytecode sequences
embedded in SCons/ActionTests.py may need to change later, but
based on what is known now, 3.12 itself should work with this release.
- Add "append" keyword argument to Configure context's CheckLib and
CheckLibWithHeader to control whether to append or prepend (issue #2767)
Also added "unique" keyword, to control whether a library is added
or not if it is already in the $LIBS construction var in the
configure context. (issue #2768).
- Completely refactored the CPPDEFINES logic in Append/AppendUnique/Prepend/PrependUnique
This change fixes the following GH Issues:
- GH Issue #3876 - Append() and AppendUnique() will handle CPPDEFINES the same
- GH Issue #4254 - Make handling tuples in CPPDEFINES consistent.
- We no longer sort the keys added to CPPDEFINES by their dictionary keys.
We take advantage that their order is now stable based on insertion order
in Python 3.5+
- Added/modifed unit and system tests to verify these changes.
(From OE-Core rev: 158785d12a18e221be4a1fa35851c35214eee591)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Bug Fixes
=========
#10533: Fixed pytest.approx() handling of dictionaries containing one or more values of 0.0.
#10592: Fixed crash if --cache-show and --help are passed at the same time.
#10597: Fixed bug where a fixture method named teardown would be called as part of nose teardown stage.
#10626: Fixed crash if --fixtures and --help are passed at the same time.
#10660: Fixed pytest.raises() to return a ‘ContextManager’ so that type-checkers could narrow pytest.raises(...) if ... else nullcontext() down to ‘ContextManager’ rather than ‘object’.
Improved Documentation
======================
#10690: Added CI and BUILD_NUMBER environment variables to the documentation.
#10721: Fixed entry-points declaration in the documentation example using Hatch.
#10753: Changed wording of the module level skip to be very explicit about not collecting tests and not executing the rest of the module.
(From OE-Core rev: e99106eec6e4b0017b621844092c12791b02ca11)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Fixed
=======
Fix an issue where wheels built on Windows could contain duplicate entries in the RECORD file (#555).
(From OE-Core rev: 8270be34afa7ccde7306f31387b2082971caa239)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
=========
#3804: Added caching for supported wheel tags.
#3846: Added pruning heuristics to PackageFinder based on exclude.
#3843: Although pkg_resources has been discouraged for use, some projects still
consider pkg_resources viable for usage. This change makes it clear that
pkg_resources should not be used, emitting a DeprecationWarning when imported.
(From OE-Core rev: 31ad28d785d199716d98550193c9d3a9877b94ef)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Bug fixes
==========
With -P, some non-ASCII UTF8 characters were not recognized as
word-constituent due to our omission of the PCRE2_UCP flag. E.g.,
given f(){ echo Perú|LC_ALL=en_US.UTF-8 grep -Po "$1"; } and
this command, echo $(f 'r\w'):$(f '.\b'), before it would print ":r".
After the fix, it prints the correct results: "rú:ú".
When given multiple patterns the last of which has a back-reference,
grep no longer sometimes mistakenly matches lines in some cases.
[Bug#36148#13 introduced in grep 3.4]
(From OE-Core rev: 59a2cad44782eb04a304d0b7a1022570d08477b0)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License changes were the addition of SPDX license headers and license
header fixes.
(From OE-Core rev: 3466aace65faad08c98188b7072d92f5ba597fa3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License changes were the addition of SPDX license headers and license
header fixes.
(From OE-Core rev: 08b6100a6eaf0a640004bbe71f8f12ac169d2f30)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License changes were the addition of SPDX license headers and license
header fixes.
(From OE-Core rev: 3177ca0dea44c7ef2121127dfa85cf65e7a4fa6a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License changes were the addition of SPDX license headers and license
header fixes.
(From OE-Core rev: 6761b8d781314dd9170c3810d42bd83aa67b40c8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Drop a patch merged in the upstream repo.
License changes are due to the addition of SPDX license headers.
(From OE-Core rev: 3409b6b22c7c443e9f4d6c1a5b5f740eaa6587ac)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The previous addition of pressure values to the chart didn't fix the extents
function which meant the bottom of the chart was cut off. Fix that.
(From OE-Core rev: cc8cef69e717e08f80d10f775f0fffc644267b59)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Fix:
scripts/pybootchartgui/pybootchartgui/parsing.py:134: SyntaxWarning: "is" with a literal. Did you mean "=="?
if pid is 0:
(From OE-Core rev: c9a6511ae618035b8efad01646e37ba28ce1e3f8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Address:
DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13
pipes.quote is an alias for shlex.quote so switch to that.
(From OE-Core rev: 7b1c1dd9985a6f1645271a928dda7f1897a7ba8a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Fix following ptest failure:
/usr/lib64/cpio/ptest/run-ptest: line 7: cd: /usr/lib/cpio/ptest/tests/: No such file or directory
(From OE-Core rev: 1809329c336cb509349bd39f13cc78acd8efe0cd)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* this is one of the failures from distrodata.Distrodata.test_checkpkg:
2023-03-11 14:26:21,482 - oe-selftest - INFO - ======================================================================
2023-03-11 14:26:21,482 - oe-selftest - INFO - FAIL: test_checkpkg (distrodata.Distrodata.test_checkpkg)
2023-03-11 14:26:21,482 - oe-selftest - INFO - ----------------------------------------------------------------------
2023-03-11 14:26:21,482 - oe-selftest - INFO - Traceback (most recent call last):
File "/OE/build/poky/meta/lib/oeqa/selftest/cases/distrodata.py", line 40, in test_checkpkg
self.assertTrue(len(regressed_failures) == 0 and len(regressed_successes) == 0, msg)
AssertionError: False is not true :
The following packages failed upstream version checks. Please fix them using UPSTREAM_CHECK_URI/UPSTREAM_CHECK_REGEX
(when using tarballs) or UPSTREAM_CHECK_GITTAGREGEX (when using git). If an upstream version check cannot be performed
(for example, if upstream does not use git tags), you can set UPSTREAM_VERSION_UNKNOWN to '1' in the recipe to acknowledge
that the check cannot be performed.
git-submodule-test
binutils
Stdout:
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 947 .bb files complete (0 cached, 947 parsed). 1764 targets, 46 skipped, 0 masked, 0 errors.
----------------------------------------------------------------------
2023-03-11 14:26:21,482 - oe-selftest - INFO - Ran 1 test in 193.764s
2023-03-11 14:26:21,482 - oe-selftest - INFO - FAILED
2023-03-11 14:26:21,483 - oe-selftest - INFO - (failures=1)
2023-03-11 14:26:26,258 - oe-selftest - INFO - RESULTS:
martin@jama /OE/build/poky/build $ devtool check-upgrade-status git-submodule-test
NOTE: Could not list remote: Fetcher failure for URL: 'gitsm://git.yoctoproject.org/git-submodule-test;branch=master'.
The command git -c gc.autoDetach=false -c core.pager=cat ls-remote git://git.yoctoproject.org/git-submodule-test refs/tags/* gave empty output unexpectedly
INFO: git-submodule-test 1.0 UNKNOWN_BROKEN None
and there are no tags in this test repo:
$ git ls-remote git://git.yoctoproject.org/git-submodule-test
a2885dd7d25380d23627e7544b7bbb55014b16ee HEAD
d199bbf9ed2216bd1f38aec000d865ae08279119 refs/heads/changed-url
a2885dd7d25380d23627e7544b7bbb55014b16ee refs/heads/master
049da4a6cb198d7c0302e9e8b243a1443cb809a7 refs/heads/ssh-gitsm-tests
bbe99a1465c5cc52720936d075ddbc5ebe2ed731 refs/meta/cgit
* the binutils failure is strange, when I've added some debug output
to see why it's listed the issue disappeared, maybe some temporary
network glitch or something
(From OE-Core rev: 3d1951902d8ad87baae5216e8e12a7d3356a923c)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* avoid copying whole exec_prefix over base_prefix as there
were only zoneinfo files anyway
(From OE-Core rev: 37846f8735683ed0fab5ef5c12d77c6041348801)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add a convenience argument to the log subcommand to list all of the
ptest logs in a testresults file.
(From OE-Core rev: cd2d7adf02005d46f19c93a40db1e10ce01ac261)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
ptestresult_get_log() looked for a key called 'ptestresuls.sections',
which should be 'ptestresult.sections'
(From OE-Core rev: 7c8c9f7283e54bf8b1521fbaad7dceb66a8fcdbb)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This incorporates fixes for CVE-2023-1127, CVE-2023-1170, CVE-2023-1175.
Also remove runtime/doc/uganda.txt from the license checksum: the Vim
license is also in the top-level LICENSE file so this is redundant.
(From OE-Core rev: 71111e6b62d37c5e6853d7940dec2993df127a35)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
hwclock command fails on read-only-rootfs:
AssertionError: 1 != 0 : Failed to reset RTC time, output: hwclock: cannot open /etc/adjtime: Read-only file system
(From OE-Core rev: 017bf8c160f6ab67d9f8e8d9e30b15bf84f73807)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Clause II.3 of the Vim license states that any distribution of Vim that
has been extended or modified must _at least_ indicate in the :version
output that this is the case.
Handily, Vim has a --with-modified-by argument to add a line in that
text, so use MAINTAINER. This is the distribution maintainer contact,
by default it is OE-Core Developers
<openembedded-core@lists.openembedded.org>.
(From OE-Core rev: acc007e23445aa53182e13902dd9509c39dd5645)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* there are few more autodetected compression libs
--disable-zlib disable zlib compression support [default=auto]
--disable-bzlib disable bz2lib compression support [default=auto]
--disable-xzlib disable liblzma/xz compression support
--disable-zstdlib disable zstdlib compression support [default=auto]
--disable-lzlib disable liblz (lzip) compression support
and lzlib was detected on my gentoo (even when it doesn't say that default
is auto detection)
I've noticed this, because I've reused sstate-cache from my gentoo build
in docker container with ubuntu-23.04 and esdk.oeSDKExtSelfTest.test_install_libraries_headers
test was now failing with:
Exception: subprocess.CalledProcessError: Command '/OE/build/poky/build/build-st-2023-03-12-esdk-patch1/esdk.oeSDKExtSelfTest.test_install_libraries_headers/build-st/tmp/work/x86_64-nativesdk-pokysdk-linux/buildtools-tarball/1.0-r0/recipe-sysroot-native/usr/bin/createrepo_c --update -q /OE/build/poky/build/build-st-2023-03-12-esdk-patch1/esdk.oeSDKExtSelfTest.test_install_libraries_headers/build-st/tmp/work/x86_64-nativesdk-pokysdk-linux/buildtools-tarball/1.0-r0/oe-sdk-repo' returned non-zero exit status 127.
Subprocess output:
/OE/build/poky/build/build-st-2023-03-12-esdk-patch1/esdk.oeSDKExtSelfTest.test_install_libraries_headers/build-st/tmp/work/x86_64-nativesdk-pokysdk-linux/buildtools-tarball/1.0-r0/recipe-sysroot-native/usr/bin/createrepo_c: error while loading shared libraries: liblz.so.1: cannot open shared object file: No such file or directory
and liblz.so.1 ended in createrepo_c.real because of libmagic.so from file-native-replacement.
* use PACKAGECONFIG for seccomp as well and keep it disabled as it was
explicitly disabled before (${@bb.utils.filter('DISTRO_FEATURES', 'seccomp', d)}
can be added to default PACKAGECONFIG later if someone finds it useful)
(From OE-Core rev: b7c51fe740f00f60c591099fe5c2155b2126068c)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
All golang vulnerabilities are reported under product 'go'.
By default there is no vulnerability reported for images with
golang components because none of used golang packages
have correct CVE product set:
* go-binary-native
* go-runtime
* go-cross-*
(From OE-Core rev: 09f3a27a809bbec9b08c4e4a2b846b68f386c35c)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add support to the runqemu script for a new option, 'guestagent', that
enables the virtio serial port for host-to-guest communication.
(From OE-Core rev: 21a1e52079089c5bbeee8ffc9c504471f4a8732a)
Signed-off-by: Brenda Streiff <brenda.streiff@ni.com>
Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Split out the QEMU guest agent into a separate package. The agent is
intended to be installed within a QEMU VM guest where a user is likely
to not want to have the rest of the QEMU installation within it.
Additionally, an initscript, udev rules file, and systemd unit file are
added to the package so that the guest agent can start automatically;
the former two come from Debian's packaging for qemu-guest-agent.
(From OE-Core rev: d62fd31c70a9161596594f43c58c73898bfcf52c)
Signed-off-by: Brenda Streiff <brenda.streiff@ni.com>
Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Make sure to expand all MKUBIFS_ARGS_<label> and UBINIZE_ARGS_<label> vars
in 'do_image_multiubi' task to use them to init the local 'mkubifs_args'
and 'ubinize_args' vars.
See [YOCTO #15065]
(From OE-Core rev: 09d05215cf61981c7bc828cc0ff64c2fd5edc43c)
Signed-off-by: Romuald JEANNE <romuald.jeanne@st.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Some packages like lirc places its unit files into $systemd_user_unitdir
and also uses them in SYSTEMD_SERVICE list in recipe. This fails in
do_package
ERROR: Didn't find service unit 'lircmd.service', specified in SYSTEMD_SERVICE:lirc.
here lircmd.service is installed in /usr/lib/systemd/system/lircmd.service
(From OE-Core rev: 12808a4159835b67d8d53d32bc9135811701a779)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This allows avoiding clashes between source archives of a main
project and a pypi project using the same name and version.
The new optional setting is PYPI_ARCHIVE_NAME_PREFIX which is empty
by default so previous downloads can be used. Example usage:
PYPI_ARCHIVE_NAME_PREFIX = "pypi-"
(From OE-Core rev: 6f9a6a3dbe5c8eb9f0d19987410932fec3d6dd1a)
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If it exists, there is no need to delete it, and if it does not,
devtool prints an ugly traceback.
(From OE-Core rev: af82e59e8f08369aabd5fa6eb43022982d4e59a7)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
As vname var is needed in multiubi_mkfs() function, we need to keep it
defined and use it as parameter to the new write_ubi_config() function.
See [YOCTO #15027]
(From OE-Core rev: 8b5e1cce35e129b21d871ab45b03811fdb6eaf8f)
Signed-off-by: Romuald JEANNE <romuald.jeanne@st.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The LICENSE did not have complete information.
Some examples of missing license:
Zlib: deps/zlib/
ISC: tests/clar/clar.c
LGPL-2.1-or-later: src/libgit2/xdiff/xdiffi.c
CC0-1.0: src/util/rand.c
(From OE-Core rev: 5560a0e15bd860a59671a66cc76ad1bb7e07c9d1)
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The default Poky-specific MAINTAINER assignment makes it look like the
maintainer is a person called Poky.
Instead, use "Poky Maintainers" as the name.
(From meta-yocto rev: 8e17aeb3fd3246ae59119e3e1c693a4f9a3b3420)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Current patch with fail when stdint.h is in include path before this
typedef which can also happen with re-includes. Therefore shunt that
by defining __DEFINED_wchar_t which helps musl builds of systemd-boot
recipe
(From OE-Core rev: 7fce95e47601f766b384bc0d5805986ad933681f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
All the usage sites remove the -ptest suffix. Simply the original list
instead and clean up the code.
(From OE-Core rev: 4a28057849f9edc6ac06d115531f579673d788b5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Replace the two images where tests are run serially with an image
per ptest in the form core-image-ptest-XXX using class extensions.
The original two images are then replaced with dependencies on these
images. This allows parallel execution of the tests.
The downside to this approach is the parsing time of an image generating
this number of class extensions is slow but making it easier to execute
and collect test data should outweigh that.
A useful advantage is that the dependencies of each ptest package are
checked/tested indvidually.
(From OE-Core rev: f3f63ff01971df7d67213a7e7b1294489a5d3c0f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
By splitting the single class into multiple classes, it allows more parallelism
in the execution. These tests don't have interdependencies that benefit
from sstate reuse or anything like that so this makes sense to improve overall
test execution time if/where possible.
(From OE-Core rev: 9dbc2f4ebbde47b1c997948a9690ffb8eb29b552)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Move the other common shares test functions to the base class to
improve the code structure.
(From OE-Core rev: de3e6f85c5537a3571ffbe2326b73f2c2526bce2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Having this base class as a separate file is just confusing. Merge with
the rest of the test code.
(From OE-Core rev: 977522a3b063225e22e2fd04b8265a4595606db2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Running recipetool.RecipetoolTests.test_recipetool_handle_license_vars
followed by wic.Wic2.test_biosplusefi_plugin_qemu would show a failure of:
File "/media/build/poky/meta/lib/oeqa/utils/commands.py", line 351, in runqemu
qemu = oeqa.targetcontrol.QemuTarget(recipedata, targetlogger, image_fstype)
File "/media/build/poky/meta/lib/oeqa/targetcontrol.py", line 116, in __init__
use_kvm = oe.types.qemu_use_kvm(d.getVar('QEMU_USE_KVM'), d.getVar('TARGET_ARCH'))
File "/media/build/poky/meta/lib/oe/types.py", line 182, in qemu_use_kvm
if kvm and boolean(kvm):
File "/media/build/poky/meta/lib/oe/types.py", line 128, in boolean
raise ValueError("Invalid boolean value '%s'" % value)
ValueError: Invalid boolean value '/media/build/poky/meta/files/common-licenses'
which made no sense until you realise the recipetool test is corrupting
the tinfoil class. Work on a copy instead to avoid this.
(From OE-Core rev: 7fe76fe17f67c1bbd108d02836692fed20d24771)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
libpam does not have a direct build time dependency toward flex.
The libpam code does not have any references to the lib and does not use
flex for anything else at runtime.
(From OE-Core rev: d48fc8e1f26120e75377caefb5f66eedce50081c)
Signed-off-by: Martin Larsson <martin.larsson@actia.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Ironically, busybox ptests don't all work without coreutils being present. This
dependency fixes execution in minimal images but the failing start-stop-daemon
test case should probably be investigated in due course and the dependency
removed when possible.
(From OE-Core rev: 658c5ed34e279983b1827abfe4e439524b72d4a9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add dependency on python3 to fix execution in minimal images.
(From OE-Core rev: bf5b15a8b7a2b2276109efc8a6fe54788908ef0d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add dependencies on missing gconv module to fix execution in minimal images.
(From OE-Core rev: 859f36e40b380262804e96bbfd29d8846911bfa3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add dependencies on missing perl modules to fix execution in minimal images.
(From OE-Core rev: de55c939f591ec28d949294e05a97695a488eda9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add dependencies on missing python modules to fix execution in minimal images.
(From OE-Core rev: e817f67e62fff9058b8396fb5e5afa106b4d7476)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The script has a bashism and needs bash to execute correctly. Mark it
as such and add the missing bash dependency so it executes in minimal
images.
(From OE-Core rev: a1b5afac108d9c94e8fc2ad8cfebfee16f6f243b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add a dependency on bash to fix execution in minimal images.
(From OE-Core rev: f63647f742488117c2ff7196479a6b0a2da61ddc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Improve the ptest runner script:
* log output is available should any test fail to aid debugging
* document how to limit the runner to a single test
* stop hiding errors to stderr
* allow easier single test execution by avoiding path issues with PWD
Also depend upon binutils since one of the tests uses addr2line.
(From OE-Core rev: 0f111c6eb1673a60663bcdd3d70c0f81bad370c4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add a missing dependency on make so ptests can run in a minimal image.
(From OE-Core rev: 3d0c068cdeaf819a62f5b918a70c36ab4fb86e76)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Tweak the ptest dependencies so they work correctly in minimal images. There
appears to be some usage of find or xargs that doesn't work with busybox.
Also improve the test runner so the test-suite.log is dumped upon error
which makes debugging much easier.
(From OE-Core rev: 6f52a0a9f0f26ac0039af3edd3df22e21bd8a4a7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add dependencies for missing perl modules to fix execution in
minimal images.
(From OE-Core rev: eba3d013b077ec94641118bf925779edf6deb8de)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The gawk ptests need some locale information, add the missing dependency
so tests work in minimal images.
(From OE-Core rev: 5aafe0dd13eba8303d1a954adffd6f1d8d234952)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The options used with 'od' don't work with our busybox config.
Add a dependency on the full utility from coreutils to fix execution
in minimal images.
(From OE-Core rev: 027f0997bd9ba68a86000e91ad81fcf9ea1a4f89)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The quoting in the script was mangled leading to "0" tests being
found by our log parsing code. Fix the quoting to allow the correct
test counts to appear.
(From OE-Core rev: 5ad2ee63396cb27823dcd022878764bc69e619e9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Some of the ptests fail in a minimal image. Add the missing perl
module dependencies.
(From OE-Core rev: 0c8e91acc8225a51f84b95faa96bfee1e293b093)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Some of the ptests fail in a minimal image. Add the missing gconv
dependency needed to allow those tests to pass.
(From OE-Core rev: a40b97f9730064b045399a8ea3e44b8a756195f7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add a missing perl module dependency for the ptest packages and also
improve the run-ptest script so that the error log is saved allowing
easier debugging if this fails in future.
(From OE-Core rev: fbb9c596b8e6a8a1260dd7aefddf138d20bf64df)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Some of the ptests fail in a minimal image as they depend on options
to ps which busybox doesn't support. Add the full utility.
(From OE-Core rev: 7305b96dd5b41050c867ce620109407e8fd8b53a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Some of the ptests fail in a minimal image. Add the missing gconv
dependency needed to allow those tests to pass.
(From OE-Core rev: c79bd575cfaeec4b87554ccff72b804248c509a7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
One of the openssl ptests needs the openssl binary so fails
on a minimal image without this. Add the missing dependency.
(From OE-Core rev: c29276b467ae10027f38cb403a2089b3558fc639)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The script currently only works if base and target can be found on default
branches. It breaks if we try to generate a regression report between revisions
that live on different branches (as needed on integration and testing branches).
For example, the following command:
./scripts/yocto_testresults_query.py regression-report yocto-4.0.6 yocto-4.0.7
ends with the follwing error:
[...]
ERROR: Only 1 tester revisions found, unable to generate report
[...]
Read branches from tags names in test results repository, and pass those
branches to resulttool when generating the report
(From OE-Core rev: 6c472b326bcc718459483cc29b310b884742df86)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
resulttool regression module simply compare a base test status to a target test
result status. This approach raises many false positives since all XXX -> PASS
transitions (XXX being any status different from PASS) are flagged as
regression.
- Do not list XXX -> PASS transitions in regression report, instead count them
and print a summary of "newly passing tests"
- If an inspected pair has only "newly passing tests", do not print detailed
list and print it as "Improvement" instead of "Regression"
Updated output example looks like the following:
[...]
Improvement: oeselftest_fedora-37_qemux86-64_20230127010225
oeselftest_ubuntu-22.04_qemux86-64_20230226120516
(+1 test(s) passing)
[...]
Match: oeselftest_almalinux-8.7_qemuarm64_20230127015830
oeselftest_almalinux-8.7_qemuarm64_20230227015258
[...]
Regression: oeselftest_almalinux-9.1_qemumips_20230127000217
oeselftest_opensuseleap-15.4_qemumips_20230226130046
ptestresult.glibc-user.debug/tst-read-chk-cancel: PASS -> None
ptestresult.glibc-user.nptl/tst-mutexpi4: PASS -> FAIL
ptestresult.glibc-user.nptl/tst-mutexpi5a: PASS -> FAIL
Additionally, 44 previously failing test(s) is/are now passing
(From OE-Core rev: c335f96f687c73fde443ac330ca3e17113794d9e)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Some ptests results may be wrongly sampled, resulting in some part of the error
being propagated in test name. For example:
"ptestresult.binutils-ld.in testcase /home/pokybuild/yocto-worker/qemumips/build/build-st-1666126/tmp/work/mips32r2-poky-linux/binutils-cross-testsuite/2.40-r0/git/ld/testsuite/ld-ctf/ctf.exp"
"ptestresult.gcc.Couldn't create remote directory /tmp/runtest.455781 on ssh"
"ptestresult.gcc-libstdc++-v3.Couldn't create remote directory /tmp/runtest.3814266 on target"
While the root errors must be fixed in corresponding ptests packages for those
tests, the test results history must still be usable even with this issue
Add new filters to detect if temporary test directories (build-st-*,
/tmp/runtime.*) are present in name. If so, truncate test name. As a side
effect, it will aggregate multiple failing errors into one, but the regression
will still be raised
(From OE-Core rev: 601eecfddd26bfe2954835a73ed1116bb520235f)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
resulttool searches for "status" field, not "STATUS", in results.
This fix is more to avoid confusion than fixing anything, since the updated
tests are about regression.can_be_compared, which does not check for "status"
(From OE-Core rev: df342c81d02dea3f677966602089d4a972bb09bd)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
There are multiple issues with the tests for the ptest fixup mechanism
introduced in c45d58f003:
- the feature does not impact regression.can_be_compared but directly the
comparison step in regression.regression_common
- the "status" field was wrong ("STATUS"), which prevents tests comparison
- there is a typo babeltrace2 ptest result name
(From OE-Core rev: 69205e2e2117fc469fcf3ae4b2174482db1d6297)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
ptests names not only need to be fixed for regression based on git testresults
but also for testsresults provided "manually"
Move ptests naming fixup in regression_common to share the fixup between both
regression use cases
(From OE-Core rev: f772ccd108dc3d618db9d479d672c0f3edd203ca)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We've observed TimeoutError exceptions during the sstate-cache mirror fetch,
it appears that due to the number of (invalid) files requested the remote
side is eventually dropping the connection (not closing it) which can result
in a TimeoutError exception being sent, while rate it is different from the
urllib.error.URLError or ConnectionResetError.
(Bitbake rev: 6041b34740deee09ea65d705702555456a5e05d8)
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Error: Transaction test error:
file /usr/share/man/man8/dhcpcd.8 conflicts between attempted installs of dhcpcd-doc-9.4.1-r0.cortexa57 and lib32-dhcpcd-doc-9.4.1-r0.armv7ahf_neon
The differences between the two files are as follows:
@@ -821,7 +821,7 @@
If you always use the same options, put them here.
.It Pa /usr/libexec/dhcpcd-run-hooks
Bourne shell script that is run to configure or de-configure an interface.
-.It Pa /usr/lib64/dhcpcd/dev
+.It Pa /usr/lib/dhcpcd/dev
Linux
.Pa /dev
management modules.
(From OE-Core rev: 65ca2c4b7349a4f7dcfcc580d926a99c673deb60)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In the 6.2+ kernel, arm64 perf has a buildpaths QA warning as
a syscall table is now being dynamically generated. That generated
table includes unistd.h by absolute path, which in turn triggers
the buildpaths QA warning.
This could easily be patched in linux-yocto, but that would
leave the QA issue in perf built from other kernel trees.
So we instead to the following:
- Add the perf tools directory to the include path
- Modify the Makefile to have a relative path to unistd.h and
pass both the relative and absolute path to the generation
script
- Modify the generation script to take the relative location
of unistd.h as a new parameter, and use that in the generated
sycalls.c file
At build, the added include path of the perf source allows the
relative path file to be included, and no buildpaths warning is
generated.
(From OE-Core rev: c8845ab59cd7c28874473618f134a5d45906d6ea)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The script generated by the sdk_ext_postinst function was not quoting
the user existing PATH when updating it causing the export command to
fail.
Add necessary double quotes around $PATH.
(From OE-Core rev: 00e96bf250eaaded839caf465dbc0af5b604aed7)
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The environment-setup script generated by the recipe was not quoting the
user existing PATH when updating it causing the export command to fail.
Add necessary double quotes around $PATH.
(From OE-Core rev: 42177ff2d45ee70ad00917bb6fbabca49dae4f59)
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The environment-setup script generated by the recipe was not quoting the
user existing PATH when updating it causing the export command to fail.
Add necessary double quotes around $PATH.
(From OE-Core rev: 2d4c032bf3187aaa953a0c33a999074e695f54bb)
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This does not work for allarch recipes in particular
(config.sub rejects allarch-poky-linux).
(From OE-Core rev: f41be046ff26ecbbab9342ee62dbf39df4596da7)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Replace one format string fixing patch with another format string fixing patch.
(one problem fixed upstream, another introduced)
(From OE-Core rev: 4a7b4d41ddcfaeaf47cf75200f2346639c64b11c)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add a musl compatibility patch to systemd-boot.
Backport a patch to address systemctl fails on 32 bit targets.
(From OE-Core rev: d92f0f3597acba6cfc55a8cf2e7249efc6573c6a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Latest systemd version needs the full set of settings enabled
by that (if also r/o rootfs is enabled), and refuses to boot
otherwise.
(From OE-Core rev: 16f7661000a50e58d512a5d47794c5f8be2c49e6)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Drop patches as upstream refactored the code.
Add a compatibility patch to igt-gpu-tools.
Add a musl compatibility patch.
(From OE-Core rev: 631eba02d64f1a42514e0ae4361bbecc5cce5fa7)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[YOCTO #14975]
rust files are not linking on target due to missing dependencies and observed below error.
error: linker `x86_64-poky-linux-gcc` not found
Added the required dependencies to run rust on target machine.
(From OE-Core rev: bb781f452299cfa6ec7fffd215b0af3149178f32)
Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
cups includes a web server. Users can surf to port 631 (default) of a
machine running cups to (potentially, based on configuration, default off)
view jobs, add printers, and perform other forms of administration.
The location of the various resources that are used by the built-in web server
(e.g. index.html) are installed under ${datadir}/doc/cups. By default these
artifacts would be included in the ${PN}-doc package. The comments in this
recipe, however, would suggest an attempt was made to have them added to
${PN}; albeit unsuccessfully.
These resources add roughly 1.8M to an image.
Since cups does include a configuration option to disable the web interface
(--enable-webif), add a PACKAGECONFIG (default off) to allow the user to
decide whether or not they would like the web interface configured and its
pieces added to the image. Enabling this PACKAGECONFIG both enables the
web interface to be configured and built into cups, and also adds (by way
of a recommendation) the web interface package to the image. Considering
that the previous intention was not working, defaulting this option to off
preserves the existing behaviour. Previously in order to have the web
interface data included in an image, a user would have needed to explicitly
add the ${PN}-doc package to their image.
(From OE-Core rev: 2c9bd267ec532cd86a4a1be1d4e499e2aae89aba)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The cups' PACKAGECONFIG is populated based on DISTRO_FEATURES, but a user
is free to enable or disable PACKAGECONFIGs at will. In theory it is
possible that pam is enabled globally in DISTRO_FEATURES but disabled in
cups' PACKAGECONFIG. Checking the PACKAGECONFIG to determine whether or not
pam is enabled would be a safer check rather than relying on DISTRO_FEATURES.
(From OE-Core rev: a053dd177ddc99ced11e68914079be0ffe261262)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The cups documentation is clear that the correct way to install into an
alternate root directory is to use the BUILDROOT variable. From INSTALL.md:
Use the `BUILDROOT` variable to install to an alternate root directory:
make BUILDROOT=/some/other/root/directory install
DESTDIR works, but we should use the mechanism the project specifically
created for this purpose.
(From OE-Core rev: f8fc70674e0ea5df46969a06da62f8ed135cae4e)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
RHEL compatible kernels do not support vgem so we disable virgl headless
testing.
(From OE-Core rev: 78bc1ba2361249ec845d1b9e28d429a37dd83910)
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The previous fix wasn't enough to address all the possible ways the
manifests might be ordered. Rework the previous fix so it is tied
to the multilib cross-canadian code which is causing the problem.
RECIPE_SYSROOT_MANIFEST_SUBDIR is not documented as I'd hope nobody
ever needs to use this outside the core multilib code.
(From OE-Core rev: beab42e00713880cd95a04729c892f8662fbcbed)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
There are cached reproducibility issues on the autobuilder due to the PRServ
sstate checksum issues, flush the bad data out the system by bumping the
versions.
(From OE-Core rev: b2b33e387c523d5936f6948115a73772b2cf9f2b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Use DT_RUNPATH over DT_RPATH. If DT_RUNPATH is present, LD_LIBRARY_PATH is searched before
DT_RUNPATH, Search order is DT_RPATH then LD_LIBRARY_PATH then
DT_RUNPATH, this order ensures that injecting
malicious shared objects is way harder with DT_RUNPATH.
This is now default on major linux distributions already
(From OE-Core rev: 66f8a745668a067d8d763fa2af3e65f26c9c1ebe)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
glibc has it's dependencies handled more manually due to it's place
in the toolchain bootstrap. It depends upon the compiler and indirectly
through that to binutils. This did mean that if binutils changes and the
compiler does not, sstate and hash equivalence could mean that glibc
wouldn't rebuild.
Add a direct dependency on binutils that if it changes, it forces glibc
to rebuild, as it should.
(From OE-Core rev: c4a7b3decff636292f5e76e95406a22b6fe4a994)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Error: Transaction test error:
file /usr/bin/vala-gen-introspect-0.56 conflicts between attempted installs of lib32-vala-0.56.3-r0.armv7ahf_neon and vala-0.56.3-r0.aarch64
file /usr/bin/vapigen-wrapper conflicts between attempted installs
of lib32-vala-0.56.3-r0.armv7ahf_neon and vala-0.56.3-r0.aarch64
The differences of vala-gen-introspect-0.56 are as follows:
@@ -2,7 +2,7 @@
prefix=/usr
exec_prefix=/usr
-libdir=/usr/lib64
+libdir=/usr/lib
pkglibdir=${libdir}/vala-0.56
if [ $# -ne 2 ]
The wrapper isn't used on target so we can simply delete it.
(From OE-Core rev: 3cf894b8a9c4fa14fcc7c7445e85e9ae3192b398)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add a test to verify that manpages are built with api-documentation
enabled, and apropos works on the target (so mandb has been ran).
(From OE-Core rev: c085c335319bb98e09177c09feb1241a8560b606)
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>
If you build an image with lots of manpages in, then each package will
run mandb inside qemu-user at rootfs time. This is a slow operation
and should be done once when all of the packages have installed using an
intercept instead.
The call to mandb has been changed too. mandb doesn't actually allow
the configuration file to be read from stdin so that was being ignored,
instead write the file to a temporary file and use that.
This means we then don't need to tell it where to search explicitly, and
it writes the indexes to the correct paths so we don't need to move
files afterwards either.
Sadly we do still need to run mandb inside qemu-user, as the underlying
database is a gdbm file and they are byte-order dependent.
For my test case of core-image-base with api-documentation
DISTRO_FEATURES and doc-pkgs IMAGE_FEATURES enabled, the performance
gain is significant:
core-image-base do_rootfs -1303.1s -73.6% 1771.6s -> 468.5s
(From OE-Core rev: fbd8a57aa307bfda70a08cb78af3c97f05c39a3a)
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>
Fix broken link "Obtaining bitbake".
Update documentation for the bitbake hello world example, the output was
outdated.
Fix LAYERSERIES_COMPAT warning by adding dunfell as default compatible release.
Add proper formating for base.bbclass command.
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Ever ATILANO <ever.atilano@smile.fr>
Reviewed-by: Yoann CONGAL <yoann.congal@smile.fr>
(Bitbake rev: e859ce61a7422425960342a47785468cef49caa1)
Signed-off-by: Fawzi KHABER <fawzi.khaber@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Bitbake throws a warning if the layer compatibility is not defined since
cca81e33b58c390dcf5cc3a31555a43b79177166. The description of this variable
comes from the Yocto Project manual.
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Ever ATILANO <ever.atilano@smile.fr>
Reviewed-by: Yoann CONGAL <yoann.congal@smile.fr>
(Bitbake rev: cbad8cb28a8134d6b2053ef5c2e04bb455fc798b)
Signed-off-by: Fawzi KHABER <fawzi.khaber@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
After changes in bitbake b5215887d2f8ea3f28f1ebda721bd5b8f93ec7f3,
"process/cooker/command: Fix currentAsyncCommand locking/races", command.py
assumes it has access to the process server but the xmlrpc backend was
passing in the xmlrpc server object leading to errors like:
xmlrpc.client.Fault: <Fault 1: "<class 'AttributeError'>:'BitBakeXMLRPCServer' object has no attribute 'set_async_cmd'">
Fixing to pass the process server to command.py resolves this issue.
[YOCTO #15008]
(Bitbake rev: ce5b65d5fada474ef21ac28440af6ad45287650a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Pull in:
pseudo_util.c: Open file with O_CLOEXEC to avoid fd leak
Use close-on-exec (O_CLOEXEC) flag when open log file to
make sure its file descriptor is not leaked to parent
process on fork/exec.
Fixes [YOCTO #13311]
(From OE-Core rev: 3ec9ca0b39c9e09c5a8c8cf94e57091d1b67c9f0)
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
"""
require conf/multilib.conf
MACHINE = "qemuarm64"
MULTILIBS = "multilib:lib32"
DEFAULTTUNE:virtclass-multilib-lib32 = "armv7athf-neon"
bitbake gcc-cross-canadian-arm
"""
and then inspecting the lib32* manifest files under recipe-sysroot-native shows
them referencing lib32-recipe-sysroot instead of recipe-sysroot as used by
gcc-cross-canadian recipes.
To fix this separate out the manifest by multilib. It is caching mechanism to
optimise disk usage so this doesn't break anything, just separated out some files.
(From OE-Core rev: 891d3faa3ed3d1cc231da58e5fa1325f05d5ade5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This recently got an updated CPE which matches this recipe, but the issue
is related to an entirely different shadow project so ignore it.
(From OE-Core rev: 2331e98abb09cbcd56625d65c4e5d258dc29dd04)
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>
When running the configure check "checking for ELF support in BFD", LDFLAGS
were not being passed in to libtool. In OE/YP, we need these flags when using
uninative due to the games we play with the dynamic loader.
If a version of libzstd was built against a newer glibc, it would need
newer pthread symbols which it wouldn't find with the system linker. At
runtime this isn't an issue as it would be switched to use uninative but we
pass flags in LDFLAGS to allow this.
The bug is rare to reproduce as it depends on the host libzstd was built
against.
(From OE-Core rev: 74077e10e2212349493ecfa8e7d9ca844366331f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It enable the metadata_csum_seed feature by default in e2fsprogs 1.47.0
and causes grub doesn't work. Backport patch to make grub support this
feature.
(From OE-Core rev: ae3b4588d69e534ac8aff136ed44f3975f5a2d4f)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
A testsuite was added that breaks musl build -> disable by default
Overview of Changes in 4.10.0, 04-03-2023
=========================================
* GtkTextView
- Document hanging indentation
* GtkListView
- Fix a size allocation problem
* GtkFileChooser
- Fix paned behavior
- Fix a crash
* GtkText
- Fix various problems with undo
* Accessibility
- Make some getters transfer-full
- Allow setting accessible parents and siblings
- Add a role for toggle buttons
- Miscellaneous property fixes and improvements
* gtk
- Improve the handling resize-during-size-allocate
* gdk
- Introduce GdkTextureDownloader and use it
- Make gdk_texture_get_format public
* gsk
- Make mask nodes more versatile
- Improve the GL implementation for texture scale nodes
* X11
- Fix key handling during DND
* Tools
- gtk-builder-tool: Try harder to handle templates
- gtk-builder-tool: Prefer properties over <child>
* Translation updates
Basque
Belarusian
Bulgarian
Indonesian
Galician
Georgian
German
Hebrew
Lithuanian
Portuguese
Spanish
Swedish
Turkish
Ukrainian
(From OE-Core rev: 36041cacbc5f019e823a674b3988d88773c87d83)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
0001-test-float-Make-variables-global.patch
0001-Include-sys-futex.h-for-clock_adjtime.patch
removed since they're included in 0.15.04.
0001-Pass-LD_GOLD-1-via-makefile-to-enable-gold-linker.patch
refreshed for 0.15.04.
(From OE-Core rev: 7c6192ef37907341679a06ce9f5e519902036649)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
Fixed a bug where the content type header was not properly encoded for PKCS7
signatures when using the Text option and SMIME encoding.
(From OE-Core rev: 1fb6b8839fa7fd38595b6f3218a9b096c246b00b)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Added
=========
- ISO 3166-1: Add missing common names for Laos, Iran, and Syria.
Fixes#32
Changed
===========
- Translation updates for ISO 3166-1
- Kazakh from Debian BTS. Closes: #1025423
- Catalan from Debian BTS. Closes: #1026972
- Translation updates for ISO 3166-2
- Translation updates for ISO 3166-3
- Translation updates for ISO 639-2
- Translation updates for ISO 639-3
- Translation updates for ISO 639-5
- Translation updates for ISO 4217
- Translation updates for ISO 15924
Fixed
==========
- ISO 3166-3: Fix withdrawal dates of AN, CS and YU. Fixes#28
(From OE-Core rev: f2c8b9c9a97ba5ec9c5da94da84ebe216650d6cc)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
=============
- New experimental hb_shape_justify() API that uses font variations to expand
or shrink the text to a given advance.
- Various build and bug fixes.
- New API:+hb_font_set_variation()
(From OE-Core rev: 89882d8028ed823617792fdc632d7376e7320aa3)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
ax_have_qt: bump serial number
Merge pull request #262 from bastien-roucaries/fromdebian20200930
Fix AX_HAVE_QT
ax_have_qt: bump serial number
Merge pull request #266 from netfab/fix-ax_have_qt
AX_HAVE_QT: remove qmake stash file before rmdir
ax_python_devel: bump serial number
Merge pull request #267 from bastien-roucaries/fromdebian20221118
Fix ax_python_devel serial 32 fails with current python3
ax_add_fortify_source: fix formatting
ax_check_sign: bump serial number
ax_cxx_compile_stdcxx: bump serial number
ax_c_restrict: fix formatting
Merge pull request #268 from omoerbeek/master
ax_check_sign: Avoid an unused warning
Merge pull request #269 from rurban/fortify3
AX_ADD_FORTIFY_SOURCE: add -D_FORTIFY_SOURCE=3 check
Merge pull request #270 from rurban/swig
fix SWIG_LIB windows newline
Merge pull request #271 from rurban/restrict
Add ax_c_restrict
Merge pull request #272 from ojwb/fix-AX_CXX_COMPILE_STDCXX-for-MSVC-C++17
AX_CXX_COMPILE_STDCXX: Fix MSVC with C++17 or later
Merge pull request #264 from thesamesam/clang-16
Clang 16 fixes
(From OE-Core rev: 4aa95afd64ce3cd4caba6f68d6b8aeeea606138a)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
pkgconfig is being required to find dependencies for building kernel
native tools, move "inherit pkgconfig" to kernel.bbclass so BSP kernel
recipes can also benefit from it.
(From OE-Core rev: 8a84bd98e3fbc16c782f83064801e469d086911e)
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The meson wrapper setup command detection is broken in the case of an
implicit setup command with an option with a space-separated argument,
but the test was not detecting it since the case was not covered.
Add the option `--warnlevel 1` to the meson command line to cover this
case.
(From OE-Core rev: 54e9ee8a0c6c9fc89cbb743f0e4fc18607d503cf)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
From an SDK, running a meson setup build without an explicit setup
command can result in a native build when a cross build is expected.
The problem is in meson-wrapper where it tries to detect whether a
setup command is being used. The logic looks through all arguments for
a command, and the first argument it finds that doesn't start with a -
is treated as the command. This doesn't work for an implicit setup
command if any option with a space-separated argument exists. In this
case, the argument is incorrectly selected as the command, causing the
setup command options for the cross build to be excluded from the
command line, and thus a native build.
Improve the logic by just looking at the first argument. If it is
a known comand, then record it. Otherwise just assume it is the
implicit setup command.
Note that this fix does not address the possibility of a new meson
command. Two new echo statements are included to help the user in case
of trouble:
```
~/git/weston-imx$ meson --warnlevel 3 --prefix=/usr -Ddoc=false -Dbackend-drm-screencast-vaapi=false -Dcolor-management-lcms=false -Dpipewire=false -Dbackend-x11=false -Dxwayland=true -Dsimple-clients=all -Dbackend-wayland=false -Dbackend-default=drm -Dbackend-rdp=false -Dtest-junit-xml=false -Dlauncher-libseat=false -Dimage-jpeg=false -Dimage-webp=false -Drenderer-g2d=true build
meson-wrapper: Implicit setup command assumed
meson-wrapper: Running meson with setup options: " --cross-file=/opt/fsl-imx-internal-xwayland/6.1-langdale/sysroots/x86_64-pokysdk-linux/usr/share/meson/aarch64-poky-linux-meson.cross --native-file=/opt/fsl-imx-internal-xwayland/6.1-langdale/sysroots/x86_64-pokysdk-linux/usr/share/meson/meson.native "
The Meson build system
Version: 0.63.3
```
(From OE-Core rev: 9338bd66a3c9ab5cb781f2ee588306c5b31a3cb5)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
To test nested kvm with qemu QB_CPU* needs to be modified.
E.g. set to "-cpu Haswell-noTSX-IBRS,vmx=on"
This allows to overwrite this from local.conf etc.
(From OE-Core rev: aa9d145d90893b04cde197e9b5f4dc574e4738e1)
Signed-off-by: Thomas Roos <throos@amazon.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
wayland-protocols is a required depency of mesa-demos when the 'wayland'
packageconfig option is enabled. Usually this doesn't lead to a build
failure because mesa itself depends on wayland-protocols, but when using
other graphics drivers this can cause the following build falure:
| ../mesa-demos-8.5.0/meson.build:69:2: ERROR: Dependency "wayland-protocols" not found, tried pkgconfig
| ERROR: meson failed
(From OE-Core rev: 89615b56899eed7b5c6ad731e2168d99a30fba6c)
Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The issue encountered is about local stos builds failing (when these builds are
preceded by a local SoC OS or MOS build). Essentially, the failure is seen when
building two different configs with shared state, one where gcc-cross-<arch> has a dependency
and one where it doesn't (specifically, one where the abicheck class in meta-binaryaudit
is inherited and one where it isn't). Hence, the task signatures change but a rerun of those said tasks
does not occur. The result is that when the config with the dependency is built and then the one without
is built, due to incorrect dependencies, the SPDX manifest creation stage errors out.
create-spdx relies on BB_TASKDEPDATA to get dependencies and then adds that variable to
vardepsexclude. A change in dependencies therefore, does not result in a
re-execution of the tasks. This commit adds an explicit dependency on DEPENDS which influences
BB_TASKDEPDATA and triggers reruns for new config builds having different dependencies.
(From OE-Core rev: 1a0dac4f45c489d107d9627d3c3ab7ccf1c60920)
Signed-off-by: Maanya Goenka <maanyagoenka@microsoft.com>
Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Vim uses pkgconfig to find dependencies but it wasn't present, so it
silently doesn't enable features like GTK+ UI.
[ YOCTO #15044 ]
(From OE-Core rev: 70900616298f5e70732a34e7406e585e323479ed)
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>
Integrating the following commit(s) to linux-yocto/5.15:
4d335265c101 'Linux 5.15.94-rt59'
c3b4464f5d2b 'Linux 5.15.93-rt58'
c67bd325f576 'Linux 5.15.92-rt57'
48e551ae0f55 'Linux 5.15.86-rt56'
977a63a270ad 'Linux 5.15.85-rt55'
adaa1d9e19a5 'Linux 5.15.79-rt54'
ff3c61c5ead1 'Linux 5.15.76-rt53'
e17260e8d340 'Linux 5.15.73-rt52'
c83f436b7981 'Linux 5.15.71-rt51'
e01c9e3ba82d 'Linux 5.15.70-rt50'
debedeb4264e mm/memcg: Only perform the debug checks on !PREEMPT_RT
1ef2cd0b8676 mm/memcg: Add a comment regarding the release `obj'.
f8d153e08d42 mm/memcg: Add missing counter index which are not update in interrupt.
11624404f67a mm/memcg: Disable migration instead of preemption in drain_all_stock().
0a1f4de6ed4f mm/memcg: Protect memcg_stock with a local_lock_t
3f15202f27da mm/memcg: Opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj_stock()
40dbbd2f9773 mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed.
6269831106f5 mm/memcg: Disable threshold event handlers on PREEMPT_RT
8da0e71b7b7d mm/memcg: Revert ("mm/memcg: optimize user context object stock access")
(From OE-Core rev: f318c27fdc4ac276743bd37c466e3fc7296bcfd5)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Integrating the following commit(s) to linux-yocto/6.1:
fb6c0ef43abf v6.1.12-rt7
18b89fa1b1fa softirq: Wake ktimers thread also in softirq.
d096b2295771 v6.1.12-rt6
(From OE-Core rev: 99f250c4f6ce6112c393f347f496475cf920a7f8)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
d383d0f28eca Linux 5.15.96
49ce63694cae bpf: add missing header file include
80569627ce46 Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs"
0c168d7f36d5 lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+
6ba3de5a8a02 lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION
0f59e08070ba scripts/pahole-flags.sh: Use pahole-version.sh
3597fd5f9217 kbuild: Add CONFIG_PAHOLE_VERSION
c98077f7598a ext4: Fix function prototype mismatch for ext4_feat_ktype
43cb0369c84a audit: update the mailing list in MAINTAINERS
b5ef61edb1e5 wifi: mwifiex: Add missing compatible string for SD8787
a24eb3f99063 nbd: fix possible overflow on 'first_minor' in nbd_dev_add()
d518ca02542f binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0
367d0456c792 binder: Address corner cases in deferred copy and fixup
b345b2200288 binder: fix pointer cast warning
c194fc351fec binder: defer copies of pre-patched txn data
d107b4352284 binder: read pre-translated fds from sender buffer
41d8b591d70a uaccess: Add speculation barrier to copy_from_user()
0d3d5099a50b drm/i915/gvt: fix double free bug in split_2MB_gtt_entry
d835f9c4ede2 powerpc/64s/radix: Fix RWX mapping with relocated kernel
87b3e4f845a2 powerpc/64s/radix: Fix crash with unaligned relocated kernel
0b0e9b5adc8e powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundary
b6fff8fa4f5b powerpc/vmlinux.lds: Ensure STRICT_ALIGN_SIZE is at least page aligned
e7f5e3b60c30 powerpc: use generic version of arch_is_kernel_initmem_freed()
fc58616b198b powerpc: dts: t208x: Disable 10G on MAC1 and MAC2
62302ac5777a can: kvaser_usb: hydra: help gcc-13 to figure out cmd_len
6b539a7dbb49 KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
78c1d35ed66c KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid
676248836577 KVM: x86: Fail emulation during EMULTYPE_SKIP on any exception
5456f0d53b4a random: always mix cycle counter in add_latent_entropy()
d2edb20b003e clk: mxl: syscon_node_to_regmap() returns error pointers
04d31929df12 powerpc: dts: t208x: Mark MAC1 and MAC2 as 10G
8ae31d36516b clk: mxl: Fix a clk entry by adding relevant flags
a0583edea4fd clk: mxl: Add option to override gate clks
ef1219115128 clk: mxl: Remove redundant spinlocks
e5580a805472 clk: mxl: Switch from direct readl/writel based IO to regmap based IO
20ea32ad9c99 drm/edid: Fix minimum bpc supported with DSC1.2 for HDMI sink
28985cd17ac7 wifi: rtl8xxxu: gen2: Turn on the rate control
d04d19cf0ead drm/etnaviv: don't truncate physical page address
60b502b3ffea Linux 5.15.95
3f94c70333f6 platform/x86/amd: pmc: add CONFIG_SERIO dependency
1c202909c8b0 net: sched: sch: Fix off by one in htb_activate_prios()
180a1632b6c7 ASoC: SOF: Intel: hda-dai: fix possible stream_tag leak
68c2db8ef56d alarmtimer: Prevent starvation by small intervals and SIG_IGN
35351e3060d6 kvm: initialize all of the kvm_debugregs structure before sending it to userspace
1cbb51d83f56 net/sched: tcindex: search key must be 16 bits
cd9569062d8e i40e: Add checking for null for nlmsg_find_attr()
290e7084926c net/sched: act_ctinfo: use percpu stats
22d0cb47047a flow_offload: fill flags to action structure
d53360d443be drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT list
8174915c7bf3 drm/i915/gen11: Moving WAs to icl_gt_workarounds_init()
43dd56f7bfcb mm/filemap: fix page end in filemap_get_read_batch
a158782b56b0 nilfs2: fix underflow in second superblock position calculations
13bc7dd5b365 ipv6: Fix tcp socket connection with DSCP.
f3326fa5e480 ipv6: Fix datagram socket connection with DSCP.
9c35c81fd6f0 ixgbe: add double of VLAN header when computing the max MTU
59a74da8da75 net: mpls: fix stale pointer if allocation fails during device rename
bf8b820ea0ca net: stmmac: Restrict warning on disabling DMA store and fwd mode
269520bee744 bnxt_en: Fix mqprio and XDP ring checking logic
0428aabbcc15 net: stmmac: fix order of dwmac5 FlexPPS parametrization sequence
1563e998a938 net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()
338f826d3afe net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path
59e30d2bd309 dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.
becf55394f6a net/sched: tcindex: update imperfect hash filters respecting rcu
3d5f95be49c5 sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list
fa56f164455e net: ethernet: ti: am65-cpsw: Add RX DMA Channel Teardown Quirk
2603a5ca6223 net: bgmac: fix BCM5358 support by setting correct flags
a5e4f2b284dc i40e: add double of VLAN header when computing the max MTU
1f23ca5dba6c ixgbe: allow to increase MTU to 3K with XDP enabled
65d07ae69bd3 revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"
50267cf35ba0 net: Fix unwanted sign extension in netdev_stats_to_stats64()
3775c95ffbc6 Revert "mm: Always release pages to the buddy allocator in memblock_free_late()."
57081f83849c selftest/lkdtm: Skip stack-entropy test if lkdtm is not available
9197daee9eb6 of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem
8b29a1866f64 hugetlb: check for undefined shift on 32 bit architectures
cca2b3feb701 sched/psi: Fix use-after-free in ep_remove_wait_queue()
c5f2151afb2a ALSA: hda/realtek - fixed wrong gpio assigned
1a3f8c85cd2a ALSA: hda/conexant: add a new hda codec SN6180
ecad2fafd424 mmc: mmc_spi: fix error handling in mmc_spi_probe()
1e06cf04239e mmc: sdio: fix possible resource leaks in some error paths
732e3b293ca3 mmc: jz4740: Work around bug on JZ4760(B)
fdaf88531cfd tcp: Fix listen() regression in 5.15.88.
9a1d92cbeac3 netfilter: nft_tproxy: restrict to prerouting hook
3fc9dc0340e0 platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
c2cb2c71da50 platform/x86: amd-pmc: Correct usage of SMU version
2dcf115681d4 platform/x86: amd-pmc: Fix compilation when CONFIG_DEBUGFS is disabled
32e3a6c4a756 platform/x86: amd-pmc: Export Idlemask values based on the APU
1723efa4c375 drm/amd/display: Fail atomic_check early on normalize_zpos error
178993157e8c aio: fix mremap after fork null-deref
3cfc5e84ac6f mptcp: do not wait for bare sockets' timeout
e0e93c8599c5 xfs: don't leak btree cursor when insrec fails after a split
294c022a070a xfs: purge dquots after inode walk fails during quotacheck
96f0651a264b xfs: assert in xfs_btree_del_cursor should take into account error
88ccad17784a xfs: don't assert fail on perag references on teardown
ddf1e0fd43b2 xfs: avoid unnecessary runtime sibling pointer endian conversions
5f0e21a4a885 xfs: validate v5 feature fields
ea0ce7c13610 xfs: set XFS_FEAT_NLINK correctly
0cc9f9cc8d91 xfs: detect self referencing btree sibling pointers
4e96f5ace9ac xfs: fix potential log item leak
8abef857eb91 xfs: zero inode fork buffer at allocation
63b8e4cc31fd nvmem: core: fix return value
eac1ad2f5e21 nvmem: core: fix registration vs use race
8f9c4b2a3b13 nvmem: core: fix cleanup after dev_set_name()
14eea6449473 nvmem: core: add error handling for dev_set_name
36a5ae5cf90a platform/x86: touchscreen_dmi: Add Chuwi Vi8 (CWI501) DMI match
f1cb549bcd0b drm/amd/display: Properly handle additional cases where DCN is not supported
5ca46a04a5c3 nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association
9ed522143f95 s390/decompressor: specify __decompress() buf len to avoid overflow
99875ea9b5b4 net: sched: sch: Bounds check priority
5027084bc097 drm/nouveau/devinit/tu102-: wait for GFW_BOOT_PROGRESS == COMPLETED
4fdc19e4fa23 net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoC
6769cd8a7488 net/rose: Fix to not accept on connected socket
2ddb9fa56665 tools/virtio: fix the vringh test for virtio ring changes
a35c241065ee ASoC: cs42l56: fix DT probe
f312367f5246 bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
e909f5f2aa55 ALSA: hda: Do not unset preset when cleaning up codec
5541d35f5d03 selftests/bpf: Verify copy_register_state() preserves parent/live fields
7814e28c4183 ASoC: Intel: sof_cs42l42: always set dpcm_capture for amplifiers
d15ab7320892 ASoC: Intel: sof_rt5682: always set dpcm_capture for amplifiers
06f2a84d626a ACPI / x86: Add support for LPS0 callback handler
14a2de5c16f3 riscv: kprobe: Fixup misaligned load text
b5d5f1ad057e kprobes: treewide: Cleanup the error messages for kprobes
2a6853c0ea03 mptcp: fix locking for in-kernel listener creation
(From OE-Core rev: 020944ef921ae2b6923b139bad5f7a79217dace1)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
7d54cb2c26da Linux 6.1.14
de41a146f98e bpf: add missing header file include
a1bc22d04dcf randstruct: disable Clang 15 support
0a1394e07c5d ext4: Fix function prototype mismatch for ext4_feat_ktype
30b3075be48b platform/x86: nvidia-wmi-ec-backlight: Add force module parameter
16f118699259 platform/x86/amd/pmf: Add depends on CONFIG_POWER_SUPPLY
09e7816c61cd audit: update the mailing list in MAINTAINERS
2c97c5bc0b6f wifi: mwifiex: Add missing compatible string for SD8787
729bad73c01f sh: define RUNTIME_DISCARD_EXIT
af3fae1cb282 s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36
a783d7f7cb95 powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
9c87fd4a3044 powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
bffd0bbf8c55 arch: fix broken BuildID for arm64 and riscv
3e3e4d234d46 arm64: remove special treatment for the link order of head.o
48e9a752ce40 riscv: remove special treatment for the link order of head.o
f977340022ad Bluetooth: btusb: Add more device IDs for WCN6855
9d80f3e60043 x86/static_call: Add support for Jcc tail-calls
c51a456b4179 x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructions
75c066485bcb x86/alternatives: Introduce int3_emulate_jcc()
684db631a157 uaccess: Add speculation barrier to copy_from_user()
173cadcece76 nfp: ethtool: fix the bug of setting unsupported port speed
05c91c039139 nfp: ethtool: support reporting link modes
fd2dba8b4a35 powerpc/64s/radix: Fix RWX mapping with relocated kernel
05197a0916f5 selftests: kvm: move declaration at the beginning of main()
0e2dba8c0ebe KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET
44610f4c3093 drm/i915: Remove __maybe_unused from mtl_info
185ffdeb772c spi: mediatek: Enable irq before the spi registration
5260618d5783 powerpc: dts: t208x: Disable 10G on MAC1 and MAC2
a169ff38abd0 can: kvaser_usb: hydra: help gcc-13 to figure out cmd_len
63fada296062 KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
a51ed3943eba KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid
896143c4333d KVM: x86: Fail emulation during EMULTYPE_SKIP on any exception
3fab7adc2f65 docs: perf: Fix PMU instance name of hisi-pcie-pmu
80cf2b219ebc spi: mediatek: Enable irq when pdata is ready
e933c28aa5cd scsi: hisi_sas: Fix SATA devices missing issue during I_T nexus reset
8ec73f41504b scsi: libsas: Add smp_ata_check_ready_type()
38c5d24d8723 random: always mix cycle counter in add_latent_entropy()
afec25854ca7 sched/psi: Stop relying on timer_pending() for poll_work rescheduling
104cf4cc127b clk: mxl: syscon_node_to_regmap() returns error pointers
65e53eaad077 powerpc: dts: t208x: Mark MAC1 and MAC2 as 10G
3391bea3d6b8 clk: mxl: Fix a clk entry by adding relevant flags
77fee59653c6 clk: mxl: Add option to override gate clks
005b9a123c97 clk: mxl: Remove redundant spinlocks
811bdf228e72 clk: mxl: Switch from direct readl/writel based IO to regmap based IO
0deb50618944 drm/edid: Fix minimum bpc supported with DSC1.2 for HDMI sink
0076bded9663 wifi: rtl8xxxu: gen2: Turn on the rate control
441961c43150 wifi: ath11k: fix warning in dma_free_coherent() of memory chunks while recovery
2af157c9c8f3 drm/etnaviv: don't truncate physical page address
1ac8758e0272 Linux 6.1.13
4419cb8e5b0f net: sched: sch: Fix off by one in htb_activate_prios()
0c89a43beb87 ASoC: SOF: Intel: hda-dai: fix possible stream_tag leak
02f81e0256d0 nvme-pci: refresh visible attrs for cmb attributes
70fdd9831a5f alarmtimer: Prevent starvation by small intervals and SIG_IGN
cfc2faf3a6fe perf/x86: Refuse to export capabilities for hybrid PMUs
747ca7c8a0c7 kvm: initialize all of the kvm_debugregs structure before sending it to userspace
9ca0910b2def KVM: x86/pmu: Disable vPMU support on hybrid CPUs (host PMUs)
8017a161e84e nvme-rdma: stop auth work after tearing down queues in error recovery
e94e1ea596f0 nvme-tcp: stop auth work after tearing down queues in error recovery
513e4b876ec5 net/sched: tcindex: search key must be 16 bits
49f04300d495 i40e: Add checking for null for nlmsg_find_attr()
974cfed82cc9 mm: extend max struct page size for kmsan
eaba8521fd20 mm/gup: add folio to list when folio_isolate_lru() succeed
f16e2f7c52d0 ipv6: Fix tcp socket connection with DSCP.
22e6dc065323 ipv6: Fix datagram socket connection with DSCP.
b6eabfb05c3d ixgbe: add double of VLAN header when computing the max MTU
55c96c5e8e08 igb: Fix PPS input and output using 3rd and 4th SDP
39f797719d5c igb: conditionalize I2C bit banging on external thermal sensor support
c376227845ee net: mpls: fix stale pointer if allocation fails during device rename
54b6082aec17 tipc: fix kernel warning when sending SYN message
863a7de987f0 net: use a bounce buffer for copying skb->mark
92573c6d20c4 net: stmmac: Restrict warning on disabling DMA store and fwd mode
ac6e733f81f8 tracing: Make trace_define_field_ext() static
b444fcc306a7 bnxt_en: Fix mqprio and XDP ring checking logic
c9d483a82848 net: stmmac: fix order of dwmac5 FlexPPS parametrization sequence
e336a9e08618 net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()
b6d204731178 net/sched: act_ctinfo: use percpu stats
02df3170c04a net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path
229461ff0f43 dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.
736281d45907 ice: xsk: Fix cleaning of XDP_TX frames
bd662ba56187 net/sched: tcindex: update imperfect hash filters respecting rcu
b70ec9872910 sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list
b7ec3971f183 net: ethernet: ti: am65-cpsw: Add RX DMA Channel Teardown Quirk
ec9938d1b56e net: bgmac: fix BCM5358 support by setting correct flags
5fbf79841b3f i40e: add double of VLAN header when computing the max MTU
6d9f1ff81a89 ixgbe: allow to increase MTU to 3K with XDP enabled
a813e55c1086 ice: fix lost multicast packets in promisc mode
2fc3ff76e96f drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT list
e105b5e0d703 drm/vc4: Fix YUV plane handling when planes are in different buffers
fcc6266d0da4 drm/vc4: crtc: Increase setup cost in core clock calculation to handle extreme reduced blanking
b5aa09a0d4b7 revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"
3d16f4d7a1bc net: Fix unwanted sign extension in netdev_stats_to_stats64()
2578123d5bdb Revert "mm: Always release pages to the buddy allocator in memblock_free_late()."
0ed7b542c21c coredump: Move dump_emit_page() to kill unused warning
7f9f6c54da87 freezer,umh: Fix call_usermode_helper_exec() vs SIGKILL
854e1ecff266 gpio: sim: fix a memory leak
54806cb7516c mm/migrate: fix wrongly apply write bit after mkdirty on sparc64
d4d9bdc6946d mm/filemap: fix page end in filemap_get_read_batch
fd71c8d3b005 mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcount
a8ef5109f93c nilfs2: fix underflow in second superblock position calculations
0047bcac7af7 hugetlb: check for undefined shift on 32 bit architectures
c6879a4dcefe sched/psi: Fix use-after-free in ep_remove_wait_queue()
bd302d7db300 ata: libata-core: Disable READ LOG DMA EXT for Samsung MZ7LH
939640b99743 ata: ahci: Add Tiger Lake UP{3,4} AHCI controller
6f07db9550a6 ALSA: hda/realtek: Enable mute/micmute LEDs and speaker support for HP Laptops
789597ef058d ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform.
9755eefe8ae0 ALSA: hda/realtek - fixed wrong gpio assigned
c1de4def2e88 ALSA: hda/conexant: add a new hda codec SN6180
e0089167543e ALSA: hda: Fix codec device field initializan
82645bf4ed02 mmc: mmc_spi: fix error handling in mmc_spi_probe()
f855d31bb38d mmc: sdio: fix possible resource leaks in some error paths
0de3e53eab95 mmc: meson-gx: fix SDIO mode if cap_sdio_irq isn't set
459980cc1448 mmc: jz4740: Work around bug on JZ4760(B)
0a127ac97240 drm/vmwgfx: Do not drop the reference to the handle too soon
14a14da042dd drm/vmwgfx: Stop accessing buffer objects which failed init
020eccac747e drm/amd/display: Fail atomic_check early on normalize_zpos error
dbe3529e816e drm/amd/amdgpu: fix warning during suspend
8da6df028d53 drm: Disable dynamic debug as broken
f1d91f0e9d5a fbdev: Fix invalid page access after closing deferred I/O devices
eb80a7f34f3a vmxnet3: move rss code block under eop descriptor
af126acf01a1 aio: fix mremap after fork null-deref
86e3baf6a6a2 mm: shrinkers: fix deadlock in shrinker debugfs
b184caaf62aa kasan: fix Oops due to missing calls to kasan_arch_is_ready()
50b21bba3626 of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem
421eea6b41ad selftests: mptcp: userspace: fix v4-v6 test in v6.1
66ec619e4591 ceph: blocklist the kclient when receiving corrupted snap trace
eb253f83d403 ceph: move mount state enum to super.h
b9f21e40135a platform/x86: touchscreen_dmi: Add Chuwi Vi8 (CWI501) DMI match
b4e79d0c7f9b drm/amd/display: Properly handle additional cases where DCN is not supported
fc64b04297a0 drm/amdgpu: Enable vclk dclk node for gc11.0.3
e9cbb2b0d9f6 drm/amdgpu: enable HDP SD for gfx 11.0.3
488770cbddd8 drm/amd/display: Reset DMUB mailbox SW state after HW reset
383e32fa274a drm/amd/display: Unassign does_plane_fit_in_mall function from dcn3.2
7dbd205349f1 drm/amd/display: Adjust downscaling limits for dcn314
0c42622a573b drm/amd/display: Add missing brackets in calculation
53fb698a8a28 nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_set
84ea5242b723 nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_set
fd646ac5403f nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association
f1eb22d0ff06 s390/decompressor: specify __decompress() buf len to avoid overflow
f6415c9c9a0b net: sched: sch: Bounds check priority
5252655127c7 net: ethernet: mtk_eth_soc: Avoid truncating allocation
07a0e6d20106 drm/nouveau/devinit/tu102-: wait for GFW_BOOT_PROGRESS == COMPLETED
b266c2e72ef3 fscache: Use clear_and_wake_up_bit() in fscache_create_volume_work()
63c12d00d856 powerpc/64: Fix perf profiling asynchronous interrupt handlers
07c53834ec27 net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoC
15aa6a4274fb selftest: net: Improve IPV6_TCLASS/IPV6_HOPLIMIT tests apparmor compatibility
ad549f06e3de net/rose: Fix to not accept on connected socket
5d2cc32c1c10 vdpa: ifcvf: Do proper cleanup if IFCVF init fails
2ad95cb1af7a tools/virtio: fix the vringh test for virtio ring changes
925b1c909d11 ASoC: cs42l56: fix DT probe
749985988148 bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
22fcbb7802b9 ASoC: amd: yc: Add Xiaomi Redmi Book Pro 15 2022 into DMI table
427ca2530da8 ALSA: hda: Do not unset preset when cleaning up codec
544062e65f44 selftests/bpf: Verify copy_register_state() preserves parent/live fields
2cd6e872d88d ASoC: Intel: sof_ssp_amp: always set dpcm_capture for amplifiers
c2241c6c8e21 ASoC: Intel: sof_nau8825: always set dpcm_capture for amplifiers
0a0754ca3c7c ASoC: Intel: sof_cs42l42: always set dpcm_capture for amplifiers
f40f3dd00576 ASoC: Intel: sof_rt5682: always set dpcm_capture for amplifiers
44bec0e7bf0a ALSA: usb-audio: Add FIXED_RATE quirk for JBL Quantum610 Wireless
ad5716dea7d8 ASoC: SOF: sof-audio: start with the right widget type
591d69e47a58 ASoC: amd: yc: Add DMI support for new acer/emdoor platforms
d8c594da79bc btrfs: lock the inode in shared mode before starting fiemap
f2e0134b43be btrfs: move the auto defrag code to defrag.c
3fbcd42b3e66 mptcp: fix locking for in-kernel listener creation
c4fcda0def04 mptcp: deduplicate error paths on endpoint creation
03edc4a27dad mptcp: fix locking for setsockopt corner-case
94ed108bf18c mptcp: sockopt: make 'tcp_fastopen_connect' generic
(From OE-Core rev: b32be9bd95a6460181eb8ebe6885515b828f0313)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
e2c1a934fd8e Linux 5.15.94
17170acdc7c8 Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions
5122e0e44363 KVM: x86: Mitigate the cross-thread return address predictions bug
8f12dcab90e8 x86/speculation: Identify processors vulnerable to SMT RSB predictions
e63c434de8b6 drm/i915: Fix VBT DSI DVO port handling
fc88c6838183 drm/i915: Initialize the obj flags for shmem objects
2e557c8ca2c5 drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/fini
3af734f3eac6 Fix page corruption caused by racy check in __free_pages
c94ce5ea68dc arm64: dts: meson-axg: Make mmc host controller interrupts level-sensitive
b796c02df37e arm64: dts: meson-g12-common: Make mmc host controller interrupts level-sensitive
5d9b771f53c1 arm64: dts: meson-gx: Make mmc host controller interrupts level-sensitive
ac39dce11912 rtmutex: Ensure that the top waiter is always woken up
86f7e4239336 powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switch
2907cf3f2ec7 riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
beb1cefa3ccd ceph: flush cap releases when the session is flushed
86733ab23933 clk: ingenic: jz4760: Update M/N/OD calculation algorithm
239e927eb2ea usb: typec: altmodes/displayport: Fix probe pin assign check
48aecce116e4 usb: core: add quirk for Alcor Link AK9563 smartcard reader
a8178bb1c776 btrfs: free device in btrfs_close_devices for a single device filesystem
8d13f2c3e2ba mptcp: be careful on subflow status propagation on errors
25141fb41191 net: USB: Fix wrong-direction WARNING in plusb.c
d1fba1e096ff cifs: Fix use-after-free in rdata->read_into_pages()
1b83e7e174d8 pinctrl: intel: Restore the pins that used to be in Direct IRQ mode
f5f025b703e2 spi: dw: Fix wrong FIFO level setting for long xfers
71668706fbe7 pinctrl: single: fix potential NULL dereference
a2a1065739e9 pinctrl: aspeed: Fix confusing types in return value
99450163bcf6 pinctrl: mediatek: Fix the drive register definition of some Pins
9f0d2c268488 ASoC: topology: Return -ENOMEM on memory allocation failure
1a52ef89e369 riscv: stacktrace: Fix missing the first frame
5fb815433450 ALSA: pci: lx6464es: fix a debug loop
105ea562f6cf selftests: forwarding: lib: quote the sysctl values
528e3f3a4b53 rds: rds_rm_zerocopy_callback() use list_first_entry()
48d6d8f2f609 igc: Add ndo_tx_timeout support
62ff7dd961ab net/mlx5: Serialize module cleanup with reload and remove
95d2394f84f1 net/mlx5: fw_tracer, Zero consumer index when reloading the tracer
ab7f3f6a9d9b net/mlx5: fw_tracer, Clear load bit when freeing string DBs buffers
193528646ed2 net/mlx5e: IPoIB, Show unknown speed instead of error
7c6e8eb617c1 net/mlx5: Bridge, fix ageing of peer FDB entries
49ece61a078f net/mlx5e: Update rx ring hw mtu upon each rx-fcs flag change
31172267bab0 net/mlx5e: Introduce the mlx5e_flush_rq function
e4e4e93d31b3 net/mlx5e: Move repeating clear_bit in mlx5e_rx_reporter_err_rq_cqe_recover
3f18b9ed8c83 net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"
6acb5d853b41 net: dsa: mt7530: don't change PVC_EG_TAG when CPU port becomes VLAN-aware
ca834a017851 ice: Do not use WQ_MEM_RECLAIM flag for workqueue
70d48c7992ca uapi: add missing ip/ipv6 header dependencies for linux/stddef.h
3cec44036f48 ionic: clean interrupt before enabling queue to avoid credit race
fad12afe877a net: phy: meson-gxl: use MMD access dummy stubs for GXL, internal PHY
d23385a200e6 bonding: fix error checking in bond_debug_reregister()
11006d9d083f net: phylink: move phy_device_free() to correctly release phy device
fb022d7b1c79 xfrm: fix bug with DSCP copy to v6 from v4 tunnel
6fe1ad42afa8 RDMA/usnic: use iommu_map_atomic() under spin_lock()
8f5fe1cd8e6a RDMA/irdma: Fix potential NULL-ptr-dereference
1b4ef90cbcfa IB/IPoIB: Fix legacy IPoIB due to wrong number of queues
5dc688fae6b7 xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()
9bae58d58b6b IB/hfi1: Restore allocated resources on failed copyout
558b1fa01cdc xfrm: compat: change expression for switch in xfrm_xlate64
238b38e89fff can: j1939: do not wait 250 ms if the same addr was already claimed
d859184b60d4 of/address: Return an error when no valid dma-ranges are found
70f37b3118de tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_pipe_raw
df017495039a ALSA: hda/realtek: Enable mute/micmute LEDs on HP Elitebook, 645 G9
ca9d54220345 ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro 360
706b6d86a6f8 ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()
731fc29de6a2 ALSA: hda/realtek: Add Positivo N14KP6-TG
b93805980714 btrfs: zlib: zero-initialize zlib workspace
e65faa7e39a2 btrfs: limit device extents to the device size
2e4dd07fda7a migrate: hugetlb: check for hugetlb shared PMD in node migration
072e7412e857 mm/migration: return errno when isolate_huge_page failed
85d7786c66b6 Linux 5.15.93
6e2fac197de2 bpf: Skip invalid kfunc call in backtrack_insn
46c9088cabd4 gfs2: Always check inode size of inline inodes
8eb2e58a92e0 gfs2: Cosmetic gfs2_dinode_{in,out} cleanup
e4991910f150 wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bounds reads
97ccfffcc061 f2fs: fix to do sanity check on i_extra_isize in is_alive()
64fa364ad324 fbdev: smscufx: fix error handling code in ufx_usb_probe
a77141a06367 ovl: Use "buf" flexible array for memcpy() destination
1692fedd0f66 fs/ntfs3: Validate attribute data and valid sizes
a5b9cb72769b powerpc/imc-pmu: Revert nest_init_lock to being a mutex
3691f43a0959 iio:adc:twl6030: Enable measurement of VAC
8c84f50390b2 bpf: Do not reject when the stack read size is different from the tracked scalar size
14b6198abbd5 bpf: Fix incorrect state pruning for <8B spill/fill
575a9f6fefd9 phy: qcom-qmp-combo: fix runtime suspend
e58df87394be phy: qcom-qmp-combo: fix broken power on
368ea32e0ad0 phy: qcom-qmp-usb: fix memleak on probe deferral
2f27d3811a41 phy: qcom-qmp-combo: fix memleak on probe deferral
0cb10ddab7df phy: qcom-qmp-combo: disable runtime PM on unbind
0ef5ffe11682 serial: 8250_dma: Fix DMA Rx rearm race
e30328f599b9 serial: 8250_dma: Fix DMA Rx completion race
a5a171f61a04 nvmem: core: fix cell removal on error
6d9fa3ff6548 nvmem: core: remove nvmem_config wp_gpio
adf80e072c95 nvmem: core: initialise nvmem->id early
e3ebc3e23bd9 drm/i915: Fix potential bit_17 double-free
997bed0f3cde Squashfs: fix handling and sanity checking of xattr_ids count
7a0cfaf9d457 highmem: round down the address passed to kunmap_flush_on_unmap()
5dbe1ebd5647 mm/swapfile: add cond_resched() in get_swap_pages()
daf82418045f fpga: stratix10-soc: Fix return value check in s10_ops_write_init()
afd32b683154 x86/debug: Fix stack recursion caused by wrongly ordered DR7 accesses
066ecbf1a53e kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()
481bf49f58bb usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
fdf40e582442 mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps
6c300351c55d riscv: disable generation of unwind tables
a5c275add96b parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
a964decd1307 parisc: Fix return code of pdc_iodc_print()
488eaf0625d9 nvmem: qcom-spmi-sdam: fix module autoloading
8569beb66fe6 iio: imu: fxos8700: fix MAGN sensor scale and unit
8aa5cdcfaf6a iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
4112ba1ad5ca iio: imu: fxos8700: fix failed initialization ODR mode assignment
abf7b2ba51f5 iio: imu: fxos8700: fix incorrect ODR mode readback
412757741c22 iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
34909532b12e iio: imu: fxos8700: fix map label of channel type to MAGN sensor
8346eb4987e5 iio: imu: fxos8700: fix IMU data bits returned to user space
7567cdf3ce21 iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels readback
6969852220af iio: imu: fxos8700: fix ACCEL measurement range selection
cdacfb220556 iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
9988063dcefd iio: adc: berlin2-adc: Add missing of_node_put() in error path
c691a5c0fd03 iio: hid: fix the retval in gyro_3d_capture_sample
ef80a34699cd iio: hid: fix the retval in accel_3d_capture_sample
c4eae85c73be efi: Accept version 2 of memory attributes table
710db8206351 ALSA: hda/realtek: Add Acer Predator PH315-54
3fbddf86d924 watchdog: diag288_wdt: fix __diag288() inline assembly
700dd5bc72d3 watchdog: diag288_wdt: do not use stack buffers for hardware data
21bc51e29e66 net: qrtr: free memory on error path in radix_tree_insert()
dccbd062d716 fbcon: Check font dimension limits
5d7500d99164 Input: i8042 - add Clevo PCX0DX to i8042 quirk table
fc9e27f3ba08 vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF
9ba1188a719a usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_wait
fe86480e903f usb: dwc3: qcom: enable vbus override when in OTG dr-mode
a412fe7baf40 iio: adc: stm32-dfsdm: fill module aliases
994465939830 drm/amd/display: Fix timing not changning when freesync video is enabled
a3967128bc65 net/x25: Fix to not accept on connected socket
396ea318e7fa platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
1577524633c7 platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type 0x0010 table
540cea9f9b6d i2c: rk3x: fix a bunch of kernel-doc warnings
0aaabdb900c7 scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress
17b738590b97 scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress
8cd0499f9c33 perf/x86/intel: Add Emerald Rapids
709351537096 scsi: target: core: Fix warning on RT kernels
b7960f54362b i2c: mxs: suppress probe-deferral error message
b9b87fc34b7f i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
d8fc0b5fb3e8 efi: fix potential NULL deref in efi_mem_reserve_persistent
f423c2efd51d net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
798502864789 virtio-net: Keep stop() to follow mirror sequence of open()
5d884f9e80ff selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchmarking
63aa63af3a1e selftests: net: udpgso_bench: Fix racing bug between the rx/tx programs
d41a3f9cc242 selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are provided
5af98283e554 selftests: net: udpgso_bench_rx: Fix 'used uninitialized' compiler warning
89e0701e03c5 ata: libata: Fix sata_down_spd_limit() when no link speed is reported
9ab896775f98 can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
02d77d98e020 igc: return an error if the mac type is unknown in igc_ptp_systim_to_hwtstamp()
04a735582095 riscv: kprobe: Fixup kernel panic when probing an illegal position
206c367b6a2e ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local address
90178bc0f28f ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local address
dfe2f0ea3851 net: phy: meson-gxl: Add generic dummy stubs for MMD register access
b7398efe24a9 squashfs: harden sanity check in squashfs_read_xattr_id_table
89a69216f170 netfilter: br_netfilter: disable sabotage_in hook after first suppression
cdb444e73fdc drm/i915/adlp: Fix typo for reference clock
960f20d8582e drm/i915/guc: Fix locking when searching for a hung request
c27e0eac568a netrom: Fix use-after-free caused by accept on already connected socket
511c922c5bf6 block, bfq: fix uaf for bfqq in bic_set_bfqq()
a62c129dcbfa block, bfq: replace 0/1 with false/true in bic apis
37a744a068c9 block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
2cd1e9c013ec net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices
18c18c2110ea sfc: correctly advertise tunneled IPv6 segmentation
878b06f60a08 dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
3b5774cd6b94 dpaa_eth: execute xdp_do_flush() before napi_complete_done()
5a7040a649c8 virtio-net: execute xdp_do_flush() before napi_complete_done()
94add5b27290 qede: execute xdp_do_flush() before napi_complete_done()
a273f8e3ab90 ice: Prevent set_channel from changing queues while RDMA active
b432e183c26e fix "direction" argument of iov_iter_kvec()
d8b8306e963e fix iov_iter_bvec() "direction" argument
389c7c0ef9cc READ is "data destination", not source...
7a3649bf5bef WRITE is "data source", not destination...
83cc6a7bb75c vhost/net: Clear the pending messages when the backend is removed
7c7d344bc386 scsi: Revert "scsi: core: map PQ=1, PDT=other values to SCSI_SCAN_TARGET_PRESENT"
4b199dc09416 drm/vc4: hdmi: make CEC adapter name unique
dc1f8ab25a17 arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
c681d7a4ed3d bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener
34ad5d8885f5 bpf: Fix to preserve reg parent/live fields when copying range info
7b86f9ab5692 bpf: Support <8-byte scalar spill and refill
1b9256c96220 ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()
b7abeb691637 bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpers
cfcc2390dbc5 ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device after use
b4b204565a45 ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device after use
1f1e7635c54d ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device after use
41d323c352ac ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device after use
6a9990e1d92b ASoC: Intel: bytcht_es8316: move comment to the right place
ffcdf354555b ASoC: Intel: boards: fix spelling in comments
bd0b17ab1b76 bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
5f4543c9382a firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP region
e515b9902f5f Linux 5.15.92
c7caf669b89d net: mctp: purge receive queues on sk destruction
046de74f9af9 net: fix NULL pointer in skb_segment_list
7ab3376703ce selftests: Provide local define of __cpuid_count()
e92e311ced6f selftests/vm: remove ARRAY_SIZE define from individual tests
c9e52db90031 tools: fix ARRAY_SIZE defines in tools and selftests hdrs
c1aa0dd52db4 Bluetooth: fix null ptr deref on hci_sync_conn_complete_evt
02e61196c578 ACPI: processor idle: Practically limit "Dummy wait" workaround to old Intel systems
79dd676b445f extcon: usbc-tusb320: fix kernel-doc warning
c2bd60ef20de ext4: fix bad checksum after online resize
4cd1e18bc04a cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()
43acd767bd90 dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_init
a54c5ad007ea HID: playstation: sanity check DualSense calibration data.
6d7686cc11b7 blk-cgroup: fix missing pd_online_fn() while activating policy
2144859229c1 erofs/zmap.c: Fix incorrect offset calculation
0dfef5031335 bpf: Skip task with pid=1 in send_signal_common()
e8bb772f745e firmware: arm_scmi: Clear stale xfer->hdr.status
80cb9f1a76aa arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
162fad24d2e1 arm64: dts: freescale: Fix pca954x i2c-mux node names
82ad105e1a55 ARM: dts: vf610: Fix pca9548 i2c-mux node names
5aee5f33e03a ARM: dts: imx: Fix pca9547 i2c-mux node name
(From OE-Core rev: f5deb914ba17c131c4880da8d9a1184c2d2a3ef6)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
129c15b60627 Linux 6.1.12
da1ae884562c Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions
40c4fdfc942e KVM: x86: Mitigate the cross-thread return address predictions bug
cc95b5d240b6 x86/speculation: Identify processors vulnerable to SMT RSB predictions
7fa83855852e drm/i915: Fix VBT DSI DVO port handling
baaed8c92927 drm/i915: Initialize the obj flags for shmem objects
bfa700d12274 drm/i915: Move fd_install after last use of fence
5af27a53a881 drm/amd/display: fix cursor offset on rotation 180
8d81e1c6865e drm/amd/display: properly handling AGP aperture in vm setup
4609e1773222 drm/amdgpu/smu: skip pptable init under sriov
2bcbbef9cace drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/fini
d82e6903b395 drm/amd/pm: bump SMU 13.0.7 driver_if header version
e379d5662c26 drm/amdgpu: Add unique_id support for GC 11.0.1/2
daaa0760cd0b drm/amd/pm: bump SMU 13.0.0 driver_if header version
346631d52a42 arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max machines
3b4c045a98f5 Fix page corruption caused by racy check in __free_pages
274d9a28527d arm64: dts: meson-axg: Make mmc host controller interrupts level-sensitive
222b1070b0fa arm64: dts: meson-g12-common: Make mmc host controller interrupts level-sensitive
a01ad536becb arm64: dts: meson-gx: Make mmc host controller interrupts level-sensitive
446ac8dd8997 rtmutex: Ensure that the top waiter is always woken up
386a8d694f95 tracing: Fix TASK_COMM_LEN in trace event format file
a2e60fee4b76 drm/amdgpu: Use the TGID for trace_amdgpu_vm_update_ptes
6f097c24815e powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switch
026cae99d064 riscv: kprobe: Fixup misaligned load text
7d151eccd07a riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
9f55a0a2d94f nvdimm: Support sizeof(struct page) > MAX_STRUCT_PAGE_SIZE
a89868254cd2 ceph: flush cap releases when the session is flushed
62890f3eabf8 drm/amd/pm: add SMU 13.0.7 missing GetPptLimit message mapping
7d2cd4736d1a pinctrl: qcom: sm8450-lpass-lpi: correct swr_rx_data group
ab6fd64dda2b clk: ingenic: jz4760: Update M/N/OD calculation algorithm
15f9f8eb3b8b cxl/region: Fix passthrough-decoder detection
a04c7d062b53 cxl/region: Fix null pointer dereference for resetting decoder
01815a1caf2f usb: typec: altmodes/displayport: Fix probe pin assign check
db9c4a94b629 usb: core: add quirk for Alcor Link AK9563 smartcard reader
51aa10112b12 btrfs: free device in btrfs_close_devices for a single device filesystem
1ab4bed3fc8b btrfs: simplify update of last_dir_index_offset when logging a directory
f676c8a69588 selftests: mptcp: stop tests earlier
b7692fb9a2b0 selftests: mptcp: allow more slack for slow test-case
ba36772a1cc9 mptcp: be careful on subflow status propagation on errors
e266ad04ec39 mptcp: do not wait for bare sockets' timeout
0d2cf3fae701 net: USB: Fix wrong-direction WARNING in plusb.c
3684a2f6affa cifs: Fix use-after-free in rdata->read_into_pages()
33dd18fbbb2d pinctrl: intel: Restore the pins that used to be in Direct IRQ mode
3319d7292568 pinctrl: aspeed: Revert "Force to disable the function's signal"
ebe63349cd48 spi: dw: Fix wrong FIFO level setting for long xfers
bcc487001a15 pinctrl: single: fix potential NULL dereference
9eab7b053947 pinctrl: aspeed: Fix confusing types in return value
b048b969b362 pinctrl: mediatek: Fix the drive register definition of some Pins
6353ebac4612 clk: microchip: mpfs-ccc: Use devm_kasprintf() for allocating formatted strings
dcfe5431fb0f ASoC: topology: Return -ENOMEM on memory allocation failure
3b858f23cefb ASoC: fsl_sai: fix getting version from VERID
84560e33cea5 ASoC: tas5805m: add missing page switch.
3e984873e4ac ASoC: tas5805m: rework to avoid scheduling while atomic.
0f3d5c12b612 arm64: dts: mediatek: mt8195: Fix vdosys* compatible strings
12773070b09b riscv: stacktrace: Fix missing the first frame
885f729b249f ALSA: pci: lx6464es: fix a debug loop
65473ade5062 arm64: dts: rockchip: set sdmmc0 speed to sd-uhs-sdr50 on rock-3a
10150d350917 arm64: dts: rockchip: fix input enable pinconf on rk3399
81685c59dc4b selftests: forwarding: lib: quote the sysctl values
399f1cccc447 net: mscc: ocelot: fix all IPv6 getting trapped to CPU when PTP timestamping is used
1d52bbfd469a rds: rds_rm_zerocopy_callback() use list_first_entry()
da32c2d9f64b selftests: Fix failing VXLAN VNI filtering test
0ae9d81109e9 txhash: fix sk->sk_txrehash default
44a265af4aa9 net: ethernet: mtk_eth_soc: fix wrong parameters order in __xdp_rxq_info_reg()
5f9c656ab2c4 igc: Add ndo_tx_timeout support
190296d51b46 net/mlx5: Serialize module cleanup with reload and remove
b266f3158171 net/mlx5: fw_tracer, Zero consumer index when reloading the tracer
525e29974e3c net/mlx5: fw_tracer, Clear load bit when freeing string DBs buffers
ee128b700fd0 net/mlx5: Expose SF firmware pages counter
bbdfebb08ff5 net/mlx5: Store page counters in a single array
5ccc3707e975 net/mlx5e: IPoIB, Show unknown speed instead of error
026eb3e01a3d net/mlx5e: Fix crash unsetting rx-vlan-filter in switchdev mode
1e9b6d279db1 net/mlx5: Bridge, fix ageing of peer FDB entries
aee099bb0cd4 net/mlx5e: Update rx ring hw mtu upon each rx-fcs flag change
4d15289c22fa net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"
139c759823b0 net: dsa: mt7530: don't change PVC_EG_TAG when CPU port becomes VLAN-aware
47f4ff6f23f0 ice: switch: fix potential memleak in ice_add_adv_recipe()
8eeca43d8e7e ice: Fix disabling Rx VLAN filtering with port VLAN enabled
df59e0540145 ice: Do not use WQ_MEM_RECLAIM flag for workqueue
437f8892ece7 nvidiafb: detect the hardware support before removing console.
c47c2b173d0c cpuset: Call set_cpus_allowed_ptr() with appropriate mask for task
5489930113dc drm/virtio: exbuf->fence_fd unmodified on interrupted wait
d05b72328810 drm/i915: Don't do the WM0->WM1 copy w/a if WM1 is already enabled
16da5f6d38ac HID: amd_sfh: if no sensors are enabled, clean up
c0eb3c0cdd1b net: microchip: sparx5: fix PTP init/deinit not checking all ports
89c0c69fc739 uapi: add missing ip/ipv6 header dependencies for linux/stddef.h
c97c7c3103a3 cpufreq: qcom-hw: Fix cpufreq_driver->get() for non-LMH systems
07154f94c213 ionic: missed doorbell workaround
a16f6ea194fe ionic: refactor use of ionic_rx_fill()
db34b5352e92 ionic: clean interrupt before enabling queue to avoid credit race
95e29c11abe5 net: phy: meson-gxl: use MMD access dummy stubs for GXL, internal PHY
9c6a896b8d40 net: macb: Perform zynqmp dynamic configuration only for SGMII interface
d974330c1d99 bonding: fix error checking in bond_debug_reregister()
a65723e299dc net: phylink: move phy_device_free() to correctly release phy device
a7f0ec26cd67 of: Make OF framebuffer device names unique
5954eaab6bb7 xfrm: fix bug with DSCP copy to v6 from v4 tunnel
d53903cc2396 RDMA/usnic: use iommu_map_atomic() under spin_lock()
360682fe7df2 RDMA/irdma: Fix potential NULL-ptr-dereference
f6d8b6762bee xfrm: annotate data-race around use_time
7197460dcd43 IB/IPoIB: Fix legacy IPoIB due to wrong number of queues
419674224390 xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()
0a4f811f2e5d IB/hfi1: Restore allocated resources on failed copyout
cf118814ae89 xfrm: compat: change expression for switch in xfrm_xlate64
3fc0b7b7e9a5 HID: logitech: Disable hi-res scrolling on USB
c86e6d30c522 can: j1939: do not wait 250 ms if the same addr was already claimed
ad7e46427f92 of/address: Return an error when no valid dma-ranges are found
0a3e60b3fe49 tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_pipe_raw
5c4bd3f2f6eb Revert "PCI/ASPM: Refactor L1 PM Substates Control Register programming"
3361eb2256f9 Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume"
63380b631f3d ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform.
fdc304eef6e8 ALSA: hda/realtek: Add quirk for ASUS UM3402 using CS35L41
566cad13beb6 ALSA: hda/realtek: Enable mute/micmute LEDs on HP Elitebook, 645 G9
49f4284ab3b5 ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro 360
9d26f571df4d ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()
ab9b01a7acd5 ALSA: hda/realtek: Add Positivo N14KP6-TG
8ab575add354 btrfs: zlib: zero-initialize zlib workspace
66cf3a8273ab btrfs: limit device extents to the device size
6b2aaf302ce8 hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMIC
d60c95efffe8 Linux 6.1.11
74eec8266f37 bpf: Skip invalid kfunc call in backtrack_insn
d458a0984429 gfs2: Always check inode size of inline inodes
62b11a34a98c gfs2: Cosmetic gfs2_dinode_{in,out} cleanup
f06de1bb6d61 wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bounds reads
5b25035fb888 f2fs: fix to do sanity check on i_extra_isize in is_alive()
1b4c08844628 fbdev: smscufx: fix error handling code in ufx_usb_probe
ddeff03bb338 f2fs: initialize locks earlier in f2fs_fill_super()
07a96977b2f4 ovl: Use "buf" flexible array for memcpy() destination
543bba3be262 fs/ntfs3: Validate attribute data and valid sizes
0153009a7e65 powerpc/imc-pmu: Revert nest_init_lock to being a mutex
5a9fe6b7f4c1 powerpc/64s: Fix local irq disable when PMIs are disabled
18bac7de2459 powerpc/64s/radix: Fix crash with unaligned relocated kernel
54fb38bcaaa0 iio:adc:twl6030: Enable measurement of VAC
f6c0ebc10c0b ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL on sink failure
02b9d653531d platform/x86/amd: pmc: add CONFIG_SERIO dependency
9d25aea2ab4f serial: 8250_dma: Fix DMA Rx rearm race
bd8d2ba9d9e0 serial: 8250_dma: Fix DMA Rx completion race
5f3dedbc3bf4 phy: qcom-qmp-combo: fix runtime suspend
5288d522a987 nvmem: core: fix return value
1dcd68c9cc5c nvmem: core: fix cell removal on error
d78f5d46fc2a nvmem: core: fix device node refcounting
897dfd346223 nvmem: core: fix registration vs use race
39708bc8da78 nvmem: core: fix cleanup after dev_set_name()
1e2a745a896e nvmem: core: remove nvmem_config wp_gpio
28829e5f1c88 nvmem: core: initialise nvmem->id early
86dbbc8f6ba7 drm/amdgpu: update wave data type to 3 for gfx11
91ef43f6b65b drm/amd/pm: drop unneeded dpm features disablement for SMU 13.0.4/11
814d83a710e8 drm/amd: Fix initialization for nbio 4.3.0
0769f997a7b6 drm/i915: Fix potential bit_17 double-free
764accc2c1b8 drm/i915: Avoid potential vm use-after-free
52c6d3a84a3e serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler
e48a8ad77be3 dma-buf: actually set signaling bit for private stub fences
d8b46cc1cf9b migrate: hugetlb: check for hugetlb shared PMD in node migration
82587c0e2735 maple_tree: fix mas_empty_area_rev() lower bound validation
a7da7d01ac5c Squashfs: fix handling and sanity checking of xattr_ids count
c4fd07cd5e7e ia64: fix build error due to switch case label appearing next to declaration
ef8a286338c4 highmem: round down the address passed to kunmap_flush_on_unmap()
96aaaf866601 mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
97f17a737270 mm, mremap: fix mremap() expanding for vma's with vm_ops->close()
acb08187b5a8 mm/khugepaged: fix ->anon_vma race
49178d4d61e7 mm/swapfile: add cond_resched() in get_swap_pages()
2d11727655bf mm/uffd: fix pte marker when fork() without fork event
b10990bee73c fpga: stratix10-soc: Fix return value check in s10_ops_write_init()
74cff472d3d6 fpga: m10bmc-sec: Fix probe rollback
32beac7a3d0f x86/debug: Fix stack recursion caused by wrongly ordered DR7 accesses
0b570a059cf4 HV: hv_balloon: fix memory leak with using debugfs_lookup()
cf1c917bf1c7 kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()
512d1ed968d5 usb: gadget: udc: do not clear gadget driver.bus
fdd11d7136fd usb: typec: ucsi: Don't attempt to resume the ports before they exist
dd63f6f0d946 usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
b79ba5953f6f mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath()
139f866e420a mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps
04448022311c mm: multi-gen LRU: fix crash during cgroup migration
b40680220b13 Revert "mm: kmemleak: alloc gray object for reserved region with direct map"
4afacf17ff0f riscv: disable generation of unwind tables
3028c3a169a2 parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
a6a5b7067018 parisc: Replace hardcoded value with PRIV_USER constant in ptrace.c
d386bc5bf1cd parisc: Fix return code of pdc_iodc_print()
96d3b446680e nvmem: qcom-spmi-sdam: fix module autoloading
68ce2c8f9d0e nvmem: sunxi_sid: Always use 32-bit MMIO reads
f5249bbae0e7 nvmem: brcm_nvram: Add check for kzalloc
4092267ad66a iio: imu: fxos8700: fix MAGN sensor scale and unit
ad3c145485b2 iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
8ac10e1cb0f5 iio: imu: fxos8700: fix failed initialization ODR mode assignment
555daa41074d iio: imu: fxos8700: fix incorrect ODR mode readback
efc3dc3812cf iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
af7b50e4f6ee iio: imu: fxos8700: fix map label of channel type to MAGN sensor
3a91ef914ab1 iio: imu: fxos8700: fix IMU data bits returned to user space
8f1b6aa3bf0f iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels readback
fb06fc5af496 iio: imu: fxos8700: fix ACCEL measurement range selection
1a48ba20a551 iio: light: cm32181: Fix PM support on system with 2 I2C resources
930351148181 iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
e05b41391ab3 iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
9e480211d0f8 iio: adc: berlin2-adc: Add missing of_node_put() in error path
0b2f949909a3 iio: adc: xilinx-ams: fix devm_krealloc() return value check
f9e5c6d9ac6c iio: hid: fix the retval in gyro_3d_capture_sample
37b5824545e6 iio: hid: fix the retval in accel_3d_capture_sample
8c3203f47d33 rtc: efi: Enable SET/GET WAKEUP services as optional
661bb546c4d5 efi: Accept version 2 of memory attributes table
ac515839b1f3 ASoC: SOF: keep prepare/unprepare widgets in sink path
18691bdd5db5 ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
b6552a76015a ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
60a1ffed517f ASoC: codecs: wsa883x: correct playback min/max rates
dd405afa4e97 ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work for a HP platform
e58d01b09930 ALSA: hda/realtek: Add Acer Predator PH315-54
be606481eb33 watchdog: diag288_wdt: fix __diag288() inline assembly
f3d786285f4c watchdog: diag288_wdt: do not use stack buffers for hardware data
ad8860868141 can: isotp: handle wait_event_interruptible() return values
cae4c9bc35f7 can: isotp: split tx timer into transmission and timeout
6e62048f527d net: qrtr: free memory on error path in radix_tree_insert()
334ce90fadd1 ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
78792d25b658 hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
a2ab7f2cf5ef cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()
5e7f6e2ade57 fbcon: Check font dimension limits
8506f16aae9d vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF
3b1534f5bae7 usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_wait
f3ce160b301c usb: dwc3: qcom: enable vbus override when in OTG dr-mode
e99780c3e7a9 iio: adc: stm32-dfsdm: fill module aliases
016dadc60e2e bcache: Silence memcpy() run-time false positive warnings
f3056978934c drm/amd/display: Fix timing not changning when freesync video is enabled
22312eeab33e net/x25: Fix to not accept on connected socket
72e5a83b7c84 platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
37e9784331f2 platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
919ff2c40145 platform/x86: hp-wmi: Handle Omen Key event
eb74184dcc70 platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type 0x0010 table
19e2f49914e7 x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only block
40971f2e525e Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"
c671f7aaf2d8 i2c: rk3x: fix a bunch of kernel-doc warnings
61e43ebfd243 scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress
8859687f5b24 scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress
35e44dc40283 perf/x86/intel/cstate: Add Emerald Rapids
e095f0d86e3a perf/x86/intel: Add Emerald Rapids
fcf8b1a6d5b8 x86/aperfmperf: Erase stale arch_freq_scale values when disabling frequency invariance readings
f6c8f682e588 scsi: target: core: Fix warning on RT kernels
c1435f5a03c8 i2c: mxs: suppress probe-deferral error message
8e9b15ad1484 i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
65166bccd038 kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY is a PKCS#11 URI
10282d9daaf7 certs: Fix build error when PKCS#11 URI contains semicolon
71ebd83f320e rtc: sunplus: fix format string for printing resource
a2e6a9ff89f1 efi: fix potential NULL deref in efi_mem_reserve_persistent
70d40674a549 net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
2c036e21c2b6 virtio-net: Keep stop() to follow mirror sequence of open()
462a2c1bdf1a selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchmarking
14782ea872e0 selftests: net: udpgso_bench: Fix racing bug between the rx/tx programs
430bc0756ae1 selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are provided
5bbc22fdbcbc selftests: net: udpgso_bench_rx: Fix 'used uninitialized' compiler warning
3b7fbcf86eee ata: libata: Fix sata_down_spd_limit() when no link speed is reported
6366671954f0 can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing tx_obj_num_coalesce_irq
c3033f91ebd6 can: raw: fix CAN FD frame transmissions over CAN XL devices
1740a1e45eee can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
0cb094179aa8 octeontx2-af: Fix devlink unregister
adf848eab2d4 igc: return an error if the mac type is unknown in igc_ptp_systim_to_hwtstamp()
12316538b1d1 riscv: kprobe: Fixup kernel panic when probing an illegal position
848b6074654e ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local address
abac37d8f90c ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local address
e2d967b42a71 drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during disable
11ee5d630827 net: phy: meson-gxl: Add generic dummy stubs for MMD register access
0cfe084e1530 sctp: do not check hb_timer.expires when resetting hb_timer
e0514483fa88 maple_tree: should get pivots boundary by type
29e774dcb271 squashfs: harden sanity check in squashfs_read_xattr_id_table
14f56034ec4e kunit: fix kunit_test_init_section_suites(...)
ee1e3fe4b457 block: ublk: extending queue_size to fix overflow
a1512f11ec02 netfilter: br_netfilter: disable sabotage_in hook after first suppression
3214b04de31b ALSA: firewire-motu: fix unreleased lock warning in hwdep device
37c0cdf7e491 net/tls: tls_is_tx_ready() checked list_entry
7a435fe0b6bb drm/i915/adlp: Fix typo for reference clock
04dcff26490c drm/i915: Fix up locking around dumping requests lists
9467397f417d drm/i915: Fix request ref counting during error capture & debugfs dump
de997938a7a5 drm/i915/guc: Fix locking when searching for a hung request
e7cdec97ebeb platform/x86: thinkpad_acpi: Fix thinklight LED brightness returning 255
21745fbfe760 platform/x86/amd/pmf: Ensure mutexes are initialized before use
7f7f441347b4 platform/x86/amd/pmf: Fix to update SPS thermals when power supply change
dadc3820a3d9 platform/x86/amd/pmf: Add helper routine to check pprof is balanced
1db1edddb873 platform/x86/amd/pmf: Fix to update SPS default pprof thermals
05484584cadf platform/x86/amd/pmf: Add helper routine to update SPS thermals
bb4a5cef532d platform/x86/amd/pmf: update to auto-mode limits only after AMT event
3be069f42a7b fscache: Use wait_on_bit() to wait for the freeing of relinquished volume
5c2227f3f177 netrom: Fix use-after-free caused by accept on already connected socket
cb1876fc33af block, bfq: fix uaf for bfqq in bic_set_bfqq()
b2e181cf9e57 block, bfq: replace 0/1 with false/true in bic apis
70fd5afb4c36 net: wwan: t7xx: Fix Runtime PM initialization
78901b10522c net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices
ddaf96f6953b sfc: correctly advertise tunneled IPv6 segmentation
a838f8a69b1f skb: Do mix page pool and page referenced frags in GRO
9e0d874c0a6b dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
71a773ab79c9 dpaa_eth: execute xdp_do_flush() before napi_complete_done()
e5aed1336303 virtio-net: execute xdp_do_flush() before napi_complete_done()
b9fd30ea66e8 qede: execute xdp_do_flush() before napi_complete_done()
34e0dd0947e9 ice: Prevent set_channel from changing queues while RDMA active
c4cadb84e71b vhost-scsi: unbreak any layout for response
5a1909510387 use less confusing names for iov_iter direction initializers
6d6e144ffbf2 fix "direction" argument of iov_iter_kvec()
ff85ec97d14c fix 'direction' argument of iov_iter_{init,bvec}()
02f719be2f2b fix iov_iter_bvec() "direction" argument
b50705b5ef09 memcpy_real(): WRITE is "data source", not destination...
cefb33f5be6e zcore: WRITE is "data source", not destination...
98653e51618e READ is "data destination", not source...
a7fcd22a55a6 WRITE is "data source", not destination...
0332bdec060a copy_oldmem_kernel() - WRITE is "data source", not destination
ccbe22d4843d vhost/net: Clear the pending messages when the backend is removed
0b49da857d32 ALSA: memalloc: Workaround for Xen PV
3331d3416076 bpf: Fix the kernel crash caused by bpf_setsockopt().
c7ee7bad9c1b scsi: Revert "scsi: core: map PQ=1, PDT=other values to SCSI_SCAN_TARGET_PRESENT"
9e0097cb51e6 drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
c590a4a59a98 drm/vc4: hdmi: make CEC adapter name unique
0bdd5a7b517f arm64: dts: imx8mm-verdin: Do not power down eth-phy
3419ddcfa143 arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
12b0ec7c6953 bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener
7715f96f4ba6 media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct line
d5c7a2ab5e1f bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
d52f34784e4e ASoC: SOF: ipc4-mtrace: prevent underflow in sof_ipc4_priority_mask_dfs_write()
4ea7f83314f1 selftests/filesystems: grant executable permission to run_fat_tests.sh
7c7652ffa986 bpf: Fix to preserve reg parent/live fields when copying range info
f011360ad234 ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()
6a199d556c02 bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpers
c32efcf9ff85 bpf: Fix off-by-one error in bpf_mem_cache_idx()
ba32923bcedd ASoC: Intel: avs: Implement PCI shutdown
cdebb52d6098 ASoC: Intel: sof_es8336: Drop reference count of ACPI device after use
c48af765e183 ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device after use
c72c57b689bf ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device after use
877699a054ec ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device after use
eddc0f2ad6d5 ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device after use
7b1ed88ec3af ASoC: amd: acp-es8336: Drop reference count of ACPI device after use
ac949eae8d59 arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name linux,keycode
13d27de91ace arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
17b83ef66d0e bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
c8bdc88216f0 firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP region
17d99ea98b62 Linux 6.1.10
cfc15cbd85aa net: mctp: purge receive queues on sk destruction
60cd03ffe938 rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocks
888dad6f3e85 net: fix NULL pointer in skb_segment_list
9d369cd505ae gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
69622f270cc9 gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
30dc1de44e75 nvme-apple: only reset the controller when RTKit is running
38044859deee cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()
1dba6881e332 gpiolib: acpi: Allow ignoring wake capability on pins that aren't in _AEI
ce4745a6b801 dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_init
6b1cebcd9e89 HID: playstation: sanity check DualSense calibration data.
7f85560667ed HID: uclogic: Add support for XP-PEN Deco 01 V2
1fc24f9da259 s390: workaround invalid gcc-11 out of bounds read warning
6f13860bba96 block: fix hctx checks for batch allocation
99db989945cd ACPI: video: Add backlight=native DMI quirk for Acer Aspire 4810T
efc1058831f9 LoongArch: Get frame info in unwind_start() when regs is not available
a4a1af9fa08e blk-cgroup: fix missing pd_online_fn() while activating policy
6db03adf078e erofs: clean up parsing of fscache related options
27c54591ba26 kselftest: Fix error message for unconfigured LLVM builds
495cec3763d7 ARM: omap1: fix building gpio15xx
1d34087944a6 arm64: dts: msm8994-angler: fix the memory map
ea2be0ca6913 mac80211: Fix MLO address translation for multiple bss case
9f31d8c889d9 erofs/zmap.c: Fix incorrect offset calculation
1283a01b6e19 bpf: Skip task with pid=1 in send_signal_common()
e0b9560bf170 firmware: arm_scmi: Clear stale xfer->hdr.status
ba355e99eff0 arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
a5a629d7dafc arm64: dts: freescale: Fix pca954x i2c-mux node names
ab603e92db12 ARM: dts: vf610: Fix pca9548 i2c-mux node names
7f68b6ecf5e9 ARM: dts: imx: Fix pca9547 i2c-mux node name
(From OE-Core rev: f9d61ad37ac07e551c0acebad031ac0e572e949c)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Integrating the following commit(s) to linux-yocto/6.1:
3b4c5ff8e4f1 net: fix net/netfilter/ipvs/ip_vs_ctl.c with u64 and u64_stats_t
(From OE-Core rev: 7d7044e8031009ecebd8586ce52d1c1207546668)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Dependencies only make sense when opensbi is being used to deliver
payload which maybe an artifact of kernel or u-boot, otherwise it should
be not added. This avoids circular dependencies when RISCV machines do
not define RISCV_SBI_PAYLOAD but do define RISCV_SBI_FDT
(From OE-Core rev: 83a986fcac535415108caf70a9fdee8edc59f7d5)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Upstream docs currently have a typo showing the changes as 8.14.0
89d58c2ec0
9.1.0
-----
* New functions
- iter_index() (from the Python itertools docs)
- transpose() (from the Python itertools docs)
- matmul() (from the Python itertools docs)
- factor() (from the Python itertools docs)
- gray_product() (thanks to haukex)
* Changes to existing functions
- sieve() was updated to match the Python itertools docs
- maxsplit() was updated to fix a bug (thanks to abingham)
- sliced() had its type hint updated (thanks to ad-chaos)
* Other changes
- The batched function is marked as deprecated and will be removed in a
future major release. For Python 3.12 and above, use itertools.batched
instead. (thanks to neutrinoceros)
- The type hints now used postponed evaluation of annotations from PEP 563
(thanks to Isira-Seneviratne)
- Some documentation issues were fixed (thanks to Voskov and jdkandersson)
(From OE-Core rev: 436b92846406273fb3651f4f026e9fd3871ee71c)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This helps in switching toolchains cleanly for kernel build
between gcc and clang
Currently, some kernels allow building with clang but not all
the distro might use clang as default system compiler but kernel
may demand gcc which is provided via KERNEL_* variables, however
kernel does use OBJCOPY at places during build and it maybe set
to use llvm objcopy when using clang. That should be a deliberate
setting when clang is used for kernel as well, otherwise it should
use binutils provided objcopy
(From OE-Core rev: 17b409f2fd97894e0943d13c2cb0d52abde647e3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The python3-gpg's version is now '1.18.0-unknown'. Such version
has been treated as invalid for setuptools >=66.0.0. The error
message is as below:
pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: '1.18.0-unknown'
(package: gpg)
Fix this issue by removing the '-unknown' suffix.
(From OE-Core rev: 3a8bf81c5fb6111eab9784192754271efc85ee5c)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
By default there is nothing in nghttp2-client and nghttp2-server ,nghttp2-client
and nghttp2-server aren't created. So there are dependences error if install
main package.
Problem: conflicting requests
- nothing provides nghttp2-client >= 1.52.0 needed by nghttp2-1.52.0-r0.core2_64
- nothing provides nghttp2-server >= 1.52.0 needed by nghttp2-1.52.0-r0.core2_64
(From OE-Core rev: d2cbe060955c598bd81923ecd554fbe82c17af99)
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Instead of creating empty /etc/machine-id file using touch, write
text "uninitialized" into it. Systemd requires "uninitialized" in
the /etc/machine-id file to trigger systemd-firstboot .
(From OE-Core rev: 263c852269027b1bd311e116021ac49d9001e1b0)
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Multiple filters have been added to resulttool to ensure that test
results are compared only to relevant older tests results
Add some unit tests about added filters:
- tests should only be compared when machine matches
- tests run as oeselftest should only be compared when
OESELFTEST_METADATA matches
- many ptests should match despite non-static names
- runtime tests should match with matching tests regarding ltp tests
content
(From OE-Core rev: b84302ef56f2516742a496aef43b89d4c3decd37)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If yocto_testresults_query.py is run from oe-core instead of poky, the
script will very likely fail since poky tags do no exist in oe-core. If
one or both revisions are not found, log the error and a suggestion
about the reason (the script being run in oe-core instead of poky)
(From OE-Core rev: 758ac050ffd91524d400c196865b1ed27ece8776)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Remove some obsolete CVE ignores now that releases have been made, CPEs
updated, or upgrades done:
CVE-2020-10029 is marked as fixed in 2.32.
CVE-2021-27645 is marked as fixed in 2.34.
CVE-2022-39046 is marked as fixed in 2.37.
(From OE-Core rev: a383d0e726011007419dd102cd6484733d80d9f6)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This CVE has been fixed in the 2.37 release branch (07b9521fc6) and
we're now using a SHA that incorporates that commit, so manually mark it
as ignored.
(From OE-Core rev: b143e355ef362dac89f8b125904d2e47c74e597e)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Multiple CVE are patched in kernel but appears as active because the NVD
database is not up to date.
CVE are ignored if and only if all versions of kernel used by master are patched.
Also ignore CVEs with wrong CPE (applied to kernel but actually are for
another package)
(From OE-Core rev: 92770a08c04a6c1eb351231d937b16e76558f013)
Signed-off-by: Geoffrey GIRY <geoffrey.giry@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Provide a mechanism to allow users to choose whether the /tmp directory
is on persistent storage (non-volatile) or a RAM-based tmpfs (volatile).
The default is volatile.
Works for both sysvinit-based and systemd-based systems.
(From OE-Core rev: 8b76c0637eaeaf5bd5e696680cd74b7a642f4157)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The tests need to run as a non-root user, but that user also needs to be
able to write into the tests directory to create the work directories.
Use the new ptest user that ptest-runner creates to avoid having to add
a new user, and ensure that the test/ directory is owned by the ptest
group and that group has write access.
This solves the ptest regression where since oe-core 9a287b4 no quilt
tests were actually running.
A better solution would be to allow the tests to create a work directory
in another directory, but that would need work upstream which can happen
later.
(From OE-Core rev: 70dc9c114283cde18771287fb17fcebc537e7387)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
As ptest-runner creates a new user, we need to add it to the testing
static passwd file.
(From OE-Core rev: 009726f04c000cc50ce44305669bd8e940e64a9c)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Some tests really don't want to be run as root, either because they
expect to get "permission denied" errors occasionally, or have explicit
checks.
Instead of numerous recipes re-inventing user creation in run-ptest,
create a user in the ptest-runner recipe that they can all use.
(From OE-Core rev: d58cf08421e0f89840820370dd3c5b6e153efcbb)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This will produce a more useful hint for those setting
up or testing virgl headless:
runqemu - ERROR - No render nodes found in /dev/dri: ['by-path', 'card0']. If /dev/dri/renderD* is absent due to lack of suitable GPU, 'modprobe vgem' will create one suitable for mesa llvmpipe software renderer.
as qemu itself isn't helpful:
alex@Zen2:/srv/storage/alex/yocto/build-64-alt$ qemu-system-x86_64 -display egl-headless
qemu-system-x86_64: egl: no drm render node available
qemu-system-x86_64: egl: render node init failed
(From OE-Core rev: cbbada6a6c9b0a2e97f7395117dad986555f2db9)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
runqemu (which the test also runs) already performs this check,
and does it better, as it additionally unsets a number of environment
variables that can confuse and misdirect host's pkg-config.
(From OE-Core rev: ad179728a6978d929e2a876abe7e1cbd6b76a502)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Some test case naming is poor and contains random strings, particularly
lttng/babeltrace but also curl. Truncating the test names works since they
contain file and line number identifiers which allows us to match them
without the random components, or in the case or curl, test IDs.
Going forward we may be able to improve the test names but this
tweak allows historical test results to work in reports.
(From OE-Core rev: 541a2e2683531355e678fd93524a0c4a8c43a8ff)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If a test result contains LTP test results, it should only be compared with
other runs containing LTP test results.
(From OE-Core rev: 4dbbf2f4a85620a08dc2fa65095dc17fe6c530f8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add some tests for new yocto_testresults_query.py helper. First test is taken
from yocto-autobuilder-helper feature which has moved in yocto_testresults_query
(From OE-Core rev: 9ce28f685e4282d81f179877cbafd0a52fa887bd)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add yocto-testresults-query script. This is a thin wrapper over resulttool which
is able to translate tags or branch name to specific revisions, and then to work
with those "guessed" revisions with resulttool
(From OE-Core rev: b1460201b0f3d8fd7f977ac82f218bf9010d5573)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When generating regression reports, many false positive can be observed since
some tests results are compared while the corresponding tests sets are not the
same, as it can be seen for example for oeselftest tests (oeselftest is run
multiple time but with different parameters, resulting in different tests sets)
Add a filtering mechanism in resulttool regression module to enable a better
matching between tests. The METADATA_MATCH_TABLE defines that when the TEST_TYPE
is "oeselftest", then resulttool should filter pairs based on
OESELFTEST_METADATA appended to test configuration. If metadata is absent from
test results, in order to keep compatibility with older results, add a
"guessing" mechanism to generate the missing OESELFTEST_METADATA. The guessed
data is tightly coupled to the autobuilder configuration, where all oe-selftest
executions are described
(From OE-Core rev: 94ab7c2b892bf292dd86619ca9c63ddd7bf53f3c)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Many stored results TEST_TYPE are set to "oeselftest", however all those
tests are not run with the same sets of parameters, so those tests results may
not be comparable.
Attach relevant parameters as tests metadata to allow identifying tests
configuration so we can compare tests only when they are run with the same
parameters.
(From OE-Core rev: 406ec0a87e80d1ee0dd1d246adfe9507c10450ff)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Fixes [YOCTO #11605] by:
- Adding definition of file-checksums to Variable Flags section.
- Describe data to add to list which adds external file dependencies.
- Write example on usage to prepend a value to file-checksums list.
(Bitbake rev: 6bc65e6402a74c9a65e29333a7e0f1f85dcbcf58)
Signed-off-by: Richard Elberger <rich@richelberger.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>From the npm-install documentation [1] the CLI provides a set of
short forms when the install fetches from git. These include
"github:"
example: npm install github:mygithubuser/myproject
"gist:"
example: npm install gist:101a11beef
"gitlab:"
example: npm install gitlab:mygitlabuser/myproject
"bitbucket:"
example: npm install bitbucket:mybitbucketuser/myproject
Commit 1d8af6aed0a9 [fetch2: npmsw: Add support for github prefix in
npm shrinkwrap version] by Stefan Herbrechtsmeier added support for
the "github:" but the others would marked as 'Unsupported dependency'.
The other prefixes are added in this commit, along with extending the
tests to cover some of these.
However, there is one more short form for github which npm-install
allows which forgoes the prefix altogether.
example: npm install mygithubuser/myproject
Unfortunately this format is a bit problematic as it lacks any easily
identifiable 'marker' to match against, and it could be either the
github short form or install from folder format. Experimentation shows
that the folder format requires a leading './' or '/', so we use this
to rule out the ambiguity.
If this approach to folder and github formats disambiguation is
incorrect it won't matter anyways as the folder format is unrecognized
by the code as-is and thus with this change or without, things would
fail.
Since we have to be less strict in the check for git operations we
move it to be the last install format which we check, such that the
less ambiguous formats can be sorted out first.
[1] https://docs.npmjs.com/cli/v9/commands/npm-install
[Yocto #14236]
(Bitbake rev: 0ac6f6cb5d807919ed13a8b7bb3fb551b79c5a71)
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The submodule repository URI contains a path to something not
necessarily on the local filesystem. This means that we can't use
realpath to normalise it without risking getting bad results if the path
happens to match something on the local filesystem. This situation can
cause very confusing errors if that matching local path happens to be a
symlink to somewhere else.
Using normpath rather than realpath means that the path simplification
follows simple rules on the string rather than looking at the local
filesystem and avoids problems.
(Bitbake rev: 47b271e6c8d96960ebe70f80e58f30cc4cbf42e1)
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Co-authored-by: Dave Craig
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We currently have two lists of "proxy" or "fetcher" environment exports.
Make the one in utils match the one on the fetcher which has a more complete
list of variables now.
(Bitbake rev: f9165a798a307a6f0fee120d5c3de660d3a44ae8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This import is no longer used anywhere so can be removed.
(Bitbake rev: 956128e394581855bf0d03b32a975dc91c2a7e0c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
These environment variables are needed by gclient and needed to be
passed into fetcher.
(Bitbake rev: 9414ba62454c6b911addf6b0bc02af2afc69b926)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
wic plugin crashed if IMAGE_EFI_BOOT_FILES is not empty and uefi-kernel
loader specified because of preliminary return from the function.
[Yocto #15033]
Fixes:
| File "/mnt/builds/yocto/sources/scripts/lib/wic/plugins/source/bootimg-efi.py", line 371, in do_prepare_partition
| for src_path, dst_path in cls.install_task:
| ^^^^^^^^^^^^^^^^
| AttributeError: type object 'BootimgEFIPlugin' has no attribute 'install_task'. Did you mean: 'do_install_disk'?
(From OE-Core rev: a6372f70f31b39ce9867b705d02205621d7a8685)
Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>From NEWS for v250:
* Device nodes for the Software Guard eXtension enclaves (sgx_vepc) are
now also owned by the system group "sgx".
>From NEWS for v248:
* Intel SGX enclave device nodes (which expose a security feature of
newer Intel CPUs) will now be owned by a new system group "sgx".
Fixes following journal error entry during startup:
/lib/udev/rules.d/50-udev-default.rules:43 Unknown group 'sgx', ignoring
This is seen already on kirkstone.
(From OE-Core rev: bab455cd9b1b82e778f8523a767eb281edf6689e)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This brings in following changes
* 7d756e1c (upstream/master, origin/master) dns: prefer monotonic clock for timeouts
* 07616721 fix return value of wcs{,n}cmp for extreme wchar_t values
* 35fdfe62 math: fix undefined shift in logf
* 7e13e5ae inet_pton: fix uninitialized memory use for IPv4-mapped IPv6 addresses
* 7e6da7ac hsearch: fix null pointer arithmetic UB
* f79b973d increase sendmsg internal buffer to support SCM_MAX_FD
* 0ab97350 mq_notify: block all (application) signals in the worker thread
* 711673ee mq_notify: join worker thread before returning in error path
* 8c0c9c69 mq_notify: rework to fix use-after-close/double-close bugs
* fde6891e mq_notify: use semaphore instead of barrier to sync args consumption
* c3cd04fa fix pthread_detach inadvertently acting as cancellation point in race case
* 115149c0 powerpc-sf longjmp clobbering of val argument
* 5763f003 riscv64: add vfork
* 269d1938 fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64
* ea3b40a3 fix integer overflow in WIFSTOPPED macro
* f897461d fix debugger tracking of shared libraries on mips with PIE main program
* a4b0a665 expose memmem under baseline POSIX feature profile
* 9532ae13 use libc-internal malloc for pthread_atfork
* 7d358599 prevent invalid reads of nl_arg in printf_core
* c5f4b2df elf.h: add ELFCOMPRESS_ZSTD
* 159d1f6c semaphores: fix missed wakes from ABA bug in waiter count logic
(From OE-Core rev: 7379412a2ce7fe24943c858755f058dc2a15a081)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
systemd-oomd.service has:
User=systemd-oom
So we need to create a static user for it, if its packageconfig
is enabled.
(From OE-Core rev: 1586edc919326cdbb412feafb9cde2cb15e419cb)
Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The patch fixes the following errors observed when building ffmpeg in
vulkan-enabled distros:
| src/libavutil/hwcontext_vulkan.c:363:7: error: 'VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME' undeclared here (not in a function); did you mean 'VK_EXT_VIDEO_ENCODE_H264_EXTENSION_NAME'?
| 363 | { VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME, FF_VK_EXT_NO_FLAG },
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| | VK_EXT_VIDEO_ENCODE_H264_EXTENSION_NAME
| src/libavutil/hwcontext_vulkan.c:364:7: error: 'VK_EXT_VIDEO_DECODE_H265_EXTENSION_NAME' undeclared here (not in a function); did you mean 'VK_EXT_VIDEO_ENCODE_H265_EXTENSION_NAME'?
| 364 | { VK_EXT_VIDEO_DECODE_H265_EXTENSION_NAME, FF_VK_EXT_NO_FLAG },
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| | VK_EXT_VIDEO_ENCODE_H265_EXTENSION_NAME
(From OE-Core rev: b16c8696be9d56edb5ff77210abfff9a784fad89)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This patch changes the docbook-xml distribution package source from
debian to docbook which aligns the recipe with the source
originator. Other changes made to the recipe include:
This patch resolves [YOCTO #13270].
- removal of version 4.0 given docbook no longer distributes version
4.0
- simplification of the header description.
- inline comments to communicate the rationale behind gathering
multiple versions and LICENSE file handling.
- minor ordering changes to align with styling conventions and better
context to better communicate use
- Added comment about magic XMLCATALOGS variable. This variable and
subsequent inherit might be better placed in recipes that depend on
docbook-xml but leave it for now to not cause a patch landslide.
- Modify the related docbook-xml patch to remove docbook-xml-4.0 since
it is no longer provided.
- Put BBCLASSEXTEND to end of recipe per RP note on convention
(From OE-Core rev: fc4471019313d981f0c951220cc65e8374a7e8e6)
Signed-off-by: Richard Elberger <rich@richelberger.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
GI_DATA_ENABLED is the right source for making that decision
as it additionally factors in presence of qemu-usermode in
MACHINE_FEATURES.
(From OE-Core rev: b32bb078d73ab9fd636d059cf70b5530a2f94cb4)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
yocto-check-layer to check all .patch file in layer for
Upstream-status and list down all .patch file without Upstream-Status.
set this test as expected failure for now, so this wont fail the check
layer while still able to capture any patches with malformed or missing
Upstream-Status in report.
[YOCTO #14642]
(From OE-Core rev: 237c1b66e5014123c1e5c3e78f9ab0357bcd62dc)
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Enabling the network uncondictional is not need for some use cases.
Such use case is usefull to reuse the sstate-cache of the build
and it requires the icecc inherit in all of the builds.
The real control control of the icecc is in the variable ICECC_DISABLED
so this patch change the logic to enable the network when the icecc is in use.
(From OE-Core rev: 0fd3a9c13a30a67ccef6619627efd9613755a0c3)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Making it possible to jump right away to the desired example
Rename a section title to make it more suitable for a link title.
Using short references (`Section Name`_) instead of
:ref:`dev-manual/new-recipe:Section Name`) as we are in the same
document.
(From yocto-docs rev: 4058998dbeba4262ccced8999be338c04c324b48)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Add COMMERCIAL_[AUDIO|VIDEO]_PLUGINS variables to the
variable index.
- Clarify that these plugins are still open-source
- Improve line width
(From yocto-docs rev: 8b161faad6b698b33165f02e1f5e78a693c7817b)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Since release 4.1, the variable DEV_PKG_DEPENDENCY sets RRECOMMENDS instead
of RDEPENDS for the -dev package on the main package, this change fixes the
documentation to match the actual state
Reviewed-by: Yoann CONGAL <yoann.congal@smile.fr>
(From yocto-docs rev: 0e0790e7bcf4ee2d31301b4351528eb124a1fe98)
Signed-off-by: Fawzi KHABER <fawzi.khaber@smile.fr>
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Replace the invalid feature name with correct one which helps to avoid
following bitbake error
ERROR: Nothing PROVIDES 'core-image-minimal'
core-image-minimal was skipped: 'empty-root-passwd' in IMAGE_FEATURES (added via EXTRA_IMAGE_FEATURES) is not a valid image feature.
(From yocto-docs rev: 1c7086a3eda6539f09cae8917ccace93b14f8e9c)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
To make it possible to add more examples (CMake, Meson, Go, Rust...)
- Change section title names
- Adjust paragraph line length
- Have the Autotools example after the one with a custom Makefile,
corresponding to an increasing level of complexity.
- Clarify that GNU make and the Autotools are used to build
the applications, not by these applications.
(From yocto-docs rev: 6f313e673fe4d2878c8166619c27c4958af73615)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Although in the example case of a "raspberrypi2" the variable KMACHINE has the
same value as MACHINE, only the latter is an allowed override. So do not set the
reader on the wrong track.
Suggested-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
(From yocto-docs rev: 565ebcfe3ed68a9ea036f11cddafb36023f72099)
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Additionally use more common syntax to indicate that an actual machine name is
supposed to be filled in for a concrete use case as has been suggested by Peter
Kjellerstedt (and particularly no KMACHINE). Furthermore add missing quotes in
the reference manual.
Suggested-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
(From yocto-docs rev: b66c035970f860b65cf712285f2d5a023620e6c3)
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We've been seeing weird PRServ failures on the autobuilder. These had
one failure always followed by a second. Whilst I can't reproduce the first,
if I made that test fail, I could reproduce the second with memory resident
bitbake. This was with the tests:
prservice.BitbakePrTests.test_import_export_replace_db
and then
prservice.BitbakePrTests.test_pr_service_deb_arch_dep
which was giving a strange looking error:
NOTE: Running task 1053 of 1055 (/home/pokybuild/yocto-worker/oe-selftest-debian/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_rpm)
NOTE: Running task 1054 of 1055 (/home/pokybuild/yocto-worker/oe-selftest-debian/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_qa)
ERROR: No such task: do_package_write_rpm
ERROR: Task (/home/pokybuild/yocto-worker/oe-selftest-debian/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_rpm) failed with exit code '1'
where the issue is that selftest.inc written by the test framework
and containing PACKAGE_CLASSES = "package_deb" was being ignored.
The issue is the cached_statements{} within BBHandler() is not being
invalidated at the right time.
This patch changes the code to ensure base configuration is not parsed
until inotify updates have been processed.
(Bitbake rev: cada37c6b9e5862ca2c5a54ad6fd1e1f1939cd9c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Bitbake f68682 changed the logger's debug() method to be compatible with
logging.debug(), but this caller was still using the old API where you
can pass an integer as the first argument:
WARNING: Invalid arguments in bbdebug: (1, 1, 'Found unihash[...]')
Instead, call bbdebug() which has the priority argument.
(Bitbake rev: 18d4f9e8387f7994cf6d46300e25dda1c3a593b2)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We keep seeing this failure on the autobuilder but the output amounts
to "False is not True". Improve the debug message on the chance it may
make the issue clearer.
(From OE-Core rev: d03f4cf19c2cc96e9d942252a451521dfec42ebc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
After mc upgrade to 4.8.29, it introduces PERL_FOR_BUILD [1] and will
result in the below build failure on some system when we build under
a project with long path.
| make[4]: Entering directory '/buildarea2/WTEST_Regression/Rerun/build_dir/02161802-multilib_pkgs_conflict/qemux86-64-standard-std-OE/build1/tmp-glibc/work/core2-64-wrs-linux/mc/4.8.29-r0/build/doc/hlp/es'
make[4]: Nothing to be done for 'install-exec-am'.
| ../../../src/man2hlp/man2hlp ../../../doc/man/es/mc.1 ../../../../mc-4.8.29/doc/hlp/es/xnc.hlp mc.hlp.es
| ../../../src/man2hlp/man2hlp: line 32: use: command not found
| ../../../src/man2hlp/man2hlp: line 33: use: command not found
| ../../../src/man2hlp/man2hlp: line 36: syntax error near unexpected token `('
| ../../../src/man2hlp/man2hlp: line 36: `my %static = ('
| make[4]: [Makefile:632: mc.hlp.es] Error 2 (ignored)
$ head -n 5 tmp-glibc/work/core2-64-wrs-linux/mc/4.8.29-r0/build/src/man2hlp/man2hlp
#! /buildarea2/WTEST_Regression/Rerun/build_dir/02161802-multilib_pkgs_conflict/qemux86-64-standard-std-OE/build1/tmp-glibc/hosttools/perl
#
# Man page to help file converter
# Copyright (C) 1994, 1995, 1998, 2000, 2001, 2002, 2003, 2004, 2005,
# 2007, 2010, 2011
It's beacause the shebang line exceeds 128 which is usually the max
length.
So set ac_cv_path_PERL_FOR_BUILD to fix the above issue and altogether
to remove the build path issue.
[1] 6b67d231a2
(From OE-Core rev: 33d91a2434eeb20076c8226340b224b1d606c40f)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
While arm64 is a valid UBOOT_ARCH (according to mkimage -A) u-boot
keeps arm64 specific dts under 'arch/arm' directory.
As the result the recipe tries to install arch/arm64 (if UBOOT_DTB
was specified) and fails with [1]. Remapping "arm64" to "arm" to fix this
issue.
[1]
| install: cannot stat '.../u-boot/1_2023.01-r0/build/arch/arm64/dts/u-boot.dtb': No such file or directory
(From OE-Core rev: 3ca99403d5f320c6d7ae59b107f3b3bf183b4089)
Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Adds support for the kiosk shell to weston. The Kiosk shell is designed
to run a fullscreen application in a "kiosk" mode, but unlike the
fullscreen shell the kiosk mode still provides traditional desktop
protocols.
(From OE-Core rev: da4d6547f312285b5e246d8f974d2de76294fef3)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
=========
Added experimental support for suppressing subtest output dots in non-verbose
mode with --no-subtests-shortletter -- this allows the native pytest column
calculations to not be disrupted and minimizes unneeded output for large CI systems.
(From OE-Core rev: 486c627d6851079c49e18d56d7052d3842af3206)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
============
Features
--------
- Ignore PIP_REQUIRE_VIRTUALENV for "pip index"
- Implement "--break-system-packages" to permit installing packages into
"EXTERNALLY-MANAGED" Python installations.
Bug Fixes
---------
- Improve handling of isolated build environments on platforms that
customize the Python's installation schemes, such as Debian and
Homebrew.
- Do not crash in presence of misformatted hash field in "direct_url.json".
(From OE-Core rev: 2cab887da4618a23c1fc52d27e1061102857f470)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Mesa contains several optional tools that can be useful for application
and driver developers. Add a packageconfig option to build a mesa-tools
package containing relevant programs.
Note, the fdperf tool for the freedreno depends on libconfig, which is
not a part of oe-core, thus this tool is not built by default by this
recipe even when freedreno driver is selected. The fdperf tool needs to
be explicitly enabled by adding 'freedreno-fdperf' to the PACKAGECONFIG.
(From OE-Core rev: 95eb4008350424f25d08da96bc6d7d56bf4cc161)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
So that patch fuzz issues can actually be fixed,
as extracting source with 'devtool modify' is the first step
for that.
(From OE-Core rev: 7067abd31d9dd4b98ec70c1c7effbe2904797cd1)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Now that we have the dependencies we can set the RDEPENDS for all builds,
not just target.
(From OE-Core rev: e7980308d78e7fb8ea1568b80363c809c91c2363)
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>
Add patch to fix typo for build on musl
GDB 13.1 includes the following changes and enhancements:
* Support for the following new targets has been added in both
GDB and GDBserver:
** GNU/Linux/LoongArch (gdbserver) loongarch*-*-linux*
** GNU/Linux/CSKY (gdbserver) csky*-*linux*
* The Windows native target now supports target async.
* FreeBSD:
** Arm and AArch64: Support for Thread Local Storage (TLS) variables
** Hardware watchpoint support on AArch64 FreeBSD
* Floating-point support has now been added on LoongArch GNU/Linux.
* New commands:
** set print nibbles [on|off]
show print nibbles
This controls whether the 'print/t' command will display binary values
in groups of four bits, known as "nibbles". The default is 'off'.
** Various styling-related commands. See the gdb/NEWS file for more
details (see link at the bottom).
** Various maintenance commands. These are normally aimed at GDB
experts or developers. See the gdb/NEWS file for more details
(see link at the bottom).
* Python API improvements:
** New Python API for instruction disassembly.
The new attribute 'locations' of gdb.Breakpoint returns a list of
gdb.BreakpointLocation objects specifying the locations where the
breakpoint is inserted into the debuggee.
** New Python type gdb.BreakpointLocation.
** New function gdb.format_address(ADDRESS, PROGSPACE, ARCHITECTURE)
that formats ADDRESS as 'address <symbol+offset>'
** New function gdb.current_language that returns the name of the
current language. Unlike gdb.parameter('language'), this will
never return 'auto'.
** New function gdb.print_options that returns a dictionary of the
prevailing print options, in the form accepted by gdb.Value.format_string.
** New method gdb.Frame.language that returns the name of the
frame's language.
** gdb.Value.format_string now uses the format provided by 'print',
if it is called during a 'print' or other similar operation.
** gdb.Value.format_string now accepts the 'summary' keyword. This
can be used to request a shorter representation of a value, the
way that 'set print frame-arguments scalars' does.
** The gdb.register_window_type method now restricts the set of
acceptable window names. The first character of a window's name
must start with a character in the set [a-zA-Z], every subsequent
character of a window's name must be in the set [-_.a-zA-Z0-9].
* GDB/MI changes:
** MI version 1 is deprecated, and will be removed in GDB 14.
** The async record stating the stopped reason 'breakpoint-hit' now
contains an optional field locno.
* Miscellaneous improvements:
** gdb now supports zstd compressed debug sections (ELFCOMPRESS_ZSTD) for ELF.
** New convenience variable $_inferior_thread_count contains the number
of live threads in the current inferior.
** New convenience variables $_hit_bpnum and $_hit_locno, set to
the breakpoint number and the breakpoint location number of
the breakpoint last hit.
** The "info breakpoints" now displays enabled breakpoint locations
of disabled breakpoints as in the "y-" state.
** The format of 'disassemble /r' and 'record instruction-history /r'
has changed to match the layout of GNU objdump when disassembling.
A new format "/b" has been introduce to provide the old behavior
of "/r".
** The TUI no longer styles the source and assembly code highlighted
by the current position indicator by default. You can however
re-enable styling using the new "set style tui-current-position"
command.
** It is now possible to use the "document" command to document
user-defined commands.
** Support for memory tag data for AArch64 MTE.
* Support Removal notices:
** DBX mode has been removed.
** Support for building against Python version 2 has been removed.
It is now only possible to build GDB against Python 3.
** Support for the following commands has been removed:
set debug aix-solib on|off
show debug aix-solib
set debug solib-frv on|off
show debug solib-frv
Use the "set/show debug solib" commands instead.
For a complete list and more details on each item, please see the gdb/NEWS
file, available at [1]:
[1] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-13.1-release
(From OE-Core rev: 87a8c2af735e06338463414a2cbcd3224b9ea112)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When building native qemu with 6.2 kernel headers, qemu fails to build:
In file included from /usr/include/linux/btrfs.h:29,
from ../qemu-7.2.0/linux-user/syscall.c:165:
/usr/include/linux/fs.h:50:8: error: redefinition of ‘struct file_clone_range’
50 | struct file_clone_range {
| ^~~~~~~~~~~~~~~~
../qemu-7.2.0/linux-user/syscall.c:129:8: note: originally defined here
129 | struct file_clone_range {
| ^~~~~~~~~~~~~~~~
Backport changes to linux-user that remove the local copy of struct
file_clone_range.
Patches from https://lore.kernel.org/qemu-devel/20230110174901.2580297-1-berrange@redhat.com/
(From OE-Core rev: 65b1e199dcaabf93bae33e06727bb1238b703d83)
Signed-off-by: Joel Stanley <joel@jms.id.au>
Tested-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The dtc project is dual licensed, and includes the text of both licenses as
part of its sources as well as a README documenting its license situation.
Use these sources to verify the licensing, and to monitor if it changes,
rather than a copyright line in a source file.
(From OE-Core rev: aaab4ffb4b17b222d1914d0feab286c4000b17da)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Update the description to align with the current goals of the dtc project.
(From OE-Core rev: cfe4b6b4559191a7986ba48f54a1d0350705a86d)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This was missed when riscv64nc was added
(From OE-Core rev: 0c549ef5732afdcd96407ceb045983eed2ca75f4)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently binutils in buildtools is searching for /etc/etc/ld.so.conf
which makes no sense. ld_sysconfdir already contains /etc so we need to
drop the /etc from the fixed string.
(From OE-Core rev: ccd28c418ab8390118d738fbe914395b5c2a1f75)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add in the new 'check' calls which mean that the code can exit from longer
running code loops if requested by the user. This covers sstate checks and
sstate manifest cleanup code which currently couldn't be interrupted by the
user from the UI.
Increase the minimum bitbake version which brings in this API.
(From OE-Core rev: cb6c50689175668b66ffbe09ff8f250ba9a9034b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
So that OE-Core can depend on bb.event.check_for_interrupts(), bump our
verison number to a development series version.
(Bitbake rev: dea1b2f3fc31f28daed5da16e62da8895d6e5716)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Bitbake is now able to understand when a UI wants it to stop the current
processing. There are some long running functions which currently have no
mechanism to interrupt them however.
This patch adds a call, bb.event.check_for_interrupts(d) which can be
placed in long running code and allows an internal state flag within
bitbake to be checked. If set, that flag will trigger an exit.
This means that Ctrl+C can be made to work in a variety of places where
it currently would not.
Long running event handlers in OE-Core can also then benefit from this
new approach with the addition of the function call as well.
(Bitbake rev: b7ed7e9a815c4e10447fd499508be3dbb47f06e8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The xattr DISTRO_FEATURE is required otherwise a bitbake build will fail due
to a failure with the 'cp' utility:
Subprocess output:
cp: cannot preserve extended attributes, cp is built without xattr support
ERROR: Logfile of failure stored in: /home/builder/poky/build/tmp/work/qemux86_64-poky-linux/packagegroup-base/1.0-r83/temp/log.do_populate_lic.1001
ERROR: Task (/home/builder/poky/meta/recipes-core/packagegroups/packagegroup-base.bb:do_populate_lic) failed with exit code '1'
(From OE-Core rev: 7e1b2598fedfdc7c9a79c5c94273218f2eedcba9)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Allow a user to override the QM_SMP value giving them the opportunity to
select for themselves the number of CPUs to use in qemu.
(From OE-Core rev: 70a91e6d0357149c00b97f7e66e16cbc52997a92)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Allow the user to specify a QB_MEM value of their choosing, otherwise set it
to a default value.
(From OE-Core rev: 2f8c20ab6750bd900b28e6468493cbd010144050)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add a /lib64 -> /lib symlink in case the build appliance is 64-bit.
Building rust-native requires cargo to be run. The native cargo is linked to
look for /lib64/ld-linux-x86-64.so.2 and can't be run without it. The build
produces the following error, even though that file does exist:
FileNotFoundError: [Errno 2] No such file or directory: '/home/builder/poky/build/tmp/work/x86_64-linux/rust-native/1.66.1-r0/rust-snapshot/bin/cargo'
Trying to run this binary on its own gives:
qemux86-64:~/poky/build$ tmp/work/x86_64-linux/rust-native/1.66.1-r0/rust-snapshot/bin/cargo
-sh: tmp/work/x86_64-linux/rust-native/1.66.1-r0/rust-snapshot/bin/cargo: cannot execute: required file not found
(From OE-Core rev: a62b32907cb059b4512032f15571705540f1c147)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add the taskstats configuration to any kernel built for qemuall for bitbake's
benefit:
WARNING: The Linux kernel on your build host was not configured to provide process I/O statistics. (CONFIG_TASK_IO_ACCOUNTING is not set)
(From OE-Core rev: 351f82b9918188eb4dbb6598733da5f5392fbd8f)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Choose a nicer terminal for the build appliance so that build warnings and
errors show up in colour instead of:
$<50>Setscene tasks: 2844 of 2844
$<50>WARNING: mesa-2_22.3.3-r0 do_fetch: Failed to fetch URL https://mesa.freedesktop.org/archive/mesa-22.3.3.tar.xz, attempting MIRRORS if available
$<50>WARNING: glslang-native-1_1.3.236.0-r0 do_fetch: Failed to fetch URL git://github.com/KhronosGroup/glslang.git;protocol=https;branch=master, attempting MIRRORS if available
(From OE-Core rev: ab0e748c5652a86d6c535c1f0979aa7d3d367d6e)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add missing tools necessary on the host for a build.
(From OE-Core rev: 15ba0ced2e8d4c2f9d6889b9b84c5525bc451e3f)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Several of the lists of packages are alphabetized, but the alphabetization
was lost in a couple areas.
(From OE-Core rev: 4965a14dd51242d4d5ecc4b5f288d0c42bafae18)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
qemu doesn't always behave well and can hang too.
kill it with force if it was still alive. Move clean up
commands into cleanup() function.
(From OE-Core rev: 079c2935d2f585ce49e1c7daab2155fcf0094c48)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When qemu machine hangs, the ssh commands done by tests
are not timing out. do_testimage() task has last logs like this:
DEBUG: time: 1673531086.3155053, endtime: 1673531686.315502
The test process is stuck for hours, or for ever if the
executing command or test case did not set a timeout correctly.
The default 300 second timeout is not working when target hangs.
Note that timeout is really a "inactive timeout" since data returned
by the process will reset the timeout.
Make the process stdout non-blocking so read() will always return
right away using os.set_blocking() available in python 3.5 and later.
Then change from python codec reader to plain read() and make
the ssh subprocess stdout non-blocking. Even with select()
making sure the file had input to be read, the codec reader was
trying to find more stuff and blocking for ever when process hangs.
While at it, add a small timeout to read data in larger chunks if
possible. This avoids reading data one or few characters at a time
and makes the debug logs more readable.
close() the stdout file in all cases after read loop is complete.
Then make sure to wait or kill the ssh subprocess in all cases.
Just reading the output stream and receiving EOF there does not mean
that the process exited, and wait() needs a timeout if the process
is hanging. In the end kill the process and return the return value
and captured output utf-8 encoded, just like before these changes.
This fixes ssh run() related deadlocks when a qemu target hangs
completely.
(From OE-Core rev: 9c63970fce3a3d6029745252a6ec2bf9b9da862d)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Due to using mkdtemp instead of TemporaryDirectory we needed to
manually cleanup the directory in a try finally block.
With tempfile.TemporaryDirectory we can handle the cleanup with
a "with" statement and not need to manually clean up oursevels.
(Bitbake rev: 36a231d2a45e7c87172196538d18ded81a234774)
Signed-off-by: Paulo Neves <paulo@myneves.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
branchname was set but never used in the context of _contains_lfs
method.
(Bitbake rev: a64ec64c2faf1ac6ce995cdd4e311d8be6046155)
Signed-off-by: Paulo Neves <paulo@myneves.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Added tests that verify that git-lfs works with an actual
real git-lfs server. This was not previously the case because
the repo in the test was a simulation of git-lfs but not
a real git lfs repo.
The 2 added tests are almost the same but test that the
git lfs file checkout is successfult with or without the
lfs=1 flag. The lfs=1 URI parameter is a quirk that triggers
2 different code paths for git lfs.
lfs=1, when used on git lfs repositories triggers the git lfs
downloading at the fetch bare stage.
lfs query parameter unset triggers the git lfs downloading only
on checkout as an implicit behavior of git. This leads to possible
network access on the unpack stage and outside the DL_DIR.
lfs=0 actually disables git-lfs functionality even if supported.
(Bitbake rev: d2be7f7f652360f13cd66d0850f3e19ffe2afb0a)
Signed-off-by: Paulo Neves <paulo@myneves.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Not restoring the mocked _find_git_lfs leads to other tests
failing.
(Bitbake rev: 70f848631450bd723c223227c21c60e815ee033d)
Signed-off-by: Paulo Neves <paulo@myneves.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If the inotifier code has an exception, bitbake currently hangs. Catch any
exception and exit if seen. Also check the idle thread is alive and exit
if it disappears. This should stop bitbake hanging if such a situation arises
in future such as this example:
3323260 21:48:31.554468 Running command ['getVariable', 'BBINCLUDELOGS']
Exception in thread Thread-1 (idle_thread):
Traceback (most recent call last):
File "/usr/lib64/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib64/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/pokybuild/yocto-worker/oe-selftest-fedora/build/bitbake/lib/bb/server/process.py", line 408, in idle_thread
self.cooker.process_inotify_updates()
File "/home/pokybuild/yocto-worker/oe-selftest-fedora/build/bitbake/lib/bb/cooker.py", line 256, in process_inotify_updates
n.read_events()
File "/home/pokybuild/yocto-worker/oe-selftest-fedora/build/bitbake/lib/pyinotify.py", line 1207, in read_events
if fcntl.ioctl(self._fd, termios.FIONREAD, buf_, 1) == -1:
OSError: [Errno 9] Bad file descriptor
3323260 21:48:32.206995 Command Completed (socket: True)
(Bitbake rev: 358b5b02d5de1ab0f98104c4ec4953e46999b9a5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We've seen a couple of cases which bitbake hangs due to an inotifer exception
such as:
3323260 21:48:31.554468 Running command ['getVariable', 'BBINCLUDELOGS']
Exception in thread Thread-1 (idle_thread):
Traceback (most recent call last):
File "/usr/lib64/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib64/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/pokybuild/yocto-worker/oe-selftest-fedora/build/bitbake/lib/bb/server/process.py", line 408, in idle_thread
self.cooker.process_inotify_updates()
File "/home/pokybuild/yocto-worker/oe-selftest-fedora/build/bitbake/lib/bb/cooker.py", line 256, in process_inotify_updates
n.read_events()
File "/home/pokybuild/yocto-worker/oe-selftest-fedora/build/bitbake/lib/pyinotify.py", line 1207, in read_events
if fcntl.ioctl(self._fd, termios.FIONREAD, buf_, 1) == -1:
OSError: [Errno 9] Bad file descriptor
3323260 21:48:32.206995 Command Completed (socket: True)
Ensure we don't destory the inotifier when the idle thread is reading is
by holding the lock during setup/teardown.
(Bitbake rev: 8fc5c50c2e23017833f93bcd514d708a14fa4266)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Somewhere along the way this ceased to be a build requirement;
I have verified that the recipe installs the same set
of identical files with and without introspection enabled and
present in sysroot.
(From OE-Core rev: 32283136eaad7631c5253b8da538b747666d2705)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The script is operating on layer repositories, which can and do sometimes contain
several layers. This distinction is important as the script will be tweaked
to write a record of actual layer locations.
(From OE-Core rev: 833965e6001db98039c0aa816ae661232213bcea)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Using bb.fatal for a fatal error message is the best practise, switch
the code to match other call sites.
(Bitbake rev: c27e48fa81c2327a4a355a028884ab457cde3ae7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This code appears to be dangerous, it swallows exceptions, turning them into
"handled" versions which then show no errors to the user. This is a pretty
poor user experience and I can't see why this code should be swallowing
such things. Drop the worst bits of code.
(Bitbake rev: 13279044f16f2cf2502ebf39d277415f99bb6c18)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Martin Jansa reported that if you put a syntax error into an imported
module such as qa.py in OE, no error is shown.
Part of the issue appears to be that the catch_parse_error() decorator only
catches certain exceptions and SyntaxError isn't one of them. As far as I can
tell we should remove all the special cases and use the more advanced code
in all cases, not just expansion errors.
I confirmed this now prints a proper error message for a qa.py syntax error.
(Bitbake rev: 2365d891847f8e73d1c4661ddfdab8818ff619dc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* to be used by standalone script scripts/contrib/patchreview.py
as well
(From OE-Core rev: c326efeec8f576200728a44c694becdeab4fe2db)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
GLib 1.x is incredibly obsolete and GLib 2.x is built using Meson
not autotools, so we can remove the GLib entries from the site files.
Also fix a few copy/paste typos where glib_ was used incorrectly, for example:
ac_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
The glib_cv_ should be ac_cv_.
(From OE-Core rev: 69e757e6bef8b1037e2f23121774af1d5f6c96df)
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>
There's no need to use the internal glib fork for nativesdk builds, as
we can use the proper nativsdk-glib-2.0 recipe.
This means we're shipping less statically linked and obsolete code, and
can also drop two patches to that code which were only needed in
nativesdk builds on Windows.
(From OE-Core rev: f893b70a2db326e82f1de5c47b7da3855fa42439)
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>
Changelog:
==========
* Fix: urcu-bp: only teardown call-rcu worker in destructor
* Fix: rculfhash: urcu_die() takes positive error value
* Fix: call_rcu: teardown default call_rcu worker on application exit
* Fix: join worker thread in call_rcu_data_free
* Docs: clarify grace period polling API
* Document grace period polling in rcu-api.md
* Implement poll rcu stress test in rcutorture
* urcu-memb,mb,signal: Implement grace period polling
* Fix: auto-resize hash table destroy deadlock
* Fix building on MSYS2
* rculfhash: Include rculfhash-internal.h from local directory
* Remove "Darwin" from "should also work on list"
* Merge branch 'adah1972-improve-md'
* Add semicolons at the end of function prototypes
* Wrap a file name in backticks
* Wrap command-line options in backticks
* Fix a wrong format
* Wrap URLs in angle brackets
* Fix Markdown issues
* Fix: Always check pthread_create for failures
* Disable signals in URCU background threads
* Fix: futex.h: include headers outside extern C
* Fix: add missing unused attribute to _rcu_dereference
* Fix: change method used by _rcu_dereference to strip type constness
* Fix: remove type constness in URCU_FORCE_CAST's C++ version
* Move extern "C" down in include/urcu/urcu-bp.h
* fix: ifdef linux specific cpu count compat
* Add unit tests for possible_cpus_array_len
* fix: sysconf(_SC_NPROCESSORS_CONF) can be less than max cpu id
* Fix: revise obsolete command in README.md
* Fix: workqueue: remove unused variable "ret"
* Fix: urcu-qsbr: futex wait: handle spurious futex wakeups
* Fix: urcu: futex wait: handle spurious futex wakeups
* Fix: urcu-wait: futex wait: handle spurious futex wakeups
* Fix: defer_rcu: futex wait: handle spurious futex wakeups
* Fix: call_rcu: futex wait: handle spurious futex wakeups
* Fix: workqueue: futex wait: handle spurious futex wakeups
* Fix: Use %lu rather than %ld to print count
* Update ABI definition files
* Bump version current and age
* alpha: allocate membarrier system call number
* Bump version to 0.14.0-pre
* Improved test framework
* rculfhash: introduce cds_lfht_node_init_deleted
* Fix: changelog: v0.13.0 was released in 2021
* cleanup: i386 arch detection
* fix: properly detect 'cmpxchg' on x86-32
* fix: use urcu-tls compat with c++ compiler
* Fix typo
* fix: remove autoconf features default value in help message
* fix: add missing pkgconfig file for memb flavour lib
* Cleanup: Tests: Remove useless pre-C99 compatibility code from tap.h
* Document C99 and C++11 requirement in README.md
* Always use '__thread' for Thread local storage except on MSVC
* Fix: powerpc32: transparent unions alter calling convention
* fix: don't use C++ thread_local on MacOs
* wfcqueue API: implement overloaded wrappers with templates
* wfcqueue: combine C++ API cds_wfcq_head_cast with overloading
* wfstack C++ API: implement overloaded wrappers with templates
* lfstack C++ API: implement overloaded wrappers with templates
* wfstack: combine C++ API cds_wfs_stack_cast with overloading
* lfstack: combine C++ API cds_lfs_stack_cast with overloading
* fix: test_build tap plan
* Test C++ build of list head init
* Fix order of initializers in CDS_LIST_HEAD_INIT
* unit tests: test wfcqueue, wfstack, lfstack empty check functions in C++
* wfcqueue: implement C++ API based on function overloading
* wfstack: implement C++ API based on function overloading
* lfstack: implement C++ API based on function overloading
* Fix tap.h: remove extra semicolon in pass/fail macros
* Add C++ build tests
* Build and run regression and unit tests as C++ programs
* Add --enable-Werror configure switch
* Add `urcu_posix_assert()` as `assert()` replacement
* Rename `urcu_assert()` to `urcu_assert_debug()`
* cleanup: spelling fixes in comments
* Make temporary variable in _rcu_dereference non-const
* (tls-ie2) Fix: x86 and s390: uatomic __hp() macro C++ support
* Fix: x86 and s390: uatomic __hp() macro clang support
* Fix: x86 and s390 uatomic: __hp() macro warning with gcc 11
(From OE-Core rev: fdf6a7f1da7b23a1bbb51198f5702d925e68bf1a)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Moves the downloaded items from SRC_URI into separate packages in the
recipe document. This is much better than the previous implementation
because:
1) It can report multiple download locations in SRC_URI, instead of
just the first one reported.
2) It prevents the assumption that the source files listed in the
recipe are the exact file from the source URL; in particular, files
that come from file:// SRC_URI entries, and source files that have
been patched were problematic, since these aren't from the upstream
source.
3) It allows the checksums to be specified
(From OE-Core rev: 1dd4369b3638637a2cbba2a3c37c6b6f4df335cd)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* remove patch applied upstream
* FWIW: this version still fails to build with DEBUG_BUILD AND gcc-13 as
shown in:
http://errors.yoctoproject.org/Errors/Details/689841/
In file included from TOPDIR/tmp-glibc/work/core2-64-oe-linux/python3-numpy/1.24.1-r0/recipe-sysroot-native/usr/lib/x86_64-oe-linux/gcc/x86_64-oe-linux/13.0.1/include/immintrin.h:57,
from TOPDIR/tmp-glibc/work/core2-64-oe-linux/python3-numpy/1.24.1-r0/numpy-1.24.1/numpy/distutils/checks/cpu_avx512_knl.c:14:
In function '_mm512_mask_prefetch_i64scatter_pd',
inlined from 'main' at TOPDIR/tmp-glibc/work/core2-64-oe-linux/python3-numpy/1.24.1-r0/numpy-1.24.1/numpy/distutils/checks/cpu_avx512_knl.c:23:5:
TOPDIR/tmp-glibc/work/core2-64-oe-linux/python3-numpy/1.24.1-r0/recipe-sysroot-native/usr/lib/x86_64-oe-linux/gcc/x86_64-oe-linux/13.0.1/include/avx512pfintrin.h:180:3: error: 'base' may be used uninitialized [-Werror=maybe-uninitialized]
180 | __builtin_ia32_scatterpfqpd (__mask, (__v8di) __index, __addr, __scale,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
181 | __hint);
| ~~~~~~~
<built-in>: In function 'main':
<built-in>: note: by argument 3 of type 'const void *' to '__builtin_ia32_scatterpfqpd' declared here
TOPDIR/tmp-glibc/work/core2-64-oe-linux/python3-numpy/1.24.1-r0/numpy-1.24.1/numpy/distutils/checks/cpu_avx512_knl.c:18:9: note: 'base' declared here
18 | int base[128];
| ^~~~
In file included from TOPDIR/tmp-glibc/work/core2-64-oe-linux/python3-numpy/1.24.1-r0/recipe-sysroot-native/usr/lib/x86_64-oe-linux/gcc/x86_64-oe-linux/13.0.1/include/immintrin.h:53,
from numpy/core/src/umath/simd.inc.src:25:
TOPDIR/tmp-glibc/work/core2-64-oe-linux/python3-numpy/1.24.1-r0/recipe-sysroot-native/usr/lib/x86_64-oe-linux/gcc/x86_64-oe-linux/13.0.1/include/avx512fintrin.h: In function 'AVX512F_square_CFLOAT':
TOPDIR/tmp-glibc/work/core2-64-oe-linux/python3-numpy/1.24.1-r0/recipe-sysroot-native/usr/lib/x86_64-oe-linux/gcc/x86_64-oe-linux/13.0.1/include/avx512fintrin.h:314:1: error: inlining failed in call to 'always_inline' '_mm512_setzero_ps': target specific option mismatch
314 | _mm512_setzero_ps (void)
| ^~~~~~~~~~~~~~~~~
numpy/core/src/umath/simd.inc.src:977:20: note: called from here
977 | @vtype@ zeros = _mm512_setzero_@vsuffix@();
| ^~~~~~~~~~~~~~~~~~~
numpy/core/src/umath/simd.inc.src:596:1: error: inlining failed in call to 'always_inline' 'avx512_get_full_load_mask_ps': target specific option mismatch
596 | avx512_get_full_load_mask_ps(void)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
It will be probably resolved in next release from 1.25 as whole simd.inc.src was removed in:
640e85017a
but this PR https://github.com/numpy/numpy/pull/21056 wasn't backported
to maintenance/1.24.x and probably isn't worth backporting now as
neither DEBUG_BUILD is enabled by default nor gcc-13 merged in oe-core,
and the changes don't backport cleanly.
(From OE-Core rev: 8596678667797971559aed962b1c204266032186)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
libcgroup uses fts_* functions, but these are not implemented in musl so
we depend on the fts recipe and force a link to libfts.
However since 3.0.0 libcgroup will automatically look for fts_open in
both libc and libfts[1], so this can be simplified to just a conditional
DEPENDS.
[1] 27ba904355
(From OE-Core rev: 59be1d5a7e78c6fe6bf01e523439f91871be9718)
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>
The autobuilder workers change over time, update the sanity testing list
to match the current autobuilder workers OS list.
(From meta-yocto rev: e1b515ec9d5c6b1b21d27db1ec413088398d538b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
By including the full path to bblayers.conf the remove-layer
command can be executed from any location, not only from the
build directory.
(Bitbake rev: 25cb4e17e8a4c0310df018b9df184b0155b267eb)
Signed-off-by: Pedro Baptista <pedro.miguel.baptista@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
By including the full path to bblayers.conf the add-layer
command can be executed from any location, not only from the
build directory.
(Bitbake rev: 77aa230bf2a053fc0941723a6abbc798ebe53a19)
Signed-off-by: Pedro Baptista <pedro.miguel.baptista@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Assigning a return value which is potentially None to a tuple and
catching TypeError is pretty ugly. Rewrite the code to explicitly check
the value for clarity.
(Bitbake rev: f4ebb27616ac2df27c29a6052b1526a4c48db607)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently the export/unexport/network flags are acted on only by presence
or lack of in the data store. This is deliberate due to performance reasons
since a given recipe shell task might export ~80-90 variables and this means
expanding flags for every one of them.
This does catch users unaware since values which expand to nothing don't work
e.g. ${@""} and setting values to "0" wouldn't work either.
The downside to this patch is slow down in parsing speed of around 4%.
The network flag is easier to change and doesn't affect performance, it was
made to operate the same as export/unexport for consitency reasons.
(Bitbake rev: 3d96c07f9fd4ba1a84826811d14bb4e98ad58846)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Assignment of "introspection" as default PACKAGECONFIG value does not
reflect gobject-introspection being globally enabled or disabled.
As a result, graphene compilation used to fail when g-i was disabled.
Use standard means to enable or disable introspection based on machine
and distro features, as implemented by gobject-introspection class.
(From OE-Core rev: a5e22ba9d7b82126c53ad373fa59267c870f7d6b)
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
https://cryptography.io/en/latest/changelog/#v39-0-1
39.0.1 - 2023-02-07
* SECURITY ISSUE - Fixed a bug where Cipher.update_into accepted Python
buffer protocol objects, but allowed immutable buffers. CVE-2023-23931
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.8.
CVE: CVE-2023-23931
(From OE-Core rev: b2883bb86d8d0f7929b3c7a40f603010fbe153a4)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
https://github.com/python/typing_extensions/blob/main/CHANGELOG.md#release-450-february-14-2023
Release 4.5.0 (February 14, 2023)
* Runtime support for PEP 702, adding typing_extensions.deprecated. Patch
by Jelle Zijlstra.
* Add better default value for TypeVar default parameter, PEP 696. Enables
runtime check if None was passed as default. Patch by Marc Mueller (@cdce8p).
* The @typing_extensions.override decorator now sets the .__override__
attribute. Patch by Steven Troxler.
* Fix get_type_hints() on cross-module inherited TypedDict in 3.9 and 3.10.
Patch by Carl Meyer.
* Add frozen_default parameter on dataclass_transform. Patch by Erik De Bonte.
(From OE-Core rev: d3f0a9b620a930e9f48bf9f0d76f82ca6560887a)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The configure task is added by base.bbclass, no need to do it again.
(From OE-Core rev: 2d7897bcab2b70d850bfe02ded42b20eb695eda8)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If a task is aborted the buildstats file isn't complete, so calculate
when the build finished and use that as a end time.
(From OE-Core rev: 23ebaec476dc46aebe5997f025661137f3e341bd)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Martin Jansa spotted patchreview.py reports Malformed Upstream-Status in a
patch in this recipe. The patch is not being applied since there is no ptest
override.
The test in question was also disabled due to an issue with new versions of
openssh.
Add a workaround for the broken test, enable it, drop the broken patch.
(From OE-Core rev: e9f2cc084638ce9cb5339df611e473c30f0e40b1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Backporting a patching from the 2.13.x stable branch of lttng
to fix the build against kernel 6.2+.
(From OE-Core rev: 3aed7dfe5ff6f52497dcffa58bc2f06cf709ea18)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Calling SystemExit doesn't work well with server/client usage since the string
isn't printed to the right place. Use bb.fatal() instead which prints the right
log output and raises and handled exception which then shows correctly on the
UI.
(Bitbake rev: aaefb43b41a0d9b16a59643136268eb6e5d48cd2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This sets the ground for standardizing (and enforcing) the location of
configuration templates: let's start with the default one.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
There is an issue during 'make modules_prepare' execution for PPC_85xx:
arch/powerpc/kernel/asm-offsets.c:58:10: fatal error: head_booke.h: No such file or directory
58 | #include "head_booke.h"
| ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [scripts/Makefile.build:118: arch/powerpc/kernel/asm-offsets.s] Error 1
asm-offests.c has dependency on head_booke.h so add it to kernel-devsrc package
(From OE-Core rev: 46705c47428a8d909518a0ed29dd2051f6321e2f)
Signed-off-by: Denys Zagorui <dzagorui@cisco.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Not all arm platforms support neon and runtime detection for this feature is
currently not reliable.
Disable neon support by default on ARM-32 platforms because of the
following upstream bug: https://github.com/ebassi/graphene/issues/215
Enable neon for aarch64 by default
(From OE-Core rev: 72778f6a647f47926c6ba1b77f0984999a22e44a)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This change adds a new variable to track which recipe variables
are added as SPDX Annotations.
Usage: add SPDX_CUSTOM_ANNOTATION_VARS = <some recipe variable>
The recipe spdx json will contain an annotation stanza that looks
something like this:
"annotations": [
{
"annotationDate": "2023-02-13T19:44:20Z",
"annotationType": "OTHER",
"annotator": "Tool: oe-spdx-creator - 1.0",
"comment": "CUSTOM_VARIABLE=some value or string"
},
(From OE-Core rev: 33ced8338f0facb412b5f24cf9df4a84226a2a94)
Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
musl's definition of ioctl() API is different from glibc's and gst has
built upon definition from glibc which was being warned about but now
compilers can check signatures of funciton pointers, means it becomes an
error with clang16+
(From OE-Core rev: 840d55a4bf8e908e2b2841496232ffa7c00799e4)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Newest linux-firmware release got firmware for Adreno A200. Add these
two files to the ${PN}-qcom-adreno-a2xx package. As these files are
licensed under a separate BSD-3-Clause license, add separate license
package too.
(From OE-Core rev: 56e1b2b06ef7f22d4ac5899046f650ae8ec0d547)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It is not enough to depend on the ${PN}-qcom-license package. Set
LICENSE variable for all the qcom packages to point to the proper
license.
(From OE-Core rev: 9dc41e18dc138a7cce920f8e4c85eb3130c0d553)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
In tests, add a fallback when func_timeout isn't available.
gh-101566: In CompleteDirs, override ZipFile.getinfo to supply a ZipInfo for implied dirs.
(From OE-Core rev: 733a0fa6ebe4eb451f3cbf60a9a866cfddab0072)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
docutils 0.18 is supported. (#1381)
Sphinx 6 support added
Added sphinxcontrib-jquery as a dependency (#1385#1421)
Python 3.11 is officially supported and tested. (#1395)
Python 3.4 and 3.5 are officially not supported (#1395)
Automatically use sphinxcontrib-jquery in Sphinx 6+ (#1399)
Use new context vars logo_url, favicon_url and root_doc when available (#1405)
Translations updated: French, Hungarian, Croatian
Translations added: Danish, Chinese (Taiwan)
(From OE-Core rev: 5633e0cc14bab83906bc0fb6a54cea3247b97278)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
1. The SIMD dispatchers in libjpeg-turbo 2.1.4 and prior stored the list of
supported SIMD instruction sets in a global variable, which caused an innocuous
race condition whereby the variable could have been initialized multiple times
if 'jpeg_start_*compress()' was called simultaneously in multiple threads.
libjpeg-turbo 2.1.5 included an undocumented attempt to fix this race condition
by making the SIMD support variable thread-local. However, that caused another
issue whereby, if 'jpeg_start_*compress()' was called in one thread and
'jpeg_read_*()' or 'jpeg_write_*()' was called in a second thread, the SIMD
support variable was never initialized in the second thread. On x86 systems,
this led the second thread to incorrectly assume that AVX2 instructions were
always available, and when it attempted to use those instructions on older x86
CPUs that do not support them, an illegal instruction error occurred. The SIMD
dispatchers now ensure that the SIMD support variable is initialized before
dispatching based on its value.
(From OE-Core rev: 009a1b0390d791d614b8d4a1407e7479c261f60d)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Update webkitgtk from 2.38.3 to 2.38.4.
* remove 0001-When-building-introspection-files-do-not-quote-CFLAG.patch
which has been merged in upstream
What’s new in the WebKitGTK 2.38.4 release?[1]
* Improve GStreamer multimedia playback across the board with improved
codec selection logic, better handling of latency, and improving frame
discard to avoid audio/video desynchronization, among other fixes.
* Disable HLS media playback by default, which makes web sites use MSE
instead. If needed WEBKIT_GST_ENABLE_HLS_SUPPORT=1 can be set in the
environment to enable it back.
* Disable threaded rendering in GTK4 builds by default, as it was
causing crashes.
* Fix MediaSession API not showing artwork images.
* Fix MediaSession MPRIS usage when running inside a Flatpak sandbox.
* Fix input element controls to correctly scale when applying a zoom
factor different than the default.
* Fix leakage of Web processes in certain situations.
* Fix the injected bundle not being found when running inside a sandbox.
* Fix the build with ENABLE_INTROSPECTION when cross-compiling.
* FIx the build with ENABLE_WEBGL disabled.
* Fix the build with GStreamer-based WebRTC enabled.
* Fix the build with USE_GTK4 enabled.
* Fix several crashes and rendering issues.
[1]: https://webkitgtk.org/2023/02/02/webkitgtk2.38.4-released.html
(From OE-Core rev: a535ea38cb386f88afdfb086b07c047826368e9c)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Symbolic links to the files are included during the output hash
calculation but symlinks to the directories are missed.
So if the new symlink to a directory was the only change made,
then the output hash won't change,
and the Hash Equivalence server may change unihash.
In the next run bitbake may use an older package from sstate-cache.
To fix this followlinks=True flag could be set for os.walk
but it can lead to infinite recursion if link points
to a parent directory of itself.
Also, all files from a directory to which symlink points
would be included in depsig file.
Therefore another solution was applied, I added code that will loop
through directories and process those that are symlinks.
(From OE-Core rev: ee729163f31f26b1462a47e1e53f7a0f9de9b464)
Signed-off-by: Mateusz Marciniec <mateuszmar2@gmail.com>
Signed-off-by: Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The original patch was actually allowing .debug modules
though which was in-correct. This change blocks the
parsing of .debug modules (which is correct). As noted in
[YOCTO #15022] this should address the empty modules.dep
when using the BusyBox depmod.
(From OE-Core rev: 339c3c3abe8d405cfe7b3f34db9b3547bcaaf878)
Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The recipe was building native go against build host headers and libraries,
and then installing it as a nativesdk item, which is entirely incorrect. This has
been working by coincidence (go generally uses C and C libraries lightly)
but with go 1.20 this turned into hard breakage.
Also nativesdk sysroot was being passed in incorrectly.
(From OE-Core rev: 9212704a0e6ba79c3a3c4d85fc132e0ab6de1747)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
No longer package go-runtime-staticdev into sdk packagegroup,
as go-runtime 1.20 doesn't build the static bits anymore
(possibly can be enabled via build config, if proven necessary).
(From OE-Core rev: e8ab9d303a6fca3806097f1fd360efe8f8ae0c1d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Without this patch:
$ bitbake-layers create-layers-setup /home/adrian/temp/poky-clone
NOTE: Starting bitbake server...
Traceback (most recent call last):
File "/home/adrian/projects/poky/bitbake/lib/bb/process.py", line 169, in run
pipe = Popen(cmd, **options)
File "/home/adrian/projects/poky/bitbake/lib/bb/process.py", line 73, in __init__
subprocess.Popen.__init__(self, *args, **options)
File "/usr/lib64/python3.10/subprocess.py", line 971, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib64/python3.10/subprocess.py", line 1847, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/home/adrian/temp/poky-clone'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/adrian/projects/poky/bitbake/bin/bitbake-layers", line 95, in <module>
ret = main()
File "/home/adrian/projects/poky/bitbake/bin/bitbake-layers", line 88, in main
return args.func(args)
File "/home/adrian/projects/poky/meta/lib/bblayers/makesetup.py", line 90, in do_make_setup
p.do_write(self, args)
File "/home/adrian/projects/poky/meta/lib/bblayers/setupwriters/oe-setup-layers.py", line 36, in do_write
repos = parent.make_repo_config(args.destdir, args.include_layer_repo)
File "/home/adrian/projects/poky/meta/lib/bblayers/makesetup.py", line 55, in make_repo_config
destdir_repo = self._get_repo_path(destdir)
File "/home/adrian/projects/poky/meta/lib/bblayers/makesetup.py", line 30, in _get_repo_path
repo_path, _ = bb.process.run('git rev-parse --show-toplevel', cwd=layer_path)
File "/home/adrian/projects/poky/bitbake/lib/bb/process.py", line 172, in run
raise NotFoundError(cmd)
bb.process.NotFoundError: Execution of 'git rev-parse --show-toplevel' failed: command not found
with this patch:
$ bitbake-layers create-layers-setup /home/adrian/temp/poky-clone
NOTE: Starting bitbake server...
NOTE: Created /home/adrian/temp/poky-clone/setup-layers.json
NOTE: Created /home/adrian/temp/poky-clone/setup-layers
(From OE-Core rev: 2da12ccada46443d58dd8fab463156fa763b84cc)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This allows to specify partition with fstype=none in the wks file
to have partition created but without following mkfs. The none fstype
is in the list already but the usage is not documented.
Example;
part /data --ondisk mmcblk0 --fstype=none --align 4096 --fixed-size 512
will create a partition, filesystem may be created manualy on the host
or target and data will be preserved if the device is reflashed using
same wks. Works with bmaptool and probably does not work with dd.
Use case is persistent filesystem/data between reflashing of the image.
(From OE-Core rev: 351cb64da37aa43113e5192605d04436652aa3b8)
Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
openldap is added as a dependency so the build will not fail,
as otherwise ldap headers are not found during configure phase
Note: due to upstream bug (now fixed) building LDAP/LDAPS support
with minimal configurations can sometimes not work, see details at:
https://github.com/curl/curl/pull/10445
(From OE-Core rev: a999f62f5692687a5557f7a50c7c768c50f3d7d3)
Signed-off-by: Federico Pellegrin <fede@evolware.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Per feedback from users, remove the top level image SPDX file and the
JSON index file from DEPLOYDIR. Having these files here is confusing to
end users because these files are not very useful by themselves, and
having them in DEPLOYDIR makes it unclear which they should be using.
(From OE-Core rev: 4e081802ecb352e0a300a98c924354f8393e4163)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Append to cleandirs in do_populate_sdk so that other classes
(specifically, create-spdx-2.2) can add additional directories
(From OE-Core rev: 5e6f74b1910a6ddd359b037b975ba29406e1651b)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
5.19 is no longer getting upstream -stable support, and we've replaced
it with 6.1 as the latest (and default) version. Removing the recipes
to make this clear.
Released branches will still get bugfixes as appropriate.
(From OE-Core rev: c21586a46061af7e00fd30f4eb2b7ca2c74d9fc7)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Fix broken link to a .bb file
- Clarify the explanations
(From yocto-docs rev: 937ef39cb4d04da388b1945d741820089daa2780)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
These :yocto_docs: references were making external references
to another section of the manual, using the https://docs.yoctoproject.org
website. It's actually better to use internal references (:doc: for an
entire document, and :ref: for a specific section, as they will cause
an error in Sphinx if one day they are no longer valid.
(From yocto-docs rev: 0beff9dea986a2ea4b496180b29a99490416eeeb)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
OE-Core rev f1257d61b76d027d4ece734439993b6bf4e48907 introduced support
for using lzo as compression algorithm for fitImage contained kernel
images.
This patch adds the corresponding documentation to FIT_KERNEL_COMP_ALG
and FIT_KERNEL_COMP_ALG_EXTENSION.
(From yocto-docs rev: aba0ab326ea72ff10492e73b452b51d1beaa50d6)
Signed-off-by: Richard Leitner <dev@g0hl1n.net>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Underline fix
- Spacing fixes in bullet lists. Our standard
is to use two spaces after "-", and a bullet
list is supposed to be preceded by an empty line
to be recognized.
(From yocto-docs rev: f3c5e92b28fff1fb7cb7884e5757e05124f04805)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Read from serial console with a small delay to bundle data to e.g.
full lines. Reading one character at a time is not needed and causes
busy looping.
(From OE-Core rev: 0049f6757f6f956fb4cc77b3df6a672c20b53cf4)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When a qemu machine hangs, the QMP calls can hang for ever
too, and when this happens any failing test commands from ssh
runner may be followed by dump_monitor() calls which
then also hang. Hangs followed by hangs.
Use runqemutime at setup and run_monitor() specific timeout
for later calls.
(From OE-Core rev: 3a07bdf77dc6ecbf4c620b051dd032abaaf1e4ff)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Use a short sleep to bundle serial console reads so that
we are not reading one character at a time which reduces busy
looping.
(From OE-Core rev: cafe65d8cf7544edbd387f7f5f6d77c64c6b18fa)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If test target qemu machine hangs completely, dump_target() calls
over serial console are taking a long time to time out, possibly
for every failing ssh command execution and a lot of test cases,
and same with dump_monitor().
Instead of trying for ever, count errors and after 5 stop trying
to dump_target() and dump_monitor() completely.
These help to end testing earlier when a test target is completely
deadlocked and all ssh, serial and QMP communication with it are
failing.
(From OE-Core rev: d9ad0a055abba983c6cee1dca4d2f0a8a3c48782)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Configure ssh client to test that connection with server is up.
If the server does not respond within a minute then the connection,
target machine or sshd daemon are stuck and it's better to exit
the command execution with errors.
Some tests can execute a long time without returning stdout/stderror
data and it's difficult to adjust timers for those cases if
connection to target machine or the target machine itself hangs
and output is not expected in minutes or even hours.
(From OE-Core rev: ba68ff04c5786eca7cd8dd44056705867dea8ac4)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The output from is garbled otherwise and it's not
easy to remove debug output form real command output on target.
(From OE-Core rev: 917a70cbc43ac1c70c477b220c4115735457ef04)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
There is a redundant change in
0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch that
causes wordsize.h to be different in arm and aarch64. This causes the
build error when enable multilib:
Error: Transaction test error:
file /usr/include/bits/wordsize.h conflicts between attempted installs of lib32-libc6-dev-2.37-r0.armv7vet2hf_vfp and libc6-dev-2.37-r0.cortexa57
(From OE-Core rev: 303bb3b735da434eb135ee857c2c49c55da61918)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add ptest function for oss 'cpio'.
Tis test takes less than 1 second with kvm enabled, so it is a fast test.
autotest files would contain TMPDIR, they are removed from script files
atconfig and atlocal.
(From OE-Core rev: 9661e76aa1ea89b3dcc24a4d69fa7e6161873d7f)
Signed-off-by: yanxk <yanxk.fnst@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The use of scripts/git-intercept was introduced in commit 3266c327df
(install/devshell: Introduce git intercept script due to fakeroot
issues) and later reverted in commit af27c81eaf (scripts: Make git
intercept global).
(From OE-Core rev: f6c260c8e2a33e282a35afc99de4ef8cc1791b08)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If you are behind a corporate proxy, the npm fetcher uses
the proxy IP address already passed in the list of exports.
However, it will error if the proxy injects its own root
CA certificate. Thus, the NODE_EXTRA_CA_CERTS environment
variable must be passed so the user can include their
company's root CA as a trusted CA inside node's
certificate store.
(Bitbake rev: 5daecc25a59ce5bf6c31f5085e6caa7cb543517e)
Signed-off-by: George Kelly <george.kelly1097@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
pstore is used to collect crash logs in the journal after a crash. As it
needs a correctly configured kernel, it's not always enabled. Add a
PACKAGECONFIG to enable it when needed.
(From OE-Core rev: 350d8677c4f7b6ff7604bff6b2f4ab7f1b9ec422)
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The configure scripts uses /tmp to execute some generated files.
If /tmp is noexec, then we meet the following error.
| Unable to create and execute files in /tmp. Set the TMPDIR environment
| variable to another directory and make sure that it is not mounted noexec.
| Sanity test failed.
(From OE-Core rev: 6099b88c4decb285fd3519d5565909c15d935030)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License-update: remove fccache.c as all licenses are collected in COPYING.
fcache.c used to contain a public domain notice of md5
implementation in the middle of itself, but that too has moved
to COPYING.
(From OE-Core rev: 1a4b8736a8c6317b47156ec3d81776793a97939b)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
/usr/share/vulkan/registry/stripAPI.py is a python script,
so add that to RDEPENDS.
(From OE-Core rev: 1d9963cff2cad7bdcd406f4ce5f89317a4ab8cae)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
/usr/bin/code_cov_parse_info is written in perl, so that's a new RDEPENDS.
(From OE-Core rev: 31e5e37987e43ce2691a00763538d6061ceadf28)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License-update: switch to a dedicated license file; the license terms are the same.
(From OE-Core rev: b505414862f80bc835ebba005a76c4428a657478)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Dropped patches have all been merged, addressed separately or are backports.
(From OE-Core rev: 3ffae93f24bb1e3954b232099153fd059cfd7daf)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Remove 0002-add-option-for-vmwgfx.patch; the original reason has been long resolved:
Our Mesa doesn't yet ship the XA Gallium state tracker that the VMWGFX
sub-driver needs, so just disable vmwgfx.
(From OE-Core rev: 04ee687c93b305275d4675133d125448af011d54)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License-Update: formatting, pep517 replaced by pyproject_hooks with same license.
(From OE-Core rev: 3f17ba75954bb71f0b8a19f007ebd0344d3faf74)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Do not apply patch conditionally, there is no need for that,
and conditional patches are problematic with upgrades and devtool.
(From OE-Core rev: 689e5c83cabe07dd60fdb3856c102c99fc3cbd7d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
For the QA checks in `image.bbclass`, all exceptions
other than `oe.utils.ImageQAFailed` always print the
following generic message:
"Image QA function func_name failed"
This can be very misleading, as it may hide
python syntax errors and other kind of issues that are
hard to detect without more explicit error messages.
This change makes sure that the error message of all
exceptions are displayed.
Before this change:
"Image QA function func_name failed"
After this change:
"Image QA function func_name failed: f-string: empty expression not allowed (<string>, line 13)"
(From OE-Core rev: 3d85b30d8704d38b86f5b006748cebc74bd2a4fa)
Signed-off-by: Mauro Queiros <maurofrqueiros@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Providing ssh port number is supported too with
"--target-ip 192.168.0.10:22".
(From OE-Core rev: 637919b9df0abc06da5b2f9b389cf25376bd6b7c)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bootchart2 introduced a variable EARLY_PREFIX for supporting systems
with usrmerge [1]. Right now, the recipe here is sidestepping this
feature and trying to replicate it by overwriting other variables and
even patching the sources. This wasn't enough, however, as there are
still problems: For example, some setup code in the bootchart-collector
fails because it expects EARLY_PREFIX to be used [2].
Cleanup the recipe to set EARLY_PREFIX and remove the other workarounds.
[1]: 56a638ace1
[2]: 3d2136d033/collector/collector.c (L670-L672)
Fixes: 4157600d31 ("bootchart2: switch to add patch from change source in do_install")
(From OE-Core rev: 7031bc65b10040877392ed774a0cdddef85c12e0)
Signed-off-by: Harald Seiler <hws@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
'mesa' no longer provides support for it by default because these codecs are
patent encumbered.
Hide the build behind the commercial flag
(From OE-Core rev: 8a928ca5279b6836df9ae1cf9d878c3ee0fa63eb)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The glibc upgrade regresses one of the valgrind tests. Disable it
until we can resolve that.
(From OE-Core rev: 6c979f3941d047670e3ce1c86815b12706254d50)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
As discussed in https://stackoverflow.com/a/4435752/1710392 , CPython
has an optimization for statements in the form "a = a + b" or "a += b".
It seems that this line does not get optimized, because it has a form a = a + b + c:
data = data + "./" + f.split("/./")[1]
For that reason, it does a copy of data for each iteration, potentially copying megabytes
of data for each iteration.
Changing this line causes SignatureGeneratorBasic::get_taskhash to take 0.06 seconds
instead of 45 seconds on my test setup where SRC_URI points to a big directory.
Note that PEP8 recommends explicitely not to use this optimization which is specific to CPython:
"do not rely on CPython’s efficient implementation of in-place string concatenation for statements in the form a += b or a = a + b"
However, the PEP8 recommended form using "join()" also does not avoid the copy and takes 45 seconds in my test setup:
data = ''.join((data, "./", f.split("/./")[1]))
I have changed the other lines to also use += for consistency only, however those were in the form a = a + b
and were optimized already.
Co-authored-by: JJ Robertson <jrobertson@snap.com>
(Bitbake rev: 195750f2ca355e29d51219c58ecb2c1d83692717)
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Increase the `ljust` value for each column in show-layers
output. This improves readability when long layer paths are
included
(Bitbake rev: a56cd53e0e67a368acace9dab184bd94b9b67b1b)
Signed-off-by: Pedro Baptista <pedro.miguel.baptista@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Replace the layer directory name with the name from BBFILE_COLLECTIONS
which is useful when assigning a LAYERDEPENDS value
(Bitbake rev: 517cc3f5aee2a7d6362ce0202d4ee709a5378096)
Signed-off-by: Pedro Baptista <pedro.miguel.baptista@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Similarly to the recently added test for binary generated locales, add
a version to test on target locale generation. This was broken but should
be fixed now so we can add the test sharing code from the previous test.
(From OE-Core rev: 50a29c167eb9fe9fa96aa53a379ae7597cefd1cc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If on target locale generation is used, it fails at first boot showing
errors about a missing directory. Ensure the directory exists.
(From OE-Core rev: f2844c9f1bbb729562063d96a3d1cc9d44dafa0a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This was disabled in 2014[1] due to an error message which as far
as I can tell, no longer occurs.
Having debug information and source files present will make debugging
reproducibility issues much easier so remove this line as it appears
no longer needed.
Fix up a few files which have buildpaths in them to avoid QA warnings
and reproducubility issues.
[1] OE-Core revision c1b5a262c0201faf2c6bf545d6acb32dfe383ba3
(From OE-Core rev: 95983108121c8b96f5659d110498bf2afc6189d9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
older scons do not support MAXLINELENGTH and some packages still may be
using older scons, these recipes can clear SCONS_MAXLINELENGTH in them
and get going. Set
SCONS_MAXLINELENGTH = ""
in such recipes.
(From OE-Core rev: 34de57d12c0a752f66c962d29e5335c1035db066)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
https://github.com/jquast/wcwidth#history
0.2.6 2023-01-14
* Updated tables to include Unicode Specification 14.0.0 and 15.0.0.
* Changed developer tools to use pip-compile, and to use jinja2
templates for code generation in bin/update-tables.py to prepare
for possible compiler optimization release.
(From OE-Core rev: 0c09ede1fad284b8efd3b6ff3102d8dbb7efb5f4)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
https://www.pyopenssl.org/en/23.0.0/changelog.html
23.0.0 (2023-01-01)
Changes:
Add OpenSSL.SSL.X509StoreFlags.PARTIAL_CHAIN constant to allow for users
to perform certificate verification on partial certificate chains. #1166
cryptography maximum version has been increased to 39.0.x.
(From OE-Core rev: 7fbe1365ad8e0562974d171a1d71e28313bc80ea)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Switch to hatchling build-backend
* inherit python_hatchling instead of python_setuptools_build_meta
* DEPENDS on python3-hatch-vcs-native instead of python3-setuptools-scm-native
2.0.0
======
* add support for Python 3.7-3.11
* drop support for Python 2.6-3.6
* add encoding argument defaulting to utf-8
* inline and clarify type annotations
* move parsing code from inline to extra file
* add typing overloads for helper methods
.. note::
major release due to the major changes in python versions supported
+ changes in packaging the api is expected to be compatible
(From OE-Core rev: 93a5c6a8a07bb8204337e6e0797bc67cf0ab6160)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
https://docs.pytest.org/en/stable/changelog.html#pytest-7-2-1-2023-01-13
pytest 7.2.1 (2023-01-13)
Bug Fixes
#10452: Fix ‘importlib.abc.TraversableResources’ deprecation warning in
Python 3.12.
#10457: If a test is skipped from inside a fixture, the test summary now
shows the test location instead of the fixture location.
#10506: Fix bug where sometimes pytest would use the file system root
directory as rootdir on Windows.
#10607: Fix a race condition when creating junitxml reports, which could
occur when multiple instances of pytest execute in parallel.
#10641: Fix a race condition when creating or updating the stepwise
plugin’s cache, which could occur when multiple xdist worker
nodes try to simultaneously update the stepwise plugin’s cache.
(From OE-Core rev: f5e3d3104b441d7e2586d5450390a829ef91a5a4)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
0.002010 - 2023-01-22
- split main test into three separate scripts
- avoid outputting multiple plans if used with no_plan
(From OE-Core rev: 25cbcfe53fc921d856586c76b563016b8756374e)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The pmu-events.c file is generated by a python script making os.scandir()
calls. The return value is "order on disk" which can cary between machines.
Add in a sed to fix the perf source to sort this data which makes
the pmu-events.c file deterministic.
We should try and upstream this change but we'll need to sed for varying
kernel versions. We should also try and get the perf source being added
to the perf-devsrc package so when failures like this occur, diffoscope
is much more helpful!
(From OE-Core rev: d2c27ae5c0d06363d2f0a2a8eb4e8e492df58444)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
For the case of a global shared state cache and a local sstate cache
with a mix of signed and un-signed entries, there is a case where
a .sig is missing locally, but may exist in the global sstate cache.
For this case, do not just fail sstate fetch, but rather backfill
the .sig file from the global sstate cache.
If this case is detected, re-run the fetch operation to get the
global .sig file (if it exists).
(From OE-Core rev: d5ea1a5396bf9fd4303cae46bc0e042be8de8d67)
Signed-off-by: Tobias Hagelborn <tobias.hagelborn@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Everything we need for `rust-snapshot.inc` exists in `src/stage0.json`,
so just read that to generate it.
(From OE-Core rev: a07008da8b02165d271a457e4c215f35cb15b94c)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[YOCTO #9070]
Add a new selftest to validate locale generation. This selftest builds a
complete target with GLIBC_GENERATE_LOCALES, IMAGE_LINGUAS,
ENABLE_BINARY_LOCALE_GENERATION set.
(From OE-Core rev: 53258fd810bea6475af9f908f7b712a13a02b628)
Signed-off-by: Louis Rannou <lrannou@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add gnutls unit-tests into ptest. Only self-contained
tests (no external file system dependencies) are included.
Some tests have been put in a disallow list in the run-ptest;
these tests either require additional files (certificates) or
environment setup prior to being run, via wrapper shell script.
As autotools packages are built out-of-tree, it is cumbersome
to add additional files. With regards to tests requiring wrapper
scripts, it is possible to add logic to run these tests under
run-ptests but that will require more effort to maintain, hence
skipped.
Verified via:
$ runqemu qemux86-64 kvm nographic serial qemuparams='-m 4096 -smp 32'
root@qemux86-64:~# ptest-runner gnutls
START: ptest-runner
BEGIN: /usr/lib64/gnutls/ptest
PASS: aead-cipher-vec
PASS: alerts
PASS: anti_replay
...
gnutls test summary:
--------------------
total: 375
pass : 364
fail : 0
skip : 11
DURATION: 184
END: /usr/lib64/gnutls/ptest
2023-02-01T13:55
STOP: ptest-runner
TOTAL: 1 FAIL: 0
(From OE-Core rev: 6061df3084b991ba4a54a3dca5dadda97e2364ac)
Signed-off-by: Ravineet Singh <ravineet.a.singh@est.tech>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake nativesdk-apt failed with error:
ERROR: nativesdk-apt-2.4.5-r0 do_package_qa: QA Issue: nativesdk-apt installs files in /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/volatile, but it is expected to be empty [empty-dirs]
an empty dir apt is installed under /var/log/, fix the failure
by removing the empty dir apt as what we have done for target.
apt will create it when it does not exist.
(From OE-Core rev: 5b035a59d7915da784f1e6678ee130f30d7ceb8a)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
9cf4111cdf94 Linux 5.15.91
14cc13e433e1 perf/x86/amd: fix potential integer overflow on shift of a int
033636b32258 netfilter: conntrack: unify established states for SCTP paths
0b08201158f1 x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL
b57740036792 block: fix and cleanup bio_check_ro
1d152437e46f kbuild: Allow kernel installation packaging to override pkg-config
a1964688582d cpufreq: governor: Use kobject release() method to free dbs_data
7c513ced0dec cpufreq: Move to_gov_attr_set() to cpufreq.h
cf7a08622d2b Revert "Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode"
53c5d61198c1 tools: gpio: fix -c option of gpio-event-mon
a7d1a303ff0f treewide: fix up files incorrectly marked executable
046fe53907c5 net: mdio-mux-meson-g12a: force internal PHY off on mux switch
86bdccde7842 net/tg3: resolve deadlock in tg3_reset_task() during EEH
4364bf79d829 thermal: intel: int340x: Add locking to int340x_thermal_get_trip_type()
e69c3a0d9d3d net: mctp: mark socks as dead on unhash, prevent re-add
954cc215cd7a net: ravb: Fix possible hang if RIS2_QFF1 happen
0f7218bf0a00 net: ravb: Fix lack of register setting after system resumed for Gen3
3db4ca2938eb ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variables
621f296f11cf gpio: mxc: Unlock on error path in mxc_flip_edge()
071a8392869f nvme: fix passthrough csi check
614471b7f7cd riscv/kprobe: Fix instruction simulation of JALR
3391bd42351b sctp: fail if no bound addresses can be used for a given scope
b0784860e145 net/sched: sch_taprio: do not schedule in taprio_reset()
d2d3ab1b1de3 netrom: Fix use-after-free of a listening socket.
9df5ab02c65e netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETE
ca3cf947760d ipv4: prevent potential spectre v1 gadget in fib_metrics_match()
d50e7348b44f ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()
ead06e3449f2 netlink: annotate data races around sk_state
c4eb423c6b9b netlink: annotate data races around dst_portid and dst_group
fac9b69a9370 netlink: annotate data races around nlk->portid
8a13595600f7 netfilter: nft_set_rbtree: skip elements in transaction from garbage collection
2bf1435fa19d netfilter: nft_set_rbtree: Switch to node list walk for overlap detection
e481654426b6 drm/i915/selftest: fix intel_selftest_modify_policy argument types
66689a72ba73 net: fix UaF in netns ops registration error path
41b74e95f297 netlink: prevent potential spectre v1 gadgets
2f29d780bd69 i2c: designware: use casting of u64 in clock multiplication to avoid overflow
b03f7ed9af6e scsi: ufs: core: Fix devfreq deadlocks
858d7e9218e1 net: mana: Fix IRQ name - add PCI and queue number
bff5243bd326 EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_info
5eedf4568d34 EDAC/device: Respect any driver-supplied workqueue polling value
4b7dfd0a6811 ARM: 9280/1: mm: fix warning on phys_addr_t to void pointer assignment
7807871f28f8 ipv6: fix reachability confirmation with proxy_ndp
f9a22f6fa187 thermal: intel: int340x: Protect trip temperature from concurrent updates
036093c08d83 KVM: arm64: GICv4.1: Fix race with doorbell on VPE activation/deactivation
c56683c0623e KVM: x86/vmx: Do not skip segment attributes if unusable bit is set
e91308e63710 ovl: fail on invalid uid/gid mapping at copy up
33a9657d67a4 ksmbd: limit pdu length size according to connection status
8d83a758ee21 ksmbd: downgrade ndr version error message to debug
87a7f38a9058 ksmbd: do not sign response to session request for guest login
4210c3555db4 ksmbd: add max connections parameter
cc6742b160fa ksmbd: add smbd max io size parameter
3c8a5648a591 i2c: mv64xxx: Add atomic_xfer method to driver
e619ab4fb3e9 i2c: mv64xxx: Remove shutdown method from driver
4b83bc6f87ee cifs: Fix oops due to uncleared server->smbd_conn in reconnect
89042d3d8542 ftrace/scripts: Update the instructions for ftrace-bisect.sh
592ba7116fa6 trace_events_hist: add check for return value of 'create_hist_field'
b0af180514ed tracing: Make sure trace_printk() can output as soon as it can be used
91135d723388 module: Don't wait for GOING modules
85ee9919add9 KVM: SVM: fix tsc scaling cache logic
f0227eca972c scsi: hpsa: Fix allocation size for scsi_host_alloc()
e5af9a458a13 drm/amdgpu: complete gfxoff allow signal during suspend without delay
62b9e9f92109 Bluetooth: hci_sync: cancel cmd_timer if hci_open failed
21998acd31fb exit: Use READ_ONCE() for all oops/warn limit reads
e82b1598eb2c docs: Fix path paste-o for /sys/kernel/warn_count
1c51698ad6f6 panic: Expose "warn_count" to sysfs
0691ddae56cd panic: Introduce warn_limit
7b98914a6c26 panic: Consolidate open-coded panic_on_warn checks
fc636b136272 exit: Allow oops_limit to be disabled
339f8a8e5211 exit: Expose "oops_count" to sysfs
f80fb0001f11 exit: Put an upper limit on how often we can oops
2857ce7f475f panic: Separate sysctl logic from CONFIG_SMP
e156d4dcb036 ia64: make IA64_MCA_RECOVERY bool instead of tristate
9024f772248e csky: Fix function name in csky_alignment() and die()
2ea497d153da h8300: Fix build errors from do_exit() to make_task_dead() transition
a452ca0228bb hexagon: Fix function name in die()
3b39f47474a2 objtool: Add a missing comma to avoid string concatenation
39a26d872178 exit: Add and use make_task_dead.
b5c1acaa43b6 kasan: no need to unset panic_on_warn in end_report()
b5c967dc6822 ubsan: no need to unset panic_on_warn in ubsan_epilogue()
e4cd2100324e panic: unset panic_on_warn inside panic()
191f1f1f6a42 kernel/panic: move panic sysctls to its own file
654f6e851271 sysctl: add a new register_sysctl_init() interface
3aa991cde94b fs: reiserfs: remove useless new_opts in reiserfs_remount
d830531f8fff x86: ACPI: cstate: Optimize C3 entry on AMD CPUs
1f5476223100 drm/i915: Remove unused variable
6e1012709320 Revert "selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID"
619ee31b9641 drm/i915: Allow switching away via vga-switcheroo if uninitialized
ea435ba9eb85 firmware: coreboot: Check size of table entry and use flex-array
a4e70bcf2e87 lockref: stop doing cpu_relax in the cmpxchg loop
b0ee61f5eeab platform/x86: asus-nb-wmi: Add alternate mapping for KEY_SCREENLOCK
e8d2f7f56691 platform/x86: touchscreen_dmi: Add info for the CSL Panther Tab HD
2e0a8bacbe1d r8152: add vendor/device ID pair for Microsoft Devkit
d4b717e34dac scsi: hisi_sas: Set a port invalid only if there are no devices attached when refreshing port id
e15750aa28a6 KVM: s390: interrupt: use READ_ONCE() before cmpxchg()
9300c65207f3 spi: spidev: remove debug messages that access spidev->spi without locking
48ff5d381298 ASoC: fsl-asoc-card: Fix naming of AC'97 CODEC widgets
5001ffb31d63 ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODEC
b76120e20683 cpufreq: armada-37xx: stop using 0 as NULL pointer
eda26fa8560d perf/x86/intel/uncore: Add Emerald Rapids
544f9d4e9d8a perf/x86/msr: Add Emerald Rapids
b1eb964d785f s390: expicitly align _edata and _end symbols on page boundary
fb45ec279b00 s390/debug: add _ASM_S390_ prefix to header guard
cd488abed97e drm: Add orientation quirk for Lenovo ideapad D330-10IGL
ff7ab370b855 net: usb: cdc_ether: add support for Thales Cinterion PLS62-W modem
d6935084e444 ASoC: fsl_micfil: Correct the number of steps on SX controls
ac07316b2d57 cpufreq: Add SM6375 to cpufreq-dt-platdev blocklist
f0e6dcae1491 kcsan: test: don't put the expect array on the stack
c51c0b37543a cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklist
28e4e8ca9e95 scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspace
14b1df2004fe tcp: fix rate_app_limited to default to 1
120b8e527e07 net: stmmac: enable all safety features by default
a7d736cc3c6c thermal: core: call put_device() only after device_register() fails
ed08f958e481 thermal/core: fix error code in __thermal_cooling_device_register()
108a6f91e276 thermal: Validate new state in cur_state_store()
bd0ea77edf46 thermal/core: Rename 'trips' to 'num_trips'
521c6ebd4f6e thermal/core: Remove duplicate information when an error occurs
6504afa2632a net: dsa: microchip: ksz9477: port map correction in ALU table entry register
18346db1854a selftests/net: toeplitz: fix race on tpacket_v3 block close
caa28c7c83e3 driver core: Fix test_async_probe_init saves device in wrong array
89c62cee5d4d w1: fix WARNING after calling w1_process()
3d0eafe413a7 w1: fix deadloop in __w1_remove_master_device()
7701a4bd45c1 device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()
ed0d8f731e0b ptdma: pt_core_execute_cmd() should use spinlock
29e9c67bf327 octeontx2-pf: Fix the use of GFP_KERNEL in atomic context on rt
03bff5819ad3 tcp: avoid the lookup process failing to get sk in ehash table
5bd69d2ea897 nvme-pci: fix timeout request state check
39178dfe8677 drm/amd/display: fix issues with driver unload
9a5a537e1444 phy: phy-can-transceiver: Skip warning if no "max-bitrate"
4095065b59bc dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child_of_node()
5bd3c1c1bce1 cifs: fix potential deadlock in cache_refresh_path()
1a2a47b85cab HID: betop: check shape of output reports
b2a730974373 l2tp: prevent lockdep issue in l2tp_tunnel_register()
edf0e509cedd virtio-net: correctly enable callback during start_xmit
d3401c7624ec net: macb: fix PTP TX timestamp failure due to packet padding
71c601965532 dmaengine: Fix double increment of client_count in dma_chan_get()
1e7919f0b156 drm/panfrost: fix GENERIC_ATOMIC64 dependency
a1b3e50e2140 net: mlx5: eliminate anonymous module_init & module_exit
09e3fb6f53bc net/mlx5: E-switch, Fix setting of reserved fields on MODIFY_SCHEDULING_ELEMENT
01a6e108101f net: ipa: disable ipa interrupt during suspend
98aec50ff7f6 Bluetooth: Fix possible deadlock in rfcomm_sk_state_change
0e59f60b74cd usb: gadget: f_fs: Ensure ep0req is dequeued before free_request
ae8e136bcaae usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait
f25cd2b731d7 HID: revert CHERRY_MOUSE_000C quirk
39483511fd59 pinctrl: rockchip: fix mux route data for rk3568
1dae88a0b4df net: stmmac: fix invalid call to mdiobus_get_phy()
6716838bf801 HID: check empty report_list in bigben_probe()
2b4956825436 HID: check empty report_list in hid_validate_values()
ad67de330d83 net: mdio: validate parameter addr in mdiobus_get_phy()
486912937933 net: usb: sr9700: Handle negative len
2827c4eb429d octeontx2-pf: Avoid use of GFP_KERNEL in atomic context
77e8ed776cdb l2tp: close all race conditions in l2tp_tunnel_register()
af22d2c0b47f l2tp: convert l2tp_tunnel_list to idr
22c7d45ca3d7 l2tp: Don't sleep and disable BH under writer-side sk_callback_lock
87d9205d9a57 l2tp: Serialize access to sk_user_data with sk_callback_lock
c53acbf2facf net/sched: sch_taprio: fix possible use-after-free
40516d042b65 net: stmmac: Fix queue statistics reading
620aa67f8059 pinctrl: rockchip: fix reading pull type on rk3568
ddca674af1ba pinctrl/rockchip: add error handling for pull/drive register getters
259ab8fb8c7e pinctrl/rockchip: Use temporary variable for struct device
8cbf932c5c40 wifi: rndis_wlan: Prevent buffer overflow in rndis_query_oid
f792d26e5ce7 gpio: mxc: Always set GPIOs used as interrupt source to INPUT mode
8335f877efe7 gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlock
fb4fb3d267c9 gpio: use raw spinlock for gpio chip shadowed data
52e3eebfe670 sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htb
8232e5a84d25 net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()
95347e41cac6 net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs
7f129927feaf net: nfc: Fix use-after-free in local_cleanup()
397aaac88469 phy: rockchip-inno-usb2: Fix missing clk_disable_unprepare() in rockchip_usb2phy_power_on()
01bdcc73dbe7 bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
261e2f12b653 amd-xgbe: Delay AN timeout during KR training
a8cf4af5441f amd-xgbe: TX Flow Ctrl Registers are h/w ver dependent
8e897cb67421 ARM: dts: at91: sam9x60: fix the ddr clock for sam9x60
0a27dcd53430 NFSD: fix use-after-free in nfsd4_ssc_setup_dul()
24af570c99b4 phy: ti: fix Kconfig warning and operator precedence
631fc3668539 arm64: dts: qcom: msm8992-libra: Fix the memory map
dda20ffec8fb arm64: dts: qcom: msm8992-libra: Add CPU regulators
37ba5e929349 arm64: dts: qcom: msm8992: Don't use sfpb mutex
bab87524f6d4 PM: AVS: qcom-cpr: Fix an error handling path in cpr_probe()
b7a479c76481 affs: initialize fsdata in affs_truncate()
623d1116898e IB/hfi1: Remove user expected buffer invalidate race
47d5fc0dcd57 IB/hfi1: Immediately remove invalid memory from hardware
85caef2cfd1d IB/hfi1: Fix expected receive setup error exit issues
cb193984d424 IB/hfi1: Reserve user expected TIDs
891ddfae39f1 IB/hfi1: Reject a zero-length user expected buffer
362c9489720b RDMA/core: Fix ib block iterator counter overflow
e26c571c3b0d tomoyo: fix broken dependency on *.conf.default
7dfe83ecc341 firmware: arm_scmi: Harden shared memory access in fetch_notification
a653dbb70cce firmware: arm_scmi: Harden shared memory access in fetch_response
caffa7fed139 EDAC/highbank: Fix memory leak in highbank_mc_probe()
95de286200b2 reset: uniphier-glue: Fix possible null-ptr-deref
4773a8cf9a53 reset: uniphier-glue: Use reset_control_bulk API
7b33accc8ff9 soc: imx8m: Fix incorrect check for of_clk_get_by_name()
f07427f8d9c6 arm64: dts: imx8mm-venice-gw7901: fix USB2 controller OC polarity
c4cb73febe35 HID: intel_ish-hid: Add check for ishtp_dma_tx_map
25f97c9883bf ARM: imx: add missing of_node_put()
3e9d79ded9d6 arm64: dts: imx8mm-beacon: Fix ecspi2 pinmux
538135076191 ARM: dts: imx6qdl-gw560x: Remove incorrect 'uart-has-rtscts'
0e4bba1656a4 ARM: dts: imx7d-pico: Use 'clock-frequency'
108cf4c6d510 ARM: dts: imx6ul-pico-dwarf: Use 'clock-frequency'
207c9e64edba arm64: dts: imx8mp-phycore-som: Remove invalid PMIC property
7ce380fe7574 dmaengine: ti: k3-udma: Do conditional decrement of UDMA_CHAN_RT_PEER_BCNT_REG
edba9b7a7037 memory: mvebu-devbus: Fix missing clk_disable_unprepare in mvebu_devbus_probe()
e66f6949da63 memory: atmel-sdramc: Fix missing clk_disable_unprepare in atmel_ramc_probe()
eda11ab55614 memory: tegra: Remove clients SID override programming
aabd5ba7e9b0 Linux 5.15.90
4b6f8263e931 io_uring/rw: remove leftover debug statement
b10acfcd61b2 io_uring/rw: ensure kiocb_end_write() is always called
124fb13cc757 io_uring: fix double poll leak on repolling
e944f1e37b97 io_uring: Clean up a false-positive warning from GCC 9.3.0
940e8922c1f5 mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
e83cc8a780e6 soc: qcom: apr: Make qcom,protection-domain optional again
982c8b1e95c0 Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"
40a4797e08ec block: mq-deadline: Rename deadline_is_seq_writes()
3abf10b4c473 net/mlx5: fix missing mutex_unlock in mlx5_fw_fatal_reporter_err_work()
1aab00aa4192 net/ulp: use consistent error code when blocking ULP
2e4c95a404f3 io_uring/net: fix fast_iov assignment in io_setup_async_msg()
311b298a3337 io_uring: io_kiocb_update_pos() should not touch file for non -1 offset
487a086595b5 tracing: Use alignof__(struct {type b;}) instead of offsetof()
430443f8565e x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN
f114717dfa74 Revert "drm/amdgpu: make display pinning more flexible (v2)"
7a993c1be595 efi: rt-wrapper: Add missing include
de2af657cab9 arm64: efi: Execute runtime services from a dedicated stack
9cca110cf8bb fs/ntfs3: Fix attr_punch_hole() null pointer derenference
d4d112e5c458 drm/amdgpu: drop experimental flag on aldebaran
c82fa690da7c drm/amd/display: Fix COLOR_SPACE_YCBCR2020_TYPE matrix
88c33752248e drm/amd/display: Calculate output_color_space after pixel encoding adjustment
87e605b16111 drm/amd/display: Fix set scaling doesn's work
8687b8cdc3a3 drm/i915/display: Check source height is > 0
5d961791663d drm/i915: re-disable RC6p on Sandy Bridge
e9a7ec188b26 mei: me: add meteor lake point M DID
eb0421d90f91 gsmi: fix null-deref in gsmi_get_variable
b8d99cda526b serial: atmel: fix incorrect baudrate setup
b85498385afc serial: amba-pl011: fix high priority character transmission in rs486 mode
0f150134dd79 dmaengine: idxd: Let probe fail when workqueue cannot be enabled
1e8c127c2e81 dmaengine: tegra210-adma: fix global intr clear
473e2281f712 dmaengine: lgm: Move DT parsing after initialization
73337724cbd8 serial: pch_uart: Pass correct sg to dma_unmap_sg()
4307a41cbc44 dt-bindings: phy: g12a-usb3-pcie-phy: fix compatible string documentation
c9d55f564a69 dt-bindings: phy: g12a-usb2-phy: fix compatible string documentation
78aa45bb7a42 usb-storage: apply IGNORE_UAS only for HIKSEMI MD202 on RTL9210
a69c8dfb85b4 usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()
1ab67e87b178 usb: gadget: g_webcam: Send color matching descriptor per frame
b08167d8f07c usb: typec: altmodes/displayport: Fix pin assignment calculation
7fb1322e7a8c usb: typec: altmodes/displayport: Add pin assignment helper
59f9ee379640 usb: typec: tcpm: Fix altmode re-registration causes sysfs create fail
a1c8a5c2f8aa usb: host: ehci-fsl: Fix module alias
f073d10cd5a7 usb: cdns3: remove fetched trb from cache before dequeuing
73f4bde9730f USB: serial: cp210x: add SCALANCE LPE-9000 device id
a2e075f40122 USB: gadgetfs: Fix race between mounting and unmounting
2da67bff29ab tty: fix possible null-ptr-defer in spk_ttyio_release
cb53a3366eb2 tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO buffer
f322dd2e4a1c staging: mt7621-dts: change some node hex addresses to lower case
6508788b2c3b bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG_UNLOAD
7b122c33bd31 riscv: dts: sifive: fu740: fix size of pcie 32bit memory
701f9c3da692 thunderbolt: Use correct function to calculate maximum USB3 link rate
5b1b03a3d3e4 cifs: do not include page data when checking signature
64287cd456a2 btrfs: fix race between quota rescan and disable leading to NULL pointer deref
f2e0e1615d65 btrfs: do not abort transaction on failure to write log tree when syncing log
f653abe6195c mmc: sdhci-esdhc-imx: correct the tuning start tap and step setting
9881436f01ce mmc: sunxi-mmc: Fix clock refcount imbalance during unbind
33bd0db750fc ACPI: PRM: Check whether EFI runtime is available
87e1ee6058e5 comedi: adv_pci1760: Fix PWM instruction handling
b5d24a8e4a61 usb: core: hub: disable autosuspend for TI TUSB8041
61a0890cb95a misc: fastrpc: Fix use-after-free race condition for maps
1b7b7bb400dd misc: fastrpc: Don't remove map on creater_process and device_release
e7e41fcf909f USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100
f3de34d90d90 staging: vchiq_arm: fix enum vchiq_status return types
16d09c4bc99b USB: serial: option: add Quectel EM05CN modem
34d769f0c607 USB: serial: option: add Quectel EM05CN (SG) modem
768d56ed2411 USB: serial: option: add Quectel EC200U modem
829916f069a7 USB: serial: option: add Quectel EM05-G (RS) modem
eb8808f769c6 USB: serial: option: add Quectel EM05-G (CS) modem
6e0430db195e USB: serial: option: add Quectel EM05-G (GR) modem
f01aefe374d3 prlimit: do_prlimit needs to have a speculation check
418e2c756d65 xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI tables
10cb7d53be5f usb: acpi: add helper to check port lpm capability using acpi _DSM
1818e2a97dab xhci: Add a flag to disable USB3 lpm on a xhci root port level.
8911ff796336 xhci: Add update_hub_device override for PCI xHCI hosts
c462ac871f49 xhci: Fix null pointer dereference when host dies
f39c813af0b6 usb: xhci: Check endpoint is valid before dereferencing it
0f175cebc46c xhci-pci: set the dma max_seg_size
89a410dbd0f1 io_uring/rw: defer fsnotify calls to task context
05d69b372b3b io_uring: do not recalculate ppos unnecessarily
ff8a070253d9 io_uring: update kiocb->ki_pos at execution time
b7958caf415b io_uring: remove duplicated calls to io_kiocb_ppos
86e2d6901a37 io_uring: ensure that cached task references are always put on exit
30b90689344b io_uring: fix async accept on O_NONBLOCK sockets
a79b13f24967 io_uring: allow re-poll if we made progress
3c1a3d02690f io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)
390b8816317f io_uring: add flag for disabling provided buffer recycling
9b7b0f2116d5 io_uring: ensure recv and recvmsg handle MSG_WAITALL correctly
cdc68e714d0b io_uring: improve send/recv error handling
ccf06b5a981c io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeups
77baf39227c0 eventfd: provide a eventfd_signal_mask() helper
a2d8ff00a7b0 eventpoll: add EPOLL_URING_WAKE poll wakeup flag
a9aa4aa7a5b2 io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL
bd9a23a4bb8a hugetlb: unshare some PMDs when splitting VMAs
393d9e3ed10c drm/amd: Delay removal of the firmware framebuffer
865e244e06c7 drm/amdgpu: disable runtime pm on several sienna cichlid cards(v2)
560373fb1e9a ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform
26264260a80b ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
1026756321bd efi: fix userspace infinite retry read efivars after EFI runtime services page fault
45627a1a6450 nilfs2: fix general protection fault in nilfs_btree_insert()
350d66d9e730 zonefs: Detect append writes at invalid locations
5054d001ffaf Add exception protection processing for vd in axi_chan_handle_err function
a12fd43bd175 wifi: mac80211: sdata can be NULL during AMPDU start
f96a6c009ed9 wifi: brcmfmac: fix regression for Broadcom PCIe wifi devices
908d1742b6e6 Bluetooth: hci_qca: Fix driver shutdown on closed serdev
7530fbc05ff5 fbdev: omapfb: avoid stack overflow warning
e1df7f0b27c2 perf/x86/rapl: Treat Tigerlake like Icelake
2c129e868992 f2fs: let's avoid panic if extent_tree is not created
58bac7440251 x86/asm: Fix an assembler warning with current binutils
fdb4a70bb768 btrfs: always report error in run_one_delayed_ref()
f641067ea2af RDMA/srp: Move large values to a new enum for gcc13
793f8ac21874 r8169: move rtl_wol_enable_rx() and rtl_prepare_power_down()
dc072762f900 net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy stats
308d24d87599 vduse: Validate vq_num in vduse_validate_config()
8e1eb926a093 virtio_pci: modify ENOENT to EINVAL
64a6f3689d0d tools/virtio: initialize spinlocks in vring_test.c
95fc28a8e921 selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID
d4a9d2944f2e pNFS/filelayout: Fix coalescing test for single DS
6a3319af6b36 btrfs: fix trace event name typo for FLUSH_DELAYED_REFS
(From OE-Core rev: 60c0f2100303bce62711c05efe9c8b775a804045)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
68a95455c153 Linux 6.1.9
432ddb5765c4 amdgpu: fix build on non-DCN platforms.
a4d01fb87ece perf/x86/amd: fix potential integer overflow on shift of a int
dc1ccb4c0f85 netfilter: conntrack: unify established states for SCTP paths
70654f995054 dt-bindings: i2c: renesas,rzv2m: Fix SoC specific string
137f1b47da5f x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL
9291e7f6f940 dt-bindings: riscv: fix single letter canonical order
709f785b6201 dt-bindings: riscv: fix underscore requirement for multi-letter extensions
b96903b7fc8c acpi: Fix suspend with Xen PV
2d4c140e9a60 x86/sev: Add SEV-SNP guest feature negotiation support
dd017697feb1 Input: i8042 - add Clevo PCX0DX to i8042 quirk table
6816478c0db1 Revert "Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode"
e1275a6b2d99 Revert "mm/compaction: fix set skip in fast_find_migrateblock"
2fd712538d68 Fix up more non-executable files marked executable
ff66e15a4e97 tools: gpio: fix -c option of gpio-event-mon
d88695e7cc85 treewide: fix up files incorrectly marked executable
fe10ce3041b6 block: ublk: move ublk_chr_class destroying after devices are removed
f81be7edb780 Partially revert "perf/arm-cmn: Optimise DTC counter accesses"
37f21dc8a489 net: mdio-mux-meson-g12a: force internal PHY off on mux switch
a4bbf0311755 tsnep: Fix TX queue stop/wake for multiple queues
994087b56e95 net/tg3: resolve deadlock in tg3_reset_task() during EEH
2d449b8dd373 riscv: Move call to init_cpu_topology() to later initialization stage
76d130250a25 thermal: intel: int340x: Add locking to int340x_thermal_get_trip_type()
a8f2ee10718f net: mctp: mark socks as dead on unhash, prevent re-add
6a524787965f net: mctp: hold key reference when looking up a general key
2f87a60e9b4e net: mctp: move expiry timer delete to unhash
d0cdcc3da926 net: mctp: add an explicit reference from a mctp_sk_key to sock
d46d7516cba3 net: ravb: Fix possible hang if RIS2_QFF1 happen
4fd88b8d6e04 net: ravb: Fix lack of register setting after system resumed for Gen3
fc482705cb84 gpio: ep93xx: Fix port F hwirq numbers in handler
699378c56b1d gpio: mxc: Unlock on error path in mxc_flip_edge()
b51e3f5e86d8 nvme: fix passthrough csi check
f4c8fc775fcb riscv/kprobe: Fix instruction simulation of JALR
9f08bb650078 sctp: fail if no bound addresses can be used for a given scope
61a214dcda51 net/sched: sch_taprio: do not schedule in taprio_reset()
250cec4b26a5 tracing/osnoise: Use built-in RCU list checking
91c7ca226a24 ACPI: video: Fix apple gmux detection
bd100f492c7e platform/x86: apple-gmux: Add apple_gmux_detect() helper
4e1f8efbd719 platform/x86: apple-gmux: Move port defines to apple-gmux.h
8f7f8079ed93 platform/x86: asus-wmi: Fix kbd_dock_devid tablet-switch reporting
51e394c6f81a netrom: Fix use-after-free of a listening socket.
ecf1d4250ff4 netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETE
f0907d08bac7 net: ethernet: adi: adin1110: Fix multicast offloading
118e95ce5fa0 net: dsa: microchip: fix probe of I2C-connected KSZ8563
f9753ebd61be ipv4: prevent potential spectre v1 gadget in fib_metrics_match()
6850fe301d01 ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()
da553c7ca82f netlink: annotate data races around sk_state
13edec44a5f5 netlink: annotate data races around dst_portid and dst_group
b181c31fe893 netlink: annotate data races around nlk->portid
44d6de3b4f26 netfilter: nft_set_rbtree: skip elements in transaction from garbage collection
318cb24a4c3f netfilter: nft_set_rbtree: Switch to node list walk for overlap detection
6f81f0a952cd ACPI: video: Add backlight=native DMI quirk for Asus U46E
aa9483b94547 ACPI: video: Add backlight=native DMI quirk for HP EliteBook 8460p
ed796e0916a8 ACPI: video: Add backlight=native DMI quirk for HP Pavilion g6-1d80nr
2e3539d34b8e drm/i915/selftest: fix intel_selftest_modify_policy argument types
048c82c0b3bd nvme-fc: fix initialization order
74673597c100 nvme: consolidate setting the tagset flags
3130e38b0b29 nvme: simplify transport specific device attribute handling
554484a34e98 net: fec: Use page_pool_put_full_page when freeing rx buffers
12075708f2e7 net: fix UaF in netns ops registration error path
992e4ff7116a netlink: prevent potential spectre v1 gadgets
122d3a0ee454 iavf: schedule watchdog immediately when changing primary MAC
aa17cf8af776 iavf: fix temporary deadlock and failure to set MAC address
0bdc4b4ba720 drm/i915: Fix a memory leak with reused mmap_offset
67444f8ca31c drm/drm_vma_manager: Add drm_vma_node_allow_once()
e8267867fd1a i2c: designware: Fix unbalanced suspended flag
9f36aae9e80e i2c: designware: use casting of u64 in clock multiplication to avoid overflow
5e6618e28b33 io_uring: always prep_async for drain requests
3238146fcf26 net: mana: Fix IRQ name - add PCI and queue number
1ce29f7444df io_uring: inline __io_req_complete_put()
85224a3f89cf io_uring: remove io_req_tw_post_queue
65aeb34c0f2d io_uring: use io_req_task_complete() in timeout
0c4d95ad2160 io_uring: hold locks for io_req_complete_failed
6dbb84c7c2e1 io_uring: inline __io_req_complete_post()
bfd4d1884065 io_uring: inline io_req_task_work_add()
af8e87f72f9e drm/amdgpu/display/mst: update mst_mgr relevant variable when long HPD
be6bf2321343 drm/amdgpu/display/mst: limit payload to be updated one by one
5891a419031d drm/amdgpu/display/mst: Fix mst_state->pbn_div and slot count assignments
60cd9bb28b97 drm/amdgpu: remove unconditional trap enable on add gfx11 queues
076f7a8798f5 drm/amd/pm: add missing AllowIHInterrupt message mapping for SMU13.0.0
335ef7d0777c drm/display/dp_mst: Correct the kref of port.
4516ccd5e154 platform/x86: thinkpad_acpi: Fix profile modes on Intel platforms
6f0351d0c311 EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_info
77a92cc82665 EDAC/device: Respect any driver-supplied workqueue polling value
00ba539393bf ARM: 9280/1: mm: fix warning on phys_addr_t to void pointer assignment
a914e1132f01 ipv6: fix reachability confirmation with proxy_ndp
95cf086772c5 regulator: dt-bindings: samsung,s2mps14: add lost samsung,ext-control-gpios
19df0f77b3d1 thermal: intel: int340x: Protect trip temperature from concurrent updates
8294b4a88921 riscv: fix -Wundef warning for CONFIG_RISCV_BOOT_SPINWAIT
ea77e9b9fb53 scsi: ufs: core: Fix devfreq deadlocks
97856a9d776d KVM: arm64: GICv4.1: Fix race with doorbell on VPE activation/deactivation
b0487b40305b KVM: x86/vmx: Do not skip segment attributes if unusable bit is set
121d87eb5817 io_uring/net: cache provided buffer group value for multishot receives
42fea1c35254 ovl: fail on invalid uid/gid mapping at copy up
caa0ea92503f ovl: fix tmpfile leak
f03face5fda6 ksmbd: limit pdu length size according to connection status
dcb69eb91c84 ksmbd: downgrade ndr version error message to debug
eb563dce3d16 ksmbd: do not sign response to session request for guest login
d5d7847e57ac ksmbd: add max connections parameter
5109607a4ece cifs: Fix oops due to uncleared server->smbd_conn in reconnect
f9575ea163ad ftrace/scripts: Update the instructions for ftrace-bisect.sh
b4e7e81b4fdf trace_events_hist: add check for return value of 'create_hist_field'
198c83963f63 tracing: Make sure trace_printk() can output as soon as it can be used
e5ae9b5a652f ftrace: Export ftrace_free_filter() to modules
14f4d81f647b module: Don't wait for GOING modules
c00c20e3e351 nfsd: don't free files unconditionally in __nfsd_file_cache_purge
6eb0fc92eeee kvm/vfio: Fix potential deadlock on vfio group_lock
eced3d368f63 scsi: hpsa: Fix allocation size for scsi_host_alloc()
4ba7d17f2b3b vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()
b811432fc56f sched/uclamp: Fix a uninitialized variable warnings
390eb5433eff sched/fair: Check if prev_cpu has highest spare cap in feec()
63cccc92768d wifi: mac80211: Fix iTXQ AMPDU fragmentation handling
7b8fe53d2a1d wifi: mac80211: Proper mark iTXQs for resumption
c932501bc232 io_uring/msg_ring: fix remote queue to disabled ring
3964b0c2e843 drm/amdgpu: complete gfxoff allow signal during suspend without delay
2c8fb41ed0e6 drm/i915: Allow alternate fixed modes always for eDP
7fa092a05791 drm/i915: Allow panel fixed modes to have differing sync polarities
83b15fe00a45 Bluetooth: hci_sync: cancel cmd_timer if hci_open failed
cc2a13ec84a5 arm64: efi: Account for the EFI runtime stack in stack unwinder
cf1f38ef9567 arm64: efi: Avoid workqueue to check whether EFI runtime is live
119a34527ed8 arm64: efi: Recover from synchronous exceptions occurring in firmware
0bfa2249ca06 Revert "selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID"
c19bd0d89720 btrfs: zoned: enable metadata over-commit for non-ZNS setup
5f366b36a83b firmware: coreboot: Check size of table entry and use flex-array
f594afe49946 ata: pata_cs5535: Don't build on UML
448e5fbbf9b7 lockref: stop doing cpu_relax in the cmpxchg loop
47da87959390 platform/x86: simatic-ipc: add another model
4bfccc9b1300 platform/x86: simatic-ipc: correct name of a model
e7f4e976d39e platform/x86: asus-wmi: Ignore fan on E410MA
71dfaccf2094 platform/x86: asus-wmi: Add quirk wmi_ignore_fan
63e3ff2e9ee4 platform/x86: asus-nb-wmi: Add alternate mapping for KEY_SCREENLOCK
790aefa09e39 platform/x86: asus-nb-wmi: Add alternate mapping for KEY_CAMERA
9527a8613960 platform/x86: touchscreen_dmi: Add info for the CSL Panther Tab HD
564756d5ad9a r8152: add vendor/device ID pair for Microsoft Devkit
b886ccb190f0 scsi: hisi_sas: Set a port invalid only if there are no devices attached when refreshing port id
223dddc8807b scsi: hisi_sas: Use abort task set to reset SAS disks when discovered
3e711bb4409a KVM: s390: interrupt: use READ_ONCE() before cmpxchg()
75d8a514ceec spi: spidev: remove debug messages that access spidev->spi without locking
893d45394dbe cifs: fix potential memory leaks in session setup
ca6263dc22ac drm/amdkfd: Fix NULL pointer error for GC 11.0.1 on mGPU
92af2d3b57a1 drm/amdkfd: Add sync after creating vram bo
df675d4cf0e3 ACPI: resource: Skip IRQ override on Asus Expertbook B2402CBA
c6cf20e747ed ASoC: fsl-asoc-card: Fix naming of AC'97 CODEC widgets
39c315fe6e59 ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODEC
74ed6ee3704c cpufreq: armada-37xx: stop using 0 as NULL pointer
141fe35cb13e tools/nolibc: prevent gcc from making memset() loop over itself
f3b7893078ca tools/nolibc: fix missing includes causing build issues at -O0
338ec07a14cd tools/nolibc: Fix S_ISxxx macros
99dd3449279b nolibc: fix fd_set type
0333c339781f perf/x86/intel/uncore: Add Emerald Rapids
a29933719f6b perf/x86/msr: Add Emerald Rapids
c5ed0fe3eb55 perf/x86/msr: Add Meteor Lake support
be839afcdf64 perf/x86/cstate: Add Meteor Lake support
b91ec58ffb8a xen/pvcalls: free active map buffer on pvcalls_front_free_map
25714807b1fd s390: expicitly align _edata and _end symbols on page boundary
a524f623daae s390/debug: add _ASM_S390_ prefix to header guard
68f5d286aa3d drm: Add orientation quirk for Lenovo ideapad D330-10IGL
748f31ba3ec6 net: usb: cdc_ether: add support for Thales Cinterion PLS62-W modem
c6fb430d3303 drm/msm/a6xx: Avoid gx gbit halt during rpm suspend
7daafbd2d934 ASoC: fsl_micfil: Correct the number of steps on SX controls
0d792453213f cpufreq: Add SM6375 to cpufreq-dt-platdev blocklist
d5cb15095a93 kcsan: test: don't put the expect array on the stack
fd14d29bb698 ASoC: support machine driver with max98360
f48c6b680e74 ASoC: amd: yc: Add ASUS M5402RA into DMI table
a0e83ab31144 ASoC: mediatek: mt8186: Add machine support for max98357a
80590863884a ASoC: mediatek: mt8186: support rt5682s_max98360
297b3d44bbc7 cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklist
7d596bbc66a5 cpufreq: CPPC: Add u64 casts to avoid overflowing
528bd2aa1e7b spi: cadence: Fix busy cycles calculation
1a5ead77c9ce ASoC: amd: yc: Add Razer Blade 14 2022 into DMI table
c658a6d5501d ASoC: SOF: Add FW state to debugfs
4e491a1373a7 ASoC: SOF: pm: Always tear down pipelines before DSP suspend
7af7cb349c45 ASoC: SOF: pm: Set target state earlier
c9f0e54a2576 scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspace
dc706d778746 tcp: fix rate_app_limited to default to 1
cefa85480ac9 bnxt: Do not read past the end of test names
aebf7e62708b net: stmmac: enable all safety features by default
2846a7412f62 thermal: core: call put_device() only after device_register() fails
d4dbbbbb2449 thermal/core: fix error code in __thermal_cooling_device_register()
80bb3b901abe thermal: Validate new state in cur_state_store()
3896f78b2203 net: dsa: microchip: ksz9477: port map correction in ALU table entry register
248f6a70eac1 selftests/net: toeplitz: fix race on tpacket_v3 block close
c80475214850 driver core: Fix test_async_probe_init saves device in wrong array
cfc7462ff824 w1: fix WARNING after calling w1_process()
8bc7d8706737 w1: fix deadloop in __w1_remove_master_device()
e75485fc589e device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()
13ba563c2c80 ptdma: pt_core_execute_cmd() should use spinlock
0c5213ce6e72 usb: dwc3: fix extcon dependency
6df50d94697d tcp: avoid the lookup process failing to get sk in ehash table
4888f9fc03fc nvme-pci: fix timeout request state check
58bdab02b225 net: sched: gred: prevent races when adding offloads to stats
b0b029ee04ef drm/amd/display: fix issues with driver unload
8f4764c0d478 phy: phy-can-transceiver: Skip warning if no "max-bitrate"
567128076d55 dmaengine: tegra: Fix memory leak in terminate_all()
f7a57ef457ad dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child_of_node()
a8a518ff3be5 cifs: fix potential deadlock in cache_refresh_path()
d5fb544b4ce5 drm/i915/selftests: Unwind hugepages to drop wakeref on error
07bc32e53c7b HID: betop: check shape of output reports
b717cf5a6bd8 l2tp: prevent lockdep issue in l2tp_tunnel_register()
c81fcd4e49e0 virtio-net: correctly enable callback during start_xmit
74a76b80177f net: macb: fix PTP TX timestamp failure due to packet padding
142d644fd2cc dmaengine: Fix double increment of client_count in dma_chan_get()
f5e58b546cbe drm/panfrost: fix GENERIC_ATOMIC64 dependency
459b413821ef net: mlx5: eliminate anonymous module_init & module_exit
d0453c63d38e net/mlx5: E-switch, Fix switchdev mode after devlink reload
a03b6ef0f6db net/mlx5e: Set decap action based on attr for sample
ad2732630ff6 net/mlx5e: QoS, Fix wrongfully setting parent_element_id on MODIFY_SCHEDULING_ELEMENT
0680225a559a net/mlx5: E-switch, Fix setting of reserved fields on MODIFY_SCHEDULING_ELEMENT
d8da8d96ff1d net/mlx5e: Avoid false lock dependency warning on tc_ht even more
e401ecbc3780 net: ipa: disable ipa interrupt during suspend
17511bd84871 Bluetooth: Fix possible deadlock in rfcomm_sk_state_change
9a7c3befef40 Bluetooth: hci_event: Fix Invalid wait context
2539cbc625c5 Bluetooth: ISO: Fix possible circular locking dependency
c524f9561c65 Bluetooth: ISO: Avoid circular locking dependency
8ac6043bd3e5 Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()
f51a825b9f73 Bluetooth: hci_conn: Fix memory leaks
ed818fd8c531 Bluetooth: Fix a buffer overflow in mgmt_mesh_add()
5d947222e4e4 netfilter: conntrack: handle tcp challenge acks during connection reuse
bb03899b9ba3 usb: gadget: f_fs: Ensure ep0req is dequeued before free_request
6aee197b7fbc usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait
3d7f77e55da3 usb: ucsi: Ensure connector delayed work items are flushed
94fa550b9564 block/rnbd-clt: fix wrong max ID in ida_alloc_max
1c6c30cdcf61 HID: revert CHERRY_MOUSE_000C quirk
076a9ebfccc3 ARM: dts: stm32: Fix qspi pinctrl phandle for stm32mp151a-prtt1l
d0c5f5caf031 ARM: dts: stm32: Fix qspi pinctrl phandle for stm32mp157c-emstamp-argon
1c50efa1cd27 ARM: dts: stm32: Fix qspi pinctrl phandle for stm32mp15xx-dhcom-som
e482dc20a73c ARM: dts: stm32: Fix qspi pinctrl phandle for stm32mp15xx-dhcor-som
249f0149768a pinctrl: rockchip: fix mux route data for rk3568
5bd6174693aa net: stmmac: fix invalid call to mdiobus_get_phy()
09003f12f5fe HID: check empty report_list in bigben_probe()
cdcdc0531a51 HID: check empty report_list in hid_validate_values()
7879626296e6 net: mdio: validate parameter addr in mdiobus_get_phy()
8327104c28c0 net: usb: sr9700: Handle negative len
cef0845b6dcf l2tp: close all race conditions in l2tp_tunnel_register()
bf47eb2cc58c l2tp: convert l2tp_tunnel_list to idr
d3b2d2820a00 net/sched: sch_taprio: fix possible use-after-free
12dd32ab623f net: stmmac: Fix queue statistics reading
5a7205560755 pinctrl: rockchip: fix reading pull type on rk3568
7794efa358bc wifi: rndis_wlan: Prevent buffer overflow in rndis_query_oid
56e3e8da1efb gpio: mxc: Always set GPIOs used as interrupt source to INPUT mode
4141fdfd7847 gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlock
d314d0c3de79 sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htb
96a88e3ab62f net: lan966x: add missing fwnode_handle_put() for ports node
e893dced1a18 net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()
d807a7544a70 net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs
d3605282ec35 net: nfc: Fix use-after-free in local_cleanup()
5d48e5cbb1cd phy: rockchip-inno-usb2: Fix missing clk_disable_unprepare() in rockchip_usb2phy_power_on()
c921fe22178d drm/vc4: bo: Fix unused variable warning
b0c89ef02556 bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
797bbdc7c30d amd-xgbe: Delay AN timeout during KR training
15d45a435e09 amd-xgbe: TX Flow Ctrl Registers are h/w ver dependent
084e6764dc3e bpf: hash map, avoid deadlock with suitable hash mask
d838b5c99bce phy: usb: sunplus: Fix potential null-ptr-deref in sp_usb_phy_probe()
be960b061b89 drm/vc4: bo: Fix drmm_mutex_init memory hog
86e1955b28d9 ARM: dts: at91: sam9x60: fix the ddr clock for sam9x60
32d5eb95f8f0 NFSD: fix use-after-free in nfsd4_ssc_setup_dul()
8103d53f25ec drm/msm/gpu: Fix potential double-free
ba4ca7d2dd85 phy: ti: fix Kconfig warning and operator precedence
758803e20260 kbuild: fix 'make modules' error when CONFIG_DEBUG_INFO_BTF_MODULES=y
80bb370bce77 kbuild: export top-level LDFLAGS_vmlinux only to scripts/Makefile.vmlinux
a504db9a140c arm64: dts: qcom: msm8992-libra: Fix the memory map
dd95362789c7 arm64: dts: qcom: msm8992: Don't use sfpb mutex
ad5daeb648ec PM: AVS: qcom-cpr: Fix an error handling path in cpr_probe()
964f121334cd affs: initialize fsdata in affs_truncate()
c37e769f2707 IB/hfi1: Remove user expected buffer invalidate race
648cc5f41482 IB/hfi1: Immediately remove invalid memory from hardware
dffa4afa98e7 IB/hfi1: Fix expected receive setup error exit issues
39edbe1b549a IB/hfi1: Reserve user expected TIDs
3304cb63f4dc IB/hfi1: Reject a zero-length user expected buffer
43811d07ea64 RDMA/core: Fix ib block iterator counter overflow
e73f5dd9b322 arm64: dts: marvell: AC5/AC5X: Fix address for UART1
7b28a8920844 erofs: fix kvcalloc() misuse with __GFP_NOFAIL
d7c71f93cfac RDMA/rxe: Prevent faulty rkey generation
7ca8aa835464 RDMA/rxe: Fix inaccurate constants in rxe_type_info
78cfe7bfe5d1 tomoyo: fix broken dependency on *.conf.default
c2c3a71200c0 HID: amd_sfh: Fix warning unwind goto
fa5ee1bec7c7 interconnect: qcom: msm8996: Fix regmap max_register values
8086bd330a28 interconnect: qcom: msm8996: Provide UFS clocks to A2NoC
5362263b0c2f firmware: arm_scmi: Fix virtio channels cleanup on shutdown
d807aff1910c firmware: arm_scmi: Harden shared memory access in fetch_notification
3463203d1096 firmware: arm_scmi: Harden shared memory access in fetch_response
b7863ef8a8f0 EDAC/highbank: Fix memory leak in highbank_mc_probe()
633bad3dc81c reset: uniphier-glue: Fix possible null-ptr-deref
00b433d5664a reset: ti-sci: honor TI_SCI_PROTOCOL setting when not COMPILE_TEST
9eea16953ec1 soc: imx8m: Fix incorrect check for of_clk_get_by_name()
c47e53679af1 arm64: dts: imx8mm-venice-gw7901: fix USB2 controller OC polarity
9a65e90179ba HID: intel_ish-hid: Add check for ishtp_dma_tx_map
bd04fcc35d37 arm64: dts: imx8mp-evk: pcie0-refclk cosmetic cleanup
4df82eb50e3b arm64: dts: imx8mp: Fix power-domain typo
3a999c07a644 arm64: dts: imx8mp: Fix missing GPC Interrupt
2876069cbdc3 soc: imx: imx8mp-blk-ctrl: don't set power device name
e92f205c71d9 ARM: imx: add missing of_node_put()
504b06e529f1 arm64: dts: imx93-11x11-evk: correct clock and strobe pad setting
767a2c8e7354 arm64: dts: verdin-imx8mm: fix dev board audio playback
f20a2afec502 arm64: dts: imx8mm-beacon: Fix ecspi2 pinmux
0cd7df5204e7 arm64: dts: verdin-imx8mm: fix dahlia audio playback
57e8959f1018 ARM: dts: imx6qdl-gw560x: Remove incorrect 'uart-has-rtscts'
02badccd1fcf ARM: dts: imx7d-pico: Use 'clock-frequency'
79ed997b7146 ARM: dts: imx6ul-pico-dwarf: Use 'clock-frequency'
7eef6180815c arm64: dts: imx8mp-phycore-som: Remove invalid PMIC property
02ef93c4dfb4 soc: imx: imx8mp-blk-ctrl: enable global pixclk with HDMI_TX_PHY PD
8aa234b1a492 dmaengine: ti: k3-udma: Do conditional decrement of UDMA_CHAN_RT_PEER_BCNT_REG
1ec709691008 dmaengine: qcom: gpi: Set link_rx bit on GO TRE for rx operation
7b91820fd753 arm64: dts: qcom: sc8280xp: fix primary USB-DP PHY reset
7003e0ea1418 memory: mvebu-devbus: Fix missing clk_disable_unprepare in mvebu_devbus_probe()
4c69fce6e537 memory: atmel-sdramc: Fix missing clk_disable_unprepare in atmel_ramc_probe()
e665b934695a memory: tegra: Remove clients SID override programming
93f875a8526a Linux 6.1.8
ebb677d21945 soc: qcom: apr: Make qcom,protection-domain optional again
effecd8d116d Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"
fa6357de7c5e block: mq-deadline: Rename deadline_is_seq_writes()
5a69eccf5638 net/mlx5: fix missing mutex_unlock in mlx5_fw_fatal_reporter_err_work()
659518e013d6 octeontx2-pf: Fix the use of GFP_KERNEL in atomic context on rt
ddb98087bd2a net/ulp: use consistent error code when blocking ULP
1eb57b87f106 octeontx2-pf: Avoid use of GFP_KERNEL in atomic context
6da17ac15e35 drm/amdgpu: correct MEC number for gfx11 APUs
40a66b6ca478 drm/amdgpu: add tmz support for GC IP v11.0.4
a63bd0539bf3 drm/amdgpu: add tmz support for GC 11.0.1
a74805429d38 drm/amdgpu: enable GFX Clock Gating control for GC IP v11.0.4
834a91425865 drm/amdgpu: enable GFX Power Gating for GC IP v11.0.4
09af1ee53ced drm/amdgpu: enable GFX IP v11.0.4 CG support
8cbe04b2e0a1 drm/amdgpu: enable PSP IP v13.0.11 support
11ffb9933730 drm/amdgpu/discovery: enable nbio support for NBIO v7.7.1
703011b41c4f drm/amdgpu/pm: use the specific mailbox registers only for SMU IP v13.0.4
fe4d9fb3326e drm/amdgpu/soc21: add mode2 asic reset for SMU IP v13.0.11
c776433afefd drm/amdgpu/pm: add GFXOFF control IP version check for SMU IP v13.0.11
6ed56b86918d drm/amdgpu: add smu 13 support for smu 13.0.11
bb856053b7d7 drm/amdgpu/pm: enable swsmu for SMU IP v13.0.11
3ed03b0b42c4 drm/amdgpu/discovery: add PSP IP v13.0.11 support
7d1e2273f21f drm/amdgpu: add gmc v11 support for GC 11.0.4
ea8f7acc35e2 drm/amdgpu: add gfx support for GC 11.0.4
09157e804d9e drm/amdgpu/discovery: set the APU flag for GC 11.0.4
333814dd71d8 drm/amdgpu: set GC 11.0.4 family
2ecc26293852 drm/amdgpu/discovery: enable mes support for GC v11.0.4
db4fa3b2d7d4 drm/amdgpu/discovery: enable gfx v11 for GC 11.0.4
907d5b697d85 drm/amdgpu/discovery: enable gmc v11 for GC 11.0.4
708509058b79 drm/amdgpu/discovery: enable soc21 common for GC 11.0.4
2705a9548594 x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN
a18417e27ed8 exit: Use READ_ONCE() for all oops/warn limit reads
3f38c2170714 docs: Fix path paste-o for /sys/kernel/warn_count
72c93f9897e9 panic: Expose "warn_count" to sysfs
f53b6dda4d9b panic: Introduce warn_limit
13aa82f00727 panic: Consolidate open-coded panic_on_warn checks
e0738725bbf6 exit: Allow oops_limit to be disabled
46cacd7913c8 exit: Expose "oops_count" to sysfs
767997ef5dc0 exit: Put an upper limit on how often we can oops
acc767cc70ce panic: Separate sysctl logic from CONFIG_SMP
72b0e5faa514 efi: rt-wrapper: Add missing include
f75a91c82dc8 arm64: efi: Execute runtime services from a dedicated stack
ff3b1a624380 fs/ntfs3: Fix attr_punch_hole() null pointer derenference
b542cb024a5d cifs: reduce roundtrips on create/qinfo requests
bf9261e4536f drm/amd/display: disable S/G display on DCN 3.1.4
3ad10fc4ad37 drm/amd/display: disable S/G display on DCN 3.1.5
b105b79ea050 drm/amd/display: Fix COLOR_SPACE_YCBCR2020_TYPE matrix
87e84d0ff97c drm/amd/display: Calculate output_color_space after pixel encoding adjustment
032cebdff71e drm/amd/display: Fix set scaling doesn's work
92c39d699592 drm/i915: Remove unused variable
4397bcbd729d drm/i915: Allow switching away via vga-switcheroo if uninitialized
597747eb58a7 drm/i915/display: Check source height is > 0
38a9b17d3b58 drm/i915: re-disable RC6p on Sandy Bridge
8dabe4e0daa9 drm/amdgpu: Correct the power calcultion for Renior/Cezanne.
d693fdf73eb2 drm/amdgpu: allow multipipe policy on ASICs with one MEC
af4a3c274a92 drm/amdgpu: fix amdgpu_job_free_resources v2
cfb7a66c99ad ARM: omap1: fix !ARCH_OMAP1_ANY link failures
4cc5622b2e9a ARM: dts: qcom: apq8084-ifc6540: fix overriding SDHCI
548ea9dd5e01 VMCI: Use threaded irqs instead of tasklets
32b39dccd69b mei: me: add meteor lake point M DID
a63171d0979c mei: bus: fix unlink on bus in error path
6646d769fdb0 gsmi: fix null-deref in gsmi_get_variable
1c5aaff754f3 serial: exar: Add support for Sealevel 7xxxC serial cards
13efa6b1a304 serial: atmel: fix incorrect baudrate setup
ab47d385da12 serial: amba-pl011: fix high priority character transmission in rs486 mode
e7c07deaa193 dmaengine: idxd: Do not call DMX TX callbacks during workqueue disable
b9e8e3fcfec6 dmaengine: idxd: Prevent use after free on completion memory
99dc4520b74e dmaengine: idxd: Let probe fail when workqueue cannot be enabled
8802fea8dd7f dmaengine: tegra210-adma: fix global intr clear
16848cad1a48 dmaengine: lgm: Move DT parsing after initialization
16b18ee00c40 serial: pch_uart: Pass correct sg to dma_unmap_sg()
caf81ca977b3 dt-bindings: phy: g12a-usb3-pcie-phy: fix compatible string documentation
f1288e054995 dt-bindings: phy: g12a-usb2-phy: fix compatible string documentation
1f1007d1301b arm64: dts: imx8mp: correct usb clocks
2cab24bd8f43 usb-storage: apply IGNORE_UAS only for HIKSEMI MD202 on RTL9210
09e4507ec8ef usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()
96abcf7230d7 USB: gadget: Add ID numbers to configfs-gadget driver names
f9c8c6b34d5d usb: gadget: g_webcam: Send color matching descriptor per frame
184cfc6afb55 usb: typec: altmodes/displayport: Fix pin assignment calculation
632b223797a9 usb: typec: altmodes/displayport: Add pin assignment helper
9a027eeb9860 usb: typec: tcpm: Fix altmode re-registration causes sysfs create fail
421492f229f0 usb: musb: fix error return code in omap2430_probe()
b3fdc02c6123 usb: host: ehci-fsl: Fix module alias
34f207ed1c10 usb: cdns3: remove fetched trb from cache before dequeuing
feb7840e57ca USB: serial: cp210x: add SCALANCE LPE-9000 device id
616fd34d0170 USB: gadgetfs: Fix race between mounting and unmounting
f59549814a64 selftests: mptcp: userspace: validate v4-v6 subflows mix
f44ce132016f mptcp: netlink: respect v4/v6-only sockets
1423c12b4f0c mptcp: explicitly specify sock family at subflow creation time
36fc7317cdb1 io_uring/poll: don't reissue in case of poll race on multishot request
66144d830f59 pktcdvd: check for NULL returna fter calling bio_split_to_limits()
64152e05a4de tty: fix possible null-ptr-defer in spk_ttyio_release
fd524ca7fe45 tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO buffer
8de08b0c44ae bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG_UNLOAD
ea41602d3b2f riscv: dts: sifive: fu740: fix size of pcie 32bit memory
d1b531efcb8e thunderbolt: Do not call PM runtime functions in tb_retimer_scan()
16b4b0f8e5a0 thunderbolt: Do not report errors if on-board retimers are found
15a2e23fd585 thunderbolt: Use correct function to calculate maximum USB3 link rate
627ae8c6271e thunderbolt: Disable XDomain lane 1 only in software connection manager
d048df8baf90 cifs: do not include page data when checking signature
1004fc90f0d7 btrfs: fix race between quota rescan and disable leading to NULL pointer deref
8af00fc7b670 btrfs: fix invalid leaf access due to inline extent during lseek
bb2c2e62539f btrfs: qgroup: do not warn on record without old_roots populated
34fe5b527e68 btrfs: do not abort transaction on failure to update log root
23ffd7fc231a btrfs: do not abort transaction on failure to write log tree when syncing log
076fb040d447 btrfs: add missing setup of log for full commit at add_conflicting_inode()
f4c0df59e01a btrfs: fix directory logging due to race with concurrent index key deletion
168492decbb6 btrfs: fix missing error handling when logging directory items
6ec841132994 btrfs: add extra error messages to cover non-ENOMEM errors from device_add_list()
f2f52dd4f50f mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end
bcde505af166 mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMA
3b8ede66658c mm/hugetlb: pre-allocate pgtable pages for uffd wr-protects
8d6a675cd744 mm/hugetlb: fix uffd-wp handling for migration entries in hugetlb_change_protection()
6062c992e912 mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()
33b161041471 mmc: sdhci-esdhc-imx: correct the tuning start tap and step setting
b7465be89040 mmc: sunxi-mmc: Fix clock refcount imbalance during unbind
7a106e8a1cdb ACPI: PRM: Check whether EFI runtime is available
580a2a541273 comedi: adv_pci1760: Fix PWM instruction handling
6a1594a780e7 usb: core: hub: disable autosuspend for TI TUSB8041
079c78c68714 misc: fastrpc: Fix use-after-free race condition for maps
35ddd482345c misc: fastrpc: Don't remove map on creater_process and device_release
a50c5c25b6e7 misc: fastrpc: Fix use-after-free and race in fastrpc_map_find
bab5687f4d1b usb: misc: onboard_hub: Move 'attach' work to the driver
cbb0da62573c usb: misc: onboard_hub: Invert driver registration order
aa5b95982f45 USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100
5d6ecc63abb4 staging: vchiq_arm: fix enum vchiq_status return types
32117ec83932 USB: serial: option: add Quectel EM05CN modem
2c163640ed73 USB: serial: option: add Quectel EM05CN (SG) modem
5fd46948fd51 USB: serial: option: add Quectel EC200U modem
1048bc1b852d USB: serial: option: add Quectel EM05-G (RS) modem
1e39e0b47ce6 USB: serial: option: add Quectel EM05-G (CS) modem
4173c542195c USB: serial: option: add Quectel EM05-G (GR) modem
91185568c99d prlimit: do_prlimit needs to have a speculation check
08bf23c33979 xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI tables
b7904d20157c usb: acpi: add helper to check port lpm capability using acpi _DSM
8c36de093546 xhci: Add a flag to disable USB3 lpm on a xhci root port level.
60c1eb013e1e xhci: Add update_hub_device override for PCI xHCI hosts
ea2ee5e9991c xhci: Fix null pointer dereference when host dies
08864dc14a68 usb: xhci: Check endpoint is valid before dereferencing it
0a8a71c4cb7d xhci-pci: set the dma max_seg_size
806e5ac71d34 Revert "serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler"
2b5412ca6fd3 serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler
48b94e49980b mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
63f71b860901 hugetlb: unshare some PMDs when splitting VMAs
1cb76f566949 mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE
0bf463939c09 nilfs2: fix general protection fault in nilfs_btree_insert()
d3317baa34e9 zonefs: Detect append writes at invalid locations
87615c0e5351 LoongArch: Add HWCAP_LOONGARCH_CPUCFG to elf_hwcap
51a7ad5b60ef Add exception protection processing for vd in axi_chan_handle_err function
6d114116da1b proc: fix PIE proc-empty-vm, proc-pid-vm tests
e733121383c0 nommu: fix split_vma() map_count error
6447569f4fce nommu: fix do_munmap() error path
1442d51026c5 nommu: fix memory leak in do_mmap() error path
a57c981d9f24 wifi: mac80211: fix initialization of rx->link and rx->link_sta
c838df8461a6 wifi: mac80211: sdata can be NULL during AMPDU start
b8d1d53bef5e wifi: mac80211: reset multiple BSSID options in stop_ap()
10644c9828c8 wifi: mac80211: fix MLO + AP_VLAN check
1590cee5342e wifi: brcmfmac: fix regression for Broadcom PCIe wifi devices
ea3ebda47dd5 Bluetooth: hci_qca: Fix driver shutdown on closed serdev
3b062a48b0de Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2
4e18618ced3b fbdev: omapfb: avoid stack overflow warning
b019db2fcf09 of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2
3848b6b2a696 perf/x86/rapl: Add support for Intel Emerald Rapids
f5f3c924f4fd perf/x86/rapl: Add support for Intel Meteor Lake
6fb614c68406 memblock tests: Fix compilation error.
060266625604 cifs: fix race in assemble_neg_contexts()
66c8b7b6e4bd perf/x86/rapl: Treat Tigerlake like Icelake
1c38cdc747f0 f2fs: let's avoid panic if extent_tree is not created
8ca718778b77 x86/asm: Fix an assembler warning with current binutils
853ffa1511b0 btrfs: always report error in run_one_delayed_ref()
5744ba445c9a selftests: net: fix cmsg_so_mark.sh test hang
307e8d9eef65 RDMA/srp: Move large values to a new enum for gcc13
6c27fc157479 bpf: keep a reference to the mm, in case the task is dead.
af0bedfbcb81 r8169: fix dmar pte write access is not set error
315a779c838d r8169: move rtl_wol_enable_rx() and rtl_prepare_power_down()
27b510785068 net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy stats
11891c80f1a9 vdpa_sim_net: should not drop the multicast/broadcast packet
c6c6af90101f vduse: Validate vq_num in vduse_validate_config()
ab23a6dbfc72 virtio_pci: modify ENOENT to EINVAL
af3fca732e9a vdpa/mlx5: Avoid overwriting CVQ iotlb
909b96557b38 vdpa/mlx5: Avoid using reslock in event_handler
6dbffca77f12 vdpa/mlx5: Return error on vlan ctrl commands if not supported
dc6466fcdefe tools/virtio: initialize spinlocks in vring_test.c
a65644cef5db net: ethernet: marvell: octeontx2: Fix uninitialized variable warning
2e5d5c4ae77d selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID
16e7fb3cc305 pNFS/filelayout: Fix coalescing test for single DS
77043645aa6c wifi: iwlwifi: fw: skip PPAG for JF
d1607059375d btrfs: fix trace event name typo for FLUSH_DELAYED_REFS
34762a3d6a85 dma-buf: fix dma_buf_export init order v2
(From OE-Core rev: 13b7e9a13488fc66564f11871699a71b9f895fad)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
3bcc86eb3ed9 Linux 5.15.89
37c18ef49ec3 pinctrl: amd: Add dynamic debugging for active GPIOs
a5841b81adfa Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"
7ec9a45fc4ee block: handle bio_split_to_limits() NULL return
ba86db02d408 io_uring/io-wq: only free worker if it was allocated for creation
bb135bcc9499 io_uring/io-wq: free worker if task_work creation is canceled
63c2fa09b856 scsi: mpt3sas: Remove scsi_dma_map() error messages
e2ea55564229 efi: fix NULL-deref in init error path
94b6cf84db42 arm64: cmpxchg_double*: hazard against entire exchange variable
3891fa4982b9 arm64: atomics: remove LL/SC trampolines
61e86339af2a arm64: atomics: format whitespace consistently
ed4629d1e968 io_uring: lock overflowing for IOPOLL
fbf501514182 KVM: x86: Do not return host topology information from KVM_GET_SUPPORTED_CPUID
ee16841134be Documentation: KVM: add API issues section
b8f3b3cffb4a mm: Always release pages to the buddy allocator in memblock_free_late().
d2dc110deabe platform/surface: aggregator: Add missing call to ssam_request_sync_free()
cfd5978411ed igc: Fix PPS delta between two synchronized end-points
0bf52601ced1 perf build: Properly guard libbpf includes
205f35eee7be net/mlx5e: Don't support encap rules with gbp option
0526fc9330fe net/mlx5: Fix ptp max frequency adjustment range
9e2c38827cdc net/sched: act_mpls: Fix warning during failed attribute validation
e3bb44beafde tools/nolibc: fix the O_* fcntl/open macro definitions for riscv
1e6ec75bb3b5 tools/nolibc: restore mips branch ordering in the _start block
bd0431a66c39 tools/nolibc: Remove .global _start from the entry point code
a77c54f5b50c tools/nolibc/arch: mark the _start symbol as weak
da51e086d154 tools/nolibc/arch: split arch-specific code into individual files
8591e788bea3 tools/nolibc/types: split syscall-specific definitions into their own files
4fceecdeaa8a tools/nolibc/std: move the standard type definitions to std.h
1792136f228e tools/nolibc: use pselect6 on RISCV
487386a49e01 tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`
27af4f2260cd tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber list
a60b24192b1f af_unix: selftest: Fix the size of the parameter to connect()
39ae73e58111 nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
f6003784b1f6 hvc/xen: lock console list traversal
79c58b74244d octeontx2-af: Fix LMAC config in cgx_lmac_rx_tx_enable
303d06288122 tipc: fix unexpected link reset due to discovery messages
e79d0f97cc6e ALSA: usb-audio: Relax hw constraints for implicit fb sync
c9557906bd3b ALSA: usb-audio: Make sure to stop endpoints before closing EPs
83e758105bc8 ASoC: wm8904: fix wrong outputs volume after power reactivation
7c26d218729b scsi: ufs: core: WLUN suspend SSU/enter hibern8 fail recovery
513fdf0b8e20 scsi: ufs: Stop using the clock scaling lock in the error handler
13259b60b71b scsi: mpi3mr: Refer CONFIG_SCSI_MPI3MR in Makefile
470f6a9175f1 regulator: da9211: Use irq handler when ready
24107ad469df x86/resctrl: Fix task CLOSID/RMID update race
cd3da505fb35 EDAC/device: Fix period calculation in edac_device_reset_delay_period()
ab0d02c53a60 x86/boot: Avoid using Intel mnemonics in AT&T syntax asm
a90d339f1f66 powerpc/imc-pmu: Fix use of mutex in IRQs disabled section
511cf17b2447 netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.
b22faa21b623 sched/core: Fix use-after-free bug in dup_user_cpus_ptr()
d766ccadbe85 iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()
c929a230c844 iommu/iova: Fix alloc iova overflows issue
4b51aa263ae4 usb: ulpi: defer ulpi_register on ulpi_read_id timeout
9a8bf443f6a2 bus: mhi: host: Fix race between channel preparation and M0 event
456e3794e08a ipv6: raw: Deduct extension header length in rawv6_push_pending_frames
4c93422a54cd ixgbe: fix pci device refcount leak
e97da5d97a97 platform/x86: sony-laptop: Don't turn off 0x153 keyboard backlight during probe
f3b1e04daf86 dt-bindings: msm/dsi: Don't require vcca-supply on 14nm PHY
52a5f596c6cc dt-bindings: msm/dsi: Don't require vdds-supply on 10nm PHY
984ad875db80 drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer
92ae83665e9e platform/x86: ideapad-laptop: Add Legion 5 15ARH05 DMI id to set_fn_lock_led_list[]
e38b5f81dfa8 dt-bindings: msm: dsi-phy-28nm: Add missing qcom, dsi-phy-regulator-ldo-mode
bb32ab40cb7f dt-bindings: msm: dsi-controller-main: Fix description of core clock
3fb8d10beef9 dt-bindings: msm: dsi-controller-main: Fix power-domain constraint
dc5b651cad66 drm/msm/adreno: Make adreno quirks not overwrite each other
757d665ee1fe dt-bindings: msm: dsi-controller-main: Fix operating-points-v2 constraint
c90cf47d309a platform/x86: dell-privacy: Fix SW_CAMERA_LENS_COVER reporting
25b5f693bc2d platform/surface: aggregator: Ignore command messages not intended for us
ee7b8ce2cc28 platform/x86: dell-privacy: Only register SW_CAMERA_LENS_COVER if present
e0072068adaf cifs: Fix uninitialized memory read for smb311 posix symlink create
f3495b5e9e68 net/mlx5e: Set action fwd flag when parsing tc action goto
1a8431cc202a drm/i915/gt: Reset twice
011ecdbcd520 drm/virtio: Fix GEM handle creation UAF
798dfeeae33d s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()
a400593eb373 s390/cpum_sf: add READ_ONCE() semantics to compare and swap loops
d4fa65960a9d ASoC: qcom: lpass-cpu: Fix fallback SD line index handling
8400b91c11db s390/kexec: fix ipl report address for kdump
c07e0babd1df perf auxtrace: Fix address filter duplicate symbol selection
e81d82da619a net: stmmac: add aux timestamps fifo clearance wait
44167b74a8a3 docs: Fix the docs build with Sphinx 6.0
24176bf2a145 efi: tpm: Avoid READ_ONCE() for accessing the event log
01b966b14c6e selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
c773ebe11c39 KVM: arm64: nvhe: Fix build with profile optimization
c1d6a72fc810 KVM: arm64: Fix S1PTW handling on RO memslots
e04e6cd8830f ALSA: hda/realtek: Enable mute/micmute LEDs on HP Spectre x360 13-aw0xxx
b983c9a9714e ALSA: hda/realtek - Turn on power early
9ab3696881ca ALSA: control-led: use strscpy in set_led_id()
a8acfe2c6fb9 netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits
90bb4f8f399f Linux 5.15.88
cbd3e6d5e516 ALSA: hda - Enable headset mic on another Dell laptop with ALC3254
b98dee474642 ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
26350c21bc5e ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF
dadd0dcaa67d net/ulp: prevent ULP without clone op from entering the LISTEN status
04941c1d5bb5 net: sched: disallow noqueue for qdisc classes
068b51219362 serial: fixup backport of "serial: Deassert Transmit Enable on probe in driver-specific way"
46aa1557581f selftests/vm/pkeys: Add a regression test for setting PKRU through ptrace
3c1940c54922 x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not set
3f1c81426a9f x86/fpu: Allow PKRU to be (once again) written by ptrace.
b29773d6b0bb x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
9813c5fc22bc x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate().
fea26e83a196 x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate()
d4d152017e1d parisc: Align parisc MADV_XXX constants with all other architectures
(From OE-Core rev: 6398ae4f5c5d07500ffdf0ae1bc0ecf80b63dbca)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
21e996306a6a Linux 6.1.7
046c9972dd40 pinctrl: amd: Add dynamic debugging for active GPIOs
86cd9d9ebda6 Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"
73a630b359c8 block: handle bio_split_to_limits() NULL return
e62e6258ab14 io_uring/io-wq: only free worker if it was allocated for creation
0a14c3ded80c io_uring/io-wq: free worker if task_work creation is canceled
3925336af00f drm/i915: Fix CFI violations in gt_sysfs
c06015ebc436 io_uring/poll: attempt request issue after racy poll wakeup
7fc3990dad04 io_uring: lock overflowing for IOPOLL
adc96d30f650 efi: fix NULL-deref in init error path
a474d4ad59cd ALSA: usb-audio: Fix possible NULL pointer dereference in snd_usb_pcm_has_fixed_rate()
394416282129 platform/x86/amd: Fix refcount leak in amd_pmc_probe
50b3cdf8239b platform/surface: aggregator: Add missing call to ssam_request_sync_free()
de76fc134f74 bnxt: make sure we return pages to the pool
4fe577ad7b29 net: hns3: fix wrong use of rss size during VF rss config
c2258d55935c net: lan966x: check for ptp to be enabled in lan966x_ptp_deinit()
bbc17e883cba igc: Fix PPS delta between two synchronized end-points
8c3dc300617c perf kmem: Support field "node" in evsel__process_alloc_event() coping with recent tracepoint restructuring
4e81a8a47dc6 perf kmem: Support legacy tracepoints
d4bc9f017f31 perf build: Properly guard libbpf includes
c8ca0ad10df0 octeontx2-pf: Fix resource leakage in VF driver unbind
0daf5f4a1eef selftests/net: l2_tos_ttl_inherit.sh: Ensure environment cleanup on failure.
2440f74a9967 selftests/net: l2_tos_ttl_inherit.sh: Run tests in their own netns.
1621f9a53948 selftests/net: l2_tos_ttl_inherit.sh: Set IPv6 addresses with "nodad".
514d9c6a3921 net/mlx5e: Fix macsec possible null dereference when updating MAC security entity (SecY)
9be4e25bdc1f net/mlx5e: Fix macsec ssci attribute handling in offload path
e02190787f11 net/mlx5e: Don't support encap rules with gbp option
f594f740c352 net/mlx5: Fix ptp max frequency adjustment range
0fa15a13670d net/mlx5e: IPoIB, Fix child PKEY interface stats on rx path
5844a46f09f7 net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent
b5f108e202b7 net/mlx5e: IPoIB, Block queue count configuration when sub interfaces are present
798604a1bd6e net/mlx5e: Verify dev is present for fix features ndo
ddf458641a51 net/mlx5: Fix command stats access after free
1f232fb61913 net/mlx5e: TC, Keep mod hdr actions after mod hdr alloc
39124c14af45 net/mlx5: check attr pointer validity before dereferencing it
7697de4ad708 Revert "r8169: disable detection of chip version 36"
8a97b544b98e net/sched: act_mpls: Fix warning during failed attribute validation
7ac9578e45b2 drm/vmwgfx: Remove rcu locks from user resources
a3be7e2afc43 drm/vmwgfx: Remove vmwgfx_hashtab
7f3d691dedfe drm/vmwgfx: Refactor ttm reference object hashtable to use linux/hashtable.
e98d62090b6d drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable implementation.
c00e42f1c9f1 drm/vmwgfx: Remove ttm object hashtable
8557e0e42e02 drm/vmwgfx: Refactor resource manager's hashtable to use linux/hashtable implementation.
2f3313c55544 drm/vmwgfx: Write the driver id registers
96a987318855 ice: Add check for kzalloc
500ca1da9d08 ice: Fix potential memory leak in ice_gnss_tty_write()
f2faf0699af7 drm/amdgpu: Fix potential NULL dereference
cd57d5e5e28e tools/nolibc: fix the O_* fcntl/open macro definitions for riscv
91fa2bd35280 tools/nolibc: restore mips branch ordering in the _start block
c878ac66db42 ASoC: qcom: Fix building APQ8016 machine driver without SOUNDWIRE
31a997c40a8a af_unix: selftest: Fix the size of the parameter to connect()
0b1605e45c36 gro: take care of DODGY packets
df9cddce8f99 gro: avoid checking for a failed search
8998db5021a2 nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
7bed0d49ca35 hvc/xen: lock console list traversal
92b0051217f2 sched/core: Fix arch_scale_freq_tick() on tickless systems
d995fadd7f09 octeontx2-af: Fix LMAC config in cgx_lmac_rx_tx_enable
973acfdfe90c nfsd: fix handling of cached open files in nfsd4_open codepath
0aba4dd7f269 nfsd: rework refcounting in filecache
65469b10522f NFSD: Add an nfsd_file_fsync tracepoint
4ec7a0f277d0 nfsd: reorganize filecache.c
d7a6c190012a nfsd: remove the pages_flushed statistic from filecache
1c36dc563e1c NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection
7e4d3d500458 NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"
90d5095b76f4 NFSD: Pass the target nfsd_file to nfsd_commit()
5ac01865a2b9 tipc: fix unexpected link reset due to discovery messages
34aed3646e82 stmmac: dwmac-mediatek: remove the dwmac_fix_mac_speed
0d81b8e86e75 ALSA: usb-audio: Relax hw constraints for implicit fb sync
254328ba4cd3 ALSA: usb-audio: Make sure to stop endpoints before closing EPs
fc78cb85abd0 mtd: cfi: allow building spi-intel standalone
6e4131245240 mtd: parsers: scpart: fix __udivdi3 undefined on mips
c5d032482c23 ASoC: wm8904: fix wrong outputs volume after power reactivation
c6fa1de83fd8 drm/msm/dpu: Fix memory leak in msm_mdss_parse_data_bus_icc_path
7928737dd149 drm/msm/dpu: Fix some kernel-doc comments
fba1b23befd8 ASoC: Intel: sof-nau8825: fix module alias overflow
bc9b113d3c88 ASoC: Intel: sof_nau8825: support rt1015p speaker amplifier
c8eb7ac95a1e ASoC: Intel: fix sof-nau8825 link failure
bf5838132d1e scsi: ufs: core: WLUN suspend SSU/enter hibern8 fail recovery
9bfa3a615037 scsi: mpi3mr: Refer CONFIG_SCSI_MPI3MR in Makefile
87c71e88f6a6 scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VM
ad1336274f73 regulator: da9211: Use irq handler when ready
07ac5db2d840 x86/resctrl: Fix event counts regression in reused RMIDs
d01c6557478b x86/resctrl: Fix task CLOSID/RMID update race
c1c59538337a x86/pat: Fix pat_x_mtrr_type() for MTRR disabled case
1dc8c5574cc2 EDAC/device: Fix period calculation in edac_device_reset_delay_period()
b43d52eeca7d x86/boot: Avoid using Intel mnemonics in AT&T syntax asm
424bcb570cb3 powerpc/imc-pmu: Fix use of mutex in IRQs disabled section
213b22abdf8f selftests: netfilter: fix transaction test script timeout handling
e88865876d47 netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.
7b5cc7fd1789 sched/core: Fix use-after-free bug in dup_user_cpus_ptr()
bad1a2194485 iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY even betterer
a1b9c7b1978a iommu/arm-smmu: Don't unregister on shutdown
abebd865a896 iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()
ead3e6c79479 iommu/arm-smmu-v3: Don't unregister on shutdown
61cbf790e732 iommu/iova: Fix alloc iova overflows issue
68a6f7dbf8a4 mm: Always release pages to the buddy allocator in memblock_free_late().
309278736f35 drm/amdgpu: enable VCN DPG for GC IP v11.0.4
e30be0ada6e2 drm/amdgpu: Enable pg/cg flags on GC11_0_4 for VCN
6ef4543f1f3b drm/amdgpu: add soc21 common ip block support for GC 11.0.4
d90de26bdc97 drm/amd/pm: enable GPO dynamic control support for SMU13.0.7
d167ce6c47db drm/amd/pm: enable GPO dynamic control support for SMU13.0.0
5e594dbf6e76 drm/amd/pm: Enable bad memory page/channel recording support for smu v13_0_0
e59d46eed1d9 drm/amd/pm: enable mode1 reset on smu_v13_0_10
9bd180b6f9d0 usb: ulpi: defer ulpi_register on ulpi_read_id timeout
5c855bcc7306 drm/i915/gt: Cleanup partial engine discovery failures
5e4194d89ffe iavf/iavf_main: actually log ->src mask when talking about it
0afa5f073658 ipv6: raw: Deduct extension header length in rawv6_push_pending_frames
c49996c6aa03 ixgbe: fix pci device refcount leak
fb8534b7960f platform/x86: sony-laptop: Don't turn off 0x153 keyboard backlight during probe
0f21e225ff48 dt-bindings: msm/dsi: Don't require vcca-supply on 14nm PHY
3c0d5bb904a2 dt-bindings: msm/dsi: Don't require vdds-supply on 10nm PHY
b7dcbca46db3 drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer
4b5d9c95b437 platform/x86: ideapad-laptop: Add Legion 5 15ARH05 DMI id to set_fn_lock_led_list[]
21e5eca0ac90 arm64/mm: fix incorrect file_map_count for invalid pmd
06f8be16be51 arm64: ptrace: Use ARM64_SME to guard the SME register enumerations
a9a6715272a7 dt-bindings: msm: dsi-phy-28nm: Add missing qcom, dsi-phy-regulator-ldo-mode
a006aaffd78f arm64/mm: add pud_user_exec() check in pud_user_accessible_page()
05458ee3ff82 arm64/signal: Always accept SVE signal frames on SME only systems
4b855673cf3d dt-bindings: msm: dsi-controller-main: Fix description of core clock
b5affe7e0b3a dt-bindings: msm: dsi-controller-main: Fix power-domain constraint
4fa6b43ba44b arm64/signal: Always allocate SVE signal frames on SME only systems
b72bd13bc500 drm/msm/adreno: Make adreno quirks not overwrite each other
d0f52562b891 firmware/psci: Don't register with debugfs if PSCI isn't available
a30aafcfba8f firmware/psci: Fix MEM_PROTECT_RANGE function numbers
b107b08c41b3 drm/msm: another fix for the headless Adreno GPU
96ec2f82aea0 dt-bindings: msm: dsi-controller-main: Fix operating-points-v2 constraint
dfa4ff480fe6 platform/x86: dell-privacy: Fix SW_CAMERA_LENS_COVER reporting
0e082105895c platform/x86: asus-wmi: Don't load fan curves without fan
127bf1d6bfe3 platform/x86: thinkpad_acpi: Fix profile mode display in AMT mode
c7acfd933d96 platform/x86: int3472/discrete: Ensure the clk/power enable pins are in output mode
7221c2a7be64 platform/surface: aggregator: Ignore command messages not intended for us
3a79bad87616 platform/x86: dell-privacy: Only register SW_CAMERA_LENS_COVER if present
1f4a9408024e ACPI: video: Allow selecting NVidia-WMI-EC or Apple GMUX backlight from the cmdline
462ed8a2beba ASoC: rt9120: Make dev PM runtime bind AsoC component PM
617401df4605 io_uring/fdinfo: include locked hash table in fdinfo output
f0f326dc9794 cifs: fix double free on failed kerberos auth
888c060bc327 cifs: do not query ifaces on smb1 mounts
d54a3ef8b8bd cifs: fix file info setting in cifs_open_file()
5a574327d1c5 cifs: fix file info setting in cifs_query_path_info()
d4b7ff9edebc cifs: Fix uninitialized memory read for smb311 posix symlink create
f905e03c8ff6 Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly""
69a75087cd1f drm/amd/display: move remaining FPU code to dml folder
363781f72d46 drm/amd/pm: add the missing mapping for PPT feature on SMU13.0.0 and 13.0.7
b435f68e415c drm/amd/pm: correct the reference clock for fan speed(rpm) calculation
9196eb7c52e5 drm/amdgpu: Fixed bug on error when unloading amdgpu
dcfeba477b3e drm/amd: Delay removal of the firmware framebuffer
b696c627b3f5 drm/i915: Fix potential context UAFs
8874730ecefe drm/i915: Reserve enough fence slot for i915_vma_unbind_async
4009502c091c drm/i915/gt: Reset twice
42526442fe3e drm: Optimize drm buddy top-down allocation method
b8e6fc445990 drm/amd/pm/smu13: BACO is supported when it's in BACO state
adc48e5e408a drm/virtio: Fix GEM handle creation UAF
b6ac9ded42ae s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()
45a584f139e8 s390/cpum_sf: add READ_ONCE() semantics to compare and swap loops
ba518c5b6429 cpufreq: amd-pstate: fix kernel hang issue while amd-pstate unregistering
80a82f6eb3b7 elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}
5fc5cdee8ef2 ASoC: qcom: lpass-cpu: Fix fallback SD line index handling
20fa7855af45 brcmfmac: Prefer DT board type over DMI board type
ab4b5a2154bc s390/kexec: fix ipl report address for kdump
90e585b6ab23 perf auxtrace: Fix address filter duplicate symbol selection
2da1ba6f56f6 net: stmmac: add aux timestamps fifo clearance wait
0bb6742bf81a ACPI: Fix selecting wrong ACPI fwnode for the iGPU on some Dell laptops
8f282a84f31c arm64: cmpxchg_double*: hazard against entire exchange variable
f5731a792486 arm64: mte: Avoid the racy walk of the vma list during core dump
87b3a402bbc5 arm64: mte: Fix double-freeing of the temporary tag storage during coredump
4ad6c0635416 io_uring/poll: add hash if ready poll request can't complete inline
78c8b66a697a docs: Fix the docs build with Sphinx 6.0
e2cee489f24f efi: tpm: Avoid READ_ONCE() for accessing the event log
5b66b27b9dee efi: fix userspace infinite retry read efivars after EFI runtime services page fault
9a1195c58432 KVM: arm64: Fix S1PTW handling on RO memslots
d778e68faa6a KVM: x86: Do not return host topology information from KVM_GET_SUPPORTED_CPUID
82972d60f46f ALSA: hda/realtek: Enable mute/micmute LEDs on HP Spectre x360 13-aw0xxx
779c7c7ea8e0 ALSA: hda/realtek - Turn on power early
e1e0a181aea3 ALSA: usb-audio: Always initialize fixed_rate in snd_usb_find_implicit_fb_sync_format()
e59e115d67d6 ALSA: control-led: use strscpy in set_led_id()
303a04b6562e Revert "ALSA: usb-audio: Drop superfluous interface setup at parsing"
76ef74d4a379 netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits
38f3ee12661f Linux 6.1.6
cb9b3951d636 ALSA: hda: cs35l41: Check runtime suspend capability at runtime_idle
a6d58eff4f83 ALSA: hda - Enable headset mic on another Dell laptop with ALC3254
8107550bfe11 ALSA: hda: cs35l41: Don't return -EINVAL from system suspend/resume
57f6bea5218c ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform
0e19738afc84 ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
d6ad4bd1d896 ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF
e8988e878af6 net: sched: disallow noqueue for qdisc classes
cd2e80a3ac70 gcc: disable -Warray-bounds for gcc-11 too
8cc0e63ba86c Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
29fbaa434c22 selftests/vm/pkeys: Add a regression test for setting PKRU through ptrace
d2602da3da87 x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not set
587478470b0a x86/fpu: Allow PKRU to be (once again) written by ptrace.
bfa72faf69e8 x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
a442736b704d x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate().
f28418b06f6b x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate()
763b92568726 parisc: Align parisc MADV_XXX constants with all other architectures
(From OE-Core rev: 18aaa6ae51d1e1d51a7eeeebf011adccc727efc0)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Call logger.info() in the log_message handler so that we get request
logging, and hopefully even error messages.
Create a child logger to be neat and compartmentalise the logging.
Add a __main__ entrypoint so this class can be exercised outside of oeqa.
Remove unused traceback import.
(From OE-Core rev: 8fc939d942cec1662ca386b87c63f167bb10fd05)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Pass our logger to the HTTPService instance so we can see the requests
and any errors.
(From OE-Core rev: 3485df2ff61143aac03d92300b7bac4e5d6b2427)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is specific to Git-for-Windows.
(From OE-Core rev: c8849af809e0213d43e18e5d01067eeeb61b330d)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This fixes CVE-2022-41903 and CVE-2022-23521.
(From OE-Core rev: 8395d2512c5335635fff3ce2043ac71fe1948c42)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This does not actually guarantee that the child runqemu process has completely exited:
poll() may return prematurely while the SIGTERM handler in runqemu is still running.
This thwarts the rest of the processing, and may terminate the handler before
it completes.
Use Popen.communicate() instead: this is what python documentation recommends as well:
https://docs.python.org/3/library/subprocess.html#subprocess.Popen.communicate
(From OE-Core rev: cd3e55606c427287f37585c5d7cde936471e52f4)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This helps in overcoming a problem when using scons with ccache enabled.
When commands get longer, then it resorts to using response files to do
the operations e.g. @/tmp/tmp96j6icra.lnk when this response file is
inboked by compiler it works ok, however, this does not when ccache is
used to invoke the complilation. We see errors e.g.
ccache @/tmp/tmppsyij_0v.lnk
ccache: error: execute_noreturn of @/tmp/tmppsyij_0v.lnk failed: No such file or directory
Using MAXLINELENGTH setting ensures that we can use ARG_MAX to extend
the length of commandline and hence avoid using response files. This
issue is also reported in mongodb [1]
[1] https://jira.mongodb.org/browse/SERVER-38389
(From OE-Core rev: 29558f6218f4676b459f2c78f82d245339d51c8c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
python bindings need cython to build, moreover they have been removed
from future releases upstream nghttp2 [1]
This ensures consistent builds as it does not need cython which was
being used from build host if it is installed. With some distros e.g.
archlinux it caused conflicts with python from python-native
[1] b4cb3b0090
(From OE-Core rev: ce59be9d48fa679ad54b70368d8a76daadbe88ba)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Disable ZStd to avoid needing libzstd in llvm (mirrors zlib disable).
Generate complete list of rust-snapshot artefacts from src/stage0.json.
Drop clippy-driver reproducibility change as the code is gone from
upstream.
Release notes:
https://releases.rs/docs/1.67.0/
License-Update: Unicode-TOU text added (already in our license string)
(From OE-Core rev: 4900e0c5cb8a092a1d77d4f26249afa59b241da6)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The main reason for this is an issue with latest libtiff update that causes
gtk4-native configure to fail in finding libtiff (while it just builds
fine for target).
By comparing libtiff-4.pc for native and target it turned out, that
it links for native with zstd and libdeflate. Probably because those libs
were found on my host system.
Adding PACKAGECONFIGS for the libs prevents us from taking them from the host.
(From OE-Core rev: ca2e2035b9d81a230a1a63f51b1300418e9b9ca6)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- update to next (un)stable version 1.36.0
- refresh defconfig
- disable new applets (tree, tsort, seedrng)
- use hw-accel for sha1/256 sums when available
- remove and refresh already merged patches
(From OE-Core rev: 2e9989a8f8b5b93476e551475df010add32aac31)
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Deleting data files whilst bitbake is running isn't a great idea.
Make sure memory resident bitbake is stopped if present and make
the file deletions a little more specific and safer too while we're
here.
Note: The cache directory layout is different on older releases (some
are split level) so this won't be a direct backport to some.
(From OE-Core rev: fa3f1f67abae1d90bede2e98bf7293603fd1307c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Rebased fix-rs6000-crt0.patch
- Patch fix_makefile_include_arm_h.patch is no longer required, the newlib
header dependency has been fixed upstream at 26f9cfd7
- LICENSE checksum change due to:
- Adding SPDX identifier
- Deleted Phoenix Systems from License and updated each licenses
numbers accordingly.
- Add a dummy limits.h header, to make the improved preprocessor
checks happy during configure.
- Add a patch for libgloss to maintain current behavior of TCLIBC=newlib
by making libgloss DEPEND on newlib and use its installed headers.
- Switch to git fetcher to simplify fetching the sources and avoid future
issues due to the way newlib release snapshots were being published.
(From OE-Core rev: 1c9cbb27dfe37ca4574c4285fb03ce394dee5ed1)
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The bug this was intended to find has been resolved, so we don't need
this extra noise in the logs.
This reverts commit bd1edfa3d5.
(From OE-Core rev: 54ae53ef3e4ad51fc9a01155588b62f29c994742)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We've had a couple of reports of recipes expecting to be able to call
split("-") on PN. There isn't any real harm in adding a dash to the dummy
PN value to avoid these errors.
(From OE-Core rev: 10e140d98790ce28b440b8e8697a4311658fe4df)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The definitions in linux-kernel-base are needed to ensure the generated headers
are consistent. This was a small step that was missing from the previous
changes to linux-kernel-base as both kernel-devsrc and make-mod-scripts
need this information defined consistently.
(From OE-Core rev: 0d79d4883f924cef0d0ba361506ad75d441b9721)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The patch that allows to do so has not been accepted upstream, and wasn't correctly
working as it was running a native executable (gdk-pixbuf-query-loaders) with target .so plugins.
On the other hand, out of 20+ (currently 23) tests only three require
running binaries at build time to produce special test-specific input data:
cve-2015-4491
pixbuf-pixdata
pixbuf-resource
So let's simply omit these from the build: this can be done with a far
less invasive patch which has a chance of being accepted upstream.
gdk-pixbuf-print-mime-types is no longer installed
(the replaced patch was doing that).
(From OE-Core rev: 0d926508e75095eb446699b612729d0243eacc91)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
5.19 will be removed shortly, bumping the preferred versions for
poky/poky-tiny to 6.1. The -alt config remains on 5.15.
(From meta-yocto rev: 535ef93ef68af20b06effb0dd899895a192bb412)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6.1 has been soaking for a while now, so it is time to bump the
default qemu version to 6.1 and prepare to remove 5.19.
(From OE-Core rev: 91c1f7d4eb9ec5ad683c798812395df3a56747ba)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
On master oe, build a qemuppc64 with systemd as default init, when we
use nfs bootup, the kernel might panic due to missing symbol in dynamic
libraries as below:
hid-generic 0003:0627:0001.0003: input: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.0-3/input0
/sbin/init: /lib64/libm.so.6: version `XZ_5.0' not found (required by /usr/lib64/libkmod.so.2)
Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
CPU: 0 PID: 1 Comm: init Not tainted 5.15.78-yocto-standard #1
Call Trace:
[c000000007443ba0] [c0000000009538d0] dump_stack_lvl+0x74/0xa8 (unreliable)
[c000000007443be0] [c000000000103524] panic+0x170/0x3cc
[c000000007443c80] [c00000000010cf64] do_exit+0xb44/0xb50
[c000000007443d50] [c00000000010d040] do_group_exit+0x60/0xd0
[c000000007443d90] [c00000000010d0d4] sys_exit_group+0x24/0x30
[c000000007443db0] [c00000000002cfd4] system_call_exception+0x194/0x2f0
[c000000007443e10] [c00000000000c2cc] system_call_common+0xec/0x250
--- interrupt: c00 at 0x7fff9ed9e840
NIP: 00007fff9ed9e840 LR: 00007fff9ed7da20 CTR: 0000000000000000
REGS: c000000007443e80 TRAP: 0c00 Not tainted (5.15.78-yocto-standard)
MSR: 800000000280f033 <SF,VEC,VSX,EE,PR,FP,ME,IR,DR,RI,LE> CR: 24022442 XER: 00000000
One or more of the libraries systemd depends on failed to load due to
unresolved symbols/functions. This was intermittent - with a failure
rate estimated between 5% and 30%.
After checking the code, this issue happens on gcc 12, kirkstone is using
gcc 11 works well, with both using the exact same v5.15.84 kernel commit.
There is a kernel fix from upstream [1], they changed the rsize / wsize
to a multiple of PAGE_SIZE, when we applied this patch, the qemuppc64's
default r/wsize went from 4096 to 524288.But the qemuppc64 doesn't have
its own linux-yocto kernel branch, so apply this change might cause
regression with other platforms which share branch with qemuppc64.
So, we added an extra option for nfs rootfs, and set the qemuppc64 default
r/w size to 524288 to line up with the kernel fix[1].
Yocto did a similar thing in the distant past[2] - prior to boot-arg
adjustments existing - by allowing a Kconfig to set the defaults on
nfsboot, in order to work around hardware limitations.
Reference:
[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=940261a195080cf
[2] https://git.yoctoproject.org/linux-yocto-4.1/commit/?h=standard/base&id=a96cfd98add95
(From OE-Core rev: 14a81556ff1be326647e654424c8f1bf9d0db912)
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This extra options to be appended to the nfs rootfs options in kernel
boot arg.
Example config with qemuppc64 in machine config:
add r/w size in the nfs rootfs extra option:
QB_NFSROOTFS_EXTRA_OPT = "wsize=524288,rsize=524288"
re-build and runqemu with nfs again, we can observe the kernel command
line added our defined value in QB_NFSROOTFS_EXTRA_OPT:
Kernel command line: root=/dev/nfs nfsroot=10.0.2.2:/home/xchen5/testing/build/tmp-glibc/deploy/images/qemuppc64/testnfs,nfsvers=3,port=3049,tcp,mountport=3048,wsize=524288,rsize=524288 rw mem=256M ip=dhcp console=hvc0 console=hvc0 nohugevmalloc
(From OE-Core rev: 43a97f5bf3f90c5c1fd603f7dca2b3db2c0e3040)
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The default return value from subprocess.check_output is an encoded byte.
The applied fix will decode the value to a string.
(From OE-Core rev: 046769fa952a511865c416b80d10af6287147fb7)
Signed-off-by: Pawel Zalewski <pzalewski@thegoodpenguin.co.uk>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
With the 6.1 kernel we've seen reproducibility/determinism issues where the kernel
seems to rebuild headers referencing the hostname or local user. kernel-devsrc
building after the kernel seemed to trigger it in some cases.
Moving the definitions to the bbclass used by all the kernel recipe code including
kernel-devsrc seems to be the best way to ensure this doesn't happen.
(From OE-Core rev: 60681baa97daf4f3856453c34d6be08b6771a81b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This recipe is needed to build softhsm (in meta-oe) in with p11-kit
support, which is useful when multiple PKCS#11 modules need to be used.
(From OE-Core rev: 4942a42d5a071b283fe49047dcb4fee2c96422e8)
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If having devtool modified a recipe and then updated the crate versions,
e.g., by doing a git bisect, running the update_crates task needs to
always update the .inc file even if the bitbake metadata has not
changed.
(From OE-Core rev: 137d290ac1f7516a509fc9d264489e51c3004d5d)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The patch to fix the tools-only_defconfig error has landed in
U-Boot upstream.
Update the Upstream-Status accordingly.
(From OE-Core rev: f0facfbebcc5e4d74f70740c920df4c7c0824086)
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The buildtools-tarball includes a native sysroot with .pc files, and
in the case of buildtools-extended-tarball a pkg-config binary too.
If we're using the host pkg-config then it doesn't know to search in the
native sysroot. If we're using our pkg-config then it searches in the
build-time prefix and not the actual SDK installation location.
Neither of these are correct, so set PKG_CONFIG_LIBDIR to search:
- The native sysroot
- The host pkg-config's default search path, if present
- Falling back to /usr/lib/pkgconfig, if not
In an ideal world this would be handled by the generic toolchain script,
but that is slightly more involved.
[ YOCTO #15007 ]
(From OE-Core rev: 8f768a3f4c7ff477e994d60800e5a1b83891615a)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
oe-selftest efibootpartition.GenericEFITest.test_boot_efi was failing for 6.1 kernels with:
| ERROR: _exec_cmd: export PATH=[...] mcopy -i [...]/rootfs_boot.1.vfat -s [...]/rootfs1/* ::/ returned '1' instead of 0
| output: Disk full
I believe we hit a file boundary size and having "0" overhead in the image meant
the files couldn't be installed. Allow a small amount of overhead to avoid
the error.
(From OE-Core rev: 16e0b8a8fc36f5525b1801888851958f0dbe84c2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In recent kernel versions the string "Linux" moved to a header,
'include/linux/uts.h' instead of init/version.c. Allow the test
to work with both situations.
(From OE-Core rev: c15c59c88d229e35eeac1ed948c84168633e7cb1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is for breaking circular dependency in following condition:
After enabling PACKAGECONFIG nghttp2 for curl, the dependency chain is:
curl-native -> nghttp2-native -> cmake-native -> curl-native.
So change to use internal cmcurl library to fix this. And as using
system curl library before, disable nghttp2 and use system openssl
library for cmcurl.
(From OE-Core rev: f9a5f9fdb69bb61242dc65ed83704f727491ecca)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bb.utils.export_proxies() is a poor-man's alternative for the
environment setup code in bb/fetch2, but it's used in several places
where recipes want to download manually (such as cve-update-db-native).
Notably, export_proxies() doesn't pass on the SSL certificate paths from
the original environment, so if SSL_CERT_FILE needs to be set (for
example, in a buildtools environment) then proxies work but SSL doesn't.
In an ideal world export_proxies and the same logic in fetch2 would
merge, but until then we can add the SSL_CERT_ variables and duplicate
the basic logic: check the datastore first and then the original
environment for variables.
Also remove the return value as nothing ever checked it.
[ YOCTO #15000 ]
(Bitbake rev: c19035e8e71c419c5688a86bfc9c946c96f638e8)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently the codeparser cache is set from CACHE, which is typically in
bitbake.conf which means we can't read/write any cache until it is found/read.
We may well have python expressions to parse before that happens.
The net result is suboptimal functioning of the codeparser cache since it will
often be invalidated by data that is never written.
This patch changes the codeparser and filechecksum caches to use BB_CACHE as
their setting and defaults it to ${TOPDIR}/cache.
The patch doesn't change where the "persistent" data such as prserver and
hash-equiavalance resides (PERSISTENT_DIR) or where the metadata parsing
cache resists (still currently CACHE). I've left those for a later patch.
The patch does ensure data parsed by the core datastore parsing calls is
written back since this is now much more useful after this change.
(Bitbake rev: ee89ade5b5a4cf9c53f336d8b800e06fbe436628)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Update to latest langdale 4.1.2 and kirkstone 4.0.6
* Re-instate dunfell and update to 3.1.22
- drop comments about bitbake crash
(Bitbake rev: f90c45df5cf4640e0714fde13e311db3327f9fd4)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake-getvar does not have a way to silence bitbake
server's logger and that makes the tool hard to use for
text processing. This is especially true when one wants to
get a bitbake value to be piped to some other utility and
instead we get uncontrolled logging messages or warnings
together with bitbake's variable value.
Example without quiet:
bitbake-getvar --value MACHINE
NOTE: Starting bitbake server...
qemux86-64
With quiet:
bitbake-getvar --value MACHINE --quiet
qemux86-64
(Bitbake rev: af354e975d0b4c26d0e91e3c82946b093bc11b45)
Signed-off-by: Paulo Neves <ptsneves@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is really no change since it is currently the default in gcc but
making it explicit matches the other SDKMACHINE configs and means if gcc
ever changes, or we switch compilers, the flag is present. It also makes
it clear from the config which tuning is in use.
(From OE-Core rev: 21c012659a36835837b21b7a2bf1f12428aa16a4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Recipes that use native BBCLASSEXTEND and set PACKAGES_DYNAMIC will
currently see PREFERRED_PROVIDER warnings. Some recipes work around this
but lets fix the core code to handle remapping PACKAGES_DYNAMIC correctly
so the workarounds aren't necessary any more.
(From OE-Core rev: e74b416231610ce3962e5b7bc21bd382579802ad)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This stops the codeparser cache changing ever time a new commit is
added to the main repository.
(From OE-Core rev: f77b9f983395c648fddc96f0d6c8ebd6d52056d4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Mitigate occurences where ':append' operator is used and leading
whitespace character is obviously missing, risking inadvertent
string concatenation.
(From OE-Core rev: fcd340ec53ff8352b8cae0eb351810072b025a08)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Upgrade to U-Boot 2023.01.
Remove the two patches that are now upstream:
e67f34f778ba ("riscv: support building double-float modules")
1dde977518f1 ("riscv: Fix build against binutils 2.38")
And add a patch that fixes u-boot-tools build.
(From OE-Core rev: ec69f295552d6dd4de755bb4562a007158cf660e)
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Remove package_tar.bbclass, which is no longer in use in oe-core
and meta-oe, and which the document reports as broken and unsupported.
(From OE-Core rev: 90ce19122802a16e6067f3a2ce3447acf1070fe5)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add options to enable support for libcloudprovider and tracker
If the cups backend is enabled, the mandatory file backend gets disabled and
thus configure fails. Fix it by not defining the print-backend and just include cups
as a dependency. Additionally add it as a runtime dependency.
Now, if cups gets enabled, it should include the following print-backends
by default: cups,lpr,file
(From OE-Core rev: 5ac88d032968f4d005a61fc34f7e3e6e55426ccd)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Latest compilers are able to figure out that whole code can be optmized
away when CFLAGS has -O2 or more agressive optimizations. In order to
ensure the test is doing the right thing, make the variables global so
compiler is not able to optimize it away.
This fixes build on x86 especially when using clang compiler
(From OE-Core rev: e9c4017982a5556580d24e72e74c4d5a879ff11c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add an initial value for the new bitbake BB_HASH_CODEPARSER_VALS support,
which optimises the codeparser cache's size and stops it growing at every
parse.
(From OE-Core rev: 7c15e03dd30abe43d784f41e3c04c96a7bbb0d62)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-cryptography-crates.inc: update for 39.0.0
* python3-cryptography-vectors: upgrade 38.0.4 -> 39.0.0
Highlights from Changelog:
https://cryptography.io/en/latest/changelog/#v39-0-0
39.0.0 - 2023-01-01
* BACKWARDS INCOMPATIBLE: Support for OpenSSL 1.1.0 has been removed.
Users on older version of OpenSSL will need to upgrade.
* BACKWARDS INCOMPATIBLE: Dropped support for LibreSSL < 3.5. The new
minimum LibreSSL version is 3.5.0. Going forward our policy is to
support versions of LibreSSL that are available in versions of OpenBSD
that are still receiving security support.
* BACKWARDS INCOMPATIBLE: Removed the encode_point and from_encoded_point
methods on EllipticCurvePublicNumbers, which had been deprecated for
several years. public_bytes() and from_encoded_point() should be used
instead.
* BACKWARDS INCOMPATIBLE: Support for using MD5 or SHA1 in
CertificateBuilder, other X.509 builders, and PKCS7 has been removed.
* ANNOUNCEMENT: The next version of cryptography (40.0) will change the
way we link OpenSSL. This will only impact users who build cryptography
from source (i.e., not from a wheel), and specify their own version of
OpenSSL. For those users, the CFLAGS, LDFLAGS, INCLUDE, LIB, and
CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS environment variables will no longer
be respected.
(From OE-Core rev: 904574c49c51f1862c6b888a3e5889bd972df42d)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This makes build use compiler to decide from where to get atomics
instead of assuming that it should always come from libatomic, helps
sharing build artifacts with OSes which may not have libatomic installed
because it is not required on those hosts.
(From OE-Core rev: a026d9afcbe07a8324ca951ba3439373dcb3771c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Back when it was merged in https://git.yoctoproject.org/poky/commit/?id=c4257ed8b1040a5a0e9a95846d81961741239116
it appeared special handling in setVar was necessary. Likely due to
other fixes and improvements it no longer appears to be. The results of
"bitbake world -g" before and after this change are identical for oe-core
and meta-openembedded. Therefore drop the "parsing=True" special parameter to
setVar() meaning overrides can now be cleared.
This means that something like:
DEPENDS:append = " bash"
now functions as expected, adding bash to the target recipe and bash-native to
the native BBCLASSEXTENDED version.
Without this change, it would add bash to the native version as well as
bash-native which is clearly incorrect.
[YOCTO #15010]
(From OE-Core rev: 99a5105f7b5303cd36077b5910c662a865c1782c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
sgdisk still segfaults for some tasks (e.g 'sgdisk -v', 'sgdisk -V')
Add a follow-up patch that fixes the issue. It was taken from Archlinux
(From OE-Core rev: b2f3f8ced22da68eecd7689cc09e28f70100bd56)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If multiple compression libraries are enabled, the format to use for
compression is chosen implicitly, so if you want to compress with e.g.
lz4 you cannot enable zstd, so you cannot read zstd-compressed journal
files. This PACKAGECONFIGs allow to enable all compression formats for
reading, but to choose a specific one for writing.
(From OE-Core rev: bec1e2628e7accf2eff07193ae5ea14eb443ae37)
Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Some users of _findVar don't need the override data and even
getVarFlag doesn't need it in some common cases (parsing=True).
Rearrange the code as the current overridedata approach doesn't need
to be in the _findVar code anyway. This removes some search overhead
from a critical path.
(Bitbake rev: fcb64e1138a20eb19560af3fc5d1fa748cc9cf34)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently the codeparser cache ends up being extended for every parse run
since there are values in the functions such as the result of os.getpid()
from LOGFIFO in OE-Core.
Digging into that issue, there are also lots of similar but different
functions being parsed where the change might just be a path to WORKDIR,
a change in PN or PV or something like DATE/TIME.
There is no reason we have to use these changing values when computing the
dependenies of the functions. Even with a small tweak like:
BB_HASH_CODEPARSER_VALS = "LOGFIFO=/ T=/ WORKDIR=/ DATE=1234 TIME=1234 PV=0.0-1 PN=nopn"
the cache is reduced from ~4.6MB, increasing by ~300kb for every parse run
to around 1.3MB and remaining static for oe-core and meta-oe. In my local
build, admittedly heavily experimented with, the cache had grown to 120MB.
The benefits of doing this are:
* faster load time for bitbake since the cache is smaller to read from disk
and load into memory
* being able to skip saving the cache upon shutdown
* lower memory footprint for bitbake
* faster codeparser data lookups (since there is less data to search)
We only use these special values when passing code fragments to the codeparser
to parse so the real variable values should otherwise be used in the hash data.
The overall effect of this change, combined with others to avoid saving unchanged
cache files can be ~2s on a ~16s parse on my local system and results in a more
responsive feeling bitbake. It also allows parsing performance to be investigated
more consistently.
(Bitbake rev: f24bbaaddb36f479a59a958e7fc90ef454c19473)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When draining the result queue from the parsing processes, cache objects
can be created even if they are then immediately destroyed. The reset
in the sync code needs to happen after any objects have been created.
Change the ordering to fix this. This ordering has caused various
cache errors, particularly when interrupting parsing with Ctrl+C.
(Bitbake rev: f45a94e6720dacf7f51ac147c115a6f608769093)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
By writing the cache files only if there is data to write, we can save a
bit of time.
(Bitbake rev: abeff1f80bb1c690b92d535d472dff9df7a56067)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We need to reset the cache before the start() call which starts the
parsing processs, tweak the code to ensure this is the case.
(Bitbake rev: 4712d6237df5d2188238294fbdb9f107b068a3a7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We need to check against the first line of the file, fix the typo.
(Bitbake rev: 4abc598fb01d426394f4222dfc752e620a8e1b7b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently INIT_MANAGER cannot be overridden from local.conf. This is
complicated by the use of overrides in the various poky distro configs.
That is necessary, so use a separate variable to indirectly set the value
meaning local.conf can still override the result.
(From meta-yocto rev: da23d0c3edad0f5ee4cc4916276e214e8d53aad0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently, whilst patch errors or warnings are shown, the errors don't stop builds.
The configuration isn't very configurable from WARN_QA and ERROR_QA either.
This patch:
* Uses the standard mechanisms to handle the patch fuzz warnings/errors
* Makes Upstream-Status checking configurable from WARN/ERROR_QA
* Allows that checking to be used with non-core layers
* Makes patch-fuzz an error by default
(From OE-Core rev: 76a685bfcf927593eac67157762a53259089ea8a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
While the parameter is not required it allows testing of possible
regression in fetcher code when parameter specified and mirrors are
used.
(Bitbake rev: 1a21918049091a6d77426dbf8868ffdc14ba1003)
Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
when current test platform doesn't have 2 or more CPU node, the test
case would report FAIL, according to numa test script and numademo
code, when return code=77 should be skip test, so using SKIP instead
of FAIL in test script.
(From OE-Core rev: fd0a82400d419bce8605a9445db9b20b8ddc01a7)
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
OE is the main user of pseudo and we've had the changes in the oe-core branch
around long enough that we're going to run with them. Swicth back to directly
using the master branch.
(From OE-Core rev: 16bce7aa85ef6b77fc9117aa22f81f15e4c8d8fc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[Luca: re-add 'branch' parameter to fix "does not set any branch parameter" warning]
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Update to pull in:
pseudo.c: Avoid patch mismatch errors for NAMELESS file entries
In rare cases we see failures, often in linux-libc-headers for things like:
| INSTALL /XXX/linux-libc-headers/6.1-r0/image/usr/include
| abort()ing pseudo client by server request. See https://wiki.yoctoproject.org/wiki/Pseudo_Abort for more details on this.
Pseudo log:
path mismatch [2 links]: ino 46662476 db 'NAMELESS FILE' req '/XXX/linux-libc-headers/6.1-r0/image/usr'.
Setup complete, sending SIGUSR1 to pid 3630890.
Whilst this doesn't easily reproduce, the issue is that multiple different processes are
likely working on the directory and the creation in pseudo might not match accesses
made by other processes.
Ultimately, the "NAMELESS FILE" is harmless and pseudo will reconcile things
so rather than error out, we should ignore this case.
(From OE-Core rev: 4f30a1a74828e105cbe69677b3fbe5623f371543)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Its deprecated in upstream fmt as well. Moreover it helps compile with
latest compiler
(From OE-Core rev: 01ef766ada47cd845643c632160e1808fa237d1c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The effect of subsequent setup-layers executions is now either a NOOP
or the minimal set of changes required to ensure layers precisely match
the JSON configuration.
This change allows setup-layers to be incorporated into a team's
configuration management strategy. In particular, the configuration
JSON manages a "pinning policy" that documents the oversight of sources
of change (a requirement for embedded development in highly regulated
industries).
One model for this strategy would work as follows. Team level policy is
developed to regularly review upstream commits that occur between the
current upstream HEAD and the previously pinned revision. The JSON
configuration is periodically updated after a review, test, and approval
process. In the rare instance that an upstream change is considered
problematic, the bbappend mechanism can be used to make relevant
changes in the team's project repository. This approach also requires
that team developers regularly run the project repository copy of
setup-layers. This is most easily accomplished by including setup-layers
in a wrapper script that all team developers use to interact with the
bitbake tool suite (e.g. "bb bitbake foo-image"). Project level policy
and oversight is effectively "contained" within this wrapper script,
thereby reducing a significant source of human error.
Left unstated, but acknowledged here, are a number of nuances required
to successfully implement the above strategy. The details are out of
scope for this explanation. What should be clear is that a larger
configuration management strategy can now benefit from the utility
provided by setup-layers.
Note: Neither the above configuration management strategy example nor
the change itself is intended to alter the original intent to use
"bitbake-layers create-layers-setup destdir" to keep pace with upstream
activity for those who wish to use it that way.
(From OE-Core rev: da2e01cacd98715318a5307fe0618dbca0cf1fe7)
Signed-off-by: Chuck Wolber <chuck.wolber@boeing.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Drop backported 0001-fix-mm-slab_common-drop-kmem_alloc-avoid-dereferenci.patch
0009-Rename-genhd-wrapper-to-blkdev.patch is present only on the master branch
and not on 2.13 branch, so keep it in the recipe.
(From OE-Core rev: 5b04d4cea291b8d816a3a8d880004506fbf2b390)
Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This MAGIC variable is used by libmagic (file), and should
be exported by the file recipe.
As the rpm recipe has 'file' in its DEPENDS, its sub-packages
which links to libmagic will be automatically added the 'file'
runtime dependency. More specifically, it's the rpm-build package.
So in case components in nativesdk-rpm-build package uses libmagic,
the nativesdk-file package will be installed and the MAGIC var
will be exported.
(From OE-Core rev: 6e2147ab1d0f3aad2dfe8180a3896c9c9bcfdac8)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Previously, a wrapper is used for file, which adds '--magic-file'
option to it. But other components might use libmagic and in such
case, if there's no MAGIC environent variable set correctly, things
do not work. For example, rpmbuild makes use of libmagic and it
requries MAGIC to be set correctly.
(From OE-Core rev: 47db876d09d9a4394048579c21d0b394450ce681)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
d57287729e22 Linux 5.15.87
24186c682288 drm/mgag200: Fix PLL setup for G200_SE_A rev >=4
e326ee018a24 io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res()
b2b6eefab43d efi: random: combine bootloader provided RNG seed with RNG protocol output
99c0759495a0 mbcache: Avoid nesting of cache->c_list_lock under bit locks
d50d6c193adb net: hns3: fix return value check bug of rx copybreak
d4e6a13eb9a3 btrfs: make thaw time super block check to also verify checksum
70a1dccd0e58 selftests: set the BUILD variable to absolute path
58fef3ebc83c ext4: don't allow journal inode to have encrypt flag
bd5dc96fea4e mptcp: use proper req destructor for IPv6
78bd6ab52c03 mptcp: dedicated request sock for subflow in v6
6e9c1aef3e32 Revert "ACPI: PM: Add support for upcoming AMD uPEP HID AMDI007"
e32f867b37da ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_auth_blob
4136f1ac1ecd ksmbd: fix infinite loop in ksmbd_conn_handler_loop()
f10defb0be6a hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling
48d9e2e6de01 hfs/hfsplus: use WARN_ON for sanity check
f5a9bbf962e2 drm/i915/gvt: fix vgpu debugfs clean in remove
ae9a61511736 drm/i915/gvt: fix gvt debugfs destroy
eb3e943a3243 riscv, kprobes: Stricter c.jr/c.jalr decoding
620a229f576a riscv: uaccess: fix type of 0 variable on error in get_user()
8e05a993f8aa thermal: int340x: Add missing attribute for data rate base
c3222fd28225 io_uring: fix CQ waiting timeout handling
b7b9bc93055d block: don't allow splitting of a REQ_NOWAIT bio
e1358c878711 fbdev: matroxfb: G200eW: Increase max memory from 1 MB to 16 MB
682a7d064f35 nfsd: fix handling of readdir in v4root vs. mount upcall timeout
cb42aa7b5f72 x86/bugs: Flush IBP in ib_prctl_set()
554a880a1fff x86/kexec: Fix double-free of elf header buffer
264241a61045 btrfs: check superblock to ensure the fs was not modified at thaw time
69f4bda5f4e6 nvme: also return I/O command effects from nvme_command_effects
a6a4b057cd47 nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding it
f9309dcaa9c0 io_uring: check for valid register opcode earlier
4df413d46960 nvme: fix multipath crash caused by flush request when blktrace is enabled
03ce7921285e ASoC: Intel: bytcr_rt5640: Add quirk for the Advantech MICA-071 tablet
0dca7375e2b9 udf: Fix extension of the last extent in the file
dc1bc903970b caif: fix memory leak in cfctrl_linkup_request()
bce3680b48d2 drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()
da6a3653b82c perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non BPF mode
11cd4ec6359d usb: rndis_host: Secure rndis_query check against int overflow
6ea5273c71dd octeontx2-pf: Fix lmtst ID used in aura free
4e5f2c74cbbf drivers/net/bonding/bond_3ad: return when there's no aggregator
8414983c2e64 fs/ntfs3: don't hold ni_lock when calling truncate_setsize()
a23e8376e613 drm/imx: ipuv3-plane: Fix overlay plane width
a8f7fd322f56 perf tools: Fix resources leak in perf_data__open_dir()
a1e1521b4639 netfilter: ipset: Rework long task execution when adding/deleting entries
6f19a3848367 netfilter: ipset: fix hash:net,port,net hang with /0 subnet
774d259749d7 net: sparx5: Fix reading of the MAC address
04dc4003e5df net: sched: cbq: dont intepret cls results when asked to drop
f02327a4877a net: sched: atm: dont intepret cls results when asked to drop
95da1882ce93 gpio: sifive: Fix refcount leak in sifive_gpio_probe
da9c9883ec96 ceph: switch to vfs_inode_has_locks() to fix file lock bug
54e72ce5f1d7 filelock: new helper: vfs_inode_has_locks
f34b03ce3a86 drm/meson: Reduce the FIFO lines held when AFBC is not used
05a8410b0fce RDMA/mlx5: Fix validation of max_rd_atomic caps for DC
8d89870d6375 RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device
4d112f001612 net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probe
e5fbeb3d16b4 net: ena: Update NUMA TPH hint register upon NUMA node update
7840b93cfd4c net: ena: Set default value for RX interrupt moderation
d09b7a9d2f34 net: ena: Fix rx_copybreak value update
0e7ad9b006d7 net: ena: Use bitmask to indicate packet redirection
5d4964984b99 net: ena: Account for the number of processed bytes in XDP
f17d9aec07de net: ena: Don't register memory info on XDP exchange
a4aa727ad0b2 net: ena: Fix toeplitz initial hash value
0bec17f1ce31 net: amd-xgbe: add missed tasklet_kill
cb2f74685f76 net/mlx5e: Fix hw mtu initializing at XDP SQ allocation
6c72abb78b01 net/mlx5e: Always clear dest encap in neigh-update-del
b36783bc11d1 net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get flow attr
f8c10eeba31b net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default
7227bbb7c140 net/mlx5: Avoid recovery in probe flows
9369b9afa8b0 net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path
d966f2ee4b8e net/mlx5: E-Switch, properly handle ingress tagged packets on VST
6a37a01aba5d vdpa_sim: fix vringh initialization in vdpasim_queue_ready()
e3462410c36d vhost: fix range used in translate_desc()
13871f60ec2f vringh: fix range used in iotlb_translate()
e05d4c8c287a vhost/vsock: Fix error handling in vhost_vsock_init()
586e6fd7d581 vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()
b63bc2db244c nfc: Fix potential resource leaks
945e58bdaf6f net: dsa: mv88e6xxx: depend on PTP conditionally
95df720e64a6 qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failure
6c55953e232e net: sched: fix memory leak in tcindex_set_parms
d14a4b24d58e net: hns3: fix VF promisc mode not update when mac table full
7ed205b9478d net: hns3: fix miss L3E checking for rx packet
47868cb77f8f net: hns3: extract macro to simplify ring stats update code
7457c5a7761a net: hns3: refactor hns3_nic_reuse_page()
4a6e9fb534c5 net: hns3: add interrupts re-initialization while doing VF FLR
5e48ed805c4f nfsd: shut down the NFSv4 state objects before the filecache
7e2825f5fb84 veth: Fix race with AF_XDP exposing old or uninitialized descriptors
ac95cdafaca8 netfilter: nf_tables: honor set timeout and garbage collection updates
49677ea1513e vmxnet3: correctly report csum_level for encapsulated packet
9d30cb442156 netfilter: nf_tables: perform type checking for existing sets
c3bfb7784a09 netfilter: nf_tables: add function to create set stateful expressions
996cd779c2a4 netfilter: nf_tables: consolidate set description
4f1105ee72d8 drm/panfrost: Fix GEM handle creation ref-counting
df493f676fb0 bpf: pull before calling skb_postpull_rcsum()
d7e817e689b1 btrfs: fix an error handling path in btrfs_defrag_leaves()
4d69cdba2c27 SUNRPC: ensure the matching upcall is in-flight upon downcall
af0265dfeffa drm/i915/migrate: fix length calculation
8b25a526a5e9 drm/i915/migrate: fix offset calculation
a3d1e6f9b678 drm/i915/migrate: don't check the scratch page
5bc0b2fda4b4 ext4: fix deadlock due to mbcache entry corruption
a6e4094faf3c mbcache: automatically delete entries from cache on freeing
187254912971 ext4: correct inconsistent error msg in nojournal mode
761f88f82e0f ext4: goto right label 'failed_mount3a'
eb16602140f0 ravb: Fix "failed to switch device to config mode" message during unbind
4216995dbd93 perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged data
d8bbbf2b52b2 perf probe: Use dwarf_attr_integrate as generic DWARF attr accessor
b131b5f1361e media: s5p-mfc: Fix in register read and write for H264
ff27800c0a6d media: s5p-mfc: Clear workbit to handle error condition
4653ba32adcd media: s5p-mfc: Fix to handle reference queue during finishing
1bd7283dc0be x86/MCE/AMD: Clear DFR errors found in THR handler
5ddcd349d9af x86/mce: Get rid of msr_ops
b8e7ed42bc3c btrfs: fix extent map use-after-free when handling missing device in read_one_chunk
9c3beebd21f3 btrfs: move missing device handling in a dedicate function
7528b21cebe0 btrfs: replace strncpy() with strscpy()
4cef44525f4f phy: qcom-qmp-combo: fix out-of-bounds clock access
855edc4ec64c ARM: renumber bits related to _TIF_WORK_MASK
18f28f13301d ext4: fix off-by-one errors in fast-commit block filling
b205332b6b87 ext4: fix unaligned memory access in ext4_fc_reserve_space()
9c197dcbacc4 ext4: add missing validation of fast-commit record lengths
6220ec405571 ext4: don't set up encryption key during jbd2 transaction
6482d42baff5 ext4: disable fast-commit of encrypted dir operations
6969367c1500 ext4: fix potential out of bound read in ext4_fc_replay_scan()
818175ae3bd2 ext4: factor out ext4_fc_get_tl()
ffd84d0bc5dc ext4: introduce EXT4_FC_TAG_BASE_LEN helper
37914e029bec ext4: use ext4_debug() instead of jbd_debug()
b0ed9a032e52 ext4: remove unused enum EXT4_FC_COMMIT_FAILED
394514ddf90e tracing: Fix issue of missing one synthetic field
5234dd5d205b block: mq-deadline: Fix dd_finish_request() for zoned devices
78623b10fc9f drm/amdgpu: make display pinning more flexible (v2)
6363da2c854a drm/amdgpu: handle polaris10/11 overlap asics (v2)
2771c7a0eedc ext4: allocate extended attribute value in vmalloc area
e995ff918e66 ext4: avoid unaccounted block allocation when expanding inode
877247222a0c ext4: initialize quota before expanding inode in setproject ioctl
322cf639b0b7 ext4: fix inode leak in ext4_xattr_inode_create() on an error path
6380a93b57db ext4: fix kernel BUG in 'ext4_write_inline_data_end()'
dc3bbc9753f4 ext4: avoid BUG_ON when creating xattrs
844c40555297 ext4: fix error code return to user-space in ext4_get_branch()
b870b28e29f6 ext4: fix corruption when online resizing a 1K bigalloc fs
d440d6427a5e ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline
def7a39091e6 ext4: init quota for 'old.inode' in 'ext4_rename'
3c31d8d3ad95 ext4: fix uninititialized value in 'ext4_evict_inode'
871800770d7f ext4: fix leaking uninitialized memory in fast-commit journal
d480a49c15c4 ext4: fix bug_on in __es_tree_search caused by bad boot loader inode
91009e361e8c ext4: check and assert if marking an no_delete evicting inode dirty
820eacbc4e4f ext4: fix reserved cluster accounting in __es_remove_extent()
0dcbf4dc3d54 ext4: fix bug_on in __es_tree_search caused by bad quota inode
06a20a68bb6d ext4: add helper to check quota inums
f7e6b5548f91 ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode
205ac16628ac ext4: fix undefined behavior in bit shift for ext4_check_flag_values
cf0e0817b0f9 ext4: fix use-after-free in ext4_orphan_cleanup
970bfd7a4188 fs: ext4: initialize fsdata in pagecache_write()
744bbde378a5 ext4: remove trailing newline from ext4_msg() message
7192afa5e4bf ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinite loop
0d041b7251c1 ext4: silence the warning when evicting inode with dioread_nolock
af4ceb00ebea drm/ingenic: Fix missing platform_driver_unregister() call in ingenic_drm_init()
c919e1154b8c drm/i915/dsi: fix VBT send packet port selection for dual link DSI
6948e570f54f drm/vmwgfx: Validate the box size for the snooped cursor
5594fde1ef53 drm/connector: send hotplug uevent on connector cleanup
317ebe61a6d4 device_cgroup: Roll back to original exceptions after copy failure
ac838c663ba1 parisc: led: Fix potential null-ptr-deref in start_task()
2c1881f0816a remoteproc: core: Do pm_relax when in RPROC_OFFLINE state
9b615f957ca7 iommu/amd: Fix ivrs_acpihid cmdline parsing code
35b792179b10 phy: qcom-qmp-combo: fix sc8180x reset
dfd05a133556 driver core: Fix bus_type.match() error handling in __driver_attach()
44618a339741 crypto: ccp - Add support for TEE for PCI ID 0x14CA
c55507a94bc6 crypto: n2 - add missing hash statesize
48307506964e riscv: mm: notify remote harts about mmu cache updates
16b6d9525da6 riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argument
657b440a270c PCI/sysfs: Fix double free in error path
67fd41bbb0f5 PCI: Fix pci_device_is_present() for VFs by checking PF
bfce073089cb ipmi: fix use after free in _ipmi_destroy_user()
3b4984035c40 ima: Fix a potential NULL pointer access in ima_restore_measurement_list
a843699f1665 mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()
24f4649cd8fc ipmi: fix long wait in unload when IPMI disconnect
fa6bbb4894b9 ipu3-imgu: Fix NULL pointer dereference in imgu_subdev_set_selection()
cdb208b090f3 ASoC: jz4740-i2s: Handle independent FIFO flush bits
2d0d083d8ae6 wifi: wilc1000: sdio: fix module autoloading
2e4a088804c1 efi: Add iMac Pro 2017 to uefi skip cert quirk
c49fb9b760d3 md/bitmap: Fix bitmap chunk size overflow issues
94fe975d54ab block: mq-deadline: Do not break sequential write streams to zoned HDDs
8e91679f7bd2 rtc: ds1347: fix value written to century register
5eb8296d73da cifs: fix missing display of three mount options
cfa9f66f9172 cifs: fix confusing debug message
8b45a3b19a2e media: dvb-core: Fix UAF due to refcount races at releasing
acf984a3718c media: dvb-core: Fix double free in dvb_register_device()
5fac317bee18 ARM: 9256/1: NWFPE: avoid compiler-generated __aeabi_uldivmod
ce50c6124580 staging: media: tegra-video: fix device_node use after free
6b16758215f6 staging: media: tegra-video: fix chan->mipi value on error
4f5de49d8c52 tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line
17becbc4dd67 tracing/probes: Handle system names with hyphens
2442e655a693 tracing/hist: Fix wrong return value in parse_action_params()
2a81ff5ce893 tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACE
fe8c35c6ffa2 tracing: Fix race where eprobes can be called before the event
eb20f6ed3733 x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNK
3e0fbc06db12 x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK
6268a0704b97 ftrace/x86: Add back ftrace_expected for ftrace bug reports
c95cf30dd447 x86/microcode/intel: Do not retry microcode reloading on the APs
f8fe2f41784b KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1
ca3483d71bd5 KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check fails
2c73b349fd78 KVM: VMX: Resume guest immediately when injecting #GP on ECREATE
4a19f48bee09 of/kexec: Fix reading 32-bit "linux,initrd-{start,end}" values
7eddcdb09f62 perf/core: Call LSM hook after copying perf_event_attr
15697f653399 tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'
fd52b86a7248 dm cache: set needs_check flag after aborting metadata
d2a0b298ebf8 dm cache: Fix UAF in destroy()
856edd0e92f3 dm clone: Fix UAF in clone_dtr()
9215b25f2e10 dm integrity: Fix UAF in dm_integrity_dtr()
34cd15d83b72 dm thin: Fix UAF in run_timer_softirq()
ac362c40e3e9 dm thin: resume even if in FAIL mode
4b710e8481ad dm thin: Use last transaction's pmd->root when commit failed
f8c26c33fef5 dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadata
28d307f380df dm cache: Fix ABBA deadlock between shrink_slab and dm_cache_metadata_abort
a9e89a567f48 mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
13b9fd0dee93 mptcp: mark ops structures as ro_after_init
b2120ed7fd75 fs: dlm: retry accept() until -EAGAIN or error returns
5b4478615f70 fs: dlm: fix sock release if listen fails
b7ede8a63dd9 ALSA: hda/realtek: Apply dual codec fixup for Dell Latitude laptops
dbd1f301915f ALSA: patch_realtek: Fix Dell Inspiron Plus 16
8fb4c98f20df cpufreq: Init completion before kobject_init_and_add()
876c6ab96782 PM/devfreq: governor: Add a private governor_data for governor
0e945ea733ea selftests: Use optional USERCFLAGS and USERLDFLAGS
31697c5953ff arm64: dts: qcom: sdm850-lenovo-yoga-c630: correct I2C12 pins drive strength
163049866030 ARM: ux500: do not directly dereference __iomem
99590f29b2b7 btrfs: fix resolving backrefs for inline extent followed by prealloc
1f9cf4daf2d3 mmc: sdhci-sprd: Disable CLK_AUTO when the clock is less than 400K
58d53ff30a00 arm64: dts: qcom: sdm845-db845c: correct SPI2 pins drive strength
a777b90a0575 perf/x86/intel/uncore: Clear attr_update properly
ca77ac238c1e perf/x86/intel/uncore: Disable I/O stacks to PMU mapping on ICX-D
df06e7777cf9 jbd2: use the correct print format
8e75b1dd4b16 ktest.pl minconfig: Unset configs instead of just removing them
55e5e8b44561 kest.pl: Fix grub2 menu handling for rebooting
823fed7c400f soc: qcom: Select REMAP_MMIO for LLCC driver
8dabeeb1ff89 media: stv0288: use explicitly signed char
d167ebea9086 net/af_packet: make sure to pull mac header
9ff46c36df2e net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO
cd0f597c8aa8 rcu-tasks: Simplify trc_read_check_handler() atomic operations
593ca696687c ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire
a7874dac6ba6 ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudio
ae4f70b2fed4 kcsan: Instrument memcpy/memset/memmove with newer Clang
d01fa993eb7f SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() fails
43135fb09812 tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leak
986cd9a9b954 tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak
638cd298dfeb tpm: acpi: Call acpi_put_table() to fix memory leak
d58289fc77f8 mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNING
7eb57bc92f1b f2fs: allow to read node block after shutdown
acc13987fdea f2fs: should put a page when checking the summary info
35d8a89862e6 mm, compaction: fix fast_isolate_around() to stay within boundaries
91bd504128a5 md: fix a crash in mempool_free
29328fbce56c mfd: mt6360: Add bounds checking in Regmap read/write call-backs
c24cc476acd8 pnode: terminate at peers of source
0c9118e381ff ALSA: line6: fix stack overflow in line6_midi_transmit
ac4b4fdf3262 ALSA: line6: correct midi status byte when receiving data from podxt
83c44f0ebfd0 ovl: Use ovl mounter's fsuid and fsgid in ovl_link()
fcb94283e014 binfmt: Fix error return code in load_elf_fdpic_binary()
ed9947277b2d hfsplus: fix bug causing custom uid and gid being unable to be assigned with mount
76d52b54127c pstore/zone: Use GFP_ATOMIC to allocate zone buffer
74b0a2fcc31a pstore: Properly assign mem_type property
d25aac3489af HID: plantronics: Additional PIDs for double volume key presses quirk
9d4294545c1d HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpoint
7280fdb80bf0 powerpc/rtas: avoid scheduling in rtas_os_term()
d8939315b734 powerpc/rtas: avoid device tree lookups in rtas_os_term()
23a249b1185c objtool: Fix SEGFAULT
ed686e7a26dd fs/ntfs3: Fix slab-out-of-bounds in r_page
dd34665cb004 fs/ntfs3: Delete duplicate condition in ntfs_read_mft()
a9847a11b683 fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()
abd2ee2cf42f fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()
d7ce7bb6881a fs/ntfs3: Validate index root when initialize NTFS security
f29676cc3a46 soundwire: dmi-quirks: add quirk variant for LAPBC710 NUC15
9c8471a17f1f fs/ntfs3: Fix slab-out-of-bounds read in run_unpack
3a52f1786772 fs/ntfs3: Validate resident attribute name
3cd9e5b41b83 fs/ntfs3: Validate buffer length while parsing index
c878a915bcb9 fs/ntfs3: Validate attribute name offset
f62506f5e45a fs/ntfs3: Add null pointer check for inode operations
2dd9ccfb06bc fs/ntfs3: Fix memory leak on ntfs_fill_super() error path
ea6b3598406c fs/ntfs3: Add null pointer check to attr_load_runs_vcn
de5e0955248f fs/ntfs3: Validate data run offset
d4489ba8fb80 fs/ntfs3: Add overflow check for attribute size
af7a195deae3 fs/ntfs3: Validate BOOT record_size
8e228ac90c39 nvmet: don't defer passthrough commands with trivial effects to the workqueue
f068a7315a9e nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definition
576502f25f79 ata: ahci: Fix PCS quirk application for suspend
7949b0df3dd9 block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq
ff3d9ab51cd5 ACPI: resource: do IRQ override on Lenovo 14ALC7
698a0813ce69 ACPI: resource: do IRQ override on XMG Core 15
a9ac7633bbe5 ACPI: resource: do IRQ override on LENOVO IdeaPad
5fe31f29501c ACPI: resource: Skip IRQ override on Asus Vivobook K3402ZA/K3502ZA
4c5fee0d883a nvme-pci: fix page size checks
9141144b37f3 nvme-pci: fix mempool alloc size
f17cf8fa2c9d nvme-pci: fix doorbell buffer value endianness
ead99ec669b5 Revert "selftests/bpf: Add test for unstable CT lookup API"
bf0543b93740 cifs: fix oops during encryption
56f6de394f0f usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_init
90ffbb727c51 Linux 5.15.86
3082f8705e82 pwm: tegra: Fix 32 bit build
caa40d1f8524 mfd: qcom_rpm: Use devm_of_platform_populate() to simplify code
408dbaa06578 extcon: usbc-tusb320: Call the Type-C IRQ handler only if a port is registered
2471a44769b5 media: dvbdev: fix refcnt bug
579fb0a3320b media: dvbdev: fix build warning due to comments
1115e77c4fdd net: stmmac: fix errno when create_singlethread_workqueue() fails
d3871af13aa0 scsi: qla2xxx: Fix crash when I/O abort times out
50f993da9450 btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range
1c65d50315db ovl: fix use inode directly in rcu-walk mode
88ec6d11052d fbdev: fbcon: release buffer when fbcon_do_set_font() failed
ca8bcb348aa8 gcov: add support for checksum field
f36d8c865150 floppy: Fix memory leak in do_floppy_init()
4193a6745b83 regulator: core: fix deadlock on regulator enable
ce5d0ef1cf56 iio: adc128s052: add proper .data members in adc128_of_match table
aec1058f2a92 iio: adc: ad_sigma_delta: do not use internal iio_dev lock
dc6afd6070f3 iio: fix memory leak in iio_device_register_eventset()
38c257ee6a5a reiserfs: Add missing calls to reiserfs_security_free()
8a4236456a3a security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang > 15.0.6
1cabce56626a 9p: set req refcount to zero to avoid uninitialized usage
dd2157a98f92 loop: Fix the max_loop commandline argument treatment when it is set to 0
fd03bd4c7b0a HID: mcp2221: don't connect hidraw
6c886be1ff76 HID: wacom: Ensure bootloader PID is usable in hidraw mode
4d640eb1129d xhci: Prevent infinite loop in transaction errors recovery for streams
936c5f96c896 usb: dwc3: core: defer probe on ulpi_read_id timeout
e6bf6c40225a usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_mode
0e883f3bc897 arm64: dts: qcom: sm8250: fix USB-DP PHY registers
ffb14aac2658 usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irq
fcacd970e011 usb: cdnsp: fix lack of ZLP for ep0
bcac79df0838 ALSA: hda/hdmi: Add HP Device 0x8711 to force connect list
50c23a110779 ALSA: hda/realtek: Add quirk for Lenovo TianYi510Pro-14IOB
76574b34657e ALSA: usb-audio: add the quirk for KT0206 device
9e787dab98b6 ima: Simplify ima_lsm_copy_rule
2cd365029c23 pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES
2068d41a3de9 afs: Fix lost servers_outstanding count
0def8af038c1 perf debug: Set debug_peo_args and redirect_to_stderr variable to correct values in perf_quiet_option()
41cccae10e10 pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversion
8877df8135b7 LoadPin: Ignore the "contents" argument of the LSM hooks
584202b0f1a1 drm/i915/display: Don't disable DDI/Transcoder when setting phy test pattern
b253e075b13d ASoC: rt5670: Remove unbalanced pm_runtime_put()
59f797a913dc ASoC: rockchip: spdif: Add missing clk_disable_unprepare() in rk_spdif_runtime_resume()
132844d92fed ASoC: wm8994: Fix potential deadlock
82f7c814edda ASoC: mediatek: mt8183: fix refcount leak in mt8183_mt6358_ts3a227_max98357_dev_probe()
e5d6bf3e5ad0 ASoC: rockchip: pdm: Add missing clk_disable_unprepare() in rockchip_pdm_runtime_resume()
85eb5c952b7f ASoC: audio-graph-card: fix refcount leak of cpu_ep in __graph_for_each_link()
9ff07316cad2 ASoC: mediatek: mt8173-rt5650-rt5514: fix refcount leak in mt8173_rt5650_rt5514_dev_probe()
7643909cf06d ASoC: Intel: Skylake: Fix driver hang during shutdown
33ff0f9f9cb5 ALSA: hda: add snd_hdac_stop_streams() helper
78649a624dfa ALSA/ASoC: hda: move/rename snd_hdac_ext_stop_streams to hdac_stream.c
98b0f50fec38 hwmon: (jc42) Fix missing unlock on error in jc42_write()
5e6923350830 KVM: selftests: Fix build regression by using accessor function
6215904fe295 tools/include: Add _RET_IP_ and math definitions to kernel.h
c8853267289c orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()
39529b79b023 orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()
a075c21ee026 drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()
f3c14b99f33a drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid()
9a8862820cbf hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
4f6b206998c5 scsi: elx: libefc: Fix second parameter type in state callbacks
23f0e9f86303 scsi: ufs: Reduce the START STOP UNIT timeout
2cf66428a254 scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfs
2b3e3ecdb402 crypto: hisilicon/hpre - fix resource leak in remove process
adf6a00859d0 clk: st: Fix memory leak in st_of_quadfs_setup()
6c8aee0c8fcc media: si470x: Fix use-after-free in si470x_int_in_callback()
58b6496a745f mmc: renesas_sdhi: better reset from HS400 mode
c33c904124c4 mmc: f-sdh30: Add quirks for broken timeout clock capability
69346de0eb95 wifi: mt76: do not run mt76u_status_worker if the device is not running
feb847e6591e regulator: core: fix use_count leakage when handling boot-on
474e70bd90cf libbpf: Avoid enum forward-declarations in public API in C++ mode
62095428690c drm/amd/display: Use the largest vready_offset in pipe group
eff45bfbc25a blk-mq: fix possible memleak when register 'hctx' failed
d0af6220bb1e media: dvb-usb: fix memory leak in dvb_usb_adapter_init()
88a6f8a72d16 media: dvbdev: adopts refcnt to avoid UAF
438cd29fec3e media: dvb-frontends: fix leak of memory fw
a96841f5aa45 ethtool: avoiding integer overflow in ethtool_phys_id()
b327c68ace71 bpf: Prevent decl_tag from being referenced in func_proto arg
4b8f3b939266 ppp: associate skb with a device at tx
5d5a481a7fd0 mrp: introduce active flags to prevent UAF when applicant uninit
222cc0435698 ipv6/sit: use DEV_STATS_INC() to avoid data-races
8a3b0237107a net: add atomic_long_t to net_device_stats fields
58dd11f62427 drm/amd/display: fix array index out of bound error in bios parser
a3cc41e05e8a md/raid1: stop mdx_raid1 thread when raid1 array run failed
b621d17fe8b0 drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()
5afac74f153b drm/mediatek: Fix return type of mtk_hdmi_bridge_mode_valid()
072508e99dad drm/sti: Use drm_mode_copy()
673a3e019908 drm/rockchip: Use drm_mode_copy()
b9b07900d249 drm/msm: Use drm_mode_copy()
5ad774fb823c s390/lcs: Fix return type of lcs_start_xmit()
dfbf0122ea1b s390/netiucv: Fix return type of netiucv_tx()
8131d1880c09 s390/ctcm: Fix return type of ctc{mp,}m_tx()
f9084e9930db drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callback
b74580d6184e drm/amdgpu: Fix type of second parameter in trans_msg() callback
314f7092b277 igb: Do not free q_vector unless new one was allocated
0b12d2aa264b wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request()
19bb9e98e103 hamradio: baycom_epp: Fix return type of baycom_send_packet()
a413ebb6049e net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()
5d3f4478d22b bpf: make sure skb->len != 0 when redirecting to a tunneling device
be2803dd29bd qed (gcc13): use u16 for fid to be big enough
a8bc0ac43833 Revert "drm/amd/display: Limit max DSC target bpp for specific monitors"
cc8deb82cca5 drm/amd/display: prevent memory leak
49dd0e8029e8 ipmi: fix memleak when unload ipmi driver
68871c005f3c ASoC: codecs: rt298: Add quirk for KBL-R RVP platform
3eca9697c2f3 wifi: ar5523: Fix use-after-free on ar5523_cmd() timed out
c319196a0e34 wifi: ath9k: verify the expected usb_endpoints are present
10c4b63d09a5 brcmfmac: return error when getting invalid max_flowrings from dongle
ad31bc146f0e media: imx-jpeg: Disable useless interrupt to avoid kernel panic
6e1a6880e1e9 drm/etnaviv: add missing quirks for GC300
367296925c76 hfs: fix OOB Read in __hfs_brec_find
ebe16676e1dc acct: fix potential integer overflow in encode_comp_t()
8b6ef451b570 nilfs2: fix shift-out-of-bounds due to too large exponent of block size
b47f5c579c81 nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()
5777432ebaaf ACPICA: Fix error code path in acpi_ds_call_control_method()
10b87da8fae7 fs: jfs: fix shift-out-of-bounds in dbDiscardAG
5059ea84a8a8 jfs: Fix fortify moan in symlink
e7a6a53c8714 udf: Avoid double brelse() in udf_rename()
0536f76a2bca fs: jfs: fix shift-out-of-bounds in dbAllocAG
88cea1676a09 binfmt_misc: fix shift-out-of-bounds in check_special_flags
cadb938a5e50 x86/hyperv: Remove unregister syscore call from Hyper-V cleanup
659747f6f610 video: hyperv_fb: Avoid taking busy spinlock on panic path
9d05c20b0ac9 arm64: make is_ttbrX_addr() noinstr-safe
98a5b1265a36 rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()
d238f94b2b61 HID: amd_sfh: Add missing check for dma_alloc_coherent
9da204cd67c4 net: stream: purge sk_error_queue in sk_stream_kill_queues()
f47426250fc0 myri10ge: Fix an error handling path in myri10ge_probe()
1ec0a7d5b020 rxrpc: Fix missing unlock in rxrpc_do_sendmsg()
5478eb7adcc5 net_sched: reject TCF_EM_SIMPLE case for complex ematch module
4f05d8e2fb3a mailbox: zynq-ipi: fix error handling while device_register() fails
550f403e4604 mailbox: arm_mhuv2: Fix return value check in mhuv2_probe()
28604a960c90 mailbox: mpfs: read the system controller's status
8fb773eed490 skbuff: Account for tail adjustment during pull operations
dc0f38957aa2 arm64: dts: mt8183: Fix Mali GPU clock
790b396f6bde soc: mediatek: pm-domains: Fix the power glitch issue
0133615a0600 openvswitch: Fix flow lookup to use unmasked key
04e454bd97e2 selftests: devlink: fix the fd redirect in dummy_reporter_test
d52646a46c4d rtc: mxc_v2: Add missing clk_disable_unprepare()
ac95c4e35fb2 igc: Set Qbv start_time and end_time to end_time if not being configured in GCL
af599851388e igc: Lift TAPRIO schedule restriction
4d50d640eda4 igc: recalculate Qbv end_time by considering cycle time
1ef941695715 igc: allow BaseTime 0 enrollment for Qbv
c0df8e7ba6aa igc: Add checking for basetime less than zero
5b46b53f45f9 igc: Use strict cycles for Qbv scheduling
fd7d02943659 igc: Enhance Qbv scheduling by using first flag bit
9b5b50329e2e r6040: Fix kmemleak in probe and remove
1b428ba31b91 unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()
aae9c24ebd90 nfc: pn533: Clear nfc_target before being used
bcf2c1dc5358 net: enetc: avoid buffer leaks on xdp_do_redirect() failure
f463a1295c4f selftests/bpf: Add test for unstable CT lookup API
094f3d9314d6 block, bfq: fix possible uaf for 'bfqq->bic'
cf48cb8debb2 mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
560735375165 mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
ada4022f4891 mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
0578f9929fd3 net: macsec: fix net device access prior to holding a lock
a472f069ced8 nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure
f8f1d037d63d rtc: pcf85063: fix pcf85063_clkout_control
35a174552bde rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()
eea105c4e4b6 rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()
74248b556006 netfilter: flowtable: really fix NAT IPv6 offload
5c940632cabf mfd: pm8008: Fix return value check in pm8008_probe()
ec10848e2638 mfd: pm8008: Remove driver data structure pm8008_data
38959417d350 mfd: qcom_rpm: Fix an error handling path in qcom_rpm_probe()
b95ae3543e51 mfd: bd957x: Fix Kconfig dependency on REGMAP_IRQ
615d3c8a469d powerpc/pseries/eeh: use correct API for error log size
68de42e00821 powerpc/eeh: Drop redundant spinlock initialization
2b157b4b13b4 remoteproc: qcom: q6v5: Fix missing clk_disable_unprepare() in q6v5_wcss_qcs404_power_on()
4b191533f57f remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_region()
d7628ebca817 remoteproc: qcom_q6v5_pas: detach power domains on remove
fdf47f462ad0 remoteproc: qcom_q6v5_pas: disable wakeup on probe fail or remove
098ebb9089c4 remoteproc: qcom: q6v5: Fix potential null-ptr-deref in q6v5_wcss_init_mmio()
131c0a3ead78 remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()
4507c6a67234 pwm: mediatek: always use bus clock for PWM on MT7622
4fbbb14f0ea4 pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm
eec59807a26b pwm: sifive: Call pwm_sifive_update_clock() while mutex is held
37ea9a6c417f iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITY
8de2c29db68b selftests/powerpc: Fix resource leaks
dd49c5031e85 powerpc/hv-gpci: Fix hv_gpci event list
65d3469f3b91 powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_spi_probe()
cf03db289640 powerpc/perf: callchain validate kernel stack pointer bounds
5de190224445 powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_data()
b31e9647f1a2 powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmds
6a310e8db540 cxl: Fix refcount leak in cxl_calc_capp_routing
0accd460dc7b powerpc/52xx: Fix a resource leak in an error handling path
be2b9b1a60b7 macintosh/macio-adb: check the return value of ioremap()
19ded60b40e8 macintosh: fix possible memory leak in macio_add_one_device()
e42b543d0805 iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()
6e501b3fd7a2 iommu/amd: Fix pci device refcount leak in ppr_notifier()
9383921e8b21 rtc: pcf85063: Fix reading alarm
b66aa7b30608 rtc: snvs: Allow a time difference on clock register read
7a6cc22eab18 rtc: cmos: Disable ACPI RTC event on removal
689f757f0ab0 rtc: cmos: Rename ACPI-related functions
1c74bbecdabc rtc: cmos: Eliminate forward declarations of some functions
3a439a2cab30 rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()
9febdff75cef rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()
d9324fb3eed7 rtc: cmos: fix build on non-ACPI platforms
fe46b9303e32 rtc: cmos: Fix wake alarm breakage
60c6e563a843 rtc: cmos: Fix event handler registration ordering issue
d3aa0834691f rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0
6e98a93c7500 dmaengine: idxd: Fix crc_val field for completion record
ab53749c32db fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fs
1ba0968b3341 pwm: tegra: Improve required rate calculation
c160505c9b57 include/uapi/linux/swab: Fix potentially missing __always_inline
59463193b0dc phy: usb: s2 WoL wakeup_count not incremented for USB->Eth devices
ae00848e5569 iommu/rockchip: fix permission bits in page table entries v2
a7f6ad2c4251 iommu/sun50i: Fix flush size
38ccb9b469c2 iommu/sun50i: Fix R/W permission check
ae4ab47a0bcd iommu/sun50i: Consider all fault sources for reset
84fee3ce8216 iommu/sun50i: Fix reset release
6f9fe31a4823 fs/ntfs3: Harden against integer overflows
30f20ceb87f7 overflow: Implement size_t saturating arithmetic helpers
4b51f27d4448 fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()
28f345bec785 RDMA/siw: Fix pointer cast warning
01d925e2a556 perf stat: Do not delay the workload with --delay
a273f1dd5d97 perf stat: Refactor __run_perf_stat() common code
d21534ab4fd7 power: supply: fix null pointer dereferencing in power_supply_get_battery_info
d4898d8de620 power: supply: ab8500: Fix error handling in ab8500_charger_init()
30b191798fda HSI: omap_ssi_core: Fix error handling in ssi_init()
a72fe8eb5555 power: supply: z2_battery: Fix possible memleak in z2_batt_probe()
5ba0e8fa150c perf symbol: correction while adjusting symbol
a34027b63d8c perf trace: Handle failure when trace point folder is missed
60aeacce64a9 perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number
e4700f62dc83 perf trace: Return error if a system call doesn't exist
870ad0917d83 power: supply: fix residue sysfs file in error handle route of __power_supply_register()
1c2b9c810076 HSI: omap_ssi_core: fix possible memory leak in ssi_probe()
c5f729d3d61d HSI: omap_ssi_core: fix unbalanced pm_runtime_disable()
ea37831f8332 fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()
5bcae36b58f6 fbdev: uvesafb: don't build on UML
07c1a3c2df5e fbdev: geode: don't build on UML
ace8312b5d7d fbdev: ep93xx-fb: Add missing clk_disable_unprepare in ep93xxfb_probe()
04946113fb57 fbdev: vermilion: decrease reference count in error path
fc0d5034fa9b fbdev: via: Fix error in via_core_init()
98272463338c fbdev: pm2fb: fix missing pci_disable_device()
3aa4205134ac fbdev: ssd1307fb: Drop optional dependency
4958316a6d19 thermal/drivers/qcom/lmh: Fix irq handler return value
ad72205ac6d2 thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2
37fb4e13d221 thermal/drivers/imx8mm_thermal: Validate temperature range
95c18f4a3c99 samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()
31c1b5d3000c ksmbd: Fix resource leak in ksmbd_session_rpc_open()
a44102d36a7a tracing/hist: Fix issue of losting command info in error_log
8308ccfcbd2b usb: storage: Add check for kcalloc
96c12fd0ec74 i2c: ismt: Fix an out-of-bounds bug in ismt_access()
821280094399 i2c: mux: reg: check return value after calling platform_get_resource()
46d8f63bb815 gpiolib: protect the GPIO device against being dropped while in use by user-space
333a271dfd6b gpiolib: make struct comments into real kernel docs
7c755a2d6df5 gpiolib: cdev: fix NULL-pointer dereferences
b0a26e199964 gpiolib: Get rid of redundant 'else'
4bc217b25ea8 vme: Fix error not catched in fake_init()
31bfe024a957 staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor()
b0aaec894a90 staging: rtl8192u: Fix use after free in ieee80211_rx()
ed4580c3f8e4 i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probe
28dc61cc49c6 chardev: fix error handling in cdev_device_add()
43bfc7c2402a mcb: mcb-parse: fix error handing in chameleon_parse_gdd()
f3686e5e8de0 drivers: mcb: fix resource leak in mcb_probe()
9d4a0aca8a75 usb: gadget: f_hid: fix refcount leak on error path
d3136b79705c usb: gadget: f_hid: fix f_hidg lifetime vs cdev
a41c2bba7f28 usb: roles: fix of node refcount leak in usb_role_switch_is_parent()
18b9202188a4 coresight: trbe: remove cpuhp instance node before remove cpuhp state
e854a4ab388a counter: stm32-lptimer-cnt: fix the check on arr and cmp registers update
39a156715fb7 iio: adis: add '__adis_enable_irq()' implementation
3a2dde8e5d6f iio:imu:adis: Move exports into IIO_ADISLIB namespace
3c2e13025b54 iio: adis: stylistic changes
de3e358912ec iio: adis: handle devices that cannot unmask the drdy pin
994243de7a61 iio: temperature: ltc2983: make bulk write buffer DMA-safe
22511eefa61d cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()
e5021bbf11b0 cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()
b308fdedef09 firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()
d5c8f9003a28 misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault and gru_handle_user_call_os
848c45964ded misc: tifm: fix possible memory leak in tifm_7xx1_switch_media()
37a13b274e45 ocxl: fix pci device refcount leak when calling get_function_0()
3299983a6bf6 misc: ocxl: fix possible name leak in ocxl_file_register_afu()
357379d504c0 test_firmware: fix memory leak in test_firmware_init()
07d547d74244 serial: sunsab: Fix error handling in sunsab_init()
919e745fdd0d serial: altera_uart: fix locking in polling mode
e1c4f18214e3 tty: serial: altera_uart_{r,t}x_chars() need only uart_port
b133b45ba607 tty: serial: clean up stop-tx part in altera_uart_tx_chars()
6f7d82380fbe serial: pch: Fix PCI device refcount leak in pch_request_dma()
0dfc7dfe5b6e serial: stm32: move dma_request_chan() before clk_prepare_enable()
926b0967f781 serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.
d71a611fca19 serial: amba-pl011: avoid SBSA UART accessing DMACR register
f46f9d2e1664 extcon: usbc-tusb320: Update state on probe even if no IRQ pending
ac067e75c4c2 extcon: usbc-tusb320: Add USB TYPE-C support
9280761167f0 extcon: usbc-tusb320: Factor out extcon into dedicated functions
05aa8ff22d4a usb: typec: Factor out non-PD fwnode properties
31e9c2751035 extcon: usbc-tusb320: Add support for TUSB320L
b9c8820d91e9 extcon: usbc-tusb320: Add support for mode setting and reset
4524599a6a29 usb: typec: tipd: Fix spurious fwnode_handle_put in error path
b0d86eacc849 usb: typec: tipd: Cleanup resources if devm_tps6598_psy_register fails
ba75be6f0d9d usb: typec: tcpci: fix of node refcount leak in tcpci_register_port()
154d5713a241 usb: typec: Check for ops->exit instead of ops->enter in altmode_exit
1f5661388f43 staging: vme_user: Fix possible UAF in tsi148_dma_list_add
a3c4bc261605 usb: fotg210-udc: Fix ages old endianness issues
5e87d412219e uio: uio_dmem_genirq: Fix deadlock between irq config and handling
79a4bdb6b992 uio: uio_dmem_genirq: Fix missing unlock in irq configuration
3f22a273ef7c vfio: platform: Do not pass return buffer to ACPI _RST method
417ef049e3fd class: fix possible memory leak in __class_register()
f76824ab2bac serial: 8250_bcm7271: Fix error handling in brcmuart_init()
6b4424efcfaa serial: tegra: Read DMA status before terminating
a0ead7e8da84 drivers: dio: fix possible memory leak in dio_init()
e8985caf0589 RISC-V: Align the shadow stack
ca48174a7643 IB/IPoIB: Fix queue count inconsistency for PKEY child interfaces
82bd423ed977 hwrng: geode - Fix PCI device refcount leak
2b79a5e56077 hwrng: amd - Fix PCI device refcount leak
42cbff35f475 crypto: img-hash - Fix variable dereferenced before check 'hdev->req'
b9634f99b6d4 RDMA/hns: Fix error code of CMD
b06bb747ce1f RDMA/hns: Fix page size cap from firmware
4c05c7cf2581 RDMA/hns: Fix PBL page MTR find
fa267c419216 RDMA/hns: Fix AH attr queried by query_qp
e27fb26e75cf orangefs: Fix sysfs not cleanup when dev init failed
3e9c395ef2d5 PCI: mt7621: Add sentinel to quirks table
bcc65c2e2a06 PCI: mt7621: Rename mt7621_pci_ to mt7621_pcie_
0a7eab1cc436 RDMA/srp: Fix error return code in srp_parse_options()
63011001792c RDMA/hfi1: Fix error return code in parse_platform_config()
339ca035af43 riscv/mm: add arch hook arch_clear_hugepage_flags
20d363dcd6dc crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()
815b65d714f8 crypto: amlogic - Remove kcalloc without check
af71199291db RDMA/nldev: Fix failure to send large messages
bb895786a49d f2fs: avoid victim selection from previous victim section
655e955debde RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()
1895e908b3ae scsi: snic: Fix possible UAF in snic_tgt_create()
09a60f908d8b scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails
e59da172059f scsi: ipr: Fix WARNING in ipr_init()
c444f58fdad6 scsi: scsi_debug: Fix possible name leak in sdebug_add_host_helper()
4e4968dfb5fa scsi: fcoe: Fix possible name leak when device_register() fails
0f5006d7d13b scsi: scsi_debug: Fix a warning in resp_report_zones()
2432719b1afc scsi: scsi_debug: Fix a warning in resp_verify()
038359eeccff scsi: efct: Fix possible memleak in efct_device_init()
23053a792647 scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device()
2ab6d5927c7b scsi: hpsa: Fix error handling in hpsa_add_sas_host()
6a92129c8f99 scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()
26c0f7e1ac92 padata: Fix list iterator in padata_do_serial()
17afa98bccec padata: Always leave BHs disabled when running ->parallel()
221afb2a1b8d crypto: tcrypt - Fix multibuffer skcipher speed test mem leak
bfe10a1d9fbc scsi: hpsa: Fix possible memory leak in hpsa_init_one()
38ef0c0b0973 dt-bindings: visconti-pcie: Fix interrupts array max constraints
83aad8111bcf dt-bindings: imx6q-pcie: Fix clock names for imx6sx and imx8mq
f64f08b9e6fb RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed
35f9cd060e68 RDMA/hns: fix memory leak in hns_roce_alloc_mr()
6d5220a553de crypto: ccree - Make cc_debugfs_global_fini() available for module init function
2e9cf3e78311 RDMA/hfi: Decrease PCI device reference count in error path
7f476d639c89 PCI: Check for alloc failure in pci_request_irq()
49bc2be89759 RDMA/hns: Fix ext_sge num error when post send
0e6160d79db7 RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data()
e5ea48788ed6 crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()
442caec12f4f crypto: cryptd - Use request context instead of stack for sub-request
ab677729fc5c crypto: ccree - Remove debugfs when platform_driver_register failed
0328ca389a80 scsi: scsi_debug: Fix a warning in resp_write_scat()
1ba8ecb66432 RDMA/siw: Set defined status for work completion with undefined status
6e757005ba49 RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected port
f981c697b2f9 RDMA/core: Make sure "ib_port" is valid when access sysfs node
13586753ae55 RDMA/restrack: Release MR restrack when delete
6e78ca677fa2 PCI: vmd: Disable MSI remapping after suspend
47e31b86edff IB/mad: Don't call to function that might sleep while in atomic context
f8d8fbd3b6d6 RDMA/siw: Fix immediate work request flush to completion queue
2a26849d793b scsi: qla2xxx: Fix set-but-not-used variable warnings
799ed3755951 RDMA/irdma: Report the correct link speed
d40d1b1c61a4 f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()
847f725006e3 f2fs: fix normal discard process
865bb7b5a7de f2fs: fix to invalidate dcc->f2fs_issue_discard in error path
5f509fa740b1 apparmor: Fix memleak in alloc_ns()
46f3cb83e480 crypto: rockchip - rework by using crypto_engine
3ed0548d395f crypto: rockchip - remove non-aligned handling
5562009f5f88 crypto: rockchip - better handle cipher key
26f397135606 crypto: rockchip - add fallback for ahash
34fe54af3cf5 crypto: rockchip - add fallback for cipher
314217591ec6 crypto: rockchip - do not store mode globally
853cd97d2bc1 crypto: rockchip - do not do custom power management
d5100272e478 f2fs: Fix the race condition of resize flag between resizefs
db72c5dffcba PCI: pci-epf-test: Register notifier if only core_init_notifier is enabled
26ffeff67b9a RDMA/core: Fix order of nldev_exit call
a00a7ac25114 PCI: dwc: Fix n_fts[] array overrun
10ae636115b5 apparmor: Use pointer to struct aa_label for lbs_cred
8d50ccfbe27b scsi: core: Fix a race between scsi_done() and scsi_timeout()
9bdf3a59b3dd crypto: nitrox - avoid double free on error path in nitrox_sriov_init()
7efc0d39ee06 crypto: sun8i-ss - use dma_addr instead u32
aaef0bdd7ad2 crypto: hisilicon/qm - fix missing destroy qp_idr
d567776ae289 apparmor: Fix abi check to include v8 abi
bc9d2cbbdcd3 apparmor: fix lockdep warning when removing a namespace
775a37ffa9f4 apparmor: fix a memleak in multi_transaction_new()
09f30f394e83 net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error path
86664b865239 i40e: Fix the inability to attach XDP program on downed interface
0abd337acdd2 stmmac: fix potential division by 0
93a4a0455871 Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()
8d6bbe5241e7 Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()
804de4e24a5a Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()
1030c3aeeef9 Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave()
9fcb5b367e6c Bluetooth: hci_ll: don't call kfree_skb() under spin_lock_irqsave()
14cc94a59852 Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()
06467130d521 Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()
e52b7d460a30 Bluetooth: btintel: Fix missing free skb in btintel_setup_combined()
f7c9de3bcfcd Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMS
2addf3cb6381 sctp: sysctl: make extra pointers netns aware
21296a52caa6 ntb_netdev: Use dev_kfree_skb_any() in interrupt context
0fff763f110f net: lan9303: Fix read error execution path
882bad40a008 can: tcan4x5x: Fix use of register error status mask
d50092f662ec can: m_can: Call the RAM init directly from m_can_chip_config
55064642aac1 can: tcan4x5x: Remove invalid write in clear_interrupts
641eef876657 net: amd-xgbe: Check only the minimum speed for active/passive cables
60b35e28dc2a net: amd-xgbe: Fix logic around active and passive cables
d436bf39f47b af_unix: call proto_unregister() in the error path in af_unix_init()
ee9d03bf8907 net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()
6f1c4c01cc9b hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()
eb2c6a6e8f75 net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()
ef08e1082c45 net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()
2786ef4066d9 net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()
d81314e2dded net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()
9a6544343bba net/tunnel: wait until all sk_user_data reader finish before releasing the sock
998b4e54f517 net: farsync: Fix kmemleak when rmmods farsync
71605c690621 ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()
ce1b3a41e796 of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and find_dup_cset_prop()
8399b9893548 drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()
96e50897029f net: stmmac: fix possible memory leak in stmmac_dvr_probe()
ecaf934e4412 net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload()
e1359bc90a49 net: defxx: Fix missing err handling in dfx_init()
c65603abc389 net: vmw_vsock: vmci: Check memcpy_from_msg()
9de42116fc45 clk: socfpga: Fix memory leak in socfpga_gate_init()
e515881adeb1 bpf: Do not zero-extend kfunc return values
ce61a877c79f blktrace: Fix output non-blktrace event when blk_classic option enabled
f2ae56fa0b61 wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()
23060daf3759 wifi: rtl8xxxu: Fix the channel width reporting
6d0e00334e31 wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2h
e69d38065080 spi: spi-gpio: Don't set MOSI as an input if not 3WIRE mode
4e501a31af8e clk: samsung: Fix memory leak in _samsung_clk_register_pll()
441c05485cf1 media: coda: Add check for kmalloc
b99872178e74 media: coda: Add check for dcoda_iram_alloc
fbf081ebe268 media: c8sectpfe: Add of_node_put() when breaking out of loop
2a7330d8200e regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_probe()
ecf1b317a86b mmc: core: Normalize the error handling branch in sd_read_ext_regs()
7fecca429e6e memstick/ms_block: Add check for alloc_ordered_workqueue
b77ced3fce5c memstick: ms_block: Add error handling support for add_disk()
ae00eb67792b mmc: renesas_sdhi: alway populate SCC pointer
88fa6a4e39c1 mmc: mmci: fix return value check of mmc_add_host()
29c3690969e7 mmc: wbsd: fix return value check of mmc_add_host()
0959cc1685eb mmc: via-sdmmc: fix return value check of mmc_add_host()
e0cfe7aa41f3 mmc: meson-gx: fix return value check of mmc_add_host()
62005dfcc396 mmc: omap_hsmmc: fix return value check of mmc_add_host()
1925472dec31 mmc: atmel-mci: fix return value check of mmc_add_host()
58c3a8d0f1ab mmc: wmt-sdmmc: fix return value check of mmc_add_host()
afc898019e7b mmc: vub300: fix return value check of mmc_add_host()
6444079767b6 mmc: toshsd: fix return value check of mmc_add_host()
df683201c7ff mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host()
30dc645461df mmc: rtsx_pci: fix return value check of mmc_add_host()
bc7e8744f581 mmc: pxamci: fix return value check of mmc_add_host()
2d496050ded8 mmc: mxcmmc: fix return value check of mmc_add_host()
f0502fe86a2d mmc: moxart: fix return value check of mmc_add_host()
29c5b4da41f3 mmc: alcor: fix return value check of mmc_add_host()
52e0d8a8dda3 riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC
0de70ed675fa NFSv4.x: Fail client initialisation if state manager thread can't run
7055c878a0ec SUNRPC: Fix missing release socket in rpc_sockname()
79d4cd40da5a xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()
cba633b24a98 ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interrupt
9018550d96df media: saa7164: fix missing pci_disable_device()
2df1e2a6ec52 ALSA: pcm: Set missing stop_operating flag at undoing trigger start
a443c55d96de bpf, sockmap: fix race in sock_map_free()
5229b9033713 hwmon: (jc42) Restore the min/max/critical temperatures on resume
785f5c732ab8 hwmon: (jc42) Convert register access and caching to regmap/regcache
c4c64d8abd65 regulator: core: fix resource leak in regulator_register()
07f82dca1122 configfs: fix possible memory leak in configfs_create_dir()
21a061772b08 hsr: Synchronize sequence number updates.
a82f5b2e0864 hsr: Synchronize sending frames to have always incremented outgoing seq nr.
bb3b40cd6ae5 hsr: Disable netpoll.
8e148d981bcc hsr: Avoid double remove of a node.
9387cbf7f7fd hsr: Add a rcu-read lock to hsr_forward_skb().
a051e10bfc69 clk: qcom: clk-krait: fix wrong div2 functions
8275c7465d9e clk: qcom: lpass-sc7180: Fix pm_runtime usage
91657ec4d0e5 regulator: core: fix module refcount leak in set_supply()
66976a3be9bc wifi: mt76: fix coverity overrun-call in mt76_get_txpower()
a21e3f6f414b wifi: mt76: mt7921: fix reporting of TX AGGR histogram
c8659018b630 mt76: stop the radar detector after leaving dfs channel
ae19622e7ff8 wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() fails
2e32f1299814 wifi: mac80211: fix memory leak in ieee80211_if_add()
f58888434d75 spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODE
b6d27d9250e7 bonding: uninitialized variable in bond_miimon_inspect()
7201e4f4f52e bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirect
6105ed3598e1 bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes
8786bde11a4f bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data
a222f992ce5b Input: wistron_btns - disable on UML
d78649c21bbb netfilter: conntrack: set icmpv6 redirects as RELATED
09fe3b139268 ASoC: pcm512x: Fix PM disable depth imbalance in pcm512x_probe
8876793e56ec drm/amdkfd: Fix memory leakage
8f2d2badf8ca drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios()
88c6e0995c04 drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()
0af0ff9fc00d drm/amd/pm/smu11: BACO is supported when it's in BACO state
27e7cf595d4a ASoC: mediatek: mt8173: Enable IRQ when pdata is ready
905e5653756a ASoC: mediatek: mt8173: Fix debugfs registration for components
d8e32f1bf1a9 wifi: iwlwifi: mvm: fix double free on tx path.
d0bb44775c44 ALSA: asihpi: fix missing pci_disable_device()
f12377abac15 NFS: Fix an Oops in nfs_d_automount()
9a96aff53c21 NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn
c6aca4c7ba8f NFSv4: Fix a credential leak in _nfs4_discover_trunking()
7f6607c88426 NFSv4.2: Fix initialisation of struct nfs4_label
51899eefd1a6 NFSv4.2: Fix a memory stomp in decode_attr_security_label
34dffc77ddf6 NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decoding
d926611c89ac ASoC: mediatek: mtk-btcvsd: Add checks for write and read of mtk_btcvsd_snd
f243ff92d6d3 ASoC: dt-bindings: wcd9335: fix reset line polarity in example
41d7b8291c6d drm/tegra: Add missing clk_disable_unprepare() in tegra_dc_probe()
2376d7fa08bb media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoC
210fcf64be4d media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()
b223cc15f922 media: dvb-core: Fix ignored return value in dvb_register_frontend()
825a8af31d6b pinctrl: pinconf-generic: add missing of_node_put()
eedc698d6610 clk: imx8mn: fix imx8mn_enet_phy_sels clocks list
f86a432604c3 clk: imx8mn: fix imx8mn_sai2_sels clocks list
5e98c3a34503 clk: imx: replace osc_hdmi with dummy
9453e097b862 clk: imx8mn: rename vpu_pll to m7_alt_pll
bffc80bac8c5 media: imon: fix a race condition in send_packet()
9c9ff35d6869 media: vimc: Fix wrong function called when vimc_init() fails
f849c116d320 ASoC: qcom: Add checks for devm_kcalloc
16437645dd97 drbd: destroy workqueue when drbd device was freed
cdaf45415c1e drbd: remove call to memset before free device/resource/connection
f35981083cb3 mtd: maps: pxa2xx-flash: fix memory leak in probe
87c750affd88 bonding: fix link recovery in mode 2 when updelay is nonzero
02105f0b3021 drm/amdgpu: fix pci device refcount leak
5b0a1f1247cd clk: rockchip: Fix memory leak in rockchip_clk_register_pll()
27aac5c01246 regulator: core: use kfree_const() to free space conditionally
a69b1faa9b14 ALSA: seq: fix undefined behavior in bit shift for SNDRV_SEQ_FILTER_USE_EVENT
9c0f3617ba31 ALSA: pcm: fix undefined behavior in bit shift for SNDRV_PCM_RATE_KNOT
6159424e2dd9 pinctrl: k210: call of_node_put()
18a973fcb190 HID: hid-sensor-custom: set fixed size for custom attributes
0fc4280dbec3 bpf: Move skb->len == 0 checks into __bpf_redirect
8dbcb4c284bc mtd: spi-nor: Fix the number of bytes for the dummy cycles
58e1a0ef5255 mtd: spi-nor: hide jedec_id sysfs attribute if not present
348d95e39fec inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()
4451bef1a3dd media: videobuf-dma-contig: use dma_mmap_coherent
b2781a862608 media: platform: exynos4-is: Fix error handling in fimc_md_init()
7cf71bbe5d2e media: solo6x10: fix possible memory leak in solo_sysfs_init()
c290aa527fd8 media: vidtv: Fix use-after-free in vidtv_bridge_dvb_init()
648f3031025a Input: elants_i2c - properly handle the reset GPIO when power is off
e0d3e46ac666 mtd: lpddr2_nvm: Fix possible null-ptr-deref
ab4e42f51931 drm/msm/a6xx: Fix speed-bin detection vs probe-defer
fea795f7c7cf wifi: ath10k: Fix return value in ath10k_pci_init()
77482c4dd4a0 block: clear ->slave_dir when dropping the main slave_dir reference
62251948e2e7 ima: Fix misuse of dereference of pointer in template_desc_init_fields()
29d6c69ba4b9 integrity: Fix memory leakage in keyring allocation error path
8e6df9571744 drm/fourcc: Fix vsub/hsub for Q410 and Q401
ec1727f89ecd drm/fourcc: Add packed 10bit YUV 4:2:0 format
f72608b8dd08 regulator: qcom-rpmh: Fix PMR735a S3 regulator spec
63d011ad0505 nvme: return err on nvme_init_non_mdts_limits fail
f289a38df0da amdgpu/pm: prevent array underflow in vega20_odn_edit_dpm_table()
cda1895f3b7f regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()
1a5aaa5736eb nvmet: only allocate a single slab for bvecs
cb3033a43263 libbpf: Fix uninitialized warning in btf_dump_dump_type_data
83baa509396a ASoC: pxa: fix null-pointer dereference in filter()
a06ba0f7f859 drm/mediatek: Modify dpi power on/off sequence.
6d25bc637081 drm/radeon: Add the missed acpi_put_table() to fix memory leak
4cf11e9d3144 bfq: fix waker_bfqq inconsistency crash
55e822212e78 rxrpc: Fix ack.bufferSize to be 0 when generating an ack
5ef8bf0df14d net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()
d1c44928bb3c media: camss: Clean up received buffers on failed start of streaming
3b4b4df3f8d8 wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control port
9e1440c858e6 Input: joystick - fix Kconfig warning for JOYSTICK_ADC
71212d731848 mtd: Fix device name leak when register device failed in add_mtd_device()
106311677b27 clk: qcom: gcc-sm8250: Use retention mode for USB GDSCs
322c7415e77e bpf: propagate precision across all frames, not just the last one
07c286c10a9c bpf: Check the other end of slot_type for STACK_SPILL
fdbc363bc1d0 bpf: propagate precision in ALU/ALU64 operations
b29e46610cfe media: platform: exynos4-is: fix return value check in fimc_md_probe()
ab54081a2843 media: vivid: fix compose size exceed boundary
3c58c83c6fc8 bpf: Fix slot type check in check_stack_write_var_off
cffa75198ca1 drm/msm/hdmi: use devres helper for runtime PM management
58d002b72e0a drm/msm/hdmi: drop unused GPIO support
2d4bc60693c4 ima: Handle -ESTALE returned by ima_filter_rule_match()
13fc167e1645 drm/panel/panel-sitronix-st7701: Remove panel on DSI attach failure
c20672cfa097 spi: Update reference to struct spi_controller
2858d038c5d3 clk: renesas: r9a06g032: Repair grave increment error
f6ed73db3903 drm/rockchip: lvds: fix PM usage counter unbalance in poweron
13fab6322b9f can: kvaser_usb: Compare requested bittiming parameters with actual parameters in do_set_{,data}_bittiming
4e55d61e87f2 can: kvaser_usb: Add struct kvaser_usb_busparams
fcfd4df200ff can: kvaser_usb_leaf: Fix bogus restart events
51f07da38bae can: kvaser_usb_leaf: Fix wrong CAN state after stopping
647c26887b5b can: kvaser_usb_leaf: Fix improved state not being reported
9676d65a4ad3 can: kvaser_usb: make use of units.h in assignment of frequency
c76110856281 can: kvaser_usb_leaf: Set Warning state even without bus errors
a60bf9d81473 can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENT
8aae6bddc1d3 can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {leaf,usbcan}_cmd_can_error_event
972270be2452 can: kvaser_usb: kvaser_usb_leaf: Get capabilities from device
e9e0d9945fd1 can: kvaser_usb: do not increase tx statistics when sending error message frames
e39bce64e58e libbpf: Btf dedup identical struct test needs check for nested structs/arrays
d4419f93e214 media: exynos4-is: don't rely on the v4l2_async_subdev internals
8741792d8274 soreuseport: Fix socket selection for SO_INCOMING_CPU.
094f56192c56 venus: pm_helpers: Fix error check in vcodec_domains_get()
3c793a9ad9d3 media: i2c: ad5820: Fix error path
07611f9e44e1 media: adv748x: afe: Select input port when initializing AFE
aa81257dbf3b media: coda: jpeg: Add check for kmalloc
9a402adc9f5e media: v4l2-ctrls: Fix off-by-one error in integer menu control check
1caed03305b5 drm/amdgpu/powerplay/psm: Fix memory leak in power state init
f66a8770832e ipmi: kcs: Poll OBF briefly to reduce OBE latency
983320199e33 ata: libata: fix NCQ autosense logic
a9caf71aeb48 ata: add/use ata_taskfile::{error|status} fields
3483c3fb4877 ata: libata: move ata_{port,link,dev}_dbg to standard pr_XXX() macros
67061355776e libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()
a733bf10198e libbpf: Fix use-after-free in btf_dump_name_dups
b5ec2a04fed3 drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridge
6d40a49d0559 wifi: rtl8xxxu: Fix reading the vendor of combo chips
355f16f756aa wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()
d856f7574bcc wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()
12229a2523f0 platform/mellanox: mlxbf-pmc: Fix event typo
a0d93aac54ce rapidio: devices: fix missing put_device in mport_cdev_open
7af9cb8cbb81 hfs: Fix OOB Write in hfs_asc2mac
90962b3b1c3b relay: fix type mismatch when allocating memory in relay_create_buf()
0d60b11f8fce eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFD
2f5cc7fd73fd rapidio: fix possible UAF when kfifo_alloc() fails
337b68da6856 fs: sysv: Fix sysv_nblocks() returns wrong value
95d42a8d3d4a lockd: set other missing fields when unlocking files
318229b4d35b MIPS: OCTEON: warn only once if deprecated link status is being used
5e6d37a93a38 MIPS: BCM63xx: Add check for NULL for clk in clk_enable
50af0ba3e163 platform/x86: intel_scu_ipc: fix possible name leak in __intel_scu_ipc_register()
3cf81501356c platform/x86: mxm-wmi: fix memleak in mxm_wmi_call_mx[ds|mx]()
0ceadb5a3e45 platform/chrome: cros_ec_typec: zero out stale pointers
49c98b568881 platform/chrome: cros_ec_typec: Cleanup switch handle return paths
b55ef8508ac4 PM: runtime: Do not call __rpm_callback() from rpm_idle()
0bf874183b32 xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()
70966d6b0f59 x86/xen: Fix memory leak in xen_init_lock_cpu()
23aef94eea71 x86/xen: Fix memory leak in xen_smp_intr_init{_pv}()
03ab1c5c2f0b uprobes/x86: Allow to probe a NOP instruction with 0x66 prefix
6fde666278f9 ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage()
9cabd5f4f1ba clocksource/drivers/timer-ti-dm: Fix missing clk_disable_unprepare in dmtimer_systimer_init_clock()
b73c76c3c445 cpu/hotplug: Do not bail-out in DYING/STARTING sections
6eb1802184df cpu/hotplug: Make target_store() a nop when target == state
cd130e2676dd futex: Resend potentially swallowed owner death notification
fd8a10d44c11 futex: Move to kernel/futex/
156144bd18c3 mips: ralink: mt7621: do not use kzalloc too early
186d59bb6a54 mips: ralink: mt7621: soc queries and tests as functions
8348da01e5c6 mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
0f8e6fe09cfa clocksource/drivers/sh_cmt: Access registers according to spec
a47de2fd3f88 rapidio: rio: fix possible name leak in rio_register_mport()
ec3f04f74f50 rapidio: fix possible name leaks when rio_add_device() fails
4662d8e6ab20 debugfs: fix error when writing negative value to atomic_t debugfs file
7e8e8cc13625 lib/notifier-error-inject: fix error when writing -errno to debugfs file
39b5e6130b73 libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value
19c202e6e55c cpufreq: amd_freq_sensitivity: Add missing pci_dev_put()
93e3c803383a genirq/irqdesc: Don't try to remove non-existing sysfs files
435cc7d18c96 nfsd: don't call nfsd_file_put from client states seqfile display
5030d4d2bf8b NFSD: Finish converting the NFSv2 GETACL result encoder
e498675e0684 SUNRPC: Return true/false (not 1/0) from bool functions
3e255dc21031 EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper()
740efb64ca5e irqchip/wpcm450: Fix memory leak in wpcm450_aic_of_init()
77b99b483f82 irqchip: gic-pm: Use pm_runtime_resume_and_get() in gic_probe()
5139cbc0c6e4 thermal: core: fix some possible name leaks in error paths
cab345f9d519 platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_init()
0358bc7cc21a perf/x86/intel/uncore: Fix reference count leak in __uncore_imc_init_box()
433bd587dca5 perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map()
3485f1975180 perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox()
0021ef7dc612 perf/x86/intel/uncore: Fix reference count leak in sad_cfg_iio_topology()
c12b314bb23d PNP: fix name memory leak in pnp_alloc_dev()
f1c7a6af710c selftests/efivarfs: Add checking of the test return value
46be3ee1cab9 MIPS: vpe-cmp: fix possible memory leak while module exiting
e820a8192ff6 MIPS: vpe-mt: fix possible memory leak while module exiting
61d68cf2ba79 ocfs2: fix memory leak in ocfs2_stack_glue_init()
e83b47580a07 lib/fonts: fix undefined behavior in bit shift for get_default_font
0df7d9ab6bce proc: fixup uptime selftest
07b8659b8e5b timerqueue: Use rb_entry_safe() in timerqueue_getnext()
413b18866b40 platform/x86: huawei-wmi: fix return value calculation
4b469322830d lib/debugobjects: fix stat count and optimize debug_objects_mem_init
f790dfe81629 perf: Fix possible memleak in pmu_dev_alloc()
418d21c0df5b selftests/ftrace: event_triggers: wait longer for test_event_enable
4ea765b10624 cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()
c52d9c25d95c fs: don't audit the capability check in simple_xattr_list()
e4d0d13b46c6 PM: hibernate: Fix mistake in kerneldoc comment
1f62b8e50dd2 x86/sgx: Reduce delay and interference of enclave release
f5b88170f09c alpha: fix syscall entry in !AUDUT_SYSCALL case
a819ba80b99c alpha: fix TIF_NOTIFY_SIGNAL handling
eb2a732ef451 cpuidle: dt: Return the correct numbers of parsed idle states
3af4f5cb8ae7 sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()
23cb580e0c6b sched/core: Introduce sched_asym_cpucap_active()
41c2dba3885e sched/fair: Removed useless update of p->recent_used_cpu
55ffeab089aa sched/uclamp: Make select_idle_capacity() use util_fits_cpu()
4639bfbb83bd sched/uclamp: Make task_fits_capacity() use util_fits_cpu()
309e50cbfefc sched/uclamp: Fix relationship between uclamp and migration margin
54a766e19681 sched/fair: Cleanup task_util and capacity type
26bffaf6784a ovl: remove privs in ovl_fallocate()
5dc34f9aaaf4 ovl: remove privs in ovl_copyfile()
9636e70ee2d3 ovl: use ovl_copy_{real,upper}attr() wrappers
a54843833caf ovl: store lower path in ovl_inode
163c5bbe7d2f tpm/tpm_crb: Fix error message in __crb_relinquish_locality()
fe880e9df97a tpm/tpm_ftpm_tee: Fix error handling in ftpm_mod_init()
ebc73c4f2662 pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP
d4dcde11bff2 ARM: mmp: fix timer_read delay
95916147dcc7 pstore/ram: Fix error return code in ramoops_probe()
a31a647a3d10 seccomp: Move copy_seccomp() to no failure path.
b8b76b8da66d arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC
820a5ccca7c3 ARM: dts: turris-omnia: Add switch port 6 node
b311f8e9f503 ARM: dts: turris-omnia: Add ethernet aliases
48ebdd06c93c ARM: dts: armada-39x: Fix assigned-addresses for every PCIe Root Port
f27dd04e44d8 ARM: dts: armada-38x: Fix assigned-addresses for every PCIe Root Port
1e53c63da8df ARM: dts: armada-375: Fix assigned-addresses for every PCIe Root Port
3af1a73e9e30 ARM: dts: armada-xp: Fix assigned-addresses for every PCIe Root Port
e4ed8133c46d ARM: dts: armada-370: Fix assigned-addresses for every PCIe Root Port
b335b6344ee1 ARM: dts: dove: Fix assigned-addresses for every PCIe Root Port
5b3415e68336 arm64: dts: mediatek: mt6797: Fix 26M oscillator unit name
93f5e6649619 arm64: dts: mediatek: pumpkin-common: Fix devicetree warnings
debd938e21cd arm64: dts: mt2712-evb: Fix usb vbus regulators unit names
b2c6397754f1 arm64: dts: mt2712-evb: Fix vproc fixed regulators unit names
96c972f83593 arm64: dts: mt2712e: Fix unit address for pinctrl node
2cd1391c28e8 arm64: dts: mt2712e: Fix unit_address_vs_reg warning for oscillators
39877a3636cd arm64: dts: mt6779: Fix devicetree build warnings
af431ce47ef0 ARM: dts: nuvoton: Remove bogus unit addresses from fixed-partition nodes
0a616049ec03 arm64: dts: ti: k3-j721e-main: Drop dma-coherent in crypto node
22a740824af8 arm64: dts: ti: k3-am65-main: Drop dma-coherent in crypto node
b131304fe722 perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init()
b99fbe8d949a perf/arm_dmc620: Fix hotplug callback leak in dmc620_pmu_init()
9285b623bbe1 perf: arm_dsu: Fix hotplug callback leak in dsu_pmu_init()
e6318a7e19f5 arm64: mm: kfence: only handle translation faults
46ddfb9d1e46 arm64: Treat ESR_ELx as a 64-bit register
681e3401286b soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probe
6eca7a2535eb soc: ti: knav_qmss_queue: Fix PM disable depth imbalance in knav_queue_probe
972f8fc0651e soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of pm_runtime_get_sync
fe53048f2adb arm: dts: spear600: Fix clcd interrupt
75baeec4642f arm64: dts: qcom: sm6125: fix SDHCI CQE reg names
0f9ac041911d soc: qcom: apr: Add check for idr_alloc and of_property_read_string_index
6855dd02c55d soc: qcom: apr: make code more reuseable
c9fb81a8355c arm64: dts: qcom: sm8250: drop bogus DP PHY clock
53ffa5746415 arm64: dts: qcom: sm8350: fix UFS PHY registers
d5a6bbd7a231 arm64: dts: qcom: sm8250: fix UFS PHY registers
3a52ff845f12 arm64: dts: qcom: sm8150: fix UFS PHY registers
800f8165e0ca arm64: dts: qcom: Correct QMP PHY child node name
ee136f275bad soc: qcom: llcc: make irq truly optional
aa7ffd41749b arm64: dts: qcom: sm8250: correct LPASS pin pull down
f94bacc616f2 arm64: dts: qcom: pm660: Use unique ADC5_VCOIN address in node name
d5bf1197817d drivers: soc: ti: knav_qmss_queue: Mark knav_acc_firmwares as static
4707d5daf842 ARM: dts: stm32: Fix AV96 WLAN regulator gpio property
33647d7a467d ARM: dts: stm32: Drop stm32mp15xc.dtsi from Avenger96
9f271a866071 objtool, kcsan: Add volatile read/write instrumentation to whitelist
51fe2dcba805 arm64: dts: qcom: msm8916: Drop MSS fallback compatible
a9fff3524f2a arm64: dts: qcom: sdm845-cheza: fix AP suspend pin bias
6487f48ea359 arm64: dts: qcom: sdm630: fix UART1 pin bias
6c0c9c545857 ARM: dts: qcom: apq8064: fix coresight compatible
0f9b088d68ba arm64: dts: qcom: msm8996: fix GPU OPP table
270683fc7b3c arm64: dts: qcom: msm8996: fix supported-hw in cpufreq OPP tables
5c5a62891434 arm64: dts: qcom: msm8996: Add MSM8996 Pro support
3f14048ee419 arm64: dts: qcom: sm8250-sony-xperia-edo: fix touchscreen bias-disable
89f79f8d7f30 arm64: dts: qcom: ipq6018-cp01-c1: use BLSPI1 pins
9db5992e72ed usb: musb: remove extra check in musb_gadget_vbus_draw
adc063a491a7 drm/amd/display: Manually adjust strobe for DCN303
5827ddaf4534 Linux 5.15.85
e22dbadac8d4 net: loopback: use NET_NAME_PREDICTABLE for name_assign_type
314e7a7836c7 selftests: net: Use "grep -E" instead of "egrep"
19a78143961a Bluetooth: L2CAP: Fix u8 overflow
f692abf13940 HID: uclogic: Add HID_QUIRK_HIDINPUT_FORCE quirk
5325a884e2c3 usb: dwc3: pci: Update PCIe device ID for USB3 controller on CPU sub-system for Raptor Lake
367e1e3399db igb: Initialize mailbox message for VF reset
a301742b35bc xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N
5e959f0c4c57 USB: serial: f81534: fix division by zero on line-speed change
68fbe268d2cb USB: serial: f81232: fix division by zero on line-speed change
3ec7f24b8bb8 USB: serial: cp210x: add Kamstrup RF sniffer PIDs
2b092fab2340 USB: serial: option: add Quectel EM05-G modem
6b41a35b41f7 usb: gadget: uvc: Prevent buffer overflow in setup handler
828112571c92 udf: Fix extending file within last block
df1a2596c775 udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size
63dbbd8f1499 udf: Fix preallocation discarding at indirect extent boundary
79a97f08ae5d udf: Discard preallocation before extending file with a hole
(From OE-Core rev: 716a30060d8c1be02d9711204b5b001e71d7d890)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
90ca7a874a90 Linux 6.1.5
177055b94fb5 wifi: ath11k: Send PME message during wakeup from D3cold
15f818d4b682 efi: random: combine bootloader provided RNG seed with RNG protocol output
0c84b7de2658 drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO index
c7229577d93d drm/i915/dsi: add support for ICL+ native MIPI GPIO sequence
5e7d97dbae25 ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_auth_blob
ad678f30ac0d ksmbd: send proper error response in smb2_tree_connect()
4cd431722018 ksmbd: fix infinite loop in ksmbd_conn_handler_loop()
53e9d6851b56 btrfs: handle case when repair happens with dev-replace
d179f9d27f1e drm/amd/display: Uninitialized variables causing 4k60 UCLK to stay at DPM1 and not DPM0
4ac1437d64ef drm/amd/display: Add check for DET fetch latency hiding for dcn32
bff553de2c37 virtio_blk: Fix signedness bug in virtblk_prep_rq()
569b4f8fb02e virtio-blk: use a helper to handle request queuing errors
44c0e07e3972 drm/i915/gvt: fix vgpu debugfs clean in remove
fe340500baf8 drm/i915/gvt: fix gvt debugfs destroy
306888b1246b drm/amdkfd: Fix kernel warning during topology setup
c7041ec41036 drm/plane-helper: Add the missing declaration of drm_atomic_state
c4849f18185f of/fdt: run soc memory setup when early_init_dt_scan_memory fails
a33220faead6 riscv, kprobes: Stricter c.jr/c.jalr decoding
36fd385ae2ca riscv: uaccess: fix type of 0 variable on error in get_user()
7f56c4fa299a thermal: int340x: Add missing attribute for data rate base
8b258a31c2e8 vhost_vdpa: fix the crash in unmap a large memory
ed2d0e160ce4 tpm: Allow system suspend to continue when TPM suspend fails
e595dcd987d0 io_uring: fix CQ waiting timeout handling
91d129519985 io_uring: pin context while queueing deferred tw
6d47e0f6a535 block: don't allow splitting of a REQ_NOWAIT bio
39a20c4354be net: dsa: tag_qca: fix wrong MGMT_DATA2 size
ec6022235670 net: dsa: qca8k: fix wrong length value for mgmt eth packet
49d901dce4b9 Revert "net: dsa: qca8k: cache lo and hi for mdio write"
d54f66bc9c37 Revert "drm/amd/display: Enable Freesync Video Mode by default"
7f656fff955c bpf: Fix panic due to wrong pageattr of im->image
a3fb152c2f17 fbdev: matroxfb: G200eW: Increase max memory from 1 MB to 16 MB
421fd5c9e0ae nfsd: fix handling of readdir in v4root vs. mount upcall timeout
e8377f0456fb x86/bugs: Flush IBP in ib_prctl_set()
5bd3c7abeb69 x86/kexec: Fix double-free of elf header buffer
2dfc2347776e ASoC: SOF: Intel: pci-tgl: unblock S5 entry if DMA stop has failed"
f6631b9b4f91 nvme: also return I/O command effects from nvme_command_effects
27eab31ed71f nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding it
84cc257e1888 kunit: alloc_string_stream_fragment error handling bug fix
8b2de5212661 io_uring: check for valid register opcode earlier
9c152189a7e8 ACPI: video: Don't enable fallback path for creating ACPI backlight by default
adaf41b56803 drm/amd/display: Report to ACPI video if no panels were found
0ba8892d86ad ACPI: video: Allow GPU drivers to report no panels
183c2aaef40a nvme: fix multipath crash caused by flush request when blktrace is enabled
a288e98adc02 io_uring/cancel: re-grab ctx mutex after finishing wait
a02c07b61989 drm/amdkfd: Fix double release compute pasid
9d74d1f52e16 drm/amdkfd: Fix kfd_process_device_init_vm error handling
8ba7c55e112f drm/amdgpu: Fix size validation for non-exclusive domains (v4)
b48f8c9a81be ASoC: SOF: mediatek: initialize panic_info to zero
ee887708e25e ASoC: Intel: bytcr_rt5640: Add quirk for the Advantech MICA-071 tablet
30f3e4afe09a 9p/client: fix data race on req->status
f6e548529bb9 ASoC: SOF: Revert: "core: unregister clients and machine drivers in .shutdown"
45917be9f0af hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling
f190519b07c7 usb: dwc3: xilinx: include linux/gpio/consumer.h
2d1dbb030ca8 udf: Fix extension of the last extent in the file
3ad47c8aa564 caif: fix memory leak in cfctrl_linkup_request()
7d242f4a0c83 net/ulp: prevent ULP without clone op from entering the LISTEN status
50c81b35df01 qed: allow sleep in qed_mcp_trace_dump()
4e0c2961e53d ublk: honor IO_URING_F_NONBLOCK for handling control command
1022519da69d drm/i915/gvt: fix double free bug in split_2MB_gtt_entry
20a07570c166 drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()
c776df09f469 perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non BPF mode
36caf0281b91 perf stat: Fix handling of unsupported cgroup events when using BPF counters
75b9086028ce perf lock contention: Fix core dump related to not finding the "__sched_text_end" symbol on s/390
a713602807f3 usb: rndis_host: Secure rndis_query check against int overflow
667ce030bdfb octeontx2-pf: Fix lmtst ID used in aura free
faecbaf1ffcd drivers/net/bonding/bond_3ad: return when there's no aggregator
73fee7e1e5ea fs/ntfs3: don't hold ni_lock when calling truncate_setsize()
71f9fd5bcf09 drm/imx: ipuv3-plane: Fix overlay plane width
2bb8016d4bb0 perf tools: Fix resources leak in perf_data__open_dir()
466655ddac0c drm/virtio: Fix memory leak in virtio_gpu_object_create()
8964cc36ba01 netfilter: ipset: Rework long task execution when adding/deleting entries
080b56c66aca netfilter: ipset: fix hash:net,port,net hang with /0 subnet
2bab138b44f0 net: sparx5: Fix reading of the MAC address
5896f5581068 vxlan: Fix memory leaks in error path
dc46e39b727f net: sched: cbq: dont intepret cls results when asked to drop
85655c63877a net: sched: atm: dont intepret cls results when asked to drop
9a402a210798 gpio: sifive: Fix refcount leak in sifive_gpio_probe
589886147edf ceph: switch to vfs_inode_has_locks() to fix file lock bug
516fac1e0749 filelock: new helper: vfs_inode_has_locks
b8e3dd2eba02 drm/meson: Reduce the FIFO lines held when AFBC is not used
718d28ce581e selftests: net: return non-zero for failures reported in arp_ndisc_evict_nocarrier
d87357c82ce3 selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrier
5f87d4dc581e RDMA/mlx5: Fix validation of max_rd_atomic caps for DC
e597b003c736 RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device
2892b358c896 gpio: pca953x: avoid to use uninitialized value pinctrl
ee84d37a5f08 net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probe
191c4b94c18b net: ena: Update NUMA TPH hint register upon NUMA node update
eff3be564b50 net: ena: Set default value for RX interrupt moderation
2474a8ed1ef3 net: ena: Fix rx_copybreak value update
5a5084e947b1 net: ena: Use bitmask to indicate packet redirection
7d82fbedaecb net: ena: Account for the number of processed bytes in XDP
c7304c752a20 net: ena: Don't register memory info on XDP exchange
1ee3d84b0d6b net: ena: Fix toeplitz initial hash value
aafd7d5ecc14 net: amd-xgbe: add missed tasklet_kill
1f7331675545 net: hns3: refine the handling for VF heartbeat
01ca3695f19a tcp: Add TIME_WAIT sockets in bhash2.
a1f2920a051f bpf: Always use maximal size for copy_array()
8f1b8b313350 net/mlx5: Lag, fix failure to cancel delayed bond work
c1103a607134 net/mlx5e: Set geneve_tlv_option_0_exist when matching on geneve option
cacda6f9757f net/mlx5e: Fix hw mtu initializing at XDP SQ allocation
c6e6fb424031 net/mlx5e: Always clear dest encap in neigh-update-del
7d88b67d6bec net/mlx5e: CT: Fix ct debugfs folder name
38e1a340f741 net/mlx5e: Fix RX reporter for XSK RQs
53d051e2a235 net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default
2799cbdedb60 net/mlx5: Fix RoCE setting at HCA level
e639bc695f05 net/mlx5: Avoid recovery in probe flows
95a327eaebe2 net/mlx5: Fix io_eq_size and event_eq_size params validation
3c29ad4f2cc5 net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path
8aa897595bab net/mlx5: E-Switch, properly handle ingress tagged packets on VST
16b22e27fba6 vdpasim: fix memory leak when freeing IOTLBs
6ccc891f36d0 vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_remove
0871df190fe6 virtio-crypto: fix memory leak in virtio_crypto_alg_skcipher_close_session()
c72123cd79dd vdpa_sim: fix vringh initialization in vdpasim_queue_ready()
a2907867e2c8 vhost-vdpa: fix an iotlb memory leak
8b31aa969a2d vhost: fix range used in translate_desc()
909fb8fbd46b vringh: fix range used in iotlb_translate()
9bc360aa816f vhost/vsock: Fix error handling in vhost_vsock_init()
337c24d817e2 vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()
adc6cd16b418 vdpa/mlx5: Fix wrong mac address deletion
392814d4cf9a vdpa/mlx5: Fix rule forwarding VLAN to TIR
179e6d7213f1 bnxt_en: Fix HDS and jumbo thresholds for RX packets
c9542e0d3ec1 bnxt_en: Fix first buffer size calculations for XDP multi-buffer
57e2176bac59 bnxt_en: Fix XDP RX path
9bf7939f91af bnxt_en: Simplify bnxt_xdp_buff_init()
b32f6bef2485 nfc: Fix potential resource leaks
bb50c43f7789 net: dsa: mv88e6xxx: depend on PTP conditionally
a2a694e6edbd qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failure
facc4405e8b7 net: sched: fix memory leak in tcindex_set_parms
e0b6178773cf net: hns3: fix VF promisc mode not update when mac table full
fc7f6dca10b2 net: hns3: fix miss L3E checking for rx packet
55d10ed4b507 net: hns3: add interrupts re-initialization while doing VF FLR
d91be3d42c4a nfsd: shut down the NFSv4 state objects before the filecache
6003a74bd473 veth: Fix race with AF_XDP exposing old or uninitialized descriptors
62c84d0abe6f net: lan966x: Fix configuration of the PCS
a96c5c6e67f8 bonding: fix lockdep splat in bond_miimon_commit()
f03ecaeca499 netfilter: nf_tables: honor set timeout and garbage collection updates
dda2d04863b5 mptcp: fix lockdep false positive
dfe522e4cdfb mptcp: fix deadlock in fastopen error path
c312bcd28254 vmxnet3: correctly report csum_level for encapsulated packet
acce57c9b6a2 net: vrf: determine the dst using the original ifindex for multicast
3dfffe6214fa ice: xsk: do not use xdp_return_frame() on tx_buf->raw_buf
4052919880db netfilter: nf_tables: perform type checking for existing sets
59c8f9a23614 netfilter: nf_tables: add function to create set stateful expressions
4fba3958a9b9 netfilter: nf_tables: consolidate set description
ba3d2c2380e7 drm/panfrost: Fix GEM handle creation ref-counting
321635c70352 bpf: pull before calling skb_postpull_rcsum()
35dab092c295 wifi: ath9k: use proper statements in conditionals
3e8dee13f3d1 SUNRPC: ensure the matching upcall is in-flight upon downcall
e92536de04e4 btrfs: fix an error handling path in btrfs_defrag_leaves()
667347e338cb phy: qcom-qmp-combo: fix broken power on
53be6d939bf2 perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged data
8dba3cdb3d5f perf probe: Use dwarf_attr_integrate as generic DWARF attr accessor
def94d5966f6 btrfs: fix compat_ro checks against remount
427a36cf819b btrfs: fix off-by-one in delalloc search during lseek
acbf70d7f9cd usb: dwc3: gadget: Ignore End Transfer delay on teardown
94d0e33c5f52 cifs: refcount only the selected iface during interface update
76f1ff02e23e cifs: fix interface count calculation during refresh
0af9640736a6 btrfs: replace strncpy() with strscpy()
7578a7c0f296 ARM: renumber bits related to _TIF_WORK_MASK
2cb8e624295f Linux 6.1.4
54b6a040f380 drm/amd/pm: correct the fan speed retrieving in PWM for some SMU13 asics
0b865bcd7a08 drm/amd/pm: bump SMU13.0.0 driver_if header to version 0x34
789c4804d7ae drm/amd/pm: add missing SMU13.0.7 mm_dpm feature mapping
1cfd678e2f07 drm/amd/pm: add missing SMU13.0.0 mm_dpm feature mapping
6e6d577cd90b drm/i915/migrate: Account for the reserved_space
ea62bd769994 drm/i915: improve the catch-all evict to handle lock contention
52beaa0938ad drm/amdgpu: make display pinning more flexible (v2)
9724e6950ef9 drm/amdgpu: handle polaris10/11 overlap asics (v2)
3038224f5617 drm/amd/display: Add DCN314 display SG Support
218f8fe66824 drm/i915/ttm: consider CCS for backup objects
f06a3cff1b4e ext4: allocate extended attribute value in vmalloc area
56ecd5509fdc ext4: avoid unaccounted block allocation when expanding inode
0f860f71b617 ext4: initialize quota before expanding inode in setproject ioctl
70e5b46beba6 ext4: fix inode leak in ext4_xattr_inode_create() on an error path
74ba28197161 ext4: fix kernel BUG in 'ext4_write_inline_data_end()'
cc1538c693d2 ext4: fix deadlock due to mbcache entry corruption
52cdfab923db ext4: avoid BUG_ON when creating xattrs
1008bbaadca6 ext4: fix corrupt backup group descriptors after online resize
627dd452889d ext4: dont return EINVAL from GETFSUUID when reporting UUID length
a77f3bdb03d0 ext4: fix bad checksum after online resize
dad6a26adb5a ext4: fix error code return to user-space in ext4_get_branch()
c99932c83074 ext4: fix corruption when online resizing a 1K bigalloc fs
81b915181c63 ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline
b753b0be45ae ext4: don't fail GETFSUUID when the caller provides a long buffer
13271fbbe85d ext4: init quota for 'old.inode' in 'ext4_rename'
9f966e021c20 ext4: fix uninititialized value in 'ext4_evict_inode'
5439ad45c0d0 ext4: fix off-by-one errors in fast-commit block filling
18e66ed75d87 ext4: fix unaligned memory access in ext4_fc_reserve_space()
d1c97077fa60 ext4: add missing validation of fast-commit record lengths
1ba993208bcf ext4: don't set up encryption key during jbd2 transaction
7c1fb65e8ce8 ext4: fix leaking uninitialized memory in fast-commit journal
08d5c8445d15 ext4: disable fast-commit of encrypted dir operations
bcc5057e1781 ext4: don't allow journal inode to have encrypt flag
a125c8806b7d ext4: fix bug_on in __es_tree_search caused by bad boot loader inode
f1ec687ebd1b ext4: check and assert if marking an no_delete evicting inode dirty
15adfbb2d161 ext4: journal_path mount options should follow links
5e1d519af52f ext4: fix reserved cluster accounting in __es_remove_extent()
1daff79463d7 ext4: fix bug_on in __es_tree_search caused by bad quota inode
7720e1e43315 ext4: add helper to check quota inums
488a5c2bf754 ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode
7753d6657873 ext4: fix undefined behavior in bit shift for ext4_check_flag_values
7908b8a541b1 ext4: fix use-after-free in ext4_orphan_cleanup
a73f2b2e3853 fs: ext4: initialize fsdata in pagecache_write()
35840a486cff ext4: correct inconsistent error msg in nojournal mode
39364b354f0e ext4: remove trailing newline from ext4_msg() message
248feff7deda ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinite loop
b085fb43feed ext4: silence the warning when evicting inode with dioread_nolock
12cfb0c1c27e drm/etnaviv: reap idle mapping if it doesn't match the softpin address
babd82f10749 drm/ingenic: Fix missing platform_driver_unregister() call in ingenic_drm_init()
556a7e74af59 drm/i915/dsi: fix VBT send packet port selection for dual link DSI
84bcb7d09aaa drm/etnaviv: move idle mapping reaping into separate function
3650c063f22d drm/mgag200: Fix PLL setup for G200_SE_A rev >=4
622d527decaa drm/vmwgfx: Validate the box size for the snooped cursor
d988f0bcf579 drm/connector: send hotplug uevent on connector cleanup
35fe1c238437 device_cgroup: Roll back to original exceptions after copy failure
4def68cc15f3 parisc: Drop PMD_SHIFT from calculation in pgtable.h
790aba4492d6 parisc: Drop duplicate kgdb_pdc console
d97a584e350d parisc: Add missing FORCE prerequisites in Makefile
553bc5890ed9 parisc: Fix locking in pdc_iodc_print() firmware call
6bbba171235e parisc: Drop locking in pdc console code
67c98fec87ed parisc: led: Fix potential null-ptr-deref in start_task()
dc88a50bc339 remoteproc: imx_rproc: Correct i.MX93 DRAM mapping
e2e8d55f044e remoteproc: core: Do pm_relax when in RPROC_OFFLINE state
b9693304b713 remoteproc: imx_dsp_rproc: Add mutex protection for workqueue
17183187dc86 hugetlb: really allocate vma lock for all sharable vmas
ee29001a637f test_kprobes: Fix implicit declaration error of test_kprobes
7e8834776c37 iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid options
808948f4922f iommu/amd: Fix ivrs_acpihid cmdline parsing code
fdbbb4058319 phy: qcom-qmp-combo: fix sc8180x reset
1066b58cc02d phy: qcom-qmp-combo: fix sdm845 reset
0a1129c4b445 bus: mhi: host: Fix race between channel preparation and M0 event
878d15dd43bc driver core: Fix bus_type.match() error handling in __driver_attach()
cced6678325b crypto: ccp - Add support for TEE for PCI ID 0x14CA
b70acb182f45 crypto: n2 - add missing hash statesize
85292a29689a riscv: mm: notify remote harts about mmu cache updates
00777a099574 riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argument
cdea2da67875 RISC-V: kexec: Fix memory leak of elf header buffer
abbb887da774 riscv: Fixup compile error with !MMU
dc387c34d8dd RISC-V: kexec: Fix memory leak of fdt buffer
b33528863d07 PCI/sysfs: Fix double free in error path
518573988a2f PCI: Fix pci_device_is_present() for VFs by checking PF
06bc122d9b5f crypto: ccree,hisilicon - Fix dependencies to correct algorithm
d93b6a8a34e1 um: virt-pci: Avoid GCC non-NULL warning
f375bcf69f58 ima: Fix memory leak in __ima_inode_hash()
59b6c0ea1a8d mtd: spi-nor: gigadevice: gd25q256: replace gd25q256_default_init with gd25q256_post_bfpt
1fc9b20a7688 ipmi: fix use after free in _ipmi_destroy_user()
3ac71fd8ffa1 ima: Fix a potential NULL pointer access in ima_restore_measurement_list
9944a141e5ea mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()
9c476590feff ipmi: fix long wait in unload when IPMI disconnect
5038ee677606 ipu3-imgu: Fix NULL pointer dereference in imgu_subdev_set_selection()
9526c179b9cb ASoC: jz4740-i2s: Handle independent FIFO flush bits
360ef3bcf730 wifi: wilc1000: sdio: fix module autoloading
19d5b47b0e09 efi: Add iMac Pro 2017 to uefi skip cert quirk
aa4c785566ef md/bitmap: Fix bitmap chunk size overflow issues
ab87d6f26e40 block: mq-deadline: Do not break sequential write streams to zoned HDDs
b0544dd860b3 block: mq-deadline: Fix dd_finish_request() for zoned devices
51c107f91bf1 drm/amdgpu: fix mmhub register base coding error
08c83264e690 rtc: ds1347: fix value written to century register
135b9ed45347 ravb: Fix "failed to switch device to config mode" message during unbind
f22532d6bbaf cifs: set correct status of tcon ipc when reconnecting
a37d718a0e0b cifs: set correct ipc status after initial tree connect
2d8cbc14707a cifs: set correct tcon status after initial tree connect
66d65a6fba33 cifs: fix missing display of three mount options
e9f7a3bbaa5c cifs: fix confusing debug message
530ca64b4462 media: dvb-core: Fix UAF due to refcount races at releasing
123eddf92a11 media: dvb-core: Fix double free in dvb_register_device()
94d23f8b7840 ARM: 9256/1: NWFPE: avoid compiler-generated __aeabi_uldivmod
2833221e0b0f arm64: dts: mediatek: mt8195-demo: fix the memory size of node secmon
0fd003d3c708 staging: media: tegra-video: fix device_node use after free
1fae2197adbe staging: media: tegra-video: fix chan->mipi value on error
26c57afef2b6 tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line
2d31d84d4eb8 tracing: Fix issue of missing one synthetic field
5d067ad7e2e2 tracing/probes: Handle system names with hyphens
eac893885695 tracing/hist: Fix wrong return value in parse_action_params()
cb8dce806598 tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACE
938791ad58a3 powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1
43f7cd89b584 tracing: Fix race where eprobes can be called before the event
c9449d762f0e x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNK
85932e3882e2 x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK
3dabe6c5f3e9 ftrace/x86: Add back ftrace_expected for ftrace bug reports
db10ca17bbe2 x86/microcode/intel: Do not retry microcode reloading on the APs
891a644b0cbd KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1
59cc9627be25 KVM: x86: fix APICv/x2AVIC disabled when vm reboot by itself
04066fcbf18e KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check fails
c877c99ee5c0 KVM: VMX: Resume guest immediately when injecting #GP on ECREATE
2d627fbb5026 ima: Fix hash dependency to correct algorithm
8a6cd16af71e of/kexec: Fix reading 32-bit "linux,initrd-{start,end}" values
aa3e7a48e921 xtensa: add __umulsidi3 helper
9dd6b35e2bcd perf/core: Call LSM hook after copying perf_event_attr
04241956ce88 tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'
1d408dabdba9 PCI/DOE: Fix maximum data object length miscalculation
97e28deab8bf ata: ahci: fix enum constants for gcc-13
a7e060c3ea34 dm cache: set needs_check flag after aborting metadata
6a3e412c2ab1 dm cache: Fix UAF in destroy()
9e113cd4f61f dm clone: Fix UAF in clone_dtr()
b6c93cd61afa dm integrity: Fix UAF in dm_integrity_dtr()
d9971fa4d8bd dm thin: Fix UAF in run_timer_softirq()
82976ba6deb1 dm thin: resume even if in FAIL mode
b91f481300e3 dm thin: Use last transaction's pmd->root when commit failed
cdf7a39bcc42 dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadata
f74b7c5a85e2 dm cache: Fix ABBA deadlock between shrink_slab and dm_cache_metadata_abort
1922ea6b0ae2 mptcp: use proper req destructor for IPv6
d3901b9004a0 mptcp: dedicated request sock for subflow in v6
01a301520685 mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
993aad51b6ce mptcp: netlink: fix some error return code
5a52012ff8b0 fs: dlm: retry accept() until -EAGAIN or error returns
9e72fec62f31 fs: dlm: fix sock release if listen fails
bb641476f581 ALSA: usb-audio: Add new quirk FIXED_RATE for JBL Quantum810 Wireless
9e456d460f1b HID: Ignore HP Envy x360 eu0009nv stylus battery
ca4c62ec488b platform/x86: x86-android-tablets: Add Advantech MICA-071 extra button
c693355b9735 platform/x86: x86-android-tablets: Add Lenovo Yoga Tab 3 (YT3-X90F) charger + fuel-gauge data
5a2798eda1a8 platform/x86: x86-android-tablets: Add Medion Lifetab S10346 data
838e48fa1b1b ALSA: hda/cirrus: Add extra 10 ms delay to allow PLL settle and lock.
c455aa7cc9cf platform/x86: intel-uncore-freq: add Emerald Rapids support
009ac0049dc3 platform/x86: ideapad-laptop: Stop writing VPCCMD_W_TOUCHPAD at probe time
bda3399b5abb platform/x86: ideapad-laptop: Send KEY_TOUCHPAD_TOGGLE on some models
f5820b413962 platform/x86: ideapad-laptop: Only toggle ps2 aux port on/off on select models
2380e9493538 platform/x86: ideapad-laptop: Do not send KEY_TOUCHPAD* events on probe / resume
c234ccc68afe platform/x86: ideapad-laptop: Refactor ideapad_sync_touchpad_state()
8af3d02aae3e ACPI: video: Prefer native over vendor
923c1922bdbe ACPI: video: Simplify __acpi_video_get_backlight_type()
33c25c314683 platform/x86: ideapad-laptop: support for more special keys in WMI
32755a5da122 platform/x86: ideapad-laptop: Add new _CFG bit numbers for future use
317499df9d70 platform/x86: ideapad-laptop: Revert "check for touchpad support in _CFG"
f48a74ccb519 platform/x86: thinkpad_acpi: Fix max_brightness of thinklight
3ff594fb490f ALSA: hda/realtek: Apply dual codec fixup for Dell Latitude laptops
ed32831a17e5 ALSA: patch_realtek: Fix Dell Inspiron Plus 16
7ac7830af689 bpf: Resolve fext program type when checking map compatibility
f845a9d33b4e media: s5p-mfc: Fix in register read and write for H264
bd1b72f0c39a media: s5p-mfc: Clear workbit to handle error condition
bff2698aab6f media: s5p-mfc: Fix to handle reference queue during finishing
67ffc6dc3002 ext2: unbugger ext2_empty_dir()
e7c0c943ed67 cpufreq: Init completion before kobject_init_and_add()
5052a96b2104 PM/devfreq: governor: Add a private governor_data for governor
6088d8783f7b random: add helpers for random numbers with given floor or range
ef3ad7f447a2 x86/MCE/AMD: Clear DFR errors found in THR handler
9edfbb64ca2b selftests: Use optional USERCFLAGS and USERLDFLAGS
ea27cc32450e EDAC/mc_sysfs: Increase legacy channel support to 12
b8b9b0b857b9 cxl/region: Fix missing probe failure
833cdf903d2e arm64: dts: qcom: sdm850-lenovo-yoga-c630: correct I2C12 pins drive strength
38f99d0b0284 x86/fpu/xstate: Fix XSTATE_WARN_ON() to emit relevant diagnostics
346ac4a116cb random: use rejection sampling for uniform bounded random integers
0f9327484c6f arm64: dts: qcom: sdm850-samsung-w737: correct I2C12 pins drive strength
bacb7e1d42f4 ARM: ux500: do not directly dereference __iomem
a94b90ac1f25 btrfs: fix resolving backrefs for inline extent followed by prealloc
169a4cf46882 btrfs: fix extent map use-after-free when handling missing device in read_one_chunk
712b0938166a btrfs: fix uninitialized parent in insert_state
ed00567b170f drm/amd/pm: correct SMU13.0.0 pstate profiling clock settings
9d455cb89dc5 drm/amd/pm: update SMU13.0.0 reported maximum shader clock
9ebb4f4eab19 phy: qcom-qmp-combo: fix out-of-bounds clock access
39eeec3130a1 mmc: sdhci-sprd: Disable CLK_AUTO when the clock is less than 400K
51b84cfd24ee arm64: dts: qcom: sc8280xp: fix UFS reference clocks
b70d118a6cdc arm64: dts: qcom: sdm845-db845c: correct SPI2 pins drive strength
f42462b9cabf perf/x86/intel/uncore: Clear attr_update properly
254f17db4352 perf/x86/intel/uncore: Disable I/O stacks to PMU mapping on ICX-D
192db0943fad jbd2: use the correct print format
14a6e5330a96 ktest.pl minconfig: Unset configs instead of just removing them
178d7cf89191 kest.pl: Fix grub2 menu handling for rebooting
ca6536972ea5 soc: qcom: Select REMAP_MMIO for ICC_BWMON driver
70e71f0dc86f soc: qcom: Select REMAP_MMIO for LLCC driver
50950c0176f6 arm64: Prohibit instrumentation on arch_stack_walk()
15e7433e1dc2 arm64: dts: qcom: sc8280xp: fix UFS DMA coherency
189c499376d5 cxl/region: Fix memdev reuse check
fab465599001 media: stv0288: use explicitly signed char
a354a9e3fc3b drm/amdgpu: skip mes self test after s0i3 resume for MES IP v11.0
33a3b7fad827 drm/amdgpu: skip MES for S0ix as well since it's part of GFX
(From OE-Core rev: 8c3ebfa63a662b178435c7f44aea1a5b8ca97af3)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The OCTEON_USB has been converted into USB_OCTEON_HCD by mainline
commit 9dbdac024d4d ("staging: octeon-usb: move driver out of staging").
So adjust the BSP cfg according to that change.
(From OE-Core rev: 9cb4fe59779219817f919b823943db98f5497bb0)
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When a .gitmodules file exists but is empty then devtool finish fails.
Add an additional check for this.
[YOCTO #14999]
(From OE-Core rev: b4f0f7c4934bade9e4d4a1086f9d8b29d8e9ad45)
Signed-off-by: Thomas Roos <throos@amazon.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently, perl-native is missing from DEPENDS for webkitgtk even though
perlnative bbclass is inherited. This happens because the DEPENDS variable is
reassigned right after perlnative class is inherited:
inherit perlnative (DEPENDS += "perl-native")
...
DEPENDS = " \
..."
Adjust the DEPENDS line to use += in order to fix this.
(From OE-Core rev: a207c8f42f809340e0794cd326cb5c45e32d7d56)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When building an image cve_check_write_rootfs_manifest() would sometimes fail
with a FileNotFoundError when writing the manifest.cve due to the parent
directory (DEPLOY_DIR_IMAGE) not (yet) existing.
The image task will provide the manifest in the deploy directory afterwards,
so other recipes depending on the manifest being in DEPLOY_DIR_IMAGE should
continue to function properly.
(From OE-Core rev: 00fb2aae22ce0d7ff5f3f8766fa770eeb4e73483)
Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The runtime dependency on libsoup set via PACKAGECONFIG does not work.
The problem is the dependency is placed on the main package, but the
soup package has no dependency on the main package.
I considered modifying the call to do_split_packages from
gstreamer1.0-plugins-packaging.inc, changing extra_depends from '' to
None:
```
extra_depends -- extra runtime dependencies (RDEPENDS) to be set for
all packages. The default value of None causes a
dependency on the main package (${PN}) - if you do
not want this, pass '' for this parameter.
```
However, the problem with this solution is that it does add the runtime
dependency to _all_ such split packages.
So, fix the problem with an explicit runtime dependency.
(From OE-Core rev: 56c4559788d3d87ceed965aedd03d461df5999aa)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Commit introduces a patch that allows for gbm to
be built with an empty backend. There are situation
where mesa-gl is the preferred provider for virtual/libgbm,
virtual/libgl, virtual/mesa, etc... But the x11 DISTRO_FEATURE
isn't included this leads to build errors such as
| /../../../ld: src/gbm/libgbm.so.1.0.0.p/main_backend.c.o: in function
`find_backend':
| backend.c:(.text.find_backend+0xa4): undefined reference to
`gbm_dri_backend'
| /../../../ld:
src/gbm/libgbm.so.1.0.0.p/main_backend.c.o:(.data.rel.ro.builtin_backends+0x4):
undefined reference to `gbm_dri_backend'
| collect2: error: ld returned 1 exit status
Add patch to bypass compilation issue by excluding gbm dri backend.
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20447842ca28465
Commit also includes the use of TARGET_CFLAGS variable in mesa-gl recipe
to fix bellow compilation bug.
/../recipe-sysroot/usr/include/xf86drm.h:40:10: fatal error: drm.h: No such file or directory
| 40 | #include <drm.h>
(From OE-Core rev: 00a662c5e28235fb64348aab4ce9aeb5e7f95d06)
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Basic test for mercurial functionality including PREMIRRORONLY with
disabled network
(Bitbake rev: c0e349a5fc92e9c90afc53800c7e83495393ff79)
Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Fixes
| ../../gperf-3.1/lib/getline.cc:58:7: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
| register int c = getc (stream);
| ^~~~~~~~~
(From OE-Core rev: dd137feabdad2e7a2b3d107c703aad577a2e79c7)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Backport a patch to make it work with c17 standard
(From OE-Core rev: c209d8768dfbbbf4b9003a4fbb335d76b276e1a8)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
* liblzma:
- Fixed the return value of lzma_microlzma_encoder() if the
LZMA options lc/lp/pb are invalid. Invalid lc/lp/pb options
made the function return LZMA_STREAM_END without encoding
anything instead of returning LZMA_OPTIONS_ERROR.
- Windows / Visual Studio: Workaround a possible compiler bug
when targeting 32-bit x86 and compiling the CLMUL version of
the CRC64 code. The CLMUL code isn't enabled by the Windows
project files but it is in the CMake-based builds.
* Build systems:
- Windows-specific CMake changes:
* Don't try to enable CLMUL CRC64 code if _mm_set_epi64x()
isn't available. This fixes CMake-based build with Visual
Studio 2013.
* Created a workaround for a build failure with windres
from GNU binutils. It is used only when the C compiler
is GCC (not Clang). The workaround is incompatible
with llvm-windres, resulting in "XZx20Utils" instead
of "XZ Utils" in the resource file, but without the
workaround llvm-windres works correctly. See the
comment in CMakeLists.txt for details.
* Included the resource files in the xz and xzdec build
rules. Building the command line tools is still
experimental but possible with MinGW-w64.
- Visual Studio: Added stream_decoder_mt.c to the project
files. Now the threaded decompressor lzma_stream_decoder_mt()
gets built. CMake-based build wasn't affected.
- Updated windows/INSTALL-MSVC.txt to mention that CMake-based
build is now the preferred method with Visual Studio. The
project files will probably be removed after 5.4.x releases.
- Changes to #defines in config.h:
* HAVE_DECL_CLOCK_MONOTONIC was replaced by
HAVE_CLOCK_MONOTONIC. The old macro was always defined
in configure-generated config.h to either 0 or 1. The
new macro is defined (to 1) only if the declaration of
CLOCK_MONOTONIC is available. This matches the way most
other config.h macros work and makes things simpler with
other build systems.
* HAVE_DECL_PROGRAM_INVOCATION_NAME was replaced by
HAVE_PROGRAM_INVOCATION_NAME for the same reason.
* Tests:
- Fixed test script compatibility with ancient /bin/sh
versions. Now the five test_compress_* tests should
no longer fail on Solaris 10.
- Added and refactored a few tests.
* Translations:
- Updated the Catalan and Esperanto translations.
- Added Korean and Ukrainian man page translations.
(From OE-Core rev: bf829fec65b5f5047a4139ede8c4c2982ba81f1c)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
- Added lexers:
* Arturo (#2259)
* GAP session (#2211)
* Fift (#2249)
* func (#2232)
* Jsonnet (#2239)
* Minecraft schema (#2276)
* MIPS (#2228)
* Phix (#2222)
* Portugol (#2300)
* TL-b (#2247)
* World of Warcraft TOC format (#2244, #2245)
* Wren (#2271)
- Updated lexers:
* Abap: Update keywords (#2281)
* Alloy: Update for Alloy 6 (#1963)
* C family (C, C++ and many others):
- Fix an issue where a chunk would be wrongly recognized as a function
definition due to braces in comments (#2210)
- Improve parantheses handling for function definitions (#2207, #2208)
* C#: Fix number and operator recognition (#2256, #2257)
* CSound: Updated builtins (#2268)
* F#: Add ".fsx" file extension (#2282)
* gas (GNU assembler): recognize braces as punctuation (#2230)
* HTTP: Add 'CONNECT' keyword (#2242)
* Inform 6: Fix lexing of properties and doubles (#2214)
* INI: Allow comments that are not their own line (#2217, #2161)
* Java properties: Fix issue with whitespace-delimited keys, support
comments starting with '!' and escapes, no longer support undocumented
';' and '//' comments (#2241)
* LilyPond: Improve heuristics, add "\maxima" duration (#2283)
* LLVM: Add opaque pointer type (#2269)
* Macaulay2: Update keywords (#2305)
* Minecraft-related lexers (SNB and Minecraft function) moved to
"pygments.lexers.minecraft" (#2276)
* Nim: General improvements (#1970)
* Nix: Fix single quotes inside indented strings (#2289)
* Objective J: Fix catastrophic backtracking (#2225)
* NASM: Add support for SSE/AVX/AVX-512 registers as well as 'rel'
and 'abs' address operators (#2212)
* Powershell:
- Add "local:" keyword (#2254)
- Allow continuations without markers (#2262, #2263)
* Solidity: Add boolean operators (#2292)
* Spice: Add "enum" keyword and fix a bug regarding binary,
hexadecimal and octal number tokens (#2227)
* YAML: Accept colons in key names (#2277)
- Fix 'make mapfiles' when Pygments is not installed in editable mode
(#2223)
- Support more filetypes and compression types in 'autopygmentize' (#2219)
- Merge consecutive tokens in Autohotkey, Clay (#2248)
- Add ".nasm" as a recognized file type for NASM (#2280)
- Add "*Spec.hs" as a recognized file type for "HSpec" (#2308)
- Add "*.pyi" (for typing stub files) as a recognized file type for
Python (#2331)
- The HTML lexer no longer emits empty spans for whitespace (#2304)
- Fix "IRCFormatter" inserting linenumbers incorrectly (#2270)
(From OE-Core rev: 5ef9d667776b8078169f8b940da8cd1da1df9f22)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog
=========
* Run PBR integration on Ubuntu Focal too
* Remove numpy dependencies
* Tie recursion calls to Dist object, not module
* Update tox.ini to work with tox 4
(From OE-Core rev: bcea96e95cb483710647fe9b604d320aca470ad5)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
Allow "extra" to be None in the marker environment (:issue:'650')
Refactor tags._generic_api to use EXT_SUFFIX (:issue:'607')
Correctly handle trailing whitespace on URL requirements (:issue:'642')
Fix typing for specifiers.BaseSpecifier.filter() (:issue:'643')
Use stable Python 3.11 in tests (:issue:'641')
Correctly handle non-normalised specifiers in requirements (:issue:'634')
Move to src/ layout (:issue:'626')
Remove __about__ file, in favour of keeping constants in __init__ (:issue:'626')
(From OE-Core rev: 9f34a926ef1bfb17119d71a0229e475a58a33df7)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
===========
* #419: Declared "Distribution" as an abstract class, enforcing
definition of abstract methods in instantiated subclasses. It's no
longer possible to instantiate a "Distribution" or any subclasses
unless they define the abstract methods.
(From OE-Core rev: 864fd15f05f3e9e795d272239be30db4a19c9ceb)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
we now support @example(...).xfail(), with the same (optional) condition, reason, and raises arguments as pytest.mark.xfail().
(From OE-Core rev: 31c0a609e2af33a7734337ebb9e2377556506fdc)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
===========
Add macos-max-compat option to the wheel target that is enabled by default to
support the latest version 22.0 of the packaging library
(From OE-Core rev: bbd64ef85cae2440de4d0554c2cb4115a2fbfc14)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
blue5-obex template: Fix OBEX PullAll
power_profiles template: Fix Actions property type
README: Explain container tests and how to debug them
(From OE-Core rev: 44165fb25e83be6c7952de25c2b07b1442727088)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
Features added
--------------
* The "cythonize" and "cython" commands have a new option "-M" / "--depfile"
to generate ".dep" dependency files for the compilation unit. This can be used
by external build tools to track these dependencies.
The "cythonize" option was already available in Cython :ref:'0.29.27'.
Bugs fixed
----------
* "const" fused types could not be used with memory views.
Patch by Thomas Vincent. (Github issue :issue:'1772')
* "wstr" usage was removed in Python 3.12 and later (PEP-623).
(Github issue :issue:'5145')
* A type check assertion for Cython functions failed in debug Python builds.
(Github issue :issue:'5031')
* Fixed various compiler warnings.
Patches by Lisandro Dalcin et al. (Github issues :issue:'4948', :issue:'5086')
* Fixed error when calculating complex powers of negative numbers.
(Github issue :issue:'5014')
* Corrected a small mis-formatting of exception messages on Python 2.
(Github issue :issue:'5018')
* The "PyUnicode_AsUTF8AndSize()" C-API function was missing from the CPython declarations.
(Github issue :issue:'5163')
* A performance problem in the compiler was resolved when nesting conditional expressions.
(Github issue :issue:'5197')
* Test suite problems with recent NumPy and CPython versions were resolved.
(Github issues :issue:'5183', :issue:'5190')
Other changes
-------------
* The undocumented, untested and apparently useless syntax
"from somemodule cimport class/struct/union somename" was deprecated
in anticipation of its removal in Cython 3. The type
modifier is not needed here and a plain "cimport" of the name will do.
(Github issue :issue:'4905')
* Properly disable generation of descriptor docstrings on PyPy since they cause crashes.
It was previously disabled, but only accidentally via a typo.
Patch by Matti Picus. (Github issue :issue:'5083')
* The "cpow" directive of Cython 3.0 is available as a no-op.
(Github issue :issue:'5016')
(From OE-Core rev: 4c5b05d92d691447d493ce87f32f4af907410c39)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8d2cb4f9ab8d564904c292099a022ffb3cccd52d.patch
included in 0.17.2
Changelog:
===========
Also pass STRIP to the tests
Fix Out-of-bounds read in the function modifySoname
Split segment size fix
(From OE-Core rev: ae8319a6ce5af747a1882bd67384286fef75474a)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
=========
* #3594: Added "htmlcov" to FlatLayoutModuleFinder.DEFAULT_EXCLUDE -- by :user:'demianbrecht'
* #3667: Added a human-readable error description when ".egg-info" directory is not writeable -- by :user:'droodev'
* #3713: Fixed incomplete "getattr" statement that caused problems when accessing
undefined attribute.
(From OE-Core rev: 1f3602a771c4f68dc5d052a9099d20f5741414d2)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
* main_loop.c (exec_command): Fix commands 'e', 'E'; they did set
the 'modified' flag if file not found. (Reported by Harry Graf).
(main_loop): Print script error line to stdout instead of stderr.
* Change long name of option '-s' to '--script'.
(Suggested by Andrew L. Moore).
* Assign short name '-q' to options '--quiet' and '--silent'.
* main.c (show_strerror) Use '!quiet' to enable diagnostics.
* Do not process file names for backslash escapes.
(Suggested by Andrew L. Moore).
* ed.texi: Document 0 as starting point for searches '0;/RE/'.
Document how to achieve the effect of ex style '!' filtering.
License-Update: Copyright year updated to 2023.
(From OE-Core rev: 5cf8e3fe7cc020cd3d7cd4e2a9b6364947a875f7)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
=========
Fixes:
------
* Fix compile and test failures when 'troff' is not 'groff'.
* Fix segfault in typical uses of 'man' when 'nroff' is not installed.
* Fix crash in 'mandb' when processing stray cats.
Improvements:
-------------
* Check for stray cats even if no manual pages in a given manpath were
changed.
(From OE-Core rev: f6ddfaac9e4957abfe9f1c8d336b4fd7b52a80f5)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
* add libsharpyuv, which exposes -sharp_yuv/config.use_sharp_yuv
functionality to other libraries; libwebp now depends on this library
* major updates to the container and lossless bitstream docs (#448, #546,
#551)
* miscellaneous warning, bug & build fixes (#576, #583, #584)
(From OE-Core rev: e6d50bba6e9e629e292984d54baf62c81407c976)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
============
Source code:
Sort the PUBHDR variable in Makefile.in in "ls" order.
Fix typo in comment in pflog.h.
Remove two no-longer-present files from .gitignore.
Update code and comments for handling failure to set promiscuous
mode based on new information.
Building and testing:
install: Fixed not to install the non-public pcap-util.h header.
pcap-config: add a --version flag.
Makefile.in: Add some missing files in the distclean target.
(From OE-Core rev: 5b651a929223d1965136bd97c22b89ca86b5b9c5)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
CARGO_VERSION isn't broken out in rust/src/stage0.json, there's only one
snapshot version, so just use that.
(From OE-Core rev: 9b0f88642570383b09de94238fe1a8ef5119fb47)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License-Update: readme rewritten, set of licenses provided explicitly.
(From OE-Core rev: e24660ad939c40766a34e2d998da3df998576210)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This test assumes that if a child process writes one line to stderr and
then another line to stdout, and stderr is redirected to stdout, that
the order the lines will be read is stable.
This isn't the case and occasionally the lines will be read in a
different order. Change the test to ignore line ordering.
[ YOCTO #14469 ]
(From OE-Core rev: 1ddbe4d2bd8d8da10dac8a054f130fcd1d242219)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The ptest glue was overly complex. Not as many files are needed to be
installed if we tell it to use the system's quilt tools, there's no
need for a custom Makefile just to set some environment variables, and
/usr/bin/ed doesn't appear to be used at all.
(From OE-Core rev: 9a287b456347a2be44bff6f9e547795018fb729d)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If memory resident bitbake is active and the build directory is renamed upon
build completion, several bad things can happen:
* the old build directory could be re-created to contain a lockfile
leaving an empty directory behind
* a lockfile for a new build could be found and attempt to be locked
This patch avoids creating an empty directory (not perfectly, but should
work in the majority of cases - an empty directory is cosmetic).
It also now compares the lock file contents to it's own pid and
just exits if it doesn't match, it is clearly then belonging to some
new process.
This will be combined with bitbake shutdown calls on the autobuilder to
ensure "saved" build directories, or build directories being deleted by
clobberdir don't do strange things.
(Bitbake rev: b986eac18b6a8bf633f5ef15f32f68de4c86173b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We get random SSL failures when fetching the CVE database, and it's
notable that the NVD server is behind a DNS round-robin or geographically
diverse servers.
On a hunch that there is one misconfigured server, dump the IP that we
connected to.
(From OE-Core rev: 91f46d431dc8f40e8c6475c800bb61cb08b82b0a)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Create the corresponding 6.1 bbappend and also update the default
kernel to 6.1 for all the boards.
(From meta-yocto rev: 7494f08fa1c85611a1dce3444a2737ef06fc8fdf)
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Sqlite can't open the cachefile when its path is too long (>= 505 char by
my tests).
We do have a path length check in sanity.bbclass but this code is called
before sanity checks.
Treat the error in the exception instead of checking before hand in case
sqlite eventually fixes this.
Fixes [YOCTO #12374]
(Bitbake rev: bf681d173263cd42ffc143655f61abe0573fd83c)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
init-ifupdown provides an /etc/network/interfaces, which disables
interface management with networkmanager for example. If a network
manager (such as networkmanager) is provided, there may not be a need
for network related init scripts provided by init-ifupdown, so let's
make it a recommendation so it can be easily removed in image recipes
via the NO_RECOMMENDATIONS/BAD_RECOMMENDATIONS mechanism.
Cc: Quentin Schulz <foss+yocto@0leil.net>
(From OE-Core rev: 719d1b74bfa85af47e0478ee57fb7855988e44ae)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The check needs to report dri location on the host machine,
so pkg-config binary needs to be capable of finding the needed
dri.pc file on the host, and therefore needs to know where
host .pc files are located.
This may not be the case when using pkg-config from buildtools,
so this forces usage of host pkg-config.
runqemu already does the same PATH tweak, so this simply brings
the two in sync.
(From OE-Core rev: f0521f8a3ba7e15482756529ee7b0a95b3d53e7d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Now that the bootstrap sequence for pypa/build is just
python3-packaging, and python3-pyproject-hooks, we can use build instead
of picobuild.
The only change visible outside of this class is that the variable
PEP517_PICOBUILD_OPTS is now PEP517_BUILD_OPTS, but I'm only aware of one
recipe that used that variable.
(From OE-Core rev: 202c2e3c9481a8841af2556862a76e27d703246d)
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>
This is the PEP517 build frontend blessed by the Python Packaging
Authority, and now that Python 3.11 has been released and enough
packages have ported to flit, it can be used without a huge bootstraping
problem.
(From OE-Core rev: 00254501b9b024032032c9fb068d957de4ef7dde)
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>
This used to be known as python3-pep517 and is a key library used to
build modern Python code.
It is currently vendored into python3-picobuild but I plan to remove
that.
(From OE-Core rev: 877c4d5e4cd5ceb71d2ecfdc35a625f50752bec0)
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>
Previously, if "showSignature" is present in user gitconfig, parsing
of the timestamp will fail.
Ideally we should replace this command with a git plumbing command.
(From OE-Core rev: 3bd6f78f79b3d3e87d8db1e11f58d8021f929843)
Signed-off-by: Benoît Mauduit <bmauduit@beneth.fr>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The create_spdx code relies on patched code, if files are changed
or added during the do_configure phase they will be missed by the
create_spdx process. So we need to ensure files modifications/additions
happen in the do_patch phase.
(From OE-Core rev: 227c46fe48b64de7574f7b6b407b8c13be71b392)
Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In oe-core 27824261 --enable-debug was added to the configure arguments
to turn on debugging symbols. However, enabling debug mode does more
than turn on debugging symbols and introduces some codepaths that can be
controlled with environment variables. Bluntly, the curl maintainer
says that --enable-debug should not be used in production:
https://curl.se/mail/lib-2023-01/0039.html
I did a build and verified that the curl-dbg package doesn't massively
shrink, so the debug symbols are still being built.
Remove the debug options and hide them behind a PACKAGECONFIG, with a
comment that it should not be used in production.
(From OE-Core rev: 3ed3b2ffeeaa5d888f77dd30cb8cd81d3275398a)
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>
Fixed an error when Bash's unbound variable protection is enabled (set -u) and variable "LD_LIBRARY_PATH" does not exist.
(From OE-Core rev: 85685370b0ad93291cda59fb091a15eeecf5e0d5)
Signed-off-by: Jan Kircher <openembedded@hetsh.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In case of nodistro, dhcpcd gives us 'Bad system call'
error and exits. This is because there are syscalls that
should be allowed but not in privsep. Backport two patches
to fix this issue.
(From OE-Core rev: f1e6a0c16d6685096ec9313301aa431e73d02c07)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
NEON is enabled for aarch64 by default, so, to ensure consistency with
arm32, reference to libpng-1.6.38/configure, added
enable_hardware_optimizations option for aarch64.
(From OE-Core rev: 12e68d5824849fa20f0e3fe8fc1921da111bb6fb)
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently, the opkg-key utility calls gpg with --no-options,
which uses /dev/null as the configuration file. This means
any configurations in /etc/opkg/gpg/gpg.conf were being
ignored. This change applies a patch to remove the
--no-options flag.
(From OE-Core rev: 3699096f3214e77fe4aa1daebe85308d02940f2f)
Signed-off-by: Charlie Johnston <charlie.johnston@ni.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
===========
- implement a fix for CVE-2022-4170 (reported and analyzed by David Leadbeater).
While present in version 9.30, it should not be exploitable. It is exploitable
in versions 9.25 and 9.26, at least, and allows anybody controlling output to
the terminal to execute arbitrary code in the urxvt process.
- the background extension no longer requires off focus fading support
to be compiled in.
- the confirm-paste extension now offers a choice betwene pasting the original
or a sanitized version, and also frees up memory used to store the paste text
immediately.
- fix compiling without frills.
- fix rewrapMode: never.
- fix regression that caused urxvt to no longer emit responses
to OSC color queries other than OSC 4 ones.
- fix regression that caused urxvt to no longer process OSC 705.
- restore CENTURY to be 1900 to "improve" year parsing in urclock (or at
least go back to the old interpretation) (based on an analysis
by Tommy Pettersson).
- exec_async (used e.g. by the matcher extension to spawn processes) now
sets the URXVT_EXT_WINDOWID variable to the window id of the terminal.
- implement -fps option/refreshRate resource to change the default 60 Hz
maximum refresh limiter. I always wanted an fps option, but had to
wait for a user requesting it.
- new clickthrough extension.
- perl now also requires Xext.
- X region and shape extension functionality has been exposed to perl
extensions.
- RENDER extension no longer depends on ENABLE_XIM_ONTHESPOT.
(From OE-Core rev: 9caf2cbd7dd82e72d0a04052fc93435f62e249ce)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
- The "fondue savoyarde" release.
- Binary compatible with MPFR 4.0.* and 4.1.*, though some minor changes in
the behavior of the formatted output functions may be visible, regarded
as underspecified behavior or bug fixes (see below).
- New functions mpfr_cosu, mpfr_sinu, mpfr_tanu, mpfr_acosu, mpfr_asinu,
mpfr_atanu and mpfr_atan2u.
- New functions mpfr_cospi, mpfr_sinpi, mpfr_tanpi, mpfr_acospi, mpfr_asinpi,
mpfr_atanpi and mpfr_atan2pi.
- New functions mpfr_log2p1, mpfr_log10p1, mpfr_exp2m1, mpfr_exp10m1 and
mpfr_compound_si.
- New functions mpfr_fmod_ui, mpfr_powr, mpfr_pown, mpfr_pow_uj, mpfr_pow_sj
and mpfr_rootn_si (mpfr_pown is actually a macro defined as an alias for
mpfr_pow_sj).
- Bug fixes.
In particular, for the formatted output functions (mpfr_printf, etc.),
the case where the precision consists only of a period has been fixed
to be like ".0" as specified in the ISO C standard, and the manual has
been corrected and clarified.
The macros of the custom interface have also been fixed: they now behave
like functions (except a minor limitation for mpfr_custom_init_set).
(From OE-Core rev: 7df43a56b0146ac2a73f7bb97aeac8f11629878f)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
- Add 'xkb_context' flag 'XKB_CONTEXT_NO_SECURE_GETENV' and 'rxkb_context' flag
'RXKB_CONTEXT_NO_SECURE_GETENV'.
xkbcommon uses 'getenv_secure()' to obtain environment variables. This flag
makes xkbcommon use 'getenv()' instead.
This is useful for some clients that have relatively benign capabilities set,
like CAP_SYS_NICE, that also want to use e.g. the XKB configuration from the
environment and user configs in XDG_CONFIG_HOME.
Contributed by Ronan Pigott.
- Fix crash in 'xkbcli interactive-wayland' under a compositor which supports
new versions of the xdg-shell protocol.
Contributed by Jan Alexander Steffens (heftig).
- Fix some MSVC build issues.
- Fix some issues when including xkbcommon as a meson subproject.
- meson>=0.51 is now required.
- New API:
XKB_CONTEXT_NO_SECURE_GETENV
RXKB_CONTEXT_NO_SECURE_GETENV
(From OE-Core rev: 3aff7e09bacdc53896e5149f494846ef95c78408)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- The qemux86 port for helloworld-baremetal builds in the standard way, however,
it uses NASM syntax for the startup code, hence we include a dependency to
nasm-native, QEMU forces us to use an ELF file rather than a bin file to boot
from this architecture using the -kernel parameter.
- QEMU refuses to boot using the -kernel parameter for files containing an ELF64
header [1], instead, it requires a multiboot2 compatible image.
We could create an image that contains a multiboot2 header by piggybacking
into grub2-native, specifically grub-mkrescue, but it requires some extra
runtime dependencies (xorriso which is currently part of meta-oe), and assumes
a grub installation exists on the host.
Due to host contamination and dependency complications, we dont rely on grub2,
but rather do this process manually instead, the x86-64 port contains a stage1
bootloader, stage2 bootloader and a 64 bit baremetal app (multiboot2
compatible), booting into real (16 bit), protected (32 bit) and long (64 bit)
modes, eventually running the helloworld-baremetal app. This is the reason why
we need the code changes to use a separate Makefile, and create an image
specifically for qemux86-64.
$ runqemu nographic
Booting from ROM..
Hello OpenEmbedded on x86!
$ runqemu nographic
Starting Stage 1 Bootloader
Loading Stage 2 Bootloader
Stage 2 Loaded.
Jumping to Stage2 Bootloader
In Stage 2
Done
Hello OpenEmbedded on x86-64!
[1] https://gitlab.com/qemu-project/qemu/-/blob/v7.2.0/hw/i386/multiboot.c#L199
(From OE-Core rev: 1dffd81b2991f90ab95cb36d8ff7626efd21434f)
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* use Skylake-Client to match QB_CPU_KVM as changed in:
https://git.openembedded.org/openembedded-core/commit/?id=6f2af1e5d1537b4d31e14946292bf58f0fd76fc9
* explicitly set -cpu instead of letting qemu to choose based
on host cpu
* check=false is still useful as e.g. on on AMD Threadripper 3970X:
orc/0.4.33-r0 $ PSEUDO_UNLOAD=1 qemu-x86_64 -r 3.2.0 -cpu Skylake-Client -L recipe-sysroot -E LD_LIBRARY_PATH=recipe-sysroot//usr/lib:recipe-sysroot//lib
orc/0.4.33-r0/build/meson-private/sanitycheckc_cross.exe
qemu-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]
qemu-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.x2apic [bit 21]
qemu-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.tsc-deadline [bit 24]
qemu-x86_64: warning: TCG doesn't support requested feature: CPUID.07H:EBX.hle [bit 4]
qemu-x86_64: warning: TCG doesn't support requested feature: CPUID.07H:EBX.invpcid [bit 10]
qemu-x86_64: warning: TCG doesn't support requested feature: CPUID.07H:EBX.rtm [bit 11]
qemu-x86_64: warning: TCG doesn't support requested feature: CPUID.07H:EBX.rdseed [bit 18]
qemu-x86_64: warning: TCG doesn't support requested feature: CPUID.80000001H:ECX.3dnowprefetch [bit 8]
qemu-x86_64: warning: TCG doesn't support requested feature: CPUID.0DH:EAX.xsavec [bit 1]
* if this still doesn't work for you on your host, you might need to downgrade
DEFAULTTUNE to e.g. corei7-64 (all all the way back to core2-64), for
more details see:
https://www.openembedded.org/pipermail/openembedded-core/2018-April/150178.html
* the leading space shouldn't be needed, I've kept it for consistency
with other QEMU_EXTRAOPTIONS
(From OE-Core rev: d1a52559670921389a66a4c26d37481d6611042a)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
off_t is always 64bit on musl regardless of 32bit or 64bit
architectures. autoconf has AC_SYS_LARGEFILE to detect correct off_t
size but it only work with glibc since it defines feature macros
_FILE_OFFSET_BITS=64 and _LARGEFILE_SOURCE but these macros are
not used on musl headers.
(From OE-Core rev: 09b3e8417d362b75f3b43a5a97b47700f97bf643)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Otherwise gnome-chess will fail like this:
| error: Package `librsvg-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
| Compilation failed: 1 error(s), 0 warning(s)
(From OE-Core rev: ed814eff90677f894d9eb480d8d4389c64a35820)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
With the dim-sum approach to patching we had the same patch applied in
many places, but not all, so that there were no guarantees that we were
actually building agaginst the same thing in all recipes.
(From OE-Core rev: 550c273f38d8e6d2d431908023e213c6b018d7ed)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- remove unneded backport patches
- partly import the patch to fix ssh_agent option from gcr4 recipe
- convert from gtk-doc to gi-docgen
gcr 3.41.1:
- meson: Fix unknown kw argument in gnome.generate_gir [GNOME/gcr!68]
- gcr: Add G_SPAWN_CLOEXEC_PIPES flag to all the g_spawn commands
- docs: Port from gtk-doc to gi-docgen [GNOME/gcr!76]
- Unbreak build without systemd [GNOME/gcr!75]
- Several CI fixes
- Updated translations
gcr 3.41.0:
- Port ssh-agent from gnome-keyring [GNOME/gcr!67]
- build: Fix parallel build failure due to missing marshal dependency [GNOME/gcr!68]
- Fix warnings by dropping `volatile` for g_once_init_inter locations [GNOME/gcr!69]
- tests: More robust against GTask unref race condition [GNOME/gcr!72,GNOME/gcr#84]
- Updated translations
(From OE-Core rev: 9d66a3e9b9908592050ad706a950d76b6499a49e)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is a follow-up to commit 846ff49465 to remove the extra whitespace
that is no longer needed after converting :append and :prepend to += and
=+.
(From OE-Core rev: 5a38be49e451c9f9d973b10a33c3972507f7b18a)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Allow user to select the default DTB for FIT image when multiple
dtb's exists.
From machine.conf or local.conf user can specify the default dtb
for FIT image as shown below.
FIT_CONF_DEFAULT_DTB = "board-default.dtb"
Also fallback to avaialable dtb when FIT_CONF_DEFAULT_DTB doesn't
exits or empty.
(From OE-Core rev: 160f2c58d68a049a87ddc7aedb2055152ac6ff4e)
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The dtb files must be before the dtbo files, otherwise the overlays may
not be applied correctly.
From Bruce Ashfield:
We can split between dtbs and dtbos, they just need to be sorted
for reproducibility reasons.
Of course, this was only working by luck previously (before the
sort), since it has always been gathering dtbs and dtbo's with
find, depending on filesystem ordering for the order in the
fitimage).
(From OE-Core rev: bcb3c0272f6ab846c3232548df1e1182bcc67486)
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In some scenarios (e.g. when "glib" removed from PACKAGECONFIG),
"${D}${bindir}" might not exist which caused `rmdir` to fail.
(From OE-Core rev: 21261072cbe0056e85550a0710de142fab8943e4)
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Rather than risk the heartbeat event code locking up the server control
socket, handle it in the 'idle' thread with the other work. The aim
is to remove it as a possible issue with some ongoing hangs.
(Bitbake rev: 0f9a0c7853b181817bf01863a26da21412376294)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Often, '--buildfile/-b' is used to mean "Do not execute anything but
this recipe", so it make sense to have it in the "Execution control
options" group.
Fixes [YOCTO #12018].
(Original suggestion by Ross Burton)
(Bitbake rev: 412a6d8701a92efe4dd6db8ec713c0013f7db64d)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The shutdown() call should definitely not be waiting for idle, since we
expect execution and events to continue even after setting either shutdown
state. This was causing the UI to appear to hang at Ctrl+C interrupts.
Also ensure that if we reset cooker, we stop any active parser processes
since these currently appear to be being left behind.
(Bitbake rev: 4f73c2eb12ee074f3b7d4717380649f6ca8f3def)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
There are three levels of shutdown, the initial "wait for current tasks",
then "stop current tasks" and "exit now". Change the code so that we don't
instantly exit after "stop current tasks" but allow the events to come
through from the server first. The new shutdown level allows that to then
be broken out of too.
(Bitbake rev: af38345b91cfc8a6bb5c38f5753255e7635bfe2b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If for some reason the bitbake server dies, we shouldn't loop indefinitely
waiting for events within tinfoil. Add a ping test and exit if things
have somehow failed.
(Bitbake rev: 32da768ae67cfe0b2d154ce4667a7cfdfa5bf4b0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Effectively revert "qemux86-64: build for x86-64-v3 (2013 Haswell and later) rather than Core 2 from 2006"
(commit 6f2af1e5d1537b4d31e14946292bf58f0fd76fc9)
Much as I'd love us to use the latest tuning, we do have some autobuilder
hardware which isn't ready for this yet which breaks KVM and some qemu
user mode usage as there appear to be TCG bugs too. I suspect we're not
the only ones with such hardware.
Drop the tune back to core2-64, anyone can easily customise it
themselves if they need it. We can revisit this in a year or two
as we should be ready then. It has beena good test of the rest of the
support which all seems ready.
I'd have preferred to use corei7-64 but that causes
runqemu.RunqemuTests.test_boot_machine_iso to hang.
Leave the newer tune file inclusion so people can change tunes
more easily.
(From OE-Core rev: 369b1dfa28b1791d45f068acc765190defecd460)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The curl-related deprecation errors affect all builds not just native,
so set CFLAGS instead of BUILD_CFLAGS.
(From OE-Core rev: 64ddce0cdbda4efe65f59a04ecb999e9fd3f82a4)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Primarily, before running the debuginfod-find tool, check that the
debuginfod server has finished sweeping the deploy directory. If we
make the request too soon then there's a rare chance that we run the
client before it has scanned the right packages, and the log gets
swamped with warnings from sqlite due to a race.
Also:
- unset DEBUGINFOD_URLS so the debuginfod doesn't proxy to an upstream
server provided by the host distro
- Lower concurrency to reduce system load and handle systems with lower
maximum open file counts but lots of cores (as the concurrency means
cores*2*2 open files)
- Set the refresh times to 0 so we never rescan during the test
- Only scan the packages for the format which the image is using
- Log the commands that are being invoked
(From OE-Core rev: d65729748253eaa640333198ca8aec05946cb9e8)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Recent changes in bitbake mean the datastore is not always reset between
ConfigParsed and BuildStarted. This means in a fresh buiild, with memory
resident bitbake active, uninative may end up disabled.
Update the code so the enable code is always run at BuildStarted if
needed.
(From OE-Core rev: db743cc78fe5172bb4a4dac9c1dad4f5aa9e1491)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
currentAsyncCommand currently doesn't have any locking and we have
a conflict in "idle" conditions since the idle functions count needs
to be zero *and* there needs to be no active command.
Move the changes/checks of currentAsyncCommand to within the lock
and then we can add it to the condition for idle, simplifying some
of the code.
(Bitbake rev: b5215887d2f8ea3f28f1ebda721bd5b8f93ec7f3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Indirecting the async command handler via cooker is confusing and no
longer needed. Drop it to make things slightly clearer.
(Bitbake rev: 4a41a7d0594e6a84a67b9de70a505858aebcd84a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The new uninative tarball is segfaulting in quilt (the underlying
patch binary). We see errors in dmesg like:
(patch): Uhuuh, elf segment at 0000000000400000 requested but the memory is mapped already
This patch submitted to patchelf upstream looks like an appropriate fix
for that.
(From OE-Core rev: cccd4bcaf381c2729adc000381bd89906003e72a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Fixes [YOCTO #12018].
Also, I have included some small fixes:
* added a '.' at the end of sentence where it was missing
* split some long lines
(Bitbake rev: 9257c48c3e36daaecb5e15da22d0bed24865f02c)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating linux-yocto/5.15 to the latest korg -stable release that comprises
the following commits:
71e496bd3382 Linux 5.15.80
b63ddb3ba61e ntfs: check overflow when iterating ATTR_RECORDs
ab6a1bb17e3c ntfs: fix out-of-bounds read in ntfs_attr_find()
5330c423b862 ntfs: fix use-after-free in ntfs_attr_find()
43bbadb7e463 net/9p: use a dedicated spinlock for trans_fd
9357fca9dad7 mm: fs: initialize fsdata passed to write_begin/write_end interface
b334ab4c3347 wifi: wext: use flex array destination for memcpy()
0e07032b4b47 9p/trans_fd: always use O_NONBLOCK read/write
7c7b7476b56e gfs2: Switch from strlcpy to strscpy
28275a7c84d2 gfs2: Check sb_bsize_shift after reading superblock
a4f1a01b2e81 9p: trans_fd/p9_conn_cancel: drop client lock earlier
f7b0e95071bb kcm: close race conditions on sk_receive_queue
27d706b0d394 kcm: avoid potential race in kcm_tx_work
b49026d9c86f tcp: cdg: allow tcp_cdg_release() to be called multiple times
e41cbf98df22 macvlan: enforce a consistent minimal mtu
d5f7f6e63fed Input: i8042 - fix leaking of platform device on module removal
c49cc2c059b5 kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case
71beab7119d0 scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper()
a636772988ba scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()
cb7893c85ea8 net: use struct_group to copy ip/ipv6 header addresses
9b8c0c88f414 tracing: Fix warning on variable 'struct trace_array'
73cf0ff9a393 ring-buffer: Include dropped pages in counting dirty patches
35c60b4e8ca7 perf: Improve missing SIGTRAP checking
2ac6276864de serial: 8250_lpss: Use 16B DMA burst with Elkhart Lake
b1a27b2aad93 nvme: ensure subsystem reset is single threaded
bccece3c3331 nvme: restrict management ioctls to admin
8cddb0d96b9c perf/x86/intel/pt: Fix sampling using single range output
8e2f33c59837 misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()
9a72a46cb01d docs: update mediator contact information in CoC doc
a99a547658e5 mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()
4a1b6f7839d3 mmc: sdhci-pci-o2micro: fix card detect fail issue caused by CD# debounce timeout
fd285d421563 mmc: core: properly select voltage range without power cycle
8a9bae5f1b53 firmware: coreboot: Register bus in module init
052d0e79efe5 iommu/vt-d: Set SRE bit only when hardware has SRS cap
c31a792a825a iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entries
11edbdee4399 scsi: zfcp: Fix double free of FSF request when qdio send fails
fdf87b5b3087 net: phy: marvell: add sleep time after enabling the loopback bit
9648d760edf4 maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()
fdd57c20d440 Input: iforce - invert valid length check when fetching device IDs
0cafb719bed5 serial: 8250_lpss: Configure DMA also w/o DMA filter
59f6596697f1 serial: 8250: Flush DMA Rx on RLSI
118b52c2ae08 serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs
6ffce7a92ef5 dm ioctl: fix misbehavior if list_versions races with module loading
2b104973f7fd iio: pressure: ms5611: changed hardcoded SPI speed to value limited
1678d4abb2dc iio: adc: mp2629: fix potential array out of bound access
bd22c232ead9 iio: adc: mp2629: fix wrong comparison of channel
656f67061366 iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()
1bf8c0aff8fb iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()
afc0aea70261 usb: typec: mux: Enter safe mode only when pins need to be reconfigured
8236628a549d usb: cdns3: host: fix endless superspeed hub port reset
ead83b0db81f usb: chipidea: fix deadlock in ci_otg_del_timer
cc9e6d8c55c9 usb: add NO_LPM quirk for Realforce 87U Keyboard
70eca1d261b2 USB: serial: option: add Fibocom FM160 0x0111 composition
1b6a54885c40 USB: serial: option: add u-blox LARA-L6 modem
b0467d0059bc USB: serial: option: add u-blox LARA-R6 00B modem
95688a8a5735 USB: serial: option: remove old LARA-R6 PID
53dee78ea382 USB: serial: option: add Sierra Wireless EM9191
e7764e88e6c4 USB: bcma: Make GPIO explicitly optional
a190a83db284 speakup: fix a segfault caused by switching consoles
b3c6edbee48e slimbus: stream: correct presence rate frequencies
6b35ac831555 slimbus: qcom-ngd: Fix build error when CONFIG_SLIM_QCOM_NGD_CTRL=y && CONFIG_QCOM_RPROC_COMMON=m
0f847462fea1 Revert "usb: dwc3: disable USB core PHY management"
23ad214a8665 ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360
a36b505749c6 ALSA: hda/realtek: fix speakers for Samsung Galaxy Book Pro
02b94885b2fd ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()
7176d6f3adb9 drm/amd/display: Add HUBP surface flip interrupt handler
e57daa750369 tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_gen_test_exit()
3a41c0f2a5c3 tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_event_gen_test_exit()
7291dec4f2d1 tracing: Fix race where eprobes can be called before the event
6517b97134f7 tracing: Fix wild-memory-access in register_synth_event()
07ba4f0603ab tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()
8b318f3032bf tracing/ring-buffer: Have polling block on watermark
2c21ee020ce4 tracing: Fix memory leak in tracing_read_pipe()
00f74b1a98a2 ring_buffer: Do not deactivate non-existant pages
1bea037a1abb ftrace: Fix null pointer dereference in ftrace_add_mod()
fadfcf39fbcd ftrace: Optimize the allocation for mcount entries
5c5f2642898f ftrace: Fix the possible incorrect kernel message
2ab249416244 cifs: add check for returning value of SMB2_set_info_init
5783abda58d6 net: thunderbolt: Fix error handling in tbnet_init()
80e590aeb132 net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() and sparx5_start()
4a55aec1425f cifs: Fix wrong return value checking when GETFLAGS
c8baf1fc248b net/x25: Fix skb leak in x25_lapb_receive_frame()
af4b57fa6bd0 net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx_open()
61404a182eb5 cifs: add check for returning value of SMB2_close_init
d3233f4bf3dd platform/surface: aggregator: Do not check for repeated unsequenced packets
69691714035b platform/x86/intel: pmc: Don't unconditionally attach Intel PMC when virtualized
7d93417d5964 drbd: use after free in drbd_create_device()
fc16a2c81a3e bridge: switchdev: Fix memory leaks when changing VLAN protocol
3d90a668c4bc net: hns3: fix setting incorrect phy link ksettings for firmware in resetting process
3f7b2ef8fe92 net: ena: Fix error handling in ena_init()
2540eea1bdc3 net: ionic: Fix error handling in ionic_init_module()
c08c13cb13fa xen/pcpu: fix possible memory leak in register_pcpu()
97009f07f217 net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shims
88da008e5e2f net: mhi: Fix memory leak in mhi_net_dellink()
8f839715d032 bnxt_en: Remove debugfs when pci_register_driver failed
b88713d92bd3 net: caif: fix double disconnect client in chnl_net_open()
6d2403416089 net: macvlan: Use built-in RCU list checking
596230471da3 mISDN: fix misuse of put_device() in mISDN_register_device()
07a6a8cf1712 net: liquidio: release resources when liquidio driver open failed
19feb6cf4136 soc: imx8m: Enable OCOTP clock before reading the register
8c54d706d829 net: stmmac: ensure tx function is not running in stmmac_xdp_release()
6219f46c2b9d net: hinic: Fix error handling in hinic_module_init()
7a05e3929668 mISDN: fix possible memory leak in mISDN_dsp_element_register()
0ee6455c9cfa net: bgmac: Drop free_netdev() from bgmac_enet_remove()
7ff4fa179e4e bpf: Initialize same number of free nodes for each pcpu_freelist
12f178cf05f3 MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failed
a4d6e024bea2 MIPS: fix duplicate definitions for exported symbols
44142b652a28 nfp: change eeprom length to max length enumerators
f23058dc2398 ata: libata-transport: fix error handling in ata_tdev_add()
67b219314628 ata: libata-transport: fix error handling in ata_tlink_add()
e7bb1b7a7bf2 ata: libata-transport: fix error handling in ata_tport_add()
377ff82c33c0 ata: libata-transport: fix double ata_host_put() in ata_tport_add()
494df0b0efe8 arm64: dts: imx8mn: Fix NAND controller size-cells
7178d568f7cc arm64: dts: imx8mm: Fix NAND controller size-cells
8ccf18c82a0a ARM: dts: imx7: Fix NAND controller size-cells
e884a6c2d49a drm: Fix potential null-ptr-deref in drm_vblank_destroy_worker()
07e56de8766f drm/drv: Fix potential memory leak in drm_dev_init()
45c300613bee drm/panel: simple: set bpc field for logic technologies displays
779f3f9e0cdc drm/vc4: kms: Fix IS_ERR() vs NULL check for vc4_kms
97e5b508e961 pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map
9a77b8557fdb parport_pc: Avoid FIFO port location truncation
5d03c2911c52 siox: fix possible memory leak in siox_device_add()
530e987a0226 arm64: Fix bit-shifting UB in the MIDR_CPU_MODEL() macro
d4944497827a bpf: Fix memory leaks in __check_func_call
25521fd2e217 block: sed-opal: kmalloc the cmd/resp buffers
2f21d653c648 scsi: scsi_transport_sas: Fix error handling in sas_phy_add()
7cd28bc410d2 pinctrl: rockchip: list all pins in a possible mux route for PX30
ab79b8dbe21e ASoC: soc-utils: Remove __exit for snd_soc_util_exit()
eaa8edd86514 bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()
33cabe04d2c8 tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_send
ae22294e213a serial: imx: Add missing .thaw_noirq hook
26db1cd5191e serial: 8250: omap: Flush PM QOS work on remove
e0db709a58bd serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()
83b6d4d6da67 serial: 8250_omap: remove wait loop from Errata i202 workaround
76db05ab7092 serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()
2aee616a6b11 ARM: at91: pm: avoid soft resetting AC DLL
188546c78006 ASoC: tas2764: Fix set_tdm_slot in case of single slot
5782896daf65 ASoC: tas2770: Fix set_tdm_slot in case of single slot
34eee4189bce ASoC: core: Fix use-after-free in snd_soc_exit()
aa6f8aecbbf2 ARM: dts: at91: sama7g5: fix signal name of pin PB2
487fff700f5f spi: stm32: Print summary 'callbacks suppressed' message
2cec2f65c1e7 arm64: dts: qcom: sm8350-hdk: Specify which LDO modes are allowed
44dbe66bb3ea arm64: dts: qcom: sm8250-xperia-edo: Specify which LDO modes are allowed
8b2eae7def2b arm64: dts: qcom: sm8150-xperia-kumano: Specify which LDO modes are allowed
c8e76eeea77c arm64: dts: qcom: sa8155p-adp: Specify which LDO modes are allowed
30571f28bb35 hugetlbfs: don't delete error page from pagecache
14ddbb83c342 KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yet
a9b964ed7cf9 spi: intel: Use correct mask for flash and protected regions
f4eb68642ed3 mtd: spi-nor: intel-spi: Disable write protection only if asked
156d0c823c59 ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"
5907ff9f2c8f x86/cpu: Add several Intel server CPU model numbers
41e37d04e397 Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
b02a025dd188 btrfs: remove pointless and double ulist frees in error paths of qgroup tests
1c366c206ff2 drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_valid
1c8ded1b3879 i2c: i801: add lis3lv02d's I2C address for Vostro 5568
b432581f19a0 i2c: tegra: Allocate DMA memory for DMA engine
7b0ae4c7b918 firmware: arm_scmi: Cleanup the core driver removal callback
1a8a2fef273d ACPI: x86: Add another system to quirk list for forcing StorageD3Enable
8a03a4a5cf6d NFSv4: Retry LOCK on OLD_STATEID during delegation return
49ca2227c47b btrfs: raid56: properly handle the error when unable to find the missing stripe
0f7bd3a2dfe1 RDMA/efa: Add EFA 0xefa2 PCI ID
a42d4363e78f ACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[]
004decd41b32 drm/amd/display: Remove wrong pipe control lock
7779efbb99bf ASoC: rt1308-sdw: add the default value of some registers
ef1e4ed85814 selftests/intel_pstate: fix build for ARCH=x86_64
dfd3cc1ef3e2 selftests/futex: fix build for clang
648467236c12 ASoC: Intel: sof_sdw: add quirk variant for LAPBC710 NUC15
64ee750c29da ASoC: codecs: jz4725b: fix capture selector naming
150b74cd0625 ASoC: codecs: jz4725b: use right control for Capture Volume
5352d8b31572 ASoC: codecs: jz4725b: fix reported volume for Master ctl
85134577a7f2 ASoC: codecs: jz4725b: add missed Line In power control bit
5e61dffb16dc spi: intel: Fix the offset to get the 64K erase opcode
c697cb2e6663 ASoC: wm8962: Add an event handler for TEMP_HP and TEMP_SPK
569085124d75 ASoC: rt1019: Fix the TDM settings
4160a515c75b ASoC: mt6660: Keep the pm_runtime enables before component stuff in mt6660_i2c_probe
2963ec4535a1 ASoC: wm8997: Revert "ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe"
30a2f9479c21 ASoC: wm5110: Revert "ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe"
3bf6da38a292 ASoC: wm5102: Revert "ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe"
94fa250ea55c mm: shmem: don't truncate page if memory failure happens
003fa195911d mm: hwpoison: handle non-anonymous THP correctly
a62b1bc603a1 mm: hwpoison: refactor refcount check handling
3df0eeae4d9a Linux 5.15.79
599b24eedf2a x86/cpu: Restore AMD's DE_CFG MSR after resume
9132fa043f96 net: tun: call napi_schedule_prep() to ensure we own a napi
1dea25e25acd drm/amdkfd: Migrate in CPU page fault use current mm
a1c303fbd4dd marvell: octeontx2: build error: unknown type name 'u64'
d948b228343a dmaengine: at_hdmac: Check return code of dma_async_device_register
c556ecf32a07 dmaengine: at_hdmac: Fix impossible condition
8a941ff34e53 dmaengine: at_hdmac: Don't allow CPU to reorder channel enable
53831f7a13c3 dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
14f5462e4a00 dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware
5482403228be dmaengine: at_hdmac: Fix concurrency over the active list
82ca19414faa dmaengine: at_hdmac: Free the memset buf without holding the chan lock
8fd36e069d65 dmaengine: at_hdmac: Fix concurrency over descriptor
1ee012d452b1 dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()
90c1b07406f0 dmaengine: at_hdmac: Protect atchan->status with the channel lock
b5ee1fe06ad7 dmaengine: at_hdmac: Do not call the complete callback on device_terminate_all
9bbf5df0fc8c dmaengine: at_hdmac: Fix premature completion of desc in issue_pending
f7d1aaa90319 dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pending
e9777b4efcce dmaengine: at_hdmac: Don't start transactions at tx_submit level
4e28674a0ecd dmaengine: at_hdmac: Fix at_lli struct definition
49eba53137f5 cert host tools: Stop complaining about deprecated OpenSSL functions
69e86c6268d5 can: j1939: j1939_send_one(): fix missing CAN header initialization
81fc8f90b885 mm/shmem: use page_mapping() to detect page cache for uffd continue
e91451af11f9 mm/memremap.c: map FS_DAX device memory as decrypted
48998c1773a4 mm/damon/dbgfs: check if rm_contexts input is for a real context
c736ed854160 udf: Fix a slab-out-of-bounds write bug in udf_find_entry()
2e87eddf5736 mms: sdhci-esdhc-imx: Fix SDHCI_RESET_ALL for CQHCI
91c38504e589 btrfs: zoned: initialize device's zone info for seeding
432c30ba3f56 btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()
c9fe4719c662 btrfs: fix match incorrectly in dev_args_match_device
f96fd3693631 wifi: ath11k: avoid deadlock during regulatory update in ath11k_regd_update()
8e2b576caf91 platform/x86: hp_wmi: Fix rfkill causing soft blocked wifi
cb3ab0e1e074 drm/amdgpu: disable BACO on special BEIGE_GOBY card
dc066a78500a drm/i915/dmabuf: fix sg_table handling in map_dma_buf
afbd1188382a nilfs2: fix use-after-free bug of ns_writer on remount
abc082aac0d9 nilfs2: fix deadlock in nilfs_count_free_blocks()
589da2288197 ata: libata-scsi: fix SYNCHRONIZE CACHE (16) command failure
51ae4579a5d5 vmlinux.lds.h: Fix placement of '.data..decrypted' section
1f8e08ab3269 ALSA: usb-audio: Add DSD support for Accuphase DAC-60
c2451f62b2bd ALSA: usb-audio: Add quirk entry for M-Audio Micro
031d1480a0f4 ALSA: usb-audio: Yet more regression for for the delayed card registration
574f51e4aa40 ALSA: hda/realtek: Add Positivo C6300 model quirk
7140d7aaf93d ALSA: hda: fix potential memleak in 'add_widget_node'
f6d7a487aabd ALSA: hda/ca0132: add quirk for EVGA Z390 DARK
1ccd55b3901b ALSA: hda/hdmi - enable runtime pm for more AMD display audio
29100c674208 mmc: sdhci-esdhc-imx: use the correct host caps for MMC_CAP_8_BIT_DATA
3dce99e2eb06 mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCI
9d6bd33e6aeb mmc: sdhci_am654: Fix SDHCI_RESET_ALL for CQHCI
ad01f16ca90c mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCI
1aa78c1d013c mmc: cqhci: Provide helper for resetting both SDHCI and CQHCI
c198524a99cb MIPS: jump_label: Fix compat branch range check
9713ceffa40a arm64: efi: Fix handling of misaligned runtime regions and drop warning
518e49f0590d riscv: fix reserved memory setup
d07c3d7491b4 riscv: vdso: fix build with llvm
cc36c7fa5d93 riscv: process: fix kernel info leakage
a8d67367ab33 net: macvlan: fix memory leaks of macvlan_common_newlink
7b194dd32b13 ethernet: tundra: free irq when alloc ring failed in tsi108_open()
7de10342fe14 net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()
88e1dd2d9291 ethernet: s2io: disable napi when start nic failed in s2io_card_up()
3652f1f8d3ea net: atlantic: macsec: clear encryption keys from the stack
fca3b0a1fd3e net: phy: mscc: macsec: clear encryption keys when freeing a flow
60a0af8813fd stmmac: dwmac-loongson: fix missing of_node_put() while module exiting
ee4a9bd2c7f4 stmmac: dwmac-loongson: fix missing pci_disable_device() in loongson_dwmac_probe()
4a8770eebc39 stmmac: dwmac-loongson: fix missing pci_disable_msi() while module exiting
83196d8dc5a8 cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf_open()
49d8a6e24a34 mctp: Fix an error handling path in mctp_init()
29961d2332a5 stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHz
8604bebc5c32 stmmac: intel: Enable 2.5Gbps for Intel AlderLake-S
7dec6dae2b61 net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()
960f9d30def3 net: cpsw: disable napi in cpsw_ndo_open()
1360778fdb6f net/mlx5e: E-Switch, Fix comparing termination table instance
f13e9ebd2925 net/mlx5: Allow async trigger completion execution on single CPU systems
48b73b46a5b0 net/mlx5: Bridge, verify LAG state when adding bond to bridge
13b1ea861e8a net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfg
7e4dcacb4dd6 net: nixge: disable napi when enable interrupts failed in nixge_open()
409731df6310 net: marvell: prestera: fix memory leak in prestera_rxtx_switch_init()
77ff31cba9a6 netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()
e62cb1c093d6 netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()
0bd20318da08 perf tools: Add the include/perf/ directory to .gitignore
a733671e388c perf stat: Fix printing os->prefix in CSV metrics output
c36e9e2c4aff drivers: net: xgene: disable napi when register irq failed in xgene_enet_open()
4689bd3a1b23 net: lapbether: fix issue of invalid opcode in lapbeth_open()
1dd27541aa2b dmaengine: ti: k3-udma-glue: fix memory leak when register device fail
992e966caf57 dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
9766af75ba5a dmaengine: pxa_dma: use platform_get_irq_optional
301caa06091a tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header
6a264203dbdb net: broadcom: Fix BCMGENET Kconfig
e7871b9a21ae net: stmmac: dwmac-meson8b: fix meson8b_devm_clk_prepare_enable()
261178a1c262 can: af_can: fix NULL pointer dereference in can_rx_register()
2acb2779b147 ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network
13ecaa6832fb tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent
bc79cb9fb006 drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()
2845bc9070ce net: wwan: mhi: fix memory leak in mhi_mbim_dellink
2ce2348c2858 net: wwan: iosm: fix memory leak in ipc_wwan_dellink
7b6bc50f65e9 hamradio: fix issue of dev reference count leakage in bpq_device_event()
f59adebb8c28 net: lapbether: fix issue of dev reference count leakage in lapbeth_device_event()
119407dc329a KVM: s390: pv: don't allow userspace to set the clock under PV
500bcd3a99ea phy: ralink: mt7621-pci: add sentinel to quirks table
151dc8087b56 capabilities: fix undefined behavior in bit shift for CAP_TO_MASK
435c7ddfd510 net: fman: Unregister ethernet device on removal
3a504d6d96ea bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steer
ac257c43fa61 bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()
d7569302a7a5 net: tun: Fix memory leaks of napi_get_frags
430d1f4964dd octeontx2-pf: NIX TX overwrites SQ_CTX_HW_S[SQ_INT]
ec0db81883b4 octeontx2-pf: Use hardware register for CQE count
b89a0d8859ae macsec: clear encryption keys from the stack after setting up offload
eeba7f07a0cb macsec: fix detection of RXSCs when toggling offloading
3070a880eb03 macsec: fix secy->n_rx_sc accounting
e957555a3694 macsec: delete new rxsc when offload fails
ad25a115f508 net: gso: fix panic on frag_list with mixed head alloc types
466ce46f251d bpf: Fix wrong reg type conversion in release_reference()
35d8130f2ad0 bpf: Add helper macro bpf_for_each_reg_in_vstate
61274498fbf8 bpf, sock_map: Move cancel_work_sync() out of sock lock
32b5dd03beeb bpf: Fix sockmap calling sleepable function in teardown path
e9915581899c bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues
5ad95d71344b HID: hyperv: fix possible memory leak in mousevsc_probe()
6dcdd1b68b7f bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE
2fc902245c82 wifi: mac80211: Set TWT Information Frame Disabled bit as 1
95adbd2ac8de bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queues
06615967d488 bpf, verifier: Fix memory leak in array reallocation for stack state
4335a82c4f7b soundwire: qcom: check for outanding writes before doing a read
ae4dad2e5374 soundwire: qcom: reinit broadcast completion
38c9fa2cc6bf wifi: cfg80211: fix memory leak in query_regdb_file()
2c6ba0a7872b wifi: cfg80211: silence a sparse RCU warning
921738c280ab phy: stm32: fix an error code in probe
fa722006f762 hwspinlock: qcom: correct MMIO max register for newer SoCs
3c1bb6187e56 drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram()
b1f852277171 drm/amdkfd: handle CPU fault on COW mapping
36770c045aba drm/amdkfd: avoid recursive lock in migrations back to RAM
93a5de7e8843 fuse: fix readdir cache race
1920cf94545a thunderbolt: Add DP OUT resource when DP tunnel is discovered
47dbf2496990 thunderbolt: Tear down existing tunnels when resuming from hibernate
(From meta-yocto rev: b4c77418a7ed86ac7b3d4ab76f4b4c02a22b09d6)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Bumping the reference BSPs to the latest 5.15 in linux-yocto, which
picks up the following commits:
509a32764e1a Linux 5.15.78
7038af4ce951 wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker()
b66617cc3c2f drm/i915/sdvo: Setup DDC fully before output init
73d52322c4af drm/i915/sdvo: Filter out invalid outputs more sensibly
2219b6aad345 drm/rockchip: dsi: Force synchronous probe
dd955eb4e616 drm/rockchip: dsi: Clean up 'usage_mode' when failing to attach
cfa8a89af9f2 cifs: fix regression in very old smb1 mounts
3189de0ac310 ext4,f2fs: fix readahead of verity data
a663e6ab17a2 tee: Fix tee_shm_register() for kernel TEE drivers
d46db722a0af KVM: x86: emulator: update the emulation mode after CR0 write
942aec252b23 KVM: x86: emulator: update the emulation mode after rsm
9df4bb7b3863 KVM: x86: emulator: introduce emulator_recalc_and_set_mode
311f1e51a290 KVM: x86: emulator: em_sysexit should update ctxt->mode
37a03de2d0c5 KVM: arm64: Fix bad dereference on MTE-enabled systems
167dca5e210b KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXITING unavailable
19c2b2ffbeec KVM: x86: Mask off reserved bits in CPUID.8000001FH
553fd40d3bf7 KVM: x86: Mask off reserved bits in CPUID.80000001H
006366b96c16 KVM: x86: Mask off reserved bits in CPUID.80000008H
fc796fd861fa KVM: x86: Mask off reserved bits in CPUID.8000001AH
ef7716398a78 KVM: x86: Mask off reserved bits in CPUID.80000006H
a88998446b6d x86/syscall: Include asm/ptrace.h in syscall_wrapper header
999cff2b6ce3 ext4: fix BUG_ON() when directory entry has invalid rec_len
0a43c015e981 ext4: fix warning in 'ext4_da_release_space'
ada82803a773 parisc: Avoid printing the hardware path twice
081ff43a7786 parisc: Export iosapic_serial_irq() symbol for serial port driver
5daf985dd0f3 parisc: Make 8250_gsc driver dependend on CONFIG_PARISC
425fe99771bf perf/x86/intel: Fix pebs event constraints for SPR
4613a450172e perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]
7de3fe6a1354 perf/x86/intel: Fix pebs event constraints for ICL
71d6c33fe223 arm64: entry: avoid kprobe recursion
52be536155f5 efi: random: Use 'ACPI reclaim' memory for random seed
83b5ec7ee82d efi: random: reduce seed size to 32 bytes
0417f70b8588 fuse: add file_modified() to fallocate
2de8eec8afb7 capabilities: fix potential memleak on error path from vfs_getxattr_alloc()
bd07f8067b35 tracing/histogram: Update document for KEYS_MAX size
27b4406f9c35 tools/nolibc/string: Fix memcmp() implementation
b5074df412bf ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()
85f3caa95579 kprobe: reverse kp->flags when arm_kprobe failed
d1b6a8e3414a tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()
828577e0baaf tcp/udp: Make early_demux back namespacified.
88561a66777e ftrace: Fix use-after-free for dynamic ftrace_ops
450d7480705e btrfs: fix type of parameter generation in btrfs_get_dentry
007058eb8292 btrfs: fix tree mod log mishandling of reallocated nodes
336fdd295c14 btrfs: fix lost file sync on direct IO write with nowait and dsync iocb
cff805b1518f fscrypt: fix keyring memory leak on mount failure
e6f4fd85ef1e fscrypt: stop using keyrings subsystem for fscrypt_master_key
3975affcf55f af_unix: Fix memory leaks of the whole sk due to OOB skb.
4302806dbfea block, bfq: protect 'bfqd->queued' by 'bfqd->lock'
3e4697ffdfbb Bluetooth: L2CAP: Fix attempting to access uninitialized memory
81035e1201e2 Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM
d78ccdce662e i2c: piix4: Fix adapter not be removed in piix4_remove()
c76ff8ae113f arm64: dts: juno: Add thermal critical trip points
7398435e616d firmware: arm_scmi: Fix devres allocation device in virtio transport
3653cdc21b9e firmware: arm_scmi: Make Rx chan_setup fail on memory errors
e514d67b2364 firmware: arm_scmi: Suppress the driver's bind attributes
4e68c5da60cd block: Fix possible memory leak for rq_wb on add_disk failure
bf822b6980a6 arm64: dts: ls208xa: specify clock frequencies for the MDIO controllers
f2329886e567 arm64: dts: ls1088a: specify clock frequencies for the MDIO controllers
33fcc55dbc5b arm64: dts: lx2160a: specify clock frequencies for the MDIO controllers
f3429a1e4924 arm64: dts: imx8: correct clock order
de2a83186ad3 ARM: dts: imx6qdl-gw59{10,13}: fix user pushbutton GPIO offset
cb9ce8910a6f clk: qcom: Update the force mem core bit for GPU clocks
bdc118249698 efi/tpm: Pass correct address to memblock_reserve
3a4d6f165eac i2c: xiic: Add platform module alias
62eea4014a9b drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid in SRIOV case
7a2547cac2e0 HID: saitek: add madcatz variant of MMO7 mouse device ID
931c97a54cd1 scsi: core: Restrict legal sdev_state transitions via sysfs
c50ec15725e0 ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()
8ecd1db58b7a media: v4l: subdev: Fail graciously when getting try data for NULL state
f96ad391d054 media: meson: vdec: fix possible refcount leak in vdec_probe()
8b785cdcd3cb media: dvb-frontends/drxk: initialize err to 0
73dfb6421338 media: cros-ec-cec: limit msg.len to CEC_MAX_MSG_SIZE
cbfa26936f31 media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZE
647c12c47ee0 media: rkisp1: Zero v4l2_subdev_format fields in when validating links
abbeb8f7271b media: rkisp1: Use correct macro for gradient registers
03b30e5a369d media: rkisp1: Initialize color space on resizer sink and source pads
d58b6b665c88 media: rkisp1: Don't pass the quantization to rkisp1_csm_config()
0e501fd0f38e s390/cio: fix out-of-bounds access on cio_ignore free
c65cc569370c s390/cio: derive cdev information only for IO-subchannels
c64be93f1e51 s390/boot: add secure boot trailer
1cdaca8f00a7 s390/uaccess: add missing EX_TABLE entries to __clear_user()
509cbbdec9d7 mtd: parsers: bcm47xxpart: Fix halfblock reads
5b8797e9dbf7 mtd: parsers: bcm47xxpart: print correct offset on read error
2f07635876bd fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cards
154934c74f97 video/fbdev/stifb: Implement the stifb_fillrect() function
b524b41806e9 drm/msm/hdmi: fix IRQ lifetime
c55dd6200131 drm/msm/hdmi: Remove spurious IRQF_ONESHOT flag
d153d468c43d vsock: fix possible infinite sleep in vsock_connectible_wait_data()
0ed71af4d017 ipv6: fix WARNING in ip6_route_net_exit_late()
2b45d6d0c41c net, neigh: Fix null-ptr-deref in neigh_table_clear()
61defd6450a9 net/smc: Fix possible leaked pernet namespace in smc_init()
de889774273f stmmac: dwmac-loongson: fix invalid mdio_node
535b78739ae7 ibmvnic: Free rwi on reset success
985a88bf0b27 net: mdio: fix undefined behavior in bit shift for __mdiobus_register
aa16cac06b75 Bluetooth: L2CAP: Fix memory leak in vhci_write
a3a7b2ac64de Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()
cf2719a21fdb Bluetooth: virtio_bt: Use skb_put to set length
8278a87bb1ee Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu
42d20d5e2457 netfilter: ipset: enforce documented limit to prevent allocating huge memory
f46ea5fa3320 btrfs: fix ulist leaks in error paths of qgroup self tests
222a3d533027 btrfs: fix inode list leak during backref walking at find_parent_nodes()
6ba3479f9e96 btrfs: fix inode list leak during backref walking at resolve_indirect_refs()
a80634f392af isdn: mISDN: netjet: fix wrong check of device registration
029d5b7688a2 mISDN: fix possible memory leak in mISDN_register_device()
3e2129c67dac rose: Fix NULL pointer dereference in rose_send_frame()
06d7596d1872 ipvs: fix WARNING in ip_vs_app_net_cleanup()
5ee2d6b726b0 ipvs: fix WARNING in __ip_vs_cleanup_batch()
33e7783bc07e ipvs: use explicitly signed chars
6044791b7be7 netfilter: nf_tables: release flow rule object from commit path
1ffe7100411a netfilter: nf_tables: netlink notifier might race to release objects
dcc79cf735b8 net: tun: fix bugs for oversize packet when napi frags enabled
fc4b50adb400 net: sched: Fix use after free in red_enqueue()
ab80025ea7ac ata: pata_legacy: fix pdc20230_set_piomode()
dede9ba02705 net: fec: fix improper use of NETDEV_TX_BUSY
5dfdac5e3f8d nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()
7486f5c90078 nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send()
3cba1f061bfe nfc: nxp-nci: Fix potential memory leak in nxp_nci_send()
44bc1868a4f5 nfc: fdp: Fix potential memory leak in fdp_nci_send()
4bef9a89f2f5 net: dsa: fall back to default tagger if we can't load the one from DT
06f9e0b37f7e RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()
6b3d5dcb1234 RDMA/core: Fix null-ptr-deref in ib_core_cleanup()
9f555b1584fc net: dsa: Fix possible memory leaks in dsa_loop_init()
24641993a7dc nfs4: Fix kmemleak when allocate slot failed
0797c85433cc NFSv4.2: Fixup CLONE dest file size for zero-length count
d59722d088a9 SUNRPC: Fix null-ptr-deref when xps sysfs alloc failed
dea7ef05deea NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot
7b1c2458dec1 NFSv4.1: Handle RECLAIM_COMPLETE trunking errors
4ec017e30089 NFSv4: Fix a potential state reclaim deadlock
e3e53c5af563 RDMA/hns: Disable local invalidate operation
85ab79ac9413 RDMA/hns: Use hr_reg_xxx() instead of remaining roce_set_xxx()
be16cc7abdae RDMA/hns: Remove magic number
ba95409d6b58 IB/hfi1: Correctly move list in sc_disable()
484d9690370e RDMA/cma: Use output interface for net_dev check
f7d9de8a0d33 KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTER
b7b66f13ac09 KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()
0c60fa7f5518 KVM: x86: Protect the unused bits in MSR exiting flags
ad8e4868dd16 HID: playstation: add initial DualSense Edge controller support
3a44ae4afaa5 mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page
8576d7edeaa5 drm/amd/display: explicitly disable psr_feature_enable appropriately
058b3a11f748 KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)
9ee32892c767 KVM: x86: Trace re-injected exceptions
0c9c1306d6bd serial: ar933x: Deassert Transmit Enable on ->rs485_config()
21d65b351691 scsi: lpfc: Rework MIB Rx Monitor debug info logic
d70705e131d6 scsi: lpfc: Adjust CMF total bytes and rxmonitor
9ebc6e8ad13b scsi: lpfc: Adjust bytes received vales during cmf timer interval
793d8378b74a Linux 5.15.77
1401e9336beb tcp/udp: Fix memory leak in ipv6_renew_options().
b079d3775237 serial: Deassert Transmit Enable on probe in driver-specific way
63f75fea3a72 serial: core: move RS485 configuration tasks from drivers into core
0753069d4431 can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global FIFO receive
17ff99e2240c can: rcar_canfd: fix channel specific IRQ handling for RZ/G2L
aad798a0b39c scsi: sd: Revert "scsi: sd: Remove a local variable"
52c2329147cf arm64: Add AMPERE1 to the Spectre-BHB affected list
5397ea6a08a5 net: enetc: survive memory pressure without crashing
885a454e97c4 kcm: do not sense pfmemalloc status in kcm_sendpage()
92b4c5c3fa81 net: do not sense pfmemalloc status in skb_append_pagefrags()
ae1b08592edf net/mlx5: Fix crash during sync firmware reset
37ada47d019b net/mlx5: Update fw fatal reporter state on PCI handlers successful recover
9e6523d06a09 net/mlx5: Print more info on pci error handlers
ab3de780c176 net/mlx5: Fix possible use-after-free in async command interface
8bbff203e306 net/mlx5e: Extend SKB room check to include PTP-SQ
ee1c0ca1af7c net/mlx5e: Do not increment ESN when updating IPsec ESN state
eefa97a7a001 netdevsim: remove dir in nsim_dev_debugfs_init() when creating ports dir failed
c9589e18a60c net: broadcom: bcm4908_enet: update TX stats after actual transmission
9711616a4908 net: broadcom: bcm4908enet: remove redundant variable bytes
b317d53680b1 nh: fix scope used to find saddr when adding non gw nh
2ad284ac8866 net: bcmsysport: Indicate MAC is in charge of PHY PM
d1cfa71d5b68 net: ehea: fix possible memory leak in ehea_register_port()
588bdd7ee48f openvswitch: switch from WARN to pr_warn
9a1c1df9255b ALSA: aoa: Fix I2S device accounting
e81d7826b8f4 ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()
77a754fcfec1 net: ethernet: ave: Fix MAC to be in charge of PHY PM
bc2518ec710e net: fec: limit register access on i.MX6UL
f710deeea73a perf vendor events arm64: Fix incorrect Hisi hip08 L3 metrics
eb59cb2fabd4 PM: domains: Fix handling of unavailable/disabled idle states
bde7c2acef30 net: ksz884x: fix missing pci_disable_device() on error in pcidev_init()
8927d90d56e4 i40e: Fix flow-type by setting GL_HASH_INSET registers
c39de3ae5075 i40e: Fix VF hang when reset is triggered on another VF
250bf8ab78f7 i40e: Fix ethtool rx-flow-hash setting for X722
ad3f1d9bf162 ipv6: ensure sane device mtu in tunnels
e2ec5bb78ca8 perf vendor events power10: Fix hv-24x7 metric events
f9df388ed6ea media: vivid: set num_in/outputs to 0 if not supported
4cc7d8d42047 media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced'
491c0959f01d media: v4l2-dv-timings: add sanity checks for blanking values
0f83edbe4fe9 media: vivid: dev->bitmap_cap wasn't freed in all cases
5b1fb2a28d0a media: vivid: s_fbuf: add more sanity checks
3436e5633776 PM: hibernate: Allow hybrid sleep to work with s2idle
3cc8c4088fae can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error path
a3e09eff32d8 can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error path
304a10161696 drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr()
2fe6b24ce299 net-memcg: avoid stalls when under memory pressure
9b171fdcbf0e tcp: fix indefinite deferral of RTO with SACK reneging
a85d39f14aa8 tcp: fix a signed-integer-overflow bug in tcp_add_backlog()
2437f3c5c6a6 tcp: minor optimization in tcp_add_backlog()
ef27df75912d net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSY
a1e18acb0246 net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed
62086d1c4602 kcm: annotate data-races around kcm->rx_wait
342d918cf9a4 kcm: annotate data-races around kcm->rx_psock
6bb23225bb70 atlantic: fix deadlock at aq_nic_stop
4e2cbc1f0e18 drm/i915/dp: Reset frl trained flag before restarting FRL training
3d92ab0865f1 amd-xgbe: add the bit rate quirk for Molex cables
75a6d1ebf8b7 amd-xgbe: fix the SFP compliance codes check for DAC cables
98bada8fa0e3 x86/unwind/orc: Fix unreliable stack dump with gcov
88e879c9f595 nfc: virtual_ncidev: Fix memory leak in virtual_nci_send()
18c60b383df3 net: macb: Specify PHY PM management done by MAC
95c22fc1e80e net: hinic: fix the issue of double release MBOX callback of VF
6016d96a6adf net: hinic: fix the issue of CMDQ memory leaks
e6765fe8de37 net: hinic: fix memory leak when reading function table
62aa78a0c3e5 net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()
1e0bee973ef6 net: netsec: fix error handling in netsec_register_mdio()
7a939503fc32 tipc: fix a null-ptr-deref in tipc_topsrv_accept
c638b520ba4b perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()
4fdf6f978c6b ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()
b68873690373 ASoC: qcom: lpass-cpu: Mark HDMI TX parity register as volatile
eca851572df5 mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe()
08c246c7dfef arc: iounmap() arg is volatile
739eac37ff9c sched/core: Fix comparison in sched_group_cookie_match()
ca7b0a10287e perf: Fix missing SIGTRAPs
eb77474a2a21 ASoC: qcom: lpass-cpu: mark HDMI TX registers as volatile
9b6841ab7096 KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_test
59de8738ed43 drm/msm: Fix return type of mdp4_lvds_connector_mode_valid
a560aeac2f2d media: atomisp: prevent integer overflow in sh_css_set_black_frame()
32f93e460861 media: v4l2: Fix v4l2_i2c_subdev_set_name function documentation
5a93a8288c57 net: ieee802154: fix error return code in dgram_bind()
138a13d8f5c8 ethtool: eeprom: fix null-deref on genl_info in dump
1c2b1d3bba2e mmc: block: Remove error check of hw_reset on reset
0b0d169723f4 Revert "scsi: lpfc: SLI path split: Refactor lpfc_iocbq"
7a0fce24de60 Revert "scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4"
7a36c9de4324 Revert "scsi: lpfc: SLI path split: Refactor SCSI paths"
eb8be2dbfbb4 Revert "scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()"
065bf71a8a53 Revert "scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()"
97dc9076ea5e Revert "scsi: lpfc: Resolve some cleanup issues following SLI path refactoring"
b32b766be44e s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_inuser()
1ad7213fcf49 s390/futex: add missing EX_TABLE entry to __futex_atomic_op()
ae9398e837b9 perf auxtrace: Fix address filter symbol name match for modules
14009ada5712 ARC: mm: fix leakage of memory allocated for PTE
eb9ed3343ca7 pinctrl: Ingenic: JZ4755 bug fixes
94d2643df1e7 kernfs: fix use-after-free in __kernfs_remove
f1204dfc4cd7 counter: microchip-tcb-capture: Handle Signal1 read and Synapse
6fb0106c64ee mmc: sdhci-esdhc-imx: Propagate ESDHC_FLAG_HS400* only on 8bit bus
73e3901e7029 mmc: sdhci-pci-core: Disable ES for ASUS BIOS on Jasper Lake
1e8cd93ae536 mmc: core: Fix kernel panic when remove non-standard SDIO card
02e51e7cd1d3 mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIO
4c365a0c21aa coresight: cti: Fix hang in cti_disable_hw()
b32775e03969 drm/msm/dp: fix IRQ lifetime
b48949ab451e drm/msm/hdmi: fix memory corruption with too many bridges
9f035d1fb306 drm/msm/dsi: fix memory corruption with too many bridges
986a89b3717e drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resume
a2f0934e6bdb scsi: qla2xxx: Use transport-defined speed mask for supported_speeds
2b1a3172ee4d mac802154: Fix LQI recording
46b4b1e11e52 exec: Copy oldsighand->action under spin-lock
265b6fb780f5 fs/binfmt_elf: Fix memory leak in load_elf_binary()
24030742a7b8 cpufreq: intel_pstate: hybrid: Use known scaling factor for P-cores
3423a3417f4f cpufreq: intel_pstate: Read all MSRs on the target CPU
cc6a7249842f fbdev: smscufx: Fix several use-after-free bugs
1a8b22e3f394 iio: adxl372: Fix unsafe buffer attributes
2f08cad21366 iio: temperature: ltc2983: allocate iio channels once
1bfe97f49785 iio: light: tsl2583: Fix module unloading
569709540e12 tools: iio: iio_utils: fix digit calculation
c892a81c7424 xhci: Remove device endpoints from bandwidth list when freeing the device
dfacb5c7f0a9 xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices
64058af657ba xhci: Add quirk to reset host back to default state at shutdown
022f21e850e9 mtd: rawnand: marvell: Use correct logic for nand-keep-config
f90897c0f634 usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controller
a0c54d5152d5 usb: bdc: change state when port disconnected
e0fd70ab4815 usb: dwc3: gadget: Don't set IMI for no_interrupt
ad538aea64dd usb: dwc3: gadget: Stop processing more requests on IMI
f2f53be61714 usb: gadget: uvc: fix sg handling during video encode
80ff4ef77737 usb: gadget: uvc: fix sg handling in error case
555011f6b27b USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCM
311428871ba1 ALSA: rme9652: use explicitly signed char
fa8b39c7ed82 ALSA: au88x0: use explicitly signed char
8af82d330d5d ALSA: usb-audio: Add quirks for M-Audio Fast Track C400/600
259cb4dee1bb ALSA: Use del_timer_sync() before freeing timer
33ddee2b95ab can: kvaser_usb: Fix possible completions during init_completion
86da269c7567 can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore() before kfree_skb()
ead049562758 NFSv4: Add an fattr allocation to _nfs4_discover_trunking()
eb1fe9600b86 NFSv4: Fix free of uninitialized nfs4_label on referral lookup.
4f5365f77018 Linux 5.15.76
33fc9e26b7cb mm: /proc/pid/smaps_rollup: fix no vma's null-deref
b9d8cbe90a0f mmc: core: Add SD card quirk for broken discard
0ee2f0567a56 Makefile.debug: re-enable debug info for .S files
117825e9bbb1 x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUB
0983205085fa ACPI: video: Force backlight native for more TongFang devices
289b56715ba6 perf: Skip and warn on unknown format 'configN' attrs
9d912a385368 mmc: sdhci-tegra: Use actual clock rate for SW tuning correction
7aeda81191fd tracing: Do not free snapshot if tracer is on cmdline
57252e7bd491 tracing: Simplify conditional compilation code in tracing_set_tracer()
20bc6d23f7f6 ksmbd: fix incorrect handling of iterate_dir
3c8cfcaa2d9a ksmbd: handle smb2 query dir request for OutputBufferLength that is too small
8754fa5dbc6e arm64: mte: move register initialization to C
ea7be82fd7e1 fs: dlm: fix invalid derefence of sb_lvbptr
0365d6af75f9 iommu/vt-d: Clean up si_domain in the init_dmars() error path
5c95d0c9d0eb iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check()
209740fd132e net: phy: dp83822: disable MDI crossover status change interrupt
ce1234573d18 net: sched: fix race condition in qdisc_graft()
91f8f5342bee net: hns: fix possible memory leak in hnae_ae_register()
50c31fa95230 wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()
d2fc83a6b55e sfc: include vport_id in filter spec hash and equal()
c2e1e59d59fa net: sched: sfb: fix null pointer access issue when sfb_init() fails
34f2a4eedc8e net: sched: delete duplicate cleanup of backlog and qlen
154f4c06d9db net: sched: cake: fix null pointer access issue when cake_init() fails
5efed7578dd4 nvmet: fix workqueue MEM_RECLAIM flushing dependency
2f2b84b02088 nvme-hwmon: kmalloc the NVME SMART log buffer
66c56b232839 nvme-hwmon: consistently ignore errors from nvme_hwmon_init
d77f6908f9ce netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements
efa9dd7e679e ionic: catch NULL pointer issue on reconfig
35ece858660e net: hsr: avoid possible NULL deref in skb_clone()
e326df21da25 dm: remove unnecessary assignment statement in alloc_dev()
847301f0ee1c cifs: Fix xid leak in cifs_ses_add_channel()
8905d13b9ede cifs: Fix xid leak in cifs_flock()
27cfd3afaab0 cifs: Fix xid leak in cifs_copy_file_range()
593d877c39aa cifs: Fix xid leak in cifs_create()
a8df9d0428c7 udp: Update reuse->has_conns under reuseport_lock.
9749595feb33 scsi: lpfc: Fix memory leak in lpfc_create_port()
b9122e0e0ea8 net: phylink: add mac_managed_pm in phylink_config structure
412db9b06d3c net: phy: dp83867: Extend RX strap quirk for SGMII mode
5ce613051994 net/atm: fix proc_mpc_write incorrect return value
0eb17faedce7 sfc: Change VF mac via PF as first preference if available.
0f58940ca3c1 HID: magicmouse: Do not set BTN_MOUSE on double report
94a171c982b8 i40e: Fix DMA mappings leak
dbc01c0a4e20 tipc: fix an information leak in tipc_topsrv_kern_subscr
b294cad6f02e tipc: Fix recognition of trial period
6161c364e378 ACPI: extlog: Handle multiple records
40e5fceddfd5 drm/vc4: Add module dependency on hdmi-codec
6c5041a10324 btrfs: fix processing of delayed tree block refs during backref walking
af67578d565c btrfs: fix processing of delayed data refs during backref walking
c439cafce8cf x86/topology: Fix duplicated core ID within a package
d31f4bc22596 x86/topology: Fix multiple packages shown on a single-package system
fcc96e89b3ff media: venus: dec: Handle the case where find_format fails
b22b4823a0a5 media: mceusb: set timeout to at least timeout provided
5265cc1202a3 media: ipu3-imgu: Fix NULL pointer dereference in active selection access
1e4e71f9e197 KVM: arm64: vgic: Fix exit condition in scan_its_table()
5bf2fda26a72 kvm: Add support for arch compat vm ioctls
112a005d1ded mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages
2d508b4e6536 drm/amdgpu: fix sdma doorbell init ordering on APUs
b5606e3ab1f7 cpufreq: qcom: fix memory leak in error path
d866f5982c15 x86/resctrl: Fix min_cbm_bits for AMD
8fbe13de1cc7 ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTS
5d6a037b3a94 ata: ahci-imx: Fix MODULE_ALIAS
30cf0dee372b hwmon/coretemp: Handle large core ID value
2f7171465f26 x86/microcode/AMD: Apply the patch early on every logical thread
93d7e2b47a72 i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapter
14d260f94ff8 cpufreq: qcom: fix writes in read-only memory region
3006766d247b selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()
1b31cb0065e2 ocfs2: fix BUG when iput after ocfs2_mknod fails
e469db818ec9 ocfs2: clear dinode links count in case of error
ded9d535be0d btrfs: enhance unsupported compat RO flags handling
537412c54712 perf/x86/intel/pt: Relax address filter validation
8ddc58e0e312 arm64: errata: Remove AES hwcap for COMPAT tasks
738515cf8bb4 usb: gadget: uvc: improve sg exit condition
db11d8c72a5d usb: gadget: uvc: giveback vb2 buffer on req complete
aee340dccf5a usb: gadget: uvc: rework uvcg_queue_next_buffer to uvcg_complete_buffer
2f54ce7392d7 usb: gadget: uvc: use on returned header len in video_encode_isoc_sg
d80db2f1450c usb: gadget: uvc: consistently use define for headerlen
f9681a67503e arm64/mm: Consolidate TCR_EL1 fields
5b20aacff7ad r8152: add PID for the Lenovo OneLink+ Dock
bd8a595958a5 Linux 5.15.75
b6e2c54be37d io-wq: Fix memory leak in worker creation
7c359e28492f gcov: support GCC 12.1 and newer compilers
8418c1672c1f thermal: intel_powerclamp: Use first online CPU as control_cpu
55c824b62067 ext4: continue to expand file system when the target size doesn't reach
0e63de6d7e4c lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
84cd0b20fada Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
371aaf6b48f5 Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5
e1591557e3a0 drm/amd/display: Fix build breakage with CONFIG_DEBUG_FS=n
34f31a2b6679 net/ieee802154: don't warn zero-sized raw_sendmsg()
de904d0fe1cb Revert "net/ieee802154: reject zero-sized raw_sendmsg()"
9c65eef9d6c9 net: ethernet: ti: davinci_mdio: fix build for mdio bitbang uses
d7eadffce032 blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()
28787ff9fbea ALSA: usb-audio: Fix last interface check for registration
b8989e95d74e net: ieee802154: return -EINVAL for unknown addr type
0db2efb3bff8 mm: hugetlb: fix UAF in hugetlb_handle_userfault
98aada6e2278 io_uring/rw: fix unexpected link breakage
d6b7efc722a2 io_uring/rw: fix error'ed retry return values
e857457c6f90 io_uring/rw: fix short rw error handling
cd148d4e3183 io_uring: correct pinned_vm accounting
813d8fe5d303 io_uring/af_unix: defer registered files gc to io_uring release
c69a2324fc6b perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc
e81bf40b280b clk: bcm2835: Round UART input clock up
da17cbb229af clk: bcm2835: Make peripheral PLLC critical
20b8c456df58 usb: idmouse: fix an uninit-value in idmouse_open
ec8adf767e1c nvmet-tcp: add bounds check on Transfer Tag
1c6432884010 nvme: copy firmware_rev on each init
b9b5560b342e ext2: Use kvmalloc() for group descriptor array
8c067a3051cd scsi: tracing: Fix compile error in trace_array calls when TRACING is disabled
39bef9c6a91b staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv()
b4573a2bad3c staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw()
eb24d93e3e01 Revert "usb: storage: Add quirk for Samsung Fit flash"
3a38985d8bfd usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resume bug
9d4f84a15f9c arm64: dts: imx8mp: Add snps,gfladj-refclk-lpm-sel quirk to USB nodes
3c84c7f592c4 usb: musb: Fix musb_gadget.c rxstate overflow bug
fcd594da0b59 usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()
9e86dffd0b02 md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d
f8e80792c1a8 eventfd: guard wake_up in eventfd fs calls as well
c61786dc727d HID: roccat: Fix use-after-free in roccat_read()
f7f425d61de9 soundwire: intel: fix error handling on dai registration issues
093a5463aeec soundwire: cadence: Don't overwrite msg->buf during write commands
1b4ed920b2ff bcache: fix set_at_max_writeback_rate() for multiple attached devices
eecb5ccc84a1 ata: libahci_platform: Sanity check the DT child nodes number
70b2adb1d698 blk-throttle: prevent overflow while calculating wait time
ff8551d411f1 staging: vt6655: fix potential memory leak
7c8bc374659d power: supply: adp5061: fix out-of-bounds read in adp5061_get_chg_type()
3d6946180734 iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
c0d73be0af8c nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
9d54de866062 scsi: 3w-9xxx: Avoid disabling device if failing to enable it
d68da10b0cce dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow
518a2a1cc361 usb: host: xhci-plat: suspend/resume clks for brcm
f002aa7c0ac5 usb: host: xhci-plat: suspend and resume clocks
6bcd745c87a0 clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rate
5c32cbf6ccea media: platform: fix some double free in meson-ge2d and mtk-jpeg and s5p-mfc
6f21976095c1 media: cx88: Fix a null-ptr-deref bug in buffer_prepare()
0a07b13af04d clk: zynqmp: Fix stack-out-of-bounds in strncpy`
3680442cbaee ARM: 9242/1: kasan: Only map modules if CONFIG_KASAN_VMALLOC=n
4a89c0befca7 btrfs: don't print information about space cache or tree every remount
39a07058c762 btrfs: scrub: try to fix super block errors
f3857dd7c03a btrfs: dump extra info if one free space cache has more bitmaps than it should
d3c6d5be46de arm64: dts: imx8mq-librem5: Add bq25895 as max17055's power supply
82046b6a84e0 kselftest/arm64: Fix validatation termination record after EXTRA_CONTEXT
35365417333d ARM: dts: imx6sx: add missing properties for sram
602813650cbc ARM: dts: imx6sll: add missing properties for sram
6a12e1e23cb1 ARM: dts: imx6sl: add missing properties for sram
8c24dc621bb7 ARM: dts: imx6qp: add missing properties for sram
47666b9a11a1 ARM: dts: imx6dl: add missing properties for sram
19fe40c5185d ARM: dts: imx6q: add missing properties for sram
9361ba779152 ARM: dts: imx7d-sdb: config the max pressure for tsc2046
0f90671ff93f drm/amd/display: Remove interface for periodic interrupt 1
88fd06740659 drm/dp: Don't rewrite link config when setting phy test pattern
668806a8268b mmc: sdhci-msm: add compatible string check for sdm670
587c7da87721 drm/meson: explicitly remove aggregate driver at module unload time
d76ff04a72f9 drm/meson: reorder driver deinit sequence to fix use-after-free bug
d894db35617f drm/amdgpu: fix initial connector audio value
e3675f688d3b ASoC: SOF: pci: Change DMI match info to support all Chrome platforms
f16e1b7b3968 platform/x86: msi-laptop: Change DMI match / alias strings to fix module autoloading
39da49ffa2f3 platform/chrome: cros_ec: Notify the PM of wake events during resume
74636047845c drm: panel-orientation-quirks: Add quirk for Anbernic Win600
2810061452f9 drm/vc4: vec: Fix timings for VEC modes
0506c4eae9a9 ALSA: usb-audio: Register card at the last interface
39d7a81bbb7a drm: bridge: dw_hdmi: only trigger hotplug event on link change
dfbed8c92eb8 udmabuf: Set ubuf->sg = NULL if the creation of sg table fails
a47d92c74b1e drm/amd/display: fix overflow on MIN_I64 definition
a29f7427041a gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611_connector_init()
5ff7bec678ca drm/komeda: Fix handling of atomic commits in the atomic_commit_tail hook
ca163e389f0a drm: Prevent drm_copy_field() to attempt copying a NULL pointer
df5ac9392648 drm: Use size_t type for len variable in drm_copy_field()
5ab84b1596b2 drm/nouveau/nouveau_bo: fix potential memory leak in nouveau_bo_alloc()
b3179865cf7e r8152: Rate limit overflow messages
d1e894f950ad Bluetooth: L2CAP: Fix user-after-free
124b7c773271 net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
5b94d48898d9 hwmon: (sht4x) do not overflow clamping operation on 32-bit platforms
a269c3e39087 wifi: rt2x00: correctly set BBP register 86 for MT7620
b5e6ada5a5d6 wifi: rt2x00: set SoC wmac clock register
357c89074ae6 wifi: rt2x00: set VGC gain for both chains of MT7620
92e2e04da567 wifi: rt2x00: set correct TX_SW_CFG1 MAC register for MT7620
4304b8e07579 wifi: rt2x00: don't run Rt5592 IQ calibration on MT7620
4a5eab200e43 can: bcm: check the result of can_send() in bcm_can_tx()
3423a50fa018 Bluetooth: hci_sysfs: Fix attempting to call device_add multiple times
3ac837cef1fb Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()
af46b2b9b096 wifi: mt76: mt7921: reset msta->airtime_ac while clearing up hw value
e33da263e965 regulator: core: Prevent integer underflow
d58c8781c0d7 Bluetooth: btintel: Mark Intel controller to support LE_STATES quirk
232d59eca07f wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()
37f15edba22d iavf: Fix race between iavf_close and iavf_reset_task
03155680191e xfrm: Update ipcomp_scratches with NULL when freed
716c526d666d thunderbolt: Add back Intel Falcon Ridge end-to-end flow control workaround
b1b4144508ad wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()
839f563c5dc5 x86/mce: Retrieve poison range from hardware
1663629bc3ff tcp: annotate data-race around tcp_md5sig_pool_populated
7b03296b4f7a openvswitch: Fix overreporting of drops in dropwatch
ffd7a1dcae9a openvswitch: Fix double reporting of drops in dropwatch
d449d00a8dce net: ethernet: ti: davinci_mdio: Add workaround for errata i2329
624f03a027f2 ice: set tx_tstamps when creating new Tx rings via ethtool
2e52d858de3a bpftool: Clear errno after libcap's checks
75995ce1c926 wifi: brcmfmac: fix invalid address access when enabling SCAN log level
83b94969751a NFSD: fix use-after-free on source server when doing inter-server copy
118dc74b2bc0 NFSD: Return nfserr_serverfault if splice_ok but buf->pages have data
066b1302f2a9 x86/entry: Work around Clang __bdos() bug
06c56c9d5da8 ACPI: x86: Add a quirk for Dell Inspiron 14 2-in-1 for StorageD3Enable
6733222f2cc9 ARM: decompressor: Include .data.rel.ro.local
561490843445 thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avoid crash
139bbbd01114 powercap: intel_rapl: fix UBSAN shift-out-of-bounds issue
a1387ae83e97 MIPS: BCM47XX: Cast memcmp() of function to (void *)
c2790fede920 cpufreq: intel_pstate: Add Tigerlake support in no-HWP mode
30eca146c89d ACPI: tables: FPDT: Don't call acpi_os_map_memory() on invalid phys address
5374638222d0 ACPI: video: Add Toshiba Satellite/Portege Z830 quirk
7ed95b080334 rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()
cf38a05eb1d0 rcu: Back off upon fill_page_cache_func() allocation failure
3e2d8b89f031 rcu: Avoid triggering strict-GP irq-work when RCU is idle
27d3e646dd83 fs: dlm: fix race in lowcomms
b6b87460f4eb selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle
497d736784e5 f2fs: fix to account FS_CP_DATA_IO correctly
fb1dcc2a9e4b f2fs: fix race condition on setting FI_NO_EXTENT flag
6ddbd411a00a ACPI: APEI: do not add task_work to kernel thread to avoid memory leak
21f1ba52b88c thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_id
172c8a24fc83 crypto: cavium - prevent integer overflow loading firmware
12acfa1059ad crypto: marvell/octeontx - prevent integer overflows
c963ce2fa05d kbuild: rpm-pkg: fix breakage when V=1 is used
059ce6b68b76 kbuild: remove the target in signal traps when interrupted
1e9c23db31b6 tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreads
84795de93e1f tracing: kprobe: Make gen test module work in arm and riscv
867fce09aa20 tracing: kprobe: Fix kprobe event gen test module on exit
a9990f24adfe iommu/iova: Fix module config properly
f0cac6cc02a9 cifs: return correct error in ->calc_signature()
1f1ab76e2515 crypto: qat - fix DMA transfer direction
393307b99aac crypto: inside-secure - Change swab to swab32
93538944ab0b crypto: ccp - Release dma channels before dmaengine unrgister
779a9930f3e1 crypto: akcipher - default implementation for setting a private key
0c7043a5b5c3 iommu/omap: Fix buffer overflow in debugfs
046803b74d51 cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset
771d8aa02dac crypto: hisilicon/qm - fix missing put dfx access
9bf3ec61a246 crypto: qat - fix default value of WDT timer
3bfc220e5ce3 hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()
507128a0e32d cgroup: Honor caller's cgroup NS when resolving path
8ffe511b7de7 hwrng: arm-smccc-trng - fix NO_ENTROPY handling
272093471305 crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr
e0b4ebf59834 crypto: sahara - don't sleep when in softirq
8484023b5763 powerpc/pseries/vas: Pass hw_cpu_id to node associativity HCALL
7f536a8cb62d powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()
1f98f8f43541 powerpc: Fix SPE Power ISA properties for e500v1 platforms
72c5b7110fba powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5
399afe92f640 x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
592b302d8bf6 powerpc: Fix fallocate and fadvise64_64 compat parameter combination
61af84b3db81 powerpc/powernv: add missing of_node_put() in opal_export_attrs()
5be9cb6c06fa powerpc/pci_dn: Add missing of_node_put()
5a13d3f1af1c powerpc/sysdev/fsl_msi: Add missing of_node_put()
b0c0490b3c57 powerpc/math_emu/efp: Include module.h
93379dc92de0 powerpc/configs: Properly enable PAPR_SCM in pseries_defconfig
25a4fb0e1a76 mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sg
b8fcd9ab0f65 mailbox: mpfs: account for mbox offsets while sending
ba2264359525 mailbox: mpfs: fix handling of the reg property
fad007a315fe clk: ast2600: BCLK comes from EPLL
3441076f83aa clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probe
9209e6bab75d clk: imx: scu: fix memleak on platform_device_add() fails
bdf72f2d649b clk: bcm2835: fix bcm2835_clock_rate_from_divisor declaration
e338131e980b clk: baikal-t1: Add SATA internal ref clock buffer
35b766027580 clk: baikal-t1: Add shared xGMAC ref/ptp clocks internal parent
b2db8b2c5391 clk: baikal-t1: Fix invalid xGMAC PTP clock divider
435a8a39c6ae clk: vc5: Fix 5P49V6901 outputs disabling when enabling FOD
b0bc75fe6775 spmi: pmic-arb: correct duplicate APID to PPID mapping logic
faabbb103d60 usb: mtu3: fix failed runtime suspend in host only mode
57f66534a41a dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup()
8aa96c5bc393 clk: mediatek: mt8183: mfgcfg: Propagate rate changes to parent
2dafc5afd9d6 mfd: sm501: Add check for platform_driver_register()
d43d93dbd8aa mfd: fsl-imx25: Fix check for platform_get_irq() errors
b940bb3c8154 mfd: lp8788: Fix an error handling path in lp8788_irq_init() and lp8788_irq_init()
0715005c483e mfd: lp8788: Fix an error handling path in lp8788_probe()
aec1f073f91f mfd: fsl-imx25: Fix an error handling path in mx25_tsadc_setup_irq()
53bfc1c3c751 mfd: intel_soc_pmic: Fix an error handling path in intel_soc_pmic_i2c_probe()
2f921d62c236 fsi: core: Check error number after calling ida_simple_get
041c79f6aefb RDMA/rxe: Fix resize_finish() in rxe_queue.c
959d4ee095e9 clk: qcom: gcc-sm6115: Override default Alpha PLL regs
8e556f557368 clk: qcom: apss-ipq6018: mark apcs_alias0_core_clk as critical
a26b0658751b scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()
e87fb1fcf88f scsi: iscsi: Run recv path from workqueue
c2af03a7c1b5 scsi: iscsi: Add recv workqueue helpers
d6aafc21bef1 scsi: iscsi: Rename iscsi_conn_queue_work()
e45a1516d293 scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()
6a54f769748b serial: 8250: Fix restoring termios speed after suspend
a5dba0933834 firmware: google: Test spinlock on panic path to avoid lockups
60d14575d0ba slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMON
f19e5b7df545 staging: vt6655: fix some erroneous memory clean-up loops
433c33c554d7 phy: qualcomm: call clk_disable_unprepare in the error handling
c4293def8860 tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdown
a91a3c2d8db8 serial: 8250: Toggle IER bits on only after irq has been set up
6be8e565a4a6 drivers: serial: jsm: fix some leaks in probe
1d05df7757f4 usb: gadget: function: fix dangling pnp_string in f_printer.c
ed2c66b75280 xhci: Don't show warning for reinit on known broken suspend
4d7d8f5cb284 IB: Set IOVA/LENGTH on IB_MR in core/uverbs layers
e221b4f16e9e RDMA/cm: Use SLID in the work completion as the DLID in responder side
7a37c58ee72e md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()
b467d9460ec2 md/raid5: Ensure stripe_fill happens on non-read IO with journal
5d8259c9d191 md: Replace snprintf with scnprintf
9e92d5ca5424 mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct()
058833dbeb8d ata: fix ata_id_has_dipm()
dad910a6d4a5 ata: fix ata_id_has_ncq_autosense()
21faddeff7bf ata: fix ata_id_has_devslp()
204cc767dcb5 ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting()
5c75d608fad5 RDMA/siw: Fix QP destroy to wait for all references dropped.
308cd50f174c RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.
e58a0b9100ba RDMA/srp: Fix srp_abort()
dc9e4ef6b072 RDMA/irdma: Align AE id codes to correct flush code and event
84ce1a8e36bb mtd: rawnand: fsl_elbc: Fix none ECC mode
be424a7d5374 mtd: rawnand: intel: Remove undocumented compatible string
445395900b64 mtd: rawnand: intel: Read the chip-select line from the correct OF node
cbbf9cca47ac phy: phy-mtk-tphy: fix the phy type setting issue
e4be7c9495c8 phy: amlogic: phy-meson-axg-mipi-pcie-analog: Hold reference returned by of_get_parent()
88263152ff56 mtd: devices: docg3: check the return value of devm_ioremap() in the probe
a0e4ac698891 clk: qcom: sm6115: Select QCOM_GDSC
aecb632674b7 dyndbg: drop EXPORTed dynamic_debug_exec_queries
0d4421f2cb54 dyndbg: let query-modname override actual module name
0c0d9f38b087 dyndbg: fix module.dyndbg handling
49d85932f7d2 dyndbg: fix static_branch manipulation
7cb9b20941e1 dmaengine: hisilicon: Add multi-thread support for a DMA channel
b88630d9aac0 dmaengine: hisilicon: Fix CQ head update
e84aeeafe8b3 dmaengine: hisilicon: Disable channels when unregister hisi_dma
b94605f5cb99 fpga: prevent integer overflow in dfl_feature_ioctl_set_irq()
11bd8bbdf8f6 misc: ocxl: fix possible refcount leak in afu_ioctl()
c23c5e184550 RDMA/rxe: Fix the error caused by qp->sk
f2f405af70e6 RDMA/rxe: Fix "kernel NULL pointer dereference" error
2ea7caa96846 media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_init
23624abbc9c6 media: uvcvideo: Use entity get_cur in uvc_ctrl_set
6c5da92103bd media: uvcvideo: Fix memory leak in uvc_gpio_parse
4e2042f1adc7 media: meson: vdec: add missing clk_disable_unprepare on error in vdec_hevc_start()
aeffca434426 tty: xilinx_uartps: Fix the ignore_status
a8d772c7b853 media: exynos4-is: fimc-is: Add of_node_put() when breaking out of loop
6225501072d3 HSI: omap_ssi_port: Fix dma_map_sg error check
691f23a8475f HSI: omap_ssi: Fix refcount leak in ssi_probe
d6e750535b46 clk: tegra20: Fix refcount leak in tegra20_clock_init
e7a57fb92af5 clk: tegra: Fix refcount leak in tegra114_clock_init
417ed4432b1b clk: tegra: Fix refcount leak in tegra210_clock_init
ca5f338ef165 clk: sprd: Hold reference returned by of_get_parent()
49343bdf95eb clk: berlin: Add of_node_put() for of_get_parent()
857b719bede4 clk: qoriq: Hold reference returned by of_get_parent()
a8cbce0305b2 clk: oxnas: Hold reference returned by of_get_parent()
e0001a565c16 clk: meson: Hold reference returned by of_get_parent()
e900ec4c4f74 usb: common: debug: Check non-standard control requests
c11f48764c8b RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkey
cd35ad9a7d66 iio: magnetometer: yas530: Change data type of hard_offsets to signed
23fafc2e2cf6 iio: ABI: Fix wrong format of differential capacitance channel ABI.
8169da520e8f iio: inkern: fix return value in devm_of_iio_channel_get_by_name()
504e8807fe5f iio: inkern: only release the device node when done with it
b0d4fcc3ecb8 iio: adc: at91-sama5d2_adc: disable/prepare buffer on suspend/resume
5db9b840ac88 iio: adc: at91-sama5d2_adc: lock around oversampling and sample freq
c5c63736d2a1 iio: adc: at91-sama5d2_adc: check return status for pressure and touch
5f1654a0e520 iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAX
017cf3b0a628 ARM: dts: exynos: fix polarity of VBUS GPIO of Origen
6c93b683ceda arm64: ftrace: fix module PLTs with mcount
bbf64eb10273 ext4: don't run ext4lazyinit for read-only filesystems
7a00a2320752 ARM: Drop CMDLINE_* dependency on ATAGS
2af04fe87ea5 ARM: dts: exynos: correct s5k6a3 reset polarity on Midas family
2134214bc403 arm64: dts: ti: k3-j7200: fix main pinmux range
7247a1d7a46a soc/tegra: fuse: Drop Kconfig dependency on TEGRA20_APB_DMA
4f7892f24281 ia64: export memory_add_physaddr_to_nid to fix cxl build error
2ef01657b2d6 ARM: dts: kirkwood: lsxl: remove first ethernet port
bf7caa3c5caf ARM: dts: kirkwood: lsxl: fix serial line
42ce4c73a468 ARM: dts: turris-omnia: Fix mpp26 pin name and comment
96d8f2b43e72 ARM: dts: imx6qdl-kontron-samx6i: hook up DDC i2c bus
08ada28d1def soc: qcom: smem_state: Add refcounting for the 'state->of_node'
96e0028debdd soc: qcom: smsm: Fix refcount leak bugs in qcom_smsm_probe()
a29b6eb959bd locks: fix TOCTOU race when granting write lease
7e053784c4c7 memory: of: Fix refcount leak bug in of_lpddr3_get_ddr_timings()
2680690f9ce4 memory: of: Fix refcount leak bug in of_get_ddr_timings()
566b143aa511 memory: pl353-smc: Fix refcount leak bug in pl353_smc_probe()
10df962300c2 ALSA: hda/hdmi: Don't skip notification handling during PM operation
cc756b79a5c9 ASoC: mt6660: Fix PM disable depth imbalance in mt6660_i2c_probe
f9cb3bd55726 ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe
b7dda65fa875 ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe
b2bc9fc56a3e ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe
3c3ef19a8870 mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe()
b14dc262274b ALSA: dmaengine: increment buffer pointer atomically
f5f1f5ee5048 ASoC: da7219: Fix an error handling path in da7219_register_dai_clks()
f910aca07625 ASoC: codecs: tx-macro: fix kcontrol put
b47a37ad4a44 drm/vmwgfx: Fix memory leak in vmw_mksstat_add_ioctl()
bdf54d4b0074 drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa()
635e7700c5b4 drm/msm/dpu: index dpu_kms->hw_vbif using vbif_idx
4f859884673d ASoC: eureka-tlv320: Hold reference returned from of_find_xxx API
64545b8a9690 mmc: au1xmmc: Fix an error handling path in au1xmmc_probe()
3ba3814c00a4 drm/amdgpu: Fix memory leak in hpd_rx_irq_create_workqueue()
a5ce83e85d79 drm/omap: dss: Fix refcount leak bugs
f5f599daa0bc drm/bochs: fix blanking
928ac9fc1ace ALSA: hda: beep: Simplify keep-power-at-enable behavior
fbb88a7c84c1 ASoC: rsnd: Add check for rsnd_mod_power_on
4610e7a4111f drm/bridge: megachips: Fix a null pointer dereference bug
079c550c57ff drm/amdgpu: add missing pci_disable_device() in amdgpu_pmops_runtime_resume()
c12daccc9017 platform/chrome: cros_ec_typec: Correct alt mode index
c317d2b8a430 platform/x86: msi-laptop: Fix resource cleanup
0e21d41bc768 platform/x86: msi-laptop: Fix old-ec check for backlight registering
6bc81c1b6313 ASoC: tas2764: Fix mute/unmute
e644497c5361 ASoC: tas2764: Drop conflicting set_bias_level power setting
35bd912ed6c0 ASoC: tas2764: Allow mono streams
fd1d3b265784 platform/chrome: fix memory corruption in ioctl
27bb672c0437 platform/chrome: fix double-free in chromeos_laptop_prepare()
57dfb855bc9e ASoC: mt6359: fix tests for platform_get_irq() failure
8a475a7732a5 drm:pl111: Add of_node_put() when breaking out of for_each_available_child_of_node()
56d2233cf573 drm/dp_mst: fix drm_dp_dpcd_read return value checks
fe6eb3d0c874 drm/bridge: parade-ps8640: Fix regulator supply order
60630834fad3 drm/virtio: Correct drm_gem_shmem_get_sg_table() error handling
26c1b4cfe56f drm/mipi-dsi: Detach devices when removing the host
652042135e08 drm/bridge: Avoid uninitialized variable warning
f369fb4deed7 drm: bridge: adv7511: unregister cec i2c device after cec adapter
20609125b8bd drm: bridge: adv7511: fix CEC power down control register offset
a624161ebe0c net: mvpp2: fix mvpp2 debugfs leak
7aef5082c56e once: add DO_ONCE_SLOW() for sleepable contexts
77bfd26cbb61 net/ieee802154: reject zero-sized raw_sendmsg()
dc4e9cd6d6a6 net: wwan: iosm: Call mutex_init before locking it
0b6516a4e3eb bnx2x: fix potential memory leak in bnx2x_tpa_stop()
30bfa5aa7228 net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callbacks()
f828333ca90f hwmon: (pmbus/mp2888) Fix sensors readouts for MPS Multi-phase mp2888 controller
c91b922b4170 spi: Ensure that sg_table won't be used after being freed
49d429760df7 tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
19d636b663e0 sctp: handle the error returned from sctp_auth_asoc_init_active_key
7bfa18b05f38 mISDN: fix use-after-free bugs in l1oip timer handlers
6f1991a940b9 eth: alx: take rtnl_lock on resume
e28a4e7f0296 vhost/vsock: Use kvmalloc/kvfree for larger packets.
5dbdd690ed83 wifi: rtl8xxxu: Fix AIFS written to REG_EDCA_*_PARAM
432eecffcf1b spi: s3c64xx: Fix large transfers with DMA
1454a26cb1ab netfilter: nft_fib: Fix for rpath check with VRF devices
7d98b26684cb xfrm: Reinject transport-mode packets through workqueue
397e880acf44 Bluetooth: hci_core: Fix not handling link timeouts propertly
1331d3e1f9b5 i2c: mlxbf: support lock mechanism
9233ab8198d8 skmsg: Schedule psock work if the cached skb exists on the psock
44f1dc2e821d spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probe
daa5239ea49f spi: dw: Fix PM disable depth imbalance in dw_spi_bt1_probe
6b941151865e x86/cpu: Include the header of init_ia32_feat_ctl()'s prototype
3c27a1380798 x86/microcode/AMD: Track patch allocation size explicitly
3e2b805a68ab wifi: ath11k: fix number of VHT beamformee spatial streams
5a6827cdc258 netfilter: conntrack: revisit the gc initial rescheduling bias
9c39ca418ba3 netfilter: conntrack: fix the gc rescheduling delay
b8917dce2134 Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure
c087c35292ea bpf: Ensure correct locking around vulnerable function find_vpid()
a0f15af17b7d net: fs_enet: Fix wrong check in do_pd_setup
ee7c5e814fb2 Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/release
57d4f2f8a67b wifi: mt76: mt7915: do not check state before configuring implicit beamform
dea9093f24d6 wifi: mt76: mt7615: add mt7615_mutex_acquire/release in mt7615_sta_set_decap_offload
817e8b75ae06 wifi: mt76: sdio: fix transmitting packet hangs
5dc095a37fbd wifi: rtl8xxxu: Remove copy-paste leftover in gen2_update_rate_mask
9973f78c19f3 wifi: rtl8xxxu: gen2: Fix mistake in path B IQ calibration
5d9222c68022 bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
4ce47c5545d2 spi: meson-spicc: do not rely on busy flag in pow2 clk ops
36c484bac9ed wifi: rtl8xxxu: Fix skb misuse in TX queue selection
fefd2269e681 spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_runtime()
e22f6499183d spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()
37005a948677 selftests/xsk: Avoid use-after-free on ctx
69995c64e50e wifi: rtw88: add missing destroy_workqueue() on error path in rtw_core_init()
6f9484e969cb wifi: rtl8xxxu: tighten bounds checking in rtl8xxxu_read_efuse()
d091771f511d Bluetooth: btusb: mediatek: fix WMT failure during runtime suspend
f91e25cfa553 bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
0e1342510490 bpf: Propagate error from htab_lock_bucket() to userspace
0b00c6130c1a bpf: Disable preemption when increasing per-cpu map_locked
68ab7690332a xsk: Fix backpressure mechanism on Tx
0559a6d96a99 x86/resctrl: Fix to restore to original value when re-enabling hardware prefetch register
e962e458bf96 spi: mt7621: Fix an error message in mt7621_spi_probe()
0a16bbc8b030 bpftool: Fix a wrong type cast in btf_dumper_int
6e8eadfa9bb1 wifi: mac80211: allow bw change during channel switch in mesh
4ed5155043c9 bpf: Fix reference state management for synchronous callbacks
3d0a101e7139 leds: lm3601x: Don't use mutex after it was destroyed
54a3201f3c1f wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()
714536ff6f6c wifi: rtlwifi: 8192de: correct checking of IQK reload
80a474502ef5 NFSD: Fix handling of oversized NFSv4 COMPOUND requests
dc7f225090c2 NFSD: Protect against send buffer overflow in NFSv2 READDIR
cedaf73c8bda SUNRPC: Fix svcxdr_init_encode's buflen calculation
6b55707ff8b2 SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculation
aed881630557 nfsd: Fix a memory leak in an error handling path
5c4b234c44cb objtool: Preserve special st_shndx indexes in elf_update_symbol
425a2a9469d2 ARM: 9247/1: mm: set readonly for MT_MEMORY_RO with ARM_LPAE
2647b20e043c ARM: 9244/1: dump: Fix wrong pg_level in walk_pmd()
93296e7ab774 MIPS: SGI-IP27: Fix platform-device leak in bridge_platform_create()
993b13abde17 MIPS: SGI-IP27: Free some unused memory
959855093f94 sh: machvec: Use char[] for section boundaries
91fafd22f852 thermal: cpufreq_cooling: Check the policy first in cpufreq_cooling_register()
81fb3ee298d5 ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpers
33d478eee2b5 userfaultfd: open userfaultfds with O_RDONLY
10918ebecdc9 ima: fix blocking of security.ima xattrs of unsupported algorithms
b7af9b8be891 selinux: use "grep -E" instead of "egrep"
73b8218ef4aa smb3: must initialize two ACL struct fields to zero
adf428ae46be drm/amd/display: Fix vblank refcount in vrr transition
60a517452560 drm/i915: Fix watermark calculations for gen12+ CCS+CC modifier
01bd3eaa5371 drm/i915: Fix watermark calculations for gen12+ MC CCS modifier
20018a252f19 drm/i915: Fix watermark calculations for gen12+ RC CCS modifier
861f085f81fd drm/nouveau: fix a use-after-free in nouveau_gem_prime_import_sg_table()
446d40e2a8cb drm/nouveau/kms/nv140-: Disable interlacing
4dab0d27a421 staging: greybus: audio_helper: remove unused and wrong debugfs usage
28eb4bdb23e2 KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS
4f7b1e7d0f36 KVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL settings to vmcs02
be1a6a61f1b3 KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"
379de01906eb KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibility
e3e5baa36879 blk-wbt: call rq_qos_add() after wb_normal is initialized
e8e0a6f4b8a2 media: cedrus: Fix endless loop in cedrus_h265_skip_bits()
b76fac61c33f media: cedrus: Set the platform driver data earlier
b19254eadab3 efi: libstub: drop pointless get_memory_map() call
5cda4a11b490 thunderbolt: Explicitly enable lane adapter hotplug events at startup
d9c79fbcbdb6 tracing: Fix reading strings from synthetic events
b9ab154d22b8 tracing: Add "(fault)" name injection to kernel probes
8ae88c4842c2 tracing: Move duplicate code of trace_kprobe/eprobe.c into header
84f4be2093e1 tracing: Add ioctl() to force ring buffer waiters to wake up
32eb54a986f4 tracing: Wake up waiters when tracing is disabled
2475de2bc0de tracing: Wake up ring buffer waiters on closing of the file
48272aa48d80 tracing: Disable interrupt or preemption before acquiring arch_spinlock_t
d4ab9bc5f56e ring-buffer: Fix race between reset page and reading page
be60f698c276 ring-buffer: Add ring_buffer_wake_waiters()
5201dd81aef7 ring-buffer: Check pending waiters when doing wake ups as well
bc6d4e9d6484 ring-buffer: Have the shortest_full queue be the shortest not longest
e8d116738514 ring-buffer: Allow splice to read previous partially read pages
fb96b7489fbd ftrace: Properly unset FTRACE_HASH_FL_MOD
31dc1727c103 livepatch: fix race between fork and KLP transition
36997b75bbb3 ext4: update 'state->fc_regions_size' after successful memory allocation
417b0455a0b6 ext4: fix potential memory leak in ext4_fc_record_regions()
9b5eb368a86f ext4: fix potential memory leak in ext4_fc_record_modified_inode()
ef1607c99136 ext4: fix miss release buffer head in ext4_fc_write_inode
d29fa1ab4e62 ext4: fix dir corruption when ext4_dx_add_entry() fails
d12471b41674 ext4: place buffer head allocation before handle start
46e5f470a144 ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodate
1f5e643b3829 ext4: don't increase iversion counter for ea_inodes
dd366295d1ec ext4: fix check for block being out of directory size
4a967fe8b043 ext4: make ext4_lazyinit_thread freezable
533c60a0b97c ext4: fix null-ptr-deref in ext4_write_info
d8e4af8314df ext4: avoid crash when inline data creation follows DIO write
56fcd0788f0d jbd2: add miss release buffer head in fc_do_one_pass()
d11d2ded2939 jbd2: fix potential use-after-free in jbd2_fc_wait_bufs
e7385c868ee0 jbd2: fix potential buffer head reference count leak
d87fe290a533 jbd2: wake up journal waiters in FIFO order, not LIFO
7434626c5eaa hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zero
095493833b18 hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZERO
73687c53919f f2fs: fix to do sanity check on summary info
ed854f10e6af f2fs: fix to do sanity check on destination blkaddr during recovery
7f10357c9046 f2fs: increase the limit for reserve_root
0035b84223de f2fs: flush pending checkpoints when freezing super
ab4958975490 f2fs: complete checkpoints during remount
0a408c6212c1 btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new_buffer
4b996a3014ef btrfs: fix race between quota enable and quota rescan ioctl
0d9423034308 fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
95a520b591c9 ksmbd: Fix user namespace mapping
a19f316406ea ksmbd: Fix wrong return value and message length check in smb2_ioctl()
39b685562825 ksmbd: fix endless loop when encryption for response fails
2b0897e33682 fbdev: smscufx: Fix use-after-free in ufx_ops_open()
aa7b2c927e4e pinctrl: rockchip: add pinmux_ops.gpio_set_direction callback
5d97378b3626 gpio: rockchip: request GPIO mux to pinctrl when setting direction
e0b1c16fdadd scsi: qedf: Populate sysfs attributes for vport
1d567179f277 slimbus: qcom-ngd: cleanup in probe error path
fa0aab2e45f0 slimbus: qcom-ngd: use correct error in message of pdr_add_lookup() failure
ba2159df1806 powerpc/boot: Explicitly disable usage of SPE instructions
9df2a9cdad5b powercap: intel_rapl: Use standard Energy Unit for SPR Dram RAPL domain
75d9de25a6f8 NFSD: Protect against send buffer overflow in NFSv3 READ
2be9331ca606 NFSD: Protect against send buffer overflow in NFSv2 READ
071a076fd1b7 NFSD: Protect against send buffer overflow in NFSv3 READDIR
209a94c5192b serial: 8250: Request full 16550A feature probing for OxSemi PCIe devices
63a3d75cf18c serial: 8250: Let drivers request full 16550A feature probing
26e5c79e673c PCI: Sanitise firmware BAR assignments behind a PCI-PCI bridge
7c16d0a4e6a4 xen/gntdev: Accommodate VMA splitting
1cb73704cb47 xen/gntdev: Prevent leaking grants
43bed0a13a5c mm/mmap: undo ->mmap() when arch_validate_flags() fails
2b0072d33eb6 mm/damon: validate if the pmd entry is present before accessing
91c4eb16e804 arm64: errata: Add Cortex-A55 to the repeat tlbi list
fc0f921b7e6e drm/udl: Restore display mode on resume
064093472524 drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()
fb3910436be4 drm/virtio: Unlock reservations on virtio_gpu_object_shmem_init() error
f122bcb34f1a drm/virtio: Check whether transferred 2D BO is shmem
a95fb5d55af0 dmaengine: mxs: use platform_driver_register
e7a3334e83f9 Revert "drm/amdgpu: use dirty framebuffer helper"
4bdedc3b5341 nvme-pci: set min_align_mask before calculating max_hw_sectors
32aa0b3f0c06 nvme-multipath: fix possible hang in live ns resize with ANA access
9391cc3a787a nvmem: core: Fix memleak in nvmem_register()
7efe61dc6aa4 UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
81ab826a285d riscv: Pass -mno-relax only on lld < 15.0.0
7780bb02a069 riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtb
c657b70e8074 riscv: Make VM_WRITE imply VM_READ
3c3c4fa118a4 riscv: Allow PROT_WRITE-only mmap()
af3aaee08df8 parisc: fbdev/stifb: Align graphics memory size to 4MB
dc235db7b79a RISC-V: Make port I/O string accessors actually work
8c487db000fd riscv: topology: fix default topology reporting
d46c24f307fb arm64: topology: move store_cpu_topology() to shared code
fcf0f6cbb653 regulator: qcom_rpm: Fix circular deferral regression
78d81a8a8ce1 net: thunderbolt: Enable DMA paths only after rings are enabled
3281e81ce90c hwmon: (gsc-hwmon) Call of_node_get() before of_find_xxx API
e1ab98ec2bc9 ASoC: wcd934x: fix order of Slimbus unprepare/disable
a2140a9922d1 ASoC: wcd9335: fix order of Slimbus unprepare/disable
d0507b36da9f platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failure
fcfeecca153d quota: Check next/prev free block number after reading from quota file
17214cfab73b HID: multitouch: Add memory barriers
219e4a0f9d68 fs: dlm: handle -EBUSY first in lock arg validation
34ed22dd2860 fs: dlm: fix race between test_bit() and queue_work()
7fa5304c4b5b i2c: designware: Fix handling of real but unexpected device interrupts
f9effcefa8be mmc: sdhci-sprd: Fix minimum clock limit
a4df91a88c3f can: kvaser_usb_leaf: Fix CAN state after restart
0c28c2c0cfa2 can: kvaser_usb_leaf: Fix TX queue out of sync after restart
b8c4f6345e0e can: kvaser_usb_leaf: Fix overread with an invalid command
de4434d6823c can: kvaser_usb: Fix use of uninitialized completion
354d768e315d usb: add quirks for Lenovo OneLink+ Dock
103b459590e1 xhci: dbc: Fix memory leak in xhci_alloc_dbc()
39f4c90b9995 iio: pressure: dps310: Reset chip after timeout
bc493cd75466 iio: pressure: dps310: Refactor startup procedure
5f6bfc1926bb iio: adc: ad7923: fix channel readings for some variants
1be580ed8403 iio: ltc2497: Fix reading conversion results
ef4018707df8 iio: dac: ad5593r: Fix i2c read protocol requirements
60480291c1fc cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message
0d814a2199cf cifs: destage dirty pages before re-reading them for cache=none
15993e9a9b12 hv_netvsc: Fix race between VF offering and VF association message from host
f9dc33f23153 io_uring/net: don't update msg_name if not provided
a1bd289c10ac mtd: rawnand: atmel: Unmap streaming DMA mappings
3e4d2375d154 ALSA: hda/realtek: Add Intel Reference SSID to support headset keys
41e83faf036c ALSA: hda/realtek: Add quirk for ASUS GV601R laptop
c01f385c70db ALSA: hda/realtek: Correct pin configs for ASUS G533Z
0d50e05ecc2c ALSA: hda/realtek: remove ALC289_FIXUP_DUAL_SPK for Dell 5530
ec439b97d983 ALSA: usb-audio: Fix NULL dererence at error path
0672215994e2 ALSA: usb-audio: Fix potential memory leaks
550ca3082ebd ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()
45899fae65e5 ALSA: oss: Fix potential deadlock at unregistration
5ca155aa79e9 Revert "fs: check FMODE_LSEEK to control internal pipe splicing"
a3f2f5ac9d61 Linux 5.15.74
de124365a7d2 wifi: mac80211: fix MBSSID parsing use-after-free
7d998f6b7365 mac80211: fix memory leaks with element parsing
fee48f3bdd75 mac80211: always allocate struct ieee802_11_elems
630060f11756 mac80211: mlme: find auth challenge directly
21df3a583e8e mac80211: move CRC into struct ieee802_11_elems
864f2d3482f4 mac80211: mesh: clean up rx_bcn_presp API
e5ebcbb4f967 misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panic
cb9defecf381 misc: pci_endpoint_test: Aggregate params checking for xfer
2c657a0cbd48 Input: xpad - fix wireless 360 controller breaking after suspend
db4db28fccb4 Input: xpad - add supported devices as contributed on github
d15bb1f6dabe wifi: cfg80211: update hidden BSSes to avoid WARN_ON
93a3a3255407 wifi: mac80211: fix crash in beacon protection for P2P-device
fff244e9171b wifi: mac80211_hwsim: avoid mac80211 warning on bad rate
0a8ee682e4f9 wifi: cfg80211: avoid nontransmitted BSS list corruption
bfe29873454f wifi: cfg80211: fix BSS refcounting bugs
9e99ca59ed39 wifi: cfg80211: ensure length byte is present before access
0a861bd25dad wifi: cfg80211/mac80211: reject bad MBSSID elements
9a8ef2030510 wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()
398e30b67092 random: use expired timer rather than wq for mixing fast pool
984faa6fc759 random: avoid reading two cache lines on irq randomness
a937c59863d7 Revert "crypto: qat - reduce size of mapped region"
0e3ff69ee691 Revert "powerpc/rtas: Implement reentrant rtas call"
e0295c43166b USB: serial: qcserial: add new usb-id for Dell branded EM7455
76efb4897bc3 scsi: stex: Properly zero out the passthrough command structure
5fbbe7e98e9b efi: Correct Macmini DMI match in uefi cert quirk
8754dc846d03 ALSA: hda: Fix position reporting on Poulsbo
14f143fb4268 random: clamp credited irq bits to maximum mixed
be53fa6cf667 random: restore O_NONBLOCK support
2f96da3fd18f ceph: don't truncate file in atomic_open
c0c3d3d3ea41 nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure
44b1ee304bac nilfs2: fix leak of nilfs_root in case of writer thread creation failure
cb602c2b654e nilfs2: fix use-after-free bug of struct nilfs_root
1e512c65b4ad nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()
17aac9b7af2b Linux 5.15.73
f7b16f51753a Revert "clk: ti: Stop using legacy clkctrl names for omap4 and 5"
d8b1b64a070e rpmsg: qcom: glink: replace strncpy() with strscpy_pad()
d58eb80b723d USB: serial: ftdi_sio: fix 300 bps rate for SIO
5ff80339cdc3 usb: mon: make mmapped memory read only
278fefd29eea net/mlx5: Disable irq when locking lag_lock
54f382d4b7f8 wifi: cfg80211: fix MCS divisor value
0fa249414a6f mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()
f1d6894159fc mm/huge_memory: minor cleanup for split_huge_pages_all
7190afd4cd5f perf parse-events: Identify broken modifiers
f6f740f6ca3b mmc: core: Terminate infinite loop in SD-UHS voltage switch
9635e05e015a mmc: core: Replace with already defined values for readability
f2af62d909ad drm/amd/display: skip audio setup when audio stream is enabled
d444cfe6d047 drm/amd/display: update gamut remap if plane has changed
4afcb53474ae drm/amd/display: Assume an LTTPR is always present on fixed_vs links
5e76ff629a20 drm/amd/display: Fix double cursor on non-video RGB MPO
e6590139ffa3 net: atlantic: fix potential memory leak in aq_ndev_close()
005e368a61bc arch: um: Mark the stack non-executable to fix a binutils warning
5f85191bedba um: Cleanup compiler warning in arch/x86/um/tls_32.c
6827af886be8 um: Cleanup syscall_handler_t cast in syscalls_32.h
f386b373e9f7 ALSA: hda/hdmi: Fix the converter reuse for the silent stream
a36b2dc5c0da net: marvell: prestera: add support for for Aldrin2
d2588ba1a338 net/ieee802154: fix uninit value bug in dgram_sendmsg
1030659dac4e scsi: qedf: Fix a UAF bug in __qedf_probe()
f7126aa3624c ARM: dts: fix Moxa SDIO 'compatible', remove 'sdhci' misnomer
968299cd58b7 dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API failure
17f55255af4c dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property
b2f275550136 dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handling
fd425b89d040 firmware: arm_scmi: Add SCMI PM driver remove routine
e092fc3a2892 firmware: arm_scmi: Harden accesses to the sensor domains
9f81dbb934fb firmware: arm_scmi: Improve checks in the info_get operations
64b79e632869 fs: fix UAF/GPF bug in nilfs_mdt_destroy
31bdba07f6b2 powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flush
46c22e7b094f mm: gup: fix the fast GUP race against THP collapse
88ccea0a4458 xsk: Inherit need_wakeup flag for shared sockets
f07fbefcea5b docs: update mediator information in CoC docs
cf26ddb96b4f Makefile.extrawarn: Move -Wcast-function-type-strict to W=1
c68173b2012b Linux 5.15.72
713fa3e4591f drm/i915/gem: Really move i915_gem_context.link under ref protection
a00ed4e5d5ee x86/alternative: Fix race in try_get_desc()
c3d4b8970c0d KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guest
ab5c5787ab5e clk: iproc: Do not rely on node name for correct PLL setup
e748a084b51c clk: imx: imx6sx: remove the SET_RATE_PARENT flag for QSPI clocks
19f4e1636626 fs: split off setxattr_copy and do_setxattr function from setxattr
a0e3719e030a vdpa/ifcvf: fix the calculation of queuepair
4755d9d2c9b0 selftests: Fix the if conditions of in test_extra_filter()
c83a7606aa65 net: phy: Don't WARN for PHY_UP state in mdio_bus_phy_resume()
a8cd7e1bc7cd net: stmmac: power up/down serdes in stmmac_open/release
67c00bcf4231 wifi: mac80211: fix regression with non-QoS drivers
520e434a082d nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devices
e9d7d809022e net/mlxbf_gige: Fix an IS_ERR() vs NULL bug in mlxbf_gige_mdio_probe
8b1b908507ce cxgb4: fix missing unlock on ETHOFLD desc collect fail path
e99c7a61d89e net: sched: act_ct: fix possible refcount leak in tcf_ct_init()
815381aeff95 usbnet: Fix memory leak in usbnet_disconnect()
af91321b7372 gpio: mvebu: Fix check for pwm support on non-A8K platforms
f592ccddac68 Input: melfas_mip4 - fix return value check in mip4_probe()
ff982b1f325d Revert "drm: bridge: analogix/dp: add panel prepare/unprepare in suspend/resume time"
bde7795794f4 drm/bridge: lt8912b: fix corrupted image output
e103b0e83991 drm/bridge: lt8912b: set hdmi or dvi mode
473f653a86ee drm/bridge: lt8912b: add vsync hsync
6a12105d9d4f ASoC: tas2770: Reinit regcache on reset
75ef73d7d2b3 arm64: dts: qcom: sm8350: fix UFS PHY serdes size
5664dc84fc2e ASoC: imx-card: Fix refcount issue with of_node_put
367403bc1cfe soc: sunxi: sram: Fix debugfs info for A64 SRAM C
68d2f42cf4f6 soc: sunxi: sram: Fix probe function ordering issues
2f82b5290078 soc: sunxi_sram: Make use of the helper function devm_platform_ioremap_resource()
861adc2b2037 soc: sunxi: sram: Prevent the driver from being unbound
8b07378ebe43 soc: sunxi: sram: Actually claim SRAM regions
d50e0e2f3d94 ARM: dts: am5748: keep usb4_tm disabled
c48e3db1df25 reset: imx7: Fix the iMX8MP PCIe PHY PERST support
606229101290 ARM: dts: am33xx: Fix MMCHS0 dma properties
bfe5dc2101ba swiotlb: max mapping size takes min align mask into account
a6a3b6b11ac0 media: v4l2-compat-ioctl32.c: zero buffer passed to v4l2_compat_get_array_args()
ab9d32844742 media: rkvdec: Disable H.264 error detection
69379139ed78 media: dvb_vb2: fix possible out of bound access
6287c9e00595 mm,hwpoison: check mm when killing accessing process
f9aed3d8a029 mm: fix madivse_pageout mishandling on non-LRU page
1299c1198878 mm/migrate_device.c: flush TLB while holding PTL
e858f7ac7395 mm: fix dereferencing possible ERR_PTR
d75ce115625e mm: prevent page_frag_alloc() from corrupting the memory
23d17e2b04c7 mm/page_alloc: fix race condition between build_all_zonelists and page allocation
fec2db7a434a mmc: hsq: Fix data stomping during mmc recovery
4fef6e1fe07c mmc: moxart: fix 4-bit bus width and remove 8-bit bus width
4f75d0cacd65 libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205
dc248ddf41ea vduse: prevent uninitialized memory accesses
ea774829699a drm/amdgpu: Add amdgpu suspend-resume code path under SRIOV
25759a7bc1f4 drm/i915/gt: Restrict forced preemption to the active context
e0f576335d05 Revert "firmware: arm_scmi: Add clock management to the SCMI power domain"
5de02ab84aec net: mt7531: only do PLL once after the reset
56e3f8d56299 mm/damon/dbgfs: fix memory leak when using debugfs_lookup()
149da9e60b8c ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()
dc8cdb988453 ARM: dts: integrator: Tag PCI host with device_type
aa5c3aa3f197 x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxd
476c188b9dbe clk: ingenic-tcu: Properly enable registers before accessing timers
d134b0f7a9b9 can: c_can: don't cache TX messages for C_CAN cores
6fff203793cb Input: snvs_pwrkey - fix SNVS_HPVIDR1 register address
006a5085a3a8 net: usb: qmi_wwan: Add new usb-id for Dell branded EM7455
81e759d71a6b thunderbolt: Explicitly reset plug events delay back to USB4 spec value
85a70a259916 usb: typec: ucsi: Remove incorrect warning
ac12a04c8e08 uas: ignore UAS for Thinkplus chips
528aba78ee01 usb-storage: Add Hiksemi USB3-FW to IGNORE_UAS
0a4e8f384e82 uas: add no-uas quirk for Hiksemi usb_disk
8484a356cee8 cgroup: cgroup_get_from_id() must check the looked-up kn is a directory
ae04dd5ef180 cgroup: reduce dependency on cgroup_mutex
7a64e6dc6cb7 ALSA: hda/realtek: fix speakers and micmute on HP 855 G8
6a3bee2ead9b ALSA: hda: Fix Nvidia dp infoframe
f7392f93a2fb ALSA: hda: Fix hang at HD-audio codec unbinding due to refcount saturation
de5deddfa7e7 ALSA: hda: Do disconnect jacks at codec unbind
90c7e9b400c7 Linux 5.15.71
214194610a18 ext4: use locality group preallocation for small closed files
8a1ac4167dda ext4: avoid unnecessary spreading of allocations among groups
fd8b82919549 ext4: make mballoc try target group first even with mb_optimize_scan
21dada4ce19c ext4: limit the number of retries after discarding preallocations blocks
be4df018c0be ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0
90bc7b630c6c ext4: make directory inode spreading reflect flexbg size
95d714d8ad3d devdax: Fix soft-reservation memory description
27bf7a5d1198 NFSv4: Fixes for nfs4_inode_return_delegation()
21b0301f2234 drm/amdgpu: don't register a dirty callback for non-atomic
6eb08245da51 i2c: mlxbf: Fix frequency calculation
dc2a0c587006 i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()
621c6ab03ac3 i2c: mlxbf: incorrect base address passed during io write
c242dbf2e36f i2c: imx: If pm_runtime_get_sync() returned 1 device access is possible
c71ec39be45a workqueue: don't skip lockdep work dependency in cancel_work_sync()
929ef155e1da fsdax: Fix infinite loop in dax_iomap_rw()
9aac3819f099 drm/rockchip: Fix return type of cdn_dp_connector_mode_valid
1c26968caf18 drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usage
492db4ffcff3 drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()
9539cfc74493 drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAndDRAMSpeedChangeSupport()
a541c0111818 drm/amd/display: Limit user regamma to a valid value
33b128f790b6 drm/amdgpu: use dirty framebuffer helper
f76d6f309a68 drm/amd/pm: disable BACO entry/exit completely on several sienna cichlid cards
e5ae504c8623 drm/gma500: Fix BUG: sleeping function called from invalid context errors
e07d9154bb81 Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
5f270b61ee8b drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOV
d3a67c21b18f s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup
faf0e1b5d82b serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accounting
0aada772fd16 serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
4c7e17270cab serial: Create uart_xmit_advance()
4199425b1132 serial: fsl_lpuart: Reset prior to registration
cc1504f6da2e KVM: x86/mmu: Fold rmap_recycle into rmap_add
dddae48eabfb selftests: forwarding: add shebang for sch_red.sh
08483e4c0c83 bnxt: prevent skb UAF after handing over to PTP worker
f8162aed962b net: sched: fix possible refcount leak in tc_new_tfilter()
bd29ca2b398c net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD
ec3a6f4ffe55 bonding: fix NULL deref in bond_rr_gen_slave_id
db145b8a04fc net/smc: Stop the CLC flow if no link to map buffers on
5daef0042d2c drm/mediatek: dsi: Move mtk_dsi_stop() call back to mtk_dsi_poweroff()
a08cba2f50d7 perf tools: Honor namespace when synthesizing build-ids
1a83f39dc4e1 perf kcore_copy: Do not check /proc/modules is unchanged
a3b923f449a3 perf jit: Include program header in ELF files
39dc6ccdd5af perf stat: Fix BPF program section name
c6d939639fe0 can: gs_usb: gs_can_open(): fix race dev->can.state condition
e1676adedc17 net: sh_eth: Fix PHY state warning splat during system resume
71200518bbbf net: ravb: Fix PHY state warning splat during system resume
d5917b7af7ca netfilter: ebtables: fix memory leak when blob is malformed
08d7524f366a netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain()
91aa52652f4b netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain()
c721623efd09 net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs
f58e43184226 net/sched: taprio: avoid disabling offload when it was never enabled
510e703e4ed0 net: enetc: deny offload of tc-based TSN features on VF interfaces
11eb9ed08856 net: enetc: move enetc_set_psfp() out of the common enetc_set_features()
c60801e4e2b5 wireguard: netlink: avoid variable-sized memcpy on sockaddr
3ebf690d1cde wireguard: ratelimiter: disable timings test by default
c2dc533a7edb net: ipa: properly limit modem routing table use
cbdab7d68f20 of: mdio: Add of_node_put() when breaking out of for_each_xx
ca86577c10bc drm/hisilicon: Add depends on MMU
68c4acee6328 drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabled
8547c7bfc061 sfc: fix null pointer dereference in efx_hard_start_xmit
360910b88d14 sfc: fix TX channel offset when using legacy interrupts
bc750d7127a9 i40e: Fix set max_tx_rate when it is lower than 1 Mbps
53220b99059a i40e: Fix VF set max MTU size
7249a653fe5f iavf: Fix set max MTU size with port VLAN and jumbo frames
030e0688b6b2 mlxbf_gige: clear MDIO gateway lock after read
93859f6878e7 iavf: Fix bad page state
e1dbe8a62098 um: fix default console kernel parameter
7400e2edfc9e MIPS: Loongson32: Fix PHY-mode being left unspecified
abea65fa7713 MIPS: lantiq: export clk_get_io() for lantiq_wdt.ko
831cf63c043e drm/panel: simple: Fix innolux_g121i1_l01 bus_format
408d5752b60f net: team: Unsync device addresses on ndo_stop
f50265a4f3da net: bonding: Unsync device addresses on ndo_stop
e6b277f7367e net: bonding: Share lacpdu_mcast_addr definition
8b2ab46b6c63 scsi: mpt3sas: Fix return value check of dma_get_required_mask()
89df49e561b4 scsi: qla2xxx: Fix memory leak in __qlt_24xx_handle_abts()
5826a555f77c net: phy: aquantia: wait for the suspend/resume operations to finish
4d2f1bc9067a net: core: fix flow symmetric hash
8d06006c7eb7 ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header
dae9d2abe25b iavf: Fix cached head and tail value for iavf_get_tx_pending
34447d64b8d2 ice: Don't double unplug aux on peer initiated reset
816eab147e5c netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find()
dc33ffbc361e netfilter: nf_conntrack_irc: Tighten matching on DCC message
0606c5d5fefd netfilter: nf_conntrack_sip: fix ct_sip_walk_headers
0babb5bc85ee arm64: dts: rockchip: Remove 'enable-active-low' from rk3399-puma
dd5a6c5a0875 dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()
1b0e46d970b4 arm64: dts: rockchip: Set RK3399-Gru PCLK_EDP to 24 MHz
e352fea1d0fc drm/mediatek: dsi: Add atomic {destroy,duplicate}_state, reset callbacks
43733b6c9fda arm64: dts: rockchip: Fix typo in lisense text for PX30.Core
2929463a9eff arm64: dts: rockchip: Pull up wlan wake# on Gru-Bob
166a332463b5 firmware: arm_scmi: Fix the asynchronous reset requests
1f08a1b26cfc firmware: arm_scmi: Harden accesses to the reset domains
9ec5a534d77c xfs: validate inode fork size against fork format
5caa3a127953 xfs: fix xfs_ifree() error handling to not leak perag ref
9e7b231687fd xfs: reorder iunlink remove operation in xfs_ifree
28c7ef86b21b vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignment
3c3edb82d67b arm64: topology: fix possible overflow in amu_fie_setup()
2427a04bce86 KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabled
61703b248be9 mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.
2d6e55e0c038 mm/slub: fix to return errno if kmalloc() fails
71075d7d4632 net: mana: Add rmb after checking owner bits
19aea370fd09 can: flexcan: flexcan_mailbox_read() fix return value for drop = true
bf0197aea195 kasan: call kasan_malloc() from __kmalloc_*track_caller()
c75288a4902b riscv: fix a nasty sigreturn bug...
97da736cd11a gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully
9b26723e058f gpio: mockup: Fix potential resource leakage when register a chip
18352095a0d5 gpio: mockup: fix NULL pointer dereference when removing debugfs
2279e977405b wifi: mt76: fix reading current per-tid starting sequence number for aggregation
b5bc5a274d54 efi: libstub: check Shim mode using MokSBStateRT
ef43fee9f211 efi: x86: Wipe setup_data on pure EFI boot
b173f1f8ef9e thunderbolt: Add support for Intel Maple Ridge single port controller
65b13f951fe6 usb: dwc3: core: leave default DMA if the controller does not support 64-bit DMA
7143f6cf58db media: flexcop-usb: fix endpoint type check
d8a76a2e514f btrfs: fix hang during unmount when stopping a space reclaim worker
46053262b5f5 btrfs: fix hang during unmount when stopping block group reclaim worker
b02f86689a5a iommu/vt-d: Check correct capability for sagaw determination
a963fe6d0eb6 ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5530 laptop
4b2fa20da623 ALSA: hda/realtek: Add quirk for ASUS GA503R laptop
eb54e457c4ad ALSA: hda/realtek: Add pincfg for ASUS G533Z HP jack
0898469913cd ALSA: hda/realtek: Add pincfg for ASUS G513 HP jack
c6a746b4fca5 ALSA: hda/realtek: Re-arrange quirk table entries
41e974cd6ecb ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5570 laptop
5421125bbda8 ALSA: hda/realtek: Add quirk for Huawei WRT-WX9
84481d7a59a2 ALSA: hda: add Intel 5 Series / 3400 PCI DID
04b5bd5702ab ALSA: hda/tegra: set depop delay for tegra
e10425c5424b ALSA: core: Fix double-free at snd_card_new()
10a8c5d7d393 Revert "ALSA: usb-audio: Split endpoint setups for hw_params and prepare"
06c0204a6e80 USB: serial: option: add Quectel RM520N
6cf9e8b7e67a USB: serial: option: add Quectel BG95 0x0203 composition
369b008bbe36 USB: core: Fix RST error in hub.c
d10d1e9d9f1e drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES
6eede01dfd0e Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"
c02431f43e12 Revert "usb: add quirks for Lenovo OneLink+ Dock"
8de5e12f587b usb: gadget: udc-xilinx: replace memcpy with memcpy_toio
2db7a7176c45 usb: add quirks for Lenovo OneLink+ Dock
a72eee6d905e usb: dwc3: gadget: Avoid duplicate requests to enable Run/Stop
f79a57d4091f usb: dwc3: gadget: Don't modify GEVNTCOUNT in pullup()
1a9923999459 usb: dwc3: gadget: Refactor pullup()
7604a210acbb usb: dwc3: gadget: Prevent repeat pullup()
a0b5d22b0448 usb: dwc3: Issue core soft reset before enabling run/stop
8d583ba79cde usb: dwc3: gadget: Avoid starting DWC3 gadget during UDC unbind
167b18f25b96 staging: r8188eu: Add Rosewill USB-N150 Nano to device tables
add40eda8258 staging: r8188eu: Remove support for devices with 8188FU chipset (0bda:f179)
55653c548612 drm/amdgpu: make sure to init common IP before gmc
25a90a11036b drm/amdgpu: Separate vf2pf work item init from virt data exchange
3e98e33d345e Linux 5.15.70
21f948cab866 ALSA: hda/sigmatel: Fix unused variable warning for beep power change
5db17805b6ba cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
39b0235284c7 KVM: SEV: add cache flush to solve SEV cache incoherency issues
d9bf46e74735 net: Find dst with sk's xfrm policy not ctl_sk
ab5140c6ddd7 video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write
9af7af862cb8 mksysmap: Fix the mismatch of 'L0' symbols in System.map
2340f23c770d drm/panfrost: devfreq: set opp to the recommended one to configure regulator
7e8df4920b2a MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()
af88da4c737a afs: Return -EAGAIN, not -EREMOTEIO, when a file already locked
2dd0ae85fb3c net: usb: qmi_wwan: add Quectel RM520N
a5e949e088bc ALSA: hda/tegra: Align BDL entry to 4KB boundary
3d25aaf71fe0 ALSA: hda/sigmatel: Keep power up while beep is enabled
d582756bfc71 wifi: mac80211_hwsim: check length for virtio packets
17898c3b578a rxrpc: Fix calc of resend age
1bbcd88c3c99 rxrpc: Fix local destruction being repeated
87cd4c02bdb1 scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUE
f08a320b4b60 regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulator_probe()
80c7be217ba7 ASoC: nau8824: Fix semaphore unbalance at error paths
f1d57c4c99c2 arm64: dts: juno: Add missing MHU secure-irq
59b756da49bf video: fbdev: i740fb: Error out if 'pixclock' equals zero
899f4160b140 binder: remove inaccurate mmap_assert_locked()
8c2bbfb0ded3 drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vega
0a7d86f156fa drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
dcef16f64969 drm/amdgpu: Don't enable LTR if not supported
710ebf8f1a08 tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
309e9f4a17cf parisc: Allow CONFIG_64BIT with ARCH=parisc
9a72466fb61b cifs: always initialize struct msghdr smb_msg completely
21c47a08f96a cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
e1aad8c56090 cifs: revalidate mapping when doing direct writes
b04e0208d025 of/device: Fix up of_dma_configure_id() stub
8fd27239ca92 parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()
5f285e4c47c3 block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait
f86092d12fbb drm/meson: Fix OSD1 RGB to YCbCr coefficient
d38eb1f37538 drm/meson: Correct OSD1 global alpha value
89cfddd416ba gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx
9a173db71a99 NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
cd358b2ee56f pinctrl: sunxi: Fix name for A100 R_PIO
ca2b798e53d4 pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
30fccb4fe449 pinctrl: qcom: sc8180x: Fix wrong pin numbers
cbafdbb6f6ce pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map
ba6b9f7cc110 of: fdt: fix off-by-one error in unflatten_dt_nodes()
c23065adf97f tty: serial: atmel: Preserve previous USART mode if RS485 disabled
1d01d7beccba serial: atmel: remove redundant assignment in rs485_config
f3450c33411b drm/tegra: vic: Fix build warning when CONFIG_PM=n
820b689b4a7a Linux 5.15.69
277674996dcf Input: goodix - add compatible string for GT1158
b9b39f7332c5 RDMA/irdma: Use s/g array in post send only when its valid
125c3ae8a936 usb: gadget: f_uac2: fix superspeed transfer
fa7e0266c239 usb: gadget: f_uac2: clean up some inconsistent indenting
07609e83c1b9 soc: fsl: select FSL_GUTS driver for DPIO
3998dc50ebdc mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()
cd698131ef5d usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UAS
6087747599ec platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixes
d4441b810bd8 perf/arm_pmu_platform: fix tests for platform_get_irq() failure
55032fb14d4a net: dsa: hellcreek: Print warning only once
985a5d3d491d drm/amd/amdgpu: skip ucode loading if ucode_size == 0
a1347be8f0ff nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()
3d380f9d1e2b Input: iforce - add support for Boeder Force Feedback Wheel
b9682878abee ieee802154: cc2520: add rc code in cc2520_tx()
3a10e8edee2b gpio: mockup: remove gpio debugfs when remove device
b4ebcd6d48bc tg3: Disable tg3 device on system reboot to avoid triggering AER
f715188c23fa hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered message
a86c8d1b36a9 HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo
2e3aeb48995a dt-bindings: iio: gyroscope: bosch,bmg160: correct number of pins
1b80691d5115 drm/msm/rd: Fix FIFO-full deadlock
a9687a2dc7e1 platform/surface: aggregator_registry: Add support for Surface Laptop Go 2
49801d5f8b67 Input: goodix - add support for GT1158
709edbac4c45 iommu/vt-d: Fix kdump kernels boot failure with scalable mode
90f922646f57 tracefs: Only clobber mode/uid/gid on remount if asked
3c90af5a773a tracing: hold caller_addr to hardirq_{enable,disable}_ip
64840a4a2d8e task_stack, x86/cea: Force-inline stack helpers
0b009e5fd146 x86/mm: Force-inline __phys_addr_nodebug()
f9571a969973 lockdep: Fix -Wunused-parameter for _THIS_IP_
dee782da3937 ARM: dts: at91: sama7g5ek: specify proper regulator output ranges
424ac5929d0a ARM: dts: at91: fix low limit for CPU regulator
8be25fa7cfd6 ARM: dts: imx6qdl-kontron-samx6i: fix spi-flash compatible
78eb5e326a0e ARM: dts: imx: align SPI NOR node name with dtschema
3bb12efc5e4d ACPI: resource: skip IRQ override on AMD Zen platforms
a68a734b19af NFS: Fix WARN_ON due to unionization of nfs_inode.nrequests
dd20085f2a88 Linux 5.15.68
e04b25638aef ARM: at91: ddr: remove CONFIG_SOC_SAMA7 dependency
154e72a4b381 perf machine: Use path__join() to compose a path instead of snprintf(dir, '/', filename)
590b4f10e3a4 drm/bridge: display-connector: implement bus fmts callbacks
e084c6ab37d2 arm64: errata: add detection for AMEVCNTR01 incrementing incorrectly
4740910867ea iommu/vt-d: Correctly calculate sagaw value of IOMMU
f9e792035a0b arm64/bti: Disable in kernel BTI when cross section thunks are broken
a8a007c5b10f Revert "arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags""
7aa57d869e4a hwmon: (mr75203) enable polling for all VM channels
5e0fddad7100 hwmon: (mr75203) fix multi-channel voltage reading
948b7beb0073 hwmon: (mr75203) fix voltage equation for negative source input
a02267ebb247 hwmon: (mr75203) update pvt->v_num and vm_num to the actual number of used sensors
000f3353231e hwmon: (mr75203) fix VM sensor allocation when "intel,vm-map" not defined
4b198c41d736 s390/boot: fix absolute zero lowcore corruption on boot
a557ae094207 iommu/amd: use full 64-bit value in build_completion_wait()
4f8d65884808 swiotlb: avoid potential left shift overflow
df82f5ce4f50 i40e: Fix ADQ rate limiting for PF
39d9de5872b6 i40e: Refactor tc mqprio checks
657d9d8ac3e6 kbuild: disable header exports for UML in a straightforward way
12202e0f74fd MIPS: loongson32: ls1c: Fix hang during startup
166ae43f02fb ASoC: mchp-spdiftx: Fix clang -Wbitfield-constant-conversion
4643fbc79ded ASoC: mchp-spdiftx: remove references to mchp_i2s_caps
30a455ac385e hwmon: (tps23861) fix byte order in resistance register
159d35a87ec3 perf script: Fix Cannot print 'iregs' field for hybrid systems
4519d4e32f98 sch_sfb: Also store skb len before calling child enqueue
a600a9babad6 RDMA/irdma: Report RNR NAK generation in device caps
3ca173b217f4 RDMA/irdma: Return correct WC error for bind operation failure
c1872dfde6f7 RDMA/irdma: Report the correct max cqes from query device
a1d7c8647c18 nvmet: fix mar and mor off-by-one errors
a96b1d33ec71 tcp: fix early ETIMEDOUT after spurious non-SACK RTO
8589bbfad2b4 nvme-tcp: fix regression that causes sporadic requests to time out
13c80a6c1124 nvme-tcp: fix UAF when detecting digest errors
8ddd001cef5e erofs: fix pcluster use-after-free on UP platforms
5fbe35c94abc RDMA/mlx5: Set local port to one when accessing counters
819110054b14 IB/core: Fix a nested dead lock as part of ODP flow
55195563ec29 ipv6: sr: fix out-of-bounds read when setting HMAC data.
4c4eda136410 RDMA/siw: Pass a pointer to virt_to_page()
595e3616f8e0 xen-netback: only remove 'hotplug-status' when the vif is actually destroyed
c3efe896f13b iavf: Detach device during reset task
2ed94383f3a2 i40e: Fix kernel crash during module removal
3e245b0e2168 ice: use bitmap_free instead of devm_kfree
8527c9a6bf8e tcp: TX zerocopy should not sense pfmemalloc status
cd5f1a69d0b6 net: introduce __skb_fill_page_desc_noacc
7eb9bf4edd1c tipc: fix shift wrapping bug in map_get()
1a889da60afc sch_sfb: Don't assume the skb is still around after enqueueing to child
b0b35b455ece Revert "net: phy: meson-gxl: improve link-up behavior"
2f6640b19edf afs: Use the operation issue time instead of the reply time for callbacks
e28eb3519d5f rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()
24a4e79d92e0 rxrpc: Fix ICMP/ICMP6 error handling
59f1c62d91ca ALSA: usb-audio: Register card again for iface over delayed_register option
4dc401ef8b23 ALSA: usb-audio: Inform the delayed registration more properly
a8edd49c94b4 RDMA/srp: Set scmnd->result only when scmnd is not NULL
451c9ce1e2fc netfilter: nf_conntrack_irc: Fix forged IP logic
1ce55ec5cb7c netfilter: nf_tables: clean up hook list when offload flags check fails
92837ac04779 netfilter: br_netfilter: Drop dst references before setting.
940e58f2ccc0 ARM: dts: at91: sama5d2_icp: don't keep vdd_other enabled all the time
86706fa90be6 ARM: dts: at91: sama5d27_wlsom1: don't keep ldo2 enabled all the time
d6015c56f477 ARM: dts: at91: sama5d2_icp: specify proper regulator output ranges
a8ab10c3f137 ARM: dts: at91: sama5d27_wlsom1: specify proper regulator output ranges
6fbff44cba17 ARM: at91: pm: fix DDR recalibration when resuming from backup and self-refresh
e11d08c825f2 ARM: at91: pm: fix self-refresh for sama7g5
32dd0b22a5ba wifi: wilc1000: fix DMA on stack objects
6f7aa1029f8e RDMA/hns: Fix wrong fixed value of qp->rq.wqe_shift
c1796dd54259 RDMA/hns: Fix supported page size
43245c77d9ef soc: brcmstb: pm-arm: Fix refcount leak and __iomem leak bugs
d3eb252d7636 RDMA/cma: Fix arguments order in net device validation
e2ec1064a47d tee: fix compiler warning in tee_shm_register()
eb53e84dc1ac regulator: core: Clean up on enable failure
a53b30716c60 soc: imx: gpcv2: Assert reset before ungating clock
83a7e5d2f14e ARM: dts: imx6qdl-kontron-samx6i: remove duplicated node
ae8e70e31763 RDMA/rtrs-srv: Pass the correct number of entries for dma mapped SGL
ad69caa47861 RDMA/rtrs-clt: Use the right sg_cnt after ib_dma_map_sg
237f16395304 ASoC: qcom: sm8250: add missing module owner
3bf4bf54069f cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlock
509e3456d363 cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty subtree
3b97deb4abf5 NFS: Fix another fsync() issue after a server reboot
31b992b3c39b NFS: Save some space in the inode
88d24e83a268 NFS: Further optimisations for 'ls -l'
1dcc308898e7 scsi: lpfc: Add missing destroy_workqueue() in error path
6229fa494a59 scsi: mpt3sas: Fix use-after-free warning
d2ca79dd0b54 drm/i915: Implement WaEdpLinkRateDataReload
ebf46da50beb nvmet: fix a use-after-free
58acd2ebae03 drm/amd/display: fix memory leak when using debugfs_lookup()
26e9a1ded892 sched/debug: fix dentry leak in update_sched_domain_debugfs
94c84128adb1 debugfs: add debugfs_lookup_and_remove()
8875d606761e kprobes: Prohibit probes in gate area
5321908ef74f vfio/type1: Unpin zero pages
7da1afa444a1 btrfs: zoned: set pseudo max append zone limit in zone emulation mode
75082adeb414 tracing: Fix to check event_mutex is held while accessing trigger list
98e8e67395cc ALSA: usb-audio: Fix an out-of-bounds bug in __snd_usb_parse_audio_interface()
df5ec554e9e3 ALSA: usb-audio: Split endpoint setups for hw_params and prepare
d1118465ae2e ALSA: aloop: Fix random zeros in capture data when using jiffies timer
45814a53514e ALSA: emu10k1: Fix out of bounds access in snd_emu10k1_pcm_channel_alloc()
8015ef9e8a0e ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC
ad5ef763dbbe drm/amdgpu: mmVM_L2_CNTL3 register not initialized correctly
fc5a2a9616f3 fbdev: chipsfb: Add missing pci_disable_device() in chipsfb_pci_init()
c3abfd6ce2f3 fbdev: fbcon: Destroy mutex on freeing struct fb_info
a7dff6f41e16 md: Flush workqueue md_rdev_misc_wq in md_alloc()
0b7058067eb8 net/core/skbuff: Check the return value of skb_copy_bits()
bd1b769564eb cpufreq: check only freq_table in __resolve_freq()
e928cf258910 netfilter: conntrack: work around exceeded receive window
29906311b351 arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fw_level
27092358e9c6 parisc: Add runtime check to prevent PA2.0 kernels on PA1.x machines
deb2c9c0770b parisc: ccio-dma: Handle kmalloc failure in ccio_init_resources()
c63ff388e7d4 Revert "parisc: Show error if wrong 32/64-bit compiler is being used"
c50189129374 scsi: ufs: core: Reduce the power mode change timeout
5a7a5b2edac4 drm/radeon: add a force flush to delay work when radeon
622a557b28b7 drm/amdgpu: Check num_gfx_rings for gfx v9_0 rb setup.
c15c2c2c0896 drm/amdgpu: Move psp_xgmi_terminate call from amdgpu_xgmi_remove_device to psp_hw_fini
1f574fbe9c2b drm/gem: Fix GEM handle release errors
bbfd857abbd2 scsi: megaraid_sas: Fix double kfree()
8179f0e08578 scsi: qla2xxx: Disable ATIO interrupt coalesce for quad port ISP27XX
625c78e1ae35 Revert "mm: kmemleak: take a full lowmem check in kmemleak_*_phys()"
7c6333411acf fs: only do a memory barrier for the first set_buffer_uptodate()
44b402da7b24 wifi: iwlegacy: 4965: corrected fix for potential off-by-one overflow in il4965_rs_fill_link_cmd()
dd291e070be0 efi: capsule-loader: Fix use-after-free in efi_capsule_write
ee06f08139e7 efi: libstub: Disable struct randomization
6427605fa781 net: wwan: iosm: remove pointless null check
e1ad7a011591 Linux 5.15.67
096e34b05a43 kbuild: fix up permissions on scripts/pahole-flags.sh
bcecd2ee19ef Linux 5.15.66
e1779c25e48b USB: serial: ch341: fix disabled rx timer on older devices
e0923b4f38df USB: serial: ch341: fix lost character on LCR updates
55d328924347 usb: dwc3: disable USB core PHY management
121c6e37da76 usb: dwc3: qcom: fix use-after-free on runtime-PM wakeup
9d6a2d022010 usb: dwc3: fix PHY disable sequence
b775fbf532dc kbuild: Add skip_encoding_btf_enum64 option to pahole
0baced0e0938 kbuild: Unify options for BTF generation for vmlinux and modules
309aea4b6b81 tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf()
1787ec7dcc37 drm/i915: Skip wm/ddb readout for disabled pipes
f9a0f49be767 drm/i915/glk: ECS Liva Q2 needs GLK HDMI port timing quirk
301be8985e87 ALSA: seq: Fix data-race at module auto-loading
9b7a07fcc5d4 ALSA: seq: oss: Fix data-race for max_midi_devs access
b2c973b52f14 ALSA: hda/realtek: Add speaker AMP init for Samsung laptops with ALC298
c5652d5d71cf net: mac802154: Fix a condition in the receive path
4b9f3743a822 net: Use u64_stats_fetch_begin_irq() for stats fetch.
57f1407ca166 ip: fix triggering of 'icmp redirect'
5d20c6f932f2 wifi: mac80211: Fix UAF in ieee80211_scan_rx()
552ba102a689 wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnected
253ec5fb8405 driver core: Don't probe devices after bus_type.match() probe deferral
7da29a2cc514 usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OS
299f4f420f23 usb: xhci-mtk: fix bandwidth release issue
27102b39b6d0 usb: xhci-mtk: relax TT periodic bandwidth allocation
c548b99e1c37 USB: core: Prevent nested device-reset calls
4e22a43ec717 s390: fix nospec table alignments
047a4d0f7924 s390/hugetlb: fix prepare_hugepage_range() check for 2 GB hugepages
efdfa236a085 usb-storage: Add ignore-residue quirk for NXP PN7462AU
0f8b5d706dcd USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020)
bf6e4243f80b usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transfer
f1eb9e5d2f6e usb: cdns3: fix issue with rearming ISO OUT endpoint
48917032c702 usb: dwc2: fix wrong order of phy_power_on and phy_init
ea72b22a05ea usb: typec: tcpm: Return ENOTSUPP for power supply prop writes
4be500c63911 usb: typec: intel_pmc_mux: Add new ACPI ID for Meteor Lake IOM device
b201f6203197 usb: typec: altmodes/displayport: correct pin assignment for UFP receptacles
577f84a6f120 USB: serial: option: add support for Cinterion MV32-WA/WB RmNet mode
6415953963a9 USB: serial: option: add Quectel EM060K modem
93c283a09959 USB: serial: option: add support for OPPO R11 diag port
2bb1ad8c957d USB: serial: cp210x: add Decagon UCA device id
3a6c5c5ab734 xhci: Add grace period after xHC start to prevent premature runtime suspend.
75913c562f5b media: mceusb: Use new usb_control_msg_*() routines
2c948dd68b9e usb: dwc3: pci: Add support for Intel Raptor Lake
23987d01de44 thunderbolt: Use the actual buffer in tb_async_error()
e31db376f6d1 xen-blkfront: Cache feature_persistent value before advertisement
895a90ad7b3e xen-blkfront: Advertise feature-persistent as user requested
3e8107d69fc3 xen-blkback: Advertise feature-persistent as user requested
c235c4fc521f mm: pagewalk: Fix race between unmap and page walker
763d77241d8f xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()
03b1870fbc5e KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIES
111a3586ed4a gpio: pca953x: Add mutex_lock for regcache sync in PM
53196e037620 hwmon: (gpio-fan) Fix array out of bounds access
7b8a284ffe7a clk: bcm: rpi: Add missing newline
ff0b144d4b0a clk: bcm: rpi: Prevent out-of-bounds access
e827a5f32a0d clk: bcm: rpi: Use correct order for the parameters of devm_kcalloc()
237b4ef4c088 clk: bcm: rpi: Fix error handling of raspberrypi_fw_get_rate
5ba6155d3b2f Input: rk805-pwrkey - fix module autoloading
9766749a30f6 clk: core: Fix runtime PM sequence in clk_core_unprepare()
c13b0be5ade0 Revert "clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops"
519cd9c4b56e clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops
0522550aeed4 drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported"
fec48eba4783 KVM: VMX: Heed the 'msr' argument in msr_write_intercepted()
9e3c9efa7caf cifs: fix small mempool leak in SMB2_negotiate()
81203ab7a6ef binder: fix alloc->vma_vm_mm null-ptr dereference
c2a4b5dc8fa7 binder: fix UAF of ref->proc caused by race condition
da3c6d0708e6 mmc: core: Fix inconsistent sd3_bus_mode at UHS-I SD voltage switch failure
8bca22970e1c mmc: core: Fix UHS-I SD 1.8V workaround branch
fc9b5b3f2ccc USB: serial: ftdi_sio: add Omron CS1W-CIF31 device id
cf20c3533efc misc: fastrpc: fix memory corruption on open
0e33b0f322fe misc: fastrpc: fix memory corruption on probe
95ac9601feb5 iio: adc: mcp3911: use correct formula for AD conversion
6e933a26e6a2 iio: ad7292: Prevent regulator double disable
df1b53bc799d Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flag
9f185ca8e019 tty: serial: lpuart: disable flow control while waiting for the transmit engine to complete
532b255af195 musb: fix USB_MUSB_TUSB6010 dependency
2535431ae967 vt: Clear selection before changing the font
a19846f0f45b powerpc: align syscall table for ppc32
f12afb4b5db0 staging: r8188eu: add firmware dependency
dc02aaf95001 staging: rtl8712: fix use after free bugs
01fd7e12f8fb serial: fsl_lpuart: RS485 RTS polariy is inverse
839ca7969fcf soundwire: qcom: fix device status array range
fdc69b070071 net/smc: Remove redundant refcount increase
6ce0d73b2fbd Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"
aca9d0acda9e tcp: annotate data-race around challenge_timestamp
1c472d671d9c sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb
55fb8c3baa80 kcm: fix strp_init() order and cleanup
660df4411ef4 mlxbf_gige: compute MDIO period based on i1clk
a4c08cbfbcf9 ethernet: rocker: fix sleep in atomic context bug in neigh_timer_handler
a420d5872601 net/sched: fix netdevice reference leaks in attach_default_qdiscs()
ce881ddbdc02 net: sched: tbf: don't call qdisc_put() while holding tree lock
d6ec2f711c94 net: dsa: xrs700x: Use irqsave variant for u64 stats update
ca54b2bfaab3 openvswitch: fix memory leak at failed datapath creation
8eeba7ef4d1d net: smsc911x: Stop and start PHY during suspend and resume
cc2b9170aa34 net: sparx5: fix handling uneven length packets in manual extraction
5359524251d2 Revert "xhci: turn off port power in shutdown"
ee19bbed4b03 wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()
20b2d5be85e9 ALSA: hda: intel-nhlt: Correct the handling of fmt_config flexible array
59a711467e8d ALSA: hda: intel-nhlt: remove use of __func__ in dev_dbg
7828b5d0080a drm/i915/display: avoid warnings when registering dual panel backlight
630ab29120b5 drm/i915/backlight: extract backlight code to a separate file
9f8558c5c642 ieee802154/adf7242: defer destroy_workqueue call
222bd95c89b1 bpf, cgroup: Fix kernel BUG in purge_effective_progs
1c518476ceb4 bpf: Restrict bpf_sys_bpf to CAP_PERFMON
de22cba333d8 skmsg: Fix wrong last sg check in sk_msg_recvmsg()
7497f9766f08 iio: adc: mcp3911: make use of the sign bit
9e1f74294d53 platform/x86: pmc_atom: Fix SLP_TYPx bitfield mask
1a785b435276 drm/msm/dsi: Fix number of regulators for SDM660
ab8533946db7 drm/msm/dsi: Fix number of regulators for msm8996_dsi_cfg
0a4f633548c4 drm/msm/dp: delete DP_RECOVERED_CLOCK_OUT_EN to fix tps4
e8bd54b0664b drm/msm/dsi: fix the inconsistent indenting
633c3b4c71bb Linux 5.15.65
572b646c8d93 net: neigh: don't call kfree_skb() under spin_lock_irqsave()
facf99bc3a95 net/af_packet: check len when min_header_len equals to 0
591a98b823fb android: binder: fix lockdep check on clearing vma
92dc4c1a8e58 btrfs: fix space cache corruption and potential double allocations
55c7a9152734 kprobes: don't call disarm_kprobe() for disabled kprobes
6a27997cf44e btrfs: tree-checker: check for overlapping extent items
1b2a7ddeaa77 btrfs: fix lockdep splat with reloc root extent buffers
98dfad7fb688 btrfs: move lockdep class helpers to locking.c
a74fc94fb1a9 testing: selftests: nft_flowtable.sh: use random netns names
1d8b5d251994 netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y
85dd24ff77c1 drm/amd/display: avoid doing vm_init multiple time
898467ac9bcb drm/amdgpu: Increase tlb flush timeout for sriov
4df54c493e76 drm/amd/display: Fix pixel clock programming
a89e753d5a9f drm/amd/pm: add missing ->fini_microcode interface for Sienna Cichlid
a2ede313fbf0 ksmbd: don't remove dos attribute xattr on O_TRUNC open
a7ada939712a s390/hypfs: avoid error message under KVM
db6fa03d80ab neigh: fix possible DoS due to net iface start/stop loop
857048ea1d28 ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configured
5ee30bcfdb32 drm/amd/display: clear optc underflow before turn off odm clock
e407e04a93d7 drm/amd/display: For stereo keep "FLIP_ANY_FRAME"
2cddd3d0b049 drm/amd/display: Fix HDMI VSIF V3 incorrect issue
0c8abeceee0f drm/amd/display: Avoid MPC infinite loop
061ffb1e419b ASoC: sh: rz-ssi: Improve error handling in rz_ssi_probe() error path
d347d66b1972 fs/ntfs3: Fix work with fragmented xattr
bf216c168f9e btrfs: fix warning during log replay when bumping inode link count
985bbad18408 btrfs: add and use helper for unlinking inode during log replay
968815211212 btrfs: remove no longer needed logic for replaying directory deletes
7697ca60db06 btrfs: remove root argument from btrfs_unlink_inode()
71beead997f5 mmc: sdhci-of-dwcmshc: Re-enable support for the BlueField-3 SoC
68b6cbaa318e mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xx
c038e4094ba2 mmc: sdhci-of-dwcmshc: add reset call back for rockchip Socs
d6a74ee2a7b2 mmc: mtk-sd: Clear interrupts when cqe off/disable
4676773ea117 drm/i915/gt: Skip TLB invalidations once wedged
f0582f5ac1ea HID: thrustmaster: Add sparco wheel and fix array length
77f8e40a3cbb HID: asus: ROG NKey: Ignore portion of 0x5a report
d74ce3ece402 HID: AMD_SFH: Add a DMI quirk entry for Chromebooks
a569d41c5aba HID: add Lenovo Yoga C630 battery quirk
b08469874a16 ALSA: usb-audio: Add quirk for LH Labs Geek Out HD Audio 1V5
c18a209b56e3 mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
a75987714bd2 bpf: Don't redirect packets with invalid pkt_len
e4ae97295984 ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead
34c3dea11895 fbdev: fb_pm2fb: Avoid potential divide by zero error
a5d1cb908131 net: fix refcount bug in sk_psock_get (2)
dfd27a737283 HID: hidraw: fix memory leak in hidraw_release()
f2f6e6752291 media: pvrusb2: fix memory leak in pvr_probe
e658538c610c udmabuf: Set the DMA mask for the udmabuf device (v2)
989560b6d9e0 HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
67216f47922d Revert "PCI/portdrv: Don't disable AER reporting in get_port_device_capability()"
9e38a363dc63 Bluetooth: L2CAP: Fix build errors in some archs
2e0ffef17308 kbuild: Fix include path in scripts/Makefile.modpost
e9d7ca0c4640 io_uring: fix UAF due to missing POLLFREE handling
182dc3aa5ae2 io_uring: fix wrong arm_poll error handling
6c7259c83773 io_uring: fail links when poll fails
c41e79a0c464 io_uring: bump poll refs to full 31-bits
7524ec52caa8 io_uring: remove poll entry from list when canceling all
95a004a223f8 io_uring: Remove unused function req_ref_put
f770fba096a6 io_uring: poll rework
8dc669632f0d io_uring: inline io_poll_complete
20bbcc316314 io_uring: kill poll linking optimisation
a85d7ac14f22 io_uring: move common poll bits
040e58f51c0b io_uring: refactor poll update
b850d6ddc788 io_uring: clean cqe filling functions
5c0ea4c8e54b io_uring: correct fill events helpers types
285e77dbb36f arm64: errata: Add Cortex-A510 to the repeat tlbi list
da60ddd80d09 mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte
e7a792dcd6a7 Drivers: hv: balloon: Support status report for larger page sizes
2edbdfc89d9f crypto: lib - remove unneeded selection of XOR_BLOCKS
6db913f5e449 firmware: tegra: bpmp: Do only aligned access to IPC memory area
80d46e73e8d3 drm/vc4: hdmi: Depends on CONFIG_PM
3d2d12fb7815 drm/vc4: hdmi: Rework power up
8468ccbf4c44 ACPI: thermal: drop an always true check
f8b07c05b699 drm/bridge: Add stubs for devm_drm_of_get_bridge when OF is disabled
3ffb97fce282 mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()
1ded0ef2419e Linux 5.15.64
4f672112f866 bpf: Don't use tnum_range on array range checking for poke descriptors
cd2a50d0a097 scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wq
2c72bead9bc6 scsi: ufs: core: Enable link lost interrupt
da86f80da31a perf stat: Clear evsel->reset_group for each stat run
b5f5fee03d17 perf/x86/intel/ds: Fix precise store latency handling
83bd6d121245 perf/x86/intel/uncore: Fix broken read_counter() for SNB IMC PMU
a38e7ab46740 perf python: Fix build when PYTHON_CONFIG is user supplied
77864ed6c6ce blk-mq: fix io hung due to missing commit_rqs
4428d15cddd5 Documentation/ABI: Mention retbleed vulnerability info file for sysfs
992d2fc2fe7f x86/nospec: Fix i386 RSB stuffing
577d9c05cc48 binder_alloc: add missing mmap_lock calls when using the VMA
1ed630bc530a arm64: Fix match_list for erratum 1286807 on Arm Cortex-A76
af61a8f76039 mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release skb
661c01b2181d md: call __md_stop_writes in md_stop
ee0c613bfe83 Revert "md-raid: destroy the bitmap after destroying the thread"
0038f8593325 mm/hugetlb: fix hugetlb not supporting softdirty tracking
6ee82524b0aa Revert "usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling"
7ae43647f499 Revert "usbnet: smsc95xx: Fix deadlock on runtime resume"
295219ab7d62 io_uring: fix issue with io_write() not always undoing sb_start_write()
f8aafb25ec38 riscv: traps: add missing prototype
c2b7bae7c900 xen/privcmd: fix error exit of privcmd_ioctl_dm_op()
0351fdbd8cb4 smb3: missing inode locks in punch hole
3640cdccbe75 nouveau: explicitly wait on the fence in nouveau_bo_move_m2mf
b490dfcbb921 ACPI: processor: Remove freq Qos request for all CPUs
f1aedd2ffead Revert "memcg: cleanup racy sum avoidance code"
ebd6f886aa24 fbdev: fbcon: Properly revert changes when vc_resize() failed
8195e065abf3 s390: fix double free of GS and RI CBs on fork() failure
16a12ee619e3 bootmem: remove the vmemmap pages from kmemleak in put_page_bootmem
9227599cd987 s390/mm: do not trigger write fault when vma does not allow VM_WRITE
ddcb0696136b mm/damon/dbgfs: avoid duplicate context directory creation
95587037ea58 asm-generic: sections: refactor memory_intersects
f96b9f7c1676 writeback: avoid use-after-free after removing device
0455bef69028 loop: Check for overflow while configuring loop
500195a109bc x86/nospec: Unwreck the RSB stuffing
75fa6c733b85 x86/bugs: Add "unknown" reporting for MMIO Stale Data
a7484eb9f3e0 x86/unwind/orc: Unwind ftrace trampolines with correct ORC entry
1cdfef6cd296 perf/x86/lbr: Enable the branch type for the Arch LBR by default
5f52402c7701 btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()
793505888d60 btrfs: check if root is readonly while setting security xattr
2aa1a1cff81d btrfs: add info when mount fails due to stale replace target
17343a515fa5 btrfs: replace: drop assert for suspended replace
34cab3bba8ca btrfs: fix silent failure when deleting root reference
50396e19d9d8 net: stmmac: work around sporadic tx issue on link-up
48f4d54ccc4d ionic: VF initial random MAC address if no assigned mac
bcbf1d959933 ionic: fix up issues with handling EAGAIN on FW cmds
9a41433cc73b ionic: clear broken state on generation change
8d2761dbfcb9 ionic: widen queue_lock use around lif init and deinit
2bc769b8edb1 rxrpc: Fix locking in rxrpc's sendmsg
0c3fd13b9c6d i40e: Fix incorrect address type for IPv6 flow rules
bda3e3892434 ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounter
cb9eaedd9fc0 net: Fix a data-race around sysctl_somaxconn.
b340f83dafba net: Fix data-races around sysctl_devconf_inherit_init_net.
181bae6dff66 net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.
ed14f10e13f6 net: Fix a data-race around netdev_budget_usecs.
70564ad8d190 net: Fix data-races around sysctl_max_skb_frags.
289f2f582667 mptcp: stop relying on tcp_tx_skb_cache
a07f3af6393a tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers
2baeaef4dd73 net: Fix a data-race around netdev_budget.
8e9e124aeb9c net: Fix a data-race around sysctl_net_busy_read.
4e12829fd3b9 net: Fix a data-race around sysctl_net_busy_poll.
f6b5be42ce4b net: Fix a data-race around sysctl_tstamp_allow_data.
d39a02760bf2 net: Fix data-races around sysctl_optmem_max.
0db9ce822f13 ratelimit: Fix data-races in ___ratelimit().
cd755a7e4062 net: Fix data-races around netdev_tstamp_prequeue.
4d2c808d0983 net: Fix data-races around netdev_max_backlog.
572d4cdf907f net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
33372f2b6c6d net: Fix data-races around sysctl_[rw]mem_(max|default).
8fbdec08dbf7 netfilter: flowtable: fix stuck flows on cleanup due to pending work
eb6645a0f2ca netfilter: flowtable: add function to invoke garbage collection immediately
51f192ae71c3 netfilter: nf_tables: disallow binding to already bound chain
7196f4577f1c netfilter: nf_tables: disallow jump to implicit chain from set element
4097749aec54 netfilter: nf_tables: upfront validation of data via nft_data_init()
cc311eae1f30 netfilter: bitwise: improve error goto labels
9bf98120a943 netfilter: nft_cmp: optimize comparison for 16-bytes
c5ba86cde6bb netfilter: nf_tables: consolidate rule verdict trace call
b6d601211ce4 netfilter: nft_tunnel: restrict it to netdev family
530f4bb9ed58 netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet families
6d7ddee50395 netfilter: nf_tables: do not leave chain stats enabled on error
cafe94e8d685 netfilter: nft_payload: do not truncate csum_offset and csum_type
fbbecf068a3f netfilter: nft_payload: report ERANGE for too long offset and length
fbaeb8046e7d netfilter: nf_tables: make table handle allocation per-netns friendly
9f4b32890768 netfilter: nf_tables: disallow updates of implicit chain
acca44ec232a bnxt_en: fix NQ resource accounting during vf creation on 57500 chips
1b2c5428f773 netfilter: ebtables: reject blobs that don't provide all entry points
7a5d10afeb1b net: ipvtap - add __init/__exit annotations to module init/exit funcs
fec37fe2f278 bonding: 802.3ad: fix no transmission of LACPDUs
aa108c97acf1 net: moxa: get rid of asymmetry in DMA mapping/unmapping
c9dabd1f0410 net: phy: Don't WARN for PHY_READY state in mdio_bus_phy_resume()
c4b38473b18e net: ipa: don't assume SMEM is page-aligned
f7de12f247bb net/mlx5e: Fix wrong tc flag used when set hw-tc-offload off
3f8608199640 net/mlx5e: Fix wrong application of the LRO state
e161c24a92ef net/mlx5: Avoid false positive lockdep warning by adding lock_class_key
0782959b92eb net/mlx5e: Properly disable vlan strip on non-UL reps
fe76b3e67466 ice: xsk: prohibit usage of non-balanced queue id
141b795ee39e ice: xsk: Force rings to be sized to power of 2
9c34c33893db nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeout
2e8b65fda933 r8152: fix the RX FIFO settings when suspending
59cfae681ffb r8152: fix the units of some registers for RTL8156A
9cf85759e104 rose: check NULL rose_loopback_neigh->loopback
e1ae035a5663 ntfs: fix acl handling
d28f319043f0 mm/smaps: don't access young/dirty bit if pte unpresent
28dccc4eaf98 SUNRPC: RPC level errors should set task->tk_rpc_status
5626f9535611 NFSv4.2 fix problems with __nfs42_ssc_open
519543a64650 NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open()
84dc68c6140c Revert "net: macsec: update SCI upon MAC address change."
c3f4f07a9eb1 net: use eth_hw_addr_set() instead of ether_addr_copy()
770afc6e262b fs: require CAP_SYS_ADMIN in target namespace for idmapped mounts
96f2758a6d02 xfrm: policy: fix metadata dst->dev xmit null pointer dereference
103bd319c0fc af_key: Do not call xfrm_probe_algs in parallel
4edd868acd23 xfrm: clone missing x->lastused in xfrm_do_migrate
26ad2398fe49 xfrm: fix refcount leak in __xfrm_policy_check()
044f8ff30e62 riscv: lib: uaccess: fix CSR_STATUS SR_SUM bit
093cb743dcad riscv: lib: uaccess: fold fixups into body
9de35edff035 btrfs: remove unnecessary parameter delalloc_start for writepage_delalloc()
da7ad2ec580b btrfs: pass the dentry to btrfs_log_new_name() instead of the inode
90b9e4892704 btrfs: put initial index value of a directory in a constant
4438d54ce7a8 scsi: qla2xxx: edif: Fix dropped IKE message
bcfe37c78854 scsi: qla2xxx: Fix response queue handler reading stale packets
799e39edb0a8 drivers/base: fix userspace break from using bin_attributes for cpumap and cpulist
75260fa268e1 Input: i8042 - add additional TUXEDO devices to i8042 quirk tables
d6351dfe846c Input: i8042 - add TUXEDO devices to i8042 quirk tables
e7d46453410d Input: i8042 - merge quirk tables
0b0ee46bf65e Input: i8042 - move __initconst to fix code styling warning
057238cdce45 btrfs: convert count_max_extents() to use fs_info->max_extent_size
1aa262c1d056 btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
f675e3ae67e4 btrfs: zoned: revive max_zone_append_bytes
1815305d8199 block: add bdev_max_segments() helper
dd2ee2fd1fcb block: add a bdev_max_zone_append_sectors helper
a50d9fde4616 x86/entry: Move CLD to the start of the idtentry macro
108fb7e99bbf kernel/sys_ni: add compat entry for fadvise64_64
7c83923031cd parisc: Fix exception handler for fldw and fstw instructions
6efe7754e05d parisc: Make CONFIG_64BIT available for ARCH=parisc64 only
f49fd5fe2399 cgroup: Fix race condition at rebind_subsystems()
5c192867ae57 audit: fix potential double free on error path from fsnotify_add_inode_mark
edd6e98a752c eth: sun: cassini: remove dead code
b51ca7326d16 wifi: rtlwifi: remove always-true condition pointed out by GCC 12
addc9003c2e8 Linux 5.15.63
b92be74cb2da xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*
1350a4cdfbe6 xfs: revert "xfs: actually bump warning counts when we send warnings"
12689d950d75 xfs: fix soft lockup via spinning in filestream ag selection loop
bbc256bf904d xfs: fix overfilling of reserve pool
90f414686bc4 xfs: always succeed at setting the reserve pool size
07e17dcd03e0 xfs: remove infinite loop when reserving free block pool
130b5965da3a xfs: reserve quota for target dir expansion when renaming files
5e7f687ca727 xfs: reserve quota for dir expansion when linking/unlinking files
139e6fc6e7a7 xfs: flush inodegc workqueue tasks before cancel
d66d392c72a6 scsi: ufs: ufs-mediatek: Fix build error and type mismatch
1a9f5411837a can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with netdev_warn_once()
e7403632c015 MIPS: tlbex: Explicitly compare _PAGE_NO_EXEC against 0
e740e787f066 video: fbdev: i740fb: Check the argument of i740_calc_vclk()
0bdec5eed69c venus: pm_helpers: Fix warning in OPP during probe
e3c9e9452a8e powerpc/64: Init jump labels before parse_early_param()
ecdba236bc35 smb3: check xattr value length earlier
3c201130cc81 f2fs: fix to do sanity check on segment type in build_sit_entries()
5a01e45b925a f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()
3895d353f45a ALSA: control: Use deferred fasync helper
409e6a799283 ALSA: timer: Use deferred fasync helper
60110fd26623 ALSA: core: Add async signal helpers
a5ec4cd45b52 powerpc/ioda/iommu/debugfs: Generate unique debugfs entries
8641e0bbb5ef ovl: warn if trusted xattr creation fails
0480540da5a2 powerpc/32: Don't always pass -mcpu=powerpc to the compiler
3d5d2dc1dc08 powerpc/32: Set an IBAT covering up to _einittext during init
6568e52b281c watchdog: export lockup_detector_reconfigure
c5a8d0512018 RISC-V: Add fast call path of crash_kexec()
64f94e6e1fab riscv: mmap with PROT_WRITE but no PROT_READ is invalid
e751030eb844 riscv: dts: canaan: Add k210 topology information
23069475daeb riscv: dts: sifive: Add fu740 topology information
21d784398a04 ASoC: rsnd: care default case on rsnd_ssiu_busif_err_irq_ctrl()
9774b96bce7d modules: Ensure natural alignment for .altinstructions and __bug_table sections
2097c7835162 iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bit
7822d994eb95 mips: cavium-octeon: Fix missing of_node_put() in octeon2_usb_clocks_start
c983edb06239 vfio: Clear the caps->buf to NULL after free
a1d8021d2130 KVM: PPC: Book3S HV: Fix "rm_exit" entry in debugfs timings
17c32546166d tty: serial: Fix refcount leak bug in ucc_uart.c
ce0432aa8944 lib/list_debug.c: Detect uninitialized lists
72b850a2a996 ext4: avoid resizing to a partial cluster size
0e734f91cb1c ext4: avoid remove directory when directory is corrupted
d9b94c3ace54 drivers:md:fix a potential use-after-free bug
a600ed25e3d9 nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardown
e59ef9b07130 md: Notify sysfs sync_completed in md_reap_sync_thread()
2dc9615abfbc phy: samsung: phy-exynos-pcie: sanitize init/power_on callbacks
405ea6d70684 openrisc: io: Define iounmap argument as volatile
d1fc64bf4526 dmaengine: sprd: Cleanup in .remove() after pm_runtime_get_sync() failed
d0e2b8e36911 selftests/kprobe: Do not test for GRP/ without event failures
3645ed60ac07 csky/kprobe: reclaim insn_slot on kprobe unregistration
fda4bff43bcd RDMA/rxe: Limit the number of calls to each tasklet
54aa6c49361b dmaengine: dw-axi-dmac: ignore interrupt if no descriptor
af76e6fdcf92 dmaengine: dw-axi-dmac: do not print NULL LLI during error
e799817b67b3 um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setups
405f655ee7f6 PCI/ACPI: Guard ARM64-specific mcfg_quirks
addff638c417 cxl: Fix a memory leak in an error handling path
5e24cd70355e pinctrl: intel: Check against matching data instead of ACPI companion
67b5870a35bb mmc: tmio: avoid glitches when resetting
0f5916516d86 habanalabs/gaudi: mask constant value before cast
b09e5ab18c9f habanalabs/gaudi: fix shift out of bounds
1693fe9ba2ef coresight: etm4x: avoid build failure with unrolled loops
94aadba8d000 gadgetfs: ep_io - wait until IRQ finishes
9c8e2e607270 scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE
b92506dc51f8 scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input
0af01d2c5edd clk: qcom: clk-alpha-pll: fix clk_trion_pll_configure description
25041029389b zram: do not lookup algorithm in backends table
50de5045815e uacce: Handle parent device removal or parent driver module rmmod
17d58499dc9c clk: qcom: ipq8074: dont disable gcc_sleep_clk_src
348274a6bb7f vboxguest: Do not use devm for irq
b9c31d4ae9be usb: dwc2: gadget: remove D+ pull-up while no vbus with usb-role-switch
fbdbd61a36d8 usb: renesas: Fix refcount leak bug
0fc62bbc9531 usb: host: ohci-ppc-of: Fix refcount leak bug
4d6bab8d366a scsi: ufs: ufs-mediatek: Fix the timing of configuring device regulators
35c3ec7d7a51 clk: ti: Stop using legacy clkctrl names for omap4 and 5
00c274bc5bfa drm/meson: Fix overflow implicit truncation warnings
b01d6bfdf2e4 irqchip/tegra: Fix overflow implicit truncation warnings
49968090f921 PCI: aardvark: Fix reporting Slot capabilities on emulated bridge
fb76cdd21662 usb: gadget: uvc: call uvc uvcg_warn on completed status instead of uvcg_info
de6aa7abfebf usb: gadget: uvc: calculate the number of request depending on framesize
8e142744f0e9 usb: cdns3: fix random warning message when driver load
c3c1dbad3a2d usb: cdns3 fix use-after-free at workaround 2
08c0a77b2aec platform/chrome: cros_ec_proto: don't show MKBP version if unsupported
da56759a4a35 PCI: Add ACS quirk for Broadcom BCM5750x NICs
6fc955b58acf HID: multitouch: new device class fix Lenovo X12 trackpad sticky
57b5be2bd1e0 KVM: arm64: Reject 32bit user PSTATE on asymmetric systems
cb332a666e3f KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systems
c682fb70a7df net: qrtr: start MHI channel after endpoit creation
98e28de472ef drm/sun4i: dsi: Prevent underflow when computing packet sizes
fe71d84c1a6c drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors()
6ee1310f4d14 ASoC: SOF: Intel: hda: Fix potential buffer overflow by snprintf()
3142b5f09e55 ASoC: SOF: Intel: hda: Define rom_status_reg in sof_intel_dsp_desc
88db4a22d954 drm/imx/dcss: get rid of HPD warning message
1c7e569c0ece tracing/eprobes: Fix reading of string fields
830426469f77 gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a file
a2cafe242874 kbuild: fix the modules order between drivers and libs
8ee44abe4cae igb: Add lock to avoid data race
471295311960 stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_remove()
334554aab154 fec: Fix timer capture timing in `fec_ptp_enable_pps()`
c56e1fcb3091 i40e: Fix to stop tx_timeout recovery if GLOBR fails
bd1fd0a02e9a regulator: pca9450: Remove restrictions for regulator-name
09e512a659e4 i2c: imx: Make sure to unregister adapter on remove()
b4ac11967e8c ice: Ignore EEXIST when setting promisc mode
e84c6321f357 net: dsa: sja1105: fix buffer overflow in sja1105_setup_devlink_regions()
caa80c1f8316 net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support it
b0672895d8be net: genl: fix error path memory leak in policy dumping
232fab59a65a net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet counters
29c5956061c9 net: dsa: microchip: ksz9477: fix fdb_dump last invalid entry
ffb155944333 net: fix potential refcount leak in ndisc_router_discovery()
c7118a579106 net: moxa: pass pdev instead of ndev to DMA functions
a44a1a14211d mlxsw: spectrum: Clear PTP configuration after unregistering the netdevice
dd236b62d25e net: dsa: mv88e6060: prevent crash on an unused port
c0434f0e0586 net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()
dd32ea395658 spi: meson-spicc: add local pow2 clock ops to preserve rate between messages
1d9e75c3d8cd powerpc/pci: Fix get_phb_number() locking
e58d1a96e93b netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specified
7ac21b920ee6 netfilter: nf_tables: disallow NFT_SET_ELEM_CATCHALL and NFT_SET_ELEM_INTERVAL_END
0df32f45be40 netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flags
46f64e6325ee netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flag
8a6775ede639 netfilter: nf_tables: really skip inactive sets when allocating name
b59bee8b05b0 netfilter: nf_tables: possible module reference underflow in error path
3be4d59808bb netfilter: nf_tables: disallow NFTA_SET_ELEM_KEY_END with NFT_SET_ELEM_INTERVAL_END flag
81dcb3b80475 fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()
8a38a73cb406 netfilter: nf_tables: use READ_ONCE and WRITE_ONCE for shared generation id access
cacdddfefe8d ASoC: codec: tlv320aic32x4: fix mono playback via I2S
18b5a57e7d96 ASoC: tas2770: Fix handling of mute/unmute
8eab21065492 ASoC: tas2770: Drop conflicting set_bias_level power setting
0a63bc250cc1 ASoC: tas2770: Allow mono streams
480bf1e299a4 ASoC: tas2770: Set correct FSYNC polarity
b318b9dd2ac6 ASoC: SOF: debug: Fix potential buffer overflow by snprintf()
743dc4377bba iavf: Fix reset error handling
dab6b551f5ba iavf: Fix adminq error handling
8af269e5bdf4 nios2: add force_successful_syscall_return()
c9f78def8856 nios2: restarts apply only to the first sigframe we build...
3bee7b77d917 nios2: fix syscall restart checks
f794d1fe6e52 nios2: traced syscall does need to check the syscall number
80cae5d810d2 nios2: don't leave NULLs in sys_call_table[]
35d5fd70e8c8 nios2: page fault et.al. are *not* restartable syscalls...
c293e8abc09e fs/ntfs3: Fix missing i_op in ntfs_read_mft
efdcf4df7a36 fs/ntfs3: Do not change mode if ntfs_set_ea failed
78e4aebc35b3 fs/ntfs3: Fix double free on remount
8feb84857915 fs/ntfs3: Don't clear upper bits accidentally in log_replay()
8e8e1a84dac7 fs/ntfs3: Fix NULL deref in ntfs_update_mftmirr
ecda80a345ca fs/ntfs3: Fix using uninitialized value n when calling indx_read
69979b5e308f dpaa2-eth: trace the allocated address instead of page struct
f39b424b4301 perf tests: Fix Track with sched_switch test for hybrid case
5958ef867b9d perf parse-events: Fix segfault when event parser gets an error
e8ab87549bbe perf probe: Fix an error handling path in 'parse_perf_probe_command()'
51471b697303 geneve: fix TOS inheriting for ipv4
a5d7ce086fe9 atm: idt77252: fix use-after-free bugs caused by tst_timer
75b810104e40 xen/xenbus: fix return type in xenbus_file_read()
d98b50d5b72d nfp: ethtool: fix the display error of `ethtool -m DEVNAME`
5c21186c5f3a NTB: ntb_tool: uninitialized heap data in tool_fn_write()
cffd1cefcdd7 tools build: Switch to new openssl API for test-libcrypto
86ff5446b4da kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
f546faa216d0 ceph: don't leak snap_rwsem in handle_cap_grant
3e7ee4dd1ea4 tools/vm/slabinfo: use alphabetic order when two values are equal
d27e1834dee2 ceph: use correct index when encoding client supported features
e49c17867c61 spi: dt-bindings: zynqmp-qspi: add missing 'required'
b847ea541b1f spi: dt-bindings: cadence: add missing 'required'
506fc3cab986 dt-bindings: clock: qcom,gcc-msm8996: add more GCC clock sources
4e96aa5b46d4 dt-bindings: arm: qcom: fix MSM8994 boards compatibles
5aa6548c0803 dt-bindings: arm: qcom: fix MSM8916 MTP compatibles
e7a0e9ee5b12 dt-bindings: arm: qcom: fix Longcheer L8150 compatibles
3632c642cacc dt-bindings: gpio: zynq: Add missing compatible strings
52d8f48f85f7 vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()
e4c0428f8a6f vsock: Fix memory leak in vsock_connect()
38b2ab9adf50 plip: avoid rcu debug splat
133a08a3093b ipv6: do not use RT_TOS for IPv6 flowlabel
5c9e5c44f89d mlx5: do not use RT_TOS for IPv6 flowlabel
02b2b7372727 geneve: do not use RT_TOS for IPv6 flowlabel
f150c1f84775 ACPI: property: Return type of acpi_add_nondev_subnodes() should be bool
06337b9c255d octeontx2-af: Fix key checking for source mac
dc5be2d4f928 octeontx2-af: Fix mcam entry resource leak
f9a36fa5367e octeontx2-af: suppress external profile loading warning
e0fe6aa19a80 octeontx2-af: Apply tx nibble fixup always
17c3ea739979 octeontx2-pf: Fix NIX_AF_TL3_TL2X_LINKX_CFG register configuration
0a02159ae636 Input: exc3000 - fix return value check of wait_for_completion_timeout
a4a945641aca pinctrl: qcom: sm8250: Fix PDC map
fed2247253dc pinctrl: sunxi: Add I/O bias setting for H6 R-PIO
be82dc052155 pinctrl: amd: Don't save/restore interrupt status and wake status bits
c1c7a7c950e6 pinctrl: qcom: msm8916: Allow CAMSS GP clocks to be muxed
9272265f2f76 pinctrl: nomadik: Fix refcount leak in nmk_pinctrl_dt_subnode_to_map
79eb8e9e38f3 dt-bindings: arm: qcom: fix Alcatel OneTouch Idol 3 compatibles
8b7bf35d301d selftests: forwarding: Fix failing tests with old libnet
c506c9a97120 net: bgmac: Fix a BUG triggered by wrong bytes_compl
eb2d9dc79f5f net: bcmgenet: Indicate MAC is in charge of PHY PM
47ac7b2f6a1f net: phy: Warn about incorrect mdio_bus_phy_resume() state
c4d09fd1e18b devlink: Fix use-after-free after a failed reload
d3723eab1119 virtio_net: fix memory leak inside XPD_TX with mergeable
9721e238c24c SUNRPC: Reinitialise the backchannel request buffers before reuse
d3c262f584df SUNRPC: Fix xdr_encode_bool()
63e921d4edb3 sunrpc: fix expiry of auth creds
3f16630fa23b m68k: coldfire/device.c: protect FLEXCAN blocks
422a02a77159 net: atlantic: fix aq_vec index out of range error
98dc8fb08299 can: j1939: j1939_session_destroy(): fix memory leak of skbs
890aba507802 can: mcp251x: Fix race condition on receive interrupt
6648647599e0 bpf: Check the validity of max_rdwr_access for sock local storage map iterator
03ca12e583f1 bpf: Acquire map uref in .init_seq_private for sock{map,hash} iterator
e51b568ea2c8 bpf: Acquire map uref in .init_seq_private for sock local storage map iterator
2f56304a0cf9 bpf: Acquire map uref in .init_seq_private for hash map iterator
370805f0e72b bpf: Acquire map uref in .init_seq_private for array map iterator
18a994e0661c bpf: Don't reinit map value in prealloc_lru_pop
41fd6cc88aaf BPF: Fix potential bad pointer dereference in bpf_sys_bpf()
a4cf3dadd1fa NFSv4/pnfs: Fix a use-after-free bug in open
1e9fd95c27d8 NFSv4.1: RECLAIM_COMPLETE must handle EACCES
281c6a47416b NFSv4: Fix races in the legacy idmapper upcall
b32780cda567 NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctly
0696115a3230 NFSv4.1: Don't decrease the value of seq_nr_highest_sent
6aea903916c1 Documentation: ACPI: EINJ: Fix obsolete example
bf7ebebce2c2 apparmor: Fix memleak in aa_simple_write_to_buffer()
64103ea35773 apparmor: fix reference count leak in aa_pivotroot()
c62f2f56e086 apparmor: fix overlapping attachment computation
e89b95f91e63 apparmor: fix setting unconfined mode on a loaded profile
3104c8a0dc5f apparmor: fix aa_label_asxprint return check
a683a0d87a22 apparmor: Fix failed mount permission check error message
31b35b689123 apparmor: fix absroot causing audited secids to begin with =
017b0ea49262 apparmor: fix quiet_denied for file rules
8bc5ed70ef58 can: ems_usb: fix clang's -Wunaligned-access warning
43ae96645898 dt-bindings: usb: mtk-xhci: Allow wakeup interrupt-names to be optional
2294f43a07ea ALSA: usb-audio: More comprehensive mixer map for ASUS ROG Zenith II
2fb8f62ee335 tracing: Have filter accept "common_cpu" to be consistent
dac2b60345ef tracing/probes: Have kprobes and uprobes use $COMM too
b489aca082a2 tracing/eprobes: Have event probes be consistent with kprobes and uprobes
a11ce7bfbdb7 tracing/eprobes: Do not hardcode $comm as a string
ba53c21ce977 tracing/eprobes: Do not allow eprobes to use $stack, or % for regs
0d7970e8702b tracing/perf: Fix double put of trace event when init fails
14674e47ff49 x86/kprobes: Fix JNG/JNLE emulation
860efae12788 cifs: Fix memory leak on the deferred close
6379a9af7cfc btrfs: fix lost error handling when looking up extended ref on log replay
7ac430e319e9 btrfs: reset RO counter on block group if we fail to relocate
78f8c2370e3d btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()
d8fc9df94b88 mmc: meson-gx: Fix an error handling path in meson_mmc_probe()
6c4541d6b881 mmc: pxamci: Fix an error handling path in pxamci_probe()
8b7ed38c38e1 mmc: pxamci: Fix another error handling path in pxamci_probe()
23179d5b7c39 ata: libata-eh: Add missing command name
82a27c185544 drm/amd/display: Check correct bounds for stream encoder instances for DCN303
76672cd326c1 drm/ttm: Fix dummy res NULL ptr deref bug
016b71479f46 drm/nouveau: recognise GA103
1b7e0482abd0 locking/atomic: Make test_and_*_bit() ordered on failure
852f6a784a4b rds: add missing barrier to release_refill
d26beb910904 x86/mm: Use proper mask when setting PUD mapping
177bf3542009 KVM: Unconditionally get a ref to /dev/kvm module when creating a VM
e9a6a3bd97c7 ALSA: hda/realtek: Add quirk for Clevo NS50PU, NS70PU
5d396df4631a ALSA: info: Fix llseek return value when using callback
a0a7e0b2b8b2 Linux 5.15.62
2a9114b3ec6f btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()
0d9c713cc30f btrfs: only write the sectors in the vertical stripe which has data stripes
3eb602ad6a94 x86/ftrace: Use alternative RET encoding
543138c55518 x86/ibt,ftrace: Make function-graph play nice
f6632763484c Revert "x86/ftrace: Use alternative RET encoding"
cb69d4d6f709 ksmbd: fix heap-based overflow in set_ntacl_dacl()
c76b216753c9 ksmbd: prevent out of bound read for SMB2_WRITE
5430db94434f net_sched: cls_route: disallow handle of 0
c12f0e6126ad tee: add overflow check in register_shm_helper()
3746d62ecf1c io_uring: use original request task for inflight tracking
374bf3fc1f53 Linux 5.15.61
17bf429b913b scsi: lpfc: Resolve some cleanup issues following SLI path refactoring
6e99860de6f4 scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()
9a570069cdbb scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()
f27259515797 drm/bridge: Move devm_drm_of_get_bridge to bridge/panel.c
2711bedab26c Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regression
449928869475 Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"
fa3040688d75 io_uring: mem-account pbuf buckets
50446ac34545 drm/meson: Fix refcount leak in meson_encoder_hdmi_init
a8278cf3f00d drm/msm: Fix dirtyfb refcounting
3cfd07084b7e tracing/perf: Avoid -Warray-bounds warning for __rel_loc macro
1889f4135fb2 drm/vc4: change vc4_dma_range_matches from a global to static
3131a20eee20 net: phy: smsc: Disable Energy Detect Power-Down in interrupt mode
a25f45ff8856 drm/bridge: tc358767: Fix (e)DP bridge endpoint parsing in dedicated function
276e1cac8085 Revert "s390/smp: enforce lowcore protection on CPU restart"
93d28e50cf72 Revert "mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv"
621b596b29e5 crypto: lib/blake2s - reduce stack frame usage in self test
aa480f7d74b9 tcp: fix over estimation in sk_forced_mem_schedule()
4db561ae4a90 mac80211: fix a memory leak where sta_info is not freed
57bbb691a93b net_sched: cls_route: remove from list when handle is 0
f467478d15fa tracing: Use a struct alignof to determine trace event field alignment
5bafa7df79de powerpc: Fix eh field when calling lwarx on PPC32
c98e956ef489 xen-blkfront: Apply 'feature_persistent' parameter when connect
ef26b5d530d4 xen-blkback: Apply 'feature_persistent' parameter when connect
7304be4c985d xen-blkback: fix persistent grants negotiation
9e7dab7edabd tpm: eventlog: Fix section mismatch for DEBUG_SECTION_MISMATCH
84075af9fb4a KEYS: asymmetric: enforce SM2 signature use pkey algo
1be97463696c ext4: fix race when reusing xattr blocks
470f0a5ef519 ext4: unindent codeblock in ext4_xattr_block_set()
51877de35d21 ext4: use kmemdup() to replace kmalloc + memcpy
0b885394fd00 ext4: remove EA inode entry from mbcache on inode eviction
19dac09bd956 ext4: make sure ext4_append() always allocates new block
ef6e69026d88 ext4: check if directory block is within i_size
30dfb75e1f86 ext4: fix warning in ext4_iomap_begin as race between bmap and write
9a080f8b085a ext4: correct the misjudgment in ext4_iget_extra_inode
7dbba7916920 ext4: correct max_inline_xattr_value_size computing
21f6bd5cbdab ext4: fix use-after-free in ext4_xattr_set_entry
e6321fda51e5 ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h
133b80d5582e ext4: fix extent status tree race in writeback error recovery path
88bcc518e4ad ext4: update s_overhead_clusters in the superblock during an on-line resize
3c0a5a0e1c66 tracing: Avoid -Warray-bounds warning for __rel_loc macro
994dea8549f2 tracing: Add '__rel_loc' using trace event macros
50235d9a1f1f dm raid: fix address sanitizer warning in raid_resume
4c233811a495 dm raid: fix address sanitizer warning in raid_status
34bef00a325a KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it exists
e365c817beef KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRL
1eedac05b2f3 KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesn't support global_ctrl
9f1a17222a8b KVM: VMX: Mark all PERF_GLOBAL_(OVF)_CTRL bits reserved if there's no vPMU
81f723a006e7 KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
0ceef1c56875 powerpc/powernv/kvm: Use darn for H_RANDOM on Power9
0eeb7037a479 ACPI: CPPC: Do not prevent CPPC from working in the future
2cc23122653f btrfs: properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATA
b5c541758650 btrfs: reset block group chunk force if we have to wait
b367f125c80f btrfs: ensure pages are unlocked on cow_file_range() failure
0b7f5d7a4d2a block: don't allow the same type rq_qos add more than once
b055781dd947 block: remove the struct blk_queue_ctx forward declaration
d2cbdbe22b5f locking/csd_lock: Change csdlock_debug from early_param to __setup
96ba981f09a9 timekeeping: contribute wall clock to rng on time change
6b841a891d28 ARM: remove some dead code
7a7188df3eae net/9p: Initialize the iounit field during fid creation
f83131a3071a dm thin: fix use-after-free crash in dm_sm_register_threshold_callback
779fd8cb621e kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verification
9769bd964d54 dm writecache: set a default MAX_WRITEBACK_JOBS
10bc71642fad tty: 8250: Add support for Brainboxes PX cards.
6f47a7594bcf serial: 8250: Add proper clock handling for OxSemi PCIe devices
96f2c1685b1c serial: 8250: Fold EndRun device support into OxSemi Tornado code
b49c3b3a911d serial: 8250_pci: Replace dev_*() by pci_*() macros
5baacb540c5a serial: 8250_pci: Refactor the loop in pci_ite887x_init()
55e5487ae294 PCI: qcom: Power on PHY before IPQ8074 DBI register accesses
c5d3873d3e1c PCI/AER: Iterate over error counters instead of error strings
0b4c0003aeda iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE)
f2145a1bf7ab KVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL/STATUS)
1f71d1f7f491 KVM: set_msr_mce: Permit guests to ignore single-bit ECC errors
925cc6d6ff8a intel_th: pci: Add Raptor Lake-S CPU support
6d3c02fd9600 intel_th: pci: Add Raptor Lake-S PCH support
df6faa9798eb intel_th: pci: Add Meteor Lake-P support
2b5ef6430c21 scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMID
b4543dbea84c scsi: lpfc: SLI path split: Refactor SCSI paths
c56cc7fefc31 scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4
1c5e670d6a5a scsi: lpfc: SLI path split: Refactor lpfc_iocbq
eb36ec3039ce scsi: lpfc: Fix EEH support for NVMe I/O
0c29e149b6bb firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails
b574d1e3e9a2 usbnet: smsc95xx: Fix deadlock on runtime resume
eaf3a094d892 usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling
09201006dac9 usbnet: smsc95xx: Avoid link settings race on interrupt reception
048872438876 usbnet: smsc95xx: Don't clear read-only PHY interrupt
c232db672713 drm/vc4: drv: Adopt the dma configuration from the HVS or V3D component
4a54c13786c5 drm/dp/mst: Read the extended DPCD capabilities during system resume
3dd33a09f5dc crypto: blake2s - remove shash module
f96a9815b466 drm/mediatek: Keep dsi as LP00 before dcs cmds transfer
8aa68065a877 drm/mediatek: Allow commands to be sent during video mode
1e0ca3d809c3 spmi: trace: fix stack-out-of-bound access in SPMI tracing functions
8cbc36e7e37a __follow_mount_rcu(): verify that mount_lock remains unchanged
60c981f4b787 Input: gscps2 - check return value of ioremap() in gscps2_probe()
9e255ed238fc posix-cpu-timers: Cleanup CPU timers before freeing them during exec
c9c965fa1974 SMB3: fix lease break timeout when multiple deferred close handles for the same file.
c273671ae826 x86/olpc: fix 'logical not is only applied to the left hand side'
1cbf3882cb37 x86/kprobes: Update kcb status flag after singlestepping
7c91c8da431d ftrace/x86: Add back ftrace_expected assignment
0b00cb428f74 x86/bugs: Enable STIBP for IBPB mitigated RETBleed
15f67058a1ee scsi: qla2xxx: Fix losing FCP-2 targets during port perturbation tests
6f1d5e6979c1 scsi: qla2xxx: Fix losing target when it reappears during delete
420e449e21b9 scsi: qla2xxx: Fix losing FCP-2 targets on long port disable with I/Os
3f1102898b7b scsi: qla2xxx: Wind down adapter after PCIe error
3b38c7f0c6ac scsi: qla2xxx: Fix erroneous mailbox timeout after PCI error injection
1209da5278eb scsi: qla2xxx: Fix excessive I/O error messages by default
b7bae3886a30 scsi: qla2xxx: Fix crash due to stale SRB access around I/O timeouts
a76a155851fc scsi: qla2xxx: Turn off multi-queue for 8G adapters
505fb1cc4328 scsi: qla2xxx: Fix discovery issues in FC-AL topology
27a7805a19a7 scsi: qla2xxx: Fix imbalance vha->vref_count
781a7dabeac2 scsi: zfcp: Fix missing auto port scan and thus missing target ports
f5183d66c4f4 scsi: ufs: core: Correct ufshcd_shutdown() flow
ce50d94afcb8 video: fbdev: s3fb: Check the size of screen before memset_io()
0701df594bc1 video: fbdev: arkfb: Check the size of screen before memset_io()
4a3cef1eaced video: fbdev: vt8623fb: Check the size of screen before memset_io()
fff6bb19d56c f2fs: do not allow to decompress files have FI_COMPRESS_RELEASED
05244b62ae94 f2fs: allow compression for mmap files in compress_mode=user
608d4c5f9f4d x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=y
748d2e9585ae sched/core: Do not requeue task on CPU excluded from cpus_mask
dd960a0ddd43 sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idle
f9ab9bcf53b6 sched: Fix the check of nr_running at queue wakelist
1584dc3da7b4 tools/thermal: Fix possible path truncations
236c1502520b video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock()
3bb94ff1e794 x86/numa: Use cpumask_available instead of hardcoded NULL check
147f66d22f58 sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed
e51b98166334 sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()
8fb62a576178 scripts/faddr2line: Fix vmlinux detection on arm64
7f060ad6cb86 genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTO
e1c355ec7df1 powerpc/pci: Fix PHB numbering when using opal-phbid
31dad89b16ed x86/bus_lock: Don't assume the init value of DEBUGCTLMSR.BUS_LOCK_DETECT to be zero
a1edb85e60fd kprobes: Forbid probing on trampoline and BPF code areas
533a06858b01 perf symbol: Fail to read phdr workaround
5eaa93caa63a powerpc/cell/axon_msi: Fix refcount leak in setup_msi_msg_address
ea494e8a9852 powerpc/xive: Fix refcount leak in xive_get_max_prio
69e9fa07b229 powerpc/spufs: Fix refcount leak in spufs_init_isolated_loader
74715fe0726c f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same time
9536d5451cf4 s390/smp: enforce lowcore protection on CPU restart
70caac180f14 s390/maccess: rework absolute lowcore accessors
ac0a3e2131bd s390/smp: cleanup control register update routines
a002b8641254 s390/smp: cleanup target CPU callback starting
9287df436294 s390/dump: fix os_info virtual vs physical address confusion
cf0e42eb04c7 tty: serial: fsl_lpuart: correct the count of break characters
ef0f4eeaba24 powerpc/pci: Prefer PCI domain assignment via DT 'linux,pci-domain' and alias
df466a61f699 powerpc/iommu: Fix iommu_table_in_use for a small default DMA window case
5414409ada0c powerpc/32: Do not allow selection of e5500 or e6500 CPUs on PPC32
14965b8e2952 powerpc/32: Call mmu_mark_initmem_nx() regardless of data block mapping.
96ead6679803 ASoC: mchp-spdifrx: disable end of block interrupt on failures
8301c204db28 video: fbdev: sis: fix typos in SiS_GetModeID()
29f06f1905c3 video: fbdev: amba-clcd: Fix refcount leak bugs
f28764d10e9f watchdog: armada_37xx_wdt: check the return value of devm_ioremap() in armada_37xx_wdt_probe()
84ddf527f907 watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resource
27d0c621225d ASoC: audio-graph-card: Add of_node_put() in fail path
642ebdd9579d fuse: Remove the control interface for virtio-fs
509a5cb39019 ASoC: qcom: q6dsp: Fix an off-by-one in q6adm_alloc_copp()
2e1b17ec0423 ASoC: imx-card: use snd_pcm_format_t type for asrc_format
8ea7f75b87fa ASoC: fsl_easrc: use snd_pcm_format_t type for sample_format
78263868dbe5 ASoC: fsl-asoc-card: force cast the asrc_format type
10961cbaea2a ASoC: fsl_asrc: force cast the asrc_format type
b08c3473ee1e s390/zcore: fix race when reading from hardware system area
f1415771f6a1 s390/crash: fix incorrect number of bytes to copy to user space
2165fd2bae8a s390/maccess: fix semantics of memcpy_real() and its callers
ceea1bc15310 s390/dump: fix old lowcore virtual vs physical address confusion
3ea02fc5d488 perf tools: Fix dso_id inode generation comparison
c7d4e6cdd14f iommu/arm-smmu: qcom_iommu: Add of_node_put() when breaking out of loop
facd31bbc799 mfd: max77620: Fix refcount leak in max77620_initialise_fps
a8aa2a76eec7 mfd: t7l66xb: Drop platform disable callback
0386a985a802 remoteproc: sysmon: Wait for SSCTL service to come up
48042b342eae remoteproc: qcom: pas: Check if coredump is enabled
3336e7c0767f proc: fix a dentry lock race between release_task and lookup
f28e4d214839 lib/smp_processor_id: fix imbalanced instrumentation_end() call
74824db8b2fa kfifo: fix kfifo_to_user() return type
ece6cfe62a10 rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge
f543a9d19c29 MIPS: Fixed __debug_virt_addr_valid()
8324649b0035 net: 9p: fix refcount leak in p9_read_work() error handling
273c16d93f86 9p: Add client parameter to p9_req_put()
3ac76cdab956 9p: Drop kref usage
eb3eed52a77c 9p: fix a bunch of checkpatch warnings
79f1a945bcaf iommu/exynos: Handle failed IOMMU device registration properly
9a06340c9d95 serial: 8250_bcm7271: Save/restore RTS in suspend/resume
3d69d86b3e9d ASoC: mt6359: Fix refcount leak bug
1008e81163e8 swiotlb: fail map correctly with failed io_tlb_default_mem
80f697b57f57 MIPS: vdso: Utilize __pa() for gic_pfn
447e0f4be850 tty: n_gsm: fix missing corner cases in gsmld_poll()
c94ea1a49eb8 tty: n_gsm: fix DM command
fdcd4b065224 tty: n_gsm: fix wrong T1 retry count handling
583cba5004f0 serial: 8250_fsl: Don't report FE, PE and OE twice
79ed8856445b vfio/ccw: Do not change FSM state in subchannel event
2ebb5a55d526 remoteproc: qcom: wcnss: Fix handling of IRQs
fd3adcb84f7f ASoC: imx-card: Fix DSD/PDM mclk frequency
7c69f70dc515 ASoC: qcom: Fix missing of_node_put() in asoc_qcom_lpass_cpu_platform_probe()
e46bc8cacdb6 tty: n_gsm: fix resource allocation order in gsm_activate_mux()
c9754e10f1a5 tty: n_gsm: fix race condition in gsmld_write()
a7fa41552407 tty: n_gsm: fix packet re-transmission without open control channel
ace28afbc63f tty: n_gsm: fix non flow control frames during mux flow off
dd37f6573878 tty: n_gsm: fix missing timer to handle stalled links
1018139cbb48 tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()
dfa9b6d34aac tty: n_gsm: fix tty registration before control channel open
3c8d5fdca881 tty: n_gsm: fix user open not possible at responder until initiator open
794604fbd716 tty: n_gsm: Delete gsmtty open SABM frame when config requester
76385916d093 ASoC: samsung: change gpiod_speaker_power and rx1950_audio from global to static variables
87b1a9175f08 powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI check in power_pmu_disable
b01b18cd3d92 ASoC: samsung: h1940_uda1380: include proepr GPIO consumer header
0dc1663e3fc2 remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init
f0c151602f9b profiling: fix shift too large makes kernel panic
49929f3ee8d3 selftests/livepatch: better synchronize test_klp_callbacks_busy
cf112a52d758 remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_init
2a7d605d74a2 rpmsg: mtk_rpmsg: Fix circular locking dependency
f061773b7b55 rpmsg: char: Add mutex protection for rpmsg_eptdev_open()
c81935d0e056 ASoC: codecs: wcd9335: move gains from SX_TLV to S8_TLV
a24bb7fe7bab ASoC: codecs: msm8916-wcd-digital: move gains from SX_TLV to S8_TLV
372b49ba0775 serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()
ad7fd9f652bc serial: 8250: dma: Allow driver operations before starting DMA transfers
f945b12e65c5 serial: 8250: Export ICR access helpers for internal use
994f2edeeb21 ASoC: mediatek: mt8173-rt5650: Fix refcount leak in mt8173_rt5650_dev_probe
542861e5e2fa ASoC: codecs: da7210: add check for i2c_add_driver
7dee72b1bcec ASoC: mt6797-mt6351: Fix refcount leak in mt6797_mt6351_dev_probe
540c7b7385fb ASoC: mediatek: mt8173: Fix refcount leak in mt8173_rt5650_rt5676_dev_probe
349242e6445a ASoC: imx-audmux: Silence a clang warning
d69244d0ff1e ASoC: samsung: Fix error handling in aries_audio_probe
1065c3853258 ASoC: cros_ec_codec: Fix refcount leak in cros_ec_codec_platform_probe
13741bb88a93 opp: Fix error check in dev_pm_opp_attach_genpd()
0edd9f8d13a8 usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable()
e62f79827784 jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted
5f9c70833ba6 ext4: recover csum seed of tmp_inode after migrating to extents
b0e1268a8efd jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()
70f70d54f06b block: ensure iov_iter advances for added pages
a24f05f7ced7 block/bio: remove duplicate append pages code
54e5b14c9b7f nvme: catch -ENODEV from nvme_revalidate_zones again
a3f6aeba670e nvme: don't return an error from nvme_configure_metadata
92a6233585dc nvme: disable namespace access for unsupported metadata
52cd55a4fb2d nvme: define compat_ioctl again to unbreak 32-bit userspace.
34552bf35f91 nvme: use command_id instead of req->tag in trace_nvme_complete_rq()
87e7ba8b0b5b null_blk: fix ida error handling in null_add_dev()
06f39bc5a7e9 block/rnbd-srv: Set keep_id to true after mutex_trylock
2ceeb04252e6 RDMA/rxe: Fix error unwind in rxe_create_qp()
bfb54ad9581d RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srq
66c735c9a747 RDMA/rxe: Add memory barriers to kernel queues
931990c820bb RDMA/mlx5: Add missing check for return value in get namespace flow
0911cadd4f59 of/fdt: declared return type does not match actual return type
128eeac87618 selftests: kvm: set rax before vmcall
9fc8d3bee714 mm/mmap.c: fix missing call to vm_unacct_memory in mmap_region
622ef885a89a android: binder: stop saving a pointer to the VMA
e60d7e2462bf RDMA/srpt: Fix a use-after-free
e7e853cdde17 RDMA/srpt: Introduce a reference count in struct srpt_device
ca120c04bfa8 RDMA/srpt: Duplicate port name members
28621b38ac57 platform/olpc: Fix uninitialized data in debugfs write
e389e927e8f1 KVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating UMIP
ee890b463398 mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chip}()
bfa020146858 usb: cdns3: change place of 'priv_ep' assignment in cdns3_gadget_ep_dequeue(), cdns3_gadget_ep_enable()
477c95578c3a USB: serial: fix tty-port initialized comments
2988443802fc HID: amd_sfh: Handle condition of "no sensors"
0d265155501e PCI: tegra194: Fix link up retry sequence
472db7de9ff5 PCI: tegra194: Fix Root Port interrupt handling
e4adb10bc5c6 RDMA/rxe: For invalidate compare according to set keys in mr
3695aa94d789 HID: alps: Declare U1_UNICORN_LEGACY support
71fdd63bfdbc mmc: cavium-thunderx: Add of_node_put() when breaking out of loop
209b5d06e989 mmc: cavium-octeon: Add of_node_put() when breaking out of loop
022c8d3f45fc RDMA/rxe: Fix mw bind to allow any consumer key portion
45382d69074a scripts/gdb: fix 'lx-dmesg' on 32 bits arch
9227a870b8e2 scripts/gdb: lx-dmesg: read records individually
3adcd80b5e10 dmaengine: imx-dma: Cast of_device_get_match_data() with (uintptr_t)
118e05368e27 HID: amd_sfh: Add NULL check for hid device
91443c669d28 HID: mcp2221: prevent a buffer overflow in mcp_smbus_write()
eafb19c8fe04 gpio: gpiolib-of: Fix refcount bugs in of_mm_gpiochip_add_data()
e25b828553ae RDMA/hfi1: fix potential memory leak in setup_base_ctxt()
5870343eabea clk: qcom: gcc-msm8939: Fix weird field spacing in ftbl_gcc_camss_cci_clk
c41664346aa6 iio: cros: Register FIFO callback after sensor is registered
f6e26e1a5f60 RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY event
9fc44cfd1866 RDMA/hns: Fix incorrect clearing of interrupt status register
7e647a8d5fc0 RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr()
f851d8097fd9 RDMA/rtrs-clt: Replace list_next_or_null_rr_rcu with an inline function
527df029be34 RDMA/rtrs-clt: Rename rtrs_clt_sess to rtrs_clt_path
bab17b761c89 RDMA/rtrs-srv: Rename rtrs_srv_sess to rtrs_srv_path
f706fcd56858 RDMA/rtrs: Rename rtrs_sess to rtrs_path
e44928f2db0f RDMA/rtrs: Do not allow sessname to contain special symbols / and .
8b6dba78922d RDMA/rtrs: Introduce destroy_cq helper
001f93b39ef7 RDMA/rtrs: Replace duplicate check with is_pollqueue helper
9c663e73f556 RDMA/rtrs: Fix warning when use poll mode on client side.
08ff62fff0b1 RDMA/rtrs-srv: Fix modinfo output for stringify
b801e80e1162 RDMA/irdma: Fix setting of QP context err_rq_idx_valid field
9f9ef6cb72a3 RDMA/irdma: Fix VLAN connection with wildcard address
92520864ef9f RDMA/irdma: Fix a window for use-after-free
62d610cfc16f um: random: Don't initialise hwrng struct with zero
3bf1085657f8 interconnect: imx: fix max_node_id
52537ea892a5 phy: stm32: fix error return in stm32_usbphyc_phy_init
3f2989ed9570 eeprom: idt_89hpesx: uninitialized data in idt_dbgfs_csr_write()
edd22e6ad249 usb: dwc3: qcom: fix missing optional irq warnings
116540c1052e usb: dwc3: core: Do not perform GCTL_CORE_SOFTRESET during bootup
92728470a952 usb: dwc3: core: Deprecate GCTL.CORESOFTRESET
4070f3c83cd2 usb: aspeed-vhub: Fix refcount leak bug in ast_vhub_init_desc()
120538461985 usb: gadget: udc: amd5536 depends on HAS_DMA
7689427e238d xtensa: iss: fix handling error cases in iss_net_configure()
758145c84fe1 xtensa: iss/network: provide release() callback
c5641494cd7e scsi: smartpqi: Fix DMA direction for RAID requests
80f876b26dab PCI: qcom: Set up rev 2.1.0 PARF_PHY before enabling clocks
c968af565ca6 PCI/portdrv: Don't disable AER reporting in get_port_device_capability()
81ea65c9aefe KVM: s390: pv: leak the topmost page table when destroy fails
d795bbde3ff0 mmc: block: Add single read for 4k sector cards
f8585cad6dea of: device: Fix missing of_node_put() in of_dma_set_restricted_buffer
5325975c19e3 mmc: sdhci-of-at91: fix set_uhs_signaling rewriting of MC1R
961d7d12080f memstick/ms_block: Fix a memory leak
2b12af05848f memstick/ms_block: Fix some incorrect memory allocation
125534d2591f mmc: renesas_sdhi: Get the reset handle early in the probe
268afd446ace mmc: mxcmmc: Silence a clang warning
352377cf7471 mmc: sdhci-of-esdhc: Fix refcount leak in esdhc_signal_voltage_switch
e3a1eaea6631 staging: rtl8192u: Fix sleep in atomic context bug in dm_fsync_timer_callback
2c254fe3c5fc binder: fix redefinition of seq_file attributes
566887bad7ff intel_th: msu: Fix vmalloced buffers
08ec393b1d30 intel_th: msu-sink: Potential dereference of null pointer
9b5469573a27 intel_th: Fix a resource leak in an error handling path
0b154b745d11 scsi: qla2xxx: Check correct variable in qla24xx_async_gffid()
1a8cc2ed9547 PCI: endpoint: Don't stop controller when unbinding endpoint function
5ab2782c944e dmaengine: sf-pdma: Add multithread support for a DMA channel
ebea637e9f4b KVM: arm64: Don't return from void function
250b46505175 soundwire: revisit driver bind/unbind and callbacks
3abe387e759a soundwire: bus_type: fix remove and shutdown support
06a949457a8d PCI: dwc: Always enable CDM check if "snps,enable-cdm-check" exists
b03a8f1264ea PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errors
981f451f3708 PCI: dwc: Set INCREASE_REGION_SIZE flag based on limit address
0f5e892c41b9 PCI: dwc: Disable outbound windows only for controllers using iATU
68c2cda90522 PCI: dwc: Add unroll iATU space support to dw_pcie_disable_atu()
dbbfb410a3dd PCI: dwc: Stop link on host_init errors and de-initialization
44652154484e mm/mempolicy: fix get_nodes out of bound access
0b9f2f2a0488 clk: qcom: clk-rcg2: Make sure to not write d=0 to the NMD register
522e13ebbf48 clk: qcom: clk-rcg2: Fail Duty-Cycle configuration if MND divider is not enabled.
433a22104012 clk: qcom: camcc-sm8250: Fix topology around titan_top power domain
123c76fbc2dd clk: qcom: camcc-sdm845: Fix topology around titan_top power domain
93ff4172b9b2 clk: qcom: ipq8074: set BRANCH_HALT_DELAY flag for UBI clocks
fd60d861624d clk: qcom: ipq8074: fix NSS port frequency tables
7616ebecd358 clk: qcom: ipq8074: SW workaround for UBI32 PLL lock
6f74519efa6a clk: qcom: ipq8074: fix NSS core PLL-s
3b4934a635d9 RDMA/rxe: Fix deadlock in rxe_do_local_ops()
dac3ecbd1ab8 usb: host: xhci: use snprintf() in xhci_decode_trb()
26b305f01d62 clk: qcom: gcc-msm8939: Point MM peripherals to system_mm_noc clock
d605b4125e77 clk: qcom: gcc-msm8939: Add missing system_mm_noc_bfdcd_clk_src
558b097f8cdb clk: qcom: gcc-msm8939: Fix bimc_ddr_clk_src rcgr base address
0c787dfc2238 clk: qcom: gcc-msm8939: Add missing SYSTEM_MM_NOC_BFDCD_CLK_SRC
9ed2640eb883 clk: qcom: clk-krait: unlock spin after mux completion
733ab0c19bf1 driver core: fix potential deadlock in __driver_attach
80169b136c89 misc: rtsx: Fix an error handling path in rtsx_pci_probe()
30f44ddfdb49 clk: qcom: camcc-sm8250: Fix halt on boot by reducing driver's init level
2e79153d2ce9 mtd: dataflash: Add SPI ID table
7837281f83bc dmaengine: dw-edma: Fix eDMA Rd/Wr-channels and DMA-direction semantics
3e541526aab6 scsi: iscsi: Fix session removal on shutdown
ca8936581506 scsi: iscsi: Add helper to remove a session from the kernel
49f7414a1982 scsi: iscsi: Allow iscsi_if_stop_conn() to be called from kernel
a78b882c1a9f mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv
358fbfc1322b mwifiex: Ignore BTCOEX events from the 88W8897 firmware
26cdeedbb616 KVM: Don't set Accessed/Dirty bits for ZERO_PAGE
d56c5eac8476 mm/memremap: fix memunmap_pages() race with get_dev_pagemap()
d18a9085654b memremap: remove support for external pgmap refcounts
d1e0ceeec04a lib/test_hmm: avoid accessing uninitialized pages
81b64a9da38f clk: mediatek: reset: Fix written reset bit offset
31c1072e6b55 iio: accel: bma400: Reordering of header files
363c82a63478 platform/chrome: cros_ec: Always expose last resume result
95faac56051b iio: accel: bma400: Fix the scale min and max macro values
17d7a36dcd46 scsi: qla2xxx: edif: Fix no logout on delete for N2N
3db6a63bae5f scsi: qla2xxx: edif: Fix session thrash
4c35b8eb3dc2 scsi: qla2xxx: edif: Tear down session if keys have been removed
58277fa8333f scsi: qla2xxx: edif: Fix no login after app start
1138e2da4244 scsi: qla2xxx: edif: Reduce disruption due to multiple app start
cc5745f2ee40 scsi: qla2xxx: edif: Send LOGO for unexpected IKE message
154bf040ba53 netfilter: xtables: Bring SPDX identifier back
8cffaf09336b usb: xhci: tegra: Fix error check
4240b6e0f3b3 usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init()
59026d5cc615 usb: ohci-nxp: Fix refcount leak in ohci_hcd_nxp_probe
c0a4b454486b usb: host: Fix refcount leak in ehci_hcd_ppc_of_probe
1e5ec5e90e77 fpga: altera-pr-ip: fix unsigned comparison with less than zero
0675fe20da7f PCI: mediatek-gen3: Fix refcount leak in mtk_pcie_init_irq_domains()
c99dca4ebc78 mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error path
762475464982 mtd: parsers: ofpart: Fix refcount leak in bcm4908_partitions_fw_offset
8ea607579d30 mtd: partitions: Fix refcount leak in parse_redboot_of
1ef96afd4f5a mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_release
8489a20ac481 HID: cp2112: prevent a buffer overflow in cp2112_xfer()
879bcbbec3e0 PCI: tegra194: Fix PM error handling in tegra_pcie_config_ep()
c0ad5c7e68d1 PCI: microchip: Fix refcount leak in mc_pcie_init_irq_domains()
ff1e7aea3ef7 phy: samsung: exynosautov9-ufs: correct TSRV register configurations
7840dce7966a KVM: SVM: Stuff next_rip on emulated INT3 injection if NRIPS is supported
2adc7032ec84 KVM: SVM: Unwind "speculative" RIP advancement if INTn injection "fails"
473ba2ee7641 scsi: qla2xxx: edif: Fix n2n login retry for secure device
fd2c194089eb scsi: qla2xxx: edif: Fix n2n discovery issue with secure target
ba051e1fe739 scsi: qla2xxx: edif: Add retry for ELS passthrough
703e1ccf6ff9 scsi: qla2xxx: edif: Synchronize NPIV deletion with authentication application
d7d254cc1348 scsi: qla2xxx: edif: Fix inconsistent check of db_flags
aa7269ee63ec scsi: qla2xxx: edif: Reduce connection thrash
7b2fbfa4b2cd scsi: qla2xxx: edif: Fix potential stuck session in sa update
bf890f1408b2 scsi: qla2xxx: edif: Reduce Initiator-Initiator thrashing
beb5bba5dd13 of: check previous kernel's ima-kexec-buffer against memory bounds
098b7e83b318 mtd: rawnand: meson: Fix a potential double free issue
d5730780e9ea mtd: maps: Fix refcount leak in ap_flash_init
4d67c8f74d80 mtd: maps: Fix refcount leak in of_flash_probe_versatile
f74bd76a7524 clk: renesas: r9a06g032: Fix UART clkgrp bitsel
36c27d813e75 HID: amd_sfh: Don't show client init failed as error when discovery fails
c36369f7db87 wireguard: allowedips: don't corrupt stack when detecting overflow
73ccc2b153a2 wireguard: ratelimiter: use hrtimer in selftest
1618e0f1ed59 net: usb: make USB_RTL8153_ECM non user configurable
8890bdb93ff5 dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lock
d4249d465da3 net: ionic: fix error check for vlan flags in ionic_set_nic_features()
857f390dfdac net: rose: fix netdev reference changes
bde545304f3d netdevsim: Avoid allocation warnings triggered from user space
c9d901e17142 iavf: Fix 'tc qdisc show' listing too many queues
d70ecd933042 iavf: Fix max_rate limiting
f1974d3042d6 wifi: rtw88: check the return value of alloc_workqueue()
f671cf48f383 netdevsim: fib: Fix reference count leak on route deletion failure
51dd6d3beb7f net: allow unbound socket for packets in VRF when tcp_l3mdev_accept set
8fd69d3df9f4 ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
68bf74ec95c3 inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
c8b1baca99cf crypto: hisilicon/sec - fix auth key size error
996be53de07b crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for of
0d11ab3db14b crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirq
e5697a0a4529 net/mlx5: Adjust log_max_qp to be 18 at most
2d800deb8766 net/mlx5e: Fix the value of MLX5E_MAX_RQ_NUM_MTTS
2109cba576c5 net/mlx5e: Remove WARN_ON when trying to offload an unsupported TLS cipher/version
22ae7f434f1f media: cedrus: hevc: Add check for invalid timestamp
d7365590d15b wifi: libertas: Fix possible refcount leak in if_usb_probe()
4a40af2b0b95 wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue
689e5caf63e9 wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()`
b50f5aa9f527 i2c: mux-gpmux: Add of_node_put() when breaking out of loop
4fc616e25b66 i2c: cadence: Support PEC for SMBus block read
aa6da8c32acb Bluetooth: hci_intel: Add check for platform_driver_register
d1bedcd7947b can: pch_can: pch_can_error(): initialize errc before using it
5793da4db3a9 can: error: specify the values of data[5..7] of CAN error frames
3d70b6605a94 can: usb_8dev: do not report txerr and rxerr during bus-off
bbe42d5dc486 can: kvaser_usb_leaf: do not report txerr and rxerr during bus-off
0b328f9c7912 can: kvaser_usb_hydra: do not report txerr and rxerr during bus-off
4b71a3c2a29c can: sun4i_can: do not report txerr and rxerr during bus-off
dcfcd5fc999b can: hi311x: do not report txerr and rxerr during bus-off
715ced011394 can: sja1000: do not report txerr and rxerr during bus-off
b8c29e29059e can: rcar_can: do not report txerr and rxerr during bus-off
ba0110c2dd03 can: pch_can: do not report txerr and rxerr during bus-off
cbfcc7c4cc61 libbpf: fix an snprintf() overflow check
ad3e3212492c selftests/bpf: fix a test for snprintf() overflow
4388ea680346 wifi: p54: add missing parentheses in p54_flush()
71fc0615c91e wifi: p54: Fix an error handling path in p54spi_probe()
074e865b37da wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi()
05f3b437c962 media: staging: media: hantro: Fix typos
6b593bcc6e6d media: hevc: Embedded indexes in RPS
223b977c1cd4 media: hantro: Simplify postprocessor
9d36596b5f71 media: hantro: postproc: Fix motion vector space size
b1385d437e90 media: cedrus: h265: Fix flag name
f29659bad1d5 fs: check FMODE_LSEEK to control internal pipe splicing
c9a8a448e5e4 bpf: Fix subprog names in stack traces.
8ff5be75ae31 selftests: timers: clocksource-switch: fix passing errors from child
4d3481398287 selftests: timers: valid-adjtimex: build fix for newer toolchains
070527cc3124 libbpf: Fix the name of a reused map
273c11d9a900 tcp: make retransmitted SKB fit into the send window
68f9f522ddf1 drm/exynos/exynos7_drm_decon: free resources when clk_set_parent() failed.
293c53b7dbf9 skmsg: Fix invalid last sg check in sk_msg_recvmsg()
c4ff3cef5d96 mediatek: mt76: eeprom: fix missing of_node_put() in mt76_find_power_limits_node()
f646d94d7aec mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init()
2837f4e90b13 mt76: mt7921: enlarge maximum VHT MPDU length to 11454
6e83b10d8c7a mt76: mt7921: fix aggregation subframes setting to HE max
0fb9387b8584 ieee80211: add EHT 1K aggregation definitions
67cd6261d38a mt76: mt7615: do not update pm stats in case of error
f1609c4f4a21 mt76: mt76x02u: fix possible memory leak in __mt76x02u_mcu_send_msg
1a63d33006dc drm/msm/dpu: Fix for non-visible planes
340bfec294d5 drm/msm: Avoid dirtyfb stalls on video mode displays (v2)
7404d09455a0 media: platform: mtk-mdp: Fix mdp_ipi_comm structure alignment
d6aee36c2f6f crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirq
aa495dfe7122 crypto: hisilicon/sec - don't sleep when in softirq
f4e3a8c7e890 drm/msm/mdp5: Fix global state lock backoff
693f31dc9156 net: hinic: avoid kernel hung in hinic_get_stats64()
e850a4fc89b0 net: hinic: fix bug that ethtool get wrong stats
8757ef67ce6b hinic: Use the bitmap API when applicable
3052197b1175 drm: bridge: sii8620: fix possible off-by-one
371331ede81d drm/mediatek: dpi: Only enable dpi after the bridge is enabled
4f541100fb28 drm/mediatek: dpi: Remove output format of YUV
23b1133bd33b drm/rockchip: Fix an error handling path rockchip_dp_probe()
703d706b23ac drm/rockchip: vop: Don't crash for invalid duplicate_state()
668fd740f8a6 selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0
1fc6ba6d0dae crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CE
8dc3b5d150b2 drm/vc4: hdmi: Correct HDMI timing registers for interlaced modes
bbb4c0deae82 drm/vc4: hdmi: Fix timings for interlaced modes
6ffe6a64ef24 drm/vc4: hdmi: Reset HDMI MISC_CONTROL register
43d393e7cbb9 drm/vc4: hdmi: Avoid full hdmi audio fifo writes
f30480775a6b drm/vc4: hdmi: Fix HPD GPIO detection
07d7d4330403 drm/vc4: dsi: Add correct stop condition to vc4_dsi_encoder_disable iteration
21febebc4fcc drm/vc4: dsi: Fix dsi0 interrupt support
b096779a8276 drm/vc4: dsi: Register dsi0 as the correct vc4 encoder type
fe6ebdb61559 drm/vc4: dsi: Correct pixel order for DSI0
62b6d4308c2c drm/vc4: dsi: Correct DSI divider calculations
80e2db799b38 drm/vc4: dsi: Release workaround buffer and DMA
3d722c01d628 drm/vc4: Use of_device_get_match_data()
c653b2c6a247 drm/vc4: dsi: Switch to devm_drm_of_get_bridge
ed486d15084f drm/bridge: Add a function to abstract away panels
b6fea72ea1aa drm/vc4: plane: Fix margin calculations for the right/bottom edges
645b294e9bf7 drm/vc4: plane: Remove subpixel positioning check
0597bcf77489 media: tw686x: Fix memory leak in tw686x_video_init
ad1a66b40bf8 media: driver/nxp/imx-jpeg: fix a unexpected return value problem
db01d107c21f media: v4l2-mem2mem: prevent pollerr when last_buffer_dequeued is set
7ca91b2d870f media: hdpvr: fix error value returns in hdpvr_read
3123ae6fdd40 drm/mcde: Fix refcount leak in mcde_dsi_bind
375a6fdf7d54 media: imx-jpeg: Disable slot interrupt when frame done
54f1c0606695 drm: bridge: adv7511: Add check for mipi_dsi_driver_register
f831d2882c84 crypto: ccp - During shutdown, check SEV data pointer before using
8f458e34a804 test_bpf: fix incorrect netdev features
621595f771a6 rcutorture: Fix ksoftirqd boosting timing and iteration
489b93ac63d2 rcutorture: Don't cpuhp_remove_state() if cpuhp_setup_state() failed
5a6ff3e32a0c rcutorture: Warn on individual rcu_torture_init() error conditions
e32f8c51a650 drm/radeon: fix incorrrect SPDX-License-Identifiers
88b551561ded wifi: iwlegacy: 4965: fix potential off-by-one overflow in il4965_rs_fill_link_cmd()
03ca957c5f7b ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
ebde990e2436 media: imx-jpeg: Implement drain using v4l2-mem2mem helpers
9ae2d729de63 media: imx-jpeg: Align upwards buffer size
88355f7b682b media: imx-jpeg: Support dynamic resolution change
07888b84f370 media: imx-jpeg: Handle source change in a function
8fcbb2e91e26 media: imx-jpeg: Identify and handle precision correctly
24eef33c384e media: imx-jpeg: Refactor function mxc_jpeg_parse
cab2a15969d0 media: imx-jpeg: Set V4L2_BUF_FLAG_LAST at eos
5709766b078a media: imx-jpeg: use NV12M to represent non contiguous NV12
cbc257317106 media: imx-jpeg: Add pm-runtime support for imx-jpeg
c0d98e53e921 media: imx-jpeg: Leave a blank space before the configuration data
2c784c14938a media: imx-jpeg: Correct some definition according specification
33196a7ac6fa media: tw686x: Register the irq at the end of probe
f61c0d97bdc8 media: atmel: atmel-sama7g5-isc: fix warning in configs without OF
85c317a626b8 crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()
35927d7509ab i2c: Fix a potential use after free
8b4bba610f52 can: netlink: allow configuring of fixed data bit rates without need for do_set_data_bittiming callback
d9bd6a965908 can: netlink: allow configuring of fixed bit rates without need for do_set_bittiming callback
ab5a4e0cbfe3 net: fix sk_wmem_schedule() and sk_rmem_schedule() errors
d806f3ae4b3c crypto: sun8i-ss - fix error codes in allocate_flows()
b3cb6006857c crypto: sun8i-ss - do not allocate memory when handling hash requests
aeecc92f5a68 drm: adv7511: override i2c address of cec before accessing it
72893aadc001 drm/virtio: Fix NULL vs IS_ERR checking in virtio_gpu_object_shmem_init
ff0087df198d drm/shmem-helper: Pass GEM shmem object in public interfaces
4109ff9e7b95 drm/shmem-helper: Export dedicated wrappers for GEM object functions
a3f82087b768 drm/shmem-helper: Unexport drm_gem_shmem_create_with_handle()
39caef09666c virtio-gpu: fix a missing check to avoid NULL dereference
c3a1cfd16445 i2c: mxs: Silence a clang warning
73778e237003 i2c: npcm: Correct slave role behavior
cdd51152a100 i2c: npcm: Remove own slave addresses 2:10
a42f0c4c64fe drm/bridge: lt9611uxc: Cancel only driver's work
275fed7142ff drm/meson: encoder_hdmi: Fix refcount leak in meson_encoder_hdmi_init
e098989a9219 drm/meson: encoder_hdmi: switch to bridge DRM_BRIDGE_ATTACH_NO_CONNECTOR
c901a385b7a1 drm/mediatek: Add pull-down MIPI operation in mtk_dsi_poweroff function
87c251d960dc drm/mediatek: Separate poweron/poweroff from enable/disable and define new funcs
2ec80289a7ff drm/mediatek: Modify dsi funcs to atomic operations
deb603c5928e drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers()
166b0a6171ab ath11k: Fix incorrect debug_mask mappings
2dc78843fe98 drm/mipi-dbi: align max_chunk to 2 in spi_transfer
eaff3946a86f ath11k: fix netdev open race
90b4ec83ef15 wifi: rtlwifi: fix error codes in rtl_debugfs_set_write_h2c()
438ac9f4f7e4 drm/panel: Fix build error when CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20=y && CONFIG_DRM_DISPLAY_HELPER=m
c2af61bd0404 drm/st7735r: Fix module autoloading for Okaya RH128128T
d2d2789fb956 ath10k: do not enforce interrupt trigger type
037844355198 drm/bridge: tc358767: Move (e)DP bridge endpoint parsing into dedicated function
3f4829cd4784 drm/dp: Export symbol / kerneldoc fixes for DP AUX bus
0491709eb3a6 pwm: lpc18xx: Fix period handling
3475e55bc54d pwm: lpc18xx-sct: Simplify driver by not using pwm_[gs]et_chip_data()
d0c79cda85b6 pwm: lpc18xx-sct: Reduce number of devm memory allocations
009b384092ba pwm: sifive: Shut down hardware only after pwmchip_remove() completed
53d784838a38 pwm: sifive: Ensure the clk is enabled exactly once per running PWM
5c86cf45f551 pwm: sifive: Simplify offset calculation for PWMCMP registers
87efb79c5f9e dm: return early from dm_pr_call() if DM device is suspended
f28d733c318e thermal/tools/tmon: Include pthread and time headers in tmon.h
226935eabe33 selftests/seccomp: Fix compile warning when CC=clang
7bc43ab2b90a x86/extable: Fix ex_handler_msr() print condition
b3d3069a6fc8 nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()
4125108ec842 drivers/perf: arm_spe: Fix consistency of SYS_PMSCR_EL1.CX
9d2a0422dedc irqdomain: Report irq number for NOMAP domains
a815cb1088e7 arm64: dts: qcom: qcs404: Fix incorrect USB2 PHYs assignment
7c432710198e soc: qcom: Make QCOM_RPMPD depend on PM
c9df8ff29009 regulator: of: Fix refcount leak bug in of_get_regulation_constraints()
a638fa974512 dm writecache: count number of blocks discarded, not number of discard bios
fc988f1ca265 dm writecache: count number of blocks written, not number of write bios
3a2500b73a17 dm writecache: count number of blocks read, not number of read bios
880c4513eb33 dm writecache: return void from functions
764b8892d7da PM: domains: Ensure genpd_debugfs_dir exists before remove
b4439abfd77e blktrace: Trace remapped requests correctly
c1a21bf5d012 hwmon: (drivetemp) Add module alias
415b4ce61308 spi: tegra20-slink: fix UAF in tegra_slink_remove()
445fb9c19cf4 spi: Fix simplification of devm_spi_register_controller
6d8e185bf9de blk-mq: don't create hctx debugfs dir until q->debugfs_dir is created
1c350a597c2d erofs: avoid consecutive detection for Highmem memory
a34982fd219e arm64: tegra: Fix SDMMC1 CD on P2888
a7f751d4e830 arm64: tegra: Mark BPMP channels as no-memory-wc
778b6531fe24 arm64: tegra: Update Tegra234 BPMP channel addresses
09da10968581 arm64: tegra: Fixup SYSRAM references
40d72c485a85 arm64: dts: mt7622: fix BPI-R64 WPS button
759fa566f433 arm64: dts: qcom: sm8250: add missing PCIe PHY clock-cells
650d2e76a317 arm64: dts: qcom: sm6125: Append -state suffix to pinctrl nodes
7847ebb6fcec arm64: dts: qcom: sm6125: Move sdc2 pinctrl from seine-pdx201 to sm6125
c24bbe45965d ACPI: VIOT: Fix ACS setup
273a7fbb06d6 drivers/iio: Remove all strcpy() uses
335852f7a976 ACPI: APEI: explicit init of HEST and GHES in apci_init()
6dc72d0181b4 arm64: dts: qcom: msm8916: Fix typo in pronto remoteproc node
1c84883e79a3 stack: Declare {randomize_,}kstack_offset to fix Sparse warnings
4a020202c391 bus: hisi_lpc: fix missing platform_device_put() in hisi_lpc_acpi_probe()
a0a9813f1e09 ARM: dts: qcom: pm8841: add required thermal-sensor-cells
053543ac1d09 soc: qcom: aoss: Fix refcount leak in qmp_cooling_devices_register
84a928b44cb3 soc: qcom: ocmem: Fix refcount leak in of_get_ocmem
e89261b18c4e ARM: dts: qcom-msm8974: fix irq type on blsp2_uart1
c1fdcd13a610 ACPI: APEI: Fix _EINJ vs EFI_MEMORY_SP
fc6dbc57f9d1 regulator: qcom_smd: Fix pm8916_pldo range
179034fb108e cpufreq: zynq: Fix refcount leak in zynq_get_revision
78ed18a5aa7f arm64: dts: qcom: sdm636-sony-xperia-ganges-mermaid: correct sdc2 pinconf
0a8d15d85b19 arm64: dts: qcom: sdm630: fix gpu's interconnect path
cd6bd95e9b02 arm64: dts: qcom: sdm630: fix the qusb2phy ref clock
9f3b0a0b87e6 arm64: dts: qcom: sdm630: disable GPU by default
1bf747824a8c ARM: OMAP2+: Fix refcount leak in omap3xxx_prm_late_init
230ad40a59c9 ARM: OMAP2+: Fix refcount leak in omapdss_init_of
ddad68dd9742 ARM: dts: qcom: mdm9615: add missing PMIC GPIO reg
925a0117ac68 block: fix infinite loop for invalid zone append
9abd50506fe4 soc: fsl: guts: machine variable might be unset
4d6f33865e21 arm64: dts: qcom: sc7180: Remove ipa_fw_mem node on trogdor
e0067e6d5475 locking/lockdep: Fix lockdep_init_map_*() confusion
5b418289b060 arm64: cpufeature: Allow different PMU versions in ID_DFR0_EL1
c66b3b49fe03 arm64: select TRACE_IRQFLAGS_NMI_SUPPORT
e94388f78e65 arm64: dts: mt8192: Fix idle-states entry-method
2fe4c39aa379 arm64: dts: mt8192: Fix idle-states nodes naming scheme
e50541493882 ARM: dts: ast2600-evb-a1: fix board compatible
5f73deb9afa6 ARM: dts: ast2600-evb: fix board compatible
6fa1cf1b92f0 ARM: dts: ast2500-evb: fix board compatible
377a4c5cb7ab x86/pmem: Fix platform-device leak in error path
5a73493f0d6a arm64: dts: renesas: Fix thermal-sensors on single-zone sensors
f370fbbd3151 soc: amlogic: Fix refcount leak in meson-secure-pwrc.c
cb119a1dd929 dt-bindings: iio: accel: Add DT binding doc for ADXL355
7bbcbfbc314d scsi: hisi_sas: Use managed PCI functions
c010048e3f71 soc: renesas: r8a779a0-sysc: Fix A2DP1 and A2CV[2357] PDR values
e7e4f1cb915e ARM: dts: imx7d-colibri-emmc: add cpu1 supply
4bd8bc5c77a0 ACPI: processor/idle: Annotate more functions to live in cpuidle section
bc7f487395f2 ARM: bcm: Fix refcount leak in bcm_kona_smc_init
1f4bc0604dff spi: spi-altera-dfl: Fix an error handling path
ebbd1412ce4f arm64: dts: renesas: beacon: Fix regulator node names
e21744c6a0d4 meson-mx-socinfo: Fix refcount leak in meson_mx_socinfo_init
a7c16b8966d4 ARM: findbit: fix overflowing offset
0ff7f81559fa spi: spi-rspi: Fix PIO fallback on RZ platforms
8e3407e0f5e1 powerpc/64s: Disable stack variable initialisation for prom_init
e45491556e2a drm/amdgpu: Remove one duplicated ef removal
abd3622f657e kasan: test: Silence GCC 12 warnings
7363a69d8ca8 selinux: Add boundary check in put_entry()
c877c5217145 selinux: fix memleak in security_read_state_kernel()
2f0e18e0db42 PM: hibernate: defer device probing when resuming from hibernation
d68601914e00 hwmon: (sht15) Fix wrong assumptions in device remove callback
fb98663448cb hwmon: (dell-smm) Add Dell XPS 13 7390 to fan control whitelist
c5a73bd9f11a firmware: tegra: Fix error check return value of debugfs_create_file()
c53d904973cb ARM: shmobile: rcar-gen2: Increase refcount for new reference
ef94e7897744 arm64: dts: allwinner: a64: orangepi-win: Fix LED node name
3a4b3a0ff064 arm64: dts: qcom: ipq8074: fix NAND node name
c0b8dcbaf37f ARM: dts: qcom: sdx55: Fix the IRQ trigger type for UART
01d539d9f538 ACPI: LPSS: Fix missing check in register_device_clock()
30abb8735892 ACPI: PM: save NVS memory for Lenovo G40-45
f450635d781f ACPI: EC: Drop the EC_FLAGS_IGNORE_DSDT_GPE quirk
730b9eb8fb88 ACPI: EC: Remove duplicate ThinkPad X1 Carbon 6th entry from DMI quirks
75f23d72b6e0 ARM: OMAP2+: pdata-quirks: Fix refcount leak bug
a89a865dc9f0 ARM: OMAP2+: display: Fix refcount leak bug
b856645c1849 spi: synquacer: Add missing clk_disable_unprepare()
cbfe9a2303c8 ARM: dts: ux500: Fix Gavini accelerometer mounting matrix
e2d106b28460 ARM: dts: ux500: Fix Codina accelerometer mounting matrix
ceafabd1d4ff ARM: dts: BCM5301X: Add DT for Meraki MR26
0e4c38c795e7 ARM: dts: imx6ul: fix qspi node compatible
95ba9c53999e ARM: dts: imx6ul: fix lcdif node compatible
2db26fa7b9a1 ARM: dts: imx6ul: fix csi node compatible
5357c3b24cfe ARM: dts: imx6ul: fix keypad compatible
135155585647 ARM: dts: imx6ul: change operating-points to uint32-matrix
ca367834a787 ARM: dts: imx6ul: add missing properties for sram
8df06a275338 wait: Fix __wait_event_hrtimeout for RT/DL tasks
f0d66189d161 irqchip/mips-gic: Check the return value of ioremap() in gic_of_init()
f066e015821c sched/core: Always flush pending blk_plug
f116c621dd1e genirq: GENERIC_IRQ_IPI depends on SMP
00ffa95ed649 irqchip/mips-gic: Only register IPI domain when SMP is enabled
f9842ec6839a genirq: Don't return error on missing optional irq_request_resources()
079651c6cfdc sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avg
96b18d3a1be0 ext2: Add more validity checks for inode counts
add4bc9281e8 arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags"
cc69ef95988b arm64: fix oops in concurrently setting insn_emulation sysctls
42eede3ae05b arm64: Do not forget syscall when starting a new thread.
d1e812beae86 arch: make TRACE_IRQFLAGS_NMI_SUPPORT generic
932b5e65245c x86: Handle idle=nomwait cmdline properly for x86_idle
9ccb5d391c51 epoll: autoremove wakers even more aggressively
8a2df34b5bf6 netfilter: nf_tables: fix null deref due to zeroed list head
257b944464be netfilter: nf_tables: do not allow RULE_ID to refer to another chain
915015130169 netfilter: nf_tables: do not allow CHAIN_ID to refer to another table
faafd9286f13 netfilter: nf_tables: do not allow SET_ID to refer to another table
5ea18ddc1703 usb: dwc3: gadget: fix high speed multiplier setting
332a8c027aa3 usb: dwc3: gadget: refactor dwc3_repare_one_trb
f0782cf2dce0 arm64: dts: uniphier: Fix USB interrupts for PXs3 SoC
148a7fe3cdfc ARM: dts: uniphier: Fix USB interrupts for PXs2 SoC
b76ea430e94f USB: HCD: Fix URB giveback issue in tasklet function
269c917837c4 usb: typec: ucsi: Acknowledge the GET_ERROR_STATUS command completion
b49b29ee113a coresight: Clear the connection field properly
e41db8a9ce69 MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
db68d474cf09 powerpc/powernv: Avoid crashing if rng is NULL
552a29e47174 powerpc/ptdump: Fix display of RW pages on FSL_BOOK3E
79da7a5f8f0b powerpc/fsl-pci: Fix Class Code of PCIe Root Port
fdf759059164 PCI: Add defines for normal and subtractive PCI bridges
ae6620a39748 ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()
74d64284538e media: [PATCH] pci: atomisp_cmd: fix three missing checks on list iterator
ddc7fadd0504 mbcache: add functions to delete entry if unused
1250557d3bf3 mbcache: don't reclaim used entries
0f4d18cbea4a md-raid10: fix KASAN warning
c5e4cdd44387 md-raid: destroy the bitmap after destroying the thread
351ec3d68ce0 serial: mvebu-uart: uart2 error bits clearing
ec8e701f9e20 fuse: ioctl: translate ENOSYS
daa9cfb86221 fuse: limit nsec
a54c509c32ad ksmbd: fix use-after-free bug in smb2_tree_disconect
577619605556 ksmbd: prevent out of bound read for SMB2_TREE_CONNNECT
dd4e4c811898 ksmbd: fix memory leak in smb2_handle_negotiate
dead7f484a3b soundwire: qcom: Check device status before reading devid
71bc3b75e941 scsi: qla2xxx: Zero undefined mailbox IN registers
a659c7f8114d scsi: qla2xxx: Fix incorrect display of max frame size
8c004b7dbb34 scsi: sg: Allow waiting for commands to complete on removed device
fac589fb7646 iio: light: isl29028: Fix the warning in isl29028_remove()
a76771da2156 iio: fix iio_format_avail_range() printing for none IIO_VAL_INT
cac7ead0b3ab um: seed rng using host OS rng
5d096e2dc20b um: Remove straying parenthesis
2e88f5003399 mtd: rawnand: arasan: Update NAND bus clock instead of system clock
2ffe64acf7d6 mtd: rawnand: arasan: Fix clock rate in NV-DDR
89f3a8bbb4a7 btrfs: reject log replay if there is unsupported RO compat flag
1f8ca9c40e62 bpf: Fix KASAN use-after-free Read in compute_effective_progs
27f8f5219fe4 drm/amdgpu: fix check in fbdev init
eb3c69c7c777 drm/amdgpu: Check BO's requested pinning domains against its preferred_domains
f792acb67deb drm/nouveau/kms: Fix failure path for creating DP connectors
67cb7be1561a drm/nouveau/acpi: Don't print error when we get -EINPROGRESS from pm_runtime
f522c189e465 drm/nouveau: Don't pm_runtime_put_sync(), only pm_runtime_put_autosuspend()
dcf37f58827e drm/nouveau: fix another off-by-one in nvbios_addr
2806b02bac9c drm/hyperv-drm: Include framebuffer and EDID headers
97049e69f5a8 drm/vc4: hdmi: Disable audio if dmas property is present but empty
8589a83c0ae9 drm/shmem-helper: Add missing vunmap on error
da2a1aa058ac drm/gem: Properly annotate WW context on drm_gem_lock_reservations() error
3ef94852bb33 rtc: rx8025: fix 12/24 hour mode detection on RX-8035
bb3b601f1414 RISC-V: Add modules to virtual kernel memory layout dump
150573c60c02 RISC-V: Fixup schedule out issue in machine_crash_shutdown()
111a049cacc6 RISC-V: Fixup get incorrect user mode PC for kernel mode regs
22ae2fe45516 RISC-V: kexec: Fixup use of smp_processor_id() in preemptible context
63fbab985a16 dt-bindings: riscv: fix SiFive l2-cache's cache-sets
c71e000db853 riscv:uprobe fix SR_SPIE set/clear handling
7df75cbd1bec parisc: io_pgetevents_time64() needs compat syscall in 32-bit compat mode
9b67131162dc parisc: Check the return value of ioremap() in lba_driver_probe()
68949e725c39 parisc: Drop pa_swapper_pg_lock spinlock
422421cbf39a parisc: Fix device names in /proc/iomem
35ef2ee74d95 ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh()
f2a920daa780 crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
4228c037f88e fix short copy handling in copy_mc_pipe_to_iter()
635fd8953e43 usbnet: Fix linkwatch use-after-free on disconnect
d0d6186eae61 fbcon: Fix accelerated fbdev scrolling while logo is still shown
c1e09ee98f3a fbcon: Fix boundary checks for fbcon=vc:n1-n2 parameters
06d6eb948e53 thermal: sysfs: Fix cooling_device_stats_setup() error code path
cd28cf0f69b4 fs: Add missing umask strip in vfs_tmpfile
5efc5b3baf13 vfs: Check the truncate maximum size in inode_newsize_ok()
446f123aa602 tty: vt: initialize unicode screen buffer
6b8d61a9fd96 ALSA: hda/realtek: Add a quirk for HP OMEN 15 (8786) mute LED
7ad08c1e18c7 ALSA: hda/realtek: Add quirk for another Asus K42JZ model
5d5b2d1d3663 ALSA: hda/cirrus - support for iMac 12,1 model
e4b337fb82bf ALSA: hda/conexant: Add quirk for LENOVO 20149 Notebook model
c840d626472e riscv: set default pm_power_off to NULL
abedd69baf6e KVM: x86: revalidate steal time cache if MSR value changes
77e26cdf5ced KVM: x86: do not report preemption if the steal time cache is stale
69704ca43e08 KVM: x86: Tag kvm_mmu_x86_module_init() with __init
439fcac3d0e0 KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
14aebe952f86 KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP
ccbf3f955ccd KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks
2a117667f32f KVM: nVMX: Inject #UD if VMXON is attempted with incompatible CR0/CR4
3868687afae1 KVM: nVMX: Account for KVM reserved CR4 bits in consistency checks
76e6038cfa9b KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value
9953f86a67e5 KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bits
aeb4c3e1c46f KVM: s390: pv: don't present the ecall interrupt twice
6afe88fbb40e KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0
1f27ca6534f3 KVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL for !nested_run_pending case
b69b7c1a0d21 KVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_run_pending case
5138b0f7cb5b HID: wacom: Don't register pad_input for touch switch
c5ec7920b566 HID: wacom: Only report rotation for art pen
109f0544a518 HID: hid-input: add Surface Go battery quirk
e9ba81ee1cbd lockd: detect and reject lock arguments that overflow
b437275e894b add barriers to buffer_uptodate and set_buffer_uptodate
594f1b923813 wifi: mac80211_hwsim: use 32-bit skb cookie
6b6ed18432ea wifi: mac80211_hwsim: add back erroneously removed cast
879f766eaa31 wifi: mac80211_hwsim: fix race condition in pending packet
14acf0290d2d ALSA: hda/realtek: Add quirk for HP Spectre x360 15-eb0xxx
196d8d34de95 ALSA: hda/realtek: Add quirk for Clevo NV45PZ
64ca7f50ad96 ALSA: bcd2000: Fix a UAF bug on the error path of probing
30e8b553e029 ALSA: usb-audio: Add quirk for Behringer UMC202HD
6a463eb6dfcc nfsd: eliminate the NFSD_FILE_BREAK_* flags
8eedc616f327 NFSD: Clean up the show_nf_flags() macro
94d0dd56f817 pNFS/flexfiles: Report RDMA connection errors to the server
661714de2403 scsi: Revert "scsi: qla2xxx: Fix disk failure to rediscover"
3593f251f973 Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING"
b6c05de137c3 x86: link vdso and boot with -z noexecstack --no-warn-rwx-segments
4c7ee827da2c Makefile: link with -z noexecstack --no-warn-rwx-segments
7217df812798 Linux 5.15.60
5c5c77746ce1 x86/speculation: Add LFENCE to RSB fill sequence
7fcd99e889c0 x86/speculation: Add RSB VM Exit protections
c81d1bb58c88 macintosh/adb: fix oob read in do_adb_query() function
d98cf2b40c20 Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586
ee421ad8973b Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587
59689a843bc9 Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558
b653eeaa8cf8 Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675
d4f921efb4bf Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007
04e3388eeb47 Bluetooth: btusb: Add support of IMC Networks PID 0x3568
6a5ec48fb752 dt-bindings: bluetooth: broadcom: Add BCM4349B1 DT binding
88e088e29487 Bluetooth: hci_bcm: Add DT compatible for CYW55572
2aa38f0af306 Bluetooth: hci_bcm: Add BCM4349B1 variant
37b385c78cd5 btrfs: zoned: fix critical section of relocation inode writeback
5e04c8bf42d8 btrfs: zoned: prevent allocation from previous data relocation BG
775871d4be0d arm64: set UXN on swapper page tables
a619a0312099 KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()
e423893fe320 selftests: KVM: Handle compiler optimizations in ucall
bc2cee443c74 tools/kvm_stat: fix display of error when multiple processes are found
9acd899d2feb KVM: selftests: Make hyperv_clock selftest more stable
ad6fd99d5feb KVM: x86: do not set st->preempted when going back to user space
92343314d34e KVM: x86: do not report a vCPU as preempted outside instruction boundaries
3d4c28475ee3 crypto: arm64/poly1305 - fix a read out-of-bound
397c2116cbe2 ACPI: APEI: Better fix to avoid spamming the console with old error logs
e7170bcda613 ACPI: video: Shortening quirk list by identifying Clevo by board_name only
3a5fab5c4505 ACPI: video: Force backlight native for some TongFang devices
9894717519cc tools/vm/slabinfo: Handle files in debugfs
7ad47f414b40 block: fix default IO priority handling again
e889a4c440eb selftests/bpf: Check dst_port only on the client socket
119debdb9f25 selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads
df9692b8a319 x86/speculation: Make all RETbleed mitigations 64-bit only
d676d6149a2f Linux 5.15.59
f0e42e43795d x86/bugs: Do not enable IBPB at firmware entry when IBPB is not available
d10e819d13f7 locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by first waiter
66d31cef4806 docs/kernel-parameters: Update descriptions for "mitigations=" param with retbleed
7bada8b0bdf1 EDAC/ghes: Set the DIMM label unconditionally
30dc2effc74a ARM: 9216/1: Fix MAX_DMA_ADDRESS overflow
86e83233dd01 page_alloc: fix invalid watermark check on a negative value
51a772c34ea4 mm/hmm: fault non-owner device private entries
350fcb5e7bbb ARM: crypto: comment out gcc warning that breaks clang builds
e796e1fe20ec sctp: leave the err path free in sctp_stream_init to sctp_stream_free
f7c2a9c5435a sfc: disable softirqs for ptp TX
fe0e602f0502 perf symbol: Correct address for bss symbols
871168abe6d8 virtio-net: fix the race between refill work and close
91c11008aab0 netfilter: nf_queue: do not allow packet truncation below transport header offset
be5cd347ba22 octeontx2-pf: cn10k: Fix egress ratelimit configuration
3688939cd3e8 sctp: fix sleep in atomic context bug in timer handlers
186fcdb68f42 i40e: Fix interface init with MSI interrupts (no MSI-X)
4685f16b3a5d ipv4: Fix data-races around sysctl_fib_notify_on_flag_change.
eaccca7a0bb8 tcp: Fix data-races around sysctl_tcp_reflect_tos.
4cc070e0ef2d tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.
34c9977b4dca tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.
6842c94de9d5 tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.
618116a273b7 net: Fix data-races around sysctl_[rw]mem(_offset)?.
a610feb170bf tcp: Fix data-races around sk_pacing_rate.
b01b4f5b45ff net: mld: fix reference count leak in mld_{query | report}_work()
5831ccf37a31 net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_txsa()
2959a86a472f macsec: always read MACSEC_SA_ATTR_PN as a u64
a706a40d42f4 macsec: limit replay window size with XPN
6ad56d5c4f98 macsec: fix error message in macsec_add_rxsa and _txsa
8991687d3bcf macsec: fix NULL deref in macsec_add_rxsa
830582c16be1 Documentation: fix sctp_wmem in ip-sysctl.rst
dac5644a823e tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.
6f446677ebb3 tcp: Fix a data-race around sysctl_tcp_autocorking.
bd07f2e70a4b tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.
922ca9fd221b tcp: Fix a data-race around sysctl_tcp_min_tso_segs.
777d18e65d09 net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()
40f4739bbd36 net: pcs: xpcs: propagate xpcs_read error to xpcs_get_state_c37_sgmii
c721324afc58 igmp: Fix data-races around sysctl_igmp_qrv.
ad6d6ae4a34c net/tls: Remove the context from the list in tls_device_down
189e370b8250 ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptr
4845d3ef6445 net: ping6: Fix memleak in ipv6_renew_options().
6a4a1c70e446 scsi: mpt3sas: Stop fw fault watchdog work item during system shutdown
3d3e41069b65 scsi: core: Fix warning in scsi_alloc_sgtables()
ff2932ac8ee1 tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.
a88de75673e4 tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.
664a3311e671 tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf.
59e2332846d8 octeontx2-pf: Fix UDP/TCP src and dst port tc filters
927c5cf0ba3e Revert "tcp: change pingpong threshold to 3"
bdaf56e0df15 scsi: ufs: host: Hold reference returned by of_parse_phandle()
7f0a36506809 ice: do not setup vlan for loopback VSI
cef4c1d0fb48 ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)
62e721dee8cc tcp: Fix data-races around sysctl_tcp_no_ssthresh_metrics_save.
aa2ca5b5629d tcp: Fix a data-race around sysctl_tcp_nometrics_save.
6e167ed68999 tcp: Fix a data-race around sysctl_tcp_frto.
0d8fa3c2a442 tcp: Fix a data-race around sysctl_tcp_adv_win_scale.
74753ec663d7 tcp: Fix a data-race around sysctl_tcp_app_win.
807b028115eb tcp: Fix data-races around sysctl_tcp_dsack.
c9c01dd38975 watch_queue: Fix missing locking in add_watch_to_object()
093610f216d0 watch_queue: Fix missing rcu annotation
11c1cc3f6e42 drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()
121c8993d4f3 nouveau/svm: Fix to migrate all requested pages
8bd9747d3066 s390/archrandom: prevent CPACF trng invocations in interrupt context
71f71150115a asm-generic: remove a broken and needless ifdef conditional
dc124c849c72 hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pte
2722fb0f7028 mm: fix page leak with multiple threads mapping the same page
70d0ce332d26 secretmem: fix unhandled fault in truncate
3ef8040afce7 fs: sendfile handles O_NONBLOCK of out_fd
518df26b5238 ntfs: fix use-after-free in ntfs_ucsncmp()
46f6301fb4f1 Revert "ocfs2: mount shared volume without ha stack"
f32d5615a78a Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
7d8048d4e064 Linux 5.15.58
c6e4817ab622 drm/amd/display: Fix wrong format specifier in amdgpu_dm.c
198a6f40822e x86/entry_32: Fix segment exceptions
ec9ec3bc08b1 drm/amdgpu: Off by one in dm_dmub_outbox1_low_irq()
e4481000ac68 x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm()
9444462d6343 KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicness
b6c24afba608 x86/extable: Prefer local labels in .set directives
f85a6046f771 drm/amd/display: invalid parameter check in dmub_hpd_callback
760fe3203493 drm/amd/display: Don't lock connection_mutex for DMUB HPD
d026ed6eda29 watch-queue: remove spurious double semicolon
b34229f4b212 net: usb: ax88179_178a needs FLAG_SEND_ZLP
b2d1e4cd558c tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()
816c301b6a73 tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()
35545303454a tty: drop tty_schedule_flip()
6219f5b54ad8 tty: the rest, stop using tty_schedule_flip()
ea255921c4b5 tty: drivers/tty/, stop using tty_schedule_flip()
ba3a8af8a21a watchqueue: make sure to serialize 'wqueue->defunct' properly
49338b651f5a x86/alternative: Report missing return thunk details
8842d5d70713 x86/amd: Use IBPB for firmware calls
c2b484d784c8 drm/amd/display: Fix surface optimization regression on Carrizo
958151194858 drm/amd/display: Optimize bandwidth on following fast update
b3f16976b9ed drm/amd/display: Reset DMCUB before HW init
4b4b1f8dfeb7 exfat: use updated exfat_chain directly during renaming
000473ac997a Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunks
d01605a01f01 Bluetooth: SCO: Fix sco_send_frame returning skb->len
5ae749f40d01 Bluetooth: Fix passing NULL to PTR_ERR
367becefb8a1 Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsg
1864e820a5ac Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsg
cb7ed8c7fe5b Bluetooth: Add bt_skb_sendmmsg helper
a4e8071be337 Bluetooth: Add bt_skb_sendmsg helper
59f132fda50d um: virtio_uml: Fix broken device handling in time-travel
38a28bb80f00 um: virtio_uml: Allow probing from devicetree
d8413b16feee tracing: Fix return value of trace_pid_write()
d9777061727b tracing: Place trace_pid_list logic into abstract functions
6107b014163f tracing: Have event format check not flag %p* on __get_dynamic_array()
621c1d8c1bd1 exfat: fix referencing wrong parent directory information after renaming
72e0ec16f172 crypto: qat - re-enable registration of algorithms
e7f979ed51f9 crypto: qat - add param check for DH
4d6d2adce087 crypto: qat - add param check for RSA
2488286d3e77 crypto: qat - remove dma_free_coherent() for DH
6e8606e7ae40 crypto: qat - remove dma_free_coherent() for RSA
a843925e0287 crypto: qat - fix memory leak in RSA
ef5594895df2 crypto: qat - add backlog mechanism
9cac903b6303 crypto: qat - refactor submission logic
f576c7e01a6a crypto: qat - use pre-allocated buffers in datapath
343cee3eafda crypto: qat - set to zero DH parameters before free
c1f6637fe1c2 iwlwifi: fw: uefi: add missing include guards
4448327b4173 mt76: fix use-after-free by removing a non-RCU wcid pointer
829baf398f2c xhci: Set HCD flag to defer primary roothub registration
813f4b49e81c xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exit
413c5f751f7c xhci: dbc: create and remove dbc structure in dbgtty driver.
d7afb4a13f6c xhci: dbc: refactor xhci_dbc_init()
d97c0667c1e6 KVM: x86: Use __try_cmpxchg_user() to emulate atomic accesses
88eded8104d2 x86/futex: Remove .fixup usage
6875d2425be8 x86/msr: Remove .fixup usage
f637fbc7bda6 x86/extable: Extend extable functionality
4bbc9a07e050 x86/entry_32: Remove .fixup usage
e89d805e77f2 bitfield.h: Fix "type of reg too small for mask" test
a86201c3ae79 x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE
3461326e1a9e x86/extable: Rework the exception table mechanics
ad2d98ea72d2 x86/mce: Deduplicate exception handling
3e6392ba3dce x86/extable: Get rid of redundant macros
d3135da29e1a x86/extable: Tidy up redundant handler functions
823424905d03 x86/uaccess: Implement macros for CMPXCHG on user addresses
1062cfb47e56 dlm: fix pending remove if msg allocation fails
765f802e0d25 x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS parts
46d5575df8a1 sched/deadline: Fix BUG_ON condition for deboosted tasks
bc1fb3c53afd bpf: Make sure mac_header was set before using it
8c5429a04ccd mm/mempolicy: fix uninit-value in mpol_rebind_policy()
e91665fbbf3c KVM: Don't null dereference ops->destroy
58466e053900 spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA transfers
cd9f96aa8f57 KVM: selftests: Fix target thread to be migrated in rseq_test
e129e5486b98 gpio: gpio-xilinx: Fix integer overflow
ce3731c61589 tcp: Fix data-races around sysctl_tcp_max_reordering.
84cee470f77c tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.
46d05dab1b4f tcp: Fix a data-race around sysctl_tcp_rfc1337.
d46d55e3f9f8 tcp: Fix a data-race around sysctl_tcp_stdurg.
1a1aedbb7605 tcp: Fix a data-race around sysctl_tcp_retrans_collapse.
41aeba4506f6 tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.
404c53ccdebd tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.
a31e2d0cb5cf tcp: Fix data-races around sysctl_tcp_recovery.
5037ca9e4b16 tcp: Fix a data-race around sysctl_tcp_early_retrans.
329de75b9e16 tcp: Fix data-races around sysctl knobs related to SYN option.
3f2ac2d6511b udp: Fix a data-race around sysctl_udp_l3mdev_accept.
95724fe897a4 ip: Fix data-races around sysctl_ip_prot_sock.
36f5b86f309b ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.
21fb844bc1dc ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.
b8d345db03b4 ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.
94e4b855e22b drm/imx/dcss: Add missing of_node_put() in fail path
3d13bf301e06 net: dsa: vitesse-vsc73xx: silent spi_device_id warnings
25e1d782c9c3 net: dsa: sja1105: silent spi_device_id warnings
aba8ff847f4f be2net: Fix buffer overflow in be_get_module_eeprom
caae64d3e91b gpio: pca953x: use the correct register address when regcache sync during init
dfb4b67ff4df gpio: pca953x: use the correct range when do regmap sync
9726ed46b9b7 gpio: pca953x: only use single read/write for No AI mode
e6fc5472b850 net: stmmac: remove redunctant disable xPCS EEE call
16f929a5e76f ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero
893ea2b35bb9 i40e: Fix erroneous adapter reinitialization during recovery process
fad55088ad73 pinctrl: armada-37xx: use raw spinlocks for regmap to avoid invalid wait context
9d674108fe76 pinctrl: armada-37xx: Convert to use dev_err_probe()
47c9f6bfc234 pinctrl: armada-37xx: Make use of the devm_platform_ioremap_resource()
2cbb16513176 pinctrl: armada-37xx: Use temporary variable for struct device
2918419c0608 iavf: Fix handling of dummy receive descriptors
a77a75a0e7f3 tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout.
539d9ab79eba tcp: Fix data-races around sysctl_tcp_fastopen.
3ae85dc62a02 tcp: Fix data-races around sysctl_max_syn_backlog.
58d5ea71aaa6 tcp: Fix a data-race around sysctl_tcp_tw_reuse.
80d4d0c46167 tcp: Fix a data-race around sysctl_tcp_notsent_lowat.
e816f8024617 tcp: Fix data-races around some timeout sysctl knobs.
f6ce6556958c tcp: Fix data-races around sysctl_tcp_reordering.
fcf6c6d8aeff tcp: Fix data-races around sysctl_tcp_migrate_req.
10a9ba97a404 tcp: Fix data-races around sysctl_tcp_syncookies.
78522951d718 tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.
906beda70c2f tcp: Fix data-races around keepalive sysctl knobs.
849450279dfc igmp: Fix data-races around sysctl_igmp_max_msf.
2a408a4f423e igmp: Fix a data-race around sysctl_igmp_max_memberships.
260446eb8e55 igmp: Fix data-races around sysctl_igmp_llm_reports.
2e8c8309329d net/tls: Fix race in TLS device down flow
7c687a893f5c net: stmmac: fix dma queue left shift overflow issue
34e98fce9a9b perf tests: Fix Convert perf time to TSC test for hybrid
196c21deb08a i2c: cadence: Change large transfer count reset logic to be unconditional
66b73ef38d80 i2c: mlxcpld: Fix register setting for 400KHz frequency
b8e68fce6f0e net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()
ad5a78ed1356 net: ipv4: use kfree_skb_reason() in ip_rcv_core()
82cda9918473 net: netfilter: use kfree_drop_reason() for NF_DROP
f3ed670ef850 net: skb_drop_reason: add document for drop reasons
8ac90de3d137 net: socket: rename SKB_DROP_REASON_SOCKET_FILTER
b7adefdae236 net: skb: use kfree_skb_reason() in __udp4_lib_rcv()
1629144da383 net: skb: use kfree_skb_reason() in tcp_v4_rcv()
5158e18225c0 net: skb: introduce kfree_skb_reason()
88ec2ff42da3 net: dsa: microchip: ksz_common: Fix refcount leak bug
212a5360ef40 mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on program/erase times
0156b402a5be mtd: rawnand: gpmi: validate controller clock rate
f53c6ee5e7eb net: stmmac: fix unbalanced ptp clock issue in suspend/resume flow
f784d232565b net: stmmac: fix pm runtime issue in stmmac_dvr_remove()
e6b6f027e285 tcp: Fix a data-race around sysctl_tcp_probe_interval.
f524c3e7f6cd tcp: Fix a data-race around sysctl_tcp_probe_threshold.
cc36c37f5fe0 tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor.
0fc9357282df tcp: Fix data-races around sysctl_tcp_min_snd_mss.
4d7dea651b7f tcp: Fix data-races around sysctl_tcp_base_mss.
aabe9438fdfe tcp: Fix data-races around sysctl_tcp_mtu_probing.
9ba9cd43b577 tcp: Fix data-races around sysctl_tcp_l3mdev_accept.
b8e29f644583 tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()
bf3134feffe6 tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.
dccf8a67f30e ip: Fix a data-race around sysctl_fwmark_reflect.
87ceaa199a72 ip: Fix a data-race around sysctl_ip_autobind_reuse.
4fdf9bdb2883 ip: Fix data-races around sysctl_ip_nonlocal_bind.
351f81f7d718 ip: Fix data-races around sysctl_ip_fwd_update_priority.
93fbc06da1d8 ip: Fix data-races around sysctl_ip_fwd_use_pmtu.
01083e3f9868 ip: Fix data-races around sysctl_ip_no_pmtu_disc.
e75b73081f1e igc: Reinstate IGC_REMOVED logic and implement it properly
a4f7a9fbe24b Revert "e1000e: Fix possible HW unit hang after an s0ix exit"
63aa107bce83 e1000e: Enable GPT clock before sending message to CSME
98d81b2b154d nvme: fix block device naming collision
321abf90c576 nvme: check for duplicate identifiers earlier
dbedad96f416 scsi: ufs: core: Drop loglevel of WriteBoost message
04ae8518745c scsi: megaraid: Clear READ queue map's nr_queues
c7720f23bb93 drm/amd/display: Ignore First MST Sideband Message Return Error
8bae037b0fb4 drm/amdgpu/display: add quirk handling for stutter mode
e980e1d978e0 drm/amd/display: Fork thread to offload work of hpd_rx_irq
54740bc4b182 drm/amd/display: Add option to defer works of hpd_rx_irq
734d5ce02cb0 drm/amd/display: Support for DMUB HPD interrupt handling
d1e0bbe08171 tcp: Fix data-races around sysctl_tcp_ecn.
9cb4959493cd sysctl: move some boundary constants from sysctl.c to sysctl_vals
e2b6c5f7ee95 mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%
d2dba226acb9 net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
f52af853be7a ipv4/tcp: do not use per netns ctl sockets
da3c256e2d0e perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()
44016a85419c pinctrl: ralink: Check for null return of devm_kcalloc
e4e3187750f8 pinctrl: ralink: rename pinctrl-rt2880 to pinctrl-ralink
d40def7cd05c pinctrl: ralink: rename MT7628(an) functions to MT76X8
a4c5115140ed RDMA/irdma: Fix sleep from invalid context BUG
03fd151bdff0 RDMA/irdma: Do not advertise 1GB page size for x722
71ab83ac65e2 power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probe
c8e32bca0676 xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()
1d3eeb199970 ip: Fix data-races around sysctl_ip_default_ttl.
6bf450d92d0c r8152: fix a WOL issue
44addae95ed7 xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()
1da0b50ea071 xfs: fix perag reference leak on iteration race with growfs
768bfde1cf3e xfs: terminate perag iteration reliably on agcount
2991d51b42a3 xfs: rename the next_agno perag iteration variable
4d6f22f6cc58 xfs: fold perag loop iteration logic into helper function
67cb74213a52 xfs: fix maxlevels comparisons in the btree staging code
cf719adb6fa9 mt76: mt7921: Fix the error handling path of mt7921_pci_probe()
22b910a7a378 mt76: mt7921e: fix possible probe failure after reboot
c3bcf1f959f6 mt76: mt7921: use physical addr to unify register access
191c16f921ad Revert "mt76: mt7921e: fix possible probe failure after reboot"
4666a6eb390c Revert "mt76: mt7921: Fix the error handling path of mt7921_pci_probe()"
0cac1c84e1cc batman-adv: Use netif_rx_any_context() any.
be56f007c414 serial: mvebu-uart: correctly report configured baudrate value
92dcb50f7f09 PCI: hv: Fix interrupt mapping for multi-MSI
2b77425d0ae4 PCI: hv: Reuse existing IRTE allocation in compose_msi_msg()
35d24b115a40 PCI: hv: Fix hv_arch_irq_unmask() for multi-MSI
5c676a214d63 PCI: hv: Fix multi-MSI to allow more than one MSI vector
0791309aa0eb Revert "selftest/vm: verify mmap addr in mremap_test"
cfd3a9be0ac4 Revert "selftest/vm: verify remap destination address in mremap_test"
d7c4f9b8ed62 bus: mhi: host: pci_generic: add Telit FN990
38b7bbe0ef1d bus: mhi: host: pci_generic: add Telit FN980 v1 hardware revision
60e536b0a564 drm/ttm: fix locking in vmap/vunmap TTM GEM helpers
0e66932a9dc9 lockdown: Fix kexec lockdown bypass with ima policy
25ba5b824a72 mlxsw: spectrum_router: Fix IPv4 nexthop gateway indication
73846553bcde riscv: add as-options for modules with assembly compontents
aff42cea285f pinctrl: stm32: fix optional IRQ support to gpios
a9e2d8e52e1c Linux 5.15.57
b4296a7b863f x86: Use -mindirect-branch-cs-prefix for RETPOLINE builds
06741ef8e7cc um: Add missing apply_returns()
320fc994f0c8 x86/bugs: Remove apostrophe typo
ac8edadc2b1e tools headers cpufeatures: Sync with the kernel sources
1dd6c13b437c tools arch x86: Sync the msr-index.h copy with the kernel sources
5f4e77cc9abf KVM: emulate: do not adjust size of fastop and setcc subroutines
198685e58b13 x86/kvm: fix FASTOP_SIZE when return thunks are enabled
554cf28b104d efi/x86: use naked RET on mixed mode call wrapper
d0caa861a836 x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current
67040d1d922b x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit
96907c5d3927 x86/xen: Fix initialisation in hypercall_page after rethunk
86ccf19a91be x86/static_call: Serialize __static_call_fixup() properly
73ad137d1146 x86/speculation: Disable RRSBA behavior
db0128b8243f x86/kexec: Disable RET on kexec
3653093b7bbf x86/bugs: Do not enable IBPB-on-entry when IBPB is not supported
925340f99bdf x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entry
2f8967e22322 x86/bugs: Add Cannon lake to RETBleed affected CPU list
cc3011cdbe5f x86/retbleed: Add fine grained Kconfig knobs
12a13570054f x86/cpu/amd: Enumerate BTC_NO
d7a5c08b46b6 x86/common: Stamp out the stepping madness
8d5cff499a6d x86/speculation: Fill RSB on vmexit for IBRS
4207d7b645b8 KVM: VMX: Fix IBRS handling after vmexit
0cbd5905c8f3 KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
5fde25284dfe KVM: VMX: Convert launched argument to flags
852fe53040b9 KVM: VMX: Flatten __vmx_vcpu_run()
c590fa2d2dac objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
66b37dccbc25 x86/speculation: Remove x86_spec_ctrl_mask
b55663e7521f x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit
2069bd0e6f5b x86/speculation: Fix SPEC_CTRL write on SMT state change
e898e28762f8 x86/speculation: Fix firmware entry SPEC_CTRL handling
d427c1f83e8c x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
75d4fc2e965f x86/cpu/amd: Add Spectral Chicken
dab72c3c32cc objtool: Add entry UNRET validation
469d9b157017 x86/bugs: Do IBPB fallback check only once
fd17a4254965 x86/bugs: Add retbleed=ibpb
8894f699f187 x86/xen: Add UNTRAIN_RET
87e6270183a4 x86/xen: Rename SYS* entry points
e894b7817e08 objtool: Update Retpoline validation
a1d912d7ac04 intel_idle: Disable IBRS during long idle
e51769df6228 x86/bugs: Report Intel retbleed vulnerability
b9349805e653 x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation()
347d0bf6b0c0 x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
e03415eeba78 x86/bugs: Optimize SPEC_CTRL MSR writes
62b4db57eefe x86/entry: Add kernel IBRS implementation
fac1b0007cec x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
b4e05ea71eda x86/bugs: Enable STIBP for JMP2RET
89eba42632fc x86/bugs: Add AMD retbleed= boot parameter
82e92fe936db x86/bugs: Report AMD retbleed vulnerability
a9c0926fc754 x86: Add magic AMD return-thunk
07f5c5e36236 objtool: Treat .text.__x86.* as noinstr
1f068f9da743 x86/entry: Avoid very early RET
1d61a2988612 x86: Use return-thunk in asm code
6c45176bc2ae x86/sev: Avoid using __x86_return_thunk
f3d9f990586c x86/vsyscall_emu/64: Don't use RET in vsyscall emulation
5b43965d58ef x86/kvm: Fix SETcc emulation for return thunks
0bfe8be824aa x86/bpf: Use alternative RET encoding
e54fcb0812fa x86/ftrace: Use alternative RET encoding
c1c80aabc7b9 x86,static_call: Use alternative RET encoding
b0fb9784cf80 objtool: skip non-text sections when adding return-thunk sites
1920e4be8a97 x86,objtool: Create .return_sites
7bf553d9eebd x86: Undo return-thunk damage
023a2b07d5c3 x86/retpoline: Use -mfunction-return
bb81f3ac69f8 x86/retpoline: Swizzle retpoline thunk
545b45c36a2f x86/retpoline: Cleanup some #ifdefery
eee4f31fa2eb x86/cpufeatures: Move RETPOLINE flags to word 11
ccb25d7db1a2 x86/kvm/vmx: Make noinstr clean
2cd972ae337f x86/realmode: build with -D__DISABLE_EXPORTS
6834878ace6e x86/entry: Remove skip_r11rcx
40265bcd1bd3 objtool: Default ignore INT3 for unreachable
32b2cd6060e7 bpf,x86: Respect X86_FEATURE_RETPOLINE*
74b5a9f8edfe bpf,x86: Simplify computing label offsets
1c2e7b40752a x86/alternative: Add debug prints to apply_retpolines()
b93a0a740bca x86/alternative: Try inline spectre_v2=retpoline,amd
a40925e2efd8 x86/alternative: Handle Jcc __x86_indirect_thunk_\reg
86900f95fb06 x86/alternative: Implement .retpoline_sites support
936c8fcb4995 x86/retpoline: Create a retpoline thunk array
90ca76c83044 x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h
6a6fcb256301 x86/asm: Fixup odd GEN-for-each-reg.h usage
71e578e1bd74 x86/asm: Fix register order
18576e45b12a x86/retpoline: Remove unused replacement symbols
655d4097039c objtool: Introduce CFI hash
503882b5aeb6 objtool,x86: Replace alternatives with .retpoline_sites
cad0e43a8c30 objtool: Shrink struct instruction
c9fd00d8e622 objtool: Explicitly avoid self modifying code in .altinstr_replacement
29e6b52efca1 objtool: Classify symbols
1fd333eb3377 x86/entry: Don't call error_entry() for XENPV
cac414684be9 x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry()
19ac6c99a17e x86/entry: Switch the stack after error_entry() returns
01bc8bd64c19 x86/traps: Use pt_regs directly in fixup_bad_iret()
760adb59f621 Linux 5.15.56
31f351eb534e drm/aperture: Run fbdev removal before internal helpers
eac7fd3ca397 x86/pat: Fix x86_has_pat_wp()
190ce5cdc55d serial: 8250: Fix PM usage_count for console handover
2db3b95166f7 serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
8ef116a2a738 serial: stm32: Clear prev values before setting RTS delays
10b27fa2d67c serial: 8250: fix return error code in serial8250_request_std_resource()
57964a571025 vt: fix memory overlapping when deleting chars in the buffer
8b07c2998720 tty: serial: samsung_tty: set dma burst_size to 1
3cb692555a0b usb: dwc3: gadget: Fix event pending check
ea42ef3ef678 usb: typec: add missing uevent when partner support PD
aa96257867c0 USB: serial: ftdi_sio: add Belimo device ids
ec0c62a23c50 signal handling: don't use BUG_ON() for debugging
c01793517d8d nvme-pci: phison e16 has bogus namespace ids
15ef4d686a58 ALSA: usb-audio: Add quirk for Fiero SC-01 (fw v1.0.0)
df982f9d094d ALSA: usb-audio: Add quirk for Fiero SC-01
9d90a21f0cb7 ALSA: usb-audio: Add quirks for MacroSilicon MS2100/MS2106 devices
2483ba7afa59 Revert "can: xilinx_can: Limit CANFD brp to 2"
bd87cf2ed609 ARM: dts: stm32: use the correct clock source for CEC on stm32mp151
c0cba036bfe8 soc: ixp4xx/npe: Fix unused match warning
26bb7afc027c x86: Clear .brk area at early boot
ee1da3d59674 irqchip: or1k-pic: Undefine mask_ack for level triggered hardware
9c9869c308a3 ASoC: madera: Fix event generation for rate controls
66cc34f2e493 ASoC: madera: Fix event generation for OUT1 demux
74ead64cbf0d ASoC: cs47l15: Fix event generation for low power mux control
ab2f5e5f3ce1 ASoC: dapm: Initialise kcontrol data for mux/demux controls
269be8b29073 ASoC: rt711-sdca: fix kernel NULL pointer dereference when IO error
44975751bef0 ASoC: wm5110: Fix DRE control
bc9067062600 ASoC: Intel: bytcr_wm5102: Fix GPIO related probe-ordering problem
dd70da2a5816 ASoC: wcd938x: Fix event generation for some controls
05708fb473ce ASoC: SOF: Intel: hda-loader: Clarify the cl_dsp_init() flow
e71d0e1370b1 ASoC: codecs: rt700/rt711/rt711-sdca: initialize workqueues in probe
07a606e1389a ASoC: rt7*-sdw: harden jack_detect_handler
b054614dd3fd ASoC: rt711: fix calibrate mutex initialization
f2556ce6b35a ASoC: Intel: sof_sdw: handle errors on card registration
42664a97f2b5 ASoC: rt711-sdca-sdw: fix calibrate mutex initialization
4e81b38d9426 ASoC: Realtek/Maxim SoundWire codecs: disable pm_runtime on remove
3cb392b64304 pinctrl: aspeed: Fix potential NULL dereference in aspeed_pinmux_set_mux()
0c6c7d57ed00 ASoC: ops: Fix off by one in range control validation
204543581a2f net: sfp: fix memory leak in sfp_probe()
7a2294c5f2e5 nvme: fix regression when disconnect a recovering ctrl
1e4427aa2fc8 nvme-tcp: always fail a request when sending it failed
8ab067462e09 NFC: nxp-nci: don't print header length mismatch on i2c error
833ecd0eae76 net: tipc: fix possible refcount leak in tipc_sk_create()
13d28e0c79cb fbdev: Disable sysfb device registration when removing conflicting FBs
b952569e0316 firmware: sysfb: Add sysfb_disable() helper function
2ef4c6d66f7d firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointer
f57c76104c74 platform/x86: hp-wmi: Ignore Sanitization Mode event
57289b6601fe cpufreq: pmac32-cpufreq: Fix refcount leak bug
06f818de1621 scsi: hisi_sas: Limit max hw sectors for v3 HW
03a400a64050 netfilter: br_netfilter: do not skip all hooks with 0 priority
bf5307924563 virtio_mmio: Restore guest page size on resume
26d824d1316f virtio_mmio: Add missing PM calls to freeze/restore
65d7a723fdda vduse: Tie vduse mgmtdev and its device
b34dbeb2b0ec vdpa/mlx5: Initialize CVQ vringh only once
10f2cd373e65 powerpc/xive/spapr: correct bitmap allocation size
4e69750549b8 ksmbd: use SOCK_NONBLOCK type for kernel_accept()
d300ced12889 btrfs: zoned: fix a leaked bioc in read_zone_info
d2faf8ed1dc2 btrfs: rename btrfs_bio to btrfs_io_context
a06248fa62ef mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE
204d12228697 ACPI: video: Fix acpi_video_handles_brightness_key_presses()
724ec407f997 net/tls: Check for errors in tls_device_init
a0706d7c1429 KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()
58c90993933e net: atlantic: remove aq_nic_deinit() when resume
9b1cb795a7ab net: atlantic: remove deep parameter on suspend/resume functions
68e5f32f0de9 sfc: fix kernel panic when creating VF
2d84fcb6e6f7 seg6: bpf: fix skb checksum in bpf_push_seg6_encap()
15e8b6274c49 seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors
859081fb60e6 seg6: fix skb checksum evaluation in SRH encapsulation/insertion
5464c8987ddf ceph: switch netfs read ops to use rreq->inode instead of rreq->mapping->host
58d93e9d160c sfc: fix use after free when disabling sriov
8c37e7a2000d drm/amd/pm: Prevent divide by zero
cded1186f7e9 drm/amd/display: Only use depth 36 bpp linebuffers on DCN display engines.
601ae26aa280 ima: Fix potential memory leak in ima_init_crypto()
2340428c90d4 ima: force signature verification when CONFIG_KEXEC_SIG is configured
f4bd3202a2b4 net: stmmac: fix leaks in probe
4225a78eb4d7 net: ftgmac100: Hold reference returned by of_get_child_by_name()
0d17723afea3 nexthop: Fix data-races around nexthop_compat_mode.
6b26fb2fe227 ipv4: Fix data-races around sysctl_ip_dynaddr.
8bcf7339f2cf tcp: Fix a data-race around sysctl_tcp_ecn_fallback.
46e9c46203fd raw: Fix a data-race around sysctl_raw_l3mdev_accept.
8d7a13654a98 icmp: Fix a data-race around sysctl_icmp_ratemask.
7c1b6e453481 icmp: Fix a data-race around sysctl_icmp_ratelimit.
de9490c32bc1 icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.
44021c2929cf icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.
cce955efa0ab icmp: Fix data-races around sysctl_icmp_echo_enable_probe.
a716a3846c5f sysctl: Fix data-races in proc_dointvec_ms_jiffies().
e58b02e44546 sysctl: Fix data-races in proc_dou8vec_minmax().
3852f048be60 bnxt_en: Fix bnxt_refclk_read()
0260a9aa5d5c bnxt_en: Fix bnxt_reinit_after_abort() code path
a6cecaf058c4 drm/i915: Require the vm mutex for i915_vma_bind()
60d1bb301ea5 drm/i915/uc: correctly track uc_fw init failure
86062ca5edf1 drm/i915/gt: Serialize TLB invalidates with GT resets
0ee5874dad61 drm/i915/gt: Serialize GRDOM access between multiple engine resets
f8ba02531476 drm/i915/dg2: Add Wa_22011100796
40c12fc52023 drm/i915/selftests: fix a couple IS_ERR() vs NULL tests
af515a633942 tracing: Fix sleeping while atomic in kdb ftdump
62a6a708f392 lockd: fix nlm_close_files
9c3eef773cf4 lockd: set fl_owner when unlocking files
1e92426e2b3a xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLE
f6e3ced9c60f drm/i915/gvt: IS_ERR() vs NULL bug in intel_gvt_update_reg_whitelist()
5a4bb158f4c6 netfilter: nf_tables: replace BUG_ON by element length check
b97aa619a3cb netfilter: nf_log: incorrect offset to network header
dc2ec80bc949 arm64: dts: broadcom: bcm4908: Fix cpu node for smp boot
1d49665a93b1 arm64: dts: broadcom: bcm4908: Fix timer node for BCM4906 SoC
f0ccff1c89ba ARM: dts: sunxi: Fix SPI NOR campatible on Orange Pi Zero
c0dd77cede0a ARM: dts: at91: sama5d2: Fix typo in i2s1 node
9be8aac91960 ipv4: Fix a data-race around sysctl_fib_sync_mem.
e2828e8c6058 icmp: Fix data-races around sysctl.
07b0caf8aeb9 cipso: Fix data-races around sysctl.
a5796154b56f net: Fix data-races around sysctl_mem.
82d07170290d inetpeer: Fix data-races around sysctl.
2dfff4b607c4 tcp: Fix a data-race around sysctl_tcp_max_orphans.
67623d290d45 sysctl: Fix data races in proc_dointvec_jiffies().
dcdf3c3c587a sysctl: Fix data races in proc_doulongvec_minmax().
40e0477a7371 sysctl: Fix data races in proc_douintvec_minmax().
32d7f8da8244 sysctl: Fix data races in proc_dointvec_minmax().
d335db59f7fb sysctl: Fix data races in proc_douintvec().
279bf2a909e6 sysctl: Fix data races in proc_dointvec().
ad3014b0f6b2 net: ethernet: ti: am65-cpsw: Fix devlink port register sequence
d5c315a78765 net: stmmac: dwc-qos: Disable split header for Tegra194
750a5e2e5368 ASoC: Intel: Skylake: Correct the handling of fmt_config flexible array
0d083ea282e5 ASoC: Intel: Skylake: Correct the ssp rate discovery in skl_get_ssp_clks()
dfe3ce23217c ASoC: tas2764: Fix amp gain register offset & default
a92e7564c540 ASoC: tas2764: Correct playback volume range
1230d3e4b884 ASoC: tas2764: Fix and extend FSYNC polarity handling
7dc0ae04c04e ASoC: tas2764: Add post reset delays
9b9773cc55d8 ASoC: sgtl5000: Fix noise on shutdown/remove
c8d5d8194093 ima: Fix a potential integer overflow in ima_appraise_measurement
505114dda5bb drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector()
c6e1c5c0c19d net/mlx5e: Ring the TX doorbell on DMA errors
663a06e96203 net/mlx5e: Fix capability check for updating vnic env counters
3a5e734ec002 net/mlx5e: Fix enabling sriov while tc nic rules are offloaded
5adcc5ded58a net/mlx5e: kTLS, Fix build time constant test in RX
2ee2ef846fa3 net/mlx5e: kTLS, Fix build time constant test in TX
ba27a912f99e ARM: 9210/1: Mark the FDT_FIXED sections as shareable
443838e6ff0f ARM: 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out of idle
2bcb2e42a500 spi: amd: Limit max transfer and message size
28ad09b0d7b1 ARM: dts: imx6qdl-ts7970: Fix ngpio typo and count
3bbe6437c1d5 reset: Fix devm bulk optional exclusive control getter
d8124f111b67 xfs: drop async cache flushes from CIL commits.
d4dab8b405c6 xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks
88beb994eae1 xfs: don't include bnobt blocks when reserving free block pool
ea22fcd0324d xfs: only run COW extent recovery when there are no live extents
fb593531571c Revert "evm: Fix memleak in init_desc"
d69f9ff4c8ab sh: convert nommu io{re,un}map() to static inline functions
bb676a80c6eb nilfs2: fix incorrect masking of permission flags for symlinks
ca58387e7ad1 fs/remap: constrain dedupe of EOF blocks
1807d8867402 drm/panfrost: Fix shrinker list corruption by madvise IOCTL
fbe7451a3ada drm/panfrost: Put mapping instead of shmem obj on panfrost_mmu_map_fault_addr() error
531a140e269d btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline extents
54aee4e5ce8c cgroup: Use separate src/dst nodes when preloading css_sets for migration
5a9df3101799 wifi: mac80211: fix queue selection for mesh/OCB interfaces
2a098504d7a0 ARM: 9214/1: alignment: advance IT state after emulating Thumb instruction
a4f5e3a22fbd ARM: 9213/1: Print message about disabled Spectre workarounds only once
6f497564bf6a ip: fix dflt addr selection for connected nexthop
1eb4bea3af81 net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointer
22eeff55679d tracing/histograms: Fix memory leak problem
e4967d22882b mm: split huge PUD on wp_huge_pud fallback
27056f20d753 mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pages
b856e5738b1c fix race between exit_itimers() and /proc/pid/timers
b99174ac57fe xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue
9d3243d774f5 ALSA: hda/realtek - Enable the headset-mic on a Xiaomi's laptop
cd2731b3efe8 ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc221
dd9746cf6da3 ALSA: hda/realtek: fix mute/micmute LEDs for HP machines
7d0c5005c580 ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671
32fad77c4cd2 ALSA: hda/realtek: Fix headset mic for Acer SF313-51
6744faa1d810 ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 model
d60bb64d3263 ALSA: hda - Add fixup for Dell Latitidue E5430
baefa2315cb1 Linux 5.15.55
c80b15105a08 Revert "mtd: rawnand: gpmi: Fix setting busy timeout setting"
(From meta-yocto rev: 1908a7d6eb84089251ad41e7a4c5568101e88a65)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We ship libpthread with uninative. when uninative is active we're seeing
failures like:
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted
which is since we don't have a libgcc that matches libpthread. Add libgcc
to avoid these errors.
(From OE-Core rev: a134a7186b2266378bc0b08c134e169a943eedde)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Boost.URL is a library for manipulating Uniform Resource Identifiers
(URIs) and Locators (URLs).
(From OE-Core rev: 03daa9c96dbc06234348d0ab14631cec6ddf50d6)
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
tiff-native otherwise falsely detects webp if its installed on build
host. This ensures deterministic behavior regardless of host.
(From OE-Core rev: 718c44f282310b2ca85877fed706460ccc1eebea)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Newer version of musl does not expose LFS64 interfaces, therefore
caching this is not right thing to do across both glibc and musl
moreover we will enable largefile support on glibc too therefore caching
it here is redundant.
(From OE-Core rev: ae427b04b5259136aae46f9254445251499c12e8)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Disable lfs aliases since they are not needed when LFS is enabled
(From OE-Core rev: a999fe86f2ea34d1b7ba3958d5b54b89ab7a884f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
To avoid working with undeterministic config files, remove all the
temporary files to start from scratch.
(From OE-Core rev: 74cd440c4e3df0ed3b81cf5c60a3f92e0dd3fe6c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When compiling busybox a second time (e.g. with `compile -f`), busybox
can use an altered autoconf.h file for compiling, which can ultimately
produces different and unwanted binaries.
This can produce errors like this one:
ERROR: busybox-1.35.0-r0 do_package: Error executing a python function in exec_func_python() autogenerated:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_func_python() autogenerated', lineno: 2, function: <module>
0001:
*** 0002:ptest_update_alternatives(d)
0003:
File: '…/poky/meta/classes/ptest.bbclass', lineno: 100, function: ptest_update_alternatives
0096: for alt_name, alt_link, alt_target, _ in alternatives:
0097: # Some alternatives are for man pages,
0098: # check if the alternative is in PATH
0099: if os.path.dirname(alt_link) in bin_paths:
*** 0100: os.symlink(alt_target, os.path.join(ptest_bindir, alt_name))
0101:}
0102:
0103:do_configure_ptest_base[dirs] = "${B}"
0104:do_compile_ptest_base[dirs] = "${B}"
Exception: FileExistsError: [Errno 17] File exists: '/bin/busybox.suid' -> '…/busybox/1.35.0-r0/package/usr/lib/busybox/ptest/bin/login'
This happens because ALTERNATIVE:busybox contains `/bin/login` twice,
initially that's because `/bin/login` is present in both
busybox.links.suid and busybox.links.nosuid. The reason for that is
because of the altered autoconf.h.
Steps to reproduce above error:
<add ptest to distro configs>
bitbake busybox -c clean
bitbake busybox -c package -f
bitbake busybox -c compile -f
bitbake busybox -c package -f
This patch guards against potential bugs by:
- making a backup of .config and autoconf.h that have matching
timestamps.
- make sure do_compile always starts with these files.
- restore .config and autoconf.h at the end of do_compile.
(From OE-Core rev: 6b4a0f063edcfe0a5a4f418842e86ac0c46d9cad)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This option is no longer required in 6.1+, so we grab the following
kernel-cache change:
fa5b537b0e6 qemuarm: drop CONFIG_ARM_CRYPTO
(From OE-Core rev: 6bd8f0a916104bf650af931661a4f1b38a16d087)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
4adc0fbe03a6 Linux 6.1.3
6a0ef7326e1e kcsan: Instrument memcpy/memset/memmove with newer Clang
c9ded831e255 SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() fails
e60fa800a32a tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leak
b0785edaf649 tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak
bf31e3f8077a tpm: acpi: Call acpi_put_table() to fix memory leak
ba2e7d07dd06 mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNING
a35b4bcb4389 block: Do not reread partition table on exclusively open device
01bb48573069 f2fs: allow to read node block after shutdown
6028ec01c4f7 f2fs: should put a page when checking the summary info
b3b3212725ed mm, compaction: fix fast_isolate_around() to stay within boundaries
97ce99984be1 md: fix a crash in mempool_free
e9d055b8dfca mfd: mt6360: Add bounds checking in Regmap read/write call-backs
784a4f995ee2 pnode: terminate at peers of source
f9aafff5448b ALSA: hda/hdmi: Static PCM mapping again with AMD HDMI codecs
389d34c2a8b5 ALSA: line6: fix stack overflow in line6_midi_transmit
e58d1d2eb31b ALSA: line6: correct midi status byte when receiving data from podxt
bc2e0c5bb97c ovl: update ->f_iocb_flags when ovl_change_flags() modifies ->f_flags
d84a696c86ac ovl: Use ovl mounter's fsuid and fsgid in ovl_link()
703fd753a0ba binfmt: Fix error return code in load_elf_fdpic_binary()
e6d180a35bc0 ACPI: x86: s2idle: Stop using AMD specific codepath for Rembrandt+
577821f756cf ACPI: x86: s2idle: Force AMD GUID/_REV 2 on HP Elitebook 865
0478b94c6f91 hfsplus: fix bug causing custom uid and gid being unable to be assigned with mount
23ac2a31c54f pstore/zone: Use GFP_ATOMIC to allocate zone buffer
5c3a4cdc5363 pstore: Properly assign mem_type property
2cec280c4915 kmsan: include linux/vmalloc.h
dace33a1896e kmsan: export kmsan_handle_urb
0ce4cc6d269d mm/mempolicy: fix memory leak in set_mempolicy_home_node system call
4d528dab403b mm, mremap: fix mremap() expanding vma with addr inside vma
97e14ae08204 rtmutex: Add acquire semantics for rtmutex lock acquisition slow path
09727bc32f67 futex: Fix futex_waitv() hrtimer debug object leak on kcalloc error
c86c5cf67f38 HID: plantronics: Additional PIDs for double volume key presses quirk
79f9b467b8b5 HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpoint
d465fa2a9add kprobes: kretprobe events missing on 2-core KVM guest
650b69b17cfd NFSD: fix use-after-free in __nfs42_ssc_open()
ba50fee6b41b rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe()
482d990a5dd1 powerpc/rtas: avoid scheduling in rtas_os_term()
464d10e8d797 powerpc/rtas: avoid device tree lookups in rtas_os_term()
85cc8a187f2d iommu/mediatek: Fix crash on isr after kexec()
fcee8a2d4db4 objtool: Fix SEGFAULT
6d076293e5bf fs/ntfs3: Fix slab-out-of-bounds in r_page
4d744cee4ca1 fs/ntfs3: Delete duplicate condition in ntfs_read_mft()
fd8aa71b6571 fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()
590a6943a1d1 fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()
d6379ce24296 fs/ntfs3: Validate index root when initialize NTFS security
fe5c3915c373 phy: sun4i-usb: Add support for the H616 USB PHY
1eacd1fd41b7 phy: sun4i-usb: Introduce port2 SIDDQ quirk
0da27d8efcdb soundwire: dmi-quirks: add quirk variant for LAPBC710 NUC15
d34485d40b6a fs/ntfs3: Fix slab-out-of-bounds read in run_unpack
2f041a19f4eb fs/ntfs3: Validate resident attribute name
3f6f75e8863f fs/ntfs3: Validate buffer length while parsing index
b343c40bb7ff fs/ntfs3: Validate attribute name offset
a7b23037b38b fs/ntfs3: Add null pointer check for inode operations
2600c80ea7b3 fs/ntfs3: Fix memory leak on ntfs_fill_super() error path
1621734cd304 fs/ntfs3: Add null pointer check to attr_load_runs_vcn
9173b89c16a6 fs/ntfs3: Validate data run offset
0bb9f93ba63a fs/ntfs3: Add overflow check for attribute size
db91a9c59162 fs/ntfs3: Validate BOOT record_size
2df487537c77 nvmet: don't defer passthrough commands with trivial effects to the workqueue
a574e81b37c0 nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definition
aa9732dae4bc ata: ahci: Fix PCS quirk application for suspend
1ed959fef5b1 block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq
5fe70f9683f8 ACPI: video: Fix Apple GMUX backlight detection
ba074330a487 ACPI: resource: Add Asus ExpertBook B2502 to Asus quirks
33b7f0ef4aaf ACPI: resource: do IRQ override on Lenovo 14ALC7
ee8ec50b9269 ACPI: resource: do IRQ override on XMG Core 15
d1136b10944e nvme-pci: fix page size checks
b1814724e0d7 nvme-pci: fix mempool alloc size
a72f318c704e nvme-pci: fix doorbell buffer value endianness
ff46a46b7a30 io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeups
3b2728881dcd eventfd: provide a eventfd_signal_mask() helper
717ed90a6614 eventpoll: add EPOLL_URING_WAKE poll wakeup flag
d6a980a0da6c Linux 6.1.2
5f3d8993e095 pwm: tegra: Fix 32 bit build
70c6f7025014 mfd: qcom_rpm: Use devm_of_platform_populate() to simplify code
5c692f1ed39d drm/amd/display: revert Disable DRR actions during state commit
e970e4ee3fc2 media: dvbdev: fix refcnt bug
539479d00c51 media: dvbdev: fix build warning due to comments
882056ef3384 net: stmmac: fix errno when create_singlethread_workqueue() fails
69c2ad94fd0b io_uring: remove iopoll spinlock
9b5d3f21f1ab io_uring: protect cq_timeouts with timeout_lock
f9ef51a7055c io_uring/net: fix cleanup after recycle
b87006265a16 io_uring/net: ensure compat import handlers clear free_iov
e2c22a38fe29 io_uring: improve io_double_lock_ctx fail handling
f6a5cada4ff6 io_uring: dont remove file from msg_ring reqs
16225abb3cbc io_uring: add completion locking for iopoll
3a6ee45e3ceb io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flag
215f9437dda0 blk-iolatency: Fix memory leak on add_disk() failures
05382ed9142c scsi: qla2xxx: Fix crash when I/O abort times out
5cfb9a60ed2d mm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappings
1baf3370e2dc btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range
ac551b1f500b ovl: fix use inode directly in rcu-walk mode
a609bfc1e644 fbdev: fbcon: release buffer when fbcon_do_set_font() failed
9c9e8be758c6 maple_tree: fix mas_spanning_rebalance() on insufficient data
8034a1ad67b8 test_maple_tree: add test for mas_spanning_rebalance() on insufficient data
b7334223cc7e gcov: add support for checksum field
55b3c66a0d44 floppy: Fix memory leak in do_floppy_init()
d01f65ac191e spi: fsl_spi: Don't change speed while chipselect is active
9e977e2642a1 regulator: core: fix deadlock on regulator enable
1665c3aa251f iio: addac: ad74413r: fix integer promotion bug in ad74413_get_input_current_offset()
d04481ee5e15 iio: adc128s052: add proper .data members in adc128_of_match table
49cfd1f61f44 iio: adc: ad_sigma_delta: do not use internal iio_dev lock
a154b1c139fb iio: fix memory leak in iio_device_register_eventset()
02ed209aa6f1 reiserfs: Add missing calls to reiserfs_security_free()
21ca0bfa11bb security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang > 15.0.6
967fc34f297e 9p: set req refcount to zero to avoid uninitialized usage
1f572877e0ea loop: Fix the max_loop commandline argument treatment when it is set to 0
24117ea4303c HID: mcp2221: don't connect hidraw
608c6aed7136 HID: wacom: Ensure bootloader PID is usable in hidraw mode
c3c115368ef9 xhci: Prevent infinite loop in transaction errors recovery for streams
2f3b51189f7a usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_init
2fd6ad7bc560 usb: dwc3: core: defer probe on ulpi_read_id timeout
d2837c6a1dbc usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_mode
1ba53c9c7995 clk: imx: imx8mp: add shared clk gate for usb suspend clk
7579645760a4 dt-bindings: clocks: imx8mp: Add ID for usb suspend clock
1a77a5bfe821 arm64: dts: qcom: sm8250: fix USB-DP PHY registers
299f141f90cd arm64: dts: qcom: sm6350: fix USB-DP PHY registers
c8e746384488 usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irq
dfbbc47d8672 usb: cdnsp: fix lack of ZLP for ep0
5b7c3061067e HID: logitech-hidpp: Guard FF init code against non-USB devices
d95d83041b87 ALSA: hda/hdmi: Add HP Device 0x8711 to force connect list
05d30f4b6cbe ALSA: hda/realtek: Add quirk for Lenovo TianYi510Pro-14IOB
80202ef4f7cc ALSA: usb-audio: add the quirk for KT0206 device
67fd112b4b04 ALSA: usb-audio: Workaround for XRUN at prepare
b669bd94a1c8 dt-bindings: input: iqs7222: Add support for IQS7222A v1.13+
2ca347287d3f dt-bindings: input: iqs7222: Correct minimum slider size
78e01a98860e dt-bindings: input: iqs7222: Reduce 'linux,code' to optional
c8ab62f13d66 Input: iqs7222 - add support for IQS7222A v1.13+
fa25c90ee9a7 Input: iqs7222 - report malformed properties
201d1baa9a45 Input: iqs7222 - drop unused device node references
26e69e719a2f ima: Simplify ima_lsm_copy_rule
475add46170d pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES
810f2cfdfe4e cfi: Fix CFI failure with KASAN
b4a59fd2e50b afs: Fix lost servers_outstanding count
6c7b9d12578d perf test: Fix "all PMU test" to skip parametrized events
a7a2d258101d MIPS: ralink: mt7621: avoid to init common ralink reset controller
59871742b481 perf probe: Check -v and -q options in the right place
5d098b5080cb perf tools: Make quiet mode consistent between tools
01c4004e40b6 perf debug: Set debug_peo_args and redirect_to_stderr variable to correct values in perf_quiet_option()
86777de67a85 drm/amd/pm: avoid large variable on kernel stack
e84276c8dd88 pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversion
d7d99f1a0af0 lkdtm: cfi: Make PAC test work with GCC 7 and 8
2c5e64f0a8d3 LoadPin: Ignore the "contents" argument of the LSM hooks
2d57269cabeb drm/i915/display: Don't disable DDI/Transcoder when setting phy test pattern
7ed4007347b5 ASoC: rt5670: Remove unbalanced pm_runtime_put()
0fe3a0cd2699 ASoC: rockchip: spdif: Add missing clk_disable_unprepare() in rk_spdif_runtime_resume()
6df3ccb6aff0 ASoC: wm8994: Fix potential deadlock
f64bb48f27fb ALSA: hda/hdmi: fix stream-id config keep-alive for rt suspend
b4b2c4305cf4 ALSA: hda/hdmi: set default audio parameters for KAE silent-stream
1cc133bee40f ALSA: hda/hdmi: fix i915 silent stream programming flow
156b0c19c1a4 ASoC: mediatek: mt8183: fix refcount leak in mt8183_mt6358_ts3a227_max98357_dev_probe()
bebbba710321 ASoC: rockchip: pdm: Add missing clk_disable_unprepare() in rockchip_pdm_runtime_resume()
4cc8431ec77a ASoC: audio-graph-card: fix refcount leak of cpu_ep in __graph_for_each_link()
a22cfbf78a87 ASoC: mediatek: mt8173-rt5650-rt5514: fix refcount leak in mt8173_rt5650_rt5514_dev_probe()
18a548fdecca ASoC: Intel: Skylake: Fix driver hang during shutdown
390a1a98288a ASoC: sof_es8336: fix possible use-after-free in sof_es8336_remove()
48c509f3f121 hwmon: (jc42) Fix missing unlock on error in jc42_write()
0cd303aad220 orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()
224094902941 orangefs: Fix kmemleak in orangefs_sysfs_init()
19be31668552 orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()
3ecdca49ca49 scsi: target: iscsi: Fix a race condition between login_work and the login thread
04371a75a584 drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()
23d2bed04159 drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid()
d1c8b86b4ab7 scsi: smartpqi: Correct device removal for multi-actuator devices
41d8a934e2ea scsi: smartpqi: Add new controller PCI IDs
f2207145693a hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
74de6f6c8479 scsi: elx: libefc: Fix second parameter type in state callbacks
cbb17d7087ce Revert "PCI: Clear PCI_STATUS when setting up device"
fc521abb6ee4 crypto: hisilicon/qm - increase the memory of local variables
fc80b877f1d0 scsi: ufs: Reduce the START STOP UNIT timeout
39761417ea7b scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfs
cb873c93a7ad crypto: hisilicon/hpre - fix resource leak in remove process
65a1a20caf72 regulator: core: Fix resolve supply lookup issue
077bff242c13 Bluetooth: Add quirk to disable MWS Transport Configuration
9c89dcd53c64 Bluetooth: Add quirk to disable extended scanning
619523c1ab53 Bluetooth: hci_bcm: Add CYW4373A0 support
e070ef957b13 ice: synchronize the misc IRQ when tearing down Tx tracker
b0f25ca1ff9b regulator: core: Use different devices for resource allocation and DT lookup
f4731395d6db clk: st: Fix memory leak in st_of_quadfs_setup()
92b0888398e4 media: si470x: Fix use-after-free in si470x_int_in_callback()
43e5c20a8b44 mmc: sdhci-tegra: Issue CMD and DAT resets together
11ca98a1ed04 mmc: renesas_sdhi: better reset from HS400 mode
63604e820f15 mmc: renesas_sdhi: add quirk for broken register layout
c490e8c3d500 mmc: f-sdh30: Add quirks for broken timeout clock capability
55513864b418 nfs: fix possible null-ptr-deref when parsing param
96521aa5bc76 selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
a4fe51cd6894 hwmon: (nct6775) add ASUS CROSSHAIR VIII/TUF/ProArt B550M
f5ac749a0b21 wifi: mt76: do not run mt76u_status_worker if the device is not running
bc6c381df579 regulator: core: fix use_count leakage when handling boot-on
66d2f118d7d7 libbpf: Avoid enum forward-declarations in public API in C++ mode
ec58eae6c93a ASoC: amd: yc: Add Xiaomi Redmi Book Pro 14 2022 into DMI table
62db9242c1ca drm/amd/display: Fix DTBCLK disable requests and SRC_SEL programming
ec7475a20ceb drm/amd/display: Use the largest vready_offset in pipe group
b9f8ed9b01c4 drm/amdgpu: Fix potential double free and null pointer dereference
3759ae6600e4 ALSA: usb-audio: Add quirk for Tascam Model 12
33e8a3f61814 blk-mq: fix possible memleak when register 'hctx' failed
66d26ed30056 media: mediatek: vcodec: Can't set dst buffer to done when lat decode error
93bbf2ed4281 media: dvb-usb: fix memory leak in dvb_usb_adapter_init()
9945d05d6693 media: dvbdev: adopts refcnt to avoid UAF
669fb90507db media: dvb-frontends: fix leak of memory fw
f299f97a8e29 ethtool: avoiding integer overflow in ethtool_phys_id()
e6d276dcc920 bpf: Prevent decl_tag from being referenced in func_proto arg
8f4fb3844a0d bpf: Fix a BTF_ID_LIST bug with CONFIG_DEBUG_INFO_BTF not set
a866d6fe65ba drm/amd/display: Fix display corruption w/ VSR enable
ee678b1f52f9 ppp: associate skb with a device at tx
ba5dd4d3a339 bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
f51617c41da1 net: ethernet: mtk_eth_soc: drop packets to WDMA if the ring is full
563e45fd5046 mrp: introduce active flags to prevent UAF when applicant uninit
207501a98683 ipv6/sit: use DEV_STATS_INC() to avoid data-races
9921d1b68c46 net: add atomic_long_t to net_device_stats fields
1f116dfd114f nvme-auth: don't override ctrl keys before validation
43a819c467a1 drm/amd/display: fix array index out of bound error in bios parser
2ed52650a287 drm/amd/display: Workaround to increase phantom pipe vactive in pipesplit
d26364596db8 md/raid1: stop mdx_raid1 thread when raid1 array run failed
27e5d61a8e69 md/raid0, raid10: Don't set discard sectors for request queue
99bef41f8e8d drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()
302c0a8ed3bc drm/mediatek: Fix return type of mtk_hdmi_bridge_mode_valid()
a29f8af3e45f drm/sti: Use drm_mode_copy()
e398c0ad0c56 drm/rockchip: Use drm_mode_copy()
b6ebe51e836e drm/msm: Use drm_mode_copy()
cf0dcf0e8746 drm/amd/display: Disable DRR actions during state commit
d5368e054eb8 drm/amd/display: Use min transition for SubVP into MPO
cda74cdc280b s390/lcs: Fix return type of lcs_start_xmit()
d034fa43af92 s390/netiucv: Fix return type of netiucv_tx()
636f8534a772 s390/ctcm: Fix return type of ctc{mp,}m_tx()
36217f676b55 drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callback
1cae33c8f995 drm/amdgpu: Fix type of second parameter in trans_msg() callback
56483aecf6b2 igb: Do not free q_vector unless new one was allocated
46675bdbbb5e HID: uclogic: Add support for XP-PEN Deco LW
84bc0fe76182 HID: input: do not query XP-PEN Deco LW battery
630ab215956e wifi: brcmfmac: Fix potential NULL pointer dereference in 'brcmf_c_preinit_dcmds()'
ffb589963df1 wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request()
1adbbdce22aa hamradio: baycom_epp: Fix return type of baycom_send_packet()
1e4953b826e1 net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()
f186303845a0 bpf: make sure skb->len != 0 when redirecting to a tunneling device
ab576e2f1c5b drm/meson: Fix return type of meson_encoder_cvbs_mode_valid()
7dccd53ec7dc qed (gcc13): use u16 for fid to be big enough
a10e1530c424 wifi: ath11k: Fix qmi_msg_handler data structure initialization
15e6830642e6 HID: apple: enable APPLE_ISO_TILDE_QUIRK for the keyboards of Macs with the T2 chip
508cc67f9449 HID: apple: fix key translations where multiple quirks attempt to translate the same key
8b3d6b029a55 blk-mq: avoid double ->queue_rq() because of early timeout
6ec50ce315f4 drm/rockchip: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
22c4f8ef9c62 Revert "drm/amd/display: Limit max DSC target bpp for specific monitors"
dd76b1c9f692 drm/edid: add a quirk for two LG monitors to get them to work on 10bpc
2b7e54cdda3f drm/amd/display: prevent memory leak
f97e6d4af8ea drm/amd/display: skip commit minimal transition state
6cfa68c7d2ce bnx2: Use kmalloc_size_roundup() to match ksize() usage
bde272c8758d openvswitch: Use kmalloc_size_roundup() to match ksize() usage
79a124b588aa wifi: ath10k: Delay the unmapping of the buffer
34cfc4f03274 ipmi: fix memleak when unload ipmi driver
488c3ad53ac9 ASoC: Intel: avs: Add quirk for KBL-R RVP platform
82f4b57e2624 ASoC: codecs: rt298: Add quirk for KBL-R RVP platform
9aef34e1ae35 wifi: ar5523: Fix use-after-free on ar5523_cmd() timed out
0b7e6d681e00 wifi: ath9k: verify the expected usb_endpoints are present
200347eb3b26 brcmfmac: return error when getting invalid max_flowrings from dongle
35591c246995 media: imx-jpeg: Disable useless interrupt to avoid kernel panic
da4113e63f17 drm/etnaviv: add missing quirks for GC300
bfc9d8f27f89 hfs: fix OOB Read in __hfs_brec_find
96d66b7074cb ACPI: x86: Add skip i2c clients quirk for Medion Lifetab S10346
ef7cf3c92382 btrfs: do not panic if we can't allocate a prealloc extent state
a1f90b9a333c ACPI: x86: Add skip i2c clients quirk for Lenovo Yoga Tab 3 Pro (YT3-X90F)
87c51832b7af x86/apic: Handle no CONFIG_X86_X2APIC on systems with x2APIC enabled by BIOS
0aac6e60c464 acct: fix potential integer overflow in encode_comp_t()
a16731fa1b96 nilfs2: fix shift-out-of-bounds due to too large exponent of block size
62d11ec205ef nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()
64958e12bb98 ACPI: video: Add force_native quirk for Sony Vaio VPCY11S1E
218c556cded5 ACPI: video: Add force_vendor quirk for Sony Vaio PCG-FRV35
c6b9b3200298 ACPI: video: Change Sony Vaio VPCEH3U1E quirk to force_native
478412161af4 ACPI: video: Change GIGABYTE GB-BXBT-2807 quirk to force_none
c547d7ee0455 thermal/core: Ensure that thermal device is registered in thermal_zone_get_temp
799881db3e03 ACPICA: Fix error code path in acpi_ds_call_control_method()
f72e95c2204f ACPI: EC: Add quirk for the HP Pavilion Gaming 15-cx0041ur
b85f0e292f73 ACPI: processor: idle: Check acpi_fetch_acpi_dev() return value
3d340b684dce fs: jfs: fix shift-out-of-bounds in dbDiscardAG
ccb6bdf0b7b6 jfs: Fix fortify moan in symlink
090bf49833c5 udf: Avoid double brelse() in udf_rename()
67973caae78e fs: jfs: fix shift-out-of-bounds in dbAllocAG
aaf8770746da arm64: dts: qcom: sm6350: Add apps_smmu with streamID to SDHCI 1/2 nodes
a10ff5b8cf86 arm64: dts: qcom: sm8450: disable SDHCI SDR104/SDR50 on all boards
a91123d4bda4 binfmt_misc: fix shift-out-of-bounds in check_special_flags
46db95e714ac x86/hyperv: Remove unregister syscore call from Hyper-V cleanup
16fed31153ce video: hyperv_fb: Avoid taking busy spinlock on panic path
2e356d6de4c7 ARM: dts: aspeed: rainier,everest: Move reserved memory regions
992469fb6ca0 arm64: make is_ttbrX_addr() noinstr-safe
80a3e7ab477b rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()
1373e1b7206d net: fec: check the return value of build_skb()
8a37cf11dc78 HID: amd_sfh: Add missing check for dma_alloc_coherent
7b606804bbf0 mctp: Remove device type check at unregister
96ea05df9ed5 net: dsa: microchip: remove IRQF_TRIGGER_FALLING in request_threaded_irq
ae6fb31c0086 cifs: don't leak -ENOMEM in smb2_open_file()
a37f6d5541b2 mctp: serial: Fix starting value for frame check sequence
b458d349f875 net: stream: purge sk_error_queue in sk_stream_kill_queues()
70c8fcab6bf2 myri10ge: Fix an error handling path in myri10ge_probe()
7d88da597173 rxrpc: Fix missing unlock in rxrpc_do_sendmsg()
233bfb28d0fa net_sched: reject TCF_EM_SIMPLE case for complex ematch module
3fcf079958c0 mailbox: zynq-ipi: fix error handling while device_register() fails
525e54789c2b mailbox: arm_mhuv2: Fix return value check in mhuv2_probe()
cca61191a894 mailbox: mpfs: read the system controller's status
331615d837f4 skbuff: Account for tail adjustment during pull operations
ce321a1cd66b devlink: protect devlink dump by the instance lock
2838f0736cf0 arm64: dts: mt8183: Fix Mali GPU clock
6207862836ae soc: mediatek: pm-domains: Fix the power glitch issue
32d5fa5bdcce openvswitch: Fix flow lookup to use unmasked key
a02f965d828f selftests: devlink: fix the fd redirect in dummy_reporter_test
6298cab4d80b devlink: hold region lock when flushing snapshots
71e000446281 rtc: mxc_v2: Add missing clk_disable_unprepare()
a7316d07f087 igc: Set Qbv start_time and end_time to end_time if not being configured in GCL
4a3c071ff325 igc: recalculate Qbv end_time by considering cycle time
e0d11cda89a2 igc: allow BaseTime 0 enrollment for Qbv
3770bdee9640 igc: Add checking for basetime less than zero
94a033ae7d77 igc: Use strict cycles for Qbv scheduling
99dd830903d6 igc: Enhance Qbv scheduling by using first flag bit
c13d65dca354 net: dsa: mv88e6xxx: avoid reg_lock deadlock in mv88e6xxx_setup_port()
5944c25c67de r6040: Fix kmemleak in probe and remove
1d033ec2d179 unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()
e491285b4d08 nfc: pn533: Clear nfc_target before being used
306526331e7a net: enetc: avoid buffer leaks on xdp_do_redirect() failure
a44053cf3b9c media: v4l2-ctrls-api.c: add back dropped ctrl->is_new = 1
6a1504dd36cd bpf: prevent leak of lsm program after failed attach
146891d1af80 selftests/bpf: Select CONFIG_FUNCTION_ERROR_INJECTION
761564d93c82 block, bfq: fix possible uaf for 'bfqq->bic'
27f94fc22305 mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
06fcc7543f30 mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
793f872866d6 mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
b316841b6bdc bonding: do failover when high prio link up
2d31c6ed4428 bonding: add missed __rcu annotation for curr_active_slave
ba44c1fe8234 net: macsec: fix net device access prior to holding a lock
d843ebd860c5 nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure
f8059a2a2bdf iommu/mediatek: Fix forever loop in error handling
8a1a38289583 rtc: pcf85063: fix pcf85063_clkout_control
ed829c3b79b4 rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()
abfa5dd91453 rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()
75b2692c90ce netfilter: flowtable: really fix NAT IPv6 offload
7f47c91e465a mfd: pm8008: Fix return value check in pm8008_probe()
b8d07df9ede9 mfd: qcom_rpm: Fix an error handling path in qcom_rpm_probe()
e295ac85d618 mfd: bd957x: Fix Kconfig dependency on REGMAP_IRQ
3bcc06c5fd48 mfd: axp20x: Do not sleep in the power off handler
d387d36fcc54 dt-bindings: mfd: qcom,spmi-pmic: Drop PWM reg dependency
0ab849944365 powerpc/pseries/eeh: use correct API for error log size
bce7d8e9596d remoteproc: qcom: q6v5: Fix missing clk_disable_unprepare() in q6v5_wcss_qcs404_power_on()
add474591d6e remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_region()
f09a52e44263 remoteproc: qcom_q6v5_pas: detach power domains on remove
4458ed2d9570 remoteproc: qcom_q6v5_pas: disable wakeup on probe fail or remove
0903a87490a9 remoteproc: qcom: q6v5: Fix potential null-ptr-deref in q6v5_wcss_init_mmio()
ec97e9a5c2f2 remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()
b773e86fc196 RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()
c786f2ac3010 pwm: mediatek: always use bus clock for PWM on MT7622
24cc0c9b591a pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm
0bdadab07430 pwm: sifive: Call pwm_sifive_update_clock() while mutex is held
9a87b1562c37 iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITY
942218128976 iommu/mediatek: Validate number of phandles associated with "mediatek,larbs"
8412e5dd24ff iommu/mediatek: Add error path for loop of mm_dts_parse
21f56af86583 iommu/mediatek: Use component_match_add
44d7712267d1 iommu/mediatek: Add platform_device_put for recovering the device refcnt
b5dd27890c6d selftests/powerpc: Fix resource leaks
01e3641b168c powerpc/hv-gpci: Fix hv_gpci event list
983e28974755 powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_spi_probe()
5429722209ea powerpc/perf: callchain validate kernel stack pointer bounds
e45e3aae8df8 powerpc: dts: turris1x.dts: Add channel labels for temperature sensor
c909985dd0c0 kprobes: Fix check for probe enabled in kill_kprobe()
03d7168103f3 powerpc/pseries: fix plpks_read_var() code for different consumers
c156df808e11 powerpc/pseries: Return -EIO instead of -EINTR for H_ABORTED error
1a7657adb06b powerpc/pseries: Fix the H_CALL error code in PLPKS driver
b38e5a3c469e powerpc/pseries: fix the object owners enum value in plpks driver
8240299519db powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_data()
028631dd53a0 powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmds
2d7b6580384e cxl: Fix refcount leak in cxl_calc_capp_routing
fb3ef6a5af4b powerpc/52xx: Fix a resource leak in an error handling path
65572a13163f macintosh/macio-adb: check the return value of ioremap()
76837e7f6b30 macintosh: fix possible memory leak in macio_add_one_device()
de7eb5500979 iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()
b0637f4bd426 iommu/amd: Fix pci device refcount leak in ppr_notifier()
26427454bebf iommu: Avoid races around device probe
feca90441248 iommu/mediatek: Check return value after calling platform_get_resource()
51a7fbc59845 rtc: pcf85063: Fix reading alarm
6d4dacd4a91a rtc: snvs: Allow a time difference on clock register read
421091ae0e27 rtc: cmos: Disable ACPI RTC event on removal
93893e25d979 rtc: cmos: Rename ACPI-related functions
fbf866b150df rtc: cmos: Eliminate forward declarations of some functions
fd8b7f41a416 rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()
054d6b32c576 rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()
9ba808aec5a1 rtc: pcf2127: Convert to .probe_new()
59457a0f079e rtc: class: Fix potential memleak in devm_rtc_allocate_device()
6cb7ea142620 rtc: rzn1: Check return value in rzn1_rtc_probe
9f2a53f143e8 dmaengine: idxd: Fix crc_val field for completion record
f2e58e95273c fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fs
cf66351484ad phy: qcom-qmp-pcie: Fix sm8450_qmp_gen4x2_pcie_pcs_tbl[] register names
c5ca087f47de phy: qcom-qmp-pcie: Fix high latency with 4x2 PHY when ASPM is enabled
5d39a1d9a243 phy: qcom-qmp-pcie: Support SM8450 PCIe1 PHY in EP mode
e83821af6471 phy: qcom-qmp-pcie: support separate tables for EP mode
d1945ec03ca6 phy: qcom-qmp-pcie: split pcs_misc init cfg for ipq8074 pcs table
814cd5ca1c77 phy: qcom-qmp-pcie: split register tables into common and extra parts
984f35f57f74 pwm: tegra: Ensure the clock rate is not less than needed
49c8cc208464 pwm: tegra: Improve required rate calculation
67edfd980731 include/uapi/linux/swab: Fix potentially missing __always_inline
238a935ac0a7 phy: usb: Fix clock imbalance for suspend/resume
d19f1664c843 phy: usb: Use slow clock for wake enabled suspend
0bceef84f716 phy: usb: s2 WoL wakeup_count not incremented for USB->Eth devices
c40b86861146 phy: qcom-qmp-usb: fix sc8280xp PCS_USB offset
c91e4513bc18 dmaengine: idxd: Make read buffer sysfs attributes invisible for Intel IAA
f2f10a2db278 iommu/rockchip: fix permission bits in page table entries v2
92af3bbeb918 iommu/sun50i: Implement .iotlb_sync_map
9b25137905c8 iommu/sun50i: Fix flush size
3b95b7b0ddec iommu/sun50i: Fix R/W permission check
5ad5a837c364 iommu/sun50i: Consider all fault sources for reset
b4d8bf6c2a77 iommu/sun50i: Fix reset release
9b5569846a34 iommu/s390: Fix duplicate domain attachments
6792416576ff phy: qcom-qmp-usb: correct registers layout for IPQ8074 USB3 PHY
655d02663482 phy: qcom-qmp-usb: drop start and pwrdn-ctrl abstraction
f674ef5bf4e1 phy: qcom-qmp-usb: clean up status polling
71c03e6a0525 phy: qcom-qmp-usb: drop power-down delay config
71098933ea1b phy: qcom-qmp-usb: drop sc8280xp power-down delay
c6f0977eaa19 phy: qcom-qmp-usb: clean up power-down handling
d668d34df96a phy: qcom-qmp-pcie: fix ipq6018 initialisation
73af0c169079 phy: qcom-qmp-pcie: fix ipq8074-gen3 initialisation
abe9bf8c9501 phy: qcom-qmp-pcie: fix sc8180x initialisation
0b2e4f939450 phy: qcom-qmp-pcie: replace power-down delay
b52920f887e6 phy: qcom-qmp-pcie: drop power-down delay config
aa51fd765fe5 remoteproc: core: Auto select rproc-virtio device id
d53171d1d0e7 dmaengine: apple-admac: Allocate cache SRAM to channels
cc743a1d832d dmaengine: idxd: Make max batch size attributes in sysfs invisible for Intel IAA
0d0382b9c0d5 phy: qcom-qmp-pcie: drop bogus register update
cd1e1735aeab phy: marvell: phy-mvebu-a3700-comphy: Reset COMPHY registers before USB 3.0 power on
b259e31d150a fs/ntfs3: Harden against integer overflows
95afb464c86c fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()
2246ac03dd59 RDMA/siw: Fix pointer cast warning
54af75ddf3c6 perf stat: Do not delay the workload with --delay
9f4c997cd123 ftrace: Allow WITH_ARGS flavour of graph tracer with shadow call stack
616c17a2ef99 perf off_cpu: Fix a typo in BTF tracepoint name, it should be 'btf_trace_sched_switch'
75f7820de933 leds: is31fl319x: Fix setting current limit for is31fl319{0,1,3}
308eef3e16fd gfs2: Partially revert gfs2_inode_lookup change
b8131efb89d9 power: supply: fix null pointer dereferencing in power_supply_get_battery_info
301e40552833 perf branch: Fix interpretation of branch records
64245114c072 power: supply: bq25890: Ensure pump_express_work is cancelled on remove
81b0e5d5aa0c power: supply: bq25890: Convert to i2c's .probe_new()
ebf085a725b6 power: supply: bq25890: Factor out regulator registration code
7d1e3961725e power: supply: Fix refcount leak in rk817_charger_probe
b866e8a0b7dc power: supply: ab8500: Fix error handling in ab8500_charger_init()
42d976bd9766 HSI: omap_ssi_core: Fix error handling in ssi_init()
5150b76aa2eb power: supply: cw2015: Fix potential null-ptr-deref in cw_bat_probe()
be11e0951314 power: supply: z2_battery: Fix possible memleak in z2_batt_probe()
38d35aae1b27 perf symbol: correction while adjusting symbol
bc05eb64a10c perf trace: Handle failure when trace point folder is missed
27e9c2ca24ce perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number
01673142a679 perf trace: Return error if a system call doesn't exist
0fd13791feb6 watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running
a9b65ba1afcc power: supply: fix residue sysfs file in error handle route of __power_supply_register()
fa80f145e543 HSI: omap_ssi_core: fix possible memory leak in ssi_probe()
8159e2f8b60e HSI: omap_ssi_core: fix unbalanced pm_runtime_disable()
8a9c05d988cc perf stat: Move common code in print_metric_headers()
1b2a63c33106 perf stat: Use evsel__is_hybrid() more
6c8d5578180c perf tools: Fix "kernel lock contention analysis" test by not printing warnings in quiet mode
380304391fa7 led: qcom-lpg: Fix sleeping in atomic
7aca1cea8fcc fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()
5976889098e6 fbdev: uvesafb: don't build on UML
e268a5792536 fbdev: geode: don't build on UML
4c0d613d7999 fbdev: ep93xx-fb: Add missing clk_disable_unprepare in ep93xxfb_probe()
1fb436db9c87 fbdev: vermilion: decrease reference count in error path
e94ae434f659 fbdev: via: Fix error in via_core_init()
85255669ce72 fbdev: pm2fb: fix missing pci_disable_device()
3be1f7545369 fbdev: ssd1307fb: Drop optional dependency
ba9550952f20 thermal/drivers/qcom/lmh: Fix irq handler return value
f7f3721c78a2 thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2
6ddc86823973 thermal/of: Fix memory leak on thermal_of_zone_register() failure
8eeda6567cc4 thermal/drivers/k3_j72xx_bandgap: Fix the debug print message
db9d0e74a663 thermal/drivers/imx8mm_thermal: Validate temperature range
5cba61bcd2f7 samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()
f9ed133381eb ksmbd: Fix resource leak in ksmbd_session_rpc_open()
7f09fe9fc6ea tracing/hist: Fix issue of losting command info in error_log
82d1211f673b usb: typec: wusb3801: fix fwnode refcount leak in wusb3801_probe()
94cca9c33941 usb: storage: Add check for kcalloc
233348a04bec i2c: ismt: Fix an out-of-bounds bug in ismt_access()
f7a440c89b6d i2c: mux: reg: check return value after calling platform_get_resource()
86fdf151b9b8 gpiolib: protect the GPIO device against being dropped while in use by user-space
ac6ce3cd7a3e gpiolib: cdev: fix NULL-pointer dereferences
60ff9bd4ffc8 vme: Fix error not catched in fake_init()
7155f549dbca staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor()
73df1172bbcc staging: rtl8192u: Fix use after free in ieee80211_rx()
c8889afcd829 i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probe
ba090c6debb5 vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundaries
85a5660491b5 chardev: fix error handling in cdev_device_add()
4a9f1a8b3af2 mcb: mcb-parse: fix error handing in chameleon_parse_gdd()
0468a585710b drivers: mcb: fix resource leak in mcb_probe()
216437dd64fc usb: gadget: f_hid: fix refcount leak on error path
9e08b7f5fa00 usb: gadget: f_hid: fix f_hidg lifetime vs cdev
6fe1adeabc2a usb: core: hcd: Fix return value check in usb_hcd_setup_local_mem()
b3862858b678 usb: roles: fix of node refcount leak in usb_role_switch_is_parent()
0a022b756f74 tracing/user_events: Fix call print_fmt leak
e4b7d7297d37 coresight: cti: Fix null pointer error on CTI init before ETM
3c18888bc0b5 coresight: trbe: remove cpuhp instance node before remove cpuhp state
064bdc340526 counter: stm32-lptimer-cnt: fix the check on arr and cmp registers update
bc34896cd75a iio: adis: add '__adis_enable_irq()' implementation
49ac222945d7 iio: temperature: ltc2983: make bulk write buffer DMA-safe
2f5fd31b2f24 cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()
ab44c182353b cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()
71d2abab374f firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()
4e947fc71bec misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault and gru_handle_user_call_os
ef843ee20576 misc: tifm: fix possible memory leak in tifm_7xx1_switch_media()
40ff4c2335a9 ocxl: fix pci device refcount leak when calling get_function_0()
2fce8b3583d1 misc: ocxl: fix possible name leak in ocxl_file_register_afu()
6dd5fbd243f1 test_firmware: fix memory leak in test_firmware_init()
a4b84c112d8e habanalabs: fix return value check in hl_fw_get_sec_attest_data()
03dbb9e2e975 serial: sunsab: Fix error handling in sunsab_init()
ca89c2eb36ed serial: altera_uart: fix locking in polling mode
516614a371c2 serial: pch: Fix PCI device refcount leak in pch_request_dma()
408f64a6de74 serial: stm32: move dma_request_chan() before clk_prepare_enable()
898a162d5fc4 serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.
64bc5dbc3260 serial: amba-pl011: avoid SBSA UART accessing DMACR register
99a58ac42d9b USB: gadget: Fix use-after-free during usb config switch
5b38782cc358 extcon: usbc-tusb320: Update state on probe even if no IRQ pending
22b60658a902 usb: musb: omap2430: Fix probe regression for missing resources
20a945280d69 usb: typec: tipd: Fix typec_unregister_port error paths
63fff60c0066 usb: typec: tipd: Fix spurious fwnode_handle_put in error path
7bc33793042b usb: typec: tipd: Cleanup resources if devm_tps6598_psy_register fails
5f125507d227 usb: typec: tcpci: fix of node refcount leak in tcpci_register_port()
26937dcf067a usb: typec: Check for ops->exit instead of ops->enter in altmode_exit
85db68fc901d staging: vme_user: Fix possible UAF in tsi148_dma_list_add
71cfd25e2211 interconnect: qcom: sc7180: fix dropped const of qcom_icc_bcm
bdfa9f57b2a2 usb: fotg210-udc: Fix ages old endianness issues
b9dcd53356ea uio: uio_dmem_genirq: Fix deadlock between irq config and handling
ee180e867ce4 uio: uio_dmem_genirq: Fix missing unlock in irq configuration
31ef3d554d59 vfio/iova_bitmap: Fix PAGE_SIZE unaligned bitmaps
f0865e4f2c82 vfio: platform: Do not pass return buffer to ACPI _RST method
abaedb68a769 class: fix possible memory leak in __class_register()
9494faf74f8d drivers: staging: r8188eu: Fix sleep-in-atomic-context bug in rtw_join_timeout_handler
3d97c13a1152 serial: 8250_bcm7271: Fix error handling in brcmuart_init()
bffec1abc074 serial: tegra: Read DMA status before terminating
78fddc0ff971 drivers: dio: fix possible memory leak in dio_init()
6392d71b4bf9 riscv: Fix P4D_SHIFT definition for 3-level page table mode
dd203468f071 f2fs: fix iostat parameter for discard
652b2cdb3007 RISC-V: Align the shadow stack
ee0e9b2c4b9c IB/IPoIB: Fix queue count inconsistency for PKEY child interfaces
19b7b85773b1 hwrng: geode - Fix PCI device refcount leak
2e10ecd012ae hwrng: amd - Fix PCI device refcount leak
84ebdb6b65ad crypto: img-hash - Fix variable dereferenced before check 'hdev->req'
f2f2c6102ace riscv: Fix crash during early errata patching
e395fdfec46d RISC-V: Fix MEMREMAP_WB for systems with Svpbmt
eced7ec0cd89 RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path
9f4379692ace RDMA/hns: Fix XRC caps on HIP08
9e711eafabf0 RDMA/hns: Fix error code of CMD
d78e8b4c862d RDMA/hns: Fix page size cap from firmware
aaa589124d4c RDMA/hns: Fix PBL page MTR find
d3238c4d3a46 RDMA/hns: Fix AH attr queried by query_qp
60549c5224cd RDMA/hns: Fix the gid problem caused by free mr
bf0ad007e6cb orangefs: Fix sysfs not cleanup when dev init failed
38c1d5d2f8ae PCI: vmd: Fix secondary bus reset for Intel bridges
6c8319b90fe7 RDMA/srp: Fix error return code in srp_parse_options()
8bc0ecf1c382 RDMA/hfi1: Fix error return code in parse_platform_config()
de888c02ac32 RDMA: Disable IB HW for UML
3829187387e4 riscv/mm: add arch hook arch_clear_hugepage_flags
c19ca6553c2d crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()
22a59bb0aa5a crypto: amlogic - Remove kcalloc without check
10ed78c85b52 crypto: qat - fix error return code in adf_probe
c458c9d0ce97 RDMA/nldev: Fix failure to send large messages
3ee8611a1d0d f2fs: avoid victim selection from previous victim section
0807071c1b2b f2fs: fix to enable compress for newly created file if extension matches
1f9d91ffc383 f2fs: set zstd compress level correctly
65c73bc771d6 RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()
02e0170c4da2 scsi: ufs: core: Fix the polling implementation
4141cd9e8b33 scsi: snic: Fix possible UAF in snic_tgt_create()
aef82d16be5a scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails
4399a8632e5f scsi: ipr: Fix WARNING in ipr_init()
bc31e6820424 scsi: scsi_debug: Fix possible name leak in sdebug_add_host_helper()
cfa2f8098a6e scsi: fcoe: Fix possible name leak when device_register() fails
8698f359f252 scsi: scsi_debug: Fix a warning in resp_report_zones()
582b0a422642 scsi: scsi_debug: Fix a warning in resp_verify()
c7e96168a8ca scsi: efct: Fix possible memleak in efct_device_init()
c2e4692d019a scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device()
9aa5b09a5548 scsi: hpsa: Fix error handling in hpsa_add_sas_host()
d17bca3ddfe5 scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()
8642c72b081e crypto: hisilicon/qm - fix 'QM_XEQ_DEPTH_CAP' mask value
4841596b93f0 crypto: arm64/sm3 - fix possible crash with CFI enabled
9c1b30d5c1f7 crypto: arm64/sm3 - add NEON assembly implementation
23cf91c76489 crypto: x86/sm4 - fix crash with CFI enabled
e6e4e281be90 crypto: x86/sm3 - fix possible crash with CFI enabled
ae252643e884 crypto: x86/sha512 - fix possible crash with CFI enabled
76994f26226e crypto: x86/sha256 - fix possible crash with CFI enabled
f3b1021db697 crypto: x86/sha1 - fix possible crash with CFI enabled
8d447b92c3e2 crypto: x86/aria - fix crash with CFI enabled
5ab743151a62 crypto: x86/aegis128 - fix possible crash with CFI enabled
ff28b8afb786 padata: Fix list iterator in padata_do_serial()
6cfa9e60c0f8 padata: Always leave BHs disabled when running ->parallel()
314398bc1014 crypto: tcrypt - Fix multibuffer skcipher speed test mem leak
0aa7be66168b scsi: hpsa: Fix possible memory leak in hpsa_init_one()
21d8b6bd3730 PCI: endpoint: pci-epf-vntb: Fix call pci_epc_mem_free_addr() in error path
eef5d05cbbd6 dt-bindings: visconti-pcie: Fix interrupts array max constraints
e75080f9b4ee dt-bindings: imx6q-pcie: Fix clock names for imx6sx and imx8mq
821f9a18210f RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed
fc2c43bf41c8 RDMA/hns: fix memory leak in hns_roce_alloc_mr()
26cee0603af0 RDMA/irdma: Initialize net_type before checking it
d9dbd4ca2646 crypto: ccree - Make cc_debugfs_global_fini() available for module init function
ed8b5ff3b078 RDMA/hfi: Decrease PCI device reference count in error path
76ca6756bf03 PCI: Check for alloc failure in pci_request_irq()
c5a6776e44aa RDMA/hns: Fix incorrect sge nums calculation
2b214368bc0c RDMA/hns: Fix ext_sge num error when post send
06f73568f553 RDMA/rxe: Fix mr->map double free
f98601f9abde crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()
b5be6724f222 crypto: cryptd - Use request context instead of stack for sub-request
677f01f396ae crypto: ccree - Remove debugfs when platform_driver_register failed
953c81ffe384 scsi: scsi_debug: Fix a warning in resp_write_scat()
70adec0c790f RDMA/irdma: Do not request 2-level PBLEs for CQ alloc
b4502647c0b2 RDMA/irdma: Fix RQ completion opcode
1df9f815553d RDMA/irdma: Fix inline for multiple SGE's
3930245bc845 RDMA/siw: Set defined status for work completion with undefined status
c1d5a12f930f RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected port
cd06d32a71fb RDMA/core: Make sure "ib_port" is valid when access sysfs node
8731cb5c7820 RDMA/restrack: Release MR restrack when delete
cf968790a08f f2fs: fix to avoid accessing uninitialized spinlock
71bf3550b530 PCI: imx6: Initialize PHY before deasserting core reset
5d2e13358243 PCI: vmd: Disable MSI remapping after suspend
fa8a2f3be78e IB/mad: Don't call to function that might sleep while in atomic context
f3d26a8589df RDMA/siw: Fix immediate work request flush to completion queue
fdb9c354ac86 scsi: qla2xxx: Fix set-but-not-used variable warnings
425c9bd06b7a RDMA/irdma: Report the correct link speed
0b8578dc8477 f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()
b4244ca341ea f2fs: fix the assign logic of iocb
734e2cf3ee29 f2fs: allow to set compression for inlined file
fa2e65c1b1c6 f2fs: fix normal discard process
7e7db55d1e67 f2fs: fix gc mode when gc_urgent_high_remaining is 1
ae6c960a82c5 f2fs: fix to invalidate dcc->f2fs_issue_discard in error path
ed88147bfb4e fortify: Do not cast to "unsigned char"
12695b4b76d4 apparmor: Fix memleak in alloc_ns()
7417cc5151bc crypto: rockchip - rework by using crypto_engine
f945afb80f1d crypto: rockchip - remove non-aligned handling
89117da0102c crypto: rockchip - better handle cipher key
2edab0edfef5 crypto: rockchip - add fallback for ahash
ac798fd39e2a crypto: rockchip - add fallback for cipher
d2ce2922fd39 crypto: rockchip - do not store mode globally
2aecc5029fcc crypto: rockchip - do not do custom power management
1550e871120e f2fs: Fix the race condition of resize flag between resizefs
0ea2ba0d5b4f PCI: pci-epf-test: Register notifier if only core_init_notifier is enabled
7123963c57ee RDMA/core: Fix order of nldev_exit call
b5c7878b034c PCI: dwc: Fix n_fts[] array overrun
756e412cfcac apparmor: Use pointer to struct aa_label for lbs_cred
51a903281798 scsi: core: Fix a race between scsi_done() and scsi_timeout()
7b5bc00a59ef crypto: tcrypt - fix return value for multiple subtests
51592cf71682 crypto: nitrox - avoid double free on error path in nitrox_sriov_init()
204fdddd4698 crypto: sun8i-ss - use dma_addr instead u32
8a9db7913497 crypto: hisilicon/qm - re-enable communicate interrupt before notifying PF
9a6fab168cbc crypto: hisilicon/qm - fix incorrect parameters usage
f024bf13d4ff apparmor: Fix regression in stacking due to label flags
72a5b5641cac apparmor: Fix abi check to include v8 abi
053816fb455f apparmor: fix lockdep warning when removing a namespace
3d27a436e294 apparmor: fix a memleak in multi_transaction_new()
14ed46a13aba net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error path
06b81b4e669a i40e: Fix the inability to attach XDP program on downed interface
e0c54906cf67 stmmac: fix potential division by 0
aff5bca3c2e5 octeontx2-af: cn10k: mcs: Fix a resource leak in the probe and remove functions
e97a4ad295b0 Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()
9114e7fa80ce Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()
c1f213a8ccf3 Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()
866b20962954 Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave()
91ed02b7977b Bluetooth: hci_ll: don't call kfree_skb() under spin_lock_irqsave()
08c847f1a163 Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()
d123f2b94b9e Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()
8eefaa20568d Bluetooth: btintel: Fix missing free skb in btintel_setup_combined()
09a3b0c9c7c6 Bluetooth: hci_conn: Fix crash on hci_create_cis_sync
a65b09e3130b Bluetooth: Fix EALREADY and ELOOP cases in bt_status()
72560759f6e0 Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMS
66324c5eb5ee Bluetooth: hci_core: fix error handling in hci_register_dev()
b17b3203d479 sctp: sysctl: make extra pointers netns aware
07e28a8f4502 ntb_netdev: Use dev_kfree_skb_any() in interrupt context
4f9bcc999062 net: lan9303: Fix read error execution path
a8846b339860 net: ethernet: ti: am65-cpsw: Fix PM runtime leakage in am65_cpsw_nuss_ndo_slave_open()
512dc6796946 can: tcan4x5x: Fix use of register error status mask
73a1f06a4b6f can: m_can: Call the RAM init directly from m_can_chip_config
9f38ec243426 can: tcan4x5x: Remove invalid write in clear_interrupts
8718e17e0fac net: amd-xgbe: Check only the minimum speed for active/passive cables
7a7de9a6f198 net: amd-xgbe: Fix logic around active and passive cables
99a75f34db5b af_unix: call proto_unregister() in the error path in af_unix_init()
22dbe4a6ea37 net: setsockopt: fix IPV6_UNICAST_IF option for connected sockets
7cc54e9ffcf5 net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()
df7c78c3ab06 hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()
4bc76162596e net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()
2a979f087430 net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()
9027ed144a1c net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()
6c0fba2b683d net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()
588d0b8462f5 net/tunnel: wait until all sk_user_data reader finish before releasing the sock
bb1715a6bfb0 net: farsync: Fix kmemleak when rmmods farsync
5253d432dd36 ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()
71d88c7453ec of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and find_dup_cset_prop()
cbde8b3acbc8 ipvs: use u64_stats_t for the per-cpu counters
dcae92a24955 drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()
446757787baf net: stmmac: fix possible memory leak in stmmac_dvr_probe()
bfbc4f7f82da net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload()
e6730e15df96 net: defxx: Fix missing err handling in dfx_init()
6af94424012c net: vmw_vsock: vmci: Check memcpy_from_msg()
bd72ab5e6fc1 clk: socfpga: Fix memory leak in socfpga_gate_init()
8d64aca5e8f3 bpf: Do not zero-extend kfunc return values
8682d0a6ee54 blktrace: Fix output non-blktrace event when blk_classic option enabled
bbb2d35386c1 wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()
36a2786145ef wifi: rtl8xxxu: Fix the channel width reporting
8e2d450c4e5b wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2h
9d0190d4722a spi: spi-gpio: Don't set MOSI as an input if not 3WIRE mode
a35323218ff3 clk: samsung: Fix memory leak in _samsung_clk_register_pll()
c93ecbb21b9a media: staging: stkwebcam: Restore MEDIA_{USB,CAMERA}_SUPPORT dependencies
0209e70ad496 media: coda: Add check for kmalloc
05f165ded4a7 media: coda: Add check for dcoda_iram_alloc
ccb4e8de1e7e media: c8sectpfe: Add of_node_put() when breaking out of loop
86e52c02e288 regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_probe()
83a9cd6e0a96 nvme: pass nr_maps explicitly to nvme_alloc_io_tag_set
5aebe9ba130a mmc: core: Normalize the error handling branch in sd_read_ext_regs()
1b3f0b02486b memstick/ms_block: Add check for alloc_ordered_workqueue
d87d565fec52 mmc: renesas_sdhi: alway populate SCC pointer
eb8431dc4b5a mmc: mmci: fix return value check of mmc_add_host()
3697d9af93bf mmc: wbsd: fix return value check of mmc_add_host()
ba91b413983a mmc: via-sdmmc: fix return value check of mmc_add_host()
f5ce76aeddf0 mmc: meson-gx: fix return value check of mmc_add_host()
4e1dc24bcfc8 mmc: omap_hsmmc: fix return value check of mmc_add_host()
85946ceb0fac mmc: atmel-mci: fix return value check of mmc_add_host()
9229e7a00f5b mmc: litex_mmc: ensure `host->irq == 0` if polling
eb7a2d516d4f mmc: wmt-sdmmc: fix return value check of mmc_add_host()
2044b2ea7794 mmc: vub300: fix return value check of mmc_add_host()
bfd77b194c94 mmc: toshsd: fix return value check of mmc_add_host()
a522e26a20a4 mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host()
ffa9b2a79e3e mmc: rtsx_pci: fix return value check of mmc_add_host()
5a62cba13851 mmc: pxamci: fix return value check of mmc_add_host()
d2ead18bc7cc mmc: mxcmmc: fix return value check of mmc_add_host()
40aa73c70e8a mmc: moxart: fix return value check of mmc_add_host()
60fafcf2fb7e mmc: alcor: fix return value check of mmc_add_host()
774d97b5ed7c hwmon: (emc2305) fix pwm never being able to set lower
4cf53e91f36a hwmon: (emc2305) fix unable to probe emc2301/2/3
12e677201777 bpftool: Fix memory leak in do_build_table_cb
adebac5995c9 riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC
86c1f5d5f498 NFSv4.x: Fail client initialisation if state manager thread can't run
a89715bc9523 NFS: Allow very small rsize & wsize again
f6a174755c33 NFSv4.2: Set the correct size scratch buffer for decoding READ_PLUS
05acc401bca3 SUNRPC: Fix missing release socket in rpc_sockname()
17c49afc694e xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()
aae4846e8e49 pinctrl: thunderbay: fix possible memory leak in thunderbay_build_functions()
250eed7b9994 ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interrupt
0859b2e1d5fa media: ov5640: set correct default link frequency
3872adf30623 media: saa7164: fix missing pci_disable_device()
809b48cb2eee ALSA: pcm: Set missing stop_operating flag at undoing trigger start
5c3568166129 bpf, sockmap: fix race in sock_map_free()
9283a0f51173 bpf: Add dummy type reference to nf_conn___init to fix type deduplication
204d0f668d0f hwmon: (jc42) Restore the min/max/critical temperatures on resume
24186b599624 hwmon: (jc42) Convert register access and caching to regmap/regcache
f86b2f216636 regulator: core: fix resource leak in regulator_register()
c72eb6e6e49a configfs: fix possible memory leak in configfs_create_dir()
d2576d29da71 hsr: Synchronize sequence number updates.
b5259dcfa3e1 hsr: Synchronize sending frames to have always incremented outgoing seq nr.
3b79aaa88bab hsr: Disable netpoll.
1517be0aef6d hsr: Avoid double remove of a node.
4d2f6c44fd85 hsr: Add a rcu-read lock to hsr_forward_skb().
41d4bcc624cf Revert "net: hsr: use hlist_head instead of list_head for mac addresses"
35a6ae235108 clk: qcom: clk-krait: fix wrong div2 functions
3b317660e43f clk: qcom: lpass-sc7180: Fix pm_runtime usage
607ccb7d3d35 clk: qcom: lpass-sc7280: Fix pm_runtime usage
89f19d11aad8 regulator: core: fix module refcount leak in set_supply()
2d4b9c7e81f3 mt76: mt7915: Fix PCI device refcount leak in mt7915_pci_init_hif2()
d26fdb1ec5b7 wifi: mt76: do not send firmware FW_FEATURE_NON_DL region
52f7e2392617 wifi: mt76: mt7921: Add missing __packed annotation of struct mt7921_clc
eb9102556565 wifi: mt76: fix coverity overrun-call in mt76_get_txpower()
f11c5a1926c9 wifi: mt76: mt7921: fix wrong power after multiple SAR set
71e73d3ce2b8 wifi: mt76: mt7915: Fix chainmask calculation on mt7915 DBDC
13b31708e54f wifi: mt76: mt7915: rework eeprom tx paths and streams init
5e55a45d9196 wifi: mt76: mt7921: fix reporting of TX AGGR histogram
6435fc52ef36 wifi: mt76: mt7915: fix reporting of TX AGGR histogram
1d3ecd157294 wifi: mt76: mt7915: fix mt7915_mac_set_timing()
c6cd8bacafc2 wifi: mt76: mt7921: fix antenna signal are way off in monitor mode
ae99debcf6b8 wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() fails
92c9732ce7eb wifi: mac80211: fix maybe-unused warning
9a50a7f64243 wifi: mac80211: fix memory leak in ieee80211_if_add()
687b6b37c094 wifi: nl80211: Add checks for nla_nest_start() in nl80211_send_iface()
16984b61ef15 spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODE
58cf9f4b79ad bonding: uninitialized variable in bond_miimon_inspect()
26a844a91ecb bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirect
e45de3007ac5 bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes
113236e8f49f bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data
ff0d392a4255 Input: wistron_btns - disable on UML
ce7de847f19e netfilter: conntrack: set icmpv6 redirects as RELATED
f0f1982ddfb4 clk: visconti: Fix memory leak in visconti_register_pll()
4fa98de4f8c8 ASoC: pcm512x: Fix PM disable depth imbalance in pcm512x_probe
7c852e8f93f0 drm/i915/bios: fix a memory leak in generate_lfp_data_ptrs
c65564790048 drm/amdkfd: Fix memory leakage
a8b54ad7106c drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios()
a6cffe54064a drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()
dba7d8572224 amdgpu/nv.c: Corrected typo in the video capabilities resolution
dd574ff7a7f2 drm/amd/pm/smu11: BACO is supported when it's in BACO state
95569b7285dc clk: mediatek: fix dependency of MT7986 ADC clocks
77c6b6be7e80 ASoC: mediatek: mt8173: Enable IRQ when pdata is ready
3a2ecd1ec140 wifi: iwlwifi: mvm: fix double free on tx path.
f52cf83c18cf wifi: rtl8xxxu: Fix use after rcu_read_unlock in rtl8xxxu_bss_info_changed
fce7e4627364 wifi: plfxlc: fix potential memory leak in __lf_x_usb_enable_rx()
98dbd1329b4a ALSA: asihpi: fix missing pci_disable_device()
6f3d56783fbe NFS: Fix an Oops in nfs_d_automount()
0393e0316cdd NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn
b247a9828f66 NFSv4: Fix a credential leak in _nfs4_discover_trunking()
43fe5686d4a4 NFSv4.2: Fix initialisation of struct nfs4_label
7c6975209d98 NFSv4.2: Fix a memory stomp in decode_attr_security_label
4711196ada6b NFSv4.2: Always decode the security label
860b951e92c3 NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decoding
b88b4035b218 drm/msm/mdp5: fix reading hw revision on db410c platform
deed9567aae0 ASoC: mediatek: mtk-btcvsd: Add checks for write and read of mtk_btcvsd_snd
9d997d67e501 ASoC: dt-bindings: wcd9335: fix reset line polarity in example
a5d99bf9cf77 drm/tegra: Add missing clk_disable_unprepare() in tegra_dc_probe()
6a27110802eb media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoC
2e6203ef474b media: mediatek: vcodec: Core thread depends on core_list
c703b86a4972 media: mediatek: vcodec: Setting lat buf to lat_list when lat decode error
43a4ae7b7879 media: mediatek: vcodec: Fix h264 set lat buffer error
fd975256eb26 media: mediatek: vcodec: Fix getting NULL pointer for dst buffer
c9411d57c1de media: amphion: lock and check m2m_ctx in event handler
c0c1903e8733 media: amphion: cancel vpu before release instance
1ca1405d52c8 media: amphion: try to wakeup vpu core to avoid failure
5100ab6744e7 media: sun8i-a83t-mipi-csi2: Register async subdev with no sensor attached
65b3232f9e91 media: sun6i-mipi-csi2: Register async subdev with no sensor attached
6c1c8499cdb6 media: sun8i-a83t-mipi-csi2: Require both pads to be connected for streaming
daf248d2d6a5 media: sun6i-mipi-csi2: Require both pads to be connected for streaming
b1898793777f x86/boot: Skip realmode init code when running as Xen PV guest
6b60cf73a931 media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()
ed4293a07c1c media: dvb-core: Fix ignored return value in dvb_register_frontend()
5e2fa5132995 pinctrl: pinconf-generic: add missing of_node_put()
d998e985232a clk: imx8mn: fix imx8mn_enet_phy_sels clocks list
a03b59a0c83d clk: imx8mn: fix imx8mn_sai2_sels clocks list
4b7b740009fa clk: imx: rename video_pll1 to video_pll
90b4de668466 clk: imx: replace osc_hdmi with dummy
99bd07dc8519 clk: imx8mn: rename vpu_pll to m7_alt_pll
d6ebcae042ce media: mt9p031: Drop bogus v4l2_subdev_get_try_crop() call from mt9p031_init_cfg()
0f5250e1de5f media: imx: imx7-media-csi: Clear BIT_MIPI_DOUBLE_CMPNT for <16b formats
3f8b24ab0d00 media: imon: fix a race condition in send_packet()
f38df8984ef1 media: vimc: Fix wrong function called when vimc_init() fails
841315c1db6b ASoC: mediatek: mt8186: Correct I2S shared clocks
5827a5656d5a ASoC: qcom: cleanup and fix dependency of QCOM_COMMON
b1e4f92dd0c1 ASoC: qcom: Add checks for devm_kcalloc
a999525c7b69 drbd: destroy workqueue when drbd device was freed
6c4c5d5e4a0d drbd: remove call to memset before free device/resource/connection
a1b061cafdbc mtd: maps: pxa2xx-flash: fix memory leak in probe
616dc895d982 mtd: core: Fix refcount error in del_mtd_device()
95e90bcc934f clk: microchip: check for null return of devm_kzalloc()
d87f58c25447 bonding: fix link recovery in mode 2 when updelay is nonzero
e1abb71ed774 selftests/bpf: Mount debugfs in setns_by_fd
4074774f55d4 selftests/bpf: Make sure zero-len skbs aren't redirectable
cbd17cb4df07 drm/i915/guc: make default_lists const data
d7352b410471 drm/amdgpu: fix pci device refcount leak
f2ffb8653ea8 clk: rockchip: Fix memory leak in rockchip_clk_register_pll()
55e44791a547 regulator: core: use kfree_const() to free space conditionally
83ddd4cc8f25 ALSA: seq: fix undefined behavior in bit shift for SNDRV_SEQ_FILTER_USE_EVENT
2b951e13bd17 ALSA: pcm: fix undefined behavior in bit shift for SNDRV_PCM_RATE_KNOT
bfa34e24ced6 ASoC: Intel: avs: Lock substream before snd_pcm_stop()
51618c1d77af ASoC: Intel: Skylake: Fix Kconfig dependency
1dc70897f1ac wifi: rtw89: fix physts IE page check
60dcaf068f42 pinctrl: k210: call of_node_put()
66d362f16d46 clk: imx: imxrt1050: fix IMXRT1050_CLK_LCDIF_APB offsets
258730e8f68f HID: hid-sensor-custom: set fixed size for custom attributes
21f15d8ffdb4 bpf: Move skb->len == 0 checks into __bpf_redirect
92f30b33df3d clk: imx93: correct enet clock
a1981f67d57e clk: imx93: unmap anatop base in error handling path
1372f4f6fcb1 HID: i2c: let RMI devices decide what constitutes wakeup event
3751ba4aec0b bpf: Pin the start cgroup in cgroup_iter_seq_init()
b7c906977301 clk: imx93: correct the flexspi1 clock setting
c536932b6a2a mtd: spi-nor: Fix the number of bytes for the dummy cycles
58701a96062f mtd: spi-nor: hide jedec_id sysfs attribute if not present
d24fd986ae9d net: Return errno in sk->sk_prot->get_port().
073b50de84cb udp: Clean up some functions.
53fc231277da net: ethernet: mtk_eth_soc: fix RSTCTRL_PPE{0,1} definitions
7d4af96be535 media: videobuf-dma-contig: use dma_mmap_coherent
d72bff7e6cc3 media: amphion: Fix error handling in vpu_driver_init()
abc73b6739a1 media: platform: exynos4-is: Fix error handling in fimc_md_init()
9416861170ba media: solo6x10: fix possible memory leak in solo_sysfs_init()
8a204a0b4a0d media: vidtv: Fix use-after-free in vidtv_bridge_dvb_init()
48c489fafa46 media: amphion: apply vb2_queue_error instead of setting manually
e9fbed19ad17 media: amphion: add lock around vdec_g_fmt
2bf8461ee33c net: ethernet: mtk_eth_soc: do not overwrite mtu configuration running reset routine
38e2a92cd174 ASoC: amd: acp: Fix possible UAF in acp_dma_open
917e58a84e85 Input: elants_i2c - properly handle the reset GPIO when power is off
c4cc41e94d83 mtd: lpddr2_nvm: Fix possible null-ptr-deref
fee1df5a5835 drm/msm/a6xx: Fix speed-bin detection vs probe-defer
73b7f8a820d2 wifi: ath10k: Fix return value in ath10k_pci_init()
4448a8dd1e7c selftests/bpf: fix memory leak of lsm_cgroup
773bfda35c95 dm: track per-add_disk holder relations in DM
ce65ef11d37e dm: make sure create and remove dm device won't race with open and close table
365c351efd4a dm: cleanup close_table_device
3a3742f6b0a2 dm: cleanup open_table_device
475bdd75447a block: clear ->slave_dir when dropping the main slave_dir reference
d2845542a953 ima: Fix misuse of dereference of pointer in template_desc_init_fields()
c591c48842f0 integrity: Fix memory leakage in keyring allocation error path
accc7993a780 ALSA: memalloc: Allocate more contiguous pages for fallback case
0a730f51b02a drm/fourcc: Fix vsub/hsub for Q410 and Q401
8cf1235a49a3 regulator: qcom-rpmh: Fix PMR735a S3 regulator spec
a428dcc4a421 wifi: rtw89: Fix some error handling path in rtw89_core_sta_assoc()
18ef9434379b nvme: return err on nvme_init_non_mdts_limits fail
8084bd0a64e2 amdgpu/pm: prevent array underflow in vega20_odn_edit_dpm_table()
2f98469c3141 regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()
3b97e1e894ec nvmet: only allocate a single slab for bvecs
21b92cf41952 ASoC: pxa: fix null-pointer dereference in filter()
83a583a36982 drm/mediatek: Modify dpi power on/off sequence.
8c39a6157c45 selftests/bpf: Fix incorrect ASSERT in the tcp_hdr_options test
6bbbe4948d46 selftests/bpf: Fix xdp_synproxy compilation failure in 32-bit arch
69d51c26ea83 ASoC: codecs: wsa883x: use correct header file
66fdbc0f2445 ASoC: codecs: wsa883x: Use proper shutdown GPIO polarity
7a779e84b3c4 module: Fix NULL vs IS_ERR checking for module_get_next_page
0183b7c49cfd wifi: iwlwifi: mei: fix potential NULL-ptr deref after clone
57f6784d8831 wifi: iwlwifi: mei: avoid blocking sap messages handling due to rtnl lock
a29e442ee110 wifi: iwlwifi: mei: fix tx DHCP packet for devices with new Tx API
9829f3a5ae4b wifi: iwlwifi: mei: don't send SAP commands if AMT is disabled
39138cee7ab9 wifi: iwlwifi: mei: make sure ownership confirmed message is sent
61dd45b01b20 pinctrl: mediatek: fix the pinconf register offset of some pins
afe3309dedec dt-bindings: pinctrl: update uart/mmc bindings for MT7986 SoC
9e203e437310 drm/radeon: Add the missed acpi_put_table() to fix memory leak
0544ea57f999 bfq: fix waker_bfqq inconsistency crash
0c57b39033e0 drbd: use blk_queue_max_discard_sectors helper
961db32e52f4 regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnode
2bba26652613 drm: rcar-du: Drop leftovers dependencies from Kconfig
7f8811ed9853 wifi: rtw89: use u32_encode_bits() to fill MAC quota value
fb9277b1c82c drm: lcdif: Set and enable FIFO Panic threshold
735d1820a6b1 rxrpc: Fix ack.bufferSize to be 0 when generating an ack
5697a0d4a7e1 net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()
3c1aac9cef5f virt/sev-guest: Add a MODULE_ALIAS
91426b258392 clk: renesas: r8a779f0: Fix SCIF parent clocks
697fc4dfcb6e clk: renesas: r8a779f0: Fix HSCIF parent clocks
3eb954aac208 media: camss: Do not attach an already attached power domain on MSM8916 platform
24df4fa3e795 media: camss: Clean up received buffers on failed start of streaming
c6e31be0f72c wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control port
7503bb76a141 Input: joystick - fix Kconfig warning for JOYSTICK_ADC
26c304a3f136 mtd: core: fix possible resource leak in init_mtd()
bcabe1dc2a34 mtd: Fix device name leak when register device failed in add_mtd_device()
386cb647b8fb clk: qcom: gcc-sm8250: Use retention mode for USB GDSCs
c4809c3dd342 clk: qcom: dispcc-sm6350: Add CLK_OPS_PARENT_ENABLE to pixel&byte src
ab6bfd335cf1 clk: qcom: gcc-ipq806x: use parent_data for the last remaining entry
ddbed3b583ac bpf: propagate precision across all frames, not just the last one
3a59f8bef663 bpf: propagate precision in ALU/ALU64 operations
fac1282fc80a media: platform: exynos4-is: fix return value check in fimc_md_probe()
2f558c5208b0 media: vivid: fix compose size exceed boundary
40356e4c885b media: rkvdec: Add required padding
926893538b71 media: platform: mtk-mdp3: fix error handling in mdp_probe()
ef9170c00e1a media: platform: mtk-mdp3: fix error handling about components clock_on
ab49175a5a88 media: platform: mtk-mdp3: fix error handling in mdp_cmdq_send()
12b7733807b6 drm/msm/dsi: Prevent signed BPG offsets from bleeding into adjacent bits
043b1493deae drm/msm/dsi: Disallow 8 BPC DSC configuration for alternative BPC values
0a323c2aa127 drm/msm/dsi: Account for DSC's bits_per_pixel having 4 fractional bits
8a80ad33dbd2 drm/msm/dsi: Migrate to drm_dsc_compute_rc_parameters()
9929c46ccca8 drm/msm/dsi: Appropriately set dsc->mux_word_size based on bpc
275b1d41f9b2 drm/msm/dsi: Reuse earlier computed dsc->slice_chunk_size
f5bf0e54c47c drm/msm/dsi: Use DIV_ROUND_UP instead of conditional increment on modulo
f0282e1d5749 drm/msm/dsi: Remove repeated calculation of slice_per_intf
36e8894c5676 drm/msm/dsi: Remove useless math in DSC calculations
4235be829c9e drm/msm/dpu1: Account for DSC's bits_per_pixel having 4 fractional bits
fae22b0b5b4b bpf: Fix slot type check in check_stack_write_var_off
ebe6c699ee26 bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_ID
e7a3542f44fd drm/msm/hdmi: use devres helper for runtime PM management
8008f1691c15 ima: Handle -ESTALE returned by ima_filter_rule_match()
e9a22f40f347 drm/msm/mdp5: stop overriding drvdata
6528971fdce0 drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATED
465611e81258 drm/panel/panel-sitronix-st7701: Remove panel on DSI attach failure
8b39120d4d9c spi: Update reference to struct spi_controller
18f36c3eed39 drm/panel/panel-sitronix-st7701: Fix RTNI calculation
f3ba0b7a4794 drm: lcdif: change burst size to 256B
521dc068ef5d clk: renesas: r9a06g032: Repair grave increment error
bd449cadc8db drm/i915/dgfx: Grab wakeref at i915_ttm_unmap_virtual
6039c79ea54f drm/i915: Encapsulate lmem rpm stuff in intel_runtime_pm
37ec70c44ec9 drm/i915: Refactor ttm ghost obj detection
ed52edf44432 drm/i915: Handle all GTs on driver (un)load paths
12a9b4c4ebd9 drm/rockchip: lvds: fix PM usage counter unbalance in poweron
2734b3eb7210 drm/amd/display: wait for vblank during pipe programming
f87cd02c3b65 dw9768: Enable low-power probe on ACPI
64f61e18286b drm/i915/guc: Fix GuC error capture sizing estimation and reporting
2fb13ac78aa9 drm/i915/guc: Add error-capture init warnings when needed
fe9f9b9d06d3 ASoC: dt-bindings: rt5682: Set sound-dai-cells to 1
0b708cb7f03d clk: renesas: r8a779a0: Fix SD0H clock name
fb0425321947 clk: renesas: r8a779f0: Fix SD0H clock name
a8e14234ac26 can: kvaser_usb: Compare requested bittiming parameters with actual parameters in do_set_{,data}_bittiming
70e91ddbe3b1 can: kvaser_usb: Add struct kvaser_usb_busparams
87669964867a can: kvaser_usb_leaf: Fix bogus restart events
e66e75eed961 can: kvaser_usb_leaf: Fix wrong CAN state after stopping
1eef65b79fce can: kvaser_usb_leaf: Fix improved state not being reported
6354011aa53c can: kvaser_usb_leaf: Set Warning state even without bus errors
10081f449a06 can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENT
368ee61e7b13 can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {leaf,usbcan}_cmd_can_error_event
2a07780ad2ff can: kvaser_usb: kvaser_usb_leaf: Get capabilities from device
8543ac492366 libbpf: Btf dedup identical struct test needs check for nested structs/arrays
5d68a8c82759 media: exynos4-is: don't rely on the v4l2_async_subdev internals
3a54b7286893 media: i2c: ov5648: Free V4L2 fwnode data on unbind
91a8528694a1 soreuseport: Fix socket selection for SO_INCOMING_CPU.
a5514f2f83a1 venus: pm_helpers: Fix error check in vcodec_domains_get()
0a132a42b77f media: i2c: ad5820: Fix error path
436873067841 media: i2c: hi846: Fix memory leak in hi846_parse_dt()
5459eaca151d drm/i915: Fix compute pre-emption w/a to apply to compute engines
72b414661dc1 drm/i915/guc: Limit scheduling properties to avoid overflow
ad8eb8ed0d39 media: mediatek: vcodec: fix h264 cavlc bitstream fail
246f266634f5 media: cedrus: hevc: Fix offset adjustments
563d50ec220f media: v4l2-ioctl.c: Unify YCbCr/YUV terms in format descriptions
5d1a2d2a1183 media: adv748x: afe: Select input port when initializing AFE
fc6579f00506 media: amphion: reset instance if it's aborted before codec header parsed
e7d1e0b75264 media: coda: jpeg: Add check for kmalloc
b9d1093140e2 media: v4l2-ctrls: Fix off-by-one error in integer menu control check
a7e8439e297e Input: iqs7222 - protect against undefined slider size
172d4d640750 drm/bridge: it6505: Initialize AUX channel in it6505_i2c_probe
782175a60176 selftests/bpf: fix missing BPF object files
05d55bbd8d27 samples/bpf: Fix MAC address swapping in xdp2_kern
818b68651cde samples/bpf: Fix map iteration in xdp1_user
22d569b3d1a0 net: ethernet: adi: adin1110: Fix SPI transfers
1c65f8f98148 drm/amdgpu/powerplay/psm: Fix memory leak in power state init
9ccd11718d76 drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly"
3265e0f2f85a ipmi: kcs: Poll OBF briefly to reduce OBE latency
0bad12fee5ae ASoC: Intel: avs: Fix potential RX buffer overflow
b793142e7d6f ASoC: Intel: avs: Fix DMA mask assignment
e02b42f3fc56 pinctrl: ocelot: add missing destroy_workqueue() in error path in ocelot_pinctrl_probe()
55442d2f2cfa ata: libata: fix NCQ autosense logic
76b014f2f595 drm: lcdif: Switch to limited range for RGB to YUV conversion
ecb0f3d7dd13 libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()
e0f5361d95aa libbpf: Deal with section with no data gracefully
622ff59742fe libbpf: Use elf_getshdrnum() instead of e_shnum
3c48bbf4264f selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.c
bec359a2a48f selftests/bpf: Fix error failure of case test_xdp_adjust_tail_grow
661e952bc9ef selftest/bpf: Fix memory leak in kprobe_multi_test
d7dc8fad67fa selftests/bpf: Fix memory leak caused by not destroying skeleton
13866e924a57 libbpf: Fix memory leak in parse_usdt_arg()
fbe08093fb23 libbpf: Fix use-after-free in btf_dump_name_dups
e4ebe4eb7ef5 drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridge
edf05f091cc7 wifi: ath11k: fix firmware assert during bandwidth change for peer sta
d161b3de52dd wifi: rtl8xxxu: Fix reading the vendor of combo chips
71fc0ad671a6 wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()
08aa0537ec8c wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()
588f2f9c7df6 drm/atomic-helper: Don't allocate new plane state in CRTC check
daf8163bd9ca wifi: mac80211: fix ifdef symbol name
8f8e5ca4e038 wifi: mac80211: check link ID in auth/assoc continuation
bb7743955a92 wifi: mac80211: mlme: fix null-ptr deref on failed assoc
cd5d16539330 wifi: fix multi-link element subelement iteration
49cafaad0ba5 selftests/bpf: Add missing bpf_iter_vma_offset__destroy call
cd58eb4338ce platform/mellanox: mlxbf-pmc: Fix event typo
28dad915abe4 ipc: fix memory leak in init_mqueue_fs()
b59624258598 rapidio: devices: fix missing put_device in mport_cdev_open
88579c158e02 hfs: Fix OOB Write in hfs_asc2mac
caaa3b42a204 relay: fix type mismatch when allocating memory in relay_create_buf()
ab2f429240b8 eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFD
cb87af2c19c0 rapidio: fix possible UAF when kfifo_alloc() fails
c8d1f3d1b25b fs: sysv: Fix sysv_nblocks() returns wrong value
b6dccca21b1f NFSD: pass range end to vfs_fsync_range() instead of count
82474db85bab nfsd: return error if nfs4_setacl fails
d7aa9f777831 lockd: set other missing fields when unlocking files
5c8e13a2b66a MIPS: OCTEON: warn only once if deprecated link status is being used
412bd425cc35 MIPS: BCM63xx: Add check for NULL for clk in clk_enable
dc7224749484 platform/x86: intel_scu_ipc: fix possible name leak in __intel_scu_ipc_register()
87426ce3bd57 platform/x86: mxm-wmi: fix memleak in mxm_wmi_call_mx[ds|mx]()
6613f36a2fa5 platform/chrome: cros_ec_typec: zero out stale pointers
40c73b2ea961 erofs: validate the extent length for uncompressed pclusters
373b6f350aec erofs: fix missing unmap if z_erofs_get_extent_compressedlen() fails
618e712b99c7 erofs: Fix pcluster memleak when its block address is zero
18067e262416 erofs: check the uniqueness of fsid in shared domain in advance
6a5061dd651c PM: runtime: Do not call __rpm_callback() from rpm_idle()
4da411086f5a xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()
b44457b83a03 x86/xen: Fix memory leak in xen_init_lock_cpu()
f698f88f042c x86/xen: Fix memory leak in xen_smp_intr_init{_pv}()
daea9a0647df uprobes/x86: Allow to probe a NOP instruction with 0x66 prefix
01f2c2052ea5 ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage()
404b4b9770d8 clocksource/drivers/timer-ti-dm: Fix missing clk_disable_unprepare in dmtimer_systimer_init_clock()
6b0a5f9e153e clocksource/drivers/timer-ti-dm: Fix warning for omap_timer_match
685c4ec6c8d0 cpu/hotplug: Do not bail-out in DYING/STARTING sections
4070e9cf7220 cpu/hotplug: Make target_store() a nop when target == state
a1e49256c786 futex: Resend potentially swallowed owner death notification
fba0ec3a25ee clocksource/drivers/sh_cmt: Access registers according to spec
9abba4aa6087 rapidio: rio: fix possible name leak in rio_register_mport()
85fbf58b15c0 rapidio: fix possible name leaks when rio_add_device() fails
50ab0ca3aff4 ocfs2: fix memory leak in ocfs2_mount_volume()
92425441949e debugfs: fix error when writing negative value to atomic_t debugfs file
93148085cb70 lib/notifier-error-inject: fix error when writing -errno to debugfs file
79be3d5f2ef1 libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value
52116d130bcb cpufreq: amd_freq_sensitivity: Add missing pci_dev_put()
6eda351971be genirq/irqdesc: Don't try to remove non-existing sysfs files
23ac79e755df nfsd: don't call nfsd_file_put from client states seqfile display
b04556ef19ed NFSD: Finish converting the NFSv3 GETACL result encoder
2b825efb0577 NFSD: Finish converting the NFSv2 GETACL result encoder
f29c2f57cdf7 EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper()
6a9592cd3482 irqchip/loongson-liointc: Fix improper error handling in liointc_init()
773c9d7f127f irqchip/wpcm450: Fix memory leak in wpcm450_aic_of_init()
12f45dc266f8 irqchip: gic-pm: Use pm_runtime_resume_and_get() in gic_probe()
9e04d2548a02 irqchip/loongson-pch-pic: Fix translate callback for DT path
e0d8b51bbe84 thermal: core: fix some possible name leaks in error paths
751f12696d79 platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_init()
254d2d322721 perf/x86/intel/uncore: Fix reference count leak in __uncore_imc_init_box()
dc7f07bc1ebb perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map()
bd66877c0b3b perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox()
a7be6b849b53 perf/x86/intel/uncore: Fix reference count leak in sad_cfg_iio_topology()
c00901e98b1e ACPI: pfr_update: use ACPI_FREE() to free acpi_object
ae3075b54fa8 ACPI: pfr_telemetry: use ACPI_FREE() to free acpi_object
f0d5624fbe37 mailbox: pcc: Reset pcc_chan_count to zero in case of PCC probe failure
290dd73b943c PNP: fix name memory leak in pnp_alloc_dev()
fb7f50d9b87a selftests/efivarfs: Add checking of the test return value
faf8fd9f576a MIPS: vpe-cmp: fix possible memory leak while module exiting
ab3d47c1fd02 MIPS: vpe-mt: fix possible memory leak while module exiting
205f5e984d30 cpufreq: qcom-hw: Fix the frequency returned by cpufreq_driver->get()
a753ee510365 selftests: cgroup: fix unsigned comparison with less than zero
0b2128b70849 ocfs2: fix memory leak in ocfs2_stack_glue_init()
890d91b31f48 lib/fonts: fix undefined behavior in bit shift for get_default_font
b457907d5067 proc: fixup uptime selftest
21bec0ebb854 timerqueue: Use rb_entry_safe() in timerqueue_getnext()
790c52369e5d platform/x86: huawei-wmi: fix return value calculation
51b2ea9e4e53 lib/debugobjects: fix stat count and optimize debug_objects_mem_init
e9b4dc13d32c perf: Fix possible memleak in pmu_dev_alloc()
619dd807f993 selftests/ftrace: event_triggers: wait longer for test_event_enable
14addeebbb0f ACPI: irq: Fix some kernel-doc issues
bb1878d741ff x86/split_lock: Add sysctl to control the misery mode
242e23be8f31 cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()
cfea50b0e597 fs: don't audit the capability check in simple_xattr_list()
574b10475d69 PM: hibernate: Fix mistake in kerneldoc comment
fa90769d3f25 x86/sgx: Reduce delay and interference of enclave release
44de1adb2484 sched/psi: Fix possible missing or delayed pending event
3878f601e14c alpha: fix syscall entry in !AUDUT_SYSCALL case
84fe26b06f82 alpha: fix TIF_NOTIFY_SIGNAL handling
dc0da257ebaf cpuidle: dt: Return the correct numbers of parsed idle states
e7c542d2cfae sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit condition
cbd8c040409c sched/uclamp: Make cpu_overutilized() use util_fits_cpu()
324ce6e2c603 sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()
3b9c1559de8c sched/uclamp: Make select_idle_capacity() use util_fits_cpu()
75ba48621b33 sched/uclamp: Fix fits_capacity() check in feec()
d355960543a7 sched/uclamp: Make task_fits_capacity() use util_fits_cpu()
0ef8dac24646 sched/uclamp: Fix relationship between uclamp and migration margin
7e4831539706 ovl: remove privs in ovl_fallocate()
155428ea2026 ovl: remove privs in ovl_copyfile()
82855e986453 tpm/tpm_crb: Fix error message in __crb_relinquish_locality()
60eb1529a300 tpm/tpm_ftpm_tee: Fix error handling in ftpm_mod_init()
1abbeab55631 tpm: Add flag to use default cancellation policy
05ab9752f975 tpm: tis_i2c: Fix sanity check interrupt enable mask
63f089c0365e arch: arm64: apple: t8103: Use standard "iommu" node name
2f82381d0681 pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP
3c6dfce2c76c ARM: mmp: fix timer_read delay
65f1ff9011f1 pstore/ram: Fix error return code in ramoops_probe()
5b81f0c6c60e seccomp: Move copy_seccomp() to no failure path.
ef400e41a85a drivers/perf: hisi: Fix some event id for hisi-pcie-pmu
5daa0a727c83 soc: apple: rtkit: Stop casting function pointer signatures
868d9310c460 soc: apple: sart: Stop casting function pointer signatures
d20a0234f0d8 arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC
a1b28c36ec20 ARM: dts: turris-omnia: Add switch port 6 node
88b5d11a6d98 ARM: dts: turris-omnia: Add ethernet aliases
1a8b127d7b15 ARM: dts: armada-39x: Fix assigned-addresses for every PCIe Root Port
18d8e15a53c6 ARM: dts: armada-38x: Fix assigned-addresses for every PCIe Root Port
8f4cd6481bbb ARM: dts: armada-375: Fix assigned-addresses for every PCIe Root Port
0e23b6a16af3 ARM: dts: armada-xp: Fix assigned-addresses for every PCIe Root Port
aa67f198dc81 ARM: dts: armada-370: Fix assigned-addresses for every PCIe Root Port
714ae279ac9c ARM: dts: dove: Fix assigned-addresses for every PCIe Root Port
2460aca3c425 arm64: dts: mt7986: move wed_pcie node
b2429741cb42 arm64: tegra: Fix non-prefetchable aperture of PCIe C3 controller
75a0e121937d arm64: tegra: Fix Prefetchable aperture ranges of Tegra234 PCIe controllers
29ca6ffb0840 arm64: dts: mediatek: mt6797: Fix 26M oscillator unit name
e435f8959aad arm64: dts: mediatek: pumpkin-common: Fix devicetree warnings
81d0b66f185d arm64: dts: mt2712-evb: Fix usb vbus regulators unit names
bb225f227cb2 arm64: dts: mt2712-evb: Fix vproc fixed regulators unit names
e547c30e963f arm64: dts: mt2712e: Fix unit address for pinctrl node
cb9bb1895b43 arm64: dts: mt2712e: Fix unit_address_vs_reg warning for oscillators
5e5190363463 arm64: dts: mt6779: Fix devicetree build warnings
39ce535c4bf1 arm64: dts: mt7896a: Fix unit_address_vs_reg warning for oscillator
ffd7eb587315 arm64: dts: mediatek: mt8195: Fix CPUs capacity-dmips-mhz
121fa4e630dc ARM: dts: nuvoton: Remove bogus unit addresses from fixed-partition nodes
3aa5508359f3 riscv: dts: microchip: remove pcie node from the sev kit
d31b758ee777 arm64: dts: ti: k3-j721s2: Fix the interrupt ranges property for main & wkup gpio intr
2b2c143237f3 arm64: dts: ti: k3-j7200-mcu-wakeup: Drop dma-coherent in crypto node
dc7d896b7d50 arm64: dts: ti: k3-j721e-main: Drop dma-coherent in crypto node
0e2de8570880 arm64: dts: ti: k3-am65-main: Drop dma-coherent in crypto node
582babe17ea8 perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init()
adf7c3bbcc81 perf/arm_dmc620: Fix hotplug callback leak in dmc620_pmu_init()
7772f4de9341 drivers: perf: marvell_cn10k: Fix hotplug callback leak in tad_pmu_init()
0823732f0aa0 perf: arm_dsu: Fix hotplug callback leak in dsu_pmu_init()
7f7634d72def arm64: mm: kfence: only handle translation faults
afafeb0cf5b1 soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probe
01c972a33cae soc: ti: knav_qmss_queue: Fix PM disable depth imbalance in knav_queue_probe
5e9e8ee71319 riscv: dts: microchip: fix the icicle's #pwm-cells
d9d93b6cd047 arm: dts: spear600: Fix clcd interrupt
9c113e3add61 arm64: dts: qcom: sc7280: Mark all Qualcomm reference boards as LTE
7d6370223db6 soc/tegra: cbb: Check firewall before enabling error reporting
b75d11a62bb3 soc/tegra: cbb: Add checks for potential out of bound errors
d8ed37219e27 soc/tegra: cbb: Update slave maps for Tegra234
6ede06dde331 soc/tegra: cbb: Use correct master_id mask for CBB NOC in Tegra194
61eb9624e764 arm64: dts: mt7986: fix trng node name
5e1a9c98c116 soc: sifive: ccache: fix missing of_node_put() in sifive_ccache_init()
0883dc428c95 soc: sifive: ccache: fix missing free_irq() in error path in sifive_ccache_init()
7ea9128d1a91 soc: sifive: ccache: fix missing iounmap() in error path in sifive_ccache_init()
48ad27467b00 dt-bindings: pwm: fix microchip corePWM's pwm-cells
d12b10a78396 arm64: dts: renesas: r9a09g011: Fix I2C SoC specific strings
68093e2e7a41 arm64: dts: renesas: r9a09g011: Fix unit address format error
4bc03f485add arm64: dts: renesas: r8a779f0: Fix SCIF "brg_int" clock
e4d95cd9fb15 arm64: dts: renesas: r8a779f0: Fix HSCIF "brg_int" clock
8a894fab2d26 arm64: dts: qcom: sm6125: fix SDHCI CQE reg names
2454706d2645 arm64: dts: qcom: pm6350: Include header for KEY_POWER
492480a9453e soc: qcom: apr: Add check for idr_alloc and of_property_read_string_index
a51d57fd6f37 arm64: dts: qcom: sm6350: drop bogus DP PHY clock
8ab46b95bff6 arm64: dts: qcom: sm8250: drop bogus DP PHY clock
564a8e6ef47b arm64: dts: qcom: sc7280: fix codec reset line polarity for CRD 1.0/2.0
efabb772e4bb arm64: dts: qcom: sc7280: fix codec reset line polarity for CRD 3.0/3.1
c05e7b9c5474 arm64: dts: qcom: sm8250-mtp: fix reset line polarity
07fe2707eac4 arm64: dts: qcom: msm8996: fix sound card reset line polarity
4b5f25ae1ba5 arm64: dts: qcom: sm8450: fix UFS PHY registers
b9002a984c98 arm64: dts: qcom: sm8350: fix UFS PHY registers
1d488fcb63d3 arm64: dts: qcom: sm8250: fix UFS PHY registers
b2b777270c94 arm64: dts: qcom: sm8150: fix UFS PHY registers
e89e8e0648f2 soc: qcom: llcc: make irq truly optional
91724983c7fd arm64: dts: qcom: sc7180-trogdor-homestar: fully configure secondary I2S pins
aceaa757137c arm64: dts: qcom: sm8250: correct LPASS pin pull down
77777664ccdd arm64: dts: qcom: pm660: Use unique ADC5_VCOIN address in node name
9d043ee0de80 riscv: dts: microchip: fix memory node unit address for icicle
0eb788089ddb firmware: ti_sci: Fix polled mode during system suspend
f024ba5e05ab drivers: soc: ti: knav_qmss_queue: Mark knav_acc_firmwares as static
10ee1f7a0fa0 ARM: dts: stm32: Fix AV96 WLAN regulator gpio property
0d7d7d9ccf6d ARM: dts: stm32: Drop stm32mp15xc.dtsi from Avenger96
1c1e7514cf3e objtool, kcsan: Add volatile read/write instrumentation to whitelist
f3107fca5491 memory: renesas-rpc-if: Clear HS bit during hardware initialization
85c570c3b33d arm64: dts: fsd: fix drive strength values as per FSD HW UM
c6c98b75a5db arm64: dts: fsd: fix drive strength macros as per FSD HW UM
6d2f8d9c14d5 arm64: dts: qcom: msm8916: Drop MSS fallback compatible
29e76d127ab1 arm64: dts: qcom: sdm845-cheza: fix AP suspend pin bias
0094e48d90d5 arm64: dts: qcom: sdm630: fix UART1 pin bias
40713b3e902a ARM: dts: qcom: apq8064: fix coresight compatible
56a0ab80c095 arm64: dts: qcom: msm8996: fix GPU OPP table
fa6d1956270c arm64: dts: qcom: msm8996: fix supported-hw in cpufreq OPP tables
830c07c7d8dd arm64: dts: qcom: msm8996: Add MSM8996 Pro support
03cb7d4dacb3 arm64: dts: qcom: sdm845-xiaomi-polaris: fix codec pin conf name
fbba08a9209f arm64: dts: qcom: sm8250-sony-xperia-edo: fix touchscreen bias-disable
97e197f5c483 arm64: dts: qcom: ipq6018-cp01-c1: use BLSPI1 pins
4d37ecb21de4 arm64: dts: renesas: r8a779g0: Fix HSCIF0 "brg_int" clock
7913fc303d12 usb: musb: remove extra check in musb_gadget_vbus_draw
e72fab11d350 MIPS: DTS: CI20: fix reset line polarity of the ethernet controller
(From OE-Core rev: 8840b4a4754dce42f0de008af0f03cdfb6eaf9ec)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Integrating the following commit(s) to linux-yocto/5.19:
84f2f8e7a625 powerpc: Fix reschedule bug in KUAP-unlocked user copy
(From OE-Core rev: 438b3523625807e2deca1797ce20649531270676)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Integrating the following commit(s) to linux-yocto/5.15:
f100c753aa1f powerpc: Fix reschedule bug in KUAP-unlocked user copy
(From OE-Core rev: b457e6976e9e64a737517f9d9142ab290cdce214)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
ebdb69c5b054 Linux 6.1.1
1d1a710c1983 KEYS: encrypted: fix key instantiation with user-provided data
e8d16a54842d cifs: fix oops during encryption
4e453324803d usb: dwc3: pci: Update PCIe device ID for USB3 controller on CPU sub-system for Raptor Lake
9222912924fc usb: typec: ucsi: Resume in separate work
c383c7c35c7b igb: Initialize mailbox message for VF reset
52d5896ba2a4 staging: r8188eu: fix led register settings
c9cacc0ab1ea xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N
c0d91ec1a16a ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
c0815ea08548 USB: serial: f81534: fix division by zero on line-speed change
3c8b21ee1404 USB: serial: f81232: fix division by zero on line-speed change
736f626ea8b8 USB: serial: cp210x: add Kamstrup RF sniffer PIDs
0b63d587c0d2 USB: serial: option: add Quectel EM05-G modem
d1a92bb8d697 usb: gadget: uvc: Prevent buffer overflow in setup handler
2cd2e9322726 udf: Fix extending file within last block
1cd3e9297d44 udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size
12a88f572d6d udf: Fix preallocation discarding at indirect extent boundary
e6b01f6a0e77 udf: Discard preallocation before extending file with a hole
fb9b502cf911 irqchip/ls-extirq: Fix endianness detection
18301e16ea55 mips: ralink: mt7621: do not use kzalloc too early
ee11da28a62e mips: ralink: mt7621: soc queries and tests as functions
a1d9199ba485 mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
a4997bae1b5b PCI: mt7621: Add sentinel to quirks table
76c6303530eb libbpf: Fix uninitialized warning in btf_dump_dump_type_data
96c5043a4d64 x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
(From OE-Core rev: 253360891b8be1b6574f8bf237ce178b42174ee5)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
d68f50bfb00f Linux 5.15.84
972707bae3d7 net: fec: properly guard irq coalesce setup
289721fe0993 ASoC: ops: Correct bounds check for second channel on SX controls
de0866b94a64 nvme-pci: clear the prp2 field when not used
8bffa95ac19f perf: Fix perf_pending_task() UaF
825bd2af4227 ASoC: cs42l51: Correct PGA Volume minimum value
91582b3a1ab2 net: fec: don't reset irq coalesce settings to defaults on "ip link up"
c772dab247f1 can: mcba_usb: Fix termination command argument
aa822de7de3b can: sja1000: fix size of OCR_MODE_MASK define
09e08740d78c pinctrl: meditatek: Startup with the IRQs disabled
172a95026f06 libbpf: Use page size as max_entries when probing ring buffer map
cf611d786796 ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()
a74b88e17025 ASoC: fsl_micfil: explicitly clear CHnF flags
afac1e7d78eb ASoC: fsl_micfil: explicitly clear software reset bit
9d933af8fef3 nfp: fix use-after-free in area_cache_get()
e1a4f5880d00 vfs: fix copy_file_range() averts filesystem freeze protection
86e28ed25b00 x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
fd6d66840b42 Linux 5.15.83
f895511de9d2 io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()
f435c66d2336 io_uring: move to separate directory
d9e1e5d8a74c block: move CONFIG_BLOCK guard to top Makefile
e5c0bc4ff5b0 can: esd_usb: Allow REC and TEC to return to zero
db6343a5b0d9 s390/qeth: fix use-after-free in hsci
a56c1cebe4a0 s390/qeth: fix various format strings
a6dba316c93e macsec: add missing attribute validation for offload
40500f1f4745 net: mvneta: Fix an out of bounds check
b9274dbe3999 net: thunderbolt: fix memory leak in tbnet_open()
7390c70bd431 ipv6: avoid use-after-free in ip6_fragment()
1beb475892f7 net: plip: don't call kfree_skb/dev_kfree_skb() under spin_lock_irq()
b08412a9cf26 net: phy: mxl-gpy: fix version reporting
dec5abd91abc xen/netback: fix build warning
54d830e24247 dpaa2-switch: Fix memory leak in dpaa2_switch_acl_entry_add() and dpaa2_switch_acl_entry_remove()
c7adcbd0fd3f ethernet: aeroflex: fix potential skb leak in greth_init_rings()
d962d42d6376 tipc: call tipc_lxc_xmit without holding node_read_lock
f3b5dda26cd0 net: dsa: sja1105: fix memory leak in sja1105_setup_devlink_regions()
5dab6fa068d7 ipv4: Fix incorrect route flushing when table ID 0 is used
ac566bd5770f ipv4: Fix incorrect route flushing when source address is deleted
af4ccae4b704 tipc: Fix potential OOB in tipc_link_proto_rcv()
b8ce0e6f9f88 net: hisilicon: Fix potential use-after-free in hix5hd2_rx()
16854177745a net: mdio: fix unbalanced fwnode reference count in mdio_device_release()
6f4798ac9c9e net: hisilicon: Fix potential use-after-free in hisi_femac_rx()
114e65a22189 net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wq
51c04945756a net: microchip: sparx5: Fix missing destroy_workqueue of mact_queue
99eec0a766f9 ip_gre: do not report erspan version on GRE interface
2891957853f2 net: stmmac: fix "snps,axi-config" node property parsing
5cb8f1a784fd gpio/rockchip: fix refcount leak in rockchip_gpiolib_register()
b8c2f0392d1d nvme initialize core quirks before calling nvme_init_subsystem
908b2da426fe NFC: nci: Bounds check struct nfc_target arrays
d841cc156304 i40e: Disallow ip4 and ip6 l4_4_bytes
625a13850b31 i40e: Fix for VF MAC address 0
5538794dbd42 i40e: Fix not setting default xps_cpus after reset
a6b30598fec8 net: mvneta: Prevent out of bounds read in mvneta_config_rss()
e6e897d4fe2f xen-netfront: Fix NULL sring after live migration
eefd8953a748 octeontx2-pf: Fix potential memory leak in otx2_init_tc()
f88acaed07b1 net: mdiobus: fix double put fwnode in the error path
cc62d76928e0 net: mdiobus: fwnode_mdiobus_register_phy() rework error handling
ea113b570eee net: encx24j600: Fix invalid logic in reading of MISTAT register
8aae746d065c net: encx24j600: Add parentheses to fix precedence
a110287ef4a4 mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()
e046421bed5a selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offload
4fa8988a36d5 net: dsa: sja1105: Check return value
b35be171dfe6 net: dsa: hellcreek: Check return value
a4c342e645d6 net: dsa: ksz: Check return value
edf7284a9829 Bluetooth: Fix not cleanup led when bt_init fails
3322193949ac Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()
6c88c764e0c4 vmxnet3: use correct intrConf reference when using extended queues
5ad0d85757f8 vmxnet3: correctly report encapsulated LRO packet
5c014eb0ed6c af_unix: Get user_ns from in_skb in unix_diag_get_exact().
807a01a32979 drm: bridge: dw_hdmi: fix preference of RGB modes over YUV420
eb96fd3983b2 net: broadcom: Add PTP_1588_CLOCK_OPTIONAL dependency for BCMGENET under ARCH_BCM2835
16eb678bca8e igb: Allocate MSI-X vector when testing
34c6367c946c e1000e: Fix TX dispatch condition
4271515f189b gpio: amd8111: Fix PCI device reference count leak
d57b60e9b355 drm/bridge: ti-sn65dsi86: Fix output polarity setting bug
f8b29656013c netfilter: ctnetlink: fix compilation warning after data race fixes in ct mark
246bcd05ba6c ca8210: Fix crash by zero initializing data
80dad8df5fc2 ieee802154: cc2520: Fix error return code in cc2520_hw_init()
dd9dcfb85c65 drm/vmwgfx: Fix race issue calling pin_user_pages
7b09ba9036b2 netfilter: nft_set_pipapo: Actually validate intervals in fields after the first one
6daaa84b6214 gpiolib: fix memory leak in gpiochip_setup_dev()
1a1075d37108 gpiolib: check the 'ngpios' property in core gpiolib code
70c5515c1c30 gpiolib: improve coding style for local variables
3b714f25fc59 clk: Fix pointer casting to prevent oops in devm_clk_release()
c142cba37de2 can: af_can: fix NULL pointer dereference in can_rcv_filter
104bb1f67e3c HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire Switch V 10
f755d11c55b2 HID: core: fix shift-out-of-bounds in hid_report_raw_event
2d4b310c32d4 HID: hid-lg4ff: Add check for empty lbuf
5e8021ae0865 HID: usbhid: Add ALWAYS_POLL quirk for some mice
5e88c6f4aaa7 net: dsa: sja1105: avoid out of bounds access in sja1105_init_l2_policing()
1074fefce9cc drm/shmem-helper: Avoid vm_open error paths
83e3da8bb92f drm/shmem-helper: Remove errant put in error path
249011f4c3b8 drm/amdgpu/sdma_v4_0: turn off SDMA ring buffer in the s2idle suspend
1e4fe9a1546f drm/vmwgfx: Don't use screen objects when SEV is active
f6550976fe22 KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field
fe50a9bbeb1f net: mana: Fix race on per-CQ variable napi work_done
a49894a5ac36 Bluetooth: Fix crash when replugging CSR fake controllers
1dee2b504771 Bluetooth: btusb: Add debug message for CSR controllers
3ac29732a2ff mm/gup: fix gup_pud_range() for dax
aad8bbd17a1d memcg: fix possible use-after-free in memcg_write_event_control()
6fb8bc29bfa8 media: v4l2-dv-timings.c: fix too strict blanking sanity checks
a4c575541eeb Revert "ARM: dts: imx7: Fix NAND controller size-cells"
28abc1145924 soundwire: intel: Initialize clock stop timeout
22d800b378e4 media: videobuf2-core: take mmap_lock in vb2_get_unmapped_area()
5d0fa6fc8899 xen/netback: don't call kfree_skb() with interrupts disabled
4422241ceffc xen/netback: do some code cleanup
0fe29bd92594 xen/netback: Ensure protocol headers don't fall in the non-linear area
f01677be31d1 drm/bridge: anx7625: Fix edid_read break case in sp_tx_edid_read()
ee2536830b16 cifs: fix use-after-free caused by invalid pointer `hostname`
dc62f05f666c rtc: cmos: avoid UIP when reading alarm time
48ea4199af85 rtc: cmos: avoid UIP when writing alarm time
3f52afc6ed93 rtc: mc146818-lib: extract mc146818_avoid_UIP
1a3f8c6cd29d mm/khugepaged: invoke MMU notifiers in shmem/file collapse paths
79ad784c9d21 mm/khugepaged: fix GUP-fast interaction by sending IPI
d15cd6de0123 mm/khugepaged: take the right locks for page table retraction
26f084e55466 net: usb: qmi_wwan: add u-blox 0x1342 composition
029a7f1c5d70 9p/xen: check logical size for buffer size
b398832893c8 usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End Transfer
e70a5724400a fbcon: Use kzalloc() in fbcon_prepare_logo()
fd3768597d2a regulator: twl6030: fix get status of twl6032 regulators
9f74b9aa8d58 ASoC: soc-pcm: Add NULL check in BE reparenting
dae93f4168c4 btrfs: send: avoid unaligned encoded writes when attempting to clone range
f54e1edf579d selftests/net: Find nettest in current directory
fccd454129f6 ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_event
542a563bb751 regulator: slg51000: Wait after asserting CS pin
3d1b5fde360e 9p/fd: Use P9_HDRSZ for header size
fe2d44e86e96 ASoC: rt711-sdca: fix the latency time of clock stop prepare state machine transitions
e945f3d809ed ARM: dts: rockchip: disable arm_global_timer on rk3066 and rk3188
c3b818c91a11 spi: mediatek: Fix DEVAPC Violation at KO Remove
d9f0107be1a9 ASoC: wm8962: Wait for updated value of WM8962_CLOCKING1 register
7ae0262748e5 ARM: 9266/1: mm: fix no-MMU ZERO_PAGE() implementation
d81c62e3121f ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernels
66717ad03b80 fs: use acquire ordering in __fget_light()
1222e2364ac7 ARM: dts: rockchip: rk3188: fix lcdc1-rgb24 node name
996fb29b06b6 arm64: dts: rockchip: fix ir-receiver node names
752138ef89e8 ARM: dts: rockchip: fix ir-receiver node names
8045971e40cd arm: dts: rockchip: remove clock-frequency from rtc
5e9fb8013ac9 arm: dts: rockchip: fix node name for hym8563 rtc
2ed7137e911a arm64: dts: rockchip: keep I2S1 disabled for GPIO function on ROCK Pi 4 series
5a1122e1a896 mmc: mtk-sd: Fix missing clk_disable_unprepare in msdc_of_clock_parse()
282f52c954a8 clk: Provide new devm_clk helpers for prepared and enabled clocks
eb94a7a20f3c clk: generalize devm_clk_get() a bit
d9790301361c Linux 5.15.82
48642f94311b proc: proc_skip_spaces() shouldn't think it is working on C strings
3eb9213f6612 proc: avoid integer type confusion in get_proc_long
4a4073a2e2fe ipc/sem: Fix dangling sem_array access in semtimedop race
53b9b1201e34 Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send()
571b6bbbf54d char: tpm: Protect tpm_pm_suspend with locks
f39891cfe79b Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"
a759057af728 ACPI: HMAT: Fix initiator registration for single-initiator systems
da8a794d71ec ACPI: HMAT: remove unnecessary variable initialization
2d16161a2c98 i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag set
950a05cb15e3 i2c: npcm7xx: Fix error handling in npcm_i2c_init()
db3f8da033d9 serial: stm32: Deassert Transmit Enable on ->rs485_config()
45f628f4fd81 serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 mode
c60eae5b1d0b serial: stm32: Factor out GPIO RTS toggling into separate function
041f8dc88292 ipv4: Fix route deletion when nexthop info is not specified
25174d91e4a3 ipv4: Handle attempt to delete multipath route when fib_info contains an nh reference
a0ad247e55ea selftests: net: fix nexthop warning cleanup double ip typo
532847b69c29 selftests: net: add delete nexthop route warning test
e0783558817d Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabled
723fa02e0e0a parisc: Increase FRAME_WARN to 2048 bytes on parisc
b951ab4b35ba mm: migrate: fix THP's mapcount on isolation
c5eda6029cf9 mm: __isolate_lru_page_prepare() in isolate_migratepages_block()
bdb613ef179a iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()
b6eea8b2e858 iommu/vt-d: Fix PCI device refcount leak in has_external_pci()
787d81d4eb15 nvme: fix SRCU protection of nvme_ns_head list
12f237200c16 riscv: kexec: Fixup irq controller broken in kexec crash path
ac00301adb19 riscv: fix race when vmap stack overflow
fa7a7d185ef3 riscv: Sync efi page table's kernel mappings before switching
d86d69892545 pinctrl: single: Fix potential division by zero
98b15c706644 ASoC: ops: Fix bounds check for _sx controls
f88a6977f8b9 KVM: x86/mmu: Fix race condition in direct_page_fault
df4b177b4851 io_uring/poll: fix poll_refs race with cancelation
4b702b7d11ce io_uring: make poll refs more robust
1d58849ac26f io_uring: cmpxchg for poll arm refs release
cd1981a8c30d io_uring: fix tw losing poll events
62321dc7b081 io_uring: update res mask in io_poll_check_events
417d5ea6e735 tracing: Free buffers when a used dynamic event is removed
52fc245d150c tracing: Fix race where histograms can be called before the event
cb2b0612cd25 tracing/osnoise: Fix duration type
615a996ff397 drm/i915: Never return 0 if not all requests retired
01a2b25ef2cd drm/i915: Fix negative value passed as remaining time
ff1591ba33b8 drm/amdgpu: enable Vangogh VCN indirect sram mode
ac2d7fa90848 drm/amdgpu: temporarily disable broken Clang builds due to blown stack-frame
57ee7bc4c60a mmc: sdhci: Fix voltage switch delay
bb8f8095143e mmc: sdhci-sprd: Fix no reset data and command after voltage switch
4c7681c1a52f mmc: sdhci-esdhc-imx: correct CQHCI exit halt state check
01dbe4db590a mmc: core: Fix ambiguous TRIM and DISCARD arg
738946e35504 mmc: mmc_test: Fix removal of debugfs file
635d0517348e net: stmmac: Set MAC's flow control register to reflect current settings
9132dcdf3bf6 v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() fails
76ad884be092 pinctrl: intel: Save and restore pins in "direct IRQ" mode
41296b85fafa x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3
33021419fd81 nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()
2e44dd9a8dd6 tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep"
b60a8ad771fd error-injection: Add prompt for function error injection
757eb00c4c40 ALSA: dice: fix regression for Lexicon I-ONIX FW810S
a1a96a6f302c riscv: mm: Proper page permissions after initmem free
823df3607d8b riscv: vdso: fix section overlapping under some conditions
6e035d5a2a6b hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()
7692700ac818 hwmon: (coretemp) Check for null before removing sysfs attrs
9b5836b9c4b0 net: ethernet: renesas: ravb: Fix promiscuous mode after system resumed
0dfb9a566327 sctp: fix memory leak in sctp_stream_outq_migrate()
fcb3e0216156 packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETE
04b995e96322 net: tun: Fix use-after-free in tun_detach()
43ca0adf79e5 afs: Fix fileserver probe RTT handling
543d917f691a net: mdiobus: fix unbalanced node reference count
dca370e575d9 net: hsr: Fix potential use-after-free
1daec0815655 tipc: re-fetch skb cb after tipc_msg_validate
16a64dc26545 dsa: lan9303: Correct stat name
766086ea8ca7 net: wwan: iosm: fix dma_alloc_coherent incompatible pointer type
c667751a4265 net: wwan: iosm: fix kernel test robot reported error
9c584d6d9cfb net: ethernet: nixge: fix NULL dereference
8782b32ef867 net/9p: Fix a potential socket leak in p9_socket_open
6fc9425bff4b net: net_netdev: Fix error handling in ntb_netdev_init_module()
3bc893ef36f9 net: ethernet: ti: am65-cpsw: fix error handling in am65_cpsw_nuss_probe()
7730904f50c7 net: phy: fix null-ptr-deref while probe() failed
59b54f0563b6 wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration
dc0853f8b502 wifi: cfg80211: don't allow multi-BSSID in S1G
88a6fe370788 wifi: cfg80211: fix buffer overflow in elem comparison
08fff7aaeb7e aquantia: Do not purge addresses when setting the number of rings
2a7aa52573da qlcnic: fix sleep-in-atomic-context bugs caused by msleep
7b734d26f037 can: m_can: Add check for devm_clk_get
ea8dc27bb044 can: m_can: pci: add missing m_can_class_free_dev() in probe/remove methods
b1d2a8e02acc can: etas_es58x: es58x_init_netdev(): free netdev when register_candev()
e53da04e37e4 can: cc770: cc770_isa_probe(): add missing free_cc770dev()
d452a71995cb can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()
372eb550faa0 net/mlx5e: Fix use-after-free when reverting termination table
839eeab03c83 net/mlx5: Fix uninitialized variable bug in outlen_write()
34feea3bfb37 net/mlx5: DR, Fix uninitialized var warning
3485ef2aabeb net/mlx5: DR, Rename list field in matcher struct to list_node
9fc27d22cdb9 e100: Fix possible use after free in e100_xmit_prepare
0d9f5bd54b91 iavf: Fix error handling in iavf_init_module()
b0b2b9050c17 iavf: remove redundant ret variable
69501d820508 fm10k: Fix error handling in fm10k_init_module()
5e3657dede36 i40e: Fix error handling in i40e_init_module()
7109e9410992 ixgbevf: Fix resource leak in ixgbevf_init_module()
196ea810e21c of: property: decrement node refcount in of_fwnode_get_reference_args()
36164db278a8 nvmem: rmem: Fix return value check in rmem_read()
e3761831674a bpf: Do not copy spin lock field from user in bpf_selem_alloc
45f6e8186374 hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails
a90251376c3e hwmon: (i5500_temp) fix missing pci_disable_device()
eeb31b828daf hwmon: (ina3221) Fix shunt sum critical calculation
9514b95cac51 hwmon: (ltc2947) fix temperature scaling
0140e079a420 libbpf: Handle size overflow for ringbuf mmap
06d5790e7df5 ARM: at91: rm9200: fix usb device clock id
d074f173fbd1 scripts/faddr2line: Fix regression in name resolution on ppc64le
ee3d37d79610 bpf, perf: Use subprog name when reporting subprog ksymbol
ec02fc0a4101 iio: light: rpr0521: add missing Kconfig dependencies
f7419fc42afc iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw
e7e76a77aabe iio: health: afe4403: Fix oob read in afe4403_read_raw
ebdca90efbb5 drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info correctly when the edid is read"
c365d3c3e512 drm/amdgpu: update drm_display_info correctly when the edid is read
df5346466e51 drm/display/dp_mst: Fix drm_dp_mst_add_affected_dsc_crtcs() return code
044da1a371a0 btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()
da86809ab822 btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_rescan_worker
5d66eadc1cc3 spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clock
6b4544a13179 btrfs: free btrfs_path before copying inodes to userspace
c7ae3becee72 btrfs: sink iterator parameter to btrfs_ioctl_logical_to_ino
acc2f40b980c erofs: fix order >= MAX_ORDER warning due to crafted negative i_size
ca9f27448af0 drm/i915/gt: Use i915_vm_put on ppgtt_create error paths
c2f2972889eb drm/i915: Create a dummy object for gen6 ppgtt
918002bdbe43 arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restored
e4a7232c917c Linux 5.15.81
5c5c563a0817 cifs: fix missed refcounting of ipc tcon
ee2d04f23bbb drm/i915: fix TLB invalidation for Gen12 video and compute engines
bef834845d89 drm/amdgpu: always register an MMU notifier for userptr
7901de7aa833 drm/amdgpu: Enable Aldebaran devices to report CU Occupancy
e7bf1fe53817 drm/amd/display: No display after resume from WB/CB
5033cba00c71 drm/amd/dc/dce120: Fix audio register mapping, stop triggering KASAN
b8dc24590923 btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()
914baca57af7 btrfs: use kvcalloc in btrfs_get_dev_zone_info
c1e6d4bfdee3 btrfs: zoned: fix missing endianness conversion in sb_write_pointer
d88bf6be02de btrfs: free btrfs_path before copying subvol info to userspace
f218b404fc0e btrfs: free btrfs_path before copying fspath to userspace
fea9397101c1 btrfs: free btrfs_path before copying root refs to userspace
7d0c25b5fe54 genirq: Take the proposed affinity at face value if force==true
f17657cce069 irqchip/gic-v3: Always trust the managed affinity provided by the core code
52a93f2dcf6c genirq: Always limit the affinity to online CPUs
599cf4b84526 genirq/msi: Shutdown managed interrupts with unsatifiable affinities
7aed1dd5d221 wifi: wilc1000: validate number of channels
e9de501cf70d wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attribute
143232cb5a4c wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attribute
cd9c4869710b wifi: wilc1000: validate pairwise and authentication suite offsets
f2fb18d429c3 fuse: lock inode unconditionally in fuse_fallocate()
bb1c33bdf409 dm integrity: clear the journal on suspend
20ad31b09e98 dm integrity: flush the journal on suspend
5ca2110ba5e3 gpu: host1x: Avoid trying to use GART on Tegra20
97f47617e813 scsi: iscsi: Fix possible memory leak when device_register() failed
56ab7f237e7e net: usb: qmi_wwan: add Telit 0x103a composition
e2e33f213dea tcp: configurable source port perturb table size
269928e5c7bb platform/x86: ideapad-laptop: Fix interrupt storm on fn-lock toggle on some Yoga laptops
17d995dc69c8 platform/x86: hp-wmi: Ignore Smart Experience App event
e85bdc78720c zonefs: fix zone report size in __zonefs_io_error()
982fcd83fb16 drm/amdgpu: disable BACO support on more cards
ea11f8197dad platform/x86: acer-wmi: Enable SW_TABLET_MODE on Switch V 10 (SW5-017)
09af15e69196 platform/x86: asus-wmi: add missing pci_dev_put() in asus_wmi_set_xusb2pr()
ba040bea9deb xen/platform-pci: add missing free_irq() in error path
6815b2087d23 xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL too
4c13ddb74f2c ASoC: stm32: dfsdm: manage cb buffers cleanup
dd82295a23bc Input: i8042 - apply probe defer to more ASUS ZenBook models
e12e121feb63 Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]
9f5c167074d3 Input: soc_button_array - add use_low_level_irq module parameter
aaef86eac9e2 Input: goodix - try resetting the controller when no config is set
e2223f5fbbb8 serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()
4e208294de45 tools: iio: iio_generic_buffer: Fix read size
0d0e2545fa92 ASoC: Intel: bytcht_es8316: Add quirk for the Nanote UMPC-01
e394cf9d7a83 Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode
96b5d1177752 x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
d048f7481524 x86/pm: Add enumeration check before spec MSRs save/restore setup
070e3560bf04 x86/tsx: Add a feature bit for TSX control MSR support
1430c98ebbe7 KVM: x86: remove exit_int_info warning in svm_handle_exit
27550a5930bb KVM: x86: add kvm_leave_nested
3e87cb0caa25 KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use
6425c590d0cc KVM: x86: forcibly leave nested mode on vCPU reset
f42ebf972a9f KVM: x86: nSVM: leave nested mode on vCPU free
7b3c9405b272 mm: vmscan: fix extreme overreclaim and swap floods
feb2eda5e11f gcov: clang: fix the buffer overflow issue
ea6aa25c9ac0 nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirty
9d97a9fbfc11 usb: dwc3: gadget: Clear ep descriptor last
02632ea4dfaa usb: dwc3: gadget: Return -ESHUTDOWN on ep disable
765ca3e63f37 usb: dwc3: gadget: conditionally remove requests
7945cbf8666a bus: ixp4xx: Don't touch bit 7 on IXP42x
39c039018a2c iio: core: Fix entry not deleted when iio_register_sw_trigger_type() fails
0791a5ddbac2 iio: light: apds9960: fix wrong register for gesture gain
f0158b9bfcc2 arm64: dts: rockchip: lower rk3399-puma-haikou SD controller clock frequency
277d19ec283d ext4: fix use-after-free in ext4_ext_shift_extents
c9d133100bce usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1
c2ad434cd4b2 usb: cdnsp: Fix issue with Clear Feature Halt Endpoint
1d91c648874e usb: dwc3: exynos: Fix remove() function
0a216625c3ab KVM: arm64: pkvm: Fixup boot mode to reflect that the kernel resumes from EL1
f0044a4a31c9 mmc: sdhci-brcmstb: Fix SDHCI_RESET_ALL for CQHCI
8e6940979bb8 mmc: sdhci-brcmstb: Enable Clock Gating to save power
24b46bfa9661 mmc: sdhci-brcmstb: Re-organize flags
227543ccacf8 nios2: add FORCE for vmlinuz.gz
6a4ea16a6734 init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
c4a9046c2735 lib/vdso: use "grep -E" instead of "egrep"
5fefdceafb78 s390/crashdump: fix TOD programmable field size
592b6fd74afd net: thunderx: Fix the ACPI memory leak
697eb30a3534 octeontx2-af: Fix reference count issue in rvu_sdp_init()
6ba1687ea102 octeontx2-pf: Add check for devm_kcalloc
26c31e7c73d4 net: enetc: preserve TX ring priority across reconfiguration
0e16bbf616cc net: enetc: cache accesses to &priv->si->hw
68de40f66a5a net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabled
5c0858e1426b nfc: st-nci: fix incorrect sizing calculations in EVT_TRANSACTION
e09243fb160b nfc: st-nci: fix memory leaks in EVT_TRANSACTION
dca20b7a1959 nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTION
67d638f8efc4 s390/dasd: fix no record found for raw_track_access
88277853cf8a arcnet: fix potential memory leak in com20020_probe()
1d44ec8507b7 ipv4: Fix error return code in fib_table_insert()
918e83c6bfa7 dccp/tcp: Reset saddr on failure after inet6?_hash_connect().
8ce9b1c97fce fs: do not update freeing inode i_io_list
8db9e60cdfda netfilter: flowtable_offload: add missing locking
c1da3bfca111 netfilter: ipset: restore allowing 64 clashing elements in hash:net,iface
606091b2f6dc dma-buf: fix racing conflict of dma_heap_add()
8af9450befba bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()
251bcf6cfb35 regulator: twl6030: re-add TWL6032_SUBCLASS
6258a8f91304 NFC: nci: fix memory leak in nci_rx_data_packet()
ffe6021154ea net: sched: allow act_ct to be built without NF_NAT
a05c0f9511d0 net: sparx5: fix error handling in sparx5_port_open()
182ef20f0f1c sfc: fix potential memleak in __ef100_hard_start_xmit()
2da022fac96d net: wwan: iosm: use ACPI_FREE() but not kfree() in ipc_pcie_read_bios_cfg()
a48b345b87f9 xfrm: Fix ignored return value in xfrm6_init()
19989e163595 xfrm: Fix oops in __xfrm_state_delete()
46d450067fc0 tipc: check skb_linearize() return value in tipc_disc_rcv()
33fb115a76ae tipc: add an extra conn_get in tipc_conn_alloc
4ae907c45fca tipc: set con sock in tipc_conn_alloc
ef866d9ea922 net/mlx5: Fix handling of entry refcount when command is not issued to FW
3101318939f5 net/mlx5: Fix FW tracer timestamp calculation
1eaabb5bbbb6 net/mlx5: Do not query pci info while pci disabled
8180099b2aea netfilter: ipset: regression in ip_set_hash_ip.c
448b6273706c Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register()
082c31cb99d8 Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_work()
7fdd9daa5b12 macsec: Fix invalid error code set
e8fb93a0792c nfp: add port from netdev validation for EEPROM access
e44e424ed95f nfp: fill splittable of devlink_port_attrs correctly
527046c13815 net: pch_gbe: fix pci device refcount leak while module exiting
f77c84dd5b28 octeontx2-af: debugsfs: fix pci device refcount leak
cd581ffd8dda net/qla3xxx: fix potential memleak in ql3xxx_send()
a8976074e2cb net: mvpp2: fix possible invalid pointer dereference
3a4cc56cd17d net/mlx4: Check retval of mlx4_bitmap_init
c368220e1780 net: ethernet: mtk_eth_soc: fix error handling in mtk_open()
d9729437b28f ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties
1c0b6a97c478 ARM: mxs: fix memory leak in mxs_machine_init()
ecff08f3c469 iavf: Fix race condition between iavf_shutdown and iavf_remove
31147d4e907c iavf: Do not restart Tx queues after reset task failure
232942b26c54 iavf: Fix a crash during reset task
0600615d010f netfilter: nf_tables: do not set up extensions for end interval
60387731e69f netfilter: conntrack: Fix data-races around ct mark
ee3ccd1abbe1 9p/fd: fix issue of list_del corruption in p9_fd_cancel()
131c2eeabc72 net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()
f58df483ff37 nfc/nci: fix race with opening and closing
da22d7410afd net: dsa: sja1105: disallow C45 transactions on the BASE-TX MDIO bus
38fe0988bd51 rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]
d92151b4659b rxrpc: Use refcount_t rather than atomic_t
3c33e41fa5b3 rxrpc: Allow list of in-use local UDP endpoints to be viewed in /proc
46cefa268958 net: liquidio: simplify if expression
95500ee0b3bd selftests: mptcp: fix mibit vs mbit mix up
f8c4da198eed selftests: mptcp: more stable simult_flows tests
1c0efab08c9b ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrl
ade662f3f242 tee: optee: fix possible memory leak in optee_register_device()
d1dd119134ba bus: sunxi-rsb: Support atomic transfers
b1ed61e7066b bus: sunxi-rsb: Remove the shutdown callback
61a41d1abc7c regulator: core: fix UAF in destroy_regulator()
a85c0db3f5ad spi: dw-dma: decrease reference count in dw_spi_dma_init_mfld()
d9f9b3255b97 regulator: core: fix kobject release warning and memory leak in regulator_register()
bd419c7c68bd ASoC: max98373: Add checks for devm_kcalloc
f9bc4a18e7d5 scsi: storvsc: Fix handling of srb_status and capacity change events
c2153fe2d0c6 x86/hyperv: Restore VP assist page after cpu offlining/onlining
b2ddd7623712 ASoC: soc-pcm: Don't zero TDM masks in __soc_pcm_open()
dd62cb7e6fd4 ASoC: sgtl5000: Reset the CHIP_CLK_CTRL reg on remove
d80ffd4823b6 ASoC: hdac_hda: fix hda pcm buffer overflow issue
10bee7eb2a2f ARM: dts: am335x-pcm-953: Define fixed regulators in root node
8fe533c0f909 af_key: Fix send_acquire race with pfkey_register
0c69a4658e94 xfrm: replay: Fix ESN wrap around for GSO
ecc6ce4fdf0d xfrm: fix "disable_policy" on ipv4 early demux
5a792c1d4d77 MIPS: pic32: treat port as signed integer
144452b42143 RISC-V: vdso: Do not add missing symbols to version section in linker script
799970b8cc45 ALSA: usb-audio: add quirk to fix Hamedal C20 disconnect issue
38b09dc14f7c Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly""
44d50fccf889 nvmet: fix memory leak in nvmet_subsys_attr_model_store_locked
5adc12d9e2b5 arm64/syscall: Include asm/ptrace.h in syscall_wrapper header.
1340f02773ae block, bfq: fix null pointer dereference in bfq_bio_bfqg()
86d4dca4a6ae drm: panel-orientation-quirks: Add quirk for Acer Switch V 10 (SW5-017)
b90e6234f57e scsi: scsi_debug: Make the READ CAPACITY response compliant with ZBC
cdbba6a4de39 scsi: ibmvfc: Avoid path failures during live migration
6e8124a151bd platform/x86/intel/hid: Add some ACPI device IDs
32735e24f47a platform/x86/intel/pmt: Sapphire Rapids PMT errata fix
83a6823016f2 platform/x86: touchscreen_dmi: Add info for the RCA Cambio W101 v2 2-in-1
f707986a1414 platform/x86: ideapad-laptop: Disable touchpad_switch
5e38740ae545 Revert "net: macsec: report real_dev features when HW offloading is enabled"
26b72202ee26 selftests/bpf: Add verifier test for release_reference()
8395e3f98c4a spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run
d04722f2809c wifi: ath11k: Fix QCN9074 firmware boot on x86
9cc96a20a92a wifi: mac80211: Fix ack frame idr leak when mesh has no route
86f90014e767 wifi: airo: do not assign -1 to unsigned char
f5558fbda022 audit: fix undefined behavior in bit shift for AUDIT_BIT
af5de982ffc9 riscv: dts: sifive unleashed: Add PWM controlled LEDs
ee34a19dbe2a wifi: mac80211_hwsim: fix debugfs attribute ps with rc table support
3513785dc13f wifi: mac80211: fix memory free error when registering wiphy fail
855485d31e2a ceph: fix NULL pointer dereference for req->r_session
729c9ad2940e ceph: Use kcalloc for allocating multiple elements
d276fb4a7eb8 binder: validate alloc->mm in ->mmap() handler
5277e3d633a5 x86/sgx: Add overflow check in sgx_validate_offset_length()
b5a838ba47f2 x86/sgx: Create utility to validate user provided offset and length
2f6e2de3a528 ceph: avoid putting the realm twice when decoding snaps fails
8bef55d7934d ceph: do not update snapshot context when there is no new snapshot
cdee3136c966 iio: pressure: ms5611: fixed value compensation bug
5d6696e79d94 iio: ms5611: Simplify IO callback parameters
f0ee88e83ce9 nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000
a61716cd2401 nvme-pci: disable write zeroes on various Kingston SSD
19b60f336317 nvme-pci: disable namespace identifiers for the MAXIO MAP1001
d537e1930640 nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron Nitro
af03ce894c9c nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFH
c6803faa6a6d drm/display: Don't assume dual mode adaptors support i2c sub-addressing
d2284fe43c63 ata: libata-core: do not issue non-internal commands once EH is pending
e09583e83e4a ata: libata-scsi: simplify __ata_scsi_queuecmd()
a9059e338fc0 cifs: Fix connections leak when tlink setup failed
81d583baa5f1 cifs: support nested dfs links over reconnect
dbc0ea91be28 cifs: split out dfs code from cifs_reconnect()
b3ce844d234f cifs: introduce new helper for cifs_reconnect()
2ea600b598dd sctp: clear out_curr if all frag chunks of current msg are pruned
1f9f346fbb78 sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsent
e8915faa9f41 tty: serial: fsl_lpuart: don't break the on-going transfer when global reset
bd19013935af serial: fsl_lpuart: Fill in rs485_supported
87c81c19cda1 serial: Add rs485_supported to uart_port
c08f4ea79f7a ASoC: fsl_asrc fsl_esai fsl_sai: allow CONFIG_PM=N
d1e4288d2a63 ASoC: fsl_sai: use local device pointer
71e496bd3382 Linux 5.15.80
b63ddb3ba61e ntfs: check overflow when iterating ATTR_RECORDs
ab6a1bb17e3c ntfs: fix out-of-bounds read in ntfs_attr_find()
5330c423b862 ntfs: fix use-after-free in ntfs_attr_find()
43bbadb7e463 net/9p: use a dedicated spinlock for trans_fd
9357fca9dad7 mm: fs: initialize fsdata passed to write_begin/write_end interface
b334ab4c3347 wifi: wext: use flex array destination for memcpy()
0e07032b4b47 9p/trans_fd: always use O_NONBLOCK read/write
7c7b7476b56e gfs2: Switch from strlcpy to strscpy
28275a7c84d2 gfs2: Check sb_bsize_shift after reading superblock
a4f1a01b2e81 9p: trans_fd/p9_conn_cancel: drop client lock earlier
f7b0e95071bb kcm: close race conditions on sk_receive_queue
27d706b0d394 kcm: avoid potential race in kcm_tx_work
b49026d9c86f tcp: cdg: allow tcp_cdg_release() to be called multiple times
e41cbf98df22 macvlan: enforce a consistent minimal mtu
d5f7f6e63fed Input: i8042 - fix leaking of platform device on module removal
c49cc2c059b5 kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case
71beab7119d0 scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper()
a636772988ba scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()
cb7893c85ea8 net: use struct_group to copy ip/ipv6 header addresses
9b8c0c88f414 tracing: Fix warning on variable 'struct trace_array'
73cf0ff9a393 ring-buffer: Include dropped pages in counting dirty patches
35c60b4e8ca7 perf: Improve missing SIGTRAP checking
2ac6276864de serial: 8250_lpss: Use 16B DMA burst with Elkhart Lake
b1a27b2aad93 nvme: ensure subsystem reset is single threaded
bccece3c3331 nvme: restrict management ioctls to admin
8cddb0d96b9c perf/x86/intel/pt: Fix sampling using single range output
8e2f33c59837 misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()
9a72a46cb01d docs: update mediator contact information in CoC doc
a99a547658e5 mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()
4a1b6f7839d3 mmc: sdhci-pci-o2micro: fix card detect fail issue caused by CD# debounce timeout
fd285d421563 mmc: core: properly select voltage range without power cycle
8a9bae5f1b53 firmware: coreboot: Register bus in module init
052d0e79efe5 iommu/vt-d: Set SRE bit only when hardware has SRS cap
c31a792a825a iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entries
11edbdee4399 scsi: zfcp: Fix double free of FSF request when qdio send fails
fdf87b5b3087 net: phy: marvell: add sleep time after enabling the loopback bit
9648d760edf4 maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()
fdd57c20d440 Input: iforce - invert valid length check when fetching device IDs
0cafb719bed5 serial: 8250_lpss: Configure DMA also w/o DMA filter
59f6596697f1 serial: 8250: Flush DMA Rx on RLSI
118b52c2ae08 serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs
6ffce7a92ef5 dm ioctl: fix misbehavior if list_versions races with module loading
2b104973f7fd iio: pressure: ms5611: changed hardcoded SPI speed to value limited
1678d4abb2dc iio: adc: mp2629: fix potential array out of bound access
bd22c232ead9 iio: adc: mp2629: fix wrong comparison of channel
656f67061366 iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()
1bf8c0aff8fb iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()
afc0aea70261 usb: typec: mux: Enter safe mode only when pins need to be reconfigured
8236628a549d usb: cdns3: host: fix endless superspeed hub port reset
ead83b0db81f usb: chipidea: fix deadlock in ci_otg_del_timer
cc9e6d8c55c9 usb: add NO_LPM quirk for Realforce 87U Keyboard
70eca1d261b2 USB: serial: option: add Fibocom FM160 0x0111 composition
1b6a54885c40 USB: serial: option: add u-blox LARA-L6 modem
b0467d0059bc USB: serial: option: add u-blox LARA-R6 00B modem
95688a8a5735 USB: serial: option: remove old LARA-R6 PID
53dee78ea382 USB: serial: option: add Sierra Wireless EM9191
e7764e88e6c4 USB: bcma: Make GPIO explicitly optional
a190a83db284 speakup: fix a segfault caused by switching consoles
b3c6edbee48e slimbus: stream: correct presence rate frequencies
6b35ac831555 slimbus: qcom-ngd: Fix build error when CONFIG_SLIM_QCOM_NGD_CTRL=y && CONFIG_QCOM_RPROC_COMMON=m
0f847462fea1 Revert "usb: dwc3: disable USB core PHY management"
23ad214a8665 ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360
a36b505749c6 ALSA: hda/realtek: fix speakers for Samsung Galaxy Book Pro
02b94885b2fd ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()
7176d6f3adb9 drm/amd/display: Add HUBP surface flip interrupt handler
e57daa750369 tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_gen_test_exit()
3a41c0f2a5c3 tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_event_gen_test_exit()
7291dec4f2d1 tracing: Fix race where eprobes can be called before the event
6517b97134f7 tracing: Fix wild-memory-access in register_synth_event()
07ba4f0603ab tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()
8b318f3032bf tracing/ring-buffer: Have polling block on watermark
2c21ee020ce4 tracing: Fix memory leak in tracing_read_pipe()
00f74b1a98a2 ring_buffer: Do not deactivate non-existant pages
1bea037a1abb ftrace: Fix null pointer dereference in ftrace_add_mod()
fadfcf39fbcd ftrace: Optimize the allocation for mcount entries
5c5f2642898f ftrace: Fix the possible incorrect kernel message
2ab249416244 cifs: add check for returning value of SMB2_set_info_init
5783abda58d6 net: thunderbolt: Fix error handling in tbnet_init()
80e590aeb132 net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() and sparx5_start()
4a55aec1425f cifs: Fix wrong return value checking when GETFLAGS
c8baf1fc248b net/x25: Fix skb leak in x25_lapb_receive_frame()
af4b57fa6bd0 net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx_open()
61404a182eb5 cifs: add check for returning value of SMB2_close_init
d3233f4bf3dd platform/surface: aggregator: Do not check for repeated unsequenced packets
69691714035b platform/x86/intel: pmc: Don't unconditionally attach Intel PMC when virtualized
7d93417d5964 drbd: use after free in drbd_create_device()
fc16a2c81a3e bridge: switchdev: Fix memory leaks when changing VLAN protocol
3d90a668c4bc net: hns3: fix setting incorrect phy link ksettings for firmware in resetting process
3f7b2ef8fe92 net: ena: Fix error handling in ena_init()
2540eea1bdc3 net: ionic: Fix error handling in ionic_init_module()
c08c13cb13fa xen/pcpu: fix possible memory leak in register_pcpu()
97009f07f217 net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shims
88da008e5e2f net: mhi: Fix memory leak in mhi_net_dellink()
8f839715d032 bnxt_en: Remove debugfs when pci_register_driver failed
b88713d92bd3 net: caif: fix double disconnect client in chnl_net_open()
6d2403416089 net: macvlan: Use built-in RCU list checking
596230471da3 mISDN: fix misuse of put_device() in mISDN_register_device()
07a6a8cf1712 net: liquidio: release resources when liquidio driver open failed
19feb6cf4136 soc: imx8m: Enable OCOTP clock before reading the register
8c54d706d829 net: stmmac: ensure tx function is not running in stmmac_xdp_release()
6219f46c2b9d net: hinic: Fix error handling in hinic_module_init()
7a05e3929668 mISDN: fix possible memory leak in mISDN_dsp_element_register()
0ee6455c9cfa net: bgmac: Drop free_netdev() from bgmac_enet_remove()
7ff4fa179e4e bpf: Initialize same number of free nodes for each pcpu_freelist
12f178cf05f3 MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failed
a4d6e024bea2 MIPS: fix duplicate definitions for exported symbols
44142b652a28 nfp: change eeprom length to max length enumerators
f23058dc2398 ata: libata-transport: fix error handling in ata_tdev_add()
67b219314628 ata: libata-transport: fix error handling in ata_tlink_add()
e7bb1b7a7bf2 ata: libata-transport: fix error handling in ata_tport_add()
377ff82c33c0 ata: libata-transport: fix double ata_host_put() in ata_tport_add()
494df0b0efe8 arm64: dts: imx8mn: Fix NAND controller size-cells
7178d568f7cc arm64: dts: imx8mm: Fix NAND controller size-cells
8ccf18c82a0a ARM: dts: imx7: Fix NAND controller size-cells
e884a6c2d49a drm: Fix potential null-ptr-deref in drm_vblank_destroy_worker()
07e56de8766f drm/drv: Fix potential memory leak in drm_dev_init()
45c300613bee drm/panel: simple: set bpc field for logic technologies displays
779f3f9e0cdc drm/vc4: kms: Fix IS_ERR() vs NULL check for vc4_kms
97e5b508e961 pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map
9a77b8557fdb parport_pc: Avoid FIFO port location truncation
5d03c2911c52 siox: fix possible memory leak in siox_device_add()
530e987a0226 arm64: Fix bit-shifting UB in the MIDR_CPU_MODEL() macro
d4944497827a bpf: Fix memory leaks in __check_func_call
25521fd2e217 block: sed-opal: kmalloc the cmd/resp buffers
2f21d653c648 scsi: scsi_transport_sas: Fix error handling in sas_phy_add()
7cd28bc410d2 pinctrl: rockchip: list all pins in a possible mux route for PX30
ab79b8dbe21e ASoC: soc-utils: Remove __exit for snd_soc_util_exit()
eaa8edd86514 bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()
33cabe04d2c8 tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_send
ae22294e213a serial: imx: Add missing .thaw_noirq hook
26db1cd5191e serial: 8250: omap: Flush PM QOS work on remove
e0db709a58bd serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()
83b6d4d6da67 serial: 8250_omap: remove wait loop from Errata i202 workaround
76db05ab7092 serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()
2aee616a6b11 ARM: at91: pm: avoid soft resetting AC DLL
188546c78006 ASoC: tas2764: Fix set_tdm_slot in case of single slot
5782896daf65 ASoC: tas2770: Fix set_tdm_slot in case of single slot
34eee4189bce ASoC: core: Fix use-after-free in snd_soc_exit()
aa6f8aecbbf2 ARM: dts: at91: sama7g5: fix signal name of pin PB2
487fff700f5f spi: stm32: Print summary 'callbacks suppressed' message
2cec2f65c1e7 arm64: dts: qcom: sm8350-hdk: Specify which LDO modes are allowed
44dbe66bb3ea arm64: dts: qcom: sm8250-xperia-edo: Specify which LDO modes are allowed
8b2eae7def2b arm64: dts: qcom: sm8150-xperia-kumano: Specify which LDO modes are allowed
c8e76eeea77c arm64: dts: qcom: sa8155p-adp: Specify which LDO modes are allowed
30571f28bb35 hugetlbfs: don't delete error page from pagecache
14ddbb83c342 KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yet
a9b964ed7cf9 spi: intel: Use correct mask for flash and protected regions
f4eb68642ed3 mtd: spi-nor: intel-spi: Disable write protection only if asked
156d0c823c59 ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"
5907ff9f2c8f x86/cpu: Add several Intel server CPU model numbers
41e37d04e397 Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
b02a025dd188 btrfs: remove pointless and double ulist frees in error paths of qgroup tests
1c366c206ff2 drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_valid
1c8ded1b3879 i2c: i801: add lis3lv02d's I2C address for Vostro 5568
b432581f19a0 i2c: tegra: Allocate DMA memory for DMA engine
7b0ae4c7b918 firmware: arm_scmi: Cleanup the core driver removal callback
1a8a2fef273d ACPI: x86: Add another system to quirk list for forcing StorageD3Enable
8a03a4a5cf6d NFSv4: Retry LOCK on OLD_STATEID during delegation return
49ca2227c47b btrfs: raid56: properly handle the error when unable to find the missing stripe
0f7bd3a2dfe1 RDMA/efa: Add EFA 0xefa2 PCI ID
a42d4363e78f ACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[]
004decd41b32 drm/amd/display: Remove wrong pipe control lock
7779efbb99bf ASoC: rt1308-sdw: add the default value of some registers
ef1e4ed85814 selftests/intel_pstate: fix build for ARCH=x86_64
dfd3cc1ef3e2 selftests/futex: fix build for clang
648467236c12 ASoC: Intel: sof_sdw: add quirk variant for LAPBC710 NUC15
64ee750c29da ASoC: codecs: jz4725b: fix capture selector naming
150b74cd0625 ASoC: codecs: jz4725b: use right control for Capture Volume
5352d8b31572 ASoC: codecs: jz4725b: fix reported volume for Master ctl
85134577a7f2 ASoC: codecs: jz4725b: add missed Line In power control bit
5e61dffb16dc spi: intel: Fix the offset to get the 64K erase opcode
c697cb2e6663 ASoC: wm8962: Add an event handler for TEMP_HP and TEMP_SPK
569085124d75 ASoC: rt1019: Fix the TDM settings
4160a515c75b ASoC: mt6660: Keep the pm_runtime enables before component stuff in mt6660_i2c_probe
2963ec4535a1 ASoC: wm8997: Revert "ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe"
30a2f9479c21 ASoC: wm5110: Revert "ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe"
3bf6da38a292 ASoC: wm5102: Revert "ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe"
94fa250ea55c mm: shmem: don't truncate page if memory failure happens
003fa195911d mm: hwpoison: handle non-anonymous THP correctly
a62b1bc603a1 mm: hwpoison: refactor refcount check handling
3df0eeae4d9a Linux 5.15.79
599b24eedf2a x86/cpu: Restore AMD's DE_CFG MSR after resume
9132fa043f96 net: tun: call napi_schedule_prep() to ensure we own a napi
1dea25e25acd drm/amdkfd: Migrate in CPU page fault use current mm
a1c303fbd4dd marvell: octeontx2: build error: unknown type name 'u64'
d948b228343a dmaengine: at_hdmac: Check return code of dma_async_device_register
c556ecf32a07 dmaengine: at_hdmac: Fix impossible condition
8a941ff34e53 dmaengine: at_hdmac: Don't allow CPU to reorder channel enable
53831f7a13c3 dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
14f5462e4a00 dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware
5482403228be dmaengine: at_hdmac: Fix concurrency over the active list
82ca19414faa dmaengine: at_hdmac: Free the memset buf without holding the chan lock
8fd36e069d65 dmaengine: at_hdmac: Fix concurrency over descriptor
1ee012d452b1 dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()
90c1b07406f0 dmaengine: at_hdmac: Protect atchan->status with the channel lock
b5ee1fe06ad7 dmaengine: at_hdmac: Do not call the complete callback on device_terminate_all
9bbf5df0fc8c dmaengine: at_hdmac: Fix premature completion of desc in issue_pending
f7d1aaa90319 dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pending
e9777b4efcce dmaengine: at_hdmac: Don't start transactions at tx_submit level
4e28674a0ecd dmaengine: at_hdmac: Fix at_lli struct definition
49eba53137f5 cert host tools: Stop complaining about deprecated OpenSSL functions
69e86c6268d5 can: j1939: j1939_send_one(): fix missing CAN header initialization
81fc8f90b885 mm/shmem: use page_mapping() to detect page cache for uffd continue
e91451af11f9 mm/memremap.c: map FS_DAX device memory as decrypted
48998c1773a4 mm/damon/dbgfs: check if rm_contexts input is for a real context
c736ed854160 udf: Fix a slab-out-of-bounds write bug in udf_find_entry()
2e87eddf5736 mms: sdhci-esdhc-imx: Fix SDHCI_RESET_ALL for CQHCI
91c38504e589 btrfs: zoned: initialize device's zone info for seeding
432c30ba3f56 btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()
c9fe4719c662 btrfs: fix match incorrectly in dev_args_match_device
f96fd3693631 wifi: ath11k: avoid deadlock during regulatory update in ath11k_regd_update()
8e2b576caf91 platform/x86: hp_wmi: Fix rfkill causing soft blocked wifi
cb3ab0e1e074 drm/amdgpu: disable BACO on special BEIGE_GOBY card
dc066a78500a drm/i915/dmabuf: fix sg_table handling in map_dma_buf
afbd1188382a nilfs2: fix use-after-free bug of ns_writer on remount
abc082aac0d9 nilfs2: fix deadlock in nilfs_count_free_blocks()
589da2288197 ata: libata-scsi: fix SYNCHRONIZE CACHE (16) command failure
51ae4579a5d5 vmlinux.lds.h: Fix placement of '.data..decrypted' section
1f8e08ab3269 ALSA: usb-audio: Add DSD support for Accuphase DAC-60
c2451f62b2bd ALSA: usb-audio: Add quirk entry for M-Audio Micro
031d1480a0f4 ALSA: usb-audio: Yet more regression for for the delayed card registration
574f51e4aa40 ALSA: hda/realtek: Add Positivo C6300 model quirk
7140d7aaf93d ALSA: hda: fix potential memleak in 'add_widget_node'
f6d7a487aabd ALSA: hda/ca0132: add quirk for EVGA Z390 DARK
1ccd55b3901b ALSA: hda/hdmi - enable runtime pm for more AMD display audio
29100c674208 mmc: sdhci-esdhc-imx: use the correct host caps for MMC_CAP_8_BIT_DATA
3dce99e2eb06 mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCI
9d6bd33e6aeb mmc: sdhci_am654: Fix SDHCI_RESET_ALL for CQHCI
ad01f16ca90c mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCI
1aa78c1d013c mmc: cqhci: Provide helper for resetting both SDHCI and CQHCI
c198524a99cb MIPS: jump_label: Fix compat branch range check
9713ceffa40a arm64: efi: Fix handling of misaligned runtime regions and drop warning
518e49f0590d riscv: fix reserved memory setup
d07c3d7491b4 riscv: vdso: fix build with llvm
cc36c7fa5d93 riscv: process: fix kernel info leakage
a8d67367ab33 net: macvlan: fix memory leaks of macvlan_common_newlink
7b194dd32b13 ethernet: tundra: free irq when alloc ring failed in tsi108_open()
7de10342fe14 net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()
88e1dd2d9291 ethernet: s2io: disable napi when start nic failed in s2io_card_up()
3652f1f8d3ea net: atlantic: macsec: clear encryption keys from the stack
fca3b0a1fd3e net: phy: mscc: macsec: clear encryption keys when freeing a flow
60a0af8813fd stmmac: dwmac-loongson: fix missing of_node_put() while module exiting
ee4a9bd2c7f4 stmmac: dwmac-loongson: fix missing pci_disable_device() in loongson_dwmac_probe()
4a8770eebc39 stmmac: dwmac-loongson: fix missing pci_disable_msi() while module exiting
83196d8dc5a8 cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf_open()
49d8a6e24a34 mctp: Fix an error handling path in mctp_init()
29961d2332a5 stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHz
8604bebc5c32 stmmac: intel: Enable 2.5Gbps for Intel AlderLake-S
7dec6dae2b61 net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()
960f9d30def3 net: cpsw: disable napi in cpsw_ndo_open()
1360778fdb6f net/mlx5e: E-Switch, Fix comparing termination table instance
f13e9ebd2925 net/mlx5: Allow async trigger completion execution on single CPU systems
48b73b46a5b0 net/mlx5: Bridge, verify LAG state when adding bond to bridge
13b1ea861e8a net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfg
7e4dcacb4dd6 net: nixge: disable napi when enable interrupts failed in nixge_open()
409731df6310 net: marvell: prestera: fix memory leak in prestera_rxtx_switch_init()
77ff31cba9a6 netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()
e62cb1c093d6 netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()
0bd20318da08 perf tools: Add the include/perf/ directory to .gitignore
a733671e388c perf stat: Fix printing os->prefix in CSV metrics output
c36e9e2c4aff drivers: net: xgene: disable napi when register irq failed in xgene_enet_open()
4689bd3a1b23 net: lapbether: fix issue of invalid opcode in lapbeth_open()
1dd27541aa2b dmaengine: ti: k3-udma-glue: fix memory leak when register device fail
992e966caf57 dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
9766af75ba5a dmaengine: pxa_dma: use platform_get_irq_optional
301caa06091a tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header
6a264203dbdb net: broadcom: Fix BCMGENET Kconfig
e7871b9a21ae net: stmmac: dwmac-meson8b: fix meson8b_devm_clk_prepare_enable()
261178a1c262 can: af_can: fix NULL pointer dereference in can_rx_register()
2acb2779b147 ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network
13ecaa6832fb tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent
bc79cb9fb006 drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()
2845bc9070ce net: wwan: mhi: fix memory leak in mhi_mbim_dellink
2ce2348c2858 net: wwan: iosm: fix memory leak in ipc_wwan_dellink
7b6bc50f65e9 hamradio: fix issue of dev reference count leakage in bpq_device_event()
f59adebb8c28 net: lapbether: fix issue of dev reference count leakage in lapbeth_device_event()
119407dc329a KVM: s390: pv: don't allow userspace to set the clock under PV
500bcd3a99ea phy: ralink: mt7621-pci: add sentinel to quirks table
151dc8087b56 capabilities: fix undefined behavior in bit shift for CAP_TO_MASK
435c7ddfd510 net: fman: Unregister ethernet device on removal
3a504d6d96ea bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steer
ac257c43fa61 bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()
d7569302a7a5 net: tun: Fix memory leaks of napi_get_frags
430d1f4964dd octeontx2-pf: NIX TX overwrites SQ_CTX_HW_S[SQ_INT]
ec0db81883b4 octeontx2-pf: Use hardware register for CQE count
b89a0d8859ae macsec: clear encryption keys from the stack after setting up offload
eeba7f07a0cb macsec: fix detection of RXSCs when toggling offloading
3070a880eb03 macsec: fix secy->n_rx_sc accounting
e957555a3694 macsec: delete new rxsc when offload fails
ad25a115f508 net: gso: fix panic on frag_list with mixed head alloc types
466ce46f251d bpf: Fix wrong reg type conversion in release_reference()
35d8130f2ad0 bpf: Add helper macro bpf_for_each_reg_in_vstate
61274498fbf8 bpf, sock_map: Move cancel_work_sync() out of sock lock
32b5dd03beeb bpf: Fix sockmap calling sleepable function in teardown path
e9915581899c bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues
5ad95d71344b HID: hyperv: fix possible memory leak in mousevsc_probe()
6dcdd1b68b7f bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE
2fc902245c82 wifi: mac80211: Set TWT Information Frame Disabled bit as 1
95adbd2ac8de bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queues
06615967d488 bpf, verifier: Fix memory leak in array reallocation for stack state
4335a82c4f7b soundwire: qcom: check for outanding writes before doing a read
ae4dad2e5374 soundwire: qcom: reinit broadcast completion
38c9fa2cc6bf wifi: cfg80211: fix memory leak in query_regdb_file()
2c6ba0a7872b wifi: cfg80211: silence a sparse RCU warning
921738c280ab phy: stm32: fix an error code in probe
fa722006f762 hwspinlock: qcom: correct MMIO max register for newer SoCs
3c1bb6187e56 drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram()
b1f852277171 drm/amdkfd: handle CPU fault on COW mapping
36770c045aba drm/amdkfd: avoid recursive lock in migrations back to RAM
93a5de7e8843 fuse: fix readdir cache race
1920cf94545a thunderbolt: Add DP OUT resource when DP tunnel is discovered
47dbf2496990 thunderbolt: Tear down existing tunnels when resuming from hibernate
(From OE-Core rev: ee40eebc70d1d09c758eeba2ff6de969fb717a0b)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Integrating the following commit(s) to linux-yocto/5.15:
da5513f30187 libbpf: Fix build warning on ref_ctr_off
(From OE-Core rev: eb75d561256c794baf6c89c1975967343145da87)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Integrating the following commit(s) to linux-yocto/5.15:
4c5a089621a8 perf python: Account for multiple words in CC
(From OE-Core rev: 1cf78a856beb42a2d68e6c49bfdbc33fea68ebb5)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6.1 is a LTS kernel, and our next reference kernel. Some new
features like rust support are not directly used, but will
be available to start testing.
(From OE-Core rev: 1a450283c85f7bbadcbbb8973d3c3d15a712abb3)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Integrating the following commit(s) to linux-yocto/5.15:
1c5699ee85d4 fs: move S_ISGID stripping into the vfs_*() helpers
838f5d0701d8 fs: add mode_strip_sgid() helper
d97172683641 squashfs: provide backing_dev_info in order to disable read-ahead
(From OE-Core rev: 474ddb758dd1b327540e48ccfe1500fb4231f30b)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Integrating the following commit(s) to linux-yocto/5.19:
3326dff489c8 tools: Remove some options from CLANG_CROSS_FLAGS
5b92f7def854 libbpf: Fix build warning on ref_ctr_off
b7cd8e00afcd perf python: Account for multiple words in CC
(From OE-Core rev: b734bd73763548e3991803c03b8bcc3b4bea6432)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6.1 is a LTS and one of the reference kernels for our next
relase. Making it a logical update point for our libc-headers.
We can drop one of our patche as the gcc-goto.sh is no longer
used, and hence we won't have race conditions like we previously
had.
(From OE-Core rev: cb6d0cac29d3f8eb6d13722ab816c93210762e60)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Not only break when not in a loop is undefined, different
shells do different things when they see it.
(From OE-Core rev: 11c034b427c4d44f4013fa4ddf7c3d1264bab219)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We no longer need to abstract the inotify callback handler, remove the
abstraction and simplify/clean up the code.
(Bitbake rev: af4ccab8acc49e91bf7647f209d69f4858618466)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The loop submitting the parser results was not efficient on many core systems
as may of the parsers could block for a long time waiting to send the results.
While a result was pending, the code wouldn't parse further jobs.
Change the code to parse further jobs even if the results can't be submitted
and lower the result submission timeout to keep the parsers busy.
(Bitbake rev: 9ece4a2e406509bd89dbce8dac80a02e600b0ecf)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Fix sentence containing two references to the same section.
(From yocto-docs rev: 668acf5f11934bda81610bdb1b665bed57d0bee7)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Now that .bbclass is removed from class section titles.
We can now have, for example, :ref:`ref-classes-insane`
instead of :ref:`insane <ref-classes-insane>`.
Then, when necessary, rework paragraphs so that they
have lines of even length, not exceeding 80 characters.
(From yocto-docs rev: e76190e3be78c1e483bec0469f1e437dbf8f3791)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Suggested-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is unnecessary and allows to simplify the references
to such sections, most of which are removing the .bbclass extension
anyway, for example in :ref:`insane <ref-classes-insane>`.
(From yocto-docs rev: 44fbdb909c47553fecb7f9eb37f065a8768bc922)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Suggested-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The video referred to didn't correspond to the latest
Poky releases.
(From yocto-docs rev: 29780dee7b183ebb13571dcab8e20d22bfbfeb4b)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Eliminate this warning:
WARNING: Title underline too short.
- Remove a leftover patch file
(From yocto-docs rev: 15f1f9b234ba81177ff5fafdb3d42c002daffa56)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Drop autotools-specific chunks in opengl.patch.
Drop add-missing-meson.build.patch (.35 tarball issue)
Drop buildpaths.patch (backport)
(From OE-Core rev: cd3cc911ea565a740b377fcc53cab1b754971d8b)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
adjust 0002-Add-debug-prefix-map-option.patch to account for
f2a6eb4aac
and add a chunk to it that guarantees source paths not leaking into debug sections
that list source filenames.
(From OE-Core rev: 0d7d96fb0b215e56f6dacd4dd44b12bbd7ecdd34)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This avoids adding a spurious space in TARGET_CC_ARCH when
GLIBC_64BIT_TIME_FLAGS is empty
(From OE-Core rev: 5d077129d8e849ce3a79285825231c642e79be70)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This can then be controlled by yocto environment through LDFLAGS if
needed since we support multiple linkers and distro policy may want a
different linker, moreover gold fails on ppc32 to link since its missing
Fixes errors like below on ppc/gold + clang
/usr/lib/clang/15.0.6/lib/linux/libclang_rt.builtins-powerpc.a(mulsc3.c.o): unsupported -mbss-plt code
(From OE-Core rev: 089cc4b036e370bf82973ca6ced038578e4682cf)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The vendored copy of zlib undefines _FILE_OFFSET_BITS when
_LARGEFILE64_SOURCE is defined and enabling 64bit time_t requires 64bit
off_t ( _FILE_OFFSET_BITS=64 ), therefore remove this from the
zlib module
(From OE-Core rev: 73e56624e815c52308a81852430a8bb050a0fc58)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Since 'build/siggen: Rework stamps functions'[1] the stamps directory
for each recipe is only created if there are stamps to be written. Some
recipes - such as package-index - only have nostamp tasks so the stamps
directory is never created, resulting in the rm_work task trying to cd
into a directory that doesn't exist.
Resolve this by simply checking the stamps directory exists before
trying to delete files in it.
[1] bitbake c79ecec580e4c2a141ae483ec0f6448f70593dcf
(From OE-Core rev: 80e9b32a000b25420997068543d3631231eb3ccf)
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>
This is already set in default-distrovars.inc and so this assignment
will almost never succeed. Rather than leaving it to confuse, set an
empty weak default.
(From OE-Core rev: eb402948158659da7de0fbbb1bb403c8dad06e2b)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
CVE-2019-6461 and CVE-2019-6462 are fixed, but the reporting is
incorrect as the patch for CVE-2019-6461 is actually for CVE-2019-6462
and vice-versa.
This swaps both files and edit the CVE field to report the correct
identifier.
Cc: Quentin Schulz <foss+yocto@0leil.net>
(From OE-Core rev: f12c2a5ac94cb29f473f3c7e335463c7fb6d8a6e)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The database update has been done on the original file. In case of
network connection issues, temporary outage of the NVD server or
a similar situation, the function could exit with incomplete data
in the database. This patch solves the issue by performing the update
on a copy of the database. It replaces the main one only if the whole
update was successful.
See https://bugzilla.yoctoproject.org/show_bug.cgi?id=14929
Reported-by: Alberto Pianon <alberto@pianon.eu>
(From OE-Core rev: 8efe99214d8b005f0ecac690ce5ba17b31758f92)
Signed-off-by: Marta Rybczynska <marta.rybczynska@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
===========
Adds API support for waiting on network in an event driven manner (new API function lr_handle_network_wait)
OpenPGP API extension and fixes (new API functions lr_gpg_*)
Update license format to "LGPL-2.1-or-later"
(From OE-Core rev: bd22b705366e41ebd5eba4ce31d5654fc631a1f5)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
* filesystem df: add json output
* qgroup show: add json output
* new command: 'inspect-internal map-swapfile' to check swapfile and its
swapfile_offset value used for hibernation
* corrupt-block: fix parsing of option --root argument
* experimental (interfaces not finalized):
* new command 'inspect-internal list-chunks'
* new group reflink, command clone
* other:
* synchronize some files with kernel versions
* docs updates
* build: use gnu11
(From OE-Core rev: 73d4b80d04f366a0d908df2e6c46d510b740a905)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This allows us to
- test those more recent instruction sets (AVX, AVX2, BMI1, BMI2, F16C, FMA, LZCNT, MOVBE, XSAVE)
- benefit from improved performance across the stack both in kvm-driven system emulation and when running
on real silicon.
For example, glibc:
https://www.phoronix.com/news/Glibc-strcasecmp-AVX2-EVEX
v4 level is adding AVX-512, which is far less established, particularly Intel has famously backtracked
from supporting it in Alder Lake/Raport Lake client CPUs and AMD has only implemented it in very recent Zen4 products:
https://www.phoronix.com/news/GCC-11-x86-64-Feature-Levels
(From OE-Core rev: 6f2af1e5d1537b4d31e14946292bf58f0fd76fc9)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
As far as I can tell, none of these uses of PACKAGESPLITFUNCS need append/prepend
operators, the standard += and =+ can work just fine. Since OE-Core is copied a lot,
use the preferred syntax which is also simpler to parse and change.
(From OE-Core rev: 846ff49465337dddd75a83161f41f48117f6571c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We don't really need the customisation capability of PACKAGEBUILDPKGD
since we also have PACKAGE_PREPROCESS_FUNCS which is generally used
by recipes. Drop PACKAGEBUILDPKGD to have some simpler/clearer code.
This allows some function wrappers to be removed too.
(From OE-Core rev: 6a4f24724cea3ddf55cacccb80fa54aa898dfa86)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The recipe can use the more commonly used PACKAGESPLITFUNCS instead
of PACKAGEBUILDPKGD which is likely to be removed soon, there should be
no change in behaviour.
(From OE-Core rev: b060a8a7e4c35f8404525f462189390e2dce81e5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This function is used by the packaging tasks/classes and makes much
more sense in the packagedata function library.
(From OE-Core rev: 7a512a8803101310772d83836e6b78ebaf8121de)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The function appears unused and the comment obsolete, drop them.
(From OE-Core rev: f3745718f8ec3bbed9816bf3d891e9885f8518b5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Move the bulk of the remaining package "processing" functions over
to the package function library for parsing efficiency.
(From OE-Core rev: f8785117074908330faca0b99afa7f60ed6ad952)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Move one of the PACKAGEFUNCS from the package bbclass to packagedata
library code for parsing efficiency.
(From OE-Core rev: ceba33bf2897f7dd5b1ffe6b742c47bf616243c8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
To avoid reparsing the bbclass code all the time, move the functions
to the packagedata python function library code which is more efficient.
(From OE-Core rev: f520a3039540b1183b1b2bdaaf8b9195995c0187)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
To avoid reparsing the bbclass code all the time, move the functions
to the python function library code which is more efficient.
(From OE-Core rev: 424e65627c018b3119050f515b0c7cfb43be5573)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
To avoid reparsing the bbclass code all the time, move the function
to the python function library code which is more efficient.
(From OE-Core rev: 7c8c4cfd9355a9cee1144e0444e1b54402f1951c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The thread/process locks we use translate to futexes in Linux. If a
process dies holding the lock, anything else trying to take the lock
will hang indefinitely. An example would be the OOM killer taking out
a parser process.
To avoid bitbake processes just hanging indefinitely, add a timeout to
our lock calls using a context manager. If we can't obtain the lock
after waiting 5 minutes, hard exit out using os._exit(1). Use _exit()
to avoid locking in any other places trying to write error messages to
event handler queues (which also need locks).
Whilst a bit harsh, this should mean we stop having lots of long running
processes in cases where things are never going to work out and also
avoids hanging builds on the autobuilder.
(Bitbake rev: d2a3f662b0eed900fc012a392bfa0a365df0df9b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
OE-Core has changes which do need careful evaluation for compatibilty,
such as the addpylib directive. Move the core later names to mickledore
so layers can mark their compatibility as such.
Also increase the version number for core. If we do make further changes
that need layer changes, we'll update the version again so layers can mark
compatibility within the series.
(From OE-Core rev: 57239d66b933c4313cf331d35d13ec2d0661c38f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Brings following changes
* f47a8cdd ldso: fix invalid early references to extern-linkage libc.page_size
* 377218cb pthread_atfork: fix return value on malloc failure
* 29e43191 fix double-processing of DT_RELR relocations in ldso relocating itself
* b50eb8c3 fix strverscmp comparison of digit sequence with non-digits
* ad5dcd39 fix async thread cancellation stack alignment
* 8f925945 fix return value of gethostby{name[2],addr} with no result but no error
* 63402be2 clean up dns_parse_callback
* 0a7b4323 dns response handling: don't treat too many addresses as an error
* 41603c77 dns response handling: ignore presence of wrong-type RRs
* cf76df0e fix missing synchronization of pthread TSD keys with MT-fork
* 5ff3eea9 fgets: avoid arithmetic overflow when n==INT_MIN is passed
* d8f35e29 fix AS-safety of close when aio is in use and fd map is expanded
* 26c76a90 fix use of uninitialized dummy_fut in aio_suspend
* aebd6a36 fix potential deadlock between multithreaded fork and aio
* d64148a8 fix potential unsynchronized access to killlock state at thread exit
* 36b72cd6 fix potential deadlock in dlerror buffer handling at thread exit
* 833a4691 configure: disable TBAA optimization because most compilers are buggy
* e6e82132 disable MADV_FREE usage in mallocng
* 25e6fee2 remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE
* 246f1c81 remove LFS64 symbol aliases; replace with dynamic linker remapping
* dec8f0a4 dns query core: detect udp truncation at recv time
* 8c408937 getaddrinfo dns lookup: use larger answer buffer to handle long CNAMEs
* 759bf785 arpa/nameser.h: update RR types list
* 51d4669f dns: implement tcp fallback in __res_msend query core
* e2e95176 res_send: use a temp buffer if caller's buffer is under 512 bytes
* c87d75f2 adapt res_msend DNS query core for working with multiple sockets
* 85050ac5 getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomain
(From OE-Core rev: 3b27f6356a3bf0138da0c3dcd87aa8e4a93ae56b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It needs to be fixed to honor _FILE_OFFSET_BITS before we can enable
64bit time_t
(From OE-Core rev: 206ab9522963aee471004d987181ed2f8363f1ad)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
soup 2.x support has been removed upstream.
libportal is no longer optional.
epiphany now also needs gtk-update-icon-cache
and update-desktop-database executables.
(From OE-Core rev: ace8d5cb5ebb027ec2f62bf4d1104d319ec86e95)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This used to be required by epiphany, then it became
optional and was moved to meta-oe, now it is again required.
The recipe was originally provided by... actually me :-)
(From OE-Core rev: e3c1fb52a0720d88dbc6eb91935c82733cdaea44)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
There are a couple of failure cases that runCommands needs to better
handle, ensuring finishAsyncCommand is called. This doesn't matter if the
server is about to shut down but for memory resident bitbake and with
threading enabled, correctness is more important this could could in
theory lead to problems with the recent code changes.
By using the idleFinish class, it ensures the current async command
is terminated correctly and the various state pieces around commands
finishing are called. This also makes the code more uniform matching
the other exception handling code.
(Bitbake rev: 367a83ed46c7fbcdd06579b6cc3a6e48a89ca7fb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The previous commit was injecting a generator object instead of
a string, which happened to fix the issue but we should fix it
properly! Thanks to Christopher Larson for spotting.
(Bitbake rev: 36589f13c5babb3b2af82666c8a96338e6ea4eb9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When setting the LAYERSERIES_COMPAT and LAYERSERIES_CORENAMES variables,
we need to be deterministic. The random ordering from the sets was causing
unexpected reparses.
(Bitbake rev: 8c405c97430ac830837e25438e8795f6f7abbdaa)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
devtool modify/upgrade are not currently equipped to handle conditional local files
in SRC_URI, and provide only the main no-override set in a workspace under
source/component/oe-local-files/ (this is done via meta/classes/devtool-source.bbclass).
On the other hand, updating the changes from workspace into a recipe
is run iteratively against all overrides; this works for patches (as they
all are directed into their own override branches in the workspace
git source tree), but breaks down when trying to match local files
in a workspace against local files in overridden SRC_URI lists, resulting in
bad recipe breakage.
(there's an additional twist here: existing code has a guard against this
but the guard relies on metadata in workspace .bbappend that is only there
in modify operations, but not upgrades. This commit replaces the guard
with a general check that will work everywhere).
Implementing multiple sets of local files is significant work; let's for now
simply not touch local files in recipes except when on the no-override variant.
Also, adjust the selftest cases to include conditional local files in sample
recipes, so the situation is covered by the tests.
(From OE-Core rev: 3a8654b860fa98f94e80c3c3fff359ffed14bbe7)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Fixes build with musl where the LFS64 functions are deprecated
(From OE-Core rev: f543f51b2060a718685c82ee6f7d59bb0723e7bf)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Qemu 7.2 finally allows us to move beyond building for original Core 2/Core i7 era hardware,
and this patch adds support for the newer generations. But first, a bit of
background:
Recently toolchains gained support for specifying x86-64 'levels' of
instruction set support; v3 corresponds to 2013-era Haswell CPUs
(and later), with AVX, AVX2 and a few other instructions that
were introduced in that generation. I believe this is preferrable
to picking a specific CPU model as the baseline.
Here's Phoronix's feature article that explains the feature and the available levels:
"Both LLVM Clang 12 and GCC 11 are ready to go in offering the new x86-64-v2, x86-64-v3, and x86-64-v4 targets.
These x86_64 micro-architecture feature levels have been about coming up with a few "classes" of Intel/AMD CPU processor support rather than continuing to rely on just the x86_64 baseline or targeting a
specific CPU family for optimizations. These new levels make it easier to raise the base requirements around Linux x86-64 whether it be for a Linux distribution or a particular software application where
the developer/ISV may be wanting to compile with greater instruction set extensions enabled in catering to more recent Intel/AMD CPUs."
https://www.phoronix.com/news/GCC-11-x86-64-Feature-Levels
Here's gcc docs for it:
https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html
And here's the formal specification (click on the pdf link):
https://gitlab.com/x86-psABIs/x86-64-ABI
The actual tune file was created by copying corei7 tunes and doing
search/replace on them. Qemu options were dropped as unnecessary.
32 bit tune was dropped as well, as there is no 32 bit only CPU
that also supports these new instructions; all of the v3 capable
chips are 64 bit.
(From OE-Core rev: ac041f90e71dba83b7144c91f929de88aaeae519)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The same rust getrandom patch is needed for cargo on target as well
as it uses the same crate
(From OE-Core rev: 44441c727a5301ab99ab8b4d8b8b1f61f0a810af)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* environment.d/rpm.sh sets the right environment in SDK
and we don't need to use them
(From OE-Core rev: 34f1121ba9684b1ab978438db2b16c1e42ea5973)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* the paths in wrapper don't work for rpmdeps which is installed in
${libdir}/rpm unlike other wrapped bins from ${bindir} these relative
paths don't work there
* replace environment.d-rpm.sh with here-doc so that we can use
OE variables
* in the end it might be better to just get rid of the wrappers at
this point and depend on environment.d to always set right values
* the wrappers were added in:
commit 760103cdaed3e820888d8984ec0b76cfc831d534
Author: Ovidiu Panait <ovidiu.panait@windriver.com>
Date: Fri May 25 10:48:29 2018 +0800
nativesdk-rpm: Add wrappers for nativesdk support
When installing the SDK to a non-default path, running "rpm --showrc" from the
sdk will produce the following error:
error: Unable to open /opt/windriver/wrlinux-small/10.17.41/sysroots/x86_64-wrlinuxsdk-linux/usr/lib/rpm/rpmrc for reading: No such file or directory.
Fix this by adding wrappers that dynamically export the RPM_CONFIGDIR,
RPM_ETCCONFIGDIR and MAGIC environment variables, pointing to the proper
sdk locations.
* the rpm.sh in environment.d a bit later:
commit 5f16fd0bf774314c79572daf4ba7e4a8ae209ba1
Author: hongxu <hongxu.jia@windriver.com>
Date: Wed Jul 29 01:22:06 2020 -0700
nativesdk-rpm: adjust RPM_CONFIGDIR paths dynamically
While installing/extracting SDK to a non-default dir(not /opt),
run rpm failed:
$ python3 -c "import rpm"
|error: Unable to open /opt/windriver/wrlinux-graphics/20.31/sysroots/
x86_64-wrlinuxsdk-linux/usr/lib/rpm/rpmrc for reading: No such file or
directory.
This patch adds a flexible way to configure RPM_CONFIGDIR in SDK.
(From OE-Core rev: f40a2658f5be6739c5dddab7f9f11e1f85a17102)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
newer musl do not provide lfs64 functions anymore since off_t is always
64bit on musl using normal functions would suffice
(From OE-Core rev: f01b2ab83068e4d7f263c31dca2a3fa9ef77a98e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We're seeing failures where the UI hangs if the server disappears. Ping
the cooker/server if we've not had any events in the last minute so we can
check if it is still alive.
(Bitbake rev: 6567ad6181f9e39812097f0154647e4b38238fdd)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When bitbake is off running heavier "idle" commands, it doesn't service it's
command socket which means stopping/interrupting it is hard. It also means we
can't "ping" from the UI to know if it is still alive.
For those reasons, split idle command execution into it's own thread.
The commands are generally already self containted so this is easier than
expected. We do have to be careful to only handle inotify poll() from a single
thread at a time. It also means we always have to use a thread lock when sending
events since both the idle thread and the command thread may generate log messages
(and hence events). The patch depends on previous fixes to the builtins locking
in event.py and the heartbeat enable/disable changes as well as other locking
additions.
We use a condition to signal from the idle thread when other sections of code
can continue, thanks to Joshua Watt for the review and tweaks squashed into this
patch. We do have some sync points where we need to ensure any currently executing
commands have finished before we can start a new async command for example.
(Bitbake rev: 67dd9a5e84811df8869a82da6a37a41ee8fe94e2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In preparation for adding splitting bitbakes work into two threads,
add locking around the idle functions list accesses.
(Bitbake rev: a9c63ce8932898b595fb7776cf5467d3c0afe4f7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
With the move to a server idle thread, we always need threading. The
existing accessor functions could end up turning this off!
I was going to hold the lock whilst changing it, check if the value
was already set, cache the result and also fix the event code to always
release the lock with a try/finally.
Instead, disable the existing functions and use a with: block
to handle the lock, keeping things much simpler.
(Bitbake rev: 645c9d3b50e55f69b222cc338373cdfd91d524ce)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When idle handlers want to exit, returning "False" isn't very clear
and also causes challenges with the ordering of the removing the idle
handler and marking that no async command is running.
Use a specific class to signal the exit condition allowing clearer code
and allowing the async command to be cleared after the handler has been
removed, reducing any opportunity for races.
(Bitbake rev: 102e8d0d4c5c0dd8c7ba09ad26589deec77e4308)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When finishing a command, we need to ensure any parsing processes that may have
been started are cleaned up before we reset the cooker state.
(Bitbake rev: 6569ab64bea35de21acc89053ba76e2828163f3f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently if the idle functions loop suffers a traceback, it is
silently dropped and there is no log message to say what happened.
This change at least means the traceback is in the cooker log, making
some debugging possible.
Add some logging to show when handlers are added/removed to allow
a better idea of what the server code is doing from the server log
file.
(Bitbake rev: 9cf3102dc36513124fe5ead2f1e448b51833b6ac)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
As far as I could tell, the current code could result in some strange
situations where some data was set back to the original data store copy
but the multiconfig data was not restored. There are also some changes made
to the datastore which did not persist.
The data store was also being reset at every client reset, which seems
a little excessive if we can reset it to the original condition properly.
Move the __depends -> __base_depends rename into databuilder along with
the __bbclasstype change so these are saved in the original data.
Tweak the databuilder code to be clearer and easier to follow on which
copies are where, then save copies of all the mc datastores.
Finally, drop the cache invalidation upon reset for the base config
as we shouldn't need that now (oe-selftest -r tinfoil works with memory
resident bitbake which was the original reproducer requiring that change).
(Bitbake rev: 5f8b9b9c35b4ec0c8c539bf54ca85f068f4a5094)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently heartbeat events are always generated by the server whilst it is
active. Change this so they only appear when builds are running, which is
when most code would expect to be executed. This removes a number of races
around changes in the datastore which can happen outside of builds.
(Bitbake rev: 8c36c90afc392980d999a981a924dc7d22e2766e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If there are events queued and there is an exception in the main loop
of the UI code, it will print tracebacks on the console indefinitely.
Avoid that by improving the loop exit conditions.
(Bitbake rev: 2d0940b920a22b244f3ba6849c7cd019578386b4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Joshua Watt pointed out maintaining the counting on both sides of the
connection isn't needed. Remove the receiver side counting and simplify
the code, also allowing errors if the counts do go out of sync.
(Bitbake rev: aeacfd391903fe68ae600470fc2bbad0502d401e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
By inspection, tinfoil handles two of the three command exit cases but
one is missing. Add the CommandExit case in case this is the cause of
one of our recipetool/devtool hangs. Regardless, the fix is necessary.
(Bitbake rev: eadddd94835b6b6a8517dfed3d29e6dbb2d35988)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We're still seeing occasional SiggenRecipeInfo coherency issues, add
some further reset points into the parsing code to ensure the cache is
cleared before reparsing.
(Bitbake rev: 26ed783caf11dc9ebf53d3790681eb44c0c360f0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
I've been seeing event handlers where 'd' seems to disappear half way through
event handler execution. This is problematic when multiple threads are active
since this code assumes single threading.
The easiest fix is to change the handler function calls to contain d as a
parameter as we do elsewhere for other functions. This will break any non-text
handlers but I was only able to spot one of those in runqueue. It will also
break handlers than call functions that assume 'd' is in the global namespace
but those failures should be obvious and we can fix those to pass d around.
This solution avoids manipulating builtins which was always a horrible thing
to do anyway and solves the issue without needing locking, thankfully.
(Bitbake rev: 1e12f0a4b592dacd006d370ec29cd71d2a44312e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
There is a bug in the current cache code where the restored data structures
were "inverted" leading to some very weird issues, not sure how anything worked
like that, this patch fixes it.
Also fix some issues with multiconfig cache ordering problems by resetting
the stream counters when appropriate.
(Bitbake rev: cd06beb948eff5eaf2d474f5b127d51a61b0b2ef)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We need patched crossbeam-utils in cargo as well as rust, move cargo
alongside rust so they can both use the same patch.
(From OE-Core rev: 39402790724014a39b265ee1978396a0514fdc98)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The cargo build builds vendored libgit and curl, but these exist outside
${S} which DEBUG_PREFIX_MAP covers.
(From OE-Core rev: c874ef5eafb88d361b96e014739d7a3a640536d9)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Any consumer of rust-source (potentially) needs this, so move to
rust-source.inc
(From OE-Core rev: 3c88cf98361a8f1c6f5183cc8887cccfad9d08ba)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Use SDK_TOOLCHAIN_LANGS to allow different language support to be
selected within SDKs. Initially supported options are rust and go.
(From OE-Core rev: 1ad7bb050accd930c85b6c51721046867394f629)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
The key file IO locks objects would never get deleted from the hashtable due to
off-by-one error.
ANY responses could sometimes have the wrong TTL.
Speed up the named shutdown time by explicitly canceling all recursing ns_client
objects for
Removing a catalog zone from catalog-zones without also removing the referenced
zone could leave a dangling pointer. [GL #3683]
nslookup and host were not honoring the selected port in TCP mode. [GL #3721]
Deprecate alt-transfer-source, alt-transfer-source-v6 and
use-alt-transfer-source. [GL #3694]
Move the "final reference detached" log message from dns_zone unit to the
DEBUG(1) log level.
Fix assertion failure in isc_http API used by statschannel if the read callback
would be called on HTTP request that has been already closed.
Deduplicate time unit conversion factors.
Copy TLS identifier when setting up primaries for catalog member zones.
Deprecate 'auto-dnssec'. [GL #3667]
The decompression implementation in dns_name_fromwire() is now smaller and
faster. [GL #3655]
Use the current domain name when checking answers from a dual-stack-server.
Ensure 'named-checkconf -z' respects the check-wildcard option when loading a
zone. [GL #1905]
Deprecate 'coresize', 'datasize', 'files', and 'stacksize' named.conf options.
The view's zone table was not locked when it should have been leading to race
conditions when external extensions that manipulate the zone table where in use.
Some browsers (Firefox) send more than 10 HTTP headers. Bump the number of
allowed HTTP headers to 100. [GL #3670]
NXDOMAIN cache records are no longer retained in the cache after expiry,
even when serve-stale is in use. [GL #3386]
(From OE-Core rev: 1c093c38e247b522f279f616d16373795a4cdf89)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Unfortunately, sysconfig is used by:
- setuptools to find out where to install new headers
- autoconf-archive to find where Python.h is
In the first case we want the target location, in the second case we want
the sysroot location. The second case is not yet used in the wild
(as projects such as gpgpme are using outdated distutils-based m4 macros),
but it will become a problem once python 3.12 is out, and
said projects are forced to migrate to sysconfig. Let's deal with it
then in a more careful manner, and hopefully convince upstream that
there is a general problem too.
(From OE-Core rev: 499b152bf63749be18fc252978a6cc632254b325)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
libbsd is required for splay tree macros in tree.h
(From OE-Core rev: 898692284f4710c0993ba0fbf7cadba6b8ea5ca0)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Use --without-iconv as otherwise autotools write a bogus iconv
dependency into .pc file.
(From OE-Core rev: edce1bce81fe2f47fb2c5e2b94ebda73f95cbaea)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Transition to python_setuptools_build_meta.
(From OE-Core rev: 3e12b39760ec92d45241f44945c4fd1a93cd9de2)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License-Update: formatting, position of the license statement moved in the README
(From OE-Core rev: 902e05e254b633ef1e988779504f743a031b5632)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
gettext-native is needed for xgettext executable.
License-Update: copyright years
(From OE-Core rev: 50d05038171f769d2b95b455eb2266d3a507db70)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Upstream has published the tarball in a non-standard location. If
this persists, we might want to switch to git.
(From OE-Core rev: b737d41db8ec7975bd4f065cc1c023b7b3b29f46)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Drop 0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch:
the patch has been rejected upstream (see the bug), and does quite a
bit more than just fix the mips softfloat problem. If the problem
still exists, then the fix needs to be re-done, and re-submitted.
The other two patches have been merged upstream.
License-Update: http->https
(From OE-Core rev: 9b6e8c173162798428cf8627b596ca81cd8ab855)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
libmd is a new dependency.
(From OE-Core rev: 53862dd494c849db771d986752ca5dab464dc6cb)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[Yocto #14346]
Systemd may be slow in killing pam session sometimes [1][2]. It may cause rpm
test to fail because there's process (sd_pam) running and own by "test1" user
after timeout.
Increasing timeout to 2 mins and assert earlier with debug output if
there's such process(es). If increasing of timeout doesn't help we may
want to force deletion of the user as [2] suggests.
[1] https://github.com/systemd/systemd/issues/8598
[2] https://access.redhat.com/solutions/6969188
(From OE-Core rev: 972fcc0ed1e0d36c3470071a9c667c5327c1ef78)
Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
qemu no longer carries libslirp in-tree,
so enabling slirp requires providing external libslirp.
Another noteworthy change is:
x86: TCG support for AVX, AVX2, F16C, FMA3 and VAES instructions
... which means both meta-intel and qemu x86 targets can
now fully utilize Haswell-and-later instruction set with benefits
for performance in emulation and on silicon.
Changelog:
https://wiki.qemu.org/ChangeLog/7.2
(From OE-Core rev: d82e521995832580e990c0c173651aafd43d299c)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
qemu 7.2 no longer carries libslirp in-tree, and so
it has to be provided externally.
(From OE-Core rev: a4409583e0f8187b0c0cbf92fbddeffef12fd8f5)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Without this, sysconfig would report the target location, which is not
what we want in cross-builds. This is used in particular by
latest autoconf-archive m4 macros, which have migrated from
(removed in py 3.12) distutils to setuptools.
(From OE-Core rev: df8303ab2f0ca4b694b845016c8d7e0279a48fe7)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
There is no longer need to be specific: none of the recipes
using this variable in core need to know the particular version
of llvm exactly when using the default one set via PREFERRED_VERSION
from LLVMVERSION.
This as well enables automated version updates of llvm
for minor releases.
(From OE-Core rev: f0ab1736438f6f23603e3694dc2f0b724b103722)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* and switch from tar.gz to tar, because the tar.gz archives upstream are regular tar as well now
https://www.w3.org/XML/Test/ still has 3 separate URLs for .zip, .tar
and .tar.gz, but both tar links return the same file:
xmlts20130923.tar: POSIX tar archive (GNU)
xmlts20130923.tar.gz: POSIX tar archive (GNU)
xmlts20130923.zip: Zip archive data, at least v1.0 to extract, compression method=store
-rw-r--r-- 1 martin martin 5.7M Sep 23 2013 xmlts20130923.tar
-rw-r--r-- 1 martin martin 5.7M Sep 23 2013 xmlts20130923.tar.gz
-rw-r--r-- 1 martin martin 1.6M Sep 23 2013 xmlts20130923.zip
c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273 xmlts20130923.tar
c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273 xmlts20130923.tar.gz
f9510b3532926e1b4c2e54855b021e4b8a66ec98a5337dcf4ff07e8a41968deb xmlts20130923.zip
(From OE-Core rev: 0ee43418ce37e52f1886b85ff2c7d8cdff9f2039)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The do_rm_work() task is using the first available 'rm' binary
available in PATH to remove files and folders.
However, depending on the PATH setup and RECIPE_SYSROOT_NATIVE
contents, the function can be using the 'rm' binary available
in RECIPE_SYSROOT_NATIVE, a folder that will get removed.
This causes a sporadic race-condition when trying to access the
'rm' binary of a folder already deleted.
Solve this by exclusively using the HOSTTOOLS 'rm' binary, as
this folder will not get removed.
(From OE-Core rev: edcd9ad333bc4e504594e8af83e8cb7007d2e35c)
Signed-off-by: Luis Martins <luis.pinto.martins@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
For now, there's no easy way to skip some specified tests when
using 'oe-selftest -r'. This is because '-R' and '-r' are in the
mutually exclusive group. Looking at the codes, the codes have already
allowed running specified tests and skipping specified tests at
the same time. So move '-R' out of the mutually exclusive group
and change its help message.
After this change, the following command could be used.
oe-selftest -r A -R A.B.C
This does introduce a behavior regression.
Previous 'oe-selftest -R xxx' needs to now be changed to
'oe-selftest -a -R xxx'.
(From OE-Core rev: df9a2b69748d8a24c3390f812225231e9e9acb66)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Fix failing builds due to a reproducibility issue by adding a patch to sort
globbing, submitted upstream.
[YCOTO #14993]
[YCOTO #14994]
(From OE-Core rev: ad6cc43ca99d8629365fcff790becbc7103da9ec)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The previous code had 2 issues:
1. make hosttools/ccache always link to host's ccache (/usr/bin/ccache)
even we have one buildtools
2. make hosttools/gcc etc, link to host's gcc event we have one
buildtools when keyword ccache in buildtools's path, eg:
/mnt/ccache/bin/buildtools
This patch is for fix above issues.
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When running oe-selftest and seeing the end of a running log, it is
extremely helpful to know if there have been failures or not to save
looking at the rest of the log. Add the number of failures to the summary
line so that people monitoring builds have an easier time before the end
totals are printed.
(From OE-Core rev: 6b23996911d91f7f99774646c6db9f3490b4cb62)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This test is failing on the arm workers only so skip there until the issue
can be worked on and resolved. The bug #14311 will remain open for tracking.
(From OE-Core rev: d98deec9e4aed9e05343d2758f3a3892e2044616)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
===========
systemclock waiting fixes for certain 32-bit platforms/libcs
alphacombine: robustness improvements for corner case scenarios
avfvideosrc: Report latency when doing screen capture
d3d11videosink: various thread-safety and stability fixes
decklink: fix performance issue when HDMI signal has been lost for a long time
flacparse: Fix handling of headers advertising 32 bits per sample
mpegts: Handle when iconv doesn't support ISO 6937 (e.g. musl libc)
opengl: fix automatic dispmanx detection for rpi4 and fix usage of eglCreate/DestroyImage
opusdec: Various channel-related fixes
textrender: event handling fixes, esp. for GAP event
subparse: Fix non-closed tag handling
videoscale: fix handling of unknown buffer metas
videosink: reverse playback handling fixes
qtmux: Prefill mode fixes, especially for raw audio
multiudpsink: allow binding to IPv6 address
rtspsrc: Fix usage of IPv6 connections in SETUP
rtspsrc: Only EOS on timeout if all streams are timed out/EOS
splitmuxsrc: fix playback stall if there are unlinked pads
v4l2: Fix SIGSEGV on state change during format changes
wavparse robustness fixes
Fix static linking on macOS (opengl, vulkan)
gstreamer-vaapi: fix headless build against mesa >= 22.3.0
GStreamer Editing Services library: Fix build with tools disabled
webrtc example/demo fixes
unit test fixes for aesdec and rtpjitterbuffer
Cerbero: Fix ios cross-compile with cmake on M1; some recipe updates and other build fixes
Binary packages: pkg-config file fixes for various recipes (ffmpeg, taglib, gstreamer)
Binary packages: Enable high bitdepth support for libvpx (VP8/VP9 encoding/decoding)
Binary packages: ship aes plugin
Miscellaneous bug fixes, memory leak fixes, and other stability and reliability improvements
Performance improvements
(From OE-Core rev: fd8ab6052d88120c58cf84ad7d77d60c12ef3b8a)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
============
- Bug fix: It is again possible to include mpc.h without including
stdio.h.
(From OE-Core rev: 34ea6fedbcfe4876fed0a82a4e0d8dc540a30006)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
0001-The-std-lib-unary-binary_function-base-classes-are-d.patch
removed since it's included in 1.81.0
(From OE-Core rev: 16d33730845895dac7e6fa1e03778ca49b37adce)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We've seen cases where the bitbake.sock file appears to disappear but the
server continues to hold bitbake.lock. The most likely explaination is
that some previous build directory was moved out the way, a server there
kept running, eventually exited and removed the sock file from the wrong
directory.
To guard against this, save the inode information for the sock file and check
it before deleting the file. The new code isn't entirely race free but should
guard against what is a rare but annoying potential issue.
(Bitbake rev: b02ebbffdae27e564450446bf84c4e98d094ee4a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Tweak the code to remove duplication and only set if the attribute isn't
already there to avoid overwriting.
(Bitbake rev: 513e6c4e9233e0d0bc31e1169077fdbf9aaf4ec3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The data in SiggenRecipeInfo is large and has a lot of duplication. The size
causes a few problems, impacting:
- bitbake's overall memory usage
- the amount of data sent over IPC between parsing processes and the server
- the size of the cache files on disk
- the size of "sigdata" hash information files on disk
The data consists of strings (some large) or frozenset lists of variables.
To reduce the impact we can:
a) deplicate the data
b) pass references to the object on the second usage
(e.g. over IPC or saving into pickle).
This patch does this for SiggenRecipeInfo mostly behind the scenes
but we do need a couple of reset points so that streamed data is written
correctly on the second usage.
(Bitbake rev: 9a2b13af483c20763d6559a823310954884f6ab1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add a simple ping command so the UI can check the server is still there.
(Bitbake rev: fd3359de0b9f18fac187a629df203be0b2c87545)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Namespace in this context means a branch, a tag, etc., clarify
it in the description. Also, fix a typo "a any", replace with
plain "any".
This patch is based of feedback on new applied patch
d32e5b0e ("fetch2/git: Prevent git fetcher from fetching gitlab repository metadata")
(Bitbake rev: b4999425c812b25cb359d5163d11e3c1b030dc28)
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The application order of override syntax :append, :prepend, :remove is
inobvious and undocumented. The order does not match variable parse
history, i.e. output of "bitbake -e", either.
Add note documenting the exact order in which :append, :prepend, :remove
are applied to variable in lib/bb/data_smart.py getVarFlag(). Add note
that this order does not match the variable parse history order. This
is mostly to prevent others from running into this and scratching their
heads, trying to find out what is going on.
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
(Bitbake rev: 7379c2855b8497e56481d1ec7b5953e850550b85)
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We can't drop the missing meson.build file into the build tree via SRC_URI
as then the timestamp of that file becomes the timestamp of the build,
which results in repeated builds having different timestamps.
Instead patch the file into the build, which doesn't change the SDE
every build.
(From OE-Core rev: b525fab08cb4f6d7b9a71bf82378a8396a20aba8)
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>
I'm building a SDK (bitbake task: populate_sdk) for WPE/WebKit
development [1] and I need the tools below to be extended with the class
nativesdk. They work fine on the SDK after this change.
The needs are because:
1) gperf and unifdef are required by the WebKit build system at build
time.
2) gi-docgen is required by the WebKit build system when CMake option
'ENABLE_DOCUMENTATION' is enabled, and gi-docgen itself depends on
the following python modules that also need to enable nativesdk:
python3-markdown, python3-smartypants and python3-typogrify
[1]
See:
- https://github.com/Igalia/meta-webkit/pull/436
- https://bugs.webkit.org/show_bug.cgi?id=249604
(From OE-Core rev: 6cb38fd632a161bea7b9a04de400d8be8d565b07)
Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Rust follows the train release model via the stable, beta and nightly channels,
by default we build rust from the stable channel, however there are certain
features which are only available in the beta or nightly channels.
Make these channels available by setting a RUST_CHANNEL variable which defaults
to stable making this change transparent to the user.
The snapshot version used by rust during its compilation wont necessarily match
the version being built, specially if were building from an unstable channel,
to avoid confusion rename this to SNAPSHOT_VERSION and use RUST_VERSION for the
version to be built, which is automatically defined to PV.
Append -beta or -nightly to rusts PV for signature awareness.
It is important to note that this does not build rust from the beta/nightly
published tarball (which today build rust v1.67.0 and v1.68.0 respectively),
instead this builds rust from the current selected version (1.66.0) and enables
the beta/nightly features for that version.
Setting the variable RUST_CHANNEL=nightly results in the following:
$ rustc -Vv
rustc 1.66.0-nightly
(From OE-Core rev: 807a52686682d0d0a151ea3dadd99880feb67cc0)
Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
These enable running custom shell setup and cleanup commands
before and after qemu. Enables machine configurations to for
example run qemu with swtpm to emulate TPM devices.
Example config with meta-tpm2 based swtpm in machine config:
* image recipe depens on swtpm-native to get the native tools to PATH,
same handling as qemu itself
do_testimage[depends] += "swtpm-native:do_populate_sysroot"
* startup commands for swtpm daemon, note that swtpm
socket file has 107 character limit and absolute paths to build environment
will not work
QB_SETUP_CMD = " \
test -d '${IMAGE_BASENAME}_swtpm' || ( mkdir -p '${IMAGE_BASENAME}_swtpm' && \
swtpm_setup --tpmstate '${IMAGE_BASENAME}_swtpm' --tpm2 --pcr-banks sha256 ); \
swtpm socket --tpmstate dir='${IMAGE_BASENAME}_swtpm' \
--ctrl type=unixio,path='${IMAGE_BASENAME}_swtpm/swtpm-sock' \
--log level=40 --tpm2 -t -d \
"
* qemu startup command in machine config is configured enable swtpm device
QB_OPT_APPEND += "-chardev socket,id=chrtpm,path='${IMAGE_BASENAME}_swtpm/swtpm-sock' -tpmdev emulator,id=tpm0,chardev=chrtpm -device tpm-tis-device,tpmdev=tpm0"
* in this case, swtpm daemon stops automatically with qemu machine, but
QB_CLEANUP_CMD could be used to kill a specific process and wipe
temporary files
Now runqemu and testimage.bbclass can be used with swtpm.
(From OE-Core rev: d5c38964a4458aa31ec37810773ecc4f5d410dbe)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The QB_DEFAULT_KERNEL is set to pick bundled initramfs kernel image
if the Linux kernel image is generated with INITRAMFS_IMAGE_BUNDLE="1".
This makes runqemu to automatically pick bundled initramfs kernel image
instead of explicitly mentioning bundled initramfs kernel image in
runqemu.
[YOCTO #14748]
(From OE-Core rev: 52371624313184e1a825519160c3833e282df8b9)
Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Using -D_FILE_OFFSET_BITS=64 already makes the normal function behave
like 64bit variants. Moreover it makes them portable across libc
Ensure that right lseek function is used with _FILE_OFFSET_BITS = 64
Refresh patches with devtool
(From OE-Core rev: 9f150d6bb4bda37e8ec58d576f3312c44fda654e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Using -D_FILE_OFFSET_BITS=64 already makes the normal function behave
like 64bit variants. Moreover it makes them portable across libc
(From OE-Core rev: 478205aa80d613fef79045b9e526823f407cec77)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Using -D_FILE_OFFSET_BITS=64 already makes the normal function behave
like 64bit variants. Moreover it makes them portable across libc
(From OE-Core rev: 41da2fb965b31a6ee5d825cf799b14fcf99e70db)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This ensures right flags are passed so enable it. Musl and decoupled
these APIs from _GNU_SOURCE and now are only available when
_LARGEFILE64_SOURCE macro is enabled
(From OE-Core rev: fa29c98302fcd765bcc0160ce5c2b8294de0d814)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
pseudo traps syscalls and has intimate knowledge of them
and does not really depend on glibc interfaces to kernel
flags are added via TARGET_CC_ARCH therefore move the remove
operation from TARGET_CPPFLAGS to TARGET_CC_ARCH
(From OE-Core rev: e654cf03ba8f1f80ad75381f0ad666a282f6a27f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Ensure largefile macros are used to determine size of off_t and not the
explict 64bit version of functions and types
(From OE-Core rev: 135e45931a0a2ea9954cb2da13ce59b0b3f569ef)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It seems importd still requires glib-2.0, add the missing dependency.
(From OE-Core rev: 224cd8ca540a2c9d7d407a44dccd63f808c1ea15)
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Drop --without-jbig2dec as it is now required by pdf support
and jbig2dec library is in ghostscript's source tree.
(From OE-Core rev: 761a17b7beab248056b69b9c3d84b1ddc4d2082d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When SRCREV was updated, only libxcrypt-compat was renamed to match,
but not libxcrypt proper.
(From OE-Core rev: 98c89359532778a894f50ddea1cc6ab922d6e562)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Upstream has changed the tarball and the dir inside it to poetry_core
(with underscore).
License-Update: formatting, copyright years.
(From OE-Core rev: b4a078944614b0e9f806486f33a3a71a01e8294c)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
'devtool modify' writes additional settings to workspace .bbappend so that this
can be handled correctly, but 'devtool upgrade' does not. This adds the missing
settings.
In particular, local files should not anymore mysteriously disappear from
SRC_URIs on upgrades.
(From OE-Core rev: 0817aa5537a8d7cc9591c53dfaa1d225f4c327f7)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The next libc-headers bumps will be in the 6.x series, so we
udpate our fetching list to handle that major version number.
(From OE-Core rev: ef19afdc80edc80d76dbbc8a5de5a5b994ff718d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
On the side, also simplify a reference to the section describing them.
(From yocto-docs rev: 0c13a7f9ccee4ddc9c6034d03f47625a09598cec)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Remove the redundant FAQ entry about this topic,
already covered in a specific section of the Development Tasks manual
- Document the TOOLCHAIN_LOCATION variable
- Expand both the Development Tasks manual and
the TCMODE variable description using details from the FAQ entry.
- Mention the "meta-arm-toolchain" layer too.
(From yocto-docs rev: 53faa54a8e6311b4d3d41d96cb1a497d0f6502fb)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Simplify formating for better looking output.
For example, mosts paragraphs had only ther ":" character in boldface.
(From yocto-docs rev: 833ea5d06dd46e79b2d02752f2c41a4c3a54a2f9)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Fixing double colons appearing alone on a line, while
they could be put at the end of the previous line.
Sometimes placing a note after the quoted text
to avoid such a situation. It's more natural too
not to have a note between the introduction text
and the quoted section.
(From yocto-docs rev: fb054622f5119444eb947fe580253f37e0d872c6)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This makes the Yocto Project manual variable list and index more useful,
not missing any potentially useful variable.
The price to pay is that a reference to such variables now has to go through
the intermediate reference in the Yocto Project variable list, instead
of going straight to the Bitbake manual.
(From yocto-docs rev: 3d308812cd9aa906890a0f8562fc28c1cd8aaab6)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Converts the main bitbake program to use argparse instead of the
deprecated optparse.
The resulting Namespace returned by argparse should be equivalent to the
one returned from optparse; the only major difference is that the
positional "target" arguments are consumed by argparse and returned as
the "targets" property instead of an additional argument from
parse_args().
(Bitbake rev: bb2ea00274a594b7cc87a7cb0b165e9b28f6f3f4)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Log when the socket file already exists and is removed before
recreating a new socket.
Log when unlinking the socket file failed.
(Bitbake rev: cfd7c9899f988bab6d9fe7bbfbdb60603fb5ed34)
Signed-off-by: Frank de Brabander <debrabander@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Upstream went with something slightly different so let's update the
patch so we don't have to carry a patch that isn't going to be merged.
This patch is part of snapshot 1.17.6.
Cc: Quentin Schulz <foss+yocto@0leil.net>
(From OE-Core rev: 19eb1e388fbbe5bfb8462710c745f2bb5446b5b5)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
On install, Meson will rebuild targets which don't define their
dependencies, as it can't know if they need to be rebuilt or not.
This includes gtk-doc, which can be slow to run. As we control the
execution of meson we know that a rebuild isn't required, so we can pass
--no-rebuild and speed up the install task.
(From OE-Core rev: da7e8bbb75bfb1a1c820b310196e510c05fc67c7)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Since the commit 005b6aba89eaf1b79fdd7565dd028fdd9bbfcc7d
(efivar: add musl libc compatibility) efibootmgr compiles with
musl too. Update the variable to take that into account.
(From OE-Core rev: ca719c0c6b2946aa1f4fd89808fbd229fe2929c8)
Signed-off-by: Marta Rybczynska <marta.rybczynska@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
As part of the merging builds, installation of target.json was lost
causing `rustc` to fail on startup with:
error: Error loading target specification: Could not find specification for target "aarch64-poky-linux-gnu". Run `rustc --print target-list` for a list of built-in targets
We know the full target specification, so just install it directly
rather than using the glob approach from previously.
Fixes: b9b0cd99cdc7 ("rust: Enable nativesdk and target builds + replace rust-tools-cross-canadian")
(From OE-Core rev: b187185ceecf1c852b1fdc47451d157a41962d69)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
GTK+ 3.24.36 will drop the autotools build, so get ahead of the curve
and switch to Meson.
The tarball is missing one meson.build file so add that explictly for
now.
(From OE-Core rev: f9b0930eab6cf89bbf80c565676c89997b610206)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
LICENSE for curl is set to MIT-open-group which is wrong and proper
license is 'curl'
I check below link and the line "Curl and libcurl are licensed under
the license below, which is inspired by MIT/X, but not identical." says
that the license is identical to MIT but actual license is identical
from the file "meta/files/common-licenses/curl"
Link: https://curl.se/docs/copyright.html
Also, I do not find the MIT-open-group license text in the entire
source-code
(From OE-Core rev: 34b228bd3a80a74bf4d84ef7ee362f4ab1e3a466)
Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com>
Signed-off-by: Ranjitsinh Rathod <ranjitsinhrathod1991@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
With Linux 6.1.0 and perf 1.0-r9, a build which includes perf-dev fails due
to perf-dev depending on perf 6.6.1.0-r9 . This is because translate_vers()
operates on perf-dev and mangles its version. The following scenario occurs:
ver=6.1.0-r9
pv=1.0
pkgv=6.1.0
reppv=6.1.0
With Linux 6.1.0, a corner case is hit where pv is a substring of ver, which
yields this corrupted version 6.6.1.0-r9 . Example in python3:
>>> "6.1.0-r9".replace("1.0", "6.1.0")
'6.6.1.0-r9'
>>> "6.0.13-r9".replace("1.0", "6.0.13")
'6.0.13-r9'
The fix is to only replace pv with reppv in case pv is at the beginning
of ver , instead of replacing all occurences.
(From OE-Core rev: bf2096a43d56c2d633a4b6e3db9e4390da4be6e2)
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
I meant to do this whilst merging but messed up the patches. This
file is a .inc file and should match the others.
(From OE-Core rev: d9398dfb0866a5be9ed09ae15902606fe11da2d2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
gcr-3 recipe is still needed for gnome projects that stick to gtk+3, rename to gcr3.
(From OE-Core rev: d0ebe63698470fb3336cc02db698cafacedbd070)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Check for known symbols that should have been redirected to 64bit
variants when -D_FILE_OFFSET_BITS=64 and -D_TIME_BITS=64 are set.
(From OE-Core rev: 8e2af04f24443fad2040bb32e6033d49e3120517)
Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Now that bitbake can look into python module code variable and function
dependencies, there are a few extra basic variables we need to exclude.
This is done per function since it keeps the main exclusion list cleaner
and is also slightly faster.
(From OE-Core rev: 870c324d47f1d920fcb736e09fc6e857f24945c7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We need to be able to exclude dependencies from the python module
dependency code. Add support for the vardepexclude flag for these. It
only works from the configuration namespace rather than per recipe
for efficiency.
(Bitbake rev: 1aa672b01037fda4ca82f2c7e394783287c09ecd)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Moving code into python modules is a very effective way to reduce parsing
time and overhead in recipes. The downside has always been that any
dependency information on which variables those functions access is lost
and the hashes can therefore become less reliable.
This patch adds parsing of the imported module functions and that dependency
information is them injected back into the hash dependency information.
Intermodule function references are resolved to the full function
call names in our module namespace to ensure interfunction dependencies
are correctly handled too.
(Bitbake rev: 605c478ce14cdc3c02d6ef6d57146a76d436a83c)
(Bitbake rev: 91441e157e495b02db44e19e836afad366ee8924)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
"fn" can mean different things in bitbake, we added support for class
extensions and then mutlticonfigs by extending it. In siggen, it generally
means that mc is prefixed to it and that it is a virtual filename.
Replace "fn" with "mcfn" in the code to make this clearer as if I'm getting
confused, everyone else likely is as well. "mcfn" is sometimes referred
to as taskfn as well but mcfn is probably the easiest to understand as the
taskname isn't included.
(Bitbake rev: e1c1139ab90f8da1b5036db11d943daefbe87859)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The current method of passing either a task's datastore, or
dataCaches and a filename into the stamp functions is rather
horrible.
Due to the different contexts, fixing this is hard but we do control
the bitbake side of the API usage so we can migrate those to use other
functions and then only support a datastore in the public bb.build API
which is only called from task context in OE-Core.
(Bitbake rev: c79ecec580e4c2a141ae483ec0f6448f70593dcf)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
One of the challenges in maintaining the code is that it sometimes uses
a datacaches structure and sometimes a datastore. Rather than continue
the current dual API madness, have the worker contexts create a dummy
datacaches structure with the entries we need. Whilst this does need to
be kept in sync with the real structure, that doesn't change and this
allows the code to be simplified.
With this new approach, we can unify the stamps dependency code again.
(Bitbake rev: c6d325fc9b53e9d588ab273ee3c2a99a70fba42c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Now that we have cache support for the taskdep/gendep/lookupcache data,
we can switch to use that cooker feature and skip the secondary reparse to
write the sig files. This does make the initial parse longer but means the
secondary one isn't needed.
At present parsing with the larger cache isn't optimal but we have plans
in place which will make this faster than the current reparse code being
removed here.
(Bitbake rev: 5951b5b56449855bc2a30146af65eb287a35fcef)
(Bitbake rev: 1252e5bce51ae912ecff9dcc354a371786ff2c72)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It is becomming clear the siggen needs access to our cache data but we
can't always obtain it in the contexts we need to. Add it directly,
meaning over time we should be able to simplify the APIs and stop
convoluting new ones!
(Bitbake rev: 6b213590ed0e77683cf7fbce6bbe9605ddecf3d3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This reverts commit ef0d0734866505c1c6e0528a0423e7248afb3ff8.
We can't do this since the initramfs needs to use DEPLOY_DIR_IMAGE which isnt
ready until do_image_complete.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In order to build a fitimage, we don't need the image to be "complete"
but we need the cpio portion of it built since the cpio is what ends
up inside the FIT. By reducing the dependency to `do_image_cpio` we
are able to include an image's rootfs as the ramdisk for a FIT and
then bundle that FIT into a larger SPI flash layout.
(From OE-Core rev: ef0d0734866505c1c6e0528a0423e7248afb3ff8)
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The gtktypefuncs.c removal is obsolete as that file isn't in the tarball
anymore, so remove it.
However the wayland-scanner files are still in the tarball despite
efforts to stop this, so generalise the removal to ensure it covers all
files which may be affected. Further investigation will be needed to
see if this is still an issue.
Rebase 0003-Add-disable-opengl-configure-option.patch.
(From OE-Core rev: cf5c5b4b83642ea44b21d29e7c59342666fbda6d)
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>
Invoking meson with just paths is a deprecated use of the binary and
causes warnings, so call 'meson setup' explicitly.
Whilst doing this cleanup, we can also call 'meson compile' and 'meson
install' instead of ninja.
(From OE-Core rev: b248cb1ada04f57a5c4590c7e5efa04f68bc8843)
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>
This patch disables is_debianlike() so that it always returns False in the
name of deterministic builds. However, the caller default_libdir() then
looks at the host filesystem to decide if /usr/lib64 exists and will
return either lib or lib64, so it still isn't deterministic.
This is only used for the default libdir value and meson.bbclass
always passes an explicit --libdir, so this is moot.
(From OE-Core rev: af4200197948f4900761cb1db11680aeab286f92)
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>
Changelog:
==========
* Changed the error handler of oversized chunks (i.e. larger than
PNG_USER_CHUNK_MALLOC_MAX) from png_chunk_error to png_benign_error.
* Fixed a buffer overflow error in contrib/tools/pngfix.
* Fixed a memory leak (CVE-2019-6129) in contrib/tools/pngcp.
* Disabled the ARM Neon optimizations by default in the CMake file,
following the default behavior of the configure script.
* Allowed configure.ac to work with the trunk version of autoconf.
* Removed the support for "install" targets from the legacy makefiles;
removed the obsolete makefile.cegcc.
* Cleaned up the code and updated the internal documentation.
(From OE-Core rev: 19799cb50a00561b318cba1c8c20737f20e4a47f)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
By default GOCACHE is set to $HOME/.cache.
Same issue for all other go recipes had been fixed by commit 9a6d208b:
[ go: avoid host contamination by GOCACHE ]
but that commit missed go-crosssdk recipe.
(From OE-Core rev: e5fd10c647ac4baad65f9efa964c3380aad7dd10)
Signed-off-by: Robert Andersson <robert.m.andersson@atlascopco.com>
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We're struggling to understand how bitbake.sock can sometimes disappear
in live builds when we can't see where it could have been deleted.
This causes connection failures to the server and failed builds.
Add some extra debugging around the server log and client retry
log messages to give more information for the next time this issue
occurs.
(Bitbake rev: 376a516dc8c96727fd042ada65f803013601ee2d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Bitbake is moving to a minimum python version of 3.8, update OE-Core
to match to make things consistent.
(From OE-Core rev: cc05bc04156122fd6f918191a9cec7bc0392415e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Most of our older distros with python older than 3.8 already need buildtools
tarballs apart from Ubuntu 18.04. 3.8 allows us to fix a few things, tidy
code in places and is widely available or can be obtained with buildtools.
Therefore update our minimum version to 3.8.
(Bitbake rev: 744310f360d2288ac2ef07745abc86852126b5b9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
do_setscene was from a different era before our modern setscene
per task code. It hasn't been used for years so remove some old
obsolete references to it.
(Bitbake rev: ef72282298f7c4db74383c23bb0251dd06d3c6d3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
All siggens in common use should now support multiconfig, drop the
compatibility code.
(Bitbake rev: b36545b4df6d935ed312ff407d4e0474c3ed8d1a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We're now used to using hashes as part of the task hashes and the sstate code
relies on this. The older OEBasic hash approach therefore wouldn't work and
can be removed.
(From OE-Core rev: 3667e589ba16eb261cfd72c2b11429f482c239f6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When obtaining latest upstream versions, the code needs
to check if the existing tarball is in a versioned directory
(e.g. component-name/x.y/component-name-x.y.z.tar.gz) and
if it is, it needs to first obtain the list of all
such versioned directories and then check all of them by going
one step up in the directory hierarchy.
Existing code was returning a correct match when the component
name did not have numbers, e.g. a check on 'source/epiphany/43/'
would return 43, but was stopping too soon when the component
name itself had numbers ('source/libxml2/2.10/' would return libxml2).
This change ensures the last match is taken instead of the first.
Also, adjust the fetcher tests to check that versioned directories
are correctly traversed in this case (e.g. the step to go one level
up is taken and a new tarball is discovered in a different versioned
directory).
(Bitbake rev: b6601be22c6d776327acdcd1fa931400f41ac786)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
largefile was made the default and the distro feature is no longer needed.
Drop the leftovers in poky.
(From meta-yocto rev: c5da2d28ed517fff4a32e3bbad4511a1a4bf19b0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The bitbake git fetcher currently fetches 'refs/*:refs/*', i.e. every
single object in the remote repository. This works poorly with gitlab
and github, which use the remote git repository to track its metadata
like merge requests, CI pipelines and such.
Specifically, gitlab generates refs/merge-requests/*, refs/pipelines/*
and refs/keep-around/* and they all contain massive amount of data that
are useless for the bitbake build purposes. The amount of useless data
can in fact be so massive (e.g. with FDO mesa.git repository) that some
proxies may outright terminate the 'git fetch' connection, and make it
appear as if bitbake got stuck on 'git fetch' with no output.
To avoid fetching all these useless metadata, tweak the git fetcher such
that it only fetches refs/heads/* and refs/tags/* . Avoid using negative
refspecs as those are only available in new git versions.
Per feedback on the ML, Gerrit may push commits outsides of branches or
tags during CI runs, which currently works with the 'nobranch=1' fetcher
parameter. To retain this functionality, keep fetching everything in case
the 'nobranch=1' is present. This still avoids fetching massive amount of
data in the common case, since 'nobranch=1' is rare. Update 'nobranch'
documentation.
Reviewed-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
(Bitbake rev: d32e5b0ec2ab85ffad7e56ac5b3160860b732556)
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In checkstatus() opener.open() is used to check if an artifact is available.
The check fails if the uri contains username password in the format:
"username:password@hostname..". Moreover, the checkstatus function already uses
the username from the "ud" object to craft a header, is username and password is
provided.
This fix ensure the uri in the Requests object used does not contain username as
password.
(Bitbake rev: 88350002d45e0aa85ecd5356da2c8d71e450641e)
Signed-off-by: Kasper Revsbech <kasper.revsbech.ext@siemensgamesa.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We keep seeing server issues where the lockfile is present but we can't
connect to it. Reuse the lockfile debugging code from the server to
dump better information to the console from the client side when we
run into this issue. Whilst not pretty, this might give us a chance
of being able to debug the problems further.
(Bitbake rev: 22685460b5ecb1aeb4ff3436088ecdacb43044d7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We have timestamps in the server logs but we don't know which
UI messages correlate to them. Add some timestamps to the messages
which doesn't make them pretty but which might make it possible to
debug problems.
(Bitbake rev: a1a86f8c311cb1fc4f5562f1c77f82aa95141eee)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It appears that rngd is not needed as of linux-5.6 and later[1]
and should not be installed by default since the purpose of rngd
is to provide additional trusted sources of entropy.
We did some testing on real hardware, the result seems to support that
we no longer need rngd by default on kernel v5.6 and later.
Testing result as below:
1. observing the crng init stage.
the "random: crng init done" always available before fs being mounted.
2. generating random number without rngd.
testing command: dd if=/dev/random of=/dev/null status=progress
on Marvell CN96xx RDB board, speed almost 20.4 MB/s without block
on NXP i.mx6q board, speed almost 31.9 MB/s without block
on qemu x86-64, speed almost 2.6MB/s without block
3. using rngtest command without rngd
testing command: rngtest -c 1000 </dev/random
on Marvell CN96xx RDB board:
rngtest: input channel speed: (min=4.340; avg=135.364; max=146.719)Mibits/s
rngtest: FIPS tests speed: (min=8.197; avg=69.020; max=72.800)Mibits/s
rngtest: Program run time: 418771 microseconds
on NXP i.mx6q board:
rngtest: input channel speed: (min=96.820; avg=326.769; max=340.598)Mibits/s
rngtest: FIPS tests speed: (min=15.090; avg=37.543; max=40.324)Mibits/s
rngtest: Program run time: 570229 microseconds
on qemu x86-64:
rngtest: input channel speed: (min=37.769; avg=101.136; max=136.239)Mibits/s
rngtest: FIPS tests speed: (min=10.288; avg=30.682; max=40.155)Mibits/s
rngtest: Program run time: 836800 microseconds
4. observing sshd service.
using "systemctl disable rng-tools" disable service and reboot system.
system boot up normal, sshd service also start in normal time without
block.
Reference:
[1] 30c08efec8
(From OE-Core rev: 868dfb46d96a27ec9041cb902fb769330277257d)
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Now that we have Python 3.11, hatchling will use the internal tomllib
instead of tomli.
(From OE-Core rev: f33168a18ddc9929c8e302937051fb6430047990)
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>
Since qemuboot is part of IMAGE_CLASSES via qemu.inc it is being
inherited before we set the QB_FOO variables.
Since our variables have conditional definitions and at that point
they've already been defined by qemuboot, we can no longer define
them in our class.
Move the IMAGE_CLASSES inherit to execute it after we set the
QB_FOO variables to fix booting via runqemu.
(From OE-Core rev: 8ed78ec262b2502dc3b673b24a868a3eec616a20)
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This has been ported from setuptools to flit_core, and now contains a
hand-written parser instead of using pyparsing.
(From OE-Core rev: cf4c11fe2e13ec63c08ded790e4d7b64ce94e4f2)
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>
For unknown reasons we've never seemingly run the check layer script
against OE-Core itself. This isn't entirely straightforward as the core
layer is a bit of a special case, we can't for example compare signatures
against ourselve and we can't remove core from bblayers.conf.
Core does have distro, machine and software components too, in the case
of distro, our fallback default settings. Whilst the qemu machines could
be split into a seperate layer directory, core wouldn't then parse at all
standalone due to the lack of any machine so it seems a bit pointless to
do that.
These changes tweak the script to handle core's special cases, specifically
to allow distro and machine directories and to account for the README placed
a directory level higher than other layers.
(From OE-Core rev: ba312ed228507d05f280aeb96819d671b01400b8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Patch so ppoll is properly redirected to it's 64bit time variant even
when source fortification is active.
(From OE-Core rev: 8cb7008090e98d990e7249b4ef723f65825915ae)
Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Opkg 0.6.1 Changes:
- Opkg will no longer complain when trying to clean up the temporary
directory, if the directory does not exist.
- Fixed a SEGFAULT when parsing package indexes with invalid `Size` or
`Installed-Size` fields. These indexes will now produce a
comprehensible error.
- Fixed an inconsistecy in .list generation where files would sometimes
be entered with/without a trailing slash. The trailng slash should now
always be removed.
- Fixed [a bug](https://bugzilla.yoctoproject.org/show_bug.cgi?id=10461)
in package removal, where empty common directories would be left on
disk, even after all owning packages were removed.
(From OE-Core rev: 037ff235fa8e369c0eac9f84cb82c9eaffba85f3)
Signed-off-by: Alex Stewart <alex.stewart@ni.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Bitbake additions for the addpylib API mean we need to update the parsing
function call to be clear we're parsing in configuration context.
(From OE-Core rev: ef7677dc90fac089f8b9f6da301cca022ed7284c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It seems some layers want to subvert the intent of LAYERSERIES_COMPAT
so bitbake is going to have to become stricter about the values there.
To work with this, use LAYERSERIES_CORENAMES to generate the entries in
LAYERSERIES_COMPAT instead of the current magic LAYERSERIES_COMPAT_core
value which may not continue to work.
The downside to this is when migating between releases, people would
need to update devtool workspace layer.conf files. I guess you could
argue this is a feature!
(From OE-Core rev: 96ff9baa8ead57504f40f362ed3a4aaa776d1b58)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Since bitbake now supports an official method to inject python modules,
switch to it.
Anyone using OE_EXTRA_IMPORTS will need to adjust their code accordingly,
probably switching to their own module namespace.
Also switch to using BB_GLOBAL_PYMODULES to list the global modules
to import.
(From OE-Core rev: 1f56155e91da2030ee0a5e93037c62e1349ba89f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Some layers think they're going to be 'clever' and copy the values from
another layer, e.g. using ${LAYERSERIES_COMPAT_core}. The whole point of
this mechanism is to make it clear which releases a layer supports and
show when a layer master branch is bitrotting and is unmaintained.
Therefore add some code to avoid people doing this. I wish we didn't have
to but...
(Bitbake rev: 6709aedccbb2e7ddbb1b2e7e4893481a7b536436)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
For many years OE-Core has injected it's own python modules into the
python namespace using an immediate expansion of a variable in base.bbclass.
It also added all entries from BBPATH to sys.path.
We really need this to become a first class citizen of the langauge, this new
addpylib directive allows that. Usage is of the form:
addpylib <directory> <namespace>
The namespace is imported and if there is an attribute BBIMPORT, that
list of names is iterated and imported too.
This mirrors what OE-Core has done for a long time with one difference in
implmentation, sys.path is only appended to. This means later imported
namespaces can't overwrite an earlier one and can't overwrite the main
python module space. In practice we've never done that and it isn't
something we should encourage or support.
The new directive is only applied for .conf files and not other filetypes
as it only makes sense in that context. It is also only allowed in the
"base configuration" context of cookerdata since adding it at the recipe
level wouldn't work properly due to the way it changes the global namespace.
At the same time, move the list of modules to place in the global namespace
into a BB_GLOBAL_PYMODULES variable. It is intended that only the core layer
should touch this and it is meant to be a very small list, usually os and sys.
BB_GLOBAL_PYMODULES is expected to be set before the first addpylib directive.
Layers adding a lib directory will now need to use this directive as BBPATH
is not going to be added automatically by OE-Core in future. The directives are
immediate operations so it does make modules available sooner than the current
OE-Core approach.
The new code appends to sys.path rather than prepends as core did, as
overwriting python standard library modules would be a bad idea and naturally
encouraging people to collaborate around our own core modules is desireable.
(Bitbake rev: afb8478d3853f6edf3669b93588314627d617d6b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Change ptest away from using the upstream Makefiles to manually running
the tests: they're not actually integrated with automake anyway so this
didn't gain us anything apart from patches we can't send upstream. Drops
the following patches:
- 0001-Make-ptest-run-the-python-tests-if-python-is-enabled.patch
- 0001-Port-gentest.py-to-Python-3.patch
- fix-execution-of-ptests.patch
- remove-fuzz-from-ptests.patch
- runtest.patch
Add a simple patch to install the test binaries via the Makefile:
- install-tests.patch
The Python module is built differently and a number of patches no longer
apply and appear to be redundant, remove:
- python-sitepackages-dir.patch
libxml-m4-use-pkgconfig.patch has been sent upstream now, mark as
backport.
Remove obsolete --without-docbook option.
Remove obsolete xml2Conf.sh packaging.
(From OE-Core rev: ec5f380a14246e31b2a1a12dda9fe2178b1e5f83)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When starting to use combo-layer, or if someone else is using it too,
the local last_revision may be incorrect.
This command will forcibly update the last_revision config values to the
latest SHA on the remote branch that is tracked.
(From OE-Core rev: 2bb5d12ecd1b0273983f7c05699f34dd64b11c25)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Bitbake may not be configured, and bb isn't imported anyway.
Instead just use os.rename(), and take the filename from the file object
instead of duplicating logic.
(From OE-Core rev: 528f4fb3683d048537604e4562ea758968060d62)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Get rid of the duplicate code and add extra check that the
locale en_US.UTF-8 is available on the system. This new helper
method is now located right above the method filter_environment()
which sets LC_ALL environment variable to 'en_US.UTF-8'.
[YOCTO #10165]
(Bitbake rev: a4ce040a6fd540a1cac52f808f909f9fcf8c961c)
Signed-off-by: Frank de Brabander <debrabander@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Starts the sync thread slightly earlier to give it some extra time to
dump out the caches while the main process tears down the parsing
processes
(Bitbake rev: 105f2897b0618713b036fc0f7a6e0f3e78d1707a)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Uses an event to terminate the parser threads instead of a queue. This
is not only simpler, but saves about 500ms on shutdown time
(Bitbake rev: 2aed34e1d4bf24bba6263f168ff31b55b5fbe982)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Being able to track siggen hash construction data can be useful for cache
debugging. For now, add an extra cache class which contains this information.
It can be enabled in the same way as the hob data cache through a feature flag
to cooker. This allows us to experiment with the data without carrying larger
patches around and ultimately may allow use to have a hash mismatch debugging
mode that is more easily enabled.
(Bitbake rev: 0736a8a03da8b774fafbd28f746bef4705378049)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The basehash data is really internal bitbake data and passing an object
directly is more efficient than creating and then extracting variables.
This will match the format of other data we may optionally wish to
store in the cache so more to the more efficient method. Nothing I
can see is using this data today (and nothing should be).
(Bitbake rev: e621093a1bf37cd75ede3fb77ab6845556870fc7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Make a small change in the layout of the code in build_dependencies
which makes subsequent patches easier to read. No functionality change,
just moving the function definitions to the start of the function block.
(Bitbake rev: fff13b1e5e8397130b4378e0ba2301336ec651a2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Commit 0533edac27 broke
bitbake parsing when bitbake is executed from directory with existing .gitmodules
and the recipe in externalsrc does not have .gitmodules
The check needs to search for .gitmodules in sources path, not cwd.
iParsing recipes...ERROR: ExpansionError during parsing <path to recipe>
...
bb.data_smart.ExpansionError: Failure expanding variable do_compile[file-checksums], expression was ${@srctree_hash_files(d)} which triggered exception CalledProcessError: Command '['git', 'config', '--file', '.gitmodules', '--get-regexp', 'path']' returned non-zero exit status 1.
(From OE-Core rev: 66ff3d1f65cd2e7f5319e98fa41f47a59b714c72)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The /proc/pressure support in buildstats is creating directories in the
buildstats tree called reduced_proc_pressure, which confuses the parsing
logic as that cannot be parsed as a name-epoc-version-revision tuple.
Explicitly skip this directory to solve the problem.
(From OE-Core rev: 24f0331f0b7e51161b1fa43d4592b491d2037fe9)
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>
Currently, allyesconfig test runs for x86_64 fail with:
ERROR: linux-yocto-5.19.17+gitAUTOINC+0cba9aa404_aaf4490d18-r0 do_package:
QA Issue: linux-yocto: Files/directories were installed but not shipped in any
package:
/lib/modules/5.19.17/kernel/drivers/nvdimm
With CONFIG_NVDIMM_TEST_BUILD=m, an empty nvdimm directory is created during
modules_install, which triggers the QA issue.
Extend kernel_do_install() to also remove inner empty directories that might
get created by modules_install.
(From OE-Core rev: 7120b09a33af4c9a18063c0f2e51fb598697e39c)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
For now, if we use rm_work and `bitbake core-image-minimal', some
recipes' WORKDIRs are not cleaned up, e.g., makedevs-native.
Adjust the dependency to make do_rm_work_all depend on do_rm_work
to solve this problem.
Below are the detailed explanation of why this would work.
Without this patch, the dependency chain is like:
[other deps] -> [do_rm_work] -+-> [do_build]
|
[do_rm_work_all] -------------+
With this patch, the depedency chain is like:
[other deps] -> [do_rm_work] -> [do_rm_work_all] -> [do_build]
Such dependency chain adjustment fixes the issue because do_rm_work_all
now depends on [other deps] and thus the [depends] of these [other deps].
Take core-image-minimal as an example. Before this adjustment,
do_rm_work_all does not have any relationship with do_rootfs, and we have
do_rootfs[depends] += "makedevs-native:do_populate_sysroot ..."
This essentially prevents 'recrdeptask' setting of do_rm_work_all extend
to makedevs-native. With this patch, the do_rm_work_all now depends
on do_rm_work which in turn depends on do_rootfs, and so do_rm_work_all's
recrdeptask could have effect on makedevs-native.
With this patch, all built recipes WORKDIR will be cleaned up with
a few expected exceptions such as kernel and qemu-helper-native.
(From OE-Core rev: b25cc45c9b39f79ba0a03c4556cb2e2431677b4e)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
texrels are generated while compiling on x86/clang because pic/pie flags
that are passed via bitbake do not make it everywhere evenly.
--enable-pie is default way of getting it enabled in bluez5
PIE is enabled by default which ensures that textrels are not generated
(From OE-Core rev: 804aa082e4c4fdd4881ff668f52790bea818eabb)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If the host has libpng, because of the way we handle the GL dependency in qemu,
it can cause determinism issues. Add a specific PACKAGECONFIG entry for libpng
to avoid this (and the associated autobuilder/uninative glibc symbol mismatch
failures).
(From OE-Core rev: 34afdd0bf5e2810d440bcd378ba1023159c2b2d0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
There is no need to patch native python so that it looks in the target
sysroot; the same can be achieved with just an environment variable.
(From OE-Core rev: c9617c03bceee54dc540318cada392799b137bd5)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
There is really no reason why we can't: it only needs to be available
in two versions (native/target), and the correct one can be picked
via PATH priority order.
This eliminates two un-upstreamable patches, one of which relies
on soon to be removed distutils.
(From OE-Core rev: d0145ead0f80ba4bde8e24617a8725f38eda8339)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
=========
* liblzma:
- Fixed an infinite loop in LZMA encoder initialization
if dict_size >= 2 GiB. (The encoder only supports up
to 1536 MiB.)
- Fixed two cases of invalid free() that can happen if
a tiny allocation fails in encoder re-initialization
or in lzma_filters_update(). These bugs had some
similarities with the bug fixed in 5.2.7.
- Fixed lzma_block_encoder() not allowing the use of
LZMA_SYNC_FLUSH with lzma_code() even though it was
documented to be supported. The sync-flush code in
the Block encoder was already used internally via
lzma_stream_encoder(), so this was just a missing flag
in the lzma_block_encoder() API function.
- GNU/Linux only: Don't put symbol versions into static
liblzma as it breaks things in some cases (and even if
it didn't break anything, symbol versions in static
libraries are useless anyway). The downside of the fix
is that if the configure options --with-pic or --without-pic
are used then it's not possible to build both shared and
static liblzma at the same time on GNU/Linux anymore;
with those options --disable-static or --disable-shared
must be used too.
* New email address for bug reports is <xz@tukaani.org> which
forwards messages to Lasse Collin and Jia Tan.
(From OE-Core rev: 56f5941bec3ae7f8f2966300a82c83ce8ebb9265)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
usb-devices: list the root devices in numerical order
usb-devices: use 'local' variable type to handle recursion
lsusb: remove unused wireless check
lsusb: remove wireless descriptor information
usb-devices: fix field width on device speed field
lsusb: fix up Midi Device specification devices
Fix an runtime error reported by undefind sanitizer
lsusb: Improve status display for SuperSpeedPlus hubs
lsusb-t: Fix recursive sorting on child devices.
(From OE-Core rev: 2626db8ab4cc96625915c3202c3ab0d59ee7a7fe)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
configure.patch
refreshed for 3.9.0
Changelog:
==========
* We decode Compute Express Link (CXL) capabilities.
* The tree mode of lspci is now compatible with filtering options.
* When setpci is used with a named register, it checks whether
the register is present in the particular header type.
* Linux: The intel-conf[12] back-ends prefer to use ioperm() instead
of iopl() to gain access to I/O ports.
* Windows: We have two new back-ends
One uses the NT SysDbg interface, the other uses kldbgdrv.sys
(which is a part of the Microsoft WinDbg tool).
* Windows: We support building libpci as a DLL. Also, Windows
binaries now include meta-data with version.
* Hurd: The Hurd back-end works again.
* mmio-conf1(-ext): Added a new back-end implementing the intel-conf1
interface over MMIO. This is useful on some ARM machines, but it
requires manual configuration of the MMIO addresses.
* As usually, updated pci.ids to the current snapshot of the database.
(From OE-Core rev: 8a784f5aa7ceec1866ef12f2bedf4e8b4e4f269f)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
fix pagesize on ia64
write out replace sections in original order
patchelf: correct page size for sparc64/sparc32
update vendored elf file
add workaround for readelf from binutils 2.30
make objdump/objcopy/readelf configurable and respect cross-compiling
build patchelf on windows
(From OE-Core rev: 8f7af3802d73c81af355e245cc057edc8cf1cd63)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
* Fix -Werror=sign-conversion in lib/alg-yescrypt-platform.c.
With commit 894aee75433b4dc8d9724b126da6e79fa5f6814b we introduced some
changes to huge page handling, that show this error when building with
GCC v12.2.1, and thus need a small fix.
(From OE-Core rev: 6918477ad121f9c7335c661433a909e948f66d51)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
===========
* Fix regression in type checking 'g_str_equal()' from C++ projects (#2820)
* Bugs fixed:
- #2820 g_str_equal: New macro version breaks compilation in C++ projects
- !3096 Backport !3094 "gstrfuncs: Fix regression in C++ types accepted by
g_str_equal()" to glib-2-74
(From OE-Core rev: 148d1492314a73731048a74d2561ec19eefe369c)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
CI: prettify the include of templates
CI: remove one occurrence of fedora instead of distro.name
CI: make freebsd slightly more in line with others
CI: remove unused test
CI: do not retry the qemu runs
CI: rely on b2c to start qemu tests
CI: include systemd-udev in the fedora image
CI: start a full systemd environment before running the testsuite
CI: in b2c, compile on the host, then test in qemu
quirks: update quirks for Lenovo IdeaPad Duet 3
quirks: add Lenovo Legion 7 keyboard
libwacom: fix warnings building without libwacom
tablet: check libevdev_get_abs_info() return value
tablet: avoid errors calling libevdev_get_abs_info()
meson.build: always set HAVE_GTK_WAYLAND
tools: hide debug-gui help when building with -Ddebug-gui=false
debug-gui: avoid locking pointer twice
util: use ck_assert_ptr_eq() instead of ck_assert_ptr_null()
touchpad: add escape and asterisk to the DWT blacklist
libinput 1.22.0
quirks: add quirks for Acer Spin 513 (Lazor)
quirks: add generic quirks for ARM based chromebooks
quirks: add volume rocker quirk for Lenovo IdeaPad Duet 3i
quirks: Add quirks for Surface Laptop Studio touchpad
quirks: Add quirks to improve tablet-mode on the Surface Laptop Studio
gitlab CI: drop the manual meson to junit conversion
meson.build: drop listing of header files from compilation targets
meson.build: fix build without Wayland
gitlab CI: dnf remove gtk4-devel for the no-debug-gui deps job
CODING_STYLE: update with a better description for variable assignments
evdev: fix a tab vs space indentation issue
doc/user: minor rewording of the pointer accel profile list
gitlab ci: drop EOL'd ubuntu 21.10
tools: add missing dwtp option setting
evdev: remove duplicate "device is a switch" message
gitlab-ci: export MESON_TESTTHREADS so meson actually sees it
gitlab-ci: explicitly call "meson setup" to improve readability
gitlab-ci: add commandline options to the meson-build.sh script
CI: drop the job count for the valgrind test suite to 2
filter: a few whitespace fixes and extra comments
filter: fix the mix of normalized vs device coordinates
filter: remove an unnecessary layer of indirection
filter: constify the tracker API
filter: localize a few variables
evdev: rename post_trackpoint_scroll to post_button_scroll
filter: constify the interfaces and make them static
filter: don't normalize the const filter approach
evdev: use filter_dispatch_constant() for button scrolling
evdev: use filter_dispatch_constant() for the lenovo trackpoint "wheel"
filter: don't normalize the speed again in the default mouse filter
filter: apply the same factor for constant motion as for normal motion
filter: add a flat trackpoint accel
gitlab CI: don't install valgrind, it's already in the template
gitlab CI: update freebsd to 13.1
gitlab CI: pre-install all packages we need
Fix Framework quirk so it wirks with 12 gen intel
util: return the number of elements from strv_from_string
meson: use install_emptydir to create directory
test: exclude the two high-delay debounce tests from the valgrind CI run
(From OE-Core rev: c98741ad587b7f13ada82efc7871e8ea3b1c7edb)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
0007-Fix-X11-build-failure-use-DROPBEAR_PRIO_LOWDELAY.patch
removed since it's included in 2022.83
Changelog:
==========
- Disable DROPBEAR_DSS by default
- Added DROPBEAR_RSA_SHA1 option to allow disabling sha1 rsa signatures.
- Add option for requiring both password and pubkey (-t)
- Add 'no-touch-required' and 'verify-required' options for sk keys
DROPBEAR_SK_KEYS config option now replaces separate DROPBEAR_SK_ECDSA
and DROPBEAR_SK_ED25519 options.
- Add 'permitopen' option for authorized_keys to restrict forwarded ports
- Added LTM_CFLAGS configure argument to set flags for building
bundled libtommath. This also restores the previous arguments used
in 2020.81 (-O3 -funroll-loops). That gives a big speedup for RSA
key generation, which regressed in 2022.82.
There is a tradeoff with code size, so -Os can be used if required.
- Add '-z' flag to disable setting QoS traffic class. This may be necessary
to work with broken networks or network drivers, exposed after changes to use
AF21 in 2022.82
- Allow overriding user shells with COMPAT_USER_SHELLS
- Improve permission error message
- Remove HMAC_MD5 entirely
(From OE-Core rev: 99759005f18f0533717696729978d8dc5bf4ad16)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
===========
Fix a crash that could happen when you change
a dnssec-policy zone with NSEC3 to start using
inline-signing. [GL #3591]
Don't trust a placeholder KEYDATA from the managed-keys
zone by adding it into secroots. [GL #2895]
Fixed a race condition that could cause a crash
in dns_zone_synckeyzone(). [GL #3617]
Don't enforce the jemalloc use on NetBSD. [GL #3634]
Fix an inheritance bug when setting the port on
remote servers in configuration. [GL #3627]
Fix a resolver prefetch bug when the record's TTL value
is equal to the configured prefetch eligibility value,
but the record was erroneously not treated as eligible
for prefetching. [GL #3603]
Always call dns_adb_endudpfetch() after calling
dns_adb_beginudpfetch() for UDP queries in resolver.c,
in order to adjust back the quota. [GL #3598]
Fix a startup issue on Solaris systems with many
(reportedly > 510) CPUs. Thanks to Stacey Marshall from
Oracle for deep investigation of the problem. [GL #3563]
rpz-ip rules could be ineffective in some scenarios
with CD=1 queries. [GL #3247]
The RecursClients statistics counter could overflow
in certain resolution scenarios. [GL #3584]
Less ceremonial UNEXPECTED_ERROR() and FATAL_ERROR()
reporting macros. [GL !6914]
Fix a couple of bugs in cfg_print_duration(), which
could result in generating incomplete duration values
when printing the configuration using named-checkconf.
[GL !6880]
Refactor the isc_httpd implementation used in the
statistics channel. [GL !6879]
(From OE-Core rev: e57fe26b3f85ebfabdc8b574caa5c97602e4d771)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Some distributions (NI LinuxRT) provide both busybox-lsof and
full-featured lsof implementations. When users install the full-featured
lsof package, the full-binary fails to replace the bbox-binary in PATH,
because `lsof` contains no update-alternatives logic.
Inherit the update-alternatives bbclass and assert that the
full-featured lsof package has higher priority than the busybox
implementation.
Co-Authored-By: Kyle Roeschley <kyle.roeschley@ni.com>
(From OE-Core rev: e2893fa692a6e91eee09fc04c8c03fe27c718a58)
Signed-off-by: Alex Stewart <alex.stewart@ni.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* The build error happens already at configure time:
| meson.build: ERROR: Problem encountered: DRI3 requested, but xshmfence not found
(From OE-Core rev: 451fe4a067432b432b9cd38d2fc78072f6ce5421)
Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
pseudo overrides certain libc functions which are aliases when LFS64 is
enabled. In anycase pseudo may not be of much use on 32bit systems
(From OE-Core rev: 9e5ec22183a8b0f16817fd3dd2e3b45b292a3a09)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bc is needed for compiling kernel modules, more specifially
whenr running `make scripts prepare'.
In linux-yocto.inc, we have bc-native in DEPENDS. But we will
need nativesdk-bc in case we compile a kernel module inside
SDK.
(From OE-Core rev: 95b5c89066baccb1e64bfba7d9a66feeeb086da9)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Explain how to run the testsuite clear enough so no external
documentation is required.
(Bitbake rev: 51cf7cf12d23b757aa49f428a256fb3d3c865f6d)
Signed-off-by: Frank de Brabander <debrabander@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We've seen two different regressions in this API since it is used by
layer-index but not be the core code. Add a test for it to try and
ensure we don't break it again.
(From OE-Core rev: b07de5de43ec9c9a2c5d496a64940ccdc5b47cf8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In current psplash framework, the psplash might not exist at all.
For example, in case DSITRO is set to nodistro, the psplash does
not exist.
In our psplash recipe, we have:
SPLASH_IMAGES = "file://psplash-poky-img.h;outsuffix=default"
This variable is parsed to if psplash-poky-img.h exists, a package
named psplash-default is created and is added to RDEPENDS:${PN}.
We can see that the psplash-poky-img.h resides in meta-poky,
and in psplash_git.bbappend file in meta-poky, we have:
FILESEXTRAPATHS:prepend:poky := "${THISDIR}/files:"
So this file is only available in case poky distro is used.
To fix this issue, add condition check in the corresponding systemd
services.
(From OE-Core rev: 7a62ff9ed39c179d2b9b0c40f4f8423ced413063)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently TOOLCHAIN is strictly set to gcc in kernel-arch.bbclass.
And this prevents any TOOLCHAIN changes for any kernel recipe.
This change makes TOOLCHAIN configurable as usual.
(From OE-Core rev: be1634fc35dcc81f0301d942064a6eed584e0704)
Signed-off-by: Alexey Smirnov <pyih.soft@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Valgrind build itself with -mpreferred-stack-boundary=2 on that
target (and the tests expect that). On the other hand, we enable
SSE instructions, which expect things to be aligned on 16 byte
boundary (e.g. -mpreferred-stack-boundary=4). This won't be
reported at compile time and results in crashes at runtime, e.g.
vgdb simply does not work at all and crashes out immediately.
I am not sure how to resolve that, or whether we even should,
but the issue is reported here:
https://bugs.kde.org/show_bug.cgi?id=462553
(From OE-Core rev: 9896fc1694c66d827383e385f1954d751b3e7c65)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The tests are packaged into the main glibc-tests package which is fine,
but then glibc-tests-ptest package needs to depend on that.
Which is what this commit addresses.
(From OE-Core rev: d37c2d428b09b9d0cbb875f083c6a1e9883a7fed)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
* fixes:
* resize cancel did not work in some cases
* fix fileattr stream command format and add workaround when it cannot be applied
* properly handle degraded raid56 reads
* fi defrag: fix verbosity, don't print file names by default
* receive: fix silent data loss after fall back from encoded write
* fi mkswapfile: new command to create a formatted swapfile in one go
(From OE-Core rev: af002ebd984efa254fe168895430cdb5d4cf23f9)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Based on a discussion on the mailing list [1], there are panic
errors that occur on a few platforms caused by the patch. We
cannot simply remove the original patch due to the
reproducibility issues that it addresses, so this patch on the
original patch fixes the cause of the panic errors.
The previous version of this patch was a little too aggressive
in cleaning up the environment. Some of the variables impacted
by the filerCompilerFlags() function require at least one value
to remain in the array. In this case, the values for ccExe,
cxxExe, and fcExe require a value or later code that access
them result in a panic related to accessing a value out of range.
This updated patch adds a flag that requires keeping the first
value so that at least one thing remains and the assignments
for the Exes set that flag to true. The first item in the
array should be the executable name, so leaving it should be
safe.
I have run the oe-selftest and everything passed in my setup.
There is a bug report [2] filed for the issue that this patch
addresses.
[YOCTO #14976]
[1] https://lists.openembedded.org/g/openembedded-core/topic/94022663
[2] https://bugzilla.yoctoproject.org/show_bug.cgi?id=14976
(From OE-Core rev: 9eaa3a813555dd016a65be63a258f9c0b548a115)
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It's "runtime/cases" in master and kirkstone.
If layer specific tests are in "runtime" directory,
they will not be found.
(From yocto-docs rev: 8d0d56cea5373c928feaaba316038c84130b52e7)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
A 500 KB source file is always harder to manage,
and can have section title conflicts.
So, the "Common Tasks" document is gone and all
its constituents are moved up one level.
You now have 40 chapters in the Development Tasks Manual.
(From yocto-docs rev: 8a45bc469411410020b8e688c137395fcaf3761b)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Remove obsolete and unnecessary ignores.
Just found one .pyc file in documentation/sphinx/__pycache__,
so ignored that directory.
(From yocto-docs rev: 887ca562eb6f79674825a06c0fe2e8108fb7c8c4)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Nothing wrong with this word, but instances of "inherit"
were looked for while looking for class names without references.
Fixing alignment and sometimes syntax.
(From yocto-docs rev: c418c645a360e74ebb91765a3041336f03097e0d)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Allows mesa to be built with glvnd support.
Thus, creates libEGL_mesa.so* and libGLX_mesa.so*
mesa(vendor) libraries meant to coexist with vendor
neutral dispatch libraries from libglvnd.
(From OE-Core rev: 1c0577d66b5c26b9b248797f17d652daf6d9dfd1)
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
A long time ago the bitbake cache didn't use hashes in it's filename and
hence values such as MACHINE were needed in the path to the cache file
so that when switching MACHINE, a new cache wasn't always parsed.
Times have moved on, we have a hash which represents the configuration
and the caches are reused if there is an existing hash that matches.
This means the values added to CACHE are obsolete and not needed,
we can drop them.
(From OE-Core rev: 550ed0a4ce8839946781f18fdce18452de34ddaf)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
With the previous fixes the test can be run again,
and it doesn't need all those extra steps. Runqemu
takes care of everything automatically now.
(From OE-Core rev: 99083d01bd576eee7c2c569c66042d064c193a9a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The eliminates having to do extra steps (e.g. meta-ide-support)
when booting an image with a nfs mount as rootfs - startng runqemu
with a nfs mount starts to 'just work' after building an image.
(From OE-Core rev: f73e370bec16d206592a7ca01b4a86b1d1316ada)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is the first release in 13 years;
I have reviewed the accumulated patches, and dropped some of them
where purpose or issue being fixed is not clear. Specifically:
0001-Add-listen-action-for-a-tcp-socket.patch
0001-daemon.c-Libtirpc-porting-fixes.patch
fixed upstream in
84ab475f93
0001-attr-fix-utime-for-symlink.patch
addresses an open issue in
https://github.com/unfs3/unfs3/issues/4
please rebase and re-submit as a PR if the problem is still present.
alternate_rpc_ports.patch
unnecessary as of
https://git.yoctoproject.org/poky/commit/?id=6bb9860ef7ba9c84fe9bd3a81aa6555f67ebd38e
Command line options introduced by the patch no longer used anywhere.
fix_compile_warning.patch
merged upstream.
fix_pid_race_parent_writes_child_pid.patch
rebased and re-submitted upstream.
no-yywrap.patch
dropped as backport.
relative_max_socket_path_len.patch
needs to be re-submitted by the original author, purpose and reproducer scenario unclear.
rename_fh_cache.patch
merged upstream.
tcp_no_delay.patch
purpose and use case for oe unclear.
unfs3_parallel_build.patch
fixed upstream in
987d32ca12a39a78995c
Drop -N option from oeqa nfs helper and runqemu helper;
the option was provided by tcp_no_delay.patch
and is not needed for the tests or qemu.
Drop ad hoc libtirpc support; upstream supports it directly now.
Drop the check for portmap/rpcbind, it is unnecessary as of
https://git.yoctoproject.org/poky/commit/?id=6bb9860ef7ba9c84fe9bd3a81aa6555f67ebd38e
(From OE-Core rev: fa2f7cf545137b071db97015bca5b70d77566cd8)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
To be able to use /boot files, like UBOOT_ENV_BINARY, in other
recipes, like kernel-fitimage.bbclass.
(From OE-Core rev: 5ed129c4e793c76e2ce9c762cc67c4c2232df447)
Signed-off-by: Fabre Sébastien <sebastien.fabre@actia.fr>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently the expand cache doesn't work for "parser" return types, which
is the main type used by the build_dependencies() call that we spend most
of the time in when parsing. Tweak the code to cache the unexpanded value
in the expand cache and hence allow reuse of the parser in other fast path
cases for small speed gains.
(Bitbake rev: b4a8e5071dbcba2217b79e83e08b275ffcbc0eef)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If you place a multiconfig which isn't enabled into an mcdepends you currently
get a traceback from runqueue. We can do better, add some code to tell the user
what happened in a more readable way without the traceback.
[YOCTO #14970]
(Bitbake rev: a4693b70764bb394ee2cf8dd12a5f6fce866008b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
These are static regex compilations which don't change or a standard module
import (bb). There is noneed to declare them as global so drop the pointless
code which doesn't do anything.
(Bitbake rev: 09a4c159e3fd184f730821e7bd99916b0d28dc70)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This code looks like it is from a time when the data module was executable.
Nobody does that now and this usage of pydoc is long since obsolete/broken
so clean up the code which doesn't do anything useful.
(Bitbake rev: 6f4ef770641a9657edaf8618f4c86dfb1116622c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
One section of the code is enforcing lowercase overrides, the other
is allowing numeric characters. We should be consistent with one or
the other.
(Bitbake rev: df5b3b841fd8d6a652d643e9ae2bba09d60043e0)
Signed-off-by: 张忠山 <zzs213@126.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- add PACKAGECONFIG for libdecor
- add PACKAGECONFIG for pipewire
- remove native patch, CMakeLists.txt has been reworked,
still needed ?
In addition to lots of bug fixes, here are the major changes in this release:
General:
Updated OpenGL headers to the latest API from The Khronos Group Inc.
Added SDL_GetWindowSizeInPixels() to get the window size in pixels, which may differ from the window coordinate size for windows with high-DPI support
Added simulated vsync synchronization for the software renderer
Added the mouse position to SDL_MouseWheelEvent
Added SDL_ResetHints() to reset all hints to their default values
Added SDL_GetJoystickGUIDInfo() to get device information encoded in a joystick GUID
Added the hint SDL_HINT_JOYSTICK_HIDAPI_XBOX_360 to control whether the HIDAPI driver for XBox 360 controllers should be used
Added the hint SDL_HINT_JOYSTICK_HIDAPI_XBOX_360_PLAYER_LED to control whether the player LEDs should be lit to indicate which player is associated with an Xbox 360 controller
Added the hint SDL_HINT_JOYSTICK_HIDAPI_XBOX_360_WIRELESS to control whether the HIDAPI driver for XBox 360 wireless controllers should be used
Added the hint SDL_HINT_JOYSTICK_HIDAPI_XBOX_ONE to control whether the HIDAPI driver for XBox One controllers should be used
Added the hint SDL_HINT_JOYSTICK_HIDAPI_XBOX_ONE_HOME_LED to control the brightness of the XBox One guide button LED
Added support for PS3 controllers to the HIDAPI driver, enabled by default on macOS, controlled by the SDL_HINT_JOYSTICK_HIDAPI_PS3 hint
Added support for Nintendo Wii controllers to the HIDAPI driver, not enabled by default, controlled by the SDL_HINT_JOYSTICK_HIDAPI_WII hint
Added the hint SDL_HINT_JOYSTICK_HIDAPI_WII_PLAYER_LED to control whether the player LED should be lit on the Nintendo Wii controllers
Added the hint SDL_HINT_JOYSTICK_HIDAPI_VERTICAL_JOY_CONS to control whether Nintendo Switch Joy-Con controllers will be in vertical mode when using the HIDAPI driver
Added access to the individual left and right gyro sensors of the combined Joy-Cons controller
Added a microsecond timestamp to SDL_SensorEvent and SDL_ControllerSensorEvent, when the hardware provides that information
Added SDL_SensorGetDataWithTimestamp() and SDL_GameControllerGetSensorDataWithTimestamp() to retrieve the last sensor data with the associated microsecond timestamp
Added the hint SDL_HINT_HIDAPI_IGNORE_DEVICES to have the SDL HID API ignore specific devices
SDL_GetRevision() now includes more information about the SDL build, including the git commit hash if available
Windows:
Added the hint SDL_HINT_MOUSE_RELATIVE_SYSTEM_SCALE to control whether the system mouse acceleration curve is used for relative mouse motion
macOS:
Implemented vsync synchronization on macOS 12
Linux:
Added SDL_SetPrimarySelectionText(), SDL_GetPrimarySelectionText(), and SDL_HasPrimarySelectionText() to interact with the X11 primary selection clipboard
Added the hint SDL_HINT_VIDEO_WAYLAND_EMULATE_MOUSE_WARP to control whether mouse pointer warp emulation is enabled under Wayland
Android:
Enabled IME soft keyboard input
Added version checking to make sure the SDL Java and C code are compatible
(From OE-Core rev: c55dc3a8f13050123bc63479c5a3159601c240a0)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Place gawkbug into a separate package, as it includes target information
which causes multilib conflicts.
Adjust ptests so they are correctly executed:
- unset LANG before starting
- do not patch /usr/local/bin into /usr/bin; this is not correct
(From OE-Core rev: b5422868b203ef69138406253946333f9928576e)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add --disable-tests to EXTRA_OECONF as the tests are not usable in
ptest - they can only run in-situ - and fails to build when building
with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64.
(From OE-Core rev: ec63f507362faacf49edb22b3c472e54e3cc62c5)
Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
An earlier version of valgrind fixed the defunct processes bug, so those
tests that were skipped specifically for arm can pass now in master,
kirkstone, honister, hardknott, and dunfell.
Detailed test result with remove-for-aarch64 skipped on qemuarm64:
Commit Pass Fail Skip
master 624 9 21
kirkstone 618 10 20
honister 616 10 19
hardknott 609 13 18
dunfell 598 16 17
zeus Out of memory: Killed (with many defunct processes)
There are now only 12 skipped by remove-for-aarch64 because 9 fail on
qemuarm64 and 3 more fail on raspberry pi. These are tracked by:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14960
(From OE-Core rev: cbeb9418c43ec834868aa65b774dc09e983d26d9)
Signed-off-by: Zheng Qiu <zheng.qiu@windriver.com>
Signed-off-by: Randy MacLeod <randy.macleod@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
I can't see how anyone would be using this very old package function definition
since package.bbclass is always inherited in modern OE. All it seems to do
is waste CPU cycles. Drop it and it's associated EXPORT_FUNCTIONS entry.
(From OE-Core rev: 56f7aa4cc0256aff96a1d720bd1931ea9a9bac8a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Distros can customize the location of OPKG data using OPKGLIBDIR. In
OE-Core commit 11f1956cf5d7 ("package_manager.py: define info_dir and
status_file when OPKGLIBDIR isn't the default"), a fix was applied to
correctly set the info_dir and status_file options relative to
OPKGLIBDIR.
However, as the commit message notes, the opkg.conf file deployed as
part of the opkg package must also be adjusted to correctly reflect the
changed location. Otherwise, opkg running inside the image cannot find
its data.
Fix this by also setting the info_dir and status_file options in
opkg.conf to the correct location relative to OPKGLIBDIR.
Fixes: 11f1956cf5d7 ("package_manager.py: define info_dir and status_file when OPKGLIBDIR isn't the default")
(From OE-Core rev: adb939ae3635de6e02208859fbf29cf0ed39f565)
Signed-off-by: Harald Seiler <hws@denx.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
A vulnerability classified as problematic was found in ffmpeg. This vulnerability affects the function
smc_encode_stream of the file libavcodec/smcenc.c of the component QuickTime Graphics Video Encoder. The
manipulation of the argument y_size leads to out-of-bounds read. The attack can be initiated remotely.
The name of the patch is 13c13109759090b7f7182480d075e13b36ed8edd. It is recommended to apply a patch to
fix this issue. The identifier of this vulnerability is VDB-213544.
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2022-3965
Upstream Fix:
13c1310975
(From OE-Core rev: b88c96fe8964614978aa25a65dd34fc3c05c664c)
Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
A vulnerability classified as problematic has been found in ffmpeg. This affects an unknown part of the file
libavcodec/rpzaenc.c of the component QuickTime RPZA Video Encoder. The manipulation of the argument y_size
leads to out-of-bounds read. It is possible to initiate the attack remotely. The name of the patch is
92f9b28ed84a77138105475beba16c146bdaf984. It is recommended to apply a patch to fix this issue. The associated
identifier of this vulnerability is VDB-213543.
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2022-3964
Upstream Fix:
92f9b28ed8
(From OE-Core rev: 4595f85e7ce867d68ca9d6a6e3ad2544565be3cc)
Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Upstream has rewritten gobject introspection support,
so the two related patches are ported to that:
0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch
0001-When-building-introspection-files-do-not-quote-CFLAG.patch
The latter patch is also promoted from Inappropriate to Pending
gtk-doc has been replaced with gi-docgen, accordingly
0001-Tweak-gtkdoc-settings-so-that-gtkdoc-generation-work.patch is removed.
Drop
fix-gstreamer-include-paths.patch
(backport)
0001-Fix-build-without-opengl-or-es.patch
(upstream fixed the issue; follow the link in the patch for details)
(From OE-Core rev: ac06af29503d2d3e0e43ef69d1d1580ce301bdfb)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Some variables may be set as:
X = 1
as well the more usual
X = "1"
so add support to to_boolean to handle this case.
(Bitbake rev: ef9c033b011e68bbfedf7ddf118633c14388aaaf)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If someone is unfortunate enough to run into override recursion issues
they're hard to debug with the existing message. We can at least show the
values that OVERRIDES takes to show there is some problem and aid debugging.
(Bitbake rev: 43035b75201616e7bfd680d3d15c5c0fc7c04eb6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The Linux-PAM package before 1.5.2-6.1 for openSUSE Tumbleweed allows
authentication bypass for SSH logins. The pam_access.so module doesn't
correctly restrict login if a user tries to connect from an IP address
that is not resolvable via DNS. In such conditions, a user with denied
access to a machine can still get access. NOTE: the relevance of this
issue is largely limited to openSUSE Tumbleweed and openSUSE Factory;
it does not affect Linux-PAM upstream.
References:
https://nvd.nist.gov/vuln/detail/CVE-2022-28321
Upstream patches:
08992030c523393bef92
(From OE-Core rev: b1fd799af0086347de1ec4b72d562b1fb490def1)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Python handles frozensets a little more optimally than normal sets. Once we
finish parsing, we don't edit this data so we can convert to them.
To do that, we need to stop changing them so process ignore_deps earlier
then we can freeze the data and keep it frozen.
This has the side effect that we need to be careful to sort the data
in some of the variables when calculating the hashes.
Overall this does seem to show a decent parsing time speed improvement
of 20-25% in a local test but this would be highly setup dependent.
Also ensure the sigdata can handle exported frozenset and make it import
back to them instead of sets.
(Bitbake rev: 19475627c363a52da49ec144422c87448ff2a6c5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
After Python upgrade to 3.11, it requires pkg-config to detect
tcl and tk when configure tkinter, so add tcl depends to fix
below error.
| The necessary bits to build these optional modules were not found:
| _tkinter
(From OE-Core rev: 163966765d57fe38e13d0b6659795a13bc702e2d)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The patch alter-includedir.patch previouly install the header
to /usr/include/tcl8.6, but it doesn't reflect in tcl.pc and
the header location still /usr/include in tcl.pc and result
in the below configure failure for other packages such as
python3 which depends on tcl and uses pkg-config to detect tcl.
| conftest.c:161:16: fatal error: tcl.h: No such file or directory
161 | #include <tcl.h>
So update alter-includedir.patch to correct the header location
in tcl.pc to keep consistency.
(From OE-Core rev: ff156411380640f99ddb058ed8da0626d3183954)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We identified a use case where a native recipe (autoconf-native) was
rebuilt with no change in output yet the sstate for do_package tasks
wasn't being used.
The issue is that do_package tasks have a hard dependency on
pseudo-native:do_populate_sysroot. That task was one of the many
tasks being rehashed when autoconf-native's hash was changed.
If update_tasks processed a recipe before it had processed pseudo-native,
that recipe would be marked as not possible from sstate and would
run the full tasks.
The fix is to split the processing into two passes, first to handle
the existing covered/notcovered updates, then in the second pass,
check whether there are "harddep" issues.
This defers the do_package tasks until after pseudo-native is installed
from sstate as expected and everything works well again.
(Bitbake rev: e479d1e418a7d34f0a4663b4a0e22bb11503c8ab)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Even after enabling all our debugging, we had a reproducible test case
where sstate wasn't being reused and it was unclear from the logs why.
This patch adds debugging on the possible codepaths that were breaking
and allowed the issue to be debugged and fixed.
(Bitbake rev: 9233ad685b9b5e9eeb775fc71761712aaf0e876c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Update comments indicating where to find various bbclass files.
fixes: f5c1280083 (classes: Update classes to match new bitbake class scope
functionality, 2022-08-10)
(From OE-Core rev: 31eca4926b5f7237915dafcd205a0e4aaf75163e)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Transition to ThreadPoolExecutor (eb6a6820928472ef194b963b606454e731f9486f)
broke the
| Checking sstate mirror object availability: ...
progress bar because the removed 'thread_worker' was still referenced
in an asynchronous function. As the result of the future is never
read, the resulting backtrace is silently discarded.
Replace the information given to 'ProcessProgress' by a counter.
(From OE-Core rev: eacd52216815e0c75e5f257b6db792afd8b1b6df)
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Transition to gi-docgen from gtk-doc.
Drop vala tweaks: gobject-introspection already does
it correctly (with STAGING_LIBDIR included).
(From OE-Core rev: 1a418b35918abf78f18356fd77c63c94a14065ef)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The following commit was integrated into the 5.19.15 -stable series and
breaks the elfutils backtrace ptests.
don't use __kernel_write() on kmap_local_page()
It could be that other commits are also required in -stable, but a
revert is the easiest way to deal with the regression. We can revisit
newer kernel's (where the commit is also present) if they also start
to fail the test.
(From OE-Core rev: e137ca045d21476394b12725447affe4c99b8e03)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
509a32764e1a Linux 5.15.78
7038af4ce951 wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker()
b66617cc3c2f drm/i915/sdvo: Setup DDC fully before output init
73d52322c4af drm/i915/sdvo: Filter out invalid outputs more sensibly
2219b6aad345 drm/rockchip: dsi: Force synchronous probe
dd955eb4e616 drm/rockchip: dsi: Clean up 'usage_mode' when failing to attach
cfa8a89af9f2 cifs: fix regression in very old smb1 mounts
3189de0ac310 ext4,f2fs: fix readahead of verity data
a663e6ab17a2 tee: Fix tee_shm_register() for kernel TEE drivers
d46db722a0af KVM: x86: emulator: update the emulation mode after CR0 write
942aec252b23 KVM: x86: emulator: update the emulation mode after rsm
9df4bb7b3863 KVM: x86: emulator: introduce emulator_recalc_and_set_mode
311f1e51a290 KVM: x86: emulator: em_sysexit should update ctxt->mode
37a03de2d0c5 KVM: arm64: Fix bad dereference on MTE-enabled systems
167dca5e210b KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXITING unavailable
19c2b2ffbeec KVM: x86: Mask off reserved bits in CPUID.8000001FH
553fd40d3bf7 KVM: x86: Mask off reserved bits in CPUID.80000001H
006366b96c16 KVM: x86: Mask off reserved bits in CPUID.80000008H
fc796fd861fa KVM: x86: Mask off reserved bits in CPUID.8000001AH
ef7716398a78 KVM: x86: Mask off reserved bits in CPUID.80000006H
a88998446b6d x86/syscall: Include asm/ptrace.h in syscall_wrapper header
999cff2b6ce3 ext4: fix BUG_ON() when directory entry has invalid rec_len
0a43c015e981 ext4: fix warning in 'ext4_da_release_space'
ada82803a773 parisc: Avoid printing the hardware path twice
081ff43a7786 parisc: Export iosapic_serial_irq() symbol for serial port driver
5daf985dd0f3 parisc: Make 8250_gsc driver dependend on CONFIG_PARISC
425fe99771bf perf/x86/intel: Fix pebs event constraints for SPR
4613a450172e perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]
7de3fe6a1354 perf/x86/intel: Fix pebs event constraints for ICL
71d6c33fe223 arm64: entry: avoid kprobe recursion
52be536155f5 efi: random: Use 'ACPI reclaim' memory for random seed
83b5ec7ee82d efi: random: reduce seed size to 32 bytes
0417f70b8588 fuse: add file_modified() to fallocate
2de8eec8afb7 capabilities: fix potential memleak on error path from vfs_getxattr_alloc()
bd07f8067b35 tracing/histogram: Update document for KEYS_MAX size
27b4406f9c35 tools/nolibc/string: Fix memcmp() implementation
b5074df412bf ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()
85f3caa95579 kprobe: reverse kp->flags when arm_kprobe failed
d1b6a8e3414a tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()
828577e0baaf tcp/udp: Make early_demux back namespacified.
88561a66777e ftrace: Fix use-after-free for dynamic ftrace_ops
450d7480705e btrfs: fix type of parameter generation in btrfs_get_dentry
007058eb8292 btrfs: fix tree mod log mishandling of reallocated nodes
336fdd295c14 btrfs: fix lost file sync on direct IO write with nowait and dsync iocb
cff805b1518f fscrypt: fix keyring memory leak on mount failure
e6f4fd85ef1e fscrypt: stop using keyrings subsystem for fscrypt_master_key
3975affcf55f af_unix: Fix memory leaks of the whole sk due to OOB skb.
4302806dbfea block, bfq: protect 'bfqd->queued' by 'bfqd->lock'
3e4697ffdfbb Bluetooth: L2CAP: Fix attempting to access uninitialized memory
81035e1201e2 Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM
d78ccdce662e i2c: piix4: Fix adapter not be removed in piix4_remove()
c76ff8ae113f arm64: dts: juno: Add thermal critical trip points
7398435e616d firmware: arm_scmi: Fix devres allocation device in virtio transport
3653cdc21b9e firmware: arm_scmi: Make Rx chan_setup fail on memory errors
e514d67b2364 firmware: arm_scmi: Suppress the driver's bind attributes
4e68c5da60cd block: Fix possible memory leak for rq_wb on add_disk failure
bf822b6980a6 arm64: dts: ls208xa: specify clock frequencies for the MDIO controllers
f2329886e567 arm64: dts: ls1088a: specify clock frequencies for the MDIO controllers
33fcc55dbc5b arm64: dts: lx2160a: specify clock frequencies for the MDIO controllers
f3429a1e4924 arm64: dts: imx8: correct clock order
de2a83186ad3 ARM: dts: imx6qdl-gw59{10,13}: fix user pushbutton GPIO offset
cb9ce8910a6f clk: qcom: Update the force mem core bit for GPU clocks
bdc118249698 efi/tpm: Pass correct address to memblock_reserve
3a4d6f165eac i2c: xiic: Add platform module alias
62eea4014a9b drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid in SRIOV case
7a2547cac2e0 HID: saitek: add madcatz variant of MMO7 mouse device ID
931c97a54cd1 scsi: core: Restrict legal sdev_state transitions via sysfs
c50ec15725e0 ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()
8ecd1db58b7a media: v4l: subdev: Fail graciously when getting try data for NULL state
f96ad391d054 media: meson: vdec: fix possible refcount leak in vdec_probe()
8b785cdcd3cb media: dvb-frontends/drxk: initialize err to 0
73dfb6421338 media: cros-ec-cec: limit msg.len to CEC_MAX_MSG_SIZE
cbfa26936f31 media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZE
647c12c47ee0 media: rkisp1: Zero v4l2_subdev_format fields in when validating links
abbeb8f7271b media: rkisp1: Use correct macro for gradient registers
03b30e5a369d media: rkisp1: Initialize color space on resizer sink and source pads
d58b6b665c88 media: rkisp1: Don't pass the quantization to rkisp1_csm_config()
0e501fd0f38e s390/cio: fix out-of-bounds access on cio_ignore free
c65cc569370c s390/cio: derive cdev information only for IO-subchannels
c64be93f1e51 s390/boot: add secure boot trailer
1cdaca8f00a7 s390/uaccess: add missing EX_TABLE entries to __clear_user()
509cbbdec9d7 mtd: parsers: bcm47xxpart: Fix halfblock reads
5b8797e9dbf7 mtd: parsers: bcm47xxpart: print correct offset on read error
2f07635876bd fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cards
154934c74f97 video/fbdev/stifb: Implement the stifb_fillrect() function
b524b41806e9 drm/msm/hdmi: fix IRQ lifetime
c55dd6200131 drm/msm/hdmi: Remove spurious IRQF_ONESHOT flag
d153d468c43d vsock: fix possible infinite sleep in vsock_connectible_wait_data()
0ed71af4d017 ipv6: fix WARNING in ip6_route_net_exit_late()
2b45d6d0c41c net, neigh: Fix null-ptr-deref in neigh_table_clear()
61defd6450a9 net/smc: Fix possible leaked pernet namespace in smc_init()
de889774273f stmmac: dwmac-loongson: fix invalid mdio_node
535b78739ae7 ibmvnic: Free rwi on reset success
985a88bf0b27 net: mdio: fix undefined behavior in bit shift for __mdiobus_register
aa16cac06b75 Bluetooth: L2CAP: Fix memory leak in vhci_write
a3a7b2ac64de Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()
cf2719a21fdb Bluetooth: virtio_bt: Use skb_put to set length
8278a87bb1ee Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu
42d20d5e2457 netfilter: ipset: enforce documented limit to prevent allocating huge memory
f46ea5fa3320 btrfs: fix ulist leaks in error paths of qgroup self tests
222a3d533027 btrfs: fix inode list leak during backref walking at find_parent_nodes()
6ba3479f9e96 btrfs: fix inode list leak during backref walking at resolve_indirect_refs()
a80634f392af isdn: mISDN: netjet: fix wrong check of device registration
029d5b7688a2 mISDN: fix possible memory leak in mISDN_register_device()
3e2129c67dac rose: Fix NULL pointer dereference in rose_send_frame()
06d7596d1872 ipvs: fix WARNING in ip_vs_app_net_cleanup()
5ee2d6b726b0 ipvs: fix WARNING in __ip_vs_cleanup_batch()
33e7783bc07e ipvs: use explicitly signed chars
6044791b7be7 netfilter: nf_tables: release flow rule object from commit path
1ffe7100411a netfilter: nf_tables: netlink notifier might race to release objects
dcc79cf735b8 net: tun: fix bugs for oversize packet when napi frags enabled
fc4b50adb400 net: sched: Fix use after free in red_enqueue()
ab80025ea7ac ata: pata_legacy: fix pdc20230_set_piomode()
dede9ba02705 net: fec: fix improper use of NETDEV_TX_BUSY
5dfdac5e3f8d nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()
7486f5c90078 nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send()
3cba1f061bfe nfc: nxp-nci: Fix potential memory leak in nxp_nci_send()
44bc1868a4f5 nfc: fdp: Fix potential memory leak in fdp_nci_send()
4bef9a89f2f5 net: dsa: fall back to default tagger if we can't load the one from DT
06f9e0b37f7e RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()
6b3d5dcb1234 RDMA/core: Fix null-ptr-deref in ib_core_cleanup()
9f555b1584fc net: dsa: Fix possible memory leaks in dsa_loop_init()
24641993a7dc nfs4: Fix kmemleak when allocate slot failed
0797c85433cc NFSv4.2: Fixup CLONE dest file size for zero-length count
d59722d088a9 SUNRPC: Fix null-ptr-deref when xps sysfs alloc failed
dea7ef05deea NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot
7b1c2458dec1 NFSv4.1: Handle RECLAIM_COMPLETE trunking errors
4ec017e30089 NFSv4: Fix a potential state reclaim deadlock
e3e53c5af563 RDMA/hns: Disable local invalidate operation
85ab79ac9413 RDMA/hns: Use hr_reg_xxx() instead of remaining roce_set_xxx()
be16cc7abdae RDMA/hns: Remove magic number
ba95409d6b58 IB/hfi1: Correctly move list in sc_disable()
484d9690370e RDMA/cma: Use output interface for net_dev check
f7d9de8a0d33 KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTER
b7b66f13ac09 KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()
0c60fa7f5518 KVM: x86: Protect the unused bits in MSR exiting flags
ad8e4868dd16 HID: playstation: add initial DualSense Edge controller support
3a44ae4afaa5 mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page
8576d7edeaa5 drm/amd/display: explicitly disable psr_feature_enable appropriately
058b3a11f748 KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)
9ee32892c767 KVM: x86: Trace re-injected exceptions
0c9c1306d6bd serial: ar933x: Deassert Transmit Enable on ->rs485_config()
21d65b351691 scsi: lpfc: Rework MIB Rx Monitor debug info logic
d70705e131d6 scsi: lpfc: Adjust CMF total bytes and rxmonitor
9ebc6e8ad13b scsi: lpfc: Adjust bytes received vales during cmf timer interval
793d8378b74a Linux 5.15.77
1401e9336beb tcp/udp: Fix memory leak in ipv6_renew_options().
b079d3775237 serial: Deassert Transmit Enable on probe in driver-specific way
63f75fea3a72 serial: core: move RS485 configuration tasks from drivers into core
0753069d4431 can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global FIFO receive
17ff99e2240c can: rcar_canfd: fix channel specific IRQ handling for RZ/G2L
aad798a0b39c scsi: sd: Revert "scsi: sd: Remove a local variable"
52c2329147cf arm64: Add AMPERE1 to the Spectre-BHB affected list
5397ea6a08a5 net: enetc: survive memory pressure without crashing
885a454e97c4 kcm: do not sense pfmemalloc status in kcm_sendpage()
92b4c5c3fa81 net: do not sense pfmemalloc status in skb_append_pagefrags()
ae1b08592edf net/mlx5: Fix crash during sync firmware reset
37ada47d019b net/mlx5: Update fw fatal reporter state on PCI handlers successful recover
9e6523d06a09 net/mlx5: Print more info on pci error handlers
ab3de780c176 net/mlx5: Fix possible use-after-free in async command interface
8bbff203e306 net/mlx5e: Extend SKB room check to include PTP-SQ
ee1c0ca1af7c net/mlx5e: Do not increment ESN when updating IPsec ESN state
eefa97a7a001 netdevsim: remove dir in nsim_dev_debugfs_init() when creating ports dir failed
c9589e18a60c net: broadcom: bcm4908_enet: update TX stats after actual transmission
9711616a4908 net: broadcom: bcm4908enet: remove redundant variable bytes
b317d53680b1 nh: fix scope used to find saddr when adding non gw nh
2ad284ac8866 net: bcmsysport: Indicate MAC is in charge of PHY PM
d1cfa71d5b68 net: ehea: fix possible memory leak in ehea_register_port()
588bdd7ee48f openvswitch: switch from WARN to pr_warn
9a1c1df9255b ALSA: aoa: Fix I2S device accounting
e81d7826b8f4 ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()
77a754fcfec1 net: ethernet: ave: Fix MAC to be in charge of PHY PM
bc2518ec710e net: fec: limit register access on i.MX6UL
f710deeea73a perf vendor events arm64: Fix incorrect Hisi hip08 L3 metrics
eb59cb2fabd4 PM: domains: Fix handling of unavailable/disabled idle states
bde7c2acef30 net: ksz884x: fix missing pci_disable_device() on error in pcidev_init()
8927d90d56e4 i40e: Fix flow-type by setting GL_HASH_INSET registers
c39de3ae5075 i40e: Fix VF hang when reset is triggered on another VF
250bf8ab78f7 i40e: Fix ethtool rx-flow-hash setting for X722
ad3f1d9bf162 ipv6: ensure sane device mtu in tunnels
e2ec5bb78ca8 perf vendor events power10: Fix hv-24x7 metric events
f9df388ed6ea media: vivid: set num_in/outputs to 0 if not supported
4cc7d8d42047 media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced'
491c0959f01d media: v4l2-dv-timings: add sanity checks for blanking values
0f83edbe4fe9 media: vivid: dev->bitmap_cap wasn't freed in all cases
5b1fb2a28d0a media: vivid: s_fbuf: add more sanity checks
3436e5633776 PM: hibernate: Allow hybrid sleep to work with s2idle
3cc8c4088fae can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error path
a3e09eff32d8 can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error path
304a10161696 drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr()
2fe6b24ce299 net-memcg: avoid stalls when under memory pressure
9b171fdcbf0e tcp: fix indefinite deferral of RTO with SACK reneging
a85d39f14aa8 tcp: fix a signed-integer-overflow bug in tcp_add_backlog()
2437f3c5c6a6 tcp: minor optimization in tcp_add_backlog()
ef27df75912d net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSY
a1e18acb0246 net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed
62086d1c4602 kcm: annotate data-races around kcm->rx_wait
342d918cf9a4 kcm: annotate data-races around kcm->rx_psock
6bb23225bb70 atlantic: fix deadlock at aq_nic_stop
4e2cbc1f0e18 drm/i915/dp: Reset frl trained flag before restarting FRL training
3d92ab0865f1 amd-xgbe: add the bit rate quirk for Molex cables
75a6d1ebf8b7 amd-xgbe: fix the SFP compliance codes check for DAC cables
98bada8fa0e3 x86/unwind/orc: Fix unreliable stack dump with gcov
88e879c9f595 nfc: virtual_ncidev: Fix memory leak in virtual_nci_send()
18c60b383df3 net: macb: Specify PHY PM management done by MAC
95c22fc1e80e net: hinic: fix the issue of double release MBOX callback of VF
6016d96a6adf net: hinic: fix the issue of CMDQ memory leaks
e6765fe8de37 net: hinic: fix memory leak when reading function table
62aa78a0c3e5 net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()
1e0bee973ef6 net: netsec: fix error handling in netsec_register_mdio()
7a939503fc32 tipc: fix a null-ptr-deref in tipc_topsrv_accept
c638b520ba4b perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()
4fdf6f978c6b ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()
b68873690373 ASoC: qcom: lpass-cpu: Mark HDMI TX parity register as volatile
eca851572df5 mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe()
08c246c7dfef arc: iounmap() arg is volatile
739eac37ff9c sched/core: Fix comparison in sched_group_cookie_match()
ca7b0a10287e perf: Fix missing SIGTRAPs
eb77474a2a21 ASoC: qcom: lpass-cpu: mark HDMI TX registers as volatile
9b6841ab7096 KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_test
59de8738ed43 drm/msm: Fix return type of mdp4_lvds_connector_mode_valid
a560aeac2f2d media: atomisp: prevent integer overflow in sh_css_set_black_frame()
32f93e460861 media: v4l2: Fix v4l2_i2c_subdev_set_name function documentation
5a93a8288c57 net: ieee802154: fix error return code in dgram_bind()
138a13d8f5c8 ethtool: eeprom: fix null-deref on genl_info in dump
1c2b1d3bba2e mmc: block: Remove error check of hw_reset on reset
0b0d169723f4 Revert "scsi: lpfc: SLI path split: Refactor lpfc_iocbq"
7a0fce24de60 Revert "scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4"
7a36c9de4324 Revert "scsi: lpfc: SLI path split: Refactor SCSI paths"
eb8be2dbfbb4 Revert "scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()"
065bf71a8a53 Revert "scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()"
97dc9076ea5e Revert "scsi: lpfc: Resolve some cleanup issues following SLI path refactoring"
b32b766be44e s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_inuser()
1ad7213fcf49 s390/futex: add missing EX_TABLE entry to __futex_atomic_op()
ae9398e837b9 perf auxtrace: Fix address filter symbol name match for modules
14009ada5712 ARC: mm: fix leakage of memory allocated for PTE
eb9ed3343ca7 pinctrl: Ingenic: JZ4755 bug fixes
94d2643df1e7 kernfs: fix use-after-free in __kernfs_remove
f1204dfc4cd7 counter: microchip-tcb-capture: Handle Signal1 read and Synapse
6fb0106c64ee mmc: sdhci-esdhc-imx: Propagate ESDHC_FLAG_HS400* only on 8bit bus
73e3901e7029 mmc: sdhci-pci-core: Disable ES for ASUS BIOS on Jasper Lake
1e8cd93ae536 mmc: core: Fix kernel panic when remove non-standard SDIO card
02e51e7cd1d3 mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIO
4c365a0c21aa coresight: cti: Fix hang in cti_disable_hw()
b32775e03969 drm/msm/dp: fix IRQ lifetime
b48949ab451e drm/msm/hdmi: fix memory corruption with too many bridges
9f035d1fb306 drm/msm/dsi: fix memory corruption with too many bridges
986a89b3717e drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resume
a2f0934e6bdb scsi: qla2xxx: Use transport-defined speed mask for supported_speeds
2b1a3172ee4d mac802154: Fix LQI recording
46b4b1e11e52 exec: Copy oldsighand->action under spin-lock
265b6fb780f5 fs/binfmt_elf: Fix memory leak in load_elf_binary()
24030742a7b8 cpufreq: intel_pstate: hybrid: Use known scaling factor for P-cores
3423a3417f4f cpufreq: intel_pstate: Read all MSRs on the target CPU
cc6a7249842f fbdev: smscufx: Fix several use-after-free bugs
1a8b22e3f394 iio: adxl372: Fix unsafe buffer attributes
2f08cad21366 iio: temperature: ltc2983: allocate iio channels once
1bfe97f49785 iio: light: tsl2583: Fix module unloading
569709540e12 tools: iio: iio_utils: fix digit calculation
c892a81c7424 xhci: Remove device endpoints from bandwidth list when freeing the device
dfacb5c7f0a9 xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices
64058af657ba xhci: Add quirk to reset host back to default state at shutdown
022f21e850e9 mtd: rawnand: marvell: Use correct logic for nand-keep-config
f90897c0f634 usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controller
a0c54d5152d5 usb: bdc: change state when port disconnected
e0fd70ab4815 usb: dwc3: gadget: Don't set IMI for no_interrupt
ad538aea64dd usb: dwc3: gadget: Stop processing more requests on IMI
f2f53be61714 usb: gadget: uvc: fix sg handling during video encode
80ff4ef77737 usb: gadget: uvc: fix sg handling in error case
555011f6b27b USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCM
311428871ba1 ALSA: rme9652: use explicitly signed char
fa8b39c7ed82 ALSA: au88x0: use explicitly signed char
8af82d330d5d ALSA: usb-audio: Add quirks for M-Audio Fast Track C400/600
259cb4dee1bb ALSA: Use del_timer_sync() before freeing timer
33ddee2b95ab can: kvaser_usb: Fix possible completions during init_completion
86da269c7567 can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore() before kfree_skb()
ead049562758 NFSv4: Add an fattr allocation to _nfs4_discover_trunking()
eb1fe9600b86 NFSv4: Fix free of uninitialized nfs4_label on referral lookup.
(From OE-Core rev: 7514e04bf4dae3d3bbd20bb21b442f273f8d6c73)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Integrating the following commit(s) to linux-yocto/.:
5e122351f62 security.cfg: remove configs which have been dropped
(From OE-Core rev: 415a73daee7152bd67cd99625093bc72d9be73c4)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Backporting a patch from the lttng git repository to address
a build failure when the 6.1-dev kernel is used.
(From OE-Core rev: 95851b5c64a632f224c89372d723a22728c7dc38)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The 6.1 kernel has a number of Kbuild and architecture changes
that required us to update our devsrc recipe. With these changes
we are once again able to build on target modules for all
supported archectures.
(From OE-Core rev: a3972b3f919400a12bb9a546ae98092cbfdcdbb8)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
v6.1 is available, and could likely be the next LTS kernel, so
we bump our -dev kernel to start testing with this version.
(From OE-Core rev: 140da741424e5bbcaf0cbe21a70189ea5b272aab)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Bumping the SRCREV to integrat the following kern-tools change:
commit 2d01f24bc78256c709728eb3f204491bce13e0e5
Author: Volodymyr Babchuk <Volodymyr_Babchuk@epam.com>
Date: Fri Nov 4 23:32:38 2022 +0000
kconf_check: store some files in tmpdir
Some file systems, like ZFS, are very slow at appending to existing
files. Due to Copy-On-Write nature, they create a new copy of a file
each time we do ">>" in a shell script. This becomes very noticeable
if shell script does lots and lots of appends, like sanitize_fragment()
function in kconf_check. On my setup, do_kernel_configcheck task takes
literally hours to complete.
To fix this issue, we can store sanitized_list and fragment_errors.txt
files on tmpfs, which is extremely fast at writing. As most distros
use tmpfs for /tmp, logical step is to use `mktemp` to create
temporary files.
After completing writing to temporary locations, we can move those two
files back to ${LOGDIR}.
Also, function 'cleanup' was added to remove temporary files in case
of abnormal exit.
With this patch, do_kernel_configcheck task completes in ~2 minutes on
my setup, which is a great improvement.
Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
(From OE-Core rev: 9d50e2606eb66019044ee176f355a84a65a1499c)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
4f5365f77018 Linux 5.15.76
33fc9e26b7cb mm: /proc/pid/smaps_rollup: fix no vma's null-deref
b9d8cbe90a0f mmc: core: Add SD card quirk for broken discard
0ee2f0567a56 Makefile.debug: re-enable debug info for .S files
117825e9bbb1 x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUB
0983205085fa ACPI: video: Force backlight native for more TongFang devices
289b56715ba6 perf: Skip and warn on unknown format 'configN' attrs
9d912a385368 mmc: sdhci-tegra: Use actual clock rate for SW tuning correction
7aeda81191fd tracing: Do not free snapshot if tracer is on cmdline
57252e7bd491 tracing: Simplify conditional compilation code in tracing_set_tracer()
20bc6d23f7f6 ksmbd: fix incorrect handling of iterate_dir
3c8cfcaa2d9a ksmbd: handle smb2 query dir request for OutputBufferLength that is too small
8754fa5dbc6e arm64: mte: move register initialization to C
ea7be82fd7e1 fs: dlm: fix invalid derefence of sb_lvbptr
0365d6af75f9 iommu/vt-d: Clean up si_domain in the init_dmars() error path
5c95d0c9d0eb iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check()
209740fd132e net: phy: dp83822: disable MDI crossover status change interrupt
ce1234573d18 net: sched: fix race condition in qdisc_graft()
91f8f5342bee net: hns: fix possible memory leak in hnae_ae_register()
50c31fa95230 wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()
d2fc83a6b55e sfc: include vport_id in filter spec hash and equal()
c2e1e59d59fa net: sched: sfb: fix null pointer access issue when sfb_init() fails
34f2a4eedc8e net: sched: delete duplicate cleanup of backlog and qlen
154f4c06d9db net: sched: cake: fix null pointer access issue when cake_init() fails
5efed7578dd4 nvmet: fix workqueue MEM_RECLAIM flushing dependency
2f2b84b02088 nvme-hwmon: kmalloc the NVME SMART log buffer
66c56b232839 nvme-hwmon: consistently ignore errors from nvme_hwmon_init
d77f6908f9ce netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements
efa9dd7e679e ionic: catch NULL pointer issue on reconfig
35ece858660e net: hsr: avoid possible NULL deref in skb_clone()
e326df21da25 dm: remove unnecessary assignment statement in alloc_dev()
847301f0ee1c cifs: Fix xid leak in cifs_ses_add_channel()
8905d13b9ede cifs: Fix xid leak in cifs_flock()
27cfd3afaab0 cifs: Fix xid leak in cifs_copy_file_range()
593d877c39aa cifs: Fix xid leak in cifs_create()
a8df9d0428c7 udp: Update reuse->has_conns under reuseport_lock.
9749595feb33 scsi: lpfc: Fix memory leak in lpfc_create_port()
b9122e0e0ea8 net: phylink: add mac_managed_pm in phylink_config structure
412db9b06d3c net: phy: dp83867: Extend RX strap quirk for SGMII mode
5ce613051994 net/atm: fix proc_mpc_write incorrect return value
0eb17faedce7 sfc: Change VF mac via PF as first preference if available.
0f58940ca3c1 HID: magicmouse: Do not set BTN_MOUSE on double report
94a171c982b8 i40e: Fix DMA mappings leak
dbc01c0a4e20 tipc: fix an information leak in tipc_topsrv_kern_subscr
b294cad6f02e tipc: Fix recognition of trial period
6161c364e378 ACPI: extlog: Handle multiple records
40e5fceddfd5 drm/vc4: Add module dependency on hdmi-codec
6c5041a10324 btrfs: fix processing of delayed tree block refs during backref walking
af67578d565c btrfs: fix processing of delayed data refs during backref walking
c439cafce8cf x86/topology: Fix duplicated core ID within a package
d31f4bc22596 x86/topology: Fix multiple packages shown on a single-package system
fcc96e89b3ff media: venus: dec: Handle the case where find_format fails
b22b4823a0a5 media: mceusb: set timeout to at least timeout provided
5265cc1202a3 media: ipu3-imgu: Fix NULL pointer dereference in active selection access
1e4e71f9e197 KVM: arm64: vgic: Fix exit condition in scan_its_table()
5bf2fda26a72 kvm: Add support for arch compat vm ioctls
112a005d1ded mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages
2d508b4e6536 drm/amdgpu: fix sdma doorbell init ordering on APUs
b5606e3ab1f7 cpufreq: qcom: fix memory leak in error path
d866f5982c15 x86/resctrl: Fix min_cbm_bits for AMD
8fbe13de1cc7 ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTS
5d6a037b3a94 ata: ahci-imx: Fix MODULE_ALIAS
30cf0dee372b hwmon/coretemp: Handle large core ID value
2f7171465f26 x86/microcode/AMD: Apply the patch early on every logical thread
93d7e2b47a72 i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapter
14d260f94ff8 cpufreq: qcom: fix writes in read-only memory region
3006766d247b selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()
1b31cb0065e2 ocfs2: fix BUG when iput after ocfs2_mknod fails
e469db818ec9 ocfs2: clear dinode links count in case of error
ded9d535be0d btrfs: enhance unsupported compat RO flags handling
537412c54712 perf/x86/intel/pt: Relax address filter validation
8ddc58e0e312 arm64: errata: Remove AES hwcap for COMPAT tasks
738515cf8bb4 usb: gadget: uvc: improve sg exit condition
db11d8c72a5d usb: gadget: uvc: giveback vb2 buffer on req complete
aee340dccf5a usb: gadget: uvc: rework uvcg_queue_next_buffer to uvcg_complete_buffer
2f54ce7392d7 usb: gadget: uvc: use on returned header len in video_encode_isoc_sg
d80db2f1450c usb: gadget: uvc: consistently use define for headerlen
f9681a67503e arm64/mm: Consolidate TCR_EL1 fields
5b20aacff7ad r8152: add PID for the Lenovo OneLink+ Dock
bd8a595958a5 Linux 5.15.75
b6e2c54be37d io-wq: Fix memory leak in worker creation
7c359e28492f gcov: support GCC 12.1 and newer compilers
8418c1672c1f thermal: intel_powerclamp: Use first online CPU as control_cpu
55c824b62067 ext4: continue to expand file system when the target size doesn't reach
0e63de6d7e4c lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
84cd0b20fada Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
371aaf6b48f5 Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5
e1591557e3a0 drm/amd/display: Fix build breakage with CONFIG_DEBUG_FS=n
34f31a2b6679 net/ieee802154: don't warn zero-sized raw_sendmsg()
de904d0fe1cb Revert "net/ieee802154: reject zero-sized raw_sendmsg()"
9c65eef9d6c9 net: ethernet: ti: davinci_mdio: fix build for mdio bitbang uses
d7eadffce032 blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()
28787ff9fbea ALSA: usb-audio: Fix last interface check for registration
b8989e95d74e net: ieee802154: return -EINVAL for unknown addr type
0db2efb3bff8 mm: hugetlb: fix UAF in hugetlb_handle_userfault
98aada6e2278 io_uring/rw: fix unexpected link breakage
d6b7efc722a2 io_uring/rw: fix error'ed retry return values
e857457c6f90 io_uring/rw: fix short rw error handling
cd148d4e3183 io_uring: correct pinned_vm accounting
813d8fe5d303 io_uring/af_unix: defer registered files gc to io_uring release
c69a2324fc6b perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc
e81bf40b280b clk: bcm2835: Round UART input clock up
da17cbb229af clk: bcm2835: Make peripheral PLLC critical
20b8c456df58 usb: idmouse: fix an uninit-value in idmouse_open
ec8adf767e1c nvmet-tcp: add bounds check on Transfer Tag
1c6432884010 nvme: copy firmware_rev on each init
b9b5560b342e ext2: Use kvmalloc() for group descriptor array
8c067a3051cd scsi: tracing: Fix compile error in trace_array calls when TRACING is disabled
39bef9c6a91b staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv()
b4573a2bad3c staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw()
eb24d93e3e01 Revert "usb: storage: Add quirk for Samsung Fit flash"
3a38985d8bfd usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resume bug
9d4f84a15f9c arm64: dts: imx8mp: Add snps,gfladj-refclk-lpm-sel quirk to USB nodes
3c84c7f592c4 usb: musb: Fix musb_gadget.c rxstate overflow bug
fcd594da0b59 usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()
9e86dffd0b02 md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d
f8e80792c1a8 eventfd: guard wake_up in eventfd fs calls as well
c61786dc727d HID: roccat: Fix use-after-free in roccat_read()
f7f425d61de9 soundwire: intel: fix error handling on dai registration issues
093a5463aeec soundwire: cadence: Don't overwrite msg->buf during write commands
1b4ed920b2ff bcache: fix set_at_max_writeback_rate() for multiple attached devices
eecb5ccc84a1 ata: libahci_platform: Sanity check the DT child nodes number
70b2adb1d698 blk-throttle: prevent overflow while calculating wait time
ff8551d411f1 staging: vt6655: fix potential memory leak
7c8bc374659d power: supply: adp5061: fix out-of-bounds read in adp5061_get_chg_type()
3d6946180734 iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
c0d73be0af8c nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
9d54de866062 scsi: 3w-9xxx: Avoid disabling device if failing to enable it
d68da10b0cce dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow
518a2a1cc361 usb: host: xhci-plat: suspend/resume clks for brcm
f002aa7c0ac5 usb: host: xhci-plat: suspend and resume clocks
6bcd745c87a0 clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rate
5c32cbf6ccea media: platform: fix some double free in meson-ge2d and mtk-jpeg and s5p-mfc
6f21976095c1 media: cx88: Fix a null-ptr-deref bug in buffer_prepare()
0a07b13af04d clk: zynqmp: Fix stack-out-of-bounds in strncpy`
3680442cbaee ARM: 9242/1: kasan: Only map modules if CONFIG_KASAN_VMALLOC=n
4a89c0befca7 btrfs: don't print information about space cache or tree every remount
39a07058c762 btrfs: scrub: try to fix super block errors
f3857dd7c03a btrfs: dump extra info if one free space cache has more bitmaps than it should
d3c6d5be46de arm64: dts: imx8mq-librem5: Add bq25895 as max17055's power supply
82046b6a84e0 kselftest/arm64: Fix validatation termination record after EXTRA_CONTEXT
35365417333d ARM: dts: imx6sx: add missing properties for sram
602813650cbc ARM: dts: imx6sll: add missing properties for sram
6a12e1e23cb1 ARM: dts: imx6sl: add missing properties for sram
8c24dc621bb7 ARM: dts: imx6qp: add missing properties for sram
47666b9a11a1 ARM: dts: imx6dl: add missing properties for sram
19fe40c5185d ARM: dts: imx6q: add missing properties for sram
9361ba779152 ARM: dts: imx7d-sdb: config the max pressure for tsc2046
0f90671ff93f drm/amd/display: Remove interface for periodic interrupt 1
88fd06740659 drm/dp: Don't rewrite link config when setting phy test pattern
668806a8268b mmc: sdhci-msm: add compatible string check for sdm670
587c7da87721 drm/meson: explicitly remove aggregate driver at module unload time
d76ff04a72f9 drm/meson: reorder driver deinit sequence to fix use-after-free bug
d894db35617f drm/amdgpu: fix initial connector audio value
e3675f688d3b ASoC: SOF: pci: Change DMI match info to support all Chrome platforms
f16e1b7b3968 platform/x86: msi-laptop: Change DMI match / alias strings to fix module autoloading
39da49ffa2f3 platform/chrome: cros_ec: Notify the PM of wake events during resume
74636047845c drm: panel-orientation-quirks: Add quirk for Anbernic Win600
2810061452f9 drm/vc4: vec: Fix timings for VEC modes
0506c4eae9a9 ALSA: usb-audio: Register card at the last interface
39d7a81bbb7a drm: bridge: dw_hdmi: only trigger hotplug event on link change
dfbed8c92eb8 udmabuf: Set ubuf->sg = NULL if the creation of sg table fails
a47d92c74b1e drm/amd/display: fix overflow on MIN_I64 definition
a29f7427041a gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611_connector_init()
5ff7bec678ca drm/komeda: Fix handling of atomic commits in the atomic_commit_tail hook
ca163e389f0a drm: Prevent drm_copy_field() to attempt copying a NULL pointer
df5ac9392648 drm: Use size_t type for len variable in drm_copy_field()
5ab84b1596b2 drm/nouveau/nouveau_bo: fix potential memory leak in nouveau_bo_alloc()
b3179865cf7e r8152: Rate limit overflow messages
d1e894f950ad Bluetooth: L2CAP: Fix user-after-free
124b7c773271 net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
5b94d48898d9 hwmon: (sht4x) do not overflow clamping operation on 32-bit platforms
a269c3e39087 wifi: rt2x00: correctly set BBP register 86 for MT7620
b5e6ada5a5d6 wifi: rt2x00: set SoC wmac clock register
357c89074ae6 wifi: rt2x00: set VGC gain for both chains of MT7620
92e2e04da567 wifi: rt2x00: set correct TX_SW_CFG1 MAC register for MT7620
4304b8e07579 wifi: rt2x00: don't run Rt5592 IQ calibration on MT7620
4a5eab200e43 can: bcm: check the result of can_send() in bcm_can_tx()
3423a50fa018 Bluetooth: hci_sysfs: Fix attempting to call device_add multiple times
3ac837cef1fb Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()
af46b2b9b096 wifi: mt76: mt7921: reset msta->airtime_ac while clearing up hw value
e33da263e965 regulator: core: Prevent integer underflow
d58c8781c0d7 Bluetooth: btintel: Mark Intel controller to support LE_STATES quirk
232d59eca07f wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()
37f15edba22d iavf: Fix race between iavf_close and iavf_reset_task
03155680191e xfrm: Update ipcomp_scratches with NULL when freed
716c526d666d thunderbolt: Add back Intel Falcon Ridge end-to-end flow control workaround
b1b4144508ad wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()
839f563c5dc5 x86/mce: Retrieve poison range from hardware
1663629bc3ff tcp: annotate data-race around tcp_md5sig_pool_populated
7b03296b4f7a openvswitch: Fix overreporting of drops in dropwatch
ffd7a1dcae9a openvswitch: Fix double reporting of drops in dropwatch
d449d00a8dce net: ethernet: ti: davinci_mdio: Add workaround for errata i2329
624f03a027f2 ice: set tx_tstamps when creating new Tx rings via ethtool
2e52d858de3a bpftool: Clear errno after libcap's checks
75995ce1c926 wifi: brcmfmac: fix invalid address access when enabling SCAN log level
83b94969751a NFSD: fix use-after-free on source server when doing inter-server copy
118dc74b2bc0 NFSD: Return nfserr_serverfault if splice_ok but buf->pages have data
066b1302f2a9 x86/entry: Work around Clang __bdos() bug
06c56c9d5da8 ACPI: x86: Add a quirk for Dell Inspiron 14 2-in-1 for StorageD3Enable
6733222f2cc9 ARM: decompressor: Include .data.rel.ro.local
561490843445 thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avoid crash
139bbbd01114 powercap: intel_rapl: fix UBSAN shift-out-of-bounds issue
a1387ae83e97 MIPS: BCM47XX: Cast memcmp() of function to (void *)
c2790fede920 cpufreq: intel_pstate: Add Tigerlake support in no-HWP mode
30eca146c89d ACPI: tables: FPDT: Don't call acpi_os_map_memory() on invalid phys address
5374638222d0 ACPI: video: Add Toshiba Satellite/Portege Z830 quirk
7ed95b080334 rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()
cf38a05eb1d0 rcu: Back off upon fill_page_cache_func() allocation failure
3e2d8b89f031 rcu: Avoid triggering strict-GP irq-work when RCU is idle
27d3e646dd83 fs: dlm: fix race in lowcomms
b6b87460f4eb selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle
497d736784e5 f2fs: fix to account FS_CP_DATA_IO correctly
fb1dcc2a9e4b f2fs: fix race condition on setting FI_NO_EXTENT flag
6ddbd411a00a ACPI: APEI: do not add task_work to kernel thread to avoid memory leak
21f1ba52b88c thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_id
172c8a24fc83 crypto: cavium - prevent integer overflow loading firmware
12acfa1059ad crypto: marvell/octeontx - prevent integer overflows
c963ce2fa05d kbuild: rpm-pkg: fix breakage when V=1 is used
059ce6b68b76 kbuild: remove the target in signal traps when interrupted
1e9c23db31b6 tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreads
84795de93e1f tracing: kprobe: Make gen test module work in arm and riscv
867fce09aa20 tracing: kprobe: Fix kprobe event gen test module on exit
a9990f24adfe iommu/iova: Fix module config properly
f0cac6cc02a9 cifs: return correct error in ->calc_signature()
1f1ab76e2515 crypto: qat - fix DMA transfer direction
393307b99aac crypto: inside-secure - Change swab to swab32
93538944ab0b crypto: ccp - Release dma channels before dmaengine unrgister
779a9930f3e1 crypto: akcipher - default implementation for setting a private key
0c7043a5b5c3 iommu/omap: Fix buffer overflow in debugfs
046803b74d51 cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset
771d8aa02dac crypto: hisilicon/qm - fix missing put dfx access
9bf3ec61a246 crypto: qat - fix default value of WDT timer
3bfc220e5ce3 hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()
507128a0e32d cgroup: Honor caller's cgroup NS when resolving path
8ffe511b7de7 hwrng: arm-smccc-trng - fix NO_ENTROPY handling
272093471305 crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr
e0b4ebf59834 crypto: sahara - don't sleep when in softirq
8484023b5763 powerpc/pseries/vas: Pass hw_cpu_id to node associativity HCALL
7f536a8cb62d powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()
1f98f8f43541 powerpc: Fix SPE Power ISA properties for e500v1 platforms
72c5b7110fba powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5
399afe92f640 x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
592b302d8bf6 powerpc: Fix fallocate and fadvise64_64 compat parameter combination
61af84b3db81 powerpc/powernv: add missing of_node_put() in opal_export_attrs()
5be9cb6c06fa powerpc/pci_dn: Add missing of_node_put()
5a13d3f1af1c powerpc/sysdev/fsl_msi: Add missing of_node_put()
b0c0490b3c57 powerpc/math_emu/efp: Include module.h
93379dc92de0 powerpc/configs: Properly enable PAPR_SCM in pseries_defconfig
25a4fb0e1a76 mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sg
b8fcd9ab0f65 mailbox: mpfs: account for mbox offsets while sending
ba2264359525 mailbox: mpfs: fix handling of the reg property
fad007a315fe clk: ast2600: BCLK comes from EPLL
3441076f83aa clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probe
9209e6bab75d clk: imx: scu: fix memleak on platform_device_add() fails
bdf72f2d649b clk: bcm2835: fix bcm2835_clock_rate_from_divisor declaration
e338131e980b clk: baikal-t1: Add SATA internal ref clock buffer
35b766027580 clk: baikal-t1: Add shared xGMAC ref/ptp clocks internal parent
b2db8b2c5391 clk: baikal-t1: Fix invalid xGMAC PTP clock divider
435a8a39c6ae clk: vc5: Fix 5P49V6901 outputs disabling when enabling FOD
b0bc75fe6775 spmi: pmic-arb: correct duplicate APID to PPID mapping logic
faabbb103d60 usb: mtu3: fix failed runtime suspend in host only mode
57f66534a41a dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup()
8aa96c5bc393 clk: mediatek: mt8183: mfgcfg: Propagate rate changes to parent
2dafc5afd9d6 mfd: sm501: Add check for platform_driver_register()
d43d93dbd8aa mfd: fsl-imx25: Fix check for platform_get_irq() errors
b940bb3c8154 mfd: lp8788: Fix an error handling path in lp8788_irq_init() and lp8788_irq_init()
0715005c483e mfd: lp8788: Fix an error handling path in lp8788_probe()
aec1f073f91f mfd: fsl-imx25: Fix an error handling path in mx25_tsadc_setup_irq()
53bfc1c3c751 mfd: intel_soc_pmic: Fix an error handling path in intel_soc_pmic_i2c_probe()
2f921d62c236 fsi: core: Check error number after calling ida_simple_get
041c79f6aefb RDMA/rxe: Fix resize_finish() in rxe_queue.c
959d4ee095e9 clk: qcom: gcc-sm6115: Override default Alpha PLL regs
8e556f557368 clk: qcom: apss-ipq6018: mark apcs_alias0_core_clk as critical
a26b0658751b scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()
e87fb1fcf88f scsi: iscsi: Run recv path from workqueue
c2af03a7c1b5 scsi: iscsi: Add recv workqueue helpers
d6aafc21bef1 scsi: iscsi: Rename iscsi_conn_queue_work()
e45a1516d293 scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()
6a54f769748b serial: 8250: Fix restoring termios speed after suspend
a5dba0933834 firmware: google: Test spinlock on panic path to avoid lockups
60d14575d0ba slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMON
f19e5b7df545 staging: vt6655: fix some erroneous memory clean-up loops
433c33c554d7 phy: qualcomm: call clk_disable_unprepare in the error handling
c4293def8860 tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdown
a91a3c2d8db8 serial: 8250: Toggle IER bits on only after irq has been set up
6be8e565a4a6 drivers: serial: jsm: fix some leaks in probe
1d05df7757f4 usb: gadget: function: fix dangling pnp_string in f_printer.c
ed2c66b75280 xhci: Don't show warning for reinit on known broken suspend
4d7d8f5cb284 IB: Set IOVA/LENGTH on IB_MR in core/uverbs layers
e221b4f16e9e RDMA/cm: Use SLID in the work completion as the DLID in responder side
7a37c58ee72e md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()
b467d9460ec2 md/raid5: Ensure stripe_fill happens on non-read IO with journal
5d8259c9d191 md: Replace snprintf with scnprintf
9e92d5ca5424 mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct()
058833dbeb8d ata: fix ata_id_has_dipm()
dad910a6d4a5 ata: fix ata_id_has_ncq_autosense()
21faddeff7bf ata: fix ata_id_has_devslp()
204cc767dcb5 ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting()
5c75d608fad5 RDMA/siw: Fix QP destroy to wait for all references dropped.
308cd50f174c RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.
e58a0b9100ba RDMA/srp: Fix srp_abort()
dc9e4ef6b072 RDMA/irdma: Align AE id codes to correct flush code and event
84ce1a8e36bb mtd: rawnand: fsl_elbc: Fix none ECC mode
be424a7d5374 mtd: rawnand: intel: Remove undocumented compatible string
445395900b64 mtd: rawnand: intel: Read the chip-select line from the correct OF node
cbbf9cca47ac phy: phy-mtk-tphy: fix the phy type setting issue
e4be7c9495c8 phy: amlogic: phy-meson-axg-mipi-pcie-analog: Hold reference returned by of_get_parent()
88263152ff56 mtd: devices: docg3: check the return value of devm_ioremap() in the probe
a0e4ac698891 clk: qcom: sm6115: Select QCOM_GDSC
aecb632674b7 dyndbg: drop EXPORTed dynamic_debug_exec_queries
0d4421f2cb54 dyndbg: let query-modname override actual module name
0c0d9f38b087 dyndbg: fix module.dyndbg handling
49d85932f7d2 dyndbg: fix static_branch manipulation
7cb9b20941e1 dmaengine: hisilicon: Add multi-thread support for a DMA channel
b88630d9aac0 dmaengine: hisilicon: Fix CQ head update
e84aeeafe8b3 dmaengine: hisilicon: Disable channels when unregister hisi_dma
b94605f5cb99 fpga: prevent integer overflow in dfl_feature_ioctl_set_irq()
11bd8bbdf8f6 misc: ocxl: fix possible refcount leak in afu_ioctl()
c23c5e184550 RDMA/rxe: Fix the error caused by qp->sk
f2f405af70e6 RDMA/rxe: Fix "kernel NULL pointer dereference" error
2ea7caa96846 media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_init
23624abbc9c6 media: uvcvideo: Use entity get_cur in uvc_ctrl_set
6c5da92103bd media: uvcvideo: Fix memory leak in uvc_gpio_parse
4e2042f1adc7 media: meson: vdec: add missing clk_disable_unprepare on error in vdec_hevc_start()
aeffca434426 tty: xilinx_uartps: Fix the ignore_status
a8d772c7b853 media: exynos4-is: fimc-is: Add of_node_put() when breaking out of loop
6225501072d3 HSI: omap_ssi_port: Fix dma_map_sg error check
691f23a8475f HSI: omap_ssi: Fix refcount leak in ssi_probe
d6e750535b46 clk: tegra20: Fix refcount leak in tegra20_clock_init
e7a57fb92af5 clk: tegra: Fix refcount leak in tegra114_clock_init
417ed4432b1b clk: tegra: Fix refcount leak in tegra210_clock_init
ca5f338ef165 clk: sprd: Hold reference returned by of_get_parent()
49343bdf95eb clk: berlin: Add of_node_put() for of_get_parent()
857b719bede4 clk: qoriq: Hold reference returned by of_get_parent()
a8cbce0305b2 clk: oxnas: Hold reference returned by of_get_parent()
e0001a565c16 clk: meson: Hold reference returned by of_get_parent()
e900ec4c4f74 usb: common: debug: Check non-standard control requests
c11f48764c8b RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkey
cd35ad9a7d66 iio: magnetometer: yas530: Change data type of hard_offsets to signed
23fafc2e2cf6 iio: ABI: Fix wrong format of differential capacitance channel ABI.
8169da520e8f iio: inkern: fix return value in devm_of_iio_channel_get_by_name()
504e8807fe5f iio: inkern: only release the device node when done with it
b0d4fcc3ecb8 iio: adc: at91-sama5d2_adc: disable/prepare buffer on suspend/resume
5db9b840ac88 iio: adc: at91-sama5d2_adc: lock around oversampling and sample freq
c5c63736d2a1 iio: adc: at91-sama5d2_adc: check return status for pressure and touch
5f1654a0e520 iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAX
017cf3b0a628 ARM: dts: exynos: fix polarity of VBUS GPIO of Origen
6c93b683ceda arm64: ftrace: fix module PLTs with mcount
bbf64eb10273 ext4: don't run ext4lazyinit for read-only filesystems
7a00a2320752 ARM: Drop CMDLINE_* dependency on ATAGS
2af04fe87ea5 ARM: dts: exynos: correct s5k6a3 reset polarity on Midas family
2134214bc403 arm64: dts: ti: k3-j7200: fix main pinmux range
7247a1d7a46a soc/tegra: fuse: Drop Kconfig dependency on TEGRA20_APB_DMA
4f7892f24281 ia64: export memory_add_physaddr_to_nid to fix cxl build error
2ef01657b2d6 ARM: dts: kirkwood: lsxl: remove first ethernet port
bf7caa3c5caf ARM: dts: kirkwood: lsxl: fix serial line
42ce4c73a468 ARM: dts: turris-omnia: Fix mpp26 pin name and comment
96d8f2b43e72 ARM: dts: imx6qdl-kontron-samx6i: hook up DDC i2c bus
08ada28d1def soc: qcom: smem_state: Add refcounting for the 'state->of_node'
96e0028debdd soc: qcom: smsm: Fix refcount leak bugs in qcom_smsm_probe()
a29b6eb959bd locks: fix TOCTOU race when granting write lease
7e053784c4c7 memory: of: Fix refcount leak bug in of_lpddr3_get_ddr_timings()
2680690f9ce4 memory: of: Fix refcount leak bug in of_get_ddr_timings()
566b143aa511 memory: pl353-smc: Fix refcount leak bug in pl353_smc_probe()
10df962300c2 ALSA: hda/hdmi: Don't skip notification handling during PM operation
cc756b79a5c9 ASoC: mt6660: Fix PM disable depth imbalance in mt6660_i2c_probe
f9cb3bd55726 ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe
b7dda65fa875 ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe
b2bc9fc56a3e ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe
3c3ef19a8870 mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe()
b14dc262274b ALSA: dmaengine: increment buffer pointer atomically
f5f1f5ee5048 ASoC: da7219: Fix an error handling path in da7219_register_dai_clks()
f910aca07625 ASoC: codecs: tx-macro: fix kcontrol put
b47a37ad4a44 drm/vmwgfx: Fix memory leak in vmw_mksstat_add_ioctl()
bdf54d4b0074 drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa()
635e7700c5b4 drm/msm/dpu: index dpu_kms->hw_vbif using vbif_idx
4f859884673d ASoC: eureka-tlv320: Hold reference returned from of_find_xxx API
64545b8a9690 mmc: au1xmmc: Fix an error handling path in au1xmmc_probe()
3ba3814c00a4 drm/amdgpu: Fix memory leak in hpd_rx_irq_create_workqueue()
a5ce83e85d79 drm/omap: dss: Fix refcount leak bugs
f5f599daa0bc drm/bochs: fix blanking
928ac9fc1ace ALSA: hda: beep: Simplify keep-power-at-enable behavior
fbb88a7c84c1 ASoC: rsnd: Add check for rsnd_mod_power_on
4610e7a4111f drm/bridge: megachips: Fix a null pointer dereference bug
079c550c57ff drm/amdgpu: add missing pci_disable_device() in amdgpu_pmops_runtime_resume()
c12daccc9017 platform/chrome: cros_ec_typec: Correct alt mode index
c317d2b8a430 platform/x86: msi-laptop: Fix resource cleanup
0e21d41bc768 platform/x86: msi-laptop: Fix old-ec check for backlight registering
6bc81c1b6313 ASoC: tas2764: Fix mute/unmute
e644497c5361 ASoC: tas2764: Drop conflicting set_bias_level power setting
35bd912ed6c0 ASoC: tas2764: Allow mono streams
fd1d3b265784 platform/chrome: fix memory corruption in ioctl
27bb672c0437 platform/chrome: fix double-free in chromeos_laptop_prepare()
57dfb855bc9e ASoC: mt6359: fix tests for platform_get_irq() failure
8a475a7732a5 drm:pl111: Add of_node_put() when breaking out of for_each_available_child_of_node()
56d2233cf573 drm/dp_mst: fix drm_dp_dpcd_read return value checks
fe6eb3d0c874 drm/bridge: parade-ps8640: Fix regulator supply order
60630834fad3 drm/virtio: Correct drm_gem_shmem_get_sg_table() error handling
26c1b4cfe56f drm/mipi-dsi: Detach devices when removing the host
652042135e08 drm/bridge: Avoid uninitialized variable warning
f369fb4deed7 drm: bridge: adv7511: unregister cec i2c device after cec adapter
20609125b8bd drm: bridge: adv7511: fix CEC power down control register offset
a624161ebe0c net: mvpp2: fix mvpp2 debugfs leak
7aef5082c56e once: add DO_ONCE_SLOW() for sleepable contexts
77bfd26cbb61 net/ieee802154: reject zero-sized raw_sendmsg()
dc4e9cd6d6a6 net: wwan: iosm: Call mutex_init before locking it
0b6516a4e3eb bnx2x: fix potential memory leak in bnx2x_tpa_stop()
30bfa5aa7228 net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callbacks()
f828333ca90f hwmon: (pmbus/mp2888) Fix sensors readouts for MPS Multi-phase mp2888 controller
c91b922b4170 spi: Ensure that sg_table won't be used after being freed
49d429760df7 tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
19d636b663e0 sctp: handle the error returned from sctp_auth_asoc_init_active_key
7bfa18b05f38 mISDN: fix use-after-free bugs in l1oip timer handlers
6f1991a940b9 eth: alx: take rtnl_lock on resume
e28a4e7f0296 vhost/vsock: Use kvmalloc/kvfree for larger packets.
5dbdd690ed83 wifi: rtl8xxxu: Fix AIFS written to REG_EDCA_*_PARAM
432eecffcf1b spi: s3c64xx: Fix large transfers with DMA
1454a26cb1ab netfilter: nft_fib: Fix for rpath check with VRF devices
7d98b26684cb xfrm: Reinject transport-mode packets through workqueue
397e880acf44 Bluetooth: hci_core: Fix not handling link timeouts propertly
1331d3e1f9b5 i2c: mlxbf: support lock mechanism
9233ab8198d8 skmsg: Schedule psock work if the cached skb exists on the psock
44f1dc2e821d spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probe
daa5239ea49f spi: dw: Fix PM disable depth imbalance in dw_spi_bt1_probe
6b941151865e x86/cpu: Include the header of init_ia32_feat_ctl()'s prototype
3c27a1380798 x86/microcode/AMD: Track patch allocation size explicitly
3e2b805a68ab wifi: ath11k: fix number of VHT beamformee spatial streams
5a6827cdc258 netfilter: conntrack: revisit the gc initial rescheduling bias
9c39ca418ba3 netfilter: conntrack: fix the gc rescheduling delay
b8917dce2134 Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure
c087c35292ea bpf: Ensure correct locking around vulnerable function find_vpid()
a0f15af17b7d net: fs_enet: Fix wrong check in do_pd_setup
ee7c5e814fb2 Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/release
57d4f2f8a67b wifi: mt76: mt7915: do not check state before configuring implicit beamform
dea9093f24d6 wifi: mt76: mt7615: add mt7615_mutex_acquire/release in mt7615_sta_set_decap_offload
817e8b75ae06 wifi: mt76: sdio: fix transmitting packet hangs
5dc095a37fbd wifi: rtl8xxxu: Remove copy-paste leftover in gen2_update_rate_mask
9973f78c19f3 wifi: rtl8xxxu: gen2: Fix mistake in path B IQ calibration
5d9222c68022 bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
4ce47c5545d2 spi: meson-spicc: do not rely on busy flag in pow2 clk ops
36c484bac9ed wifi: rtl8xxxu: Fix skb misuse in TX queue selection
fefd2269e681 spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_runtime()
e22f6499183d spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()
37005a948677 selftests/xsk: Avoid use-after-free on ctx
69995c64e50e wifi: rtw88: add missing destroy_workqueue() on error path in rtw_core_init()
6f9484e969cb wifi: rtl8xxxu: tighten bounds checking in rtl8xxxu_read_efuse()
d091771f511d Bluetooth: btusb: mediatek: fix WMT failure during runtime suspend
f91e25cfa553 bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
0e1342510490 bpf: Propagate error from htab_lock_bucket() to userspace
0b00c6130c1a bpf: Disable preemption when increasing per-cpu map_locked
68ab7690332a xsk: Fix backpressure mechanism on Tx
0559a6d96a99 x86/resctrl: Fix to restore to original value when re-enabling hardware prefetch register
e962e458bf96 spi: mt7621: Fix an error message in mt7621_spi_probe()
0a16bbc8b030 bpftool: Fix a wrong type cast in btf_dumper_int
6e8eadfa9bb1 wifi: mac80211: allow bw change during channel switch in mesh
4ed5155043c9 bpf: Fix reference state management for synchronous callbacks
3d0a101e7139 leds: lm3601x: Don't use mutex after it was destroyed
54a3201f3c1f wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()
714536ff6f6c wifi: rtlwifi: 8192de: correct checking of IQK reload
80a474502ef5 NFSD: Fix handling of oversized NFSv4 COMPOUND requests
dc7f225090c2 NFSD: Protect against send buffer overflow in NFSv2 READDIR
cedaf73c8bda SUNRPC: Fix svcxdr_init_encode's buflen calculation
6b55707ff8b2 SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculation
aed881630557 nfsd: Fix a memory leak in an error handling path
5c4b234c44cb objtool: Preserve special st_shndx indexes in elf_update_symbol
425a2a9469d2 ARM: 9247/1: mm: set readonly for MT_MEMORY_RO with ARM_LPAE
2647b20e043c ARM: 9244/1: dump: Fix wrong pg_level in walk_pmd()
93296e7ab774 MIPS: SGI-IP27: Fix platform-device leak in bridge_platform_create()
993b13abde17 MIPS: SGI-IP27: Free some unused memory
959855093f94 sh: machvec: Use char[] for section boundaries
91fafd22f852 thermal: cpufreq_cooling: Check the policy first in cpufreq_cooling_register()
81fb3ee298d5 ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpers
33d478eee2b5 userfaultfd: open userfaultfds with O_RDONLY
10918ebecdc9 ima: fix blocking of security.ima xattrs of unsupported algorithms
b7af9b8be891 selinux: use "grep -E" instead of "egrep"
73b8218ef4aa smb3: must initialize two ACL struct fields to zero
adf428ae46be drm/amd/display: Fix vblank refcount in vrr transition
60a517452560 drm/i915: Fix watermark calculations for gen12+ CCS+CC modifier
01bd3eaa5371 drm/i915: Fix watermark calculations for gen12+ MC CCS modifier
20018a252f19 drm/i915: Fix watermark calculations for gen12+ RC CCS modifier
861f085f81fd drm/nouveau: fix a use-after-free in nouveau_gem_prime_import_sg_table()
446d40e2a8cb drm/nouveau/kms/nv140-: Disable interlacing
4dab0d27a421 staging: greybus: audio_helper: remove unused and wrong debugfs usage
28eb4bdb23e2 KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS
4f7b1e7d0f36 KVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL settings to vmcs02
be1a6a61f1b3 KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"
379de01906eb KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibility
e3e5baa36879 blk-wbt: call rq_qos_add() after wb_normal is initialized
e8e0a6f4b8a2 media: cedrus: Fix endless loop in cedrus_h265_skip_bits()
b76fac61c33f media: cedrus: Set the platform driver data earlier
b19254eadab3 efi: libstub: drop pointless get_memory_map() call
5cda4a11b490 thunderbolt: Explicitly enable lane adapter hotplug events at startup
d9c79fbcbdb6 tracing: Fix reading strings from synthetic events
b9ab154d22b8 tracing: Add "(fault)" name injection to kernel probes
8ae88c4842c2 tracing: Move duplicate code of trace_kprobe/eprobe.c into header
84f4be2093e1 tracing: Add ioctl() to force ring buffer waiters to wake up
32eb54a986f4 tracing: Wake up waiters when tracing is disabled
2475de2bc0de tracing: Wake up ring buffer waiters on closing of the file
48272aa48d80 tracing: Disable interrupt or preemption before acquiring arch_spinlock_t
d4ab9bc5f56e ring-buffer: Fix race between reset page and reading page
be60f698c276 ring-buffer: Add ring_buffer_wake_waiters()
5201dd81aef7 ring-buffer: Check pending waiters when doing wake ups as well
bc6d4e9d6484 ring-buffer: Have the shortest_full queue be the shortest not longest
e8d116738514 ring-buffer: Allow splice to read previous partially read pages
fb96b7489fbd ftrace: Properly unset FTRACE_HASH_FL_MOD
31dc1727c103 livepatch: fix race between fork and KLP transition
36997b75bbb3 ext4: update 'state->fc_regions_size' after successful memory allocation
417b0455a0b6 ext4: fix potential memory leak in ext4_fc_record_regions()
9b5eb368a86f ext4: fix potential memory leak in ext4_fc_record_modified_inode()
ef1607c99136 ext4: fix miss release buffer head in ext4_fc_write_inode
d29fa1ab4e62 ext4: fix dir corruption when ext4_dx_add_entry() fails
d12471b41674 ext4: place buffer head allocation before handle start
46e5f470a144 ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodate
1f5e643b3829 ext4: don't increase iversion counter for ea_inodes
dd366295d1ec ext4: fix check for block being out of directory size
4a967fe8b043 ext4: make ext4_lazyinit_thread freezable
533c60a0b97c ext4: fix null-ptr-deref in ext4_write_info
d8e4af8314df ext4: avoid crash when inline data creation follows DIO write
56fcd0788f0d jbd2: add miss release buffer head in fc_do_one_pass()
d11d2ded2939 jbd2: fix potential use-after-free in jbd2_fc_wait_bufs
e7385c868ee0 jbd2: fix potential buffer head reference count leak
d87fe290a533 jbd2: wake up journal waiters in FIFO order, not LIFO
7434626c5eaa hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zero
095493833b18 hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZERO
73687c53919f f2fs: fix to do sanity check on summary info
ed854f10e6af f2fs: fix to do sanity check on destination blkaddr during recovery
7f10357c9046 f2fs: increase the limit for reserve_root
0035b84223de f2fs: flush pending checkpoints when freezing super
ab4958975490 f2fs: complete checkpoints during remount
0a408c6212c1 btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new_buffer
4b996a3014ef btrfs: fix race between quota enable and quota rescan ioctl
0d9423034308 fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
95a520b591c9 ksmbd: Fix user namespace mapping
a19f316406ea ksmbd: Fix wrong return value and message length check in smb2_ioctl()
39b685562825 ksmbd: fix endless loop when encryption for response fails
2b0897e33682 fbdev: smscufx: Fix use-after-free in ufx_ops_open()
aa7b2c927e4e pinctrl: rockchip: add pinmux_ops.gpio_set_direction callback
5d97378b3626 gpio: rockchip: request GPIO mux to pinctrl when setting direction
e0b1c16fdadd scsi: qedf: Populate sysfs attributes for vport
1d567179f277 slimbus: qcom-ngd: cleanup in probe error path
fa0aab2e45f0 slimbus: qcom-ngd: use correct error in message of pdr_add_lookup() failure
ba2159df1806 powerpc/boot: Explicitly disable usage of SPE instructions
9df2a9cdad5b powercap: intel_rapl: Use standard Energy Unit for SPR Dram RAPL domain
75d9de25a6f8 NFSD: Protect against send buffer overflow in NFSv3 READ
2be9331ca606 NFSD: Protect against send buffer overflow in NFSv2 READ
071a076fd1b7 NFSD: Protect against send buffer overflow in NFSv3 READDIR
209a94c5192b serial: 8250: Request full 16550A feature probing for OxSemi PCIe devices
63a3d75cf18c serial: 8250: Let drivers request full 16550A feature probing
26e5c79e673c PCI: Sanitise firmware BAR assignments behind a PCI-PCI bridge
7c16d0a4e6a4 xen/gntdev: Accommodate VMA splitting
1cb73704cb47 xen/gntdev: Prevent leaking grants
43bed0a13a5c mm/mmap: undo ->mmap() when arch_validate_flags() fails
2b0072d33eb6 mm/damon: validate if the pmd entry is present before accessing
91c4eb16e804 arm64: errata: Add Cortex-A55 to the repeat tlbi list
fc0f921b7e6e drm/udl: Restore display mode on resume
064093472524 drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()
fb3910436be4 drm/virtio: Unlock reservations on virtio_gpu_object_shmem_init() error
f122bcb34f1a drm/virtio: Check whether transferred 2D BO is shmem
a95fb5d55af0 dmaengine: mxs: use platform_driver_register
e7a3334e83f9 Revert "drm/amdgpu: use dirty framebuffer helper"
4bdedc3b5341 nvme-pci: set min_align_mask before calculating max_hw_sectors
32aa0b3f0c06 nvme-multipath: fix possible hang in live ns resize with ANA access
9391cc3a787a nvmem: core: Fix memleak in nvmem_register()
7efe61dc6aa4 UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
81ab826a285d riscv: Pass -mno-relax only on lld < 15.0.0
7780bb02a069 riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtb
c657b70e8074 riscv: Make VM_WRITE imply VM_READ
3c3c4fa118a4 riscv: Allow PROT_WRITE-only mmap()
af3aaee08df8 parisc: fbdev/stifb: Align graphics memory size to 4MB
dc235db7b79a RISC-V: Make port I/O string accessors actually work
8c487db000fd riscv: topology: fix default topology reporting
d46c24f307fb arm64: topology: move store_cpu_topology() to shared code
fcf0f6cbb653 regulator: qcom_rpm: Fix circular deferral regression
78d81a8a8ce1 net: thunderbolt: Enable DMA paths only after rings are enabled
3281e81ce90c hwmon: (gsc-hwmon) Call of_node_get() before of_find_xxx API
e1ab98ec2bc9 ASoC: wcd934x: fix order of Slimbus unprepare/disable
a2140a9922d1 ASoC: wcd9335: fix order of Slimbus unprepare/disable
d0507b36da9f platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failure
fcfeecca153d quota: Check next/prev free block number after reading from quota file
17214cfab73b HID: multitouch: Add memory barriers
219e4a0f9d68 fs: dlm: handle -EBUSY first in lock arg validation
34ed22dd2860 fs: dlm: fix race between test_bit() and queue_work()
7fa5304c4b5b i2c: designware: Fix handling of real but unexpected device interrupts
f9effcefa8be mmc: sdhci-sprd: Fix minimum clock limit
a4df91a88c3f can: kvaser_usb_leaf: Fix CAN state after restart
0c28c2c0cfa2 can: kvaser_usb_leaf: Fix TX queue out of sync after restart
b8c4f6345e0e can: kvaser_usb_leaf: Fix overread with an invalid command
de4434d6823c can: kvaser_usb: Fix use of uninitialized completion
354d768e315d usb: add quirks for Lenovo OneLink+ Dock
103b459590e1 xhci: dbc: Fix memory leak in xhci_alloc_dbc()
39f4c90b9995 iio: pressure: dps310: Reset chip after timeout
bc493cd75466 iio: pressure: dps310: Refactor startup procedure
5f6bfc1926bb iio: adc: ad7923: fix channel readings for some variants
1be580ed8403 iio: ltc2497: Fix reading conversion results
ef4018707df8 iio: dac: ad5593r: Fix i2c read protocol requirements
60480291c1fc cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message
0d814a2199cf cifs: destage dirty pages before re-reading them for cache=none
15993e9a9b12 hv_netvsc: Fix race between VF offering and VF association message from host
f9dc33f23153 io_uring/net: don't update msg_name if not provided
a1bd289c10ac mtd: rawnand: atmel: Unmap streaming DMA mappings
3e4d2375d154 ALSA: hda/realtek: Add Intel Reference SSID to support headset keys
41e83faf036c ALSA: hda/realtek: Add quirk for ASUS GV601R laptop
c01f385c70db ALSA: hda/realtek: Correct pin configs for ASUS G533Z
0d50e05ecc2c ALSA: hda/realtek: remove ALC289_FIXUP_DUAL_SPK for Dell 5530
ec439b97d983 ALSA: usb-audio: Fix NULL dererence at error path
0672215994e2 ALSA: usb-audio: Fix potential memory leaks
550ca3082ebd ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()
45899fae65e5 ALSA: oss: Fix potential deadlock at unregistration
5ca155aa79e9 Revert "fs: check FMODE_LSEEK to control internal pipe splicing"
(From OE-Core rev: 865633976508a3af002a68f0c68d36a74ce6b53c)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
2b525314c7b5 Linux 5.19.17
65ea3311ce7c drm/i915/bios: Use hardcoded fp_timing size for generating LFP data pointers
a34bc0ff223f drm/i915/bios: Validate fp_timing terminator presence
6ba258c8082f drm/i915: Rename block_size()/block_offset()
25151f50686e ext4: continue to expand file system when the target size doesn't reach
5d671a666c69 HID: uclogic: Add missing suffix for digitalizers
8b922cab735b lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
a2f91e15ceaf Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
01d15d7f3bb1 Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5
6cfc3d5b06fe kbuild: Add skip_encoding_btf_enum64 option to pahole
d8861de1c35b drm/amd/display: Fix build breakage with CONFIG_DEBUG_FS=n
43f49952df6a powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked context
df0da3fc1311 net/ieee802154: don't warn zero-sized raw_sendmsg()
7b5a94b4dccd Revert "net/ieee802154: reject zero-sized raw_sendmsg()"
a2852ff5df30 Revert "drm/amd/display: correct hostvm flag"
72fedefeaaee net: ethernet: ti: davinci_mdio: fix build for mdio bitbang uses
7a5dc0f4bc45 blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()
9d4f4dc3cd38 ALSA: usb-audio: Fix last interface check for registration
0ad680a71ef6 net: ieee802154: return -EINVAL for unknown addr type
dd691973f67b mm: hugetlb: fix UAF in hugetlb_handle_userfault
bd3183508842 perf intel-pt: Fix system_wide dummy event for hybrid
41e4f3b62546 perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc
18e98d56fdf8 perf: Skip and warn on unknown format 'configN' attrs
d53d82a9c515 clk: bcm2835: Round UART input clock up
4fc3d834cad9 clk: bcm2835: Make peripheral PLLC critical
72b67ce35bcc usb: typec: ucsi: Don't warn on probe deferral
1d5ad0a874dd fsi: occ: Prevent use after free
fbcf76240a30 hwmon (occ): Retry for checksum failure
63a681bcc32a blk-mq: use quiesced elevator switch when reinitializing queues
6163a5ae097b usb: idmouse: fix an uninit-value in idmouse_open
fcf82e4553db nvmet-tcp: add bounds check on Transfer Tag
1ce3c83795b7 nvme: copy firmware_rev on each init
24e2357041c8 nvme: handle effects after freeing the request
18c37236b0b0 ext2: Use kvmalloc() for group descriptor array
2ad8143884b9 scsi: tracing: Fix compile error in trace_array calls when TRACING is disabled
a5be64ff6d21 staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv()
6b2052b365f8 staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw()
65bb21134ffc Revert "usb: storage: Add quirk for Samsung Fit flash"
a5ec6978e657 usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resume bug
dd4d06dc5c12 arm64: dts: imx8mp: Add snps,gfladj-refclk-lpm-sel quirk to USB nodes
6289a58d4f19 usb: dwc3: core: add gfladj_refclk_lpm_sel quirk
a9ccd2ab1bec usb: musb: Fix musb_gadget.c rxstate overflow bug
a40ad4752360 usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()
2cab058f2b14 md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d
6a0781b8a46d eventfd: guard wake_up in eventfd fs calls as well
f3ae6aac9e0e HID: nintendo: check analog user calibration for plausibility
78b0ef14896f HSI: ssi_protocol: fix potential resource leak in ssip_pn_open()
2d38886ae036 HID: roccat: Fix use-after-free in roccat_read()
24ba97974ef3 soundwire: intel: fix error handling on dai registration issues
d4188d2e2842 soundwire: cadence: Don't overwrite msg->buf during write commands
864934cbe72c bcache: fix set_at_max_writeback_rate() for multiple attached devices
e225ca58f63a ata: libahci_platform: Sanity check the DT child nodes number
cc6f0855bf8d blk-throttle: prevent overflow while calculating wait time
fb5f569bcda8 staging: vt6655: fix potential memory leak
038e4aa71281 power: supply: adp5061: fix out-of-bounds read in adp5061_get_chg_type()
b737f60538ab usb: gadget: uvc: increase worker prio to WQ_HIGHPRI
78e83cfc64b5 iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
62006a72b05e nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
53b6d7e49998 scsi: 3w-9xxx: Avoid disabling device if failing to enable it
e0b16bfbd3a4 dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow
04e7cd8c8563 scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID
1f7181ce5891 usb: host: xhci-plat: suspend/resume clks for brcm
e2df82b8e742 usb: host: xhci-plat: suspend and resume clocks
72dbdd00fb2a RDMA/rxe: Delete error messages triggered by incoming Read requests
f2cf53ed2ce2 clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rate
fb98ebac0169 media: platform: fix some double free in meson-ge2d and mtk-jpeg and s5p-mfc
704838040f3b media: cx88: Fix a null-ptr-deref bug in buffer_prepare()
d66fea97671f clk: zynqmp: Fix stack-out-of-bounds in strncpy`
5f11e22d1d5a ARM: 9242/1: kasan: Only map modules if CONFIG_KASAN_VMALLOC=n
0d10683a2cd3 ARM: 9234/1: stacktrace: Avoid duplicate saving of exception PC value
91bcc794c72e ARM: 9233/1: stacktrace: Skip frame pointer boundary check for call_with_stack()
819a61301275 btrfs: call __btrfs_remove_free_space_cache_locked on cache load failure
42817b55ea97 btrfs: don't print information about space cache or tree every remount
a5658aac9fbb btrfs: scrub: try to fix super block errors
1d520f11f5f4 btrfs: scrub: properly report super block errors in system log
8e0798d8fc25 btrfs: dump extra info if one free space cache has more bitmaps than it should
dd0368cc7dd7 arm64: dts: imx8mq-librem5: Add bq25895 as max17055's power supply
aa7dbed46a13 arm64: dts: imx8mm-kontron: Use the VSELECT signal to switch SD card IO voltage
f7205229eed2 kselftest/arm64: Fix validatation termination record after EXTRA_CONTEXT
010d3fd16a07 ARM: dts: imx6sx-udoo-neo: don't use multiple blank lines
a78bbaa94455 ARM: dts: imx6sl: use tabs for code indent
e68c078e2f4b ARM: dts: imx6sx: add missing properties for sram
91e4ed75545b ARM: dts: imx6sll: add missing properties for sram
295a1403c79c ARM: dts: imx6sl: add missing properties for sram
37b648d675c9 ARM: dts: imx6qp: add missing properties for sram
a6cbafacd5a4 ARM: dts: imx6dl: add missing properties for sram
008b63067257 ARM: dts: imx6q: add missing properties for sram
8dc0c1860e38 ARM: dts: imx7d-sdb: config the max pressure for tsc2046
9fb0373188af ARM: dts: imx6: delete interrupts property if interrupts-extended is set
5861c094874d drm/amdkfd: Fix UBSAN shift-out-of-bounds warning
7e8d44956459 drm/amd/display: polling vid stream status in hpo dp blank
68a6337c14ab drm/amd/display: Remove interface for periodic interrupt 1
fc211b16a558 drm/dp: Don't rewrite link config when setting phy test pattern
de2b6ebe0cb7 drm/meson: remove drm bridges at aggregate driver unbind time
f11aa996fc01 drm/meson: explicitly remove aggregate driver at module unload time
9190d287f7a6 drm/meson: reorder driver deinit sequence to fix use-after-free bug
fc273ad2e3f5 drm/amdgpu: fix initial connector audio value
50f9f5d15eae drm/amd/display: correct hostvm flag
b892c57a3a04 drm/amdgpu: SDMA update use unlocked iterator
9a0b26c494d3 ASoC: SOF: add quirk to override topology mclk_id
6a4c1ca1f3fb ASoC: SOF: pci: Change DMI match info to support all Chrome platforms
3c72d295e79e ALSA: intel-dspconfig: add ES8336 support for AlderLake-PS
6c28e90c8fd0 platform/x86: msi-laptop: Change DMI match / alias strings to fix module autoloading
14992b9f184b platform/x86: hp-wmi: Setting thermal profile fails with 0x06
c1f00121bf31 platform/chrome: cros_ec: Notify the PM of wake events during resume
a4b478254264 drm: panel-orientation-quirks: Add quirk for Aya Neo Air
d52193da78bd drm: panel-orientation-quirks: Add quirk for Anbernic Win600
a7f778799d49 drm/vc4: vec: Fix timings for VEC modes
0f1bddc91d55 ALSA: usb-audio: Register card at the last interface
3f2cfb29dceb drm/admgpu: Skip CG/PG on SOC21 under SRIOV VF
3509d768e206 drm/amdgpu: Skip the program of MMMC_VM_AGP_* in SRIOV on MMHUB v3_0_0
3e3be30aa035 drm: bridge: dw_hdmi: only trigger hotplug event on link change
c6b6279bfdc5 platform/x86: pmc_atom: Improve quirk message to be less cryptic
fc285549f454 udmabuf: Set ubuf->sg = NULL if the creation of sg table fails
1533340aa907 drm/amd/display: fix overflow on MIN_I64 definition
b2e4323e0020 gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611_connector_init()
e71fe9b97fae drm/komeda: Fix handling of atomic commits in the atomic_commit_tail hook
2d6708ea5c20 drm: Prevent drm_copy_field() to attempt copying a NULL pointer
7ab28b8e182e drm: Use size_t type for len variable in drm_copy_field()
38ba098ef1b6 drm/nouveau/nouveau_bo: fix potential memory leak in nouveau_bo_alloc()
2e896abccf99 r8152: Rate limit overflow messages
2a75f83ba81c i2c: designware-pci: Group AMD NAVI quirk parts together
6ffde6e03085 Bluetooth: L2CAP: Fix user-after-free
44bd0d19c580 bpf: use bpf_prog_pack for bpf_dispatcher
d72bc08770fa bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBT
35f5e70bdfa7 net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
19fced8ecda1 hwmon: (sht4x) do not overflow clamping operation on 32-bit platforms
68ff5178d965 wifi: rt2x00: correctly set BBP register 86 for MT7620
784881e9e7be wifi: rt2x00: set SoC wmac clock register
227e5eb1bb5a wifi: rt2x00: set VGC gain for both chains of MT7620
0202c5803d64 wifi: rt2x00: set correct TX_SW_CFG1 MAC register for MT7620
36576de88fbe wifi: rt2x00: don't run Rt5592 IQ calibration on MT7620
a9fc0a42ccbf can: bcm: check the result of can_send() in bcm_can_tx()
eb0a9375bbd8 selftests/bpf: Free the allocated resources after test case succeeds
c72dad9a1d37 bnxt_en: replace reset with config timestamps
ef055094df4c Bluetooth: hci_sysfs: Fix attempting to call device_add multiple times
e812142450e0 Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()
26bdfc875559 wifi: rtw89: fix rx filter after scan
d4b4f6ff8ff1 wifi: rtw89: free unused skb to prevent memory leak
b32b0cd0eddb wifi: mt76: mt7921: reset msta->airtime_ac while clearing up hw value
72ef896e80b6 wifi: ath11k: mhi: fix potential memory leak in ath11k_mhi_register()
9f2395316e48 regulator: core: Prevent integer underflow
52b43d6402bc Bluetooth: btintel: Mark Intel controller to support LE_STATES quirk
27574a3f421c wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()
47c838195c7d iavf: Fix race between iavf_close and iavf_reset_task
8a648bb49115 rtw89: ser: leave lps with mutex
56d96f8f9bbd wifi: ath11k: Register shutdown handler for WCN6750
f3bdba4440d8 xfrm: Update ipcomp_scratches with NULL when freed
a948da5aba02 net-next: Fix IP_UNICAST_IF option behavior for connected sockets
7d1e5f5ee93d net: axienet: Switch to 64-bit RX/TX statistics
05785ba834f2 x86/apic: Don't disable x2APIC if locked
650fa7d1af15 thunderbolt: Add back Intel Falcon Ridge end-to-end flow control workaround
0d2649b288b7 wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()
a9c5c9ce7e58 x86/mce: Retrieve poison range from hardware
6762c85aaee4 tcp: annotate data-race around tcp_md5sig_pool_populated
77939e5bcc50 openvswitch: Fix overreporting of drops in dropwatch
b3fa7d5d5eaa openvswitch: Fix double reporting of drops in dropwatch
bc3e22550bbb net: ethernet: ti: davinci_mdio: Add workaround for errata i2329
13180cb88a7b ice: set tx_tstamps when creating new Tx rings via ethtool
8735e5c122b6 bpftool: Clear errno after libcap's checks
4d4dcfa6b4e8 wifi: brcmfmac: fix invalid address access when enabling SCAN log level
e7863058e529 wifi: ath10k: Set tx credit to one for WCN3990 snoc based devices
6ea71246b7a0 NFSD: fix use-after-free on source server when doing inter-server copy
14bde62cef7c NFSD: Return nfserr_serverfault if splice_ok but buf->pages have data
7b593b50f20c x86/entry: Work around Clang __bdos() bug
d12ad2bb3feb ACPI: x86: Add a quirk for Dell Inspiron 14 2-in-1 for StorageD3Enable
aff390ceb399 ARM: decompressor: Include .data.rel.ro.local
6e2a347b3042 thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avoid crash
6216b685b8f4 powercap: intel_rapl: fix UBSAN shift-out-of-bounds issue
dced4eaa9143 MIPS: BCM47XX: Cast memcmp() of function to (void *)
25b364cb9b72 cpufreq: intel_pstate: Add Tigerlake support in no-HWP mode
90bfc9ae875d ACPI: tables: FPDT: Don't call acpi_os_map_memory() on invalid phys address
ed42391164e6 fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCAL
bf873a25c552 ACPI: video: Add Toshiba Satellite/Portege Z830 quirk
8ce338db7440 cpufreq: amd_pstate: fix wrong lowest perf fetch
aaa63801145a rcu: Back off upon fill_page_cache_func() allocation failure
eaa91f54df78 rcu: Avoid triggering strict-GP irq-work when RCU is idle
eb97e60a9eae fs: dlm: fix race in lowcomms
d1bfec0f742c module: tracking: Keep a record of tainted unloaded modules only
b9ffdfc1bedb selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle
0c3d50b49337 f2fs: fix to account FS_CP_DATA_IO correctly
1f4d5d31ddff f2fs: fix race condition on setting FI_NO_EXTENT flag
a3e69948da57 ACPI: APEI: do not add task_work to kernel thread to avoid memory leak
57bf2897692b thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_id
ccc9abee86c5 random: schedule jitter credit for next jiffy, not in two jiffies
371fa5129af5 crypto: cavium - prevent integer overflow loading firmware
8f5eee162e55 crypto: marvell/octeontx - prevent integer overflows
9bb18a8bb311 kbuild: rpm-pkg: fix breakage when V=1 is used
6f7b372ec68f linux/export: use inline assembler to populate symbol CRCs
00b64949b8c2 kbuild: remove the target in signal traps when interrupted
fc9a0aa83614 tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreads
f433d954d032 tracing: kprobe: Make gen test module work in arm and riscv
1e7a061f0c52 tracing: kprobe: Fix kprobe event gen test module on exit
544763643a24 iommu/iova: Fix module config properly
c28acd0039fa cifs: return correct error in ->calc_signature()
c3a130431c55 clocksource/drivers/timer-gxp: Add missing error handling in gxp_timer_probe
3da5b75beef0 clocksource/drivers/arm_arch_timer: Fix handling of ARM erratum 858921
429348d4f675 crypto: qat - fix DMA transfer direction
5b48d7f97a57 crypto: inside-secure - Change swab to swab32
8900bf5bb269 crypto: ccp - Release dma channels before dmaengine unrgister
85bc736a18b8 crypto: akcipher - default implementation for setting a private key
bd0438f534b2 iommu/omap: Fix buffer overflow in debugfs
893aa489388f cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset
8fa437e48007 crypto: hisilicon/qm - fix missing put dfx access
dcd7b39a599a crypto: qat - fix default value of WDT timer
12fe03cee274 hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()
5ade5762b4a5 cgroup: Honor caller's cgroup NS when resolving path
d398cb165d19 crypto: ccp - Fail the PSP initialization when writing psp data file failed
25dddddafe6e hwrng: arm-smccc-trng - fix NO_ENTROPY handling
f8a983d6e01b crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr
50d4feadcc95 crypto: sahara - don't sleep when in softirq
f03add92f4b2 powerpc/pseries/vas: Pass hw_cpu_id to node associativity HCALL
4eac4f6a86ae powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()
dba386d93409 powerpc: Fix SPE Power ISA properties for e500v1 platforms
a47254a9adac powerpc/64/interrupt: Fix return to masked context after hard-mask irq becomes pending
5e3186b70002 powerpc/64: mark irqs hard disabled in boot paca
ef58c97f97d3 powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5
99ac12f287d6 x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
fd4b22c4b1f0 powerpc: Fix fallocate and fadvise64_64 compat parameter combination
4140fd90c93e cpuidle: riscv-sbi: Fix CPU_PM_CPU_IDLE_ENTER_xyz() macro usage
b57099a6aa9e powerpc/powernv: add missing of_node_put() in opal_export_attrs()
a2c3374dc364 powerpc/pci_dn: Add missing of_node_put()
9c7b092253c3 powerpc/sysdev/fsl_msi: Add missing of_node_put()
5c140a35c1d6 powerpc/math_emu/efp: Include module.h
6f20506c3e9d powerpc/configs: Properly enable PAPR_SCM in pseries_defconfig
a1f321051e0d ipc: mqueue: fix possible memory leak in init_mqueue_fs()
908bfb4f5ff8 mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sg
adc15eefb417 mailbox: mpfs: account for mbox offsets while sending
0b921157ee9f mailbox: mpfs: fix handling of the reg property
5edb0618919e clk: ast2600: BCLK comes from EPLL
a9f69663ad57 clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probe
7125637a6cc4 clk: ti: Balance of_node_get() calls for of_find_node_by_name()
43c589b7a187 clk: imx: scu: fix memleak on platform_device_add() fails
13fc676c7185 clk: bcm2835: fix bcm2835_clock_rate_from_divisor declaration
c20099c19cb3 clk: baikal-t1: Add SATA internal ref clock buffer
4dc50ce40b59 clk: baikal-t1: Add shared xGMAC ref/ptp clocks internal parent
6e2394f58dd1 clk: baikal-t1: Fix invalid xGMAC PTP clock divider
4dcae3385ced clk: vc5: Fix 5P49V6901 outputs disabling when enabling FOD
03c55521879a spmi: pmic-arb: correct duplicate APID to PPID mapping logic
69e1e6a82ef4 usb: mtu3: fix failed runtime suspend in host only mode
c1914501c134 dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup()
23c9084645f0 clk: mediatek: Migrate remaining clk_unregister_*() to clk_hw_unregister_*()
1a328477ea17 clk: mediatek: fix unregister function in mtk_clk_register_dividers cleanup
05ff2207fa04 clk: mediatek: clk-mt8195-mfg: Reparent mfg_bg3d and propagate rate changes
fddb8f871a1f clk: mediatek: mt8183: mfgcfg: Propagate rate changes to parent
85c7a6837ea7 mfd: da9061: Fix Failed to set Two-Wire Bus Mode.
e878673f5635 mfd: sm501: Add check for platform_driver_register()
deaafe55a1d0 mfd: fsl-imx25: Fix check for platform_get_irq() errors
c337ff96ef9e mfd: lp8788: Fix an error handling path in lp8788_irq_init() and lp8788_irq_init()
ab94a72c82cc mfd: lp8788: Fix an error handling path in lp8788_probe()
9bb4cb60c032 mfd: fsl-imx25: Fix an error handling path in mx25_tsadc_setup_irq()
36905589383f mfd: intel_soc_pmic: Fix an error handling path in intel_soc_pmic_i2c_probe()
8c24097d6fb9 fsi: core: Check error number after calling ida_simple_get
52dd1b675ed9 RDMA/rxe: Fix resize_finish() in rxe_queue.c
8dec72315988 clk: qcom: gcc-sm6115: Override default Alpha PLL regs
a1ba69d624a1 clk: qcom: apss-ipq6018: mark apcs_alias0_core_clk as critical
897dbbc57d71 scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()
c5922e8e42b8 scsi: iscsi: Run recv path from workqueue
bd16ec67e995 scsi: iscsi: Add recv workqueue helpers
38a118abf5cc scsi: iscsi: Rename iscsi_conn_queue_work()
4e750e0d8e48 scsi: pm8001: Fix running_req for internal abort commands
f7a785177611 scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()
dae33133f255 serial: 8250: Fix restoring termios speed after suspend
c6ce163bb827 firmware: google: Test spinlock on panic path to avoid lockups
eec8e868bdc9 slimbus: qcom-ngd: Add error handling in of_qcom_slim_ngd_register
e8ce7655fd1f slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMON
a9e9806d1c31 staging: vt6655: fix some erroneous memory clean-up loops
2afdd2d9cf27 phy: qualcomm: call clk_disable_unprepare in the error handling
d554c14eb73e tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdown
97e79713db81 serial: 8250: Toggle IER bits on only after irq has been set up
737594536dc3 drivers: serial: jsm: fix some leaks in probe
79c3afb55942 usb: dwc3: core: fix some leaks in probe
77333f9cc3e1 usb: gadget: function: fix dangling pnp_string in f_printer.c
a6ba28c41804 xhci: Don't show warning for reinit on known broken suspend
df4bf3a2371f IB: Set IOVA/LENGTH on IB_MR in core/uverbs layers
43e2f80cda29 RDMA/cm: Use SLID in the work completion as the DLID in responder side
c0fd5d4d8fd7 md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()
edce7cb3d8d1 md/raid5: Ensure stripe_fill happens on non-read IO with journal
41ca95033a0c md: Replace snprintf with scnprintf
b892ff7dc03e mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct()
9d4c05ea9461 ata: fix ata_id_has_dipm()
cb0e2986c81a ata: fix ata_id_has_ncq_autosense()
23be940d99d0 ata: fix ata_id_has_devslp()
295ef6a0327d ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting()
74ad141e995a RDMA/siw: Fix QP destroy to wait for all references dropped.
0c14f795a9ea RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.
f741a9c64e4e RDMA/srp: Fix srp_abort()
b72d09c37696 RDMA/irdma: Validate udata inlen and outlen
4665894629c8 RDMA/irdma: Align AE id codes to correct flush code and event
5e871bacc5b9 mtd: rawnand: fsl_elbc: Fix none ECC mode
5f344bd994da mtd: rawnand: intel: Remove undocumented compatible string
79cea59c1348 mtd: rawnand: intel: Read the chip-select line from the correct OF node
876ee3ce4c02 phy: phy-mtk-tphy: fix the phy type setting issue
bea05e8f3b7a phy: amlogic: phy-meson-axg-mipi-pcie-analog: Hold reference returned by of_get_parent()
d86b5cab8e6b remoteproc: Harden rproc_handle_vdev() against integer overflow
e51207113b36 mtd: devices: docg3: check the return value of devm_ioremap() in the probe
f5e41e860a3a clk: qcom: sm6115: Select QCOM_GDSC
d074a8721b40 dyndbg: drop EXPORTed dynamic_debug_exec_queries
a5389101936a dyndbg: let query-modname override actual module name
6fe65c4de7f1 dyndbg: fix module.dyndbg handling
7059d5c462fb dyndbg: fix static_branch manipulation
0cb8d0d420d4 usb: gadget: f_fs: stricter integer overflow checks
d4a8ec5cc7ff dmaengine: hisilicon: Add multi-thread support for a DMA channel
60d48e197289 dmaengine: hisilicon: Fix CQ head update
435c85735572 dmaengine: hisilicon: Disable channels when unregister hisi_dma
4b05c3e771a6 dmaengine: idxd: avoid deadlock in process_misc_interrupts()
6afdab9bdad1 phy: rockchip-inno-usb2: Return zero after otg sync
1b5a931594f7 fpga: prevent integer overflow in dfl_feature_ioctl_set_irq()
843433a02e34 misc: ocxl: fix possible refcount leak in afu_ioctl()
8a02209e256d clk: mediatek: mt8195-infra_ao: Set pwrmcu clocks as critical
f6794d82c0d5 clk: mediatek: clk-mt8195-vdo1: Reparent and set rate on vdo1_dpintf's parent
79b90df9b9e8 clk: mediatek: clk-mt8195-vdo0: Set rate on vdo0_dp_intf0_dp_intf's parent
aedd895b3820 RDMA/rxe: Fix the error caused by qp->sk
bb33fa65da77 RDMA/rxe: Fix "kernel NULL pointer dereference" error
22b93530bbe6 media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_init
1b2f6d1d5abf media: uvcvideo: Use entity get_cur in uvc_ctrl_set
deb8f32ae4b1 media: uvcvideo: Fix memory leak in uvc_gpio_parse
73bf38baa8ac media: meson: vdec: add missing clk_disable_unprepare on error in vdec_hevc_start()
325de494d8ce media: amphion: fix a bug that vpu core may not resume after suspend
47fd2c400869 media: amphion: don't change the colorspace reported by decoder.
50c335d99773 media: amphion: adjust the encoder's value range of gop size
96fe4befacef media: amphion: insert picture startcode after seek for vc1g format
e15db9a24df1 tty: xilinx_uartps: Fix the ignore_status
9eabf73391b6 media: exynos4-is: fimc-is: Add of_node_put() when breaking out of loop
99e30bd761c5 clk: qcom: gcc-sdm660: Use floor ops for SDCC1 clock
fcc076fecca6 HSI: omap_ssi_port: Fix dma_map_sg error check
e25f56f8bdf6 HSI: omap_ssi: Fix refcount leak in ssi_probe
00f6ce0d1baf clk: samsung: exynosautov9: correct register offsets of peric0/c1
8cd228892759 clk: tegra20: Fix refcount leak in tegra20_clock_init
8e1fe3025393 clk: tegra: Fix refcount leak in tegra114_clock_init
1a6d97139b0a clk: tegra: Fix refcount leak in tegra210_clock_init
a065f836c938 clk: sprd: Hold reference returned by of_get_parent()
2c4137393bcf clk: berlin: Add of_node_put() for of_get_parent()
42ecb6c427ee clk: qoriq: Hold reference returned by of_get_parent()
23e0893862ba clk: oxnas: Hold reference returned by of_get_parent()
3c3292f490e7 clk: st: Hold reference returned by of_get_parent()
0068ca80dcfa clk: meson: Hold reference returned by of_get_parent()
40c485c8b1f7 usb: common: debug: Check non-standard control requests
dd1db668449d RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkey
30e20981b08a iio: magnetometer: yas530: Change data type of hard_offsets to signed
39eb39a592fb iio: ABI: Fix wrong format of differential capacitance channel ABI.
144ef27e46e0 iio: inkern: fix return value in devm_of_iio_channel_get_by_name()
4e416e52185f iio: inkern: only release the device node when done with it
8394db2d4ffb iio: adc: at91-sama5d2_adc: disable/prepare buffer on suspend/resume
e0b504be6e42 iio: adc: at91-sama5d2_adc: lock around oversampling and sample freq
44f46f904d8c iio: adc: at91-sama5d2_adc: check return status for pressure and touch
b8c127184bc5 iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAX
82c66c46f73b iomap: iomap: fix memory corruption when recording errors during writeback
0530055d5b96 ARM: dts: exynos: fix polarity of VBUS GPIO of Origen
0f77b6b2ba70 arm64: ftrace: fix module PLTs with mcount
75e60ad770e2 ext4: don't run ext4lazyinit for read-only filesystems
59cdd0794d59 ARM: Drop CMDLINE_* dependency on ATAGS
c665b41db852 ARM: dts: exynos: correct s5k6a3 reset polarity on Midas family
0d54c26d0ade arm64: dts: ti: k3-j7200: fix main pinmux range
a39307c7c750 soc/tegra: fuse: Drop Kconfig dependency on TEGRA20_APB_DMA
2f91772a5f8a ia64: export memory_add_physaddr_to_nid to fix cxl build error
664c6b13332a ARM: dts: kirkwood: lsxl: remove first ethernet port
e3ab51897adc ARM: dts: kirkwood: lsxl: fix serial line
1764fd62a86c ARM: dts: turris-omnia: Fix mpp26 pin name and comment
b3f82935c77a dt-bindings: clock: exynosautov9: correct clock numbering of peric0/c1
bba8ed1946c0 arm64: dts: renesas: r9a07g043: Fix SCI{Rx,Tx} interrupt types
4522a6fe84cb arm64: dts: renesas: r9a07g054: Fix SCI{Rx,Tx} interrupt types
964cf7f0d477 arm64: dts: renesas: r9a07g044: Fix SCI{Rx,Tx} interrupt types
02e3b6404d26 ARM: dts: imx6qdl-kontron-samx6i: hook up DDC i2c bus
c1bc4ab733ec soc: qcom: smem_state: Add refcounting for the 'state->of_node'
8fb6112bd49c soc: qcom: smsm: Fix refcount leak bugs in qcom_smsm_probe()
e0b55fd272ae locks: fix TOCTOU race when granting write lease
daab421fc2dc memory: of: Fix refcount leak bug in of_lpddr3_get_ddr_timings()
62ccab6e3376 memory: of: Fix refcount leak bug in of_get_ddr_timings()
44db35ceb947 memory: pl353-smc: Fix refcount leak bug in pl353_smc_probe()
7cdc122f28d7 ALSA: hda/hdmi: Don't skip notification handling during PM operation
8679d5305080 ASoC: mt6660: Fix PM disable depth imbalance in mt6660_i2c_probe
bac2dd72fcfb ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe
f54f599c8e2f ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe
530b9c0e4121 ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe
16226421b10a ASoC: stm: Fix PM disable depth imbalance in stm32_i2s_probe
eb7bcd48fc8e ASoC: stm32: spdifrx: Fix PM disable depth imbalance in stm32_spdifrx_probe
aa7f877d2d07 ASoC: stm32: dfsdm: Fix PM disable depth imbalance in stm32_adfsdm_probe
06821c68d9ed mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe()
2e2c57f660a6 ALSA: dmaengine: increment buffer pointer atomically
ec692f0b5100 ASoC: da7219: Fix an error handling path in da7219_register_dai_clks()
40aba726b2cd ASoC: codecs: tx-macro: fix kcontrol put
60f6d4f9d903 virtio-gpu: fix shift wrapping bug in virtio_gpu_fence_event_create()
6ad40bbb2c25 drm/vmwgfx: Fix memory leak in vmw_mksstat_add_ioctl()
dea487355691 ALSA: usb-audio: Properly refcounting clock rate
7a2bead03557 drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa()
512c4d444c69 drm/msm/dpu: index dpu_kms->hw_vbif using vbif_idx
ab03e61c5cf7 drm/msm: lookup the ICC paths in both mdp5/dpu and mdss devices
b58efaf656ab ASoC: eureka-tlv320: Hold reference returned from of_find_xxx API
beffe91431ba mmc: au1xmmc: Fix an error handling path in au1xmmc_probe()
8b8da09da270 drm/amdgpu: Fix memory leak in hpd_rx_irq_create_workqueue()
e55261beb86a drm/omap: dss: Fix refcount leak bugs
d1087cfd4370 ASoC: SOF: mediatek: mt8195: Import namespace SND_SOC_SOF_MTK_COMMON
2a3c55862c67 drm/bochs: fix blanking
fc8eea8ec3ca drm/virtio: set fb_modifiers_not_supported
d6e150e84f16 ALSA: hda: beep: Simplify keep-power-at-enable behavior
45416de9ad46 ASoC: wm_adsp: Handle optional legacy support
3f8546391e03 ASoC: rsnd: Add check for rsnd_mod_power_on
93e06be3f518 drm/bridge: it6505: Fix the order of DP_SET_POWER commands
21764467ab39 drm/bridge: megachips: Fix a null pointer dereference bug
be6ad75a500e drm/amdgpu: add missing pci_disable_device() in amdgpu_pmops_runtime_resume()
2c9db240575c platform/chrome: cros_ec_typec: Correct alt mode index
862f641cadf1 platform/x86: msi-laptop: Fix resource cleanup
21cd17aedbbf platform/x86: msi-laptop: Fix old-ec check for backlight registering
f8365e4ae5b1 ASoC: tas2764: Fix mute/unmute
7960f1a4cb2f ASoC: tas2764: Drop conflicting set_bias_level power setting
9575bd32c344 ASoC: tas2764: Allow mono streams
1f35a8afe8db ASoC: soc-pcm.c: call __soc_pcm_close() in soc_pcm_close()
cfbf43124e0d drm/virtio: Fix same-context optimization
f143f1d9a8e5 platform/chrome: fix memory corruption in ioctl
c2fbf1b1fff6 platform/chrome: fix double-free in chromeos_laptop_prepare()
26f9a766f87b drm/msm: Make .remove and .shutdown HW shutdown consistent
4e5287acc036 ASoC: mt6359: fix tests for platform_get_irq() failure
a656ff69fe13 drm:pl111: Add of_node_put() when breaking out of for_each_available_child_of_node()
79878d6829b5 drm/dp_mst: fix drm_dp_dpcd_read return value checks
fd85e0eeaa65 drm/bridge: parade-ps8640: Fix regulator supply order
38edd69b0065 drm/bridge: tc358767: Add of_node_put() when breaking out of loop
61d0c94c3725 drm/virtio: Correct drm_gem_shmem_get_sg_table() error handling
99fae8294e28 drm/bridge: it6505: Power on downstream device in .atomic_enable
353ab1c13fdd drm/mipi-dsi: Detach devices when removing the host
3051f34c0193 drm/bridge: Avoid uninitialized variable warning
4d4d5bc65920 drm: bridge: adv7511: unregister cec i2c device after cec adapter
903c2b9bced8 drm: bridge: adv7511: fix CEC power down control register offset
169aa2664639 net: mvpp2: fix mvpp2 debugfs leak
b0eb0d577635 once: add DO_ONCE_SLOW() for sleepable contexts
51d4260585cf net/ieee802154: reject zero-sized raw_sendmsg()
39365e1b0eb5 net: wwan: iosm: Call mutex_init before locking it
b47bc8202b31 eth: sp7021: fix use after free bug in spl2sw_nvmem_get_mac_address
96c0c14135f5 bnx2x: fix potential memory leak in bnx2x_tpa_stop()
d06ee1cbffc6 eth: lan743x: reject extts for non-pci11x1x devices
49c1729b5563 net: prestera: acl: Add check for kmemdup
e2e49822a0a1 af_unix: Fix memory leaks of the whole sk due to OOB skb.
c380c28ab9b1 net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callbacks()
248bed1dbf5a hwmon: (pmbus/mp2888) Fix sensors readouts for MPS Multi-phase mp2888 controller
742e595f1949 Bluetooth: hci_sync: Fix not indicating power state
37ad7c5990c0 spi: Ensure that sg_table won't be used after being freed
ccbfe4d0bce4 tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
0f90099d18e3 sctp: handle the error returned from sctp_auth_asoc_init_active_key
1f76323ac43f mISDN: fix use-after-free bugs in l1oip timer handlers
a845a0c4bdec eth: alx: take rtnl_lock on resume
a99fc6d81816 vhost/vsock: Use kvmalloc/kvfree for larger packets.
505ac55467df wifi: rtl8xxxu: Fix AIFS written to REG_EDCA_*_PARAM
7050e56333f1 wifi: rtl8xxxu: gen2: Enable 40 MHz channel width
71314ed41425 spi: s3c64xx: Fix large transfers with DMA
27d23b84b244 netfilter: nft_fib: Fix for rpath check with VRF devices
f520075da484 xfrm: Reinject transport-mode packets through workqueue
0f1a762184a6 Bluetooth: hci_core: Fix not handling link timeouts propertly
de0ccb13d9ea i2c: mlxbf: support lock mechanism
db41ae562b64 cw1200: fix incorrect check to determine if no element is found in list
e4be1cf9ba24 skmsg: Schedule psock work if the cached skb exists on the psock
7b24819bd6a2 spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probe
2a354023d3b5 spi: dw: Fix PM disable depth imbalance in dw_spi_bt1_probe
71d2ef419e04 spi: cadence-quadspi: Fix PM disable depth imbalance in cqspi_probe
3c5b8e7ca8be x86/cpu: Include the header of init_ia32_feat_ctl()'s prototype
2042092204f8 wifi: ath11k: fix peer addition/deletion error on sta band migration
bbcc38c4450e x86/microcode/AMD: Track patch allocation size explicitly
ba46813ae735 mips: dts: ralink: mt7621: fix external phy on GB-PC2
8d6b977ddf06 wifi: ath11k: fix number of VHT beamformee spatial streams
c0bb97a90b13 wifi: ath11k: fix failed to find the peer with peer_id 0 when disconnected
520b81520191 flow_dissector: Do not count vlan tags inside tunnel payload
973ddaffd2b7 netfilter: conntrack: revisit the gc initial rescheduling bias
b3104ef06635 netfilter: conntrack: fix the gc rescheduling delay
75b2c71ea581 Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure
f8a77dbb8837 wifi: ath11k: Include STA_KEEPALIVE_ARP_RESPONSE TLV header by default
7de3297a9239 bpf: Ensure correct locking around vulnerable function find_vpid()
5ae7255b9ab3 net: fs_enet: Fix wrong check in do_pd_setup
e706cc24b679 Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/release
1034d8e08508 wifi: mt76: mt7921e: fix rmmod crash in driver reload test
f5e6d7ba8329 wifi: mt76: mt7915: do not check state before configuring implicit beamform
540f17a503db wifi: mt76: mt7915: fix mcs value in ht mode
ce02cd82abad wifi: mt76: mt7921: add mt7921_mutex_acquire at mt7921_sta_set_decap_offload
f31aa5196463 wifi: mt76: mt7921: add mt7921_mutex_acquire at mt7921_[start, stop]_ap
f5275e2e41eb wifi: mt76: connac: fix possible unaligned access in mt76_connac_mcu_add_nested_tlv
c5bc23134c0c wifi: mt76: mt7915: fix possible unaligned access in mt7915_mac_add_twt_setup
0160c341d836 wifi: mt76: mt7615: add mt7615_mutex_acquire/release in mt7615_sta_set_decap_offload
327c14cf7b5f wifi: mt76: sdio: fix transmitting packet hangs
8b133eb8af67 wifi: mt76: sdio: poll sta stat when device transmits data
0641218a8143 wifi: mt76: sdio: fix the deadlock caused by sdio->stat_work
30a09a8ca499 wifi: mt76: mt7921u: fix race issue between reset and suspend/resume
d2d352124e19 wifi: mt76: mt7921s: fix race issue between reset and suspend/resume
7aa91aa9daa7 wifi: mt76: mt7921e: fix race issue between reset and suspend/resume
c24ab2685bc2 wifi: rtl8xxxu: Remove copy-paste leftover in gen2_update_rate_mask
09ef9d732664 wifi: rtl8xxxu: gen2: Fix mistake in path B IQ calibration
c586349191fb bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
bcc34897bd58 spi: meson-spicc: do not rely on busy flag in pow2 clk ops
5ee77839f3c4 wifi: rtl8xxxu: Fix skb misuse in TX queue selection
4bf42b30a98e spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_runtime()
36ad3e146732 spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()
a3db90398a1c selftests/xsk: Avoid use-after-free on ctx
79329f970ae6 wifi: rtw88: add missing destroy_workqueue() on error path in rtw_core_init()
d02a74c72258 wifi: wfx: prevent underflow in wfx_send_pds()
5fff0f1b5d57 wifi: rtl8xxxu: tighten bounds checking in rtl8xxxu_read_efuse()
7b8389b7e160 wifi: rtw89: pci: correct TX resource checking in low power mode
edb0fde1f7f3 wifi: rtw89: pci: fix interrupt stuck after leaving low power mode
85a642c3455f Bluetooth: btusb: mediatek: fix WMT failure during runtime suspend
dd5273e07984 bpf: Use this_cpu_{inc_return|dec} for prog->active
ecbbef374ce5 bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
75d287186b98 wifi: ath11k: Fix incorrect QMI message ID mappings
6bfee6eb3d6b bpf: Propagate error from htab_lock_bucket() to userspace
a759911bd1c6 bpf: Disable preemption when increasing per-cpu map_locked
dd88139cb53c selftests/xsk: Add missing close() on netns fd
5f2a838113bd xsk: Fix backpressure mechanism on Tx
3345cd3612b5 x86/resctrl: Fix to restore to original value when re-enabling hardware prefetch register
e90195d5bbb9 spi: mt7621: Fix an error message in mt7621_spi_probe()
f53f2814e914 esp: choose the correct inner protocol for GSO on inter address family tunnels
d3c1fb19ca1e audit: free audit_proctitle only on task exit
44fe6d9a0d8d audit: explicitly check audit_context->context enum value
b35f60d6cf97 bpftool: Fix a wrong type cast in btf_dumper_int
de5b1600689c wifi: mac80211: allow bw change during channel switch in mesh
a43b2d121829 wifi: cfg80211: get correct AP link chandef
caa176c0953c bpf: Fix reference state management for synchronous callbacks
160b9f792f99 tsnep: Fix TSNEP_INFO_TX_TIME register define
385072c05eb9 leds: lm3601x: Don't use mutex after it was destroyed
707d7a774dcc bpf: Cleanup check_refcount_ok
606cfa079089 bpf: convert cgroup_bpf.progs to hlist
044bc355cdb5 bpf: Fix non-static bpf_func_proto struct definitions
2bf916418d21 wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()
aaf7ca471415 wifi: rtlwifi: 8192de: correct checking of IQK reload
082eb9beed5d x86/paravirt: add extra clobbers with ZERO_CALL_USED_REGS enabled
221cb89ff40e NFSD: Fix handling of oversized NFSv4 COMPOUND requests
c2a878095b5c NFSD: Protect against send buffer overflow in NFSv2 READDIR
692b69ddb786 SUNRPC: Fix svcxdr_init_encode's buflen calculation
2eea66b010f7 SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculation
733dd17158f9 nfsd: Fix a memory leak in an error handling path
e58eef8ee86c objtool: Preserve special st_shndx indexes in elf_update_symbol
970812475926 ACPI: PCC: Fix Tx acknowledge in the PCC address space handler
f1f8085da2ca ACPI: PCC: replace wait_for_completion()
4e714c4c370e ACPI: PCC: Release resources on address space setup failure path
65cfd9c59fd8 ARM: 9247/1: mm: set readonly for MT_MEMORY_RO with ARM_LPAE
f6fe0681bdd0 ARM: 9244/1: dump: Fix wrong pg_level in walk_pmd()
80ec7f839264 ARM: 9243/1: riscpc: Unbreak the build
f27bafeb9fb4 erofs: use kill_anon_super() to kill super in fscache mode
b6c8330f5b0f erofs: fix order >= MAX_ORDER warning due to crafted negative i_size
d7ac29e60d0f MIPS: SGI-IP27: Fix platform-device leak in bridge_platform_create()
a253f3b59ff0 MIPS: SGI-IP30: Fix platform-device leak in bridge_platform_create()
8010fece7cd0 sh: machvec: Use char[] for section boundaries
7c0258acaf71 cpufreq: amd-pstate: Fix initial highest_perf value
7750f52ce090 thermal: cpufreq_cooling: Check the policy first in cpufreq_cooling_register()
db4de8bb6171 ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpers
e5a37972ab86 userfaultfd: open userfaultfds with O_RDONLY
5e6f29a2ed37 ima: fix blocking of security.ima xattrs of unsupported algorithms
a2db2328886f selinux: use "grep -E" instead of "egrep"
d296b4fd4c15 smb3: must initialize two ACL struct fields to zero
4370ef797420 drm/amd/display: explicitly disable psr_feature_enable appropriately
6f377e9affd5 drm/amd/display: Fix vblank refcount in vrr transition
df4d55302ee3 drm/i915: Fix watermark calculations for DG2 CCS+CC modifier
27bb1962725e drm/i915: Fix watermark calculations for DG2 CCS modifiers
cd82aaf05c50 drm/i915: Fix watermark calculations for gen12+ CCS+CC modifier
66b0ea47534c drm/i915: Fix watermark calculations for gen12+ MC CCS modifier
b6d0783eed82 drm/i915: Fix watermark calculations for gen12+ RC CCS modifier
a2a457c8166d drm/i915/gt: Use i915_vm_put on ppgtt_create error paths
3aeda2fe6517 drm/nouveau: fix a use-after-free in nouveau_gem_prime_import_sg_table()
6dd1b90e56df drm/nouveau/kms/nv140-: Disable interlacing
5699afbff1fa staging: greybus: audio_helper: remove unused and wrong debugfs usage
dd8cf031cf9f KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS
9bf561c4db89 KVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL settings to vmcs02
a0b4d7524abf KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"
7984c1386885 KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibility
dd54b94e72d0 blk-wbt: call rq_qos_add() after wb_normal is initialized
8b1f9fde48aa blk-throttle: fix that io throttle can only work for single bio
1e5c75634e3e media: cedrus: Fix endless loop in cedrus_h265_skip_bits()
c3977e0bcb4b media: cedrus: Set the platform driver data earlier
b2c57e927470 efi: libstub: drop pointless get_memory_map() call
f897e1ce696a thunderbolt: Explicitly enable lane adapter hotplug events at startup
ef828a39d6a7 rpmsg: char: Avoid double destroy of default endpoint
149198d0b884 tracing: Fix reading strings from synthetic events
966ffabf6990 tracing: Add "(fault)" name injection to kernel probes
860e8fbde423 tracing: Move duplicate code of trace_kprobe/eprobe.c into header
2fcd9e27640f tracing: Do not free snapshot if tracer is on cmdline
864f10063efc tracing: Add ioctl() to force ring buffer waiters to wake up
e91ef98eeefd tracing: Wake up waiters when tracing is disabled
5544f411a4e8 tracing: Wake up ring buffer waiters on closing of the file
220d170455aa tracing: Disable interrupt or preemption before acquiring arch_spinlock_t
ceb52ccfb01d ring-buffer: Fix race between reset page and reading page
f026e18300d8 ring-buffer: Add ring_buffer_wake_waiters()
79f3d1facbdb ring-buffer: Check pending waiters when doing wake ups as well
51a51a1a7152 ring-buffer: Have the shortest_full queue be the shortest not longest
0a2fe268e8f6 ring-buffer: Allow splice to read previous partially read pages
0abc3bb1706b ftrace: Still disable enabled records marked as disabled
8f81aee36ba1 ftrace: Properly unset FTRACE_HASH_FL_MOD
ebf0beb855e2 livepatch: fix race between fork and KLP transition
caf34de4951d ext4: update 'state->fc_regions_size' after successful memory allocation
a4058b869e6c ext4: fix potential memory leak in ext4_fc_record_regions()
c0be17635f03 ext4: fix potential memory leak in ext4_fc_record_modified_inode()
a4a8c7e51ec2 ext4: fix miss release buffer head in ext4_fc_write_inode
2bf6f14e9ddc ext4: fix dir corruption when ext4_dx_add_entry() fails
c2ddd16160de ext4: fix i_version handling in ext4
c839f6b1e8a6 ext4: place buffer head allocation before handle start
01e159ec8066 ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodate
f35e65d686cf ext4: unconditionally enable the i_version counter
44c79a757437 ext4: don't increase iversion counter for ea_inodes
edb71f055684 ext4: fix check for block being out of directory size
d0681b447f5b ext4: make ext4_lazyinit_thread freezable
4a657319cfab ext4: fix null-ptr-deref in ext4_write_info
89db2b50469b ext4: avoid crash when inline data creation follows DIO write
40ff52527dae ext2: Add sanity checks for group and filesystem size
27c7bd35135d jbd2: add miss release buffer head in fc_do_one_pass()
2e6d9f381c1e jbd2: fix potential use-after-free in jbd2_fc_wait_bufs
68ed9c76b2af jbd2: fix potential buffer head reference count leak
aa972fe0f2ab jbd2: wake up journal waiters in FIFO order, not LIFO
e168f819bfa4 f2fs: fix to do sanity check on summary info
8f0a47def472 f2fs: fix to do sanity check on destination blkaddr during recovery
43341cb9547d f2fs: increase the limit for reserve_root
ce0892c0fcf5 f2fs: flush pending checkpoints when freezing super
0fa4033d00be f2fs: complete checkpoints during remount
6ab091560933 f2fs: fix wrong continue condition in GC
a687c2890fe4 btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new_buffer
b81d8146f51a btrfs: fix missed extent on fsync after dropping extent maps
0efd9dfc00d6 btrfs: fix race between quota enable and quota rescan ioctl
dfb9fbc5accf btrfs: enhance unsupported compat RO flags handling
9bf3abc8bcc6 btrfs: fix alignment of VMA for memory mapped files on THP
b59deb46a675 fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
be394e8a205c ksmbd: Fix user namespace mapping
1c1225288bde ksmbd: Fix wrong return value and message length check in smb2_ioctl()
230a44aaf9a0 ksmbd: fix endless loop when encryption for response fails
ff5814fdced4 ksmbd: fix incorrect handling of iterate_dir
d2c9555cce37 smb3: do not log confusing message when server returns no network interfaces
a54676340b0e hwrng: core - let sleep be interrupted when unregistering hwrng
02c871d44090 fbdev: smscufx: Fix use-after-free in ufx_ops_open()
0ec105bf4176 pinctrl: rockchip: add pinmux_ops.gpio_set_direction callback
a11544efbcf5 gpio: rockchip: request GPIO mux to pinctrl when setting direction
6f9a24b4ac16 scsi: qedf: Populate sysfs attributes for vport
147d397e08a4 scsi: lpfc: Rework MIB Rx Monitor debug info logic
0c76110a3129 slimbus: qcom-ngd: cleanup in probe error path
30e704e063cb slimbus: qcom-ngd: use correct error in message of pdr_add_lookup() failure
5c87da431c18 powerpc/boot: Explicitly disable usage of SPE instructions
81a12906cb76 powerpc/Kconfig: Fix non existing CONFIG_PPC_FSL_BOOKE
6396d57b8c4f powercap: intel_rapl: Use standard Energy Unit for SPR Dram RAPL domain
c5f1c47aaa3f cpufreq: qcom-cpufreq-hw: Fix uninitialized throttled_freq warning
bc6c0ed253cd NFSD: Protect against send buffer overflow in NFSv3 READ
ea4c3eee0fd7 NFSD: Protect against send buffer overflow in NFSv2 READ
9c3224826ec1 NFSD: Protect against send buffer overflow in NFSv3 READDIR
003505406a50 serial: 8250: Request full 16550A feature probing for OxSemi PCIe devices
8f9bd3fdc8d3 serial: 8250: Let drivers request full 16550A feature probing
232509094ea5 serial: stm32: Deassert Transmit Enable on ->rs485_config()
5064982437a1 serial: cpm_uart: Don't request IRQ too early for console port
1680dbf51281 PCI: Sanitise firmware BAR assignments behind a PCI-PCI bridge
4fb4053d90ca xen/gntdev: Accommodate VMA splitting
0bccddd9b8f0 xen/gntdev: Prevent leaking grants
6757330b1be5 mm/mmap: undo ->mmap() when arch_validate_flags() fails
b76e4eb02e9e mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in
e77f4ddc7e11 mm/damon: validate if the pmd entry is present before accessing
86a913d55c89 mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page
ed5895be34b6 clocksource/drivers/arm_arch_timer: Fix CNTPCT_LO and CNTVCT_LO value
53177c8253e3 arm64: errata: Add Cortex-A55 to the repeat tlbi list
c9ded3c93132 arm64: mte: move register initialization to C
921384209d10 drm/udl: Restore display mode on resume
60538f6bf14f drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()
86475df5fb57 drm/virtio: Unlock reservations on dma_resv_reserve_fences() error
846e8a76221a drm/virtio: Unlock reservations on virtio_gpu_object_shmem_init() error
989164305b93 drm/virtio: Check whether transferred 2D BO is shmem
5653bd020094 dmaengine: qcom-adm: fix wrong calling convention for prep_slave_sg
f1dd45a6585a dmaengine: qcom-adm: fix wrong sizeof config in slave_config
94e002aec466 dmaengine: mxs: use platform_driver_register
a2fcd90ab840 Revert "drm/amdgpu: use dirty framebuffer helper"
6bf83b0f7cf7 nvme-multipath: fix possible hang in live ns resize with ANA access
2bd2774df0ce nvmem: core: Fix memleak in nvmem_register()
5177bdc38eaa UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
0a46c031d03e riscv: Pass -mno-relax only on lld < 15.0.0
c579c0aa7810 riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtb
98c981715e8f riscv: Make VM_WRITE imply VM_READ
cf8535076464 riscv: Allow PROT_WRITE-only mmap()
df30c4feba51 riscv: vdso: fix NULL deference in vdso_join_timens() when vfork
68a1aac5bdd5 parisc: Fix userspace graphics card breakage due to pgtable special bit
5017f2f7b138 parisc: fbdev/stifb: Align graphics memory size to 4MB
140b2b92dbef RISC-V: Make port I/O string accessors actually work
e08302134d59 RISC-V: Re-enable counter access from userspace
1379df4c0697 riscv: topology: fix default topology reporting
32863f41ee77 arm64: topology: move store_cpu_topology() to shared code
12965b43cc23 regulator: qcom_rpm: Fix circular deferral regression
878929b56705 net: thunderbolt: Enable DMA paths only after rings are enabled
e8762009513a hwmon: (gsc-hwmon) Call of_node_get() before of_find_xxx API
9f329cf8c693 ASoC: wcd934x: fix order of Slimbus unprepare/disable
942228543a6d ASoC: wcd9335: fix order of Slimbus unprepare/disable
cc2a1297b07a arm64: dts: qcom: sdm845-mtp: correct ADC settle time
b3ededa17504 platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failure
e4acbd10620f quota: Check next/prev free block number after reading from quota file
93a3a3e745ed HID: multitouch: Add memory barriers
19906949ca61 btf: Export bpf_dynptr definition
1ab6d3030652 fs: dlm: fix invalid derefence of sb_lvbptr
05b02a81fcca fs: dlm: handle -EBUSY first in lock arg validation
5fe0184d47e0 fs: dlm: fix race between test_bit() and queue_work()
a206f7fbe958 i2c: designware: Fix handling of real but unexpected device interrupts
bcd98bf4093d mmc: sdhci-sprd: Fix minimum clock limit
3035cc02a499 mmc: sdhci-tegra: Use actual clock rate for SW tuning correction
ce08a030ef7b mmc: renesas_sdhi: Fix rounding errors
7f7a491719bf can: kvaser_usb_leaf: Fix CAN state after restart
d99b9999b4d1 can: kvaser_usb_leaf: Fix TX queue out of sync after restart
b1f958afb433 can: kvaser_usb_leaf: Fix overread with an invalid command
3d3c7eb843d8 can: kvaser_usb: Fix use of uninitialized completion
268bd6b5b8fe mmc: core: Add SD card quirk for broken discard
b52eecc616c9 usb: add quirks for Lenovo OneLink+ Dock
07a844821b74 usb: gadget: uvc: Fix argument to sizeof() in uvc_register_video()
116d6a696498 xhci: dbc: Fix memory leak in xhci_alloc_dbc()
819f7a73c36b iio: pressure: dps310: Reset chip after timeout
b871461eda8b iio: pressure: dps310: Refactor startup procedure
467d556aa12c iio: adc: ad7923: fix channel readings for some variants
2fabf2d80ce0 iio: ltc2497: Fix reading conversion results
81c68fb490e2 iio: dac: ad5593r: Fix i2c read protocol requirements
943eb0ede74e cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message
56fc362eb3db cifs: destage dirty pages before re-reading them for cache=none
bf28cb8811b5 hv_netvsc: Fix race between VF offering and VF association message from host
796da2e0eff1 io_uring: correct pinned_vm accounting
b4293c01ee0d io_uring/af_unix: defer registered files gc to io_uring release
3e7f0e0f3744 io_uring/net: don't update msg_name if not provided
e45a79863729 io_uring/net: fix fast_iov assignment in io_setup_async_msg()
9197a1364d41 io_uring/rw: fix unexpected link breakage
8f0a63743f1e mtd: rawnand: atmel: Unmap streaming DMA mappings
d60ad28f750b ALSA: hda/realtek: Add Intel Reference SSID to support headset keys
dc8e0bbf724f ALSA: hda/realtek: Add quirk for ASUS GV601R laptop
390578404823 ALSA: hda/realtek: Correct pin configs for ASUS G533Z
9108dee38d22 ALSA: hda/realtek: remove ALC289_FIXUP_DUAL_SPK for Dell 5530
3965d9b05667 ALSA: usb-audio: Fix NULL dererence at error path
faa8c1ed77d0 ALSA: usb-audio: Fix potential memory leaks
a394f0197dd0 ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()
a74003b10bbb ALSA: oss: Fix potential deadlock at unregistration
eb9af45d0a4a Revert "fs: check FMODE_LSEEK to control internal pipe splicing"
(From OE-Core rev: 4bb27cfe7487c57374af38b5b912d28f35cbe5b8)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
d235c2b1f470 Linux 5.19.16
279116cb0bc5 misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panic
d472808756b3 misc: pci_endpoint_test: Aggregate params checking for xfer
d0ecbd70f080 Input: xpad - fix wireless 360 controller breaking after suspend
d1a1dbe71f73 Input: xpad - add supported devices as contributed on github
ac719db96b23 mctp: prevent double key removal and unref
3aecb0895aac wifi: cfg80211: update hidden BSSes to avoid WARN_ON
fa63b5f6f885 wifi: mac80211: fix crash in beacon protection for P2P-device
2bee6f75e3c6 wifi: mac80211_hwsim: avoid mac80211 warning on bad rate
1d73c990e9ba wifi: cfg80211: avoid nontransmitted BSS list corruption
46b23a955958 wifi: cfg80211: fix BSS refcounting bugs
867184200c05 wifi: cfg80211: ensure length byte is present before access
e6d77ac0132d wifi: mac80211: fix MBSSID parsing use-after-free
74abb1952a03 wifi: cfg80211/mac80211: reject bad MBSSID elements
42ea11a81ac8 wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()
848bb8517e41 random: use expired timer rather than wq for mixing fast pool
111824744645 random: avoid reading two cache lines on irq randomness
ee42204c1cd5 Revert "crypto: qat - reduce size of mapped region"
3a8f93f3779e Revert "powerpc/rtas: Implement reentrant rtas call"
bd9c917efcf8 Revert "usb: dwc3: Don't switch OTG -> peripheral if extcon is present"
d42228fc2cad Revert "USB: fixup for merge issue with "usb: dwc3: Don't switch OTG -> peripheral if extcon is present""
5857b9cd9b91 USB: serial: qcserial: add new usb-id for Dell branded EM7455
6ae8aa5dcf0d scsi: stex: Properly zero out the passthrough command structure
55e19a4c111e efi: Correct Macmini DMI match in uefi cert quirk
a0d53923bf91 ALSA: hda/realtek: Add quirk for HP Zbook Firefly 14 G9 model
59ac9fa0e33f ALSA: hda: Fix position reporting on Poulsbo
b42a64428abe random: clamp credited irq bits to maximum mixed
e1f8820bf83f random: restore O_NONBLOCK support
ae2e80078145 nvme-pci: set min_align_mask before calculating max_hw_sectors
6c58865f1acd ceph: don't truncate file in atomic_open
090fcfb6edeb nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure
4755fcd84424 nilfs2: fix leak of nilfs_root in case of writer thread creation failure
394b2571e9a7 nilfs2: fix use-after-free bug of struct nilfs_root
caf2c6b58043 nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()
51dd976781da Linux 5.19.15
04bd2a779511 Revert "clk: ti: Stop using legacy clkctrl names for omap4 and 5"
c4635cf3d845 Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer works
6954cee88268 bpf: Fix resetting logic for unreferenced kptrs
292b46c49675 net: ethernet: mtk_eth_soc: fix state in __mtk_foe_entry_clear
9783292253fd bpf: Gate dynptr API behind CAP_BPF
7d3f5d0353b4 rpmsg: qcom: glink: replace strncpy() with strscpy_pad()
165ae42fc1cf mmc: core: Terminate infinite loop in SD-UHS voltage switch
b2afdaddaa8c mmc: core: Replace with already defined values for readability
0b0f40745ab4 gpiolib: acpi: Add a quirk for Asus UM325UAZ
aa476c7b6375 gpiolib: acpi: Add support to ignore programming an interrupt
a9d2ce58126c USB: serial: ftdi_sio: fix 300 bps rate for SIO
9de74019cd44 usb: mon: make mmapped memory read only
c2423912d5c9 i2c: davinci: fix PM disable depth imbalance in davinci_i2c_probe
71c41e04d9d8 don't use __kernel_write() on kmap_local_page()
5dac20360a7b perf/x86/intel: Fix unchecked MSR access error for Alder Lake N
3682460b9327 drm/amd/display: increase dcn315 pstate change latency
94d49c380b9a drm/amd/display: Fix DP MST timeslot issue when fallback happened
4fb0b18590c6 drm/amd/display: skip audio setup when audio stream is enabled
3c15b295ae2f drm/amd/display: update gamut remap if plane has changed
89d387065803 drm/amd/display: Assume an LTTPR is always present on fixed_vs links
d1137c3c03d8 drm/amd/display: Fix double cursor on non-video RGB MPO
32c1dde16f0a KVM: s390: Pass initialized arg even if unused
5b4e1c1ffba3 net: atlantic: fix potential memory leak in aq_ndev_close()
cfaf7f090a40 arch: um: Mark the stack non-executable to fix a binutils warning
a460f846d580 gpio: ftgpio010: Make irqchip immutable
d71f03dbcc17 um: Cleanup compiler warning in arch/x86/um/tls_32.c
c7105d2a77a6 um: Cleanup syscall_handler_t cast in syscalls_32.h
9cdbc61abaa0 ALSA: hda/hdmi: Fix the converter reuse for the silent stream
7480deff597a net: marvell: prestera: add support for for Aldrin2
be248292a483 net/ieee802154: fix uninit value bug in dgram_sendmsg
ce57f7b2e614 scsi: qedf: Fix a UAF bug in __qedf_probe()
5f2f00509496 drm/amdgpu/mes: zero the sdma_hqd_mask of 2nd SDMA engine for SDMA 6.0.1
f8895cfb48b0 ARM: dts: fix Moxa SDIO 'compatible', remove 'sdhci' misnomer
7e834ee927a5 wifi: iwlwifi: don't spam logs with NSS>2 messages
229769759ef8 dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API failure
e38f67582567 dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property
92f8963831f1 dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handling
666f5be3593c arm64: dts: rockchip: fix upper usb port on BPI-R2-Pro
edc5c66d15f9 firmware: arm_scmi: Add SCMI PM driver remove routine
8e880f30946f firmware: arm_scmi: Harden accesses to the sensor domains
41bf1b0ad953 firmware: arm_scmi: Improve checks in the info_get operations
81de80330fa6 fs: fix UAF/GPF bug in nilfs_mdt_destroy
8529dfb5ef72 xsk: Inherit need_wakeup flag for shared sockets
7ebe331054cf docs: update mediator information in CoC docs
3b760c94de19 hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zero
19a4cb1c4eb8 Makefile.extrawarn: Move -Wcast-function-type-strict to W=1
8dc610c9478c sparc: Unbreak the build
(From OE-Core rev: a99d8002ff7b8f4d73d03abd75a05921d0587815)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Introducing the 6.0+ development kernel branches. These
have been sanity tested on all supported architectures.
(From OE-Core rev: 04c9125197783b0c72552b213c8a248eedc83a93)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
liburi-perl in oe-core now RDEPENDS on libtest-warnings-perl for ptest
* Update HOMEPAGE; fix syntax
* Add SUMMARY
* Add BUGTRACKER
* Use CPAN_MIRROR for SRC_URI
* Use actual LICENCE file for LIC_FILES_CHKSUM
* Add RDEPENDS
* Add RDEPENDS on perl-modules for ptest
- Too many hidden dependencies that fail silently, but pass
with full perl-modules
* Add self as maintainer
* Add to ptest-packagelists (fast)
(From OE-Core rev: b1582fb0ec6620312b9a26c6afc48a63984617a0)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently, dhcpcd does not work well with systemd. When using dhcpcd
to configure network, the /etc/resolv.conf contents are not correct.
This issue could easily be reproduced by using 'qemu + slirp' to
start a systemd based image and using dhcpcd to configure network.
The expected 'nameserver 10.0.2.3' is not in /etc/resolv.conf.
The root cause of this problem is that dhcpcd assumes the resolvconf
should recognize .protocol suffix[1]. But systemd's resolvconf (which
is a symlink to resolvectl) has a limited support for traditional
resolvconf interface[2], and "may not work with all clients"[3]. This
of cource includes the clients that use the .protocol suffix.
The current situation is:
1. systemd is not going to support the .protocol suffix in the foreseeable
near future[4].
2. dhcpcd does not want to merge systemd specific patch and insists
systemd needs to consider the .protocol suffix[5][6].
It's a normal thing that people have different opinions. As a build system
that supports such combination, however, we do need to come up with a
solution to fix this typical integration problem, making dhcpcd and systemd
work together.
This patch solves this integration problem by relying on dhcpcd's ability
to manage its own resolv.conf contents. But instead of letting it to write
to /etc/resolv.conf directly, we supply the generated contents to resolvconf.
In this way, the resolvconf still stands in the central place and dhcpcd remains
a supplier to it. And the /etc/resolv.conf can get the correct contents.
With this patch, dhcpcd could work with both sysvinit and systemd.
[1] https://man.archlinux.org/man/resolvconf.8.en
[2] https://man.archlinux.org/man/resolvectl.1#COMPATIBILITY_WITH_RESOLVCONF(8)
[3] https://wiki.archlinux.org/title/systemd-resolved
[4] https://github.com/systemd/systemd/issues/25032
[5] https://github.com/NetworkConfiguration/dhcpcd/pull/152
[6] https://github.com/NetworkConfiguration/dhcpcd/issues/146
(From OE-Core rev: 935ae419f51d911c73f5dc7b4a2e5e9a7b206985)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Qemurunner should not pass rootfs to runqemu in case
rootfs is not a filesystem itself. Some images could
be built into some disk format like vmdk and this
commit makes qemurunner handle such images properly.
(From OE-Core rev: 5aea74046cf4c1aa7fa9e2402788d662268ccf53)
Signed-off-by: Sergei Zhmylev <s.zhmylev@yadro.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We don't test not using the cache and I'm not aware of anyone using this, it
would be hard to with modern bitbake.
Drop the conditional code and simply error if CACHE isn't set.
(Bitbake rev: 063ffe699bc5fc23174643dfedb66864cacfcff8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When setting up the worker we were transfering large amounts of data
which aren't needed until task execution time.
Defer the fakeroot and taskdeps data until they're needed for a specific
task. This will duplicate some information when executing different tasks
for a given recipe but as is is spread over the build run, it shouldn't
be an issue overall.
Also take the opportunity to clean up the silly length argument lists
that were being passed around at the expense of extra dictionary keys.
(Bitbake rev: 3a82acdcf40bdccd933c4dcef3d7e480f0d7ad3a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The previous cleanups meant that when the cooker was started, profiling
was always disabled as configuration was sent to the server later and this
was too late to profile the main loop.
Pass the "profile" option over the server commandline so that we can
profile cooker itself again, the setting can now take effect early enough.
(Bitbake rev: c97c1f1c127ef3f8fbbd1b4e187ab58bfb0a73e5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
At this point users appear to all call add_info directly. Failing
to do that means the file dependency tracking code isn't active
so would cause problems. Therefore drop the unused function.
(Bitbake rev: 6b24efc0f4d19738d96754280e70bc493005167d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Some parts of functions in Cache() were broken and unused, there was
also a totally unused function. This was historical as a result of the
cooker parsing process needing to handle cached entries in the main
thread but parsing actions in seperate processes.
Document the way it works, update the function name to be clear about
what it now does and drop the old code which was unused.
(Bitbake rev: af83ee32df85c8e4144f022a1f58493eb72cb18e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When 'NoCache' was written, databuilder/cookerdata didn't exist. It does
now and the recipe parsing functionality contained in NoCache clearly
belongs there, it isn't a cache function. Move those functions, renaming
to match the style in databuilder but otherwise not changing functionality
for now. Fix up the callers to match (which make it clear this is the right
move).
(Bitbake rev: 783879319c6a4cf3639fcbf763b964e42f602eca)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Both atk and at-spi2-atk are now merged into this project.
- drop atk_2.38.0.bb
- drop at-spi2-atk_2.38.0.bb
- PROVIDES += "atk at-spi2-atk"
- RPROVIDES:${PN} += "atk at-spi2-atk"
* DEPENDS on libxml2
* Ships:
${libdir}/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop
${libdir}/gtk-2.0/modules/libatk-bridge.so
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the
address not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
https://gitlab.gnome.org/GNOME/at-spi2-core/-/blob/main/NEWS
(From OE-Core rev: ad605662f1bc1a0d446f59362aedb74d22d12980)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The prepended code with the i and j variables clash with similar code in uboot.inc, so they need to be unset once we are done using them.
This commit fixes the issue that was introduced in d6858c9 "u-boot: Rework signing to remove interdependencies".
(From OE-Core rev: 6f668f85d7e5b0a9d36198db865cf1e1a012b2e1)
Signed-off-by: David Bagonyi <david.bagonyi@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The current resolvconf does not work. Make it work with the
following changes.
1. Install normalize-resolvconf, which is used by resolvconf.
2. Add dependencies: sed, util-linux-flock.
util-linux-flock is needed by our busybox does not support '-w'
by default. sed is needed because we want to avoid package
QA issue complaining sed is needed by no one provides it.
3. Add a patch to replace 'readlink -m' with 'readlink -l'.
This could avoid the runtime dependency on coreutils. The replacement
is safe as /etc always exits in OE's system.
4. Remove allarch inheritage. This is because the above RDEPENDS
change does not allow this any more. test_sstate_allarch_samesigs
would fail if we don't do this.
(From OE-Core rev: 1b0581fd241cc9de2feda896aefbf055dc0099dc)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently, the KERNEL_DEBUG_TIMESTAMPS is not working as expected
at rebuild. That is, even if we set it to "1", the kernel build time
is not changed. The problem could be reproduced by the following steps.
1. bitbake core-image-minimal; start image and check `uname -a` output.
2. set in local.conf: KERNEL_DEBUG_TIMESTAMPS = "1"
3. bitbake core-image-minimal; start image and check `uname -a` output.
It's expected that after enabling KERNEL_DEBUG_TIMESTAMPS, the kernel
build time will be set to current date. But it's not. This is because
the compile.h was not re-generated when do_compile task was re-executed.
In mkcompile_h, we have:
"""
# Only replace the real compile.h if the new one is different,
# in order to preserve the timestamp and avoid unnecessary
# recompilations.
# We don't consider the file changed if only the date/time changed,
# unless KBUILD_BUILD_TIMESTAMP was explicitly set (e.g. for
# reproducible builds with that value referring to a commit timestamp).
# A kernel config change will increase the generation number, thus
# causing compile.h to be updated (including date/time) due to the
# changed comment in the
# first line.
"""
It has made it very clear that it will not be re-generated unless
we have KBUILD_BUILD_TIMESTAMP set explicitly. So we set this variable
explicitly in do_compile to fix this issue.
(From OE-Core rev: 1b68c2d2d385013a1c535ef81172494302a36d74)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The previous version of this wasn't correctly passing the program name
as argv[0], and was also over-complicated anyway because argv[] is
guaranteed to be terminated with a NULL pointer, so it can be passed
directly to the execv'd process without needing to be copied.
(From OE-Core rev: 6edf38add3c20c44efe0588e2815bb280d22e0c4)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Since oe-core commit 64b89f3c8fc31842256c482a3039d90d3f12c1cc
("sstatesig.py: make it fatal error when sstate manifest isn't found")
errors like:
| Manifest [..]/tmp/sstate-control/manifest-x86_64_x86_64-nativesdk-dbus.populate_sysroot not found in imx8mm_dummy cortexa53-mx8mm cortexa53 armv8a-crc armv8a aarch64 allarch x86_64_x86_64-nativesdk (variant '')?
are fatal now and cannot be ignored but must be debugged.
Unfortunately, the currently emitted error message is a bit imprecise
with telling the reader what has actually gone wrong.
This commit:
* adds the word 'sstate' to the error message to clarify the scope we
are dealing with ('sstate manifests', since there are other manifests,
too)
* does not randomly print the last manifest file searched for as THE
manifest file that could not be found
Instead, we print the name of the task the sstate was searched for
* adds the word 'multilib' to variant to make clear which variant we are
talking about
* adds a separate line noting the searched pkgarchs and adds explicitly
mentions this word ('pkgarchs')
* prints a list of ALL manifest file locations attempted
* removes the '?' at the end of the message since such errors indeed
leave the question of what is the cause but the error message itself
is more like a statement.
The result for the exact same issue as noted above then looks as
follows:
| The sstate manifest for task 'dbus:populate_sysroot' (multilib variant '') could not be found.
| The pkgarchs considered were: imx8mm_dummy, cortexa53-mx8mm, cortexa53, armv8a-crc, armv8a, aarch64, allarch, x86_64_x86_64-nativesdk.
| But none of these manifests exists:
| [..]/tmp/sstate-control/manifest-imx8mm_dummy-dbus.populate_sysroot
| [..]/tmp/sstate-control/manifest-cortexa53-mx8mm-dbus.populate_sysroot
| [..]/tmp/sstate-control/manifest-cortexa53-dbus.populate_sysroot
| [..]/tmp/sstate-control/manifest-armv8a-crc-dbus.populate_sysroot
| [..]/tmp/sstate-control/manifest-armv8a-dbus.populate_sysroot
| [..]/tmp/sstate-control/manifest-aarch64-dbus.populate_sysroot
| [..]/tmp/sstate-control/manifest-allarch-dbus.populate_sysroot
| [..]/tmp/sstate-control/manifest-x86_64_x86_64-nativesdk-dbus.populate_sysroot
(From OE-Core rev: 735ec126ec219c7cb89cb05b0e433201bb7f59eb)
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
============
* Add notes to libpipeline(3) of when functions were added.
* Transferred Git repository to https://gitlab.com/libpipeline/libpipeline.
* Make `socketpair` tests used by `./configure --enable-socketpair-pipe`
compatible with C23.
(From OE-Core rev: a2369129b5abe9a12a25f120ce1438eb6fff39ae)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
* send: minor speed up for v2 due to increased buffer size
* resize: invalid command line options fail with error code
* quota rescan:
* add long options --status and --wait
* new option to wait but don't start rescan
* qgroup show: print path by default, updated format
* qgroup: new subcommand clear-stale, remove qgroups without their subvolumes
* experimental:
* add warnings to commands that have it enabled (mkfs, image, btrfstune)
* other:
* documentation, help text, error message updates
(From OE-Core rev: b638d61ccc9596b4c432792d3e3a45b989937144)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6.57.1 - 2022-11-14
This patch updates some internal type annotations and fixes a formatting bug
in the explain phase reporting.
6.57.0 - 2022-11-14
Hypothesis now raises an error if you passed a strategy as the alphabet=
argument to text(), and it generated something which was not a length-one
string. This has never been supported, we’re just adding explicit validation
to catch cases like this StackOverflow question.
https://hypothesis.readthedocs.io/en/latest/changes.html#v6-57-1
(From OE-Core rev: 8a4a1fbc7c882a5768d9d5c48edcd92867f7fab4)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
With default slirp port forwarding config qemu listens on TCP ports
2222 and 2323 on all IP addresses available on the build host. Most
use cases with runqemu only need it for localhost and it is not
safe to run qemu images with root login without password enabled
and listening on all available, possibly Internet reachable network
interfaces. Limit qemu port forwarding to localhost 127.0.0.1 IP
address. Now qemu machine SSH and telnet ports are only
reachable from the build host machine, not full Internet.
If qemu machine needs to be reachable from network, then it can
be enabled via local.conf or machine config variable QB_SLIRP_OPT:
QB_SLIRP_OPT = "-netdev user,id=net0,hostfwd=tcp::2222-:22"
(From OE-Core rev: c6b1e3d50bf2feea80b70a42c6fad868fa9e6042)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
By default host side IP address is not set and qemu listens
on all IP addresses on the host machine which is not a good
idea when images have root login enabled without password.
It make sense to listen only on localhost IP address 127.0.0.1 using
config change like:
QB_SLIRP_OPT = "-netdev user,id=net0,hostfwd=tcp:127.0.0.1:2222-:22"
This config works for qemu itself, but breaks runqemu which tries to
parse the host side port number from qemu process command line arguments.
So change the runqemu side hostfwd parsing for port number to ignore
the host IP address field.
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
(From OE-Core rev: bdbd52082eb26f418000eb4e424baae9babc272c)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Sadly the magic is not perfect: llvm-config contains a hardcoded
value for the libdir from the native configuration, and things will
break if the target build installs libraries somewhere else (e.g. lib64).
llvm-config in target bindir also needs a rpath adjustment,
otherwise it simply won't even run when e.g. building for arm on x86.
To avoid patching llvm-source let's simply add more cases to the
llvm-config wrapper script, so that falling through to llvm-config binary
is avoided. Fortunately those cases are all static in what they return,
even though llvm-config binary does poke around the file tree to arrive
at them (which is where breakage happens if native and target don't match
exactly wrt libdir).
I verified that this works by building mesa with llvm enabled for
qemuarm64 and with baselib set to 'lib64' - so that both the target
architecture and target libdir differ from native ones.
Upstream tickets:
https://github.com/llvm/llvm-project/issues/58984https://github.com/mesonbuild/meson/issues/11043
(From OE-Core rev: 056431883e94296b767a479d029b914392e4fd7c)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
* Various HTTP/2 Fixes:
* Fix `content-sniffed` not being emitted for resources without content
* Fix leak of SoupServerConnection when stolen
(From OE-Core rev: 65d287feb713a21cefdf4cb56f80c9f1deaa2e60)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
=========
- ISO 3166-1: Update name for TR. Fixes#38
- Translation updates for ISO 3166-1
- Translation updates for ISO 3166-2. Closes: #1020633
- Translation updates for ISO 3166-3
- Translation updates for ISO 639-2
- Translation updates for ISO 639-3
- Translation updates for ISO 639-5
- Translation updates for ISO 4217
- Translation updates for ISO 15924
(From OE-Core rev: 99917b4b7d5642b292cb95c770871b95e411dfc5)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
From NEWS for v236:
* The "uaccess" udev tag has been dropped from /dev/kvm and
/dev/dri/renderD*. These devices now have the 0666 permissions by
default (but this may be changed at build-time). /dev/dri/renderD*
will now be owned by the "render" group along with /dev/kfd.
Without the group systemd-udevd startup logs:
/lib/udev/rules.d/50-udev-default.rules:39 Unknown group 'render', ignoring
/lib/udev/rules.d/50-udev-default.rules:40 Unknown group 'render', ignoring
(From OE-Core rev: 84efd72d48616405dbe4d73ec95917077144ed09)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
After updating gen_fixtures.py, run ./gen_fixtures.py --all
This includes the latest stable/supported releases.
Currently excludes 'dunfell' as it seems to crash.
(Bitbake rev: 58e29fb15cd65795d6cf65a4db2b87f34649cb1f)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Drop Honister and Hardknott as they are both EOL
Add Langdale as it is the latest stable release
Add comment about Dunfell (currently crashing)
(Bitbake rev: e060daae28529c25968cacc5536a1034e1e1c030)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We should reference the docs for the current LTS version we are using.
(Bitbake rev: 0dca22a184240d464bbd4ef276a6b13e44e29725)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Just like download_submodule() does, fixed warings when run
bb.fetch2.Fetch([url], d) in process_submodules' function:
WARNING: grpc-native-1.50.0-r0 do_fetch: URL: gitsm://github.com/abseil/abseil-cpp.git;protocol=https;name=third_party/abseil-cpp;subpath=third_party/abseil-cpp does not set any branch parameter. The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls.
(Bitbake rev: 0ed7c75eb0508a1f699f47d7f22d559501865f61)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Commit 0361ecf7eb82c386a9842cf1f3cb706c0a112e77 introduced regression
in submodules path parsing. As the result gitsm fetcher fails on each
submodule which name begins from the name of the parent repo which is
totally valid usecase [Yocto #14045] [1]
Fix the code to error out only if submodule's name is equal to parent
name but not if it's part of it.
[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=14045#c4
(Bitbake rev: 3ad27272c18f2bb9edd441f840167a3dabd5407b)
Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We dropped the update_data calls a while ago. Clean up the code
to match the reality and drop the remaining no-op pieces. Update
the comments to reflect the slowest operations and let the cookie
monster's spirit live on!
(Bitbake rev: 584989ed2b5af4e8799571dece0cf94f995ef14e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
* Fix possible overflow in sa_common.c (GHSL-2022-074).
* sa_conv.c: Make size of statistics structures from older sysstat
versions immutable.
* Declare sadc dependency on libsyscom.a.
* Fix gcc v11.2 warnings.
* Various cosmetic fixes.
* sar: Remove `-I int_list` from man-page and help.
* Consolidate systemctl commands in README file.
* Remove whitespace characters at the end of lines.
(From OE-Core rev: d86ef26a76dcadf696a02389ec9156fb95516cce)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
mips-fix.patch
removed since it's included in 1.9.12p1
Changelog:
=========
*Sudo's configure script now does a better job of detecting when the
-fstack-clash-protection compiler option does not work. GitHub issue #191.
*Fixed CVE-2022-43995, a potential out-of-bounds write for passwords smaller
than 8 characters when passwd authentication is enabled. This does not affect
configurations that use other authentication methods such as PAM, AIX
authentication or BSD authentication.
*Fixed a build error with some configurations compiling host_port.c.
(From OE-Core rev: 292acd9db1d7204f1435f31f2c37fd272b74eb97)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
===========
-Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values in METADATA
-Fixed install failure when used with --no-binary, reported on Ubuntu 20.04,
by removing setup_requires from setup.cfg
-Fixed regression introduced in v0.38.1 which broke parsing of wheel file names
with multiple platform tags
-Removed install dependency on setuptools
-The future-proof fix in 0.36.0 for converting PyPy's SOABI into a abi tag was
faulty. Fixed so that future changes in the SOABI will not change the tag.
(From OE-Core rev: 85479f94c85d6928d6fd893bb28b86b2e769a07c)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
=========
IMPROVEMENTS
-------------
* Add support for Python 3.9
* Add support for Python 3.10
* Drop support for Python 2.7, 3.4, and 3.5
* Convert python scripts to entry_points.
* Migrate CI from travis to GitHub actions.
* Add options to output filter to set timestamps.
* Remove dependency on unittest2.
BUGFIXES
----------
* Fix tests with testtools >= 2.5.0.
* Mark rawstrings as such, fixing warnings.
(From OE-Core rev: 8841a4c49ff57bc03f68408883a73ec3a4a75e99)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
-----
#3638: Drop a test dependency on the mock package, always use unittest.mock
#3659: Fixed REDoS vector in package_index.
(From OE-Core rev: f508081b34c297321b6a15e81d593cebc5efaee6)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Bug Fixes
-----------
Fix entry point generation of pip.X, pipX.Y, and easy_install-X.Y to correctly
account for multi-digit Python version segments (e.g. the "11" part of 3.11). (#11547)
(From OE-Core rev: 015eb64e2781e03248c6a11b109253a3f12e96dc)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
============
- Rework exception handling to better handle Ctrl-C exits
- Various updates to README.md including examples on running different
commands
- Allow using schemas for validation which fail meta-schema checks. This
will allow using schemas which have failures due to new meta-schema
checks.
(From OE-Core rev: ce68658c5471223933239d553abdd2cc5e3520ff)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changes since 2022.1
--------------------
* Use const.*.html instead of constant.*.html for search index links [!146]
* Remove "terms" from index.json, rewrite commandline search to work without it [!148]
* Add interface type description [!149]
* Fix failure to generate link to error domain [!151]
* Make log.log() thread safe [#129]
* Quote string constant values [#128]
* Set the license of the generated documentation [#133]
* Support (scope forever) [!155]
* Add a way to frame images [!156]
* Use the appropriate namespace for indices [#137]
* Fix type annotations for Repository packages and c_includes [!160]
* Add py.typed to comply with PEP561 [!159]
* Add links to external classes in the hierarchy [#132]
* Use definition lists for callable arguments [#123]
* Improve styles [!165]
* Use definition lists for callable arguments
* Clarify generated description for GError arguments
* Clarify generated description for nullable in/out arguments
* Add emblems for versions and stability
* Require a sufficient minimum dependency of markdown [!166]
* Add a "serve" command
(From OE-Core rev: 695dced37407e7082e9277368c5d9baffea524e4)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
vulkan-loader can build and work on headless targets without display
engines so there isn't any need for the ANY_OF_DISTRO_FEATURES restriction.
(From OE-Core rev: d6524dddc7046e420cc93cd9d49cb83e778149e9)
Signed-off-by: Jordan Crouse <jorcrous@amazon.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
spirv-tools exports Cmake packages. When they are installed the
INTERFACE_LINK_LIBRARIES variable is not correctly updated to use
_IMPORT_PREFIX like the other variables. This may have something to do with
the path to the sysroot being different than the source path.
The existing recipe recognizes that the sysroot path made it through to the
install and tries to get rid of it, but this just ends up with dependent
tools looking in vain for /usr/lib/librt.so.
Replace the INTERFACE_LINK_LIBRARIES value in SPIRV-ToolsTarget.cmake with
"${IMPORT_PREFIX}/lib".
(From OE-Core rev: ca2d6d9164fba91d86357e56617b58eeeeb76d72)
Signed-off-by: Jordan Crouse <jorcrous@amazon.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
do_deploy_archives tasks don't need their dependencies so we can optimistion
this as we do for some other tasks.
(From OE-Core rev: 3dd9f6e398844380d3765c54d35afe0d2ccf82e7)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We can exclude the SSTATETASKS from the rm_work task signature
to avoid running the task when we remove some setscene tasks
from the dependencie chain.
The inject_rm_work handler on the rm_work bbclass triggers the
rm_work task running for any signature change in the dependencie
chain of the task do_build of each recipe.
i.e INHERIT:remove = "create-spdx" will trigger the do_rm_work
when we collect the sstate cache with INHERIT = "create-spdx"
(From OE-Core rev: 77729bea5b17d65dafb604fd1665c612091b28c7)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We can skip the rm_work task signature to avoid running the task
when we remove some tasks from the dependencie chain.
The inject_rm_work handler on the rm_work bbclass triggers the
rm_work task running for any signature change in the dependencie
chain of the task do_build of each recipe.
i.e INHERIT:remove = "create-spdx" will trigger the do_rm_work
when we collect the sstate cache with INHERIT = "create-spdx"
(From OE-Core rev: 292305700e39d0ebd64763f5032c39ace5005fad)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Inheriting setuptools3-base adds a runtime dependency on Python.
This change makes inheriting setuptools3-base optional. If one does not want
a runtime dependency on Python, they can remove python from LANGUAGES.
Additionally, as Python 2 has been EOL for nearly 3 years now, all Python 2 related parts have been taken out.
(From OE-Core rev: 1e2381d870b81813d3e9841fc207ac1cfa388386)
Signed-off-by: David Bagonyi <david.bagonyi@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Adds argument parsing to the conversion script so that the fields that
the script uses to do conversions can be customized on the command line.
The intention is to allows easier customization without having to fork
the script, and allow automated checking on 3rd party layers via CI
without false positives
(From OE-Core rev: b9551f9180bf9f13fb1c480b5b7892fdc831ffcd)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This resolves systemd-boot fails with latest meson,
while systemd -> 252 is being prepared.
(From OE-Core rev: 1d96287906f66ad28e50c9686eaffc2fb7b874fe)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This will be removed in 3.12 and has been deprecated for a while.
If anything breaks because of its absence on the host, this would
expose the breakage so it can be fixed.
icu source specifically does not refer to distutils anywhere.
(From OE-Core rev: 8e3a5b0709384f2b455a82ac1e8e212686fe4456)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Staging the whole /usr/bin is not correct, as it pulls in also
all the vala's cross binaries, which may be discovered by other recipes
and things will go wrong then.
(From OE-Core rev: 52629d9db0344146ff4734632b17bd731e247fd5)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This class should be in classes-recipe as, like testimage, it is specific
to image recipes.
This also solves a regression where simply IMAGE_CLASSES += "testexport"
doesn't work if testimage isn't already in IMAGE_CLASSES. The testexport
class adds testimage to IMAGE_CLASSES, but by this point it's too late.
Now that the class can only be inherited via IMAGE_CLASSES, we can
simply inherit testimage directly.
(From OE-Core rev: 87fcee9fed915ff3af528b976d7d44737f9f1a95)
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>
test_rawcopy_plugin_qemu and test_wic_image_type are x86-specific
currently as the .wks uses x86-specific bootloaders.
This can be fixed, but that can come later.
(From OE-Core rev: 93525809a1ecb01ae7218558c0d6c1b0344606c5)
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>
These tests should be able to work on qemuarm64, but this is untested
and the runners will need configuration.
(From OE-Core rev: 09b9558e20e58b473154895b93cff16261c7f561)
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>
Don't hardcode qemux86-64. This has some complications: the
IMAGE_FSTYPES needs to be constructed to reflect what the machine can
do (only x86 machines can build ISO images), and several tests which need
a wic file are currently limited to qemux86-64.
(From OE-Core rev: a30680a869ff3be63d26468f6365751c56bbb006)
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>
This test was failing very oddly in qemuarm64 runs. Rewriting the test
to be clearer and less fragile fixed it.
(From OE-Core rev: a26fc7c2119df12468b0a834de6fe67aa9c86085)
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>
When the trivial test binary, which just calls printf(), is compiled for
aarch64 with -O2 -D_FORTIFY=2 (as is the default configuration), gdb
resolves main() to the inlined printf() wrapper in stdio2.h instead of
main.c, so the test fails.
Presumably, this is due to debugging being unreliable with -O2. Solve
this problem by not caring where the main() breakpoint resolves to, just
check that it was resolved at all.
(From OE-Core rev: c51c12154851d04a81c8fbe190e712b3cd8dc941)
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>
For now, not all machines have a default wks file, so mark the tests
which need a wks as being specific to qemux86-64.
(From OE-Core rev: 152f1a8cdf698b71c956e9910911dcb141a1f5be)
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>
Set WKS_FILE to wictestdisk.wks, which is a very simple Wic file that
simply contains the root filesystem. It may not actually boot but this
test doesn't care, and it does exercise the wic image construction on
all machines.
(From OE-Core rev: b66a94896193f8d8eeff43b66e9daeb9a74bfed9)
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>
There's no need to build a wic image in this test as not all machines
(such as qemuarm64 currently) have wic images out of the box.
We can simply build ext4 images to work on more machines and save some time.
(From OE-Core rev: cdcf858d00eaf54814e23f550f83f3646bf83a24)
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>
There's no need for this to be built for genericx86-64, we want to test
the current MACHINE.
(From OE-Core rev: b5a7ebe9627b28b207ccccba4f26c6d4a937d6a8)
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>
This test was overly complex with a setUp() method for a single test case,
which was marked as a class function for no good reason.
Generalise the test so that it has the possibility of working on more
machines in the future, add a decorator so that it only runs on
qemux86-64, and respect QEMU_USE_KVM to speed up test execution.
(From OE-Core rev: 2bc2ee171f976807053b7da44c1eedbb07c10949)
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>
qemuarm64 currently uses SERIAL_CONSOLES_CHECK but this is incompatible
with read-only rootfs under sysvinit. Until qemuarm64 doesn't use this,
skip the test on qemuarm64.
(From OE-Core rev: c46be833efc5abea577251ef7e87ef90f08c4de3)
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>
There are already decorators to skip on the value of MACHINE, but for
flexibility it's better to skip based on the target architecture. This
means, for example, the ISO image tests could skip if the architecture
isn't x86.
(From OE-Core rev: 0c21ff0a92906b6b4820eb8beddf8762fe70653d)
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>
Newer versions of binutils (2.38+) have changed how the
"--only-keep-debug" of objcopy behaves when stripping non-debug sections
from an ELF.
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=68f543154e92ab0f5d6c569e0fa143f5e8bd2d80
This change causes associated sections to be correctly marked as NOBITS
with the section contents removed from the output. The side effect is
that this causes issues with objcopy's ability to perform symbol and
relocation stripping (-S/--strip-all) on the debug split ELF, such that
with some object files (e.g. kernel modules) objcopy fails to strip
symbols/relocations with an error like the following:
.../.debug/nls_cp950.ko[.rodata]: file truncated
Because of this it is now problematic to generate minidebuginfo for
these types of ELF objects. However it is not typically useful to inject
minidebuginfo into these types of ELFs, and other distributions (e.g.
Fedora, referring to find-debuginfo.sh of debugedit) only insert
minidebuginfo into executables and shared libraries.
This change causes the minidebuginfo injection to only apply to EXEC/DYN
type ELFs, which limits the injection to executables and shared
libraires.
Additionally this change fixes the parsing of the sections from the
"readelf -W -S" output which was not accounting for the section index
column having leading spaces for single digit index values e.g. "[ 1]".
(From OE-Core rev: 2084cfcb3d15db3e02637f1cd63ab9c997f38a65)
Signed-off-by: Nathan Rossi <nathan.rossi@digi.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The glibc-locale recipe already partially depends on the base depends in
order to satisfy the do_package dependency on binutils. However since
commit d6ffd683bf6 NM has defaulted to gcc-nm, meaning do_package
depends on gcc (for minidebuginfo).
Whilst the do_package task could handle having the dependencies
explicitly defined (either in glibc-locale or in package.bbclass),
setting these would require some amount of conditional dependency
configuration (cross/crosssdk/etc.). Since both binutils and gcc are
already dependencies of virtual/libc (although compilerlibs is not),
having glibc-locale not inhibit the default depends simplifies the
handling of this situation for both glibc-locale and package.bbclass.
(From OE-Core rev: 8a40d0a6039e87a5b4b26a0e84dd797fe5c75cba)
Signed-off-by: Nathan Rossi <nathan.rossi@digi.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add a new selftest to validate minidebuginfo support. This selftest
builds a complete target image with PACKAGE_MINIDEBUGINFO enabled. ELFs
included in the image are expected to have minidebuginfo included in the
resulting executables and shared libraries, the self test validates this
by unpacking the image and checking for the associated ".gnu_debugdata"
section on busybox and libc ELFs.
(From OE-Core rev: 5063a31ad05b75ec6ac12158fe759e81fcdb1585)
Signed-off-by: Nathan Rossi <nathan.rossi@digi.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
libc-test is a collection of unit test to measure the correctness and
robustness of a C/POSIX standard library implementation. It is developed
as part of the musl project.
(From OE-Core rev: 4a94cdc7e841ebe583b0e6935fc50d233c8c310e)
Signed-off-by: Chase Qi <chase.qi@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
if a source is using work-shared but isn't a kernel,
like for instance llvm-source from meta-clang, share_src was
previously undefined leading to a crash of the python code.
Default to WORKDIR and just override it in case the source being
a kernel recipe.
Additionally changes the variable names in the following, as
they imply that it's only about the kernel, which is not the case
in every case
(From OE-Core rev: 34fa68a0b07328c4ed4eef81f8cde80137a91f18)
Signed-off-by: Konrad Weihmann <kweihmann@witekio.com>
On-behalf-of: Avnet Embedded <AvnetEmbedded@avnet.eu>
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Reviewed-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In expectation of SPDX 3.0 support, move the create-spdx.bbclass ->
create-spdx-2.2.bbclass. The create-spdx.bbclass class still exists and
can be used if a user doesn't care about which specific version of SPDX
they get.
(From OE-Core rev: 9ec01fe3e59be66331c14ab5391ecb0b6f140c22)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
libinput 1.21.0 is now available for download.
This version includes a new configuration option that, similarly to its touchpad counterpart, allows disabling the trackpoint while typing.
Compositors can take advantage of it thanks to four new APIs:
libinput_device_config_dwtp_is_available, libinput_device_config_dwtp_set_enabled, libinput_device_config_dwtp_get_enabled and libinput_device_config_dwtp_get_default_enabled.
Those who use the flat acceleration profile on their touchpad are in luck, it has been improved in this version.
In addition to the changes already mentioned, new quirks have been added for multiple StarLabs laptops.
Last but not least, several bugs have been fixed, so make sure to update!
Thanks to everyone involved for making this new version possible ❤
Alexander Courtis (1):
AttrLidSwitchReliability quirk default unreliable->reliable
José Expósito (7):
evdev: check well-known keyboard keys on joystick/gamepad detection
evdev: modernize variable declaration in evdev_device_is_joystick_or_gamepad
coding style: allow C99 variable declaration
test: disable hold gestures when are not required
Remove "device-" file
wheel: fix Lenovo Scrollpoint quirk
libinput 1.21.0
Peter Hutterer (26):
gitlab CI: fail the sanity check stage if the fork is not public
util: auto-declare the element variable in ARRAY_FOR_EACH
meson: fix a meson warning
meson: replace a meson.source_root() with the explicit directory
doc/user: add a page to troubleshoot right-click Clickpads
tools/record: fix the indentation of the system: section
evdev: strip the device name of format directives
tools: allow limiting the axes in libinput analyse recording
tools: don't print a carriage return if we're not on a tty
tools/record: fix indentation for libinput events
tools/analyze-recording: add --print-state to always print values
tools/analyze-recording: improve the repeated-events line printing
tools: add a libinput test tool as entry point for our test suites
test: install libinput-test-utils as part of install-tests
quirks: move the canvas quirk enum to the right order
quirks: remove an unused quirk
tablet: remove an always-true part of an if condition
test: rename a test function to make it easier to select
tablet: use a helper variable to make the code more readable
tablet: require a minimum pressure before we process pressure events
test: fix the lowres-only wheel event tests
test: ensure we always have an axis event where we expect one
test: use a ranged test instead of a duplicated one
test: fix a typo
meson.build: check gtk targets before building
gitlab CI: bump to F35 and F36, as well as Ubuntu 21.10 and 22.04
Sean Rhodes (2):
quirks: Add quirk for StarLite Mk IV
Quirk all StarLabs trackpads
Tom Stellard (1):
Update valgrind.h to a newer version
pudiva chip líquida (1):
touchpad: new option dwtp (disable-while-trackpointing)
satrmb (1):
filter-touchpad: normalize for dpi on the touchpad-specific flat profile
libinput 1.20.1 is now available for download.
This release fixes CVE-2022-1215, see #752.
When a device is detected by libinput, libinput logs several messages through log handlers set up by the callers.
These log handlers usually eventually result in a printf call. Logging happens with the privileges of the caller,
in the case of Xorg this may be root.
The device name ends up as part of the format string and a kernel device with printf-style format string placeholders
in the device name can enable an attacker to run malicious code. An exploit is possible through any device where the
attacker controls the device name, e.g. /dev/uinput or Bluetooth devices.
Peter Hutterer (2):
evdev: strip the device name of format directives
libinput 1.20.1
(From OE-Core rev: 1f1888cc8a35b98ccde472eb345c1e483eb6b6d1)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Explain that this variable apply not only to make, but also
to ninja, and to other build tools which support parallel jobs.
(From yocto-docs rev: d3fe2aba3948040a01b9068df5085453ad65309c)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Explain that reducing its value to reduce system load
is not sufficient if PARALLEL_MAKE is not reduced as well.
(From yocto-docs rev: f4986faa5576ec1c146e606220421a686c4a9b57)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It is not actually needed outside of the autobuilder and since the
package got renamed in Ubuntu 20.04 and later to pylint, it was giving
the users an incorrect command line to run and would fail all the time,
better remove it instead of trying to handle Debian/recent Ubuntu
differences in the documentation.
Moreover, the other supported host distributions didn't have pylint
listed as a dependency, proving that it's indeed not needed.
Cc: Quentin Schulz <foss+yocto@0leil.net>
(From yocto-docs rev: 9f255dc3c32a4c9b2185e6448bde3357fd5135b2)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[YOCTO #14917]
Attempting to use a dictionary in a python code snippet for variable
assignment results in an error. For example attempting something such
as
IDX = "green"
VAL = "${@{ 'green': 1, 'blue': 2 }[d.getVar('IDX')]}"
produces the error
expansion of VAL threw ExpansionError: Failure expanding variable
VAL, expression was ${@{ 'green': 1, 'blue': 2 }[d.getVar('IDX')]}
which triggered exception SyntaxError: '{' was never closed (Var
<VAL>, line 1)
The existing __expand_python_regexp__, "\${@.+?}", will match the
first close curly bracket encountered, resulting in incomplete and
un-parsable code, and thus produce the error. We can correct this by
allowing a single depth of nested curly brackets in
__expand_python_regexp__ by using "\${@(?:{.*?}|.)+?}", which will
match up to and including the matching close curly bracket to the
open, '${@', curly bracket, even if there are one or more singly
nested curly brackets present. This change allows the usecase
described above to function.
This change can't be made on its own though. The old regex would, in
an obscure way, handle the case where a python snippet contained an
unexpandable variable. Since the unexpandable variable is in curly
brackets it would cause incomplete/un-parsable python code and thus
remain unparsed. So something like
VAL = "${@d.getVar('foo') + ${unsetvar}}"
would remain unparsed as the close curly bracket in "${unsetvar}"
would match and terminate the snippet prematurely. This quirk resulted
in the proper handling of python snippets with unexpanded
variables. With the change to __expand_python_regexp__ the full
snippet will match and be parsed, but to match the old/correct
behavior we would not want to parse it until ${unsetvar} can be
expanded. To ensure the old/correct behavior for python snippets with
unexpanded variables remains in place we add a check for unexpanded
variables in the python snippets before running them.
This handling of unparsed variables brings two benefits. The first we
now have an explicit check visible to all for unexpanded variables
instead of a somewhat hidden behavior. The second is that if there are
multiple python snippets the old behavior would run the code for each
but a single snippet with unexpanded variables would mean all snippets
would remain unparsed, meaning more and repeated processing at a later
time.
For example:
"${@2*2},${@d.getVar('foo') ${unsetvar}}"
old behavior would give:
"${@2*2},${@d.getVar('foo') ${unsetvar}}"
new behavior will give:
"4,${@d.getVar('foo') ${unsetvar}}"
The old behavior would calculate '2*2' but toss the result when the
second snippet would fail to parse resulting in future recalculations
(or fetching from cache), while the new behavior avoids this.
(Bitbake rev: 94e49b9b9e409c29eb04603b1305d96ebe661a4b)
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
First, commit 81efd77987f6decf256967fa16521a40c14d3518 created a copy
of __expand_var_regexp__ and __expand_python_regexp__ when creating
the initial version of data_smart.py. A while later commit
db1c998b31da06d7f3eb09fc6f59a1915b7b549e dropped all references to
these variables from data.py.
This leaves us today with two versions of these variables in the
global scope. However, only those defined in data_smart.py are being
used, in data_smart.py.
Unfortunately there was no indication in the commit log for commit
db1c998b31da indicating why the variables were left in place despite
the functions referencing them were being removed. Additionally
data.py imports data_smart, thus the versions of __expand_var_regexp__
and __expand_python_regexp__ defined in data_smart.py would be used by
all bitbake code, beyond, potentially, some code in data.py which we
know has no references to these variables.
To remove any potential confusion around these variables drop the old
definitions from data.py.
(Bitbake rev: 60f43d0428d43c981b44b6c8d125f77440f6c8f9)
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This avoids the following error:
ERROR: pango-1.50.11-r0 do_package: QA Issue: pango: Files/directories
were installed but not shipped in any package:
/usr/libexec
/usr/libexec/installed-tests
/usr/libexec/installed-tests/pango
/usr/libexec/installed-tests/pango/nofonts
/usr/libexec/installed-tests/pango/nofonts/fonts.conf
Also use tabs for indentation of shell code.
(From OE-Core rev: d4bcd4050a6a9b6b1cb8e68b2053523cc0501814)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This was replacing /usr/include regardless of whether it
was at the beginning of the full path (correct, when building target
python3), or in the middle of it (not correct, when building
native or nativesdk python).
Through various reasons we haven't been bitten by this until now,
but latest setuptools does expose the problem with for example
nativesdk-python3-cffi and nativesdk-python3-cryptography which both
fail without this fix.
I am not aware of anything using INCLDIRSTOMAKE, and it is harder
to adjust correctly due to the value being a list; if something
is using it, we can look at it specifically.
(From OE-Core rev: 4055dd6cc89af16b3723e38b63d4d81efb0e2286)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
There's no need to have linux-firmware in the sysroot. The sysroot won't
ever be used anyway as nothing needs the firmware at build-time, but this
saves us building a ~900MB sysroot (~300MB sstate tarball).
(From OE-Core rev: 26ed998c4f201c5cacf330f52e51e416afbd300c)
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>
Config written to the emptytest include file is invalid after the test
has cleaned up its temporary directories resulting in the emptytest
recipe potentially having invalid content when parsed by successive
bitbake runs.
This presents the following error in tests after lic_checksum execution,
e.g. 'oe-selftest -r lic_checksum recipetool'
ERROR: .../emptytest.bb: Unable to get checksum for emptytest SRC_URI entry tmpn_nyosnq: file could not be found
Remove the recipe include content once the bitbake runs are completed in
each lic_checksum test case.
(From OE-Core rev: 087df767a64b271b503d714df3df6d8b3caad1c0)
Signed-off-by: Nathan Rossi <nathan.rossi@digi.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Set VERBOSE=1 so the compile logs are useful, perform the configure in
do_configure, and set bindir correctly.
(From OE-Core rev: 51fd68954dde1af9cfd5c8b38f5e8f5e852deaaf)
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>
SafeConfigParser was renamed to ConfigParser in 3.2, and the
SafeConfigParser alias will be removed in 3.12.
(From OE-Core rev: 71b3e7f71727137b4b996cc4160c9cc1581824b8)
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>
The latest version update eliminated all custom patches, and the selftest
expects them.
(From OE-Core rev: 95298a7f1ad29c0fc0d02772d646116709ac355f)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Update 0001-generate-glslang-pkg-config.patch to
omit libraries that are no longer present
(their functionality has been folded into glslang library
itself).
(From OE-Core rev: 354f1c4013f3b7ee78d6f4ed6209d6b549184057)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add 7-Zip support in conversion types and commands. Default arguments of
7-Zip are compression level: 9, method: BZip2, extension: 7z. All these are
overridable from local.con for any other use case in user side. First goal
was to make an alternative zip conversion which can operate faster in
multi-thread systems (on many CPU cores), normal zip is just a single
thread compression. 7-Zip can do a compression in multi-thread processing,
so it is fine to use and speed up it and 7-Zip is supported also in many
platform to use.
(From OE-Core rev: 5931b2898b5fa964768c2abf9b5aa556859152b3)
Signed-off-by: Benjamin Szőke <egyszeregy@freemail.hu>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Ext2/3/4 FS contains not only mtime, but also ctime, atime and crtime.
Currently, all the files are being added into the rootfs image using
mkfs -d functionality which affects all the timestamps excluding mtime.
This patch ensures these timestamps inside the FS image equal to
the SOURCE_DATE_EPOCH if it is set.
(From OE-Core rev: 75d2dd0ea7790db2e8ee921784ca373abff2df65)
Signed-off-by: Sergei Zhmylev <s.zhmylev@yadro.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently if you switch machines, gcc-source do_deploy_source_date_epoch
would re-run as the stamps are tune specific. This hasn't caused much
of an issue until now, however if we fix the gcc recipes to reuse the
timestamp from this task, it does then create problems.
Copy code from allarch to ensure this task hash doesn't change between
machines/tunes.
(From OE-Core rev: 7e052d03464ba5e880a6c5a0e45ff2f467ef97e8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Whilst we patch gengtype.cc, we don't patch gengtype-lex.cc which would
be the file which would trigger regeneration of files.
The real bug that was likely the cause for this fix is probably SDE issues
with gcc shared workdir so this code can now be dropped.
(From OE-Core rev: 7ab82b5db2a737c2a0266280b15d343a27c0e1d5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The source date epoch for gcc isn't being transferred from the shared
workdir to the current WORKDIR for the specific recipe. This results in
the clamping code within sstate.bbclass using a value from 2011 which
changes the timestamps of many files. Since this happens part way
through the build, if pieces of gcc haven't built, or build/rebuild
later, we see things rebuilding when they should not and for generated
files, races are possible.
Fix this by copying the SDE from the shared workdir into the recipe
workdir.
[YOCTO #14953]
(From OE-Core rev: b996293b4c8ab7ff3ed852045d17290df29205df)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- add a PACKAGECONFIG for soup3
- add PACKAGECONFIG_SOUP variable as it is used in webkitgtk and epiphany
(From OE-Core rev: 88d30848981db2cb7b1f2021ba07e40976cd789f)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is useful e.g. when using meta-clang, which introduces a dependency to nativesdk-binutils when
populating the SDK, and then a full tarball of binutils is fetched additionally to a shallow tarball.
(From OE-Core rev: 18624a89cb09bab78f9200a7c63406c75845e3e3)
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Some Gnome projects have stopped supporting libsoup-2.4. Therefore, switch to libsoup-3.0.
This would unblock the update of geary or gnome-online-accounts, which would otherwise
fail like this:
| Run-time dependency webkit2gtk-4.1 found: NO (tried pkgconfig)
|
| ../git/meson.build:70:0: ERROR: Dependency "webkit2gtk-4.1" not found, tried pkgconfig
(From OE-Core rev: a18f3cb38e0b897c5d60e4943478ad1b7f7e637c)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When building with CONFIG_MODVERSIONS=y and CONFIG_RANDSTRUCT=y we need
to copy the build assets generated for the randstrutc seed to
STAGING_KERNEL_BUILDDIR, otherwise the out-of-tree modules build will
generate those assets which will result in a different
RANDSTRUCT_HASHED_SEED.
(From OE-Core rev: b36303158b2e0273ff415bdedefb379f680b30fc)
Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Since RRECOMMENDS declaration implictly induces building the recipes
that provide the runtime recommended packages, conditionalize adding
such values according to associated PACKAGECONFIG settings in order
to avoid redundant building.
(From OE-Core rev: a1989add927f7805378fe4d5afbde780b747ba77)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Following the update from 3.10.6 to 3.11.0, the source code of
module re for regular expression operations has been moved to
Lib/re/. File python3-manifest.json has been modified according
to the new path.
According to the instructions the new python3-manifest.json
version was created by running bitbake python3 -c create_manifest.
Because of this it also updated other files and rdepends in it.
(From OE-Core rev: 830393e7aa0150566d871acd877908e08fa06964)
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add the trailing '.git' to git repo uri in SRC_URI then it could share
source code repo on premirror with grpc which uses libuv as a git
submodule with fixed revision.
(From OE-Core rev: cecdf616e7cf192cdc723a446be1d14c197c980d)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* RUSTC is normally defined in rust.bbclass, but rust-target-config doesn't
inherit rust.bbclass and RUSTC is then undefined when calling 'which'
in oe_cargo_build
* causes which help text ending in log.do_compile, e.g.:
| DEBUG: Executing shell function do_compile
| NOTE: Using rust targets from /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/openssl-sys/0.9.77-r0/rust-targets/
| NOTE: cargo = /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/openssl-sys/0.9.77-r0/recipe-sysroot-native/usr/bin/cargo
| Usage: which [options] [--] COMMAND [...]
| Write the full path of COMMAND(s) to standard output.
|
| --version, -[vV] Print version and exit successfully.
| --help, Print this help and exit successfully.
| --skip-dot Skip directories in PATH that start with a dot.
| --skip-tilde Skip directories in PATH that start with a tilde.
| --show-dot Don't expand a dot to current directory in output.
| --show-tilde Output a tilde for HOME directory for non-root.
| --tty-only Stop processing options on the right if not on tty.
| --all, -a Print all matches in PATH, not just the first
| --read-alias, -i Read list of aliases from stdin.
| --skip-alias Ignore option --read-alias; don't read stdin.
| --read-functions Read shell functions from stdin.
| --skip-functions Ignore option --read-functions; don't read stdin.
|
| Recommended use is to write the output of (alias; declare -f) to standard
| input, so that which can show aliases and shell functions. See which(1) for
| examples.
|
| If the options --read-alias and/or --read-functions are specified then the
| output can be a full alias or function definition, optionally followed by
| the full path of each command used inside of those.
|
| Report bugs to <which-bugs@gnu.org>.
| NOTE: rustc =
(From OE-Core rev: 0068e82f02354729b953e622889f96ca52468d6c)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Whilst SDE definitely needs to be exported, the fallback does not as
it is only used in our python code via the datastore.
It was introduced as an export in 9a1dde74e794362399193dc3f81c9685a83d0776
but even then it doesn't look like it needed to be, likely just a copy and
paste mistake.
Drop the export.
(From OE-Core rev: 74fb6539dd06acb0dd6a9af4809152975e8473e6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
* Fix#263, pmap regression in 0.19.1. Element access sometimes unreliable after insert.
* Fix#159 (through PR #243). Pmap keys/values/items now behave more like the corresponding Python 3
methods on dicts. Previously they returned a materialized PVector holding the items, now they return
views instead. This is a slight backwards incompatibility compared to previous behaviour, hence stepping
version to 0.19.
* Fix#244, type for argument to PVector.delete missing.
* Fix#249, rename perf test directory to avoid tripping up automatic discovery in more recent setuptools versions
* Fix#247, performance bug when setting elements in maps and adding elements to sets
* Fix#248, build pure Python wheels. This is used by some installers.
* Fix#254, #258, support manylinux_2014_aarch64 wheels.
(From OE-Core rev: 87ecac07d9be3fc25b579344082048a9dbe76501)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
===========
* The "check_schema" method on "jsonschema.protocols.Validator" instances
now *enables* format validation by default when run. This can catch some
additional invalid schemas (e.g. containing invalid regular expressions)
where the issue is indeed uncovered by validating against the metaschema
with format validation enabled as an assertion.
* The "jsonschema" CLI (along with "jsonschema.cli" the module) are now
deprecated. Use "check-jsonschema" instead, which can be installed via
"pip install check-jsonschema" and found
'here <https://github.com/python-jsonschema/check-jsonschema>'_.
* Make "ErrorTree" have a more grammatically correct "repr".
(From OE-Core rev: b8cece422c789816a8140af519e13a977065c8d6)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
Fix default file selection behavior of the wheel target when there is a single top-level module
(From OE-Core rev: 645ee26f993bce4e5fca19cabcc40c575b85fbb5)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Added
=========
Added start-at in addition to start-after that preserves the string that is looked for.
This often removes the need for adding markers because you can define
the starting point using a heading that becomes part of the fragment.
(From OE-Core rev: ce2aa0bf0177533c4e168a942b7d0560e137f4c1)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License-Update:
"the author" changed to "the copyright holder nor the names of its contributors"
"THE AUTHOR" changed to "THE COPYRIGHT HOLDERS AND CONTRIBUTORS"
Changelog:
===========
Improvements
------------
* Support for hex escapes in JavaScript string literals :gh:'#877'
* Add support for formatting decimals in compact form :gh:'#909'
* Adapt parse_date to handle ISO dates in ASCII format :gh:'#842'
* Use 'ast' instead of 'eval' for Python string extraction :gh:'#915'
* This also enables extraction from static f-strings.
F-strings with expressions are silently ignored (but won't raise an error as they used to).
Infrastructure
---------------
* Tests: Use regular asserts and "pytest.raises()" :gh:'#875'
* Wheels are now built in GitHub Actions :gh:'#888'
* Small improvements to the CLDR downloader script :gh:'#894'
* Remove antiquated '__nonzero__' methods :gh:'#896'
* Remove superfluous '__unicode__' declarations :gh:'#905'
* Mark package compatible with Python 3.11 :gh:'#913'
* Quiesce pytest warnings :gh:'#916'
Bugfixes
-----------
* Use email.Message for pofile header parsing instead of the deprecated "cgi.parse_header" function. :gh:'#876'
* Remove determining time zone via systemsetup on macOS :gh:'#914'
Documentation
--------------
* Update Python versions in documentation :gh:'#898'
* Align BSD-3 license with OSI template :gh:'#912'
(From OE-Core rev: cac67727058415ecd491c85bcf1b62610849950f)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add SDK_ZIP_OPTIONS to remove symbolic link creation in zip archive or add options, e.g. for encryption of the zip archive.
(From OE-Core rev: 04b62f9459b401c276255f166d0738b6f902a576)
Signed-off-by: Christoph Lauer <christoph.lauer@xtronic.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Add SUMMARY, DESCRIPTION, BUGTRACKER and SECTION
* Update HOMEPAGE to agree with PyPi
https://github.com/python/typing_extensions/blob/main/CHANGELOG.md#release-440-october-6-2022
Release 4.4.0 (October 6, 2022)
* Add typing_extensions.Any a backport of python 3.11's Any class
which is subclassable at runtime. (backport from python/cpython#31841,
by Shantanu and Jelle Zijlstra). Patch by James Hilton-Balfe
(@Gobot1234).
* Add initial support for TypeVarLike default parameter, PEP 696.
Patch by Marc Mueller (@cdce8p).
* Runtime support for PEP 698, adding typing_extensions.override.
Patch by Jelle Zijlstra.
* Add the infer_variance parameter to TypeVar, as specified in PEP
695. Patch by Jelle Zijlstra.
License-Update: update copyright years; align with CPython LICENSE
See https://github.com/python/typing_extensions/pull/63
(From OE-Core rev: 15ca091ae01ae298c013e8cf82ee6af382259ed8)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
* configure: Restore ucontext api functionality check.
In c3f01c72b303cbbb0cc8983120677edee2f3fa4b the use of the ucontext api
in the main program was removed, and with it the configure check for it.
However, the ucontext api is still used in the "explicit_bzero" test and
thus this test still needs to be in place.
See also: https://bugs.gentoo.org/838172
* configure: Restore the functionality of the '--disable-symvers' switch.
Without this fix the build was simply broken, if symbol versioning was
disabled for any reason, e.g. whether the compiler nor the linker
supporting it, or if disabled on purpose by the user (issue #142).
* Fix variable name in crypt(3) for a datamember of 'struct crypt_data'
(issue #153).
* Add glibc-on-loongarch-lp64 (Loongson LA464 / LA664) entry to
libcrypt.minver. This was added in GNU libc 2.36.
(From OE-Core rev: 7da5dd3b43718b876645602b1a23c739cbe8016d)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
0001-configure.ac-check-getprotobynumber_r-with-AC_TRY_LI.patch
removed since it's included in 1.7.4.4
(From OE-Core rev: c00e9d66f0b8449ff1bf24546f232345eb6feebd)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
- Add support for aarch64 (64-bit ARM) architecture (not yet enabled on Windows though)
- aarch32: Implement loadupdb instruction used e.g. for video pixel
format packing/unpacking/conversions
- neon: Fix unsigned only implementation of loadoffb, loadoffw and loadoffl
- neon: Fix testsuite not passing on arm CPUs
- orccodemem: Fix use-after-free in error paths
- orccpu-powerpc: Fix build with kernel < 4.11
- Add support for macOS Hardened Runtime
- Enable only SSE and MMX backends for Windows
- Fix ORC_RESTRICT definition for MSVC
- pkgconfig: add -DORC_STATIC_COMPILATION flag to .pc file for static-only builds
(From OE-Core rev: 5cab550deb3f8c895e4c4041ddf4a99517b1cb1b)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License-Update: Copyright year updated to 2022
Changelog:
==========
correct case where there is no unified-context.
trim trailing '/' from pathnames, e.g., to handle "diff -ru FOO/ BAR/ | diffstat -K"
update configure macros
update config.guess, config.sub
(From OE-Core rev: 5be2ea0e0040eaa7749843a0e12b99ebf1a01fe3)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
disable-hardcoded-configs.patch
refreshed for new version.
Changelog:
==========
- Added postcmd attribute in drive description to allow to
execute "device release" code automatically at end of
command
- Code cleanup (unneeded functions, initializations, added
comments to unobvious code, obsolete stuff in Makefile)
- signedness cleanup about directory entries
(From OE-Core rev: 7e7abbe7743f16e0524c9a1d6990fb304f648a56)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Check if the module object has attribute '__file__' to fix and
avoid errors like:
AttributeError: module '_abc' has no attribute '__file__'. Did you mean: '__name__'?
(From OE-Core rev: 8acce12c1a4cf37ac312c92d62a6ae93a349dddf)
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changes in this update includes:
* The option "--vgdb-stop-at=event1,event2,..." accepts the new value
abexit. This indicates to invoke gdbserver when your program exits
abnormally (i.e. with a non zero exit code).
* Fix Rust v0 name demangling.
* The Linux rseq syscall is now implemented as (silently) returning
ENOSYS.
* Add FreeBSD syscall wrappers for __specialfd and __realpathat.
* Remove FreeBSD dependencies on COMPAT10, which fixes compatibility
with HardenedBSD
* The option --enable-debuginfod=<no|yes> [default: yes] has been added
on Linux.
* More DWARF5 support as generated by clang14.
Drop the patch 0001-Fix-drd-tests-shared_timed_mutex.cpp.patch which was
merged upstream.
ptest result:
System Pass Fail Skip
x86-64 717 0 20
(From OE-Core rev: 51e3d2ecef6a031105c04eb730580c17411eaf46)
Signed-off-by: Zheng Qiu <zheng.qiu@windriver.com>
Signed-off-by: Randy MacLeod <randy.macleod@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Highlights for this release:
- Continued work on color management infrastructure:
In Weston 11, if you enable the tentative, experimental and WIP color
management option, Weston will not only blend in linear light, but
you can also set up a monitor ICC profile and Weston will do some
kind of color mapping from sRGB to that profile. Furthermore, you can
configure a monitor into HDR mode and deliver HDR characteristics from
weston.ini to the monitor, but Weston will *not* produce proper HDR
content yet, meaning the display is incorrect.
- Various RDP improvements.
- Performance improvements in the DRM backend.
- Support for the wp_single_pixel_buffer_v1 protocol.
- weston_buffer refactoring.
- Groundwork for running multiple backends at the same time (e.g. KMS + RDP)
and for multi-GPU support in the DRM backend. This is not supported
yet, but may be in a future release.
Breaking changes for users:
- The cms-static and cms-colord plugins are now deprecated.
- A number of features have been removed from desktop-shell: multiple
workspaces, zoom, exposay.
- wl_shell support has been removed (superseded by xdg-shell).
- The fbdev backend has been removed (superseded by KMS).
- weston-launch and launcher-direct have been removed (superseded by libseat).
- The weston-info and weston-gears clients have been removed (weston-info is
superseded by wayland-info).
- The KMS max-bpc property is now set by default. If you experience black
screens with (faulty) monitors, try lowering it in weston.ini.
- Weston will now abort when running out of memory. Weston is not suitable
for memory constrained environments.
(From OE-Core rev: eb00d50e5da97a726eb6290317a3ef7d8e1b90a3)
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* use 4 spaces
* avoid trailing space
* add CARGO_LOCK_SRC_DIR to allow searching outside ${S}
* use BPN in output filename
* First I've used CARGO_LOCK_SRC_DIR as relative to ${S}, because that's what CARGO_SRC_DIR
in cargo.bbclass is using:
meta/classes-recipe/cargo.bbclass:CARGO_SRC_DIR ??= ""
meta/classes-recipe/cargo.bbclass:MANIFEST_PATH ??= "${S}/${CARGO_SRC_DIR}/Cargo.toml"
but change to absolute path (defaulting to ${S}) as requested by Alex:
11:44 < kanavin> JaMa, would prefer CARGO_LOCK_SRC_DIR ??= "${S}"
11:46 < kanavin> otherwise looks good
* I've resolved my usecase for CARGO_LOCK_SRC_DIR by changing
S back to ${WORKDIR}/git and using CARGO_SRC_DIR to select
the right subdirectory to be built, because the Cargo.toml
in this subdirectory was also referencing other subdirectories
with relative path:
88b147506d/token/cli/Cargo.toml (L30)
so including all Cargo.lock files in whole ${WORKDIR}/git
seems like reasonable approach
(From OE-Core rev: 7636a2b8080521ed2ad54b0edce47a8742a12d58)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
https://www.sphinx-doc.org/en/master/changes.html#release-5-3-0-released-oct-16-2022
Release 5.3.0 (released Oct 16, 2022)
* #10759: LaTeX: add latex_table_style and support the 'booktabs',
'borderless', and 'colorrows' styles. (thanks to Stefan
Wiehler for initial pull requests #6666, #6671)
* #10840: One can cross-reference including an option value like
`--module=foobar`, `--module[=foobar]` or `--module foobar`.
Patch by Martin Liska.
* #10881: autosectionlabel: Record the generated section label to the
debug log.
* #10268: Correctly URI-escape image filenames.
* #10887: domains: Allow sections in all the content of all object
description directives (e.g. py:function). Patch by Adam
Turner
(From OE-Core rev: 35d65248c2a46f4966ded2e95e530f25a2869ce9)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
https://github.com/more-itertools/more-itertools/blob/master/docs/versions.rst#900
9.0.0
* Potentially breaking changes
- `grouper` no longer accepts an integer as its first
argument. Previously this raised a DeprecationWarning.
- `collate` has been removed. Use the built-in
`heapq.merge` instead.
- `windowed` now yields nothing when its iterable is
empty.
* This library now advertises support for Python 3.7+.
* New functions
- `constrained_batches`
- `batched` (from the Python itertools docs)
- `polynomial_from_roots` (from the Python itertools
docs)
-`sieve` (from the Python itertools docs)
* Other changes
- Some documentation issues were fixed (thanks to nanouasyn)
(From OE-Core rev: f31ea2784428114acae33522a80208aa35d133bc)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
https://hypothesis.readthedocs.io/en/latest/changes.html#v6-56-4
6.56.4 - 2022-10-28
* This patch updates some docs, and depends on exceptiongroup 1.0.0 final
to avoid a bug in the previous version.
6.56.3 - 2022-10-17
* This patch teaches text() to rewrite a few more filter predicates (issue
#3134). You’re unlikely to notice any change.
6.56.2 - 2022-10-10
* This patch updates our vendored list of top-level domains, which is used
by the provisional domains() strategy, and fixes some incorrect examples
in the docs for mutually_broadcastable_shapes().
(From OE-Core rev: 1071b68375819d9faa607ae1179720500157d932)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
https://docs.pytest.org/en/stable/changelog.html#pytest-7-2-0-2022-10-23
Excerpt from upstream release notes:
Deprecations
* #10012: Update pytest.PytestUnhandledCoroutineWarning to a
deprecation; it will raise an error in pytest 8.
* #10396: pytest no longer depends on the py library. pytest provides
a vendored copy of py.error and py.path modules but will use
the py library if it is installed. If you need other py.* modules,
continue to install the deprecated py library separately, otherwise it
can usually be removed as a dependency.
* #4562: Deprecate configuring hook specs/impls using
attributes/marks.
Instead use pytest.hookimpl() and pytest.hookspec(). For more
details, see the docs.
* #9886: The functionality for running tests written for nose has been
officially deprecated.
This includes:
Plain setup and teardown functions and methods: this might catch
users by surprise, as setup() and teardown() are not pytest idioms, but
part of the nose support.
Setup/teardown using the @with_setup decorator.
For more details, consult the deprecation docs.
(From OE-Core rev: 8ae3b896b0e1a77bcbd5b98b4b983e4f34746a94)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#593
2022-10-18
Enhancements
* 2040, [macOS]: provide wheels for arm64 architecture. (patch by
Matthieu Darbois)
Bug fixes
* 2116, [macOS], [critical]: `psutil.net_connections`_ fails with
RuntimeError.
* 2135, [macOS]: Process.environ() may contain garbage data. Fix
out-of-bounds read around sysctl_procargs. (patch by Bernhard
Urban-Forster)
* 2138, [Linux], [critical]: can't compile psutil on Android due to
undefined ethtool_cmd_speed symbol.
* 2142, [POSIX]: net_if_stats() 's flags on Python 2 returned unicode
instead of str. (patch by Matthieu Darbois)
* 2147, [macOS] Fix disk usage report on macOS 12+. (patch by Matthieu
Darbois)
* 2150, [Linux] Process.threads() may raise NoSuchProcess. Fix race
condition. (patch by Daniel Li)
* 2153, [macOS] Fix race condition in
test_posix.TestProcess.test_cmdline. (patch by Matthieu Darbois)
(From OE-Core rev: 893fc6a99f1ad3417fec43eb9b7fdb641e7d1e6d)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
38.0.3 - 2022-11-01
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
3.0.7, which resolves CVE-2022-3602 and CVE-2022-3786.
38.0.2 - 2022-10-11 (YANKED)
Attention!
This release was subsequently yanked from PyPI due to a regression in
OpenSSL.
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
3.0.6.
https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#3803---2022-11-01
(From OE-Core rev: 3c0c03312724de85e3209e6e5a5aa20c094eae45)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Refresh python3-bcrypt-crates.inc
Upstream release notes[1]:
* We now build PyPy manylinux wheels.
* Fixed a bug where passing an invalid salt to checkpw could result in
a pyo3_runtime.PanicException. It now correctly raises a ValueError.
[1] https://github.com/pyca/bcrypt/#401
(From OE-Core rev: 509a684b748af92e0b657433da85550de72ecbe0)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
qemuarmv5 passes testimage on with the linux-yocto-dev kernel. Add it
to the compatible machines list for that recipe.
(From OE-Core rev: e1587fbac4d3ee8092d5e858f1b423faa512c559)
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Currently the hciattach bcm43xx firmware loader looks up the firmware
blob in /etc/firmware . Change this to /lib/firmware instead, so that
the path is consistent with Linux kernel which also looks up firmware
for the WiFi part in /lib/firmware .
(From OE-Core rev: 72b3b79ad8b980e8dd9470d16b72c2c70072bbc0)
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
STAGING_KERNEL_DIR uses the MACHINE name so it breaks the multiconfig
and in this cases it will run the shared recipes twice, one for each
machine.
STAGING_KERNEL_DIR it's been introduced in commit 5487dee2e1
(From OE-Core rev: 6050d1f74c02495490d982ead2993b6b3c9cc04a)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Test that the shared recipes in original mode with diff enabled works in multiconfig,
otherwise it will not build when using the same TMP dir.
The test can be run with:
oe-selftest -r archiver.Archiver.test_archiver_multiconfig_shared_unpack_and_patch
| oe-selftest - INFO - test_archiver_multiconfig_shared_unpack_and_patch (archiver.Archiver)
| oe-selftest - INFO - ... ok
| oe-selftest - INFO - ----------------------------------------------------------------------
| oe-selftest - INFO - Ran 1 test in 52.948s
| oe-selftest - INFO - OK
| oe-selftest - INFO - RESULTS:
| oe-selftest - INFO - RESULTS - archiver.Archiver.test_archiver_multiconfig_shared_unpack_and_patch: PASSED (49.98s)
| oe-selftest - INFO - SUMMARY:
| oe-selftest - INFO - oe-selftest () - Ran 1 test in 52.948s
| oe-selftest - INFO - oe-selftest - OK - All required tests passed (successes=1, skipped=0, failures=0, errors=0)
(From OE-Core rev: 0059a5c9c0116dcc24d03a946703c0cd2ee23d16)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add ptest for OSS 'bc' by using 'bc' in the system to do calculation jobs according to the .b files from the source file.
Test example as below:
......
.00673400673400673400
“PASS: bc/div.b”
99836408603283573660347145562829683495827909199408566065153345558783\
9427595471.89114392327665123852
“PASS: bc/exp.b”
length(b)= 1406
“PASS: bc/fact.b”
......
If bc runs the .b files and does not crash, it would 'PASS', otherwise 'FAIL'.
Tested in qemux86-64, with kvm enabled, test cost 12 secs, so it should be a fast test.
Thanks to Ross Burton and Alexander Kanavin for the professional guidance.
(From OE-Core rev: 98b058a039ae8a49437c306f684f919c93df55fd)
Signed-off-by: Yan Xinkuan <yanxk.fnst@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Rust targets have the form of 'arch-unknown-linux-gnu' while
oe's native targets are 'arch-linux-gnu', e.g. omit the vendor.
The effect this has on rust-native builds is that rust first builds
itself as stage0 for arch-unknown-linux-gnu, then builds itself
again for arch-unknown-linux-gnu, then finally uses the compiler
from second step to 'cross-compile' a compiler for 'arch-linux-gnu'.
This last step is really not necessary, and we could save 4 minutes
out of 12 if it is eliminated. Which is what this patch does
by setting the target directly to 'arch-unknown-linux-gnu'; rust's
build system then shortcuts the build process after the second step.
Given a working rust-native will be needed as early as possible in a
typical yocto build (e.g. when in a not too distant future making a
useful kernel will not be possible without rust), producing it faster
is important.
(From OE-Core rev: a918ea5645d8a67cedaf3ecf6c382520bbcad85b)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This test doesn't get exercised on the autobuilder and so it was broken:
specifically some of the ln commands silently fail and the chroot isn't
usable.
Rewrite the test case to correctly construct a chroot so the test can
pass.
(From OE-Core rev: bb6ebb9956a42df3ed8681aec9aedf340b12f934)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The underlying _run() method has an ignore_status argument and can
either return the exit code or raise an exception if it is non-zero.
Add the same argument to the run() method so that test cases can change
this value. It currently defaults to True as that is the existing
behaviour, but a follow-up patch will change this to False as test cases
should fail on errors unless told otherwise.
(From OE-Core rev: e244228730178d15a066a1428956de328cc09671)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Released: Thu Sep 22 2022
* bug
- [bug] [lexer]
* Fixed issue in lexer in the same category as that of #366 where the regexp
used to match an end tag didn’t correctly organize for matching characters
surrounded by whitespace, leading to high memory / interpreter hang if a
closing tag incorrectly had a large amount of unterminated space in it.
Credit to Sebastian Chnelik for locating the issue.
As Mako templates inherently render and directly invoke arbitrary Python
code from the template source, it is never appropriate to create templates
that contain untrusted input.
References: #367
[1] https://docs.makotemplates.org/en/latest/changelog.html#change-1.2.3
[2] https://github.com/sqlalchemy/mako/issues/366
[3] https://github.com/sqlalchemy/mako/issues/367
(From OE-Core rev: 49ad6f031458e1f48f24547dc88e41abc4ec41a6)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
A recent change in libuuid made warning when running
sgdisk. Backport patch from upstream to silent warning.
The warning:
"Warning! Unable to generate a proper UUID! Creating an improper one as a last
resort! Windows 7 may crash if you save this partition table!"
(From OE-Core rev: ce6491b900e509a776eddaf6bd57251628393fa3)
Signed-off-by: Peter Bergin <peter@berginkonsult.se>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Remove two patches as issues fixed upstream,
submit the third one.
License-Update: argp.h is an import from glibc and
has been refreshed to the latest version. It's still
lgpl 2.1.
(From OE-Core rev: 6ecd02e4aff8222b55cd94d5214ccd76c96b7387)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This allows semi-automated updates to the list of crates, which
is far too awkward to maintain by hand, particularly on version updates.
(From OE-Core rev: 1071e2fdd23271bf5df60712263838fe70276c67)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The component has been reimplemented in rust, and comes
with a large list of dependencies in Cargo.toml/Cargo.lock.
Rather than list them by hand, use a file generated with
cargo-update-recipe-crates class.
(From OE-Core rev: f1ebc71d9c35ba3ff58851efe2fae4e193f481f1)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
For better or worse, more and more rust components are appearing that do
not include their dependencies in tarballs (or git trees), and rely on cargo
to fetch them. On the other hand, bitbake does not use cargo (and quite possible
won't ever be able to), and relies on having each item explicitly listed in SRC_URI
with a crate:// prefix. This however creates a problem of both making such lists in
the first place and updating them when a recipe is updated to a newer version.
So this class can be used to perform such updates by implementing a task that does it;
the next commit shows the outcome for python3-bcrypt (which has been tested to work
and produce a successful build).
Note: the python script relies on tomllib library, which appears in Python 3.11 and
does not exist in earlier versions - I've tested this by first updating python to 3.11-rc2
in oe-core.
(From OE-Core rev: 9eee3631124d64574b18a70a2fc42f446d58bfd2)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[YOCTO #7852]
Fixes 'bitbake-layers layerindex-fetch --branch kirkstone meta-arm'
not checking out the branch if the repo is already cloned and on a
different branch.
If a clone of a layer being added already exists check what branch it
is on and if necessary attempt to switch to the given branch. If the
switch fails to happen the git error will be reported. We also warn if
there are uncommitted changes as the changes might go unnoticed and
result in unexpected behaviors.
(Bitbake rev: d2cb388f58a37db2149fad34e4572d954e6e5441)
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If the client socket is closed, asyncio.StreamReader.readline() will
return an empty bytes object, not None.
This prevents multiple tracebacks being logged by bitbake-hashserv each
time bitbake is started and performs a connection check.
(Bitbake rev: 2d07f252704dff7747fa1f9adf223a452806717f)
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We need the system tar to be GNU tar, as we reply on --xattrs. Some
distributions may be using libarchive's tar binary, which is definitely
not as featureful, so check for this and abort early with a clear
message instead of later with mysterious errors.
(From OE-Core rev: 7dd2b1cd1bb10e67485dab8600c0787df6c2eee7)
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>
The semaphore fix has landed and is available from 3.11 onwards:
1ee0f94d16
Drop 0001-Mitigate-the-race-condition-in-testSockName.patch
as it is merged upstream.
(From OE-Core rev: f10cdc155e47af5627ee999c57e1d083f9382a91)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
'Release' type follows standard practice elsewhere in core, particularly rust-llvm as well.
(From OE-Core rev: 20adf74207b8c3eac7871e27da2df1aa26fca3b6)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[v2 hopefully fixes the From: mangling by the ML, no functional changes]
Trying to build cmake-native on a host system where curl was built with cmake
(resulting in CURLConfig.cmake and friends, which do not use the same naming
schemes expected by cmake-native's build process, being installed to a system
wide cmake directory like /usr/lib64/cmake/CURL) results in undefined
references to all libcurl symbols.
The problem is that cmake-native sees and uses the system wide
/usr/lib64/cmake/CURL/CURLConfig.cmake, which defines CURL::libcurl and
CURL::curl as opposed to setting ${CURL_LIBRARIES} as expected by
cmake-native.
find_package(CURL) (cmake-native's CMakeLists.txt, line 478) succeeds, but
incorrectly uses the system wide CURLConfig.cmake, resulting
CMAKE_CURL_LIBRARIES to be set to an empty string (cmake-native's
CMakeLists.txt, line 484), causing the cmake-native build to miss -lcurl.
The simplest fix is to let cmake know the right value for
CURL_LIBRARIES. Making it -lcurl should always work with libcurl-native
in recipe-sysroot-native.
[YOCTO #14951]
(From OE-Core rev: 2659c735a464c956b4fca0894a5aed27a0fe7e37)
Signed-off-by: Bernhard Rosenkränzer <bero@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This git configuration variable is deprecated in 2.36.0 onwards, so git
warns in the logs for every git call.
Luckily the default value has always been false[1], so we can just remove
this.
[ YOCTO #14939 ]
[1] aafe9fbaf4
(Bitbake rev: 8ad310633e0c5d5593631c1196cbdde30147efce)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Replace instances of "Build Directory" and "build directory"
(when applicable) by :term:`Build Directory` as already
done in most places.
Doing this, fix the indentation of the paragraphs with
this term.
(From yocto-docs rev: dce50679242d39f133e0cde5c8483b5e69f3eb54)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Doing this, fix the odd identation of the corresponding paragraphs
(From yocto-docs rev: e319b3bf4eb6420949372e699d60c7383945e513)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add sub section to how Poky and OE-Core handle CVE security issues. This
is a generic intro chapter. Also add note that this is a process which
needs quite a bit of review and iteration to keep products and SW stack
secure, a process not a product.
Then change "Vulnerabilites in images" chapter to
"Vulnerability check at build time" since the process applies to
anything compiled with bitbake, not just images.
Explain details of how to work with cve-check.bbclass, especially
the states Patched, Unpatched and Ignored in the generated reports.
Rename recipe chapter to "Fixing CVE product name and version mappings"
since CVE check has some default which works for all recipes
but generated reports may be completely broken. Fixes are then done with
CVE_PRODUCT and CVE_VERSION.
Give some hints how to analyze "Unpatched" CVEs by checking what happens
in other Linux distros etc.
(From yocto-docs rev: 77a9c1a9fe651bf11f1d5a723b0741dd1764b2c8)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Regular security scans and updates to fix issues and updates from
upstream maintainers are best practices.
(From yocto-docs rev: 24d3337b6cbb38297877f6ce6ec78896ce93e8b2)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It is a quite important tool for maintaining yocto based products
so documentation should include the best practices.
(From yocto-docs rev: 3f7d09fc3c96f29ab80a2cb893c9b4b19a75a769)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The CVE number in the patch is a typo. CVE-2022-2053 is not related to
libtiff. So fix it.
(From OE-Core rev: c9f76ef859b0b4edb83ac098816b625f52c78173)
Signed-off-by: Zheng Qiu <zheng.qiu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When building a FIT image with device trees, each device tree lands in a
FIT section and is referenced by a FIT configuration node.
FIT images however also allow referencing the same device tree from
multiple configurations. This can be useful to reduce FIT image size
while staying compatible with existing bootloaders. Allow
kernel-fitimage.bbclass users to take advantage of this by mapping
each symlink to a regular device tree included in the FIT to a
configuration that references a common device tree section.
(From OE-Core rev: 21e240da63239826f3ef50ceef40c9519e9030d8)
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This introduces no functional change, but will come in handy in a later
commit where a file lookup will have us using the device tree name. If
we keep it like it's now, we will lose the information whether an
underscore is an original underscore or a mangled slash.
(From OE-Core rev: 8bea426ca59d17715a3b32f7e3caf3e4b6db5ce9)
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
CVE-2022-39253 in git meant file:// urls within submodules were disabled. Add
a parameter to the commands in the tests to allow this to continue to work.
(Bitbake rev: 209f7ba352b60722830157054e3fc56cb9c693eb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In OE-Core d6b15d1e70b99185cf245d829ada5b6fb99ec1af,
"openssl: export necessary env vars in SDK", the value added for
SSL_CERT_FILE was in conflict with the value used elsewhere, such as
in buildtools. This makes them match and fixes buildtools testsdk
failures.
(From OE-Core rev: 7d383a7fc6da666c80f2fc037af5f49a3388eb2b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add a test for special characters in user and password to qualify
decodeurl() inspired by a bug report describing that '=' signs in a
password was problematic.
Add a second test to qualify decodeurl() as related to the change in
commit 628c4bf6c89b [fetch2/__init__: handle @ in package names].
Relates to [YOCTO #14476]
(Bitbake rev: ee04cf09c7022168c035affa654773652a49793e)
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In the case where hashlib is not available, the try would fail and fall
through resulting in a backtrace on the usage of the 'sig'. The backtrace
itself was confusing and made it difficult to determine what went wrong.
Update the import to be in it's own try block with an appropriate
message to indicate what went wrong.
Note, the current version of ply all of this code has been restructured
so this is not applicable upstream.
Additionally, some versions of hashlib don't appear to implement the
second FIPS related argument. Detect this and support both versions.
(Bitbake rev: 484ab42f440070c0369b81f5c69da860fa47a798)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The U-Boot signing code is a bit of a mess. The problem is that mkimage
determines the public keys to embed into a device tree based on an image
that it is signing. This results in all sorts of contortions: U-Boot has to
be available to the kernel recipe so that it can have the correct public
keys embedded. Then, the signed U-Boot has to be made available to U-Boot's
do_deploy. This same dance is then repeated for SPL. To complicate matters,
signing for U-Boot and U-Boot SPL is optional, so the whole process must be
seamlessly integrated with a non-signed build.
The complexity and interdependency of this process makes it difficult to
extend. For example, it is not possible to install a signed U-Boot binary
into the root filesystem. This is first because u-boot:do_install must run
before linux:do_assemble_fitimage, which must run before u-boot:do_deploy.
But aside from infrastructure issues, installing a signed U-Boot also can't
happen, because the kernel image might have an embedded initramfs
(containing the signed U-Boot).
However, all of this complexity is accidental. It is not necessary to embed
the public keys into U-Boot and sign the kernel in one fell swoop. Instead,
we can sign the kernel, stage it, and sign the staged kernel again to embed
the public keys into U-Boot [1]. This twice-signed kernel serves only to
provide the correct parameters to mkimage, and does not have to be
installed or deployed. By cutting the dependency of
linux:do_assemble_fitimage on u-boot:do_install, we can drastically
simplify the build process, making it much more extensible.
The process of doing this conversion is a bit involved, since the U-Boot
and Linux recipes are so intertwined at the moment. The most major change
is that uboot-sign is no longer inherited by kernel-fitimage. Similarly,
all U-Boot-related tasks have been removed from kernel-fitimage. We add a
new step to the install task to stage the kernel in /sysroot-only. The
logic to disable assemble_fitimage has been removed. We always assemble it,
even if the final fitImage will use a bundled initramfs, because U-Boot
will need it.
On the U-Boot side, much of the churn stems from multiple config support.
Previously, we took a fairly ad-hoc approach to UBOOT_CONFIG and
UBOOT_MACHINE, introducing for loops wherever we needed to deal with them.
However, I have chosen to use a much more structured approach. Each task
which needs to use the build directory uses the following pseudocode:
do_mytask() {
if ${UBOOT_CONFIG}; then
for config, type in zip(${UBOOT_CONFIG}, ${UBOOT_MACHINE}); do
cd ${config}
mytask_helper ${type}
done
else
cd ${B}
mytask_helper ""
fi
}
By explicitly placing the work in mytask_helper, we make it easier to
ensure that everything is covered, and we also allow bbappends files to
more easily extend the task (as otherwise they would need to reimplement
the loop themselves).
[1] It doesn't particularly matter what we sign. Any FIT will do, but I
chose the kernel's because we already went to the trouble of setting it up
with the correct hashes and signatures. In the future, we could create a
"dummy" image and sign that instead, but it would probably have to happen
in the kernel recipe anyway (so we have access to the appropriate
variables).
(From OE-Core rev: 5e12dc911d0c541f43aa6d0c046fb87e8b7c1f7e)
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
uboot_fitimage_assemble is called from one place with the same
arguments. Instead of using shell variables as intermediaries, simplify
the function by using the bitbake variables directly. Removing a layer
of indirection makes it easier to determine what values are being
substituted in. Some variables can't be fully converted, but they will
be addressed in the a few commits.
(From OE-Core rev: 27f42c9b9a91742d3ee358aa8dc29627379b2539)
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We have a specific variable for the path to the boot directory. Use it
instead of open-coding this path.
(From OE-Core rev: 725b75e83bc2b2111f2ab5103b7e7f60d6d3f34e)
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Replacing sysroot_stage_all by a no-op recipe makes it difficult for
bbappends to stage files intentionally. Instead, just clear
SYSROOT_DIRS, allowing other bbappends to easily add new directories.
(From OE-Core rev: 849791e7086463a4c7c53c2c1ed9603a6c3a080d)
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When generating our SPL-verifying certificate, we use FIT_KEY_REQ_ARGS,
which is intended for the U-Boot-verifying certificate. Instead, use
UBOOT_FIT_KEY_REQ_ARGS.
Fixes: 0e6b0fefa0 ("u-boot: Use a different Key for SPL signing")
(From OE-Core rev: a2d939ccb182a1ad29280d236b9f9e1d09527af1)
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Fixes CVE-2022-39260
Git v2.38.1 Release Notes
=========================
This release merges the security fix that appears in v2.30.6; see
the release notes for that version for details.
Excerpt from 2.30.6 release notes:
* CVE-2022-39260:
An overly-long command string given to `git shell` can result in
overflow in `split_cmdline()`, leading to arbitrary heap writes and
remote code execution when `git shell` is exposed and the directory
`$HOME/git-shell-commands` exists.
`git shell` is taught to refuse interactive commands that are
longer than 4MiB in size. `split_cmdline()` is hardened to reject
inputs larger than 2GiB.
Credit for finding CVE-2022-39260 goes to Kevin Backhouse of GitHub.
The fix was authored by Kevin Backhouse, Jeff King, and Taylor Blau.
For 2.38.0 changes, see:
https://github.com/git/git/blob/master/Documentation/RelNotes/2.38.0.txt
(From OE-Core rev: b304768711374066db320fe87960be81f54a8424)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Improve the fatal error message of the yocto-kernel-tools symbol_why.py
and shows the command that generate the error as it can help understand
the root cause of the error.
(From OE-Core rev: 54ae08779071f2e97bff0ff6514ede3124312c3b)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It's important to use standard variable names in the
/etc/os-release file. Otherwise reporting version etc
details requires custom modifications in various tools.
(From OE-Core rev: af528f4b46e5df0a176d91d46cc6f89c7296c602)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Backport of patch already present upstream to fix issues with invalid
characters for GLIB when combining gstreamer1.0-libav with ffmpeg 5.x.
Remove when gstreamer1.0-libav is upgraded to 1.21.1 or above
(From OE-Core rev: 703ff945557ad307bbe4ba0b0b7f1a2e5b4b847e)
Signed-off-by: Claus Stovgaard <claus.stovgaard@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The trailing slash in ${B} caused -fdebug-prefix-map=${B}=... to not
match as intended, resulting in ${TMPDIR} ending up in files in
${PN}-dbg when externalsrc was in use, which in turn triggered buildpath
QA warnings.
(From OE-Core rev: 9b5031ed5a0d102905fa75acc418246c23df6eef)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Instead of changing the script environment to affect the child
processes, make a copy of the environment with modifications and pass
that to subprocess.
Specifically, when dri rendering is enabled, LD_PRELOAD was being passed
to all processes created by the script which resulted in other commands
(e.g. stty) exiting with a failure like:
/bin/sh: symbol lookup error: sysroots-uninative/x86_64-linux/lib/librt.so.1: undefined symbol: __libc_unwind_link_get, version GLIBC_PRIVATE
Making a copy of the environment fixes this because the LD_PRELOAD is
now only passed to qemu itself.
(From OE-Core rev: 2232599d330bd5f2a9e206b490196569ad855de8)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The bridge helper program is invoked directly from QEMU when it needs to
attach to a network bridge. As such, it is subject to the environment of
QEMU itself. Specifically, if bridging is enabled with direct rendering
acceleration, QEMU is run with an LD_PRELOAD that attempts to preload
several uninative libraries; however /bin/sh doesn't use the uninative
loader which means it can fail to start with an error like:
/bin/sh: symbol lookup error: sysroots-uninative/x86_64-linux/lib/librt.so.1: undefined symbol: __libc_unwind_link_get, version GLIBC_PRIVATE
Converting the helper program to a C program resolves this problem
because it will now use the uninative loader so the preload doesn't
cause errors.
(From OE-Core rev: f698e98f2f09952b34488b8cf9e73e82bd7aea07)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In case user requested to build a binary repeatable package,
it's required to honor the SOURCE_DATE_EPOCH environment
variable. So forcefully set mtime inside all the routines
which modify fstab in case it is updated.
(From OE-Core rev: 99719a3712a88dce8450994d995803e126e49115)
Signed-off-by: Sergei Zhmylev <s.zhmylev@yadro.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The code to parse arguments was inadvertently skipping all arguments in
the elif block after gl-es if it was specified on the command line.
(From OE-Core rev: 718bb8d56f6a24c86e67830a7d13af54df2ebb4e)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* fix issue introduced in:
https://git.openembedded.org/openembedded-core/commit/?id=95fbac8dcad6c93f4c9737e9fe13e92ab6befa09
* it added check for s_dir + git-dir (typically '.git') isn't
the same as ${TOPDIR} + git-dir, but due to copy-paste issue
it was just comparing it with s_dir + git-dir again, resulting
in most external repos (where git-dir is '.git') to be processed
as regular directory (not taking advantage of git write-tree).
* normally this wouldn't be an issue, but for big repo with a lot of
files this added a lot of checksums in:
d.setVarFlag('do_compile', 'file-checksums', '${@srctree_hash_files(d)}')
and I mean *a lot, e.g. in chromium build it was 380227 paths
which still wouldn't that bad, but the checksum processing in
siggen.py isn't trivial and just looping through all these
checksums takes very long time (over 1000sec on fast NVME drive
with warm cache) and then
https://git.openembedded.org/bitbake/commit/?id=b4975d2ecf615ac4c240808fbc5a3f879a93846b
made the processing a bit more complicated and the loop in
get_taskhash() function took 6448sec and to make things worse
there was no output from bitbake during that time, so even with -DDD
it looks like this:
DEBUG: virtual/libgles2 resolved to: mesa (langdale/oe-core/meta/recipes-graphics/mesa/mesa_22.2.0.bb)
Bitbake still alive (no events for 600s). Active tasks:
Bitbake still alive (no events for 1200s). Active tasks:
Bitbake still alive (no events for 1800s). Active tasks:
Bitbake still alive (no events for 2400s). Active tasks:
Bitbake still alive (no events for 3000s). Active tasks:
Bitbake still alive (no events for 3600s). Active tasks:
Bitbake still alive (no events for 4200s). Active tasks:
Bitbake still alive (no events for 4800s). Active tasks:
Bitbake still alive (no events for 5400s). Active tasks:
Bitbake still alive (no events for 6000s). Active tasks:
DEBUG: Starting bitbake-worker
without -DDD it will get stuck for almost 2 hours in:
"Initialising tasks..."
before it finally writes sstate summary like:
"Sstate summary: Wanted 3102 Local 0 Mirrors 0 Missed 3102 Current 1483 (0% match, 32% complete)"
* fix the copy&paste typo to use git work-tree in most cases, but
be aware that this issue still exists for huge local source
trees not in git
[YOCTO #14942]
(From OE-Core rev: 9102e5a94b8146cb1da27afbe41d3db999a914ff)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
wayland-protocols 1.27 is now available.
This release includes two new staging protocols:
* Content type hint
This protocol enables clients to provide hints to the compositor about
what kind of content it provides, allowing compositors to optionally
adapt its behavior accordingly.
* Idle notify
This extension allows compositors to notify clients about when the user
is idle.
Apart from these two new extensions, this release also brings the usual
clarifications, cleanups and fixes. Enjoy!
Daniel Stone (1):
xdg-shell: ack_configure must be strictly monotonic
Emmanuel Gil Peyrot (1):
staging/content-type: Content type hint support
Isaac Freund (1):
ext-session-lock: add note on client termination
Jonas Ådahl (1):
build: Bump version to 1.27
Simon Ser (3):
xdg-shell: forbid loops in set_parent
ext-idle-notify: new protocol
build: alphabetically sort list of staging protocols
(From OE-Core rev: bed837c23eada26478d50b3363e2da43f57f3b7e)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
c68173b2012b Linux 5.15.72
713fa3e4591f drm/i915/gem: Really move i915_gem_context.link under ref protection
a00ed4e5d5ee x86/alternative: Fix race in try_get_desc()
c3d4b8970c0d KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guest
ab5c5787ab5e clk: iproc: Do not rely on node name for correct PLL setup
e748a084b51c clk: imx: imx6sx: remove the SET_RATE_PARENT flag for QSPI clocks
19f4e1636626 fs: split off setxattr_copy and do_setxattr function from setxattr
a0e3719e030a vdpa/ifcvf: fix the calculation of queuepair
4755d9d2c9b0 selftests: Fix the if conditions of in test_extra_filter()
c83a7606aa65 net: phy: Don't WARN for PHY_UP state in mdio_bus_phy_resume()
a8cd7e1bc7cd net: stmmac: power up/down serdes in stmmac_open/release
67c00bcf4231 wifi: mac80211: fix regression with non-QoS drivers
520e434a082d nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devices
e9d7d809022e net/mlxbf_gige: Fix an IS_ERR() vs NULL bug in mlxbf_gige_mdio_probe
8b1b908507ce cxgb4: fix missing unlock on ETHOFLD desc collect fail path
e99c7a61d89e net: sched: act_ct: fix possible refcount leak in tcf_ct_init()
815381aeff95 usbnet: Fix memory leak in usbnet_disconnect()
af91321b7372 gpio: mvebu: Fix check for pwm support on non-A8K platforms
f592ccddac68 Input: melfas_mip4 - fix return value check in mip4_probe()
ff982b1f325d Revert "drm: bridge: analogix/dp: add panel prepare/unprepare in suspend/resume time"
bde7795794f4 drm/bridge: lt8912b: fix corrupted image output
e103b0e83991 drm/bridge: lt8912b: set hdmi or dvi mode
473f653a86ee drm/bridge: lt8912b: add vsync hsync
6a12105d9d4f ASoC: tas2770: Reinit regcache on reset
75ef73d7d2b3 arm64: dts: qcom: sm8350: fix UFS PHY serdes size
5664dc84fc2e ASoC: imx-card: Fix refcount issue with of_node_put
367403bc1cfe soc: sunxi: sram: Fix debugfs info for A64 SRAM C
68d2f42cf4f6 soc: sunxi: sram: Fix probe function ordering issues
2f82b5290078 soc: sunxi_sram: Make use of the helper function devm_platform_ioremap_resource()
861adc2b2037 soc: sunxi: sram: Prevent the driver from being unbound
8b07378ebe43 soc: sunxi: sram: Actually claim SRAM regions
d50e0e2f3d94 ARM: dts: am5748: keep usb4_tm disabled
c48e3db1df25 reset: imx7: Fix the iMX8MP PCIe PHY PERST support
606229101290 ARM: dts: am33xx: Fix MMCHS0 dma properties
bfe5dc2101ba swiotlb: max mapping size takes min align mask into account
a6a3b6b11ac0 media: v4l2-compat-ioctl32.c: zero buffer passed to v4l2_compat_get_array_args()
ab9d32844742 media: rkvdec: Disable H.264 error detection
69379139ed78 media: dvb_vb2: fix possible out of bound access
6287c9e00595 mm,hwpoison: check mm when killing accessing process
f9aed3d8a029 mm: fix madivse_pageout mishandling on non-LRU page
1299c1198878 mm/migrate_device.c: flush TLB while holding PTL
e858f7ac7395 mm: fix dereferencing possible ERR_PTR
d75ce115625e mm: prevent page_frag_alloc() from corrupting the memory
23d17e2b04c7 mm/page_alloc: fix race condition between build_all_zonelists and page allocation
fec2db7a434a mmc: hsq: Fix data stomping during mmc recovery
4fef6e1fe07c mmc: moxart: fix 4-bit bus width and remove 8-bit bus width
4f75d0cacd65 libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205
dc248ddf41ea vduse: prevent uninitialized memory accesses
ea774829699a drm/amdgpu: Add amdgpu suspend-resume code path under SRIOV
25759a7bc1f4 drm/i915/gt: Restrict forced preemption to the active context
e0f576335d05 Revert "firmware: arm_scmi: Add clock management to the SCMI power domain"
5de02ab84aec net: mt7531: only do PLL once after the reset
56e3f8d56299 mm/damon/dbgfs: fix memory leak when using debugfs_lookup()
149da9e60b8c ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()
dc8cdb988453 ARM: dts: integrator: Tag PCI host with device_type
aa5c3aa3f197 x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxd
476c188b9dbe clk: ingenic-tcu: Properly enable registers before accessing timers
d134b0f7a9b9 can: c_can: don't cache TX messages for C_CAN cores
6fff203793cb Input: snvs_pwrkey - fix SNVS_HPVIDR1 register address
006a5085a3a8 net: usb: qmi_wwan: Add new usb-id for Dell branded EM7455
81e759d71a6b thunderbolt: Explicitly reset plug events delay back to USB4 spec value
85a70a259916 usb: typec: ucsi: Remove incorrect warning
ac12a04c8e08 uas: ignore UAS for Thinkplus chips
528aba78ee01 usb-storage: Add Hiksemi USB3-FW to IGNORE_UAS
0a4e8f384e82 uas: add no-uas quirk for Hiksemi usb_disk
8484a356cee8 cgroup: cgroup_get_from_id() must check the looked-up kn is a directory
ae04dd5ef180 cgroup: reduce dependency on cgroup_mutex
7a64e6dc6cb7 ALSA: hda/realtek: fix speakers and micmute on HP 855 G8
6a3bee2ead9b ALSA: hda: Fix Nvidia dp infoframe
f7392f93a2fb ALSA: hda: Fix hang at HD-audio codec unbinding due to refcount saturation
de5deddfa7e7 ALSA: hda: Do disconnect jacks at codec unbind
90c7e9b400c7 Linux 5.15.71
214194610a18 ext4: use locality group preallocation for small closed files
8a1ac4167dda ext4: avoid unnecessary spreading of allocations among groups
fd8b82919549 ext4: make mballoc try target group first even with mb_optimize_scan
21dada4ce19c ext4: limit the number of retries after discarding preallocations blocks
be4df018c0be ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0
90bc7b630c6c ext4: make directory inode spreading reflect flexbg size
95d714d8ad3d devdax: Fix soft-reservation memory description
27bf7a5d1198 NFSv4: Fixes for nfs4_inode_return_delegation()
21b0301f2234 drm/amdgpu: don't register a dirty callback for non-atomic
6eb08245da51 i2c: mlxbf: Fix frequency calculation
dc2a0c587006 i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()
621c6ab03ac3 i2c: mlxbf: incorrect base address passed during io write
c242dbf2e36f i2c: imx: If pm_runtime_get_sync() returned 1 device access is possible
c71ec39be45a workqueue: don't skip lockdep work dependency in cancel_work_sync()
929ef155e1da fsdax: Fix infinite loop in dax_iomap_rw()
9aac3819f099 drm/rockchip: Fix return type of cdn_dp_connector_mode_valid
1c26968caf18 drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usage
492db4ffcff3 drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()
9539cfc74493 drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAndDRAMSpeedChangeSupport()
a541c0111818 drm/amd/display: Limit user regamma to a valid value
33b128f790b6 drm/amdgpu: use dirty framebuffer helper
f76d6f309a68 drm/amd/pm: disable BACO entry/exit completely on several sienna cichlid cards
e5ae504c8623 drm/gma500: Fix BUG: sleeping function called from invalid context errors
e07d9154bb81 Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
5f270b61ee8b drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOV
d3a67c21b18f s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup
faf0e1b5d82b serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accounting
0aada772fd16 serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
4c7e17270cab serial: Create uart_xmit_advance()
4199425b1132 serial: fsl_lpuart: Reset prior to registration
cc1504f6da2e KVM: x86/mmu: Fold rmap_recycle into rmap_add
dddae48eabfb selftests: forwarding: add shebang for sch_red.sh
08483e4c0c83 bnxt: prevent skb UAF after handing over to PTP worker
f8162aed962b net: sched: fix possible refcount leak in tc_new_tfilter()
bd29ca2b398c net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD
ec3a6f4ffe55 bonding: fix NULL deref in bond_rr_gen_slave_id
db145b8a04fc net/smc: Stop the CLC flow if no link to map buffers on
5daef0042d2c drm/mediatek: dsi: Move mtk_dsi_stop() call back to mtk_dsi_poweroff()
a08cba2f50d7 perf tools: Honor namespace when synthesizing build-ids
1a83f39dc4e1 perf kcore_copy: Do not check /proc/modules is unchanged
a3b923f449a3 perf jit: Include program header in ELF files
39dc6ccdd5af perf stat: Fix BPF program section name
c6d939639fe0 can: gs_usb: gs_can_open(): fix race dev->can.state condition
e1676adedc17 net: sh_eth: Fix PHY state warning splat during system resume
71200518bbbf net: ravb: Fix PHY state warning splat during system resume
d5917b7af7ca netfilter: ebtables: fix memory leak when blob is malformed
08d7524f366a netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain()
91aa52652f4b netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain()
c721623efd09 net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs
f58e43184226 net/sched: taprio: avoid disabling offload when it was never enabled
510e703e4ed0 net: enetc: deny offload of tc-based TSN features on VF interfaces
11eb9ed08856 net: enetc: move enetc_set_psfp() out of the common enetc_set_features()
c60801e4e2b5 wireguard: netlink: avoid variable-sized memcpy on sockaddr
3ebf690d1cde wireguard: ratelimiter: disable timings test by default
c2dc533a7edb net: ipa: properly limit modem routing table use
cbdab7d68f20 of: mdio: Add of_node_put() when breaking out of for_each_xx
ca86577c10bc drm/hisilicon: Add depends on MMU
68c4acee6328 drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabled
8547c7bfc061 sfc: fix null pointer dereference in efx_hard_start_xmit
360910b88d14 sfc: fix TX channel offset when using legacy interrupts
bc750d7127a9 i40e: Fix set max_tx_rate when it is lower than 1 Mbps
53220b99059a i40e: Fix VF set max MTU size
7249a653fe5f iavf: Fix set max MTU size with port VLAN and jumbo frames
030e0688b6b2 mlxbf_gige: clear MDIO gateway lock after read
93859f6878e7 iavf: Fix bad page state
e1dbe8a62098 um: fix default console kernel parameter
7400e2edfc9e MIPS: Loongson32: Fix PHY-mode being left unspecified
abea65fa7713 MIPS: lantiq: export clk_get_io() for lantiq_wdt.ko
831cf63c043e drm/panel: simple: Fix innolux_g121i1_l01 bus_format
408d5752b60f net: team: Unsync device addresses on ndo_stop
f50265a4f3da net: bonding: Unsync device addresses on ndo_stop
e6b277f7367e net: bonding: Share lacpdu_mcast_addr definition
8b2ab46b6c63 scsi: mpt3sas: Fix return value check of dma_get_required_mask()
89df49e561b4 scsi: qla2xxx: Fix memory leak in __qlt_24xx_handle_abts()
5826a555f77c net: phy: aquantia: wait for the suspend/resume operations to finish
4d2f1bc9067a net: core: fix flow symmetric hash
8d06006c7eb7 ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header
dae9d2abe25b iavf: Fix cached head and tail value for iavf_get_tx_pending
34447d64b8d2 ice: Don't double unplug aux on peer initiated reset
816eab147e5c netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find()
dc33ffbc361e netfilter: nf_conntrack_irc: Tighten matching on DCC message
0606c5d5fefd netfilter: nf_conntrack_sip: fix ct_sip_walk_headers
0babb5bc85ee arm64: dts: rockchip: Remove 'enable-active-low' from rk3399-puma
dd5a6c5a0875 dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()
1b0e46d970b4 arm64: dts: rockchip: Set RK3399-Gru PCLK_EDP to 24 MHz
e352fea1d0fc drm/mediatek: dsi: Add atomic {destroy,duplicate}_state, reset callbacks
43733b6c9fda arm64: dts: rockchip: Fix typo in lisense text for PX30.Core
2929463a9eff arm64: dts: rockchip: Pull up wlan wake# on Gru-Bob
166a332463b5 firmware: arm_scmi: Fix the asynchronous reset requests
1f08a1b26cfc firmware: arm_scmi: Harden accesses to the reset domains
9ec5a534d77c xfs: validate inode fork size against fork format
5caa3a127953 xfs: fix xfs_ifree() error handling to not leak perag ref
9e7b231687fd xfs: reorder iunlink remove operation in xfs_ifree
28c7ef86b21b vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignment
3c3edb82d67b arm64: topology: fix possible overflow in amu_fie_setup()
2427a04bce86 KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabled
61703b248be9 mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.
2d6e55e0c038 mm/slub: fix to return errno if kmalloc() fails
71075d7d4632 net: mana: Add rmb after checking owner bits
19aea370fd09 can: flexcan: flexcan_mailbox_read() fix return value for drop = true
bf0197aea195 kasan: call kasan_malloc() from __kmalloc_*track_caller()
c75288a4902b riscv: fix a nasty sigreturn bug...
97da736cd11a gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully
9b26723e058f gpio: mockup: Fix potential resource leakage when register a chip
18352095a0d5 gpio: mockup: fix NULL pointer dereference when removing debugfs
2279e977405b wifi: mt76: fix reading current per-tid starting sequence number for aggregation
b5bc5a274d54 efi: libstub: check Shim mode using MokSBStateRT
ef43fee9f211 efi: x86: Wipe setup_data on pure EFI boot
b173f1f8ef9e thunderbolt: Add support for Intel Maple Ridge single port controller
65b13f951fe6 usb: dwc3: core: leave default DMA if the controller does not support 64-bit DMA
7143f6cf58db media: flexcop-usb: fix endpoint type check
d8a76a2e514f btrfs: fix hang during unmount when stopping a space reclaim worker
46053262b5f5 btrfs: fix hang during unmount when stopping block group reclaim worker
b02f86689a5a iommu/vt-d: Check correct capability for sagaw determination
a963fe6d0eb6 ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5530 laptop
4b2fa20da623 ALSA: hda/realtek: Add quirk for ASUS GA503R laptop
eb54e457c4ad ALSA: hda/realtek: Add pincfg for ASUS G533Z HP jack
0898469913cd ALSA: hda/realtek: Add pincfg for ASUS G513 HP jack
c6a746b4fca5 ALSA: hda/realtek: Re-arrange quirk table entries
41e974cd6ecb ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5570 laptop
5421125bbda8 ALSA: hda/realtek: Add quirk for Huawei WRT-WX9
84481d7a59a2 ALSA: hda: add Intel 5 Series / 3400 PCI DID
04b5bd5702ab ALSA: hda/tegra: set depop delay for tegra
e10425c5424b ALSA: core: Fix double-free at snd_card_new()
10a8c5d7d393 Revert "ALSA: usb-audio: Split endpoint setups for hw_params and prepare"
06c0204a6e80 USB: serial: option: add Quectel RM520N
6cf9e8b7e67a USB: serial: option: add Quectel BG95 0x0203 composition
369b008bbe36 USB: core: Fix RST error in hub.c
d10d1e9d9f1e drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES
6eede01dfd0e Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"
c02431f43e12 Revert "usb: add quirks for Lenovo OneLink+ Dock"
8de5e12f587b usb: gadget: udc-xilinx: replace memcpy with memcpy_toio
2db7a7176c45 usb: add quirks for Lenovo OneLink+ Dock
a72eee6d905e usb: dwc3: gadget: Avoid duplicate requests to enable Run/Stop
f79a57d4091f usb: dwc3: gadget: Don't modify GEVNTCOUNT in pullup()
1a9923999459 usb: dwc3: gadget: Refactor pullup()
7604a210acbb usb: dwc3: gadget: Prevent repeat pullup()
a0b5d22b0448 usb: dwc3: Issue core soft reset before enabling run/stop
8d583ba79cde usb: dwc3: gadget: Avoid starting DWC3 gadget during UDC unbind
167b18f25b96 staging: r8188eu: Add Rosewill USB-N150 Nano to device tables
add40eda8258 staging: r8188eu: Remove support for devices with 8188FU chipset (0bda:f179)
55653c548612 drm/amdgpu: make sure to init common IP before gmc
25a90a11036b drm/amdgpu: Separate vf2pf work item init from virt data exchange
3e98e33d345e Linux 5.15.70
21f948cab866 ALSA: hda/sigmatel: Fix unused variable warning for beep power change
5db17805b6ba cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
39b0235284c7 KVM: SEV: add cache flush to solve SEV cache incoherency issues
d9bf46e74735 net: Find dst with sk's xfrm policy not ctl_sk
ab5140c6ddd7 video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write
9af7af862cb8 mksysmap: Fix the mismatch of 'L0' symbols in System.map
2340f23c770d drm/panfrost: devfreq: set opp to the recommended one to configure regulator
7e8df4920b2a MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()
af88da4c737a afs: Return -EAGAIN, not -EREMOTEIO, when a file already locked
2dd0ae85fb3c net: usb: qmi_wwan: add Quectel RM520N
a5e949e088bc ALSA: hda/tegra: Align BDL entry to 4KB boundary
3d25aaf71fe0 ALSA: hda/sigmatel: Keep power up while beep is enabled
d582756bfc71 wifi: mac80211_hwsim: check length for virtio packets
17898c3b578a rxrpc: Fix calc of resend age
1bbcd88c3c99 rxrpc: Fix local destruction being repeated
87cd4c02bdb1 scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUE
f08a320b4b60 regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulator_probe()
80c7be217ba7 ASoC: nau8824: Fix semaphore unbalance at error paths
f1d57c4c99c2 arm64: dts: juno: Add missing MHU secure-irq
59b756da49bf video: fbdev: i740fb: Error out if 'pixclock' equals zero
899f4160b140 binder: remove inaccurate mmap_assert_locked()
8c2bbfb0ded3 drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vega
0a7d86f156fa drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
dcef16f64969 drm/amdgpu: Don't enable LTR if not supported
710ebf8f1a08 tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
309e9f4a17cf parisc: Allow CONFIG_64BIT with ARCH=parisc
9a72466fb61b cifs: always initialize struct msghdr smb_msg completely
21c47a08f96a cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
e1aad8c56090 cifs: revalidate mapping when doing direct writes
b04e0208d025 of/device: Fix up of_dma_configure_id() stub
8fd27239ca92 parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()
5f285e4c47c3 block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait
f86092d12fbb drm/meson: Fix OSD1 RGB to YCbCr coefficient
d38eb1f37538 drm/meson: Correct OSD1 global alpha value
89cfddd416ba gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx
9a173db71a99 NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
cd358b2ee56f pinctrl: sunxi: Fix name for A100 R_PIO
ca2b798e53d4 pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
30fccb4fe449 pinctrl: qcom: sc8180x: Fix wrong pin numbers
cbafdbb6f6ce pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map
ba6b9f7cc110 of: fdt: fix off-by-one error in unflatten_dt_nodes()
c23065adf97f tty: serial: atmel: Preserve previous USART mode if RS485 disabled
1d01d7beccba serial: atmel: remove redundant assignment in rs485_config
f3450c33411b drm/tegra: vic: Fix build warning when CONFIG_PM=n
820b689b4a7a Linux 5.15.69
277674996dcf Input: goodix - add compatible string for GT1158
b9b39f7332c5 RDMA/irdma: Use s/g array in post send only when its valid
125c3ae8a936 usb: gadget: f_uac2: fix superspeed transfer
fa7e0266c239 usb: gadget: f_uac2: clean up some inconsistent indenting
07609e83c1b9 soc: fsl: select FSL_GUTS driver for DPIO
3998dc50ebdc mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()
cd698131ef5d usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UAS
6087747599ec platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixes
d4441b810bd8 perf/arm_pmu_platform: fix tests for platform_get_irq() failure
55032fb14d4a net: dsa: hellcreek: Print warning only once
985a5d3d491d drm/amd/amdgpu: skip ucode loading if ucode_size == 0
a1347be8f0ff nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()
3d380f9d1e2b Input: iforce - add support for Boeder Force Feedback Wheel
b9682878abee ieee802154: cc2520: add rc code in cc2520_tx()
3a10e8edee2b gpio: mockup: remove gpio debugfs when remove device
b4ebcd6d48bc tg3: Disable tg3 device on system reboot to avoid triggering AER
f715188c23fa hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered message
a86c8d1b36a9 HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo
2e3aeb48995a dt-bindings: iio: gyroscope: bosch,bmg160: correct number of pins
1b80691d5115 drm/msm/rd: Fix FIFO-full deadlock
a9687a2dc7e1 platform/surface: aggregator_registry: Add support for Surface Laptop Go 2
49801d5f8b67 Input: goodix - add support for GT1158
709edbac4c45 iommu/vt-d: Fix kdump kernels boot failure with scalable mode
90f922646f57 tracefs: Only clobber mode/uid/gid on remount if asked
3c90af5a773a tracing: hold caller_addr to hardirq_{enable,disable}_ip
64840a4a2d8e task_stack, x86/cea: Force-inline stack helpers
0b009e5fd146 x86/mm: Force-inline __phys_addr_nodebug()
f9571a969973 lockdep: Fix -Wunused-parameter for _THIS_IP_
dee782da3937 ARM: dts: at91: sama7g5ek: specify proper regulator output ranges
424ac5929d0a ARM: dts: at91: fix low limit for CPU regulator
8be25fa7cfd6 ARM: dts: imx6qdl-kontron-samx6i: fix spi-flash compatible
78eb5e326a0e ARM: dts: imx: align SPI NOR node name with dtschema
3bb12efc5e4d ACPI: resource: skip IRQ override on AMD Zen platforms
a68a734b19af NFS: Fix WARN_ON due to unionization of nfs_inode.nrequests
(From OE-Core rev: fbc8840580fe008c2deda50c0d2d5a98e9b6c564)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating to the latest korg -stable release that comprises
the following commits:
30c780ac0f9f Linux 5.19.14
b11cc6399c56 damon/sysfs: fix possible memleak on damon_sysfs_add_target
381eae6b1dc3 x86/alternative: Fix race in try_get_desc()
1e624467e41f x86/cacheinfo: Add a cpu_llc_shared_mask() UP variant
b1bad76d6a18 KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guest
f45380a17be5 perf tests record: Fail the test if the 'errs' counter is not zero
77d5e98fb6f0 perf test: Fix test case 87 ("perf record tests") for hybrid systems
b781430cd770 net: ethernet: mtk_eth_soc: fix mask of RX_DMA_GET_SPORT{,_V2}
c81bca132fc6 net: mscc: ocelot: fix tagged VLAN refusal while under a VLAN-unaware bridge
79a55020c989 clk: imx93: drop of_match_ptr
539cc4ac04f8 clk: iproc: Do not rely on node name for correct PLL setup
61560f315371 drm/i915/gt: Perf_limit_reasons are only available for Gen11+
b1dd83f321dc clk: imx: imx6sx: remove the SET_RATE_PARENT flag for QSPI clocks
3e8d61faead0 vdpa/mlx5: Fix MQ to support non power of two num queues
b3b8359fafb4 virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()
bffdf0421ba8 vdpa/ifcvf: fix the calculation of queuepair
9f9687bfd884 ice: xsk: drop power of 2 ring size restriction for AF_XDP
01c2475d0c21 ice: xsk: change batched Tx descriptor cleaning
dcf42724aacb selftests: Fix the if conditions of in test_extra_filter()
929a2f6e93a8 net: phy: Don't WARN for PHY_UP state in mdio_bus_phy_resume()
07eb54aa93d7 net: stmmac: power up/down serdes in stmmac_open/release
ec1a5138428f wifi: mac80211: fix memory corruption in minstrel_ht_update_rates()
a84813338208 wifi: mac80211: fix regression with non-QoS drivers
3afc354e1084 wifi: cfg80211: fix MCS divisor value
e8027e26ad58 nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devices
ab3abb72bec2 net/mlxbf_gige: Fix an IS_ERR() vs NULL bug in mlxbf_gige_mdio_probe
8b1d17a8d8ba cxgb4: fix missing unlock on ETHOFLD desc collect fail path
3687a0c03863 net: sched: act_ct: fix possible refcount leak in tcf_ct_init()
75b276c0537e usbnet: Fix memory leak in usbnet_disconnect()
1a39d83193c6 perf parse-events: Remove "not supported" hybrid cache events
44ff610a3cd4 perf print-events: Fix "perf list" can not display the PMU prefix for some hybrid cache events
c4a07387a4b0 perf parse-events: Break out tracepoint and printing
9ac8b5bae9f2 gpio: mvebu: Fix check for pwm support on non-A8K platforms
314df2265c04 Input: melfas_mip4 - fix return value check in mip4_probe()
3cd81a694233 Revert "drm: bridge: analogix/dp: add panel prepare/unprepare in suspend/resume time"
e126ad29ec71 net: macb: Fix ZynqMP SGMII non-wakeup source resume failure
5c94fcc0e87f drm/bridge: lt8912b: fix corrupted image output
6fe84153067b drm/bridge: lt8912b: set hdmi or dvi mode
8d2b780e1ed6 drm/bridge: lt8912b: add vsync hsync
18bf2334b0b3 ASoC: tas2770: Reinit regcache on reset
a0977f22b8a7 arm64: dts: qcom: sm8350: fix UFS PHY serdes size
2c8028dd3f8a clk: microchip: mpfs: make the rtc's ahb clock critical
ab5081ce9f9c clk: microchip: mpfs: fix clk_cfg array bounds violation
8e8516fe1a64 ASoC: imx-card: Fix refcount issue with of_node_put
1317541f0dae soc: sunxi: sram: Fix debugfs info for A64 SRAM C
450080540800 soc: sunxi: sram: Fix probe function ordering issues
e4768a5b0a30 soc: sunxi: sram: Prevent the driver from being unbound
44a9633e9e16 soc: sunxi: sram: Actually claim SRAM regions
24d6230edfc2 ARM: dts: am5748: keep usb4_tm disabled
6f1364939969 reset: imx7: Fix the iMX8MP PCIe PHY PERST support
38d9f71a04c2 ARM: dts: am33xx: Fix MMCHS0 dma properties
3cf3c17fd66f media: v4l2-compat-ioctl32.c: zero buffer passed to v4l2_compat_get_array_args()
fa20a7dcd56b media: mediatek: vcodec: Drop platform_get_resource(IORESOURCE_IRQ)
b901652568f3 media: rkvdec: Disable H.264 error detection
3a35e67f6b29 media: dvb_vb2: fix possible out of bound access
e88a7c1831d4 mm,hwpoison: check mm when killing accessing process
fcc9261c2b5f mm/hugetlb: correct demote page offset logic
f9cedf6b357e mm: bring back update_mmu_cache() to finish_fault()
3094c01fb1e3 mm: fix madivse_pageout mishandling on non-LRU page
edbaf99db91b mm/migrate_device.c: copy pte dirty bit to page
e85ab5ae17bd mm/migrate_device.c: add missing flush_cache_page()
ca7d59a4b5f3 mm/migrate_device.c: flush TLB while holding PTL
82a00edf23e4 mm: fix dereferencing possible ERR_PTR
a346ba002906 mm/page_isolation: fix isolate_single_pageblock() isolation behavior
faee7721e795 mm: prevent page_frag_alloc() from corrupting the memory
0cddc19ddb05 mm/page_alloc: fix race condition between build_all_zonelists and page allocation
437484d936ac mm: gup: fix the fast GUP race against THP collapse
c6e2a0587215 mmc: hsq: Fix data stomping during mmc recovery
1209607a7133 mmc: moxart: fix 4-bit bus width and remove 8-bit bus width
b41808bfa049 mptcp: fix unreleased socket in accept queue
5368d1a17ec5 mptcp: factor out __mptcp_close() without socket lock
16220537557a mm: fix BUG splat with kvmalloc + GFP_ATOMIC
2c5a04961201 libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205
38d854c4a11c vduse: prevent uninitialized memory accesses
4a1230f34f06 drm/amdgpu: Add amdgpu suspend-resume code path under SRIOV
5af714ceebae drm/i915/gt: Restrict forced preemption to the active context
193153f7cc2a powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flush
a129cce68908 Revert "firmware: arm_scmi: Add clock management to the SCMI power domain"
b48abca42e0a net: mt7531: only do PLL once after the reset
1f4ceb7daf36 mm/damon/dbgfs: fix memory leak when using debugfs_lookup()
decf4f5c01a8 x86/uaccess: avoid check_object_size() in copy_from_user_nmi()
9653cc040a7d ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()
d0ebc7ef65e3 ARM: dts: integrator: Tag PCI host with device_type
76335c4156ed frontswap: don't call ->init if no ops are registered
26a1ca1f9fbb x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxd
19f89548ed86 wifi: mac80211: ensure vif queues are operational after start
d87926a7448c clk: ingenic-tcu: Properly enable registers before accessing timers
179fd43179a1 can: c_can: don't cache TX messages for C_CAN cores
983dd7223a9b Input: snvs_pwrkey - fix SNVS_HPVIDR1 register address
6aac871bca33 net: usb: qmi_wwan: Add new usb-id for Dell branded EM7455
266ee6ee24ea thunderbolt: Explicitly reset plug events delay back to USB4 spec value
d916978b6976 usb: typec: ucsi: Remove incorrect warning
1d54281c91d7 uas: ignore UAS for Thinkplus chips
be014a8d8925 usb-storage: Add Hiksemi USB3-FW to IGNORE_UAS
4a66ab5bfaea uas: add no-uas quirk for Hiksemi usb_disk
a3ed03b3ce4d counter: 104-quad-8: Fix skipped IRQ lines during events configuration
036eeda2212a counter: 104-quad-8: Implement and utilize register structures
c096ac781807 counter: 104-quad-8: Utilize iomap interface
640e0b97dfa9 perf record: Fix cpu mask bit setting for mixed mmaps
bcd04b006c78 tools/perf: Fix out of bound access to cpu mask array
d948e6c57793 riscv: make t-head erratas depend on MMU
1bae99844613 Linux 5.19.13
781e43179640 Revert "drm/i915: Extract intel_edp_fixup_vbt_bpp()"
da42e25ec54a Revert "drm/i915/pps: Split pps_init_delays() into distinct parts"
5f86062caf4d Revert "drm/i915/bios: Split parse_driver_features() into two parts"
3f2631ce3c8f Revert "drm/i915/bios: Split VBT parsing to global vs. panel specific parts"
139d38c14725 Revert "drm/i915/bios: Split VBT data into per-panel vs. global parts"
10c7b3919e6d Revert "drm/i915/dsi: filter invalid backlight and CABC ports"
bef6a9b54730 Revert "drm/i915/dsi: fix dual-link DSI backlight and CABC ports for display 11+"
9182c86a0456 Revert "drm/i915/display: Fix handling of enable_psr parameter"
58df6af8cea3 Linux 5.19.12
547262c5b373 ext4: make directory inode spreading reflect flexbg size
cdefe8dd61c9 ext4: fixup possible uninitialized variable access in ext4_mb_choose_next_group_cr1()
48a12961e800 Revert "block: freeze the queue earlier in del_gendisk"
398a0fdb38d9 ext4: use buckets for cr 1 block scan instead of rbtree
52e8d671393c ext4: use locality group preallocation for small closed files
405a609430a6 ext4: avoid unnecessary spreading of allocations among groups
b82d312ff30f ext4: make mballoc try target group first even with mb_optimize_scan
17eb9845f20f ext4: limit the number of retries after discarding preallocations blocks
2f5e9de15e4f ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0
034ef0c47e31 devdax: Fix soft-reservation memory description
27d5563e8f5f Makefile.debug: re-enable debug info for .S files
6ba8627f72a4 Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLIT
c4f8b89f3ffc certs: make system keyring depend on built-in x509 parser
c2eab6faf82b drm/amdgpu: don't register a dirty callback for non-atomic
7f0dcbb0e557 i2c: mux: harden i2c_mux_alloc() against integer overflows
4925e5e94ae9 i2c: mlxbf: Fix frequency calculation
3b5ab5fbe69e i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()
5a7547ee0d24 i2c: mlxbf: incorrect base address passed during io write
e46e177fd8ed i2c: imx: If pm_runtime_get_sync() returned 1 device access is possible
c9245ea442a8 workqueue: don't skip lockdep work dependency in cancel_work_sync()
60644dffac87 fsdax: Fix infinite loop in dax_iomap_rw()
8054beba353b pmem: fix a name collision
c62322e62662 gpio: mt7621: Make the irqchip immutable
2d57e46fa45b drm/rockchip: Fix return type of cdn_dp_connector_mode_valid
4822afcff82c drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usage
6f14c55dc8e7 drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()
8836e42e8b00 drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAndDRAMSpeedChangeSupport()
88e7896936e0 drm/amd/display: Limit user regamma to a valid value
9757b3ad4498 drm/amdgpu: Skip reset error status for psp v13_0_0
83dfcae61be8 drm/amdgpu: add HDP remap functionality to nbio 7.7
386ca6720b34 drm/amdgpu: change the alignment size of TMR BO to 1M
8442bc8426d1 drm/amdgpu: use dirty framebuffer helper
444574f828cd drm/amd/pm: disable BACO entry/exit completely on several sienna cichlid cards
a5de08013672 gpio: ixp4xx: Make irqchip immutable
7718cac88524 drm/gma500: Fix (vblank) IRQs not working after suspend/resume
55c077d97fa6 drm/gma500: Fix WARN_ON(lock->magic != lock) error
a6ed7624bf4d drm/gma500: Fix BUG: sleeping function called from invalid context errors
9812e9ed3419 Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
98756ca2584e block: Do not call blk_put_queue() if gendisk allocation fails
2f092fd2ce24 block: call blk_mq_exit_queue from disk_release for never added disks
47f57236ba40 blk-mq: fix error handling in __blk_mq_alloc_disk
0d0f5ca7f241 drm/i915/display: Fix handling of enable_psr parameter
650a2e79d176 s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup
54be62deede4 phy: marvell: phy-mvebu-a3700-comphy: Remove broken reset support
1e9571887f97 cgroup: cgroup_get_from_id() must check the looked-up kn is a directory
a899ba61958e serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accounting
f986bfe60020 serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
f387ca14c73f serial: Create uart_xmit_advance()
dc4b06e21691 serial: fsl_lpuart: Reset prior to registration
f3f5f26c53ef io_uring: ensure that cached task references are always put on exit
b4b3bc3f8501 selftests: forwarding: add shebang for sch_red.sh
32afa1f23e42 bnxt: prevent skb UAF after handing over to PTP worker
0559d91ee3a2 net: sched: fix possible refcount leak in tc_new_tfilter()
9fc7a9f0a6e9 net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD
2c8e8ab53acf bonding: fix NULL deref in bond_rr_gen_slave_id
6c537124ea61 net: phy: micrel: fix shared interrupt on LAN8814
32ac8c92919c net/smc: Stop the CLC flow if no link to map buffers on
56c167a564b6 ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficient
b65c53369786 drm/mediatek: dsi: Move mtk_dsi_stop() call back to mtk_dsi_poweroff()
6acb3e83b508 perf tools: Honor namespace when synthesizing build-ids
ee7036166b91 perf kcore_copy: Do not check /proc/modules is unchanged
e71a088d6a97 perf jit: Include program header in ELF files
306c17dead99 perf stat: Fix cpu map index in bperf cgroup code
98992697b30b perf stat: Fix BPF program section name
031b4f40487e can: gs_usb: gs_can_open(): fix race dev->can.state condition
18979d10300e gpio: tqmx86: fix uninitialized variable girq
16189cccd46e net: sh_eth: Fix PHY state warning splat during system resume
199ddf9d3726 net: ravb: Fix PHY state warning splat during system resume
235c47f437a1 netfilter: nf_ct_ftp: fix deadlock when nat rewrite is needed
38cf372b17f0 netfilter: ebtables: fix memory leak when blob is malformed
985b031667c3 netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain()
8bcad2a93131 netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain()
d8d9a6995858 ice: Fix interface being down after reset with link-down-on-close flag on
c14cdf15cde3 ice: config netdev tc before setting queues number
dff2fa324207 net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs
c7c9c7eb305a net/sched: taprio: avoid disabling offload when it was never enabled
68a5def1d2c8 ipv6: Fix crash when IPv6 is administratively disabled
23022b74b1a2 net: enetc: deny offload of tc-based TSN features on VF interfaces
2fdebdfcd98f net: enetc: move enetc_set_psfp() out of the common enetc_set_features()
92f7d44de3be wireguard: netlink: avoid variable-sized memcpy on sockaddr
3b263cc13340 wireguard: ratelimiter: disable timings test by default
a4eadca702df sfc/siena: fix null pointer dereference in efx_hard_start_xmit
b454f12cfedd sfc/siena: fix TX channel offset when using legacy interrupts
c9ba2948db9d net: ipa: properly limit modem routing table use
506638752e92 of: mdio: Add of_node_put() when breaking out of for_each_xx
68197205b3f6 drm/hisilicon: Add depends on MMU
6201c365a0ef gve: Fix GFP flags when allocing pages
e969486525be bnxt_en: fix flags to check for supported fw version
b3b952168ee1 sfc: fix null pointer dereference in efx_hard_start_xmit
5f623a77cfc2 sfc: fix TX channel offset when using legacy interrupts
b6bea8101f97 netdevsim: Fix hwstats debugfs file permissions
0b145d3da801 i40e: Fix set max_tx_rate when it is lower than 1 Mbps
ab1af66d4de9 i40e: Fix VF set max MTU size
2ffdf364b845 iavf: Fix set max MTU size with port VLAN and jumbo frames
36da184d2196 mlxbf_gige: clear MDIO gateway lock after read
c3f9f3089ed5 iavf: Fix bad page state
3b27f829b7f6 um: fix default console kernel parameter
f8c3861243be MIPS: Loongson32: Fix PHY-mode being left unspecified
7c1f2373be0a MIPS: lantiq: export clk_get_io() for lantiq_wdt.ko
c673c6ceac53 mm/slab_common: fix possible double free of kmem_cache
183b87c4d18d drm/panel: simple: Fix innolux_g121i1_l01 bus_format
88b08afb0d80 net: team: Unsync device addresses on ndo_stop
a4761e45c86c net: bonding: Unsync device addresses on ndo_stop
b1b48d9e60cb net: bonding: Share lacpdu_mcast_addr definition
38aa25adcd4d scsi: mpt3sas: Fix return value check of dma_get_required_mask()
6a4236ed47f5 scsi: qla2xxx: Fix memory leak in __qlt_24xx_handle_abts()
16b5647f1a55 arm64: dts: imx8mp-venice-gw74xx: fix port/phy validation
af0c754d4f60 net: phy: aquantia: wait for the suspend/resume operations to finish
26735f395b30 ARM: dts: lan966x: Fix the interrupt number for internal PHYs
d5241ea15778 arm64: dts: imx8mp-venice-gw74xx: fix ksz9477 cpu port
f675f5955ab8 arm64: dts: imx8mp-venice-gw74xx: fix CAN STBY polarity
392bd6ce1ba9 drm/mediatek: Fix wrong dither settings
fc8454d54478 arm64: dts: tqma8mqml: Include phy-imx8-pcie.h header
31ce3c688ddc wifi: iwlwifi: Mark IWLMEI as broken
9fe1e2da965a net: core: fix flow symmetric hash
b583e6b25bf9 ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header
0ad4e4f4d1c4 iavf: Fix cached head and tail value for iavf_get_tx_pending
7c945e5b4787 ice: Fix crash by keep old cfg when update TCs more than queues
149979e87eb7 ice: Don't double unplug aux on peer initiated reset
633c81c04496 netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find()
510ea9eae5ee netfilter: nf_conntrack_irc: Tighten matching on DCC message
f28e376e4c1e netfilter: nf_conntrack_sip: fix ct_sip_walk_headers
5f394e885eaf arm64: dts: imx8mm-verdin: extend pmic voltages
3e39beb4efa5 arm64: dts: rockchip: Remove 'enable-active-low' from rk3566-quartz64-a
efd3a3e464c6 arm64: dts: rockchip: Remove 'enable-active-low' from rk3399-puma
9350ed92dfe0 arm64: dts: rockchip: fix property for usb2 phy supply on rk3568-evb1-v10
5e6d95bd6c9d arm64: dts: rockchip: fix property for usb2 phy supply on rock-3a
a17df55bf6d5 dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()
869c94dfd900 arm64: dts: imx8ulp: add #reset-cells for pcc
f478a456a30d arm64: dts: imx8mn: remove GPU power domain reset
124c330f4071 arm64: dts: rockchip: Set RK3399-Gru PCLK_EDP to 24 MHz
9182be042c3e arm64: dts: imx8mm: Reverse CPLD_Dn GPIO label mapping on MX8Menlo
164f2c710a78 drm/mediatek: dsi: Add atomic {destroy,duplicate}_state, reset callbacks
87d4bdeacff8 arm64: dts: rockchip: Fix typo in lisense text for PX30.Core
8a906e3a18bb arm64: dts: rockchip: Pull up wlan wake# on Gru-Bob
6b8c338e1b88 arm64: dts: rockchip: Lower sd speed on quartz64-b
daacedde25f0 firmware: arm_scmi: Fix the asynchronous reset requests
8e65edf0d376 firmware: arm_scmi: Harden accesses to the reset domains
e31fa6648542 batman-adv: Fix hang up with small MTU hard-interface
117737acc4b3 vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignment
bb6d99e27cbe arm64: topology: fix possible overflow in amu_fie_setup()
42c7fc41020c perf/arm-cmn: Add more bits to child node address offset field
7a764b44d346 KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabled
eec722138aee KVM: x86: Always enable legacy FP/SSE in allowed user XFEATURES
c5f118361297 KVM: x86: Reinstate kvm_vcpu_arch.guest_supported_xcr0
df6cb39335cf mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.
02bcd951aa3c mm/slub: fix to return errno if kmalloc() fails
cbaddace599e net: mana: Add rmb after checking owner bits
7221020d79cc can: flexcan: flexcan_mailbox_read() fix return value for drop = true
b6c2ad616dd4 kasan: call kasan_malloc() from __kmalloc_*track_caller()
dc8864f4fd01 xen/xenbus: fix xenbus_setup_ring()
f799e0568d6c drm/i915/gem: Really move i915_gem_context.link under ref protection
92881e068ee1 drm/i915/gem: Flush contexts on driver release
08ac12569010 riscv: fix RISCV_ISA_SVPBMT kconfig dependency warning
558003a84a3c riscv: fix a nasty sigreturn bug...
b1489043d3b9 gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully
41f857033c44 gpio: mockup: Fix potential resource leakage when register a chip
af0bfabf06c7 gpio: mockup: fix NULL pointer dereference when removing debugfs
74ce6f1e0f3b wifi: mt76: fix reading current per-tid starting sequence number for aggregation
1dd2a948a178 efi: libstub: check Shim mode using MokSBStateRT
96dc4e2c5283 efi: x86: Wipe setup_data on pure EFI boot
7a27a04f4ef6 thunderbolt: Add support for Intel Maple Ridge single port controller
d6f28143bccb usb: dwc3: core: leave default DMA if the controller does not support 64-bit DMA
af830c831d40 media: flexcop-usb: fix endpoint type check
53b48f0672d5 libperf evlist: Fix polling of system-wide events
eecada16bcc4 btrfs: zoned: wait for extent buffer IOs before finishing a zone
c338bea1fec5 btrfs: fix hang during unmount when stopping a space reclaim worker
cf7769a47e65 btrfs: fix hang during unmount when stopping block group reclaim worker
17244f71765d exfat: fix overflow for large capacity partition
2e238bba8a7e iommu/vt-d: Check correct capability for sagaw determination
ecec349af8c7 ALSA: hda/realtek: Add a quirk for HP OMEN 16 (8902) mute LED
28e07bb27ba4 ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5530 laptop
1f65164bc605 ALSA: hda/realtek: Add quirk for ASUS GA503R laptop
0632fb7f2158 ALSA: hda/realtek: Add pincfg for ASUS G533Z HP jack
76b75705c941 ALSA: hda/realtek: Add pincfg for ASUS G513 HP jack
2035227cd000 ALSA: hda/realtek: Re-arrange quirk table entries
3637770602ac ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5570 laptop
73c4ae35ff11 ALSA: hda/realtek: Add quirk for Huawei WRT-WX9
61c19a35f0d2 ALSA: hda: add Intel 5 Series / 3400 PCI DID
d6cb6e424a60 ALSA: hda: Fix Nvidia dp infoframe
6e91ec54e7f1 ALSA: hda: Fix hang at HD-audio codec unbinding due to refcount saturation
abb050dabd7d ALSA: hda/tegra: set depop delay for tegra
1c5a0a1f4d15 ALSA: core: Fix double-free at snd_card_new()
e0e17c7bbdf4 Revert "ALSA: usb-audio: Split endpoint setups for hw_params and prepare"
d744140498a3 USB: serial: option: add Quectel RM520N
3db2ec3a6724 USB: serial: option: add Quectel BG95 0x0203 composition
e82a8ff62709 USB: core: Fix RST error in hub.c
fd0b4fd54892 drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES
2e7eb4c1e8af scsi: core: Fix a use-after-free
d27b66257db1 block: simplify disk shutdown
fdb28e968815 block: stop setting the nomerges flags in blk_cleanup_queue
ab85cb5297f7 block: remove QUEUE_FLAG_DEAD
633e819de9fa xfrm: fix XFRMA_LASTUSED comment
2776911d4a98 Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"
8039621a78e5 Revert "usb: add quirks for Lenovo OneLink+ Dock"
7c64dd4dbf90 smb3: use filemap_write_and_wait_range instead of filemap_write_and_wait
c7ae5c403d68 usb: gadget: udc-xilinx: replace memcpy with memcpy_toio
9b56515aeeff usb: add quirks for Lenovo OneLink+ Dock
0cdde8460c30 smb3: fix temporary data corruption in insert range
49523a473220 smb3: fix temporary data corruption in collapse range
cc914c37e55f smb3: Move the flush out of smb2_copychunk_range() into its callers
f6bb739e61eb drm/i915/dsi: fix dual-link DSI backlight and CABC ports for display 11+
d9d2625dafe2 drm/i915/dsi: filter invalid backlight and CABC ports
fc6aff984b1c drm/i915/bios: Split VBT data into per-panel vs. global parts
2af21ae876cf drm/i915/bios: Split VBT parsing to global vs. panel specific parts
5da3f1bfb88e drm/i915/bios: Split parse_driver_features() into two parts
ad719d5cc7cb drm/i915/pps: Split pps_init_delays() into distinct parts
a0f7cdd69ca3 drm/i915: Extract intel_edp_fixup_vbt_bpp()
fcf22aefe871 Linux 5.19.11
4d8637f1d672 Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"
36371c3adb7a ALSA: hda/sigmatel: Fix unused variable warning for beep power change
ddd2edc276e0 ALSA: hda/sigmatel: Keep power up while beep is enabled
99bc25748e39 cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
7051efc07d72 dt-bindings: apple,aic: Fix required item "apple,fiq-index" in affinity description
20b3f49e9498 net: Find dst with sk's xfrm policy not ctl_sk
e68db1a89fc9 drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vega
9189056c223b drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
989d23d88520 drm/amdgpu: Don't enable LTR if not supported
e6189420e34f drm/amdgpu: make sure to init common IP before gmc
dd52bde6767e drm/i915: Set correct domains values at _i915_vma_move_to_active
871b9d5c68d8 drm/i915/gt: Fix perf limit reasons bit positions
b31c81d633d8 tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
ac12a96d1d35 parisc: Allow CONFIG_64BIT with ARCH=parisc
46c716a31fcd blk-lib: fix blkdev_issue_secure_erase
c2c7f67fd12d cifs: always initialize struct msghdr smb_msg completely
eea8626615a0 cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
2c3f439480c0 cifs: revalidate mapping when doing direct writes
d50c30b66f04 io_uring/msg_ring: check file type before putting
6f5ceeb59d09 of/device: Fix up of_dma_configure_id() stub
6ebcd3a8f5d2 parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()
248c48ced209 block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait
d31efde8d45d drm/i915/guc: Cancel GuC engine busyness worker synchronously
6731a2193bc8 drm/i915/guc: Don't update engine busyness stats too frequently
b0dc9560acd2 drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
fc689a286139 drm/rockchip: vop2: Fix eDP/HDMI sync polarities
ca52cf493f97 drm/meson: Fix OSD1 RGB to YCbCr coefficient
e681b2df3ad4 drm/meson: Correct OSD1 global alpha value
99ed392209cc drm/panel-edp: Fix delays for Innolux N116BCA-EA1
c60087415670 Revert "SUNRPC: Remove unreachable error condition"
4d9f296e78b0 NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
2f0a154b16ab gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx
51e024dcaf08 NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
dce19409fb74 SUNRPC: Fix call completion races with call_decode()
fe0a6a2369d8 pinctrl: sunxi: Fix name for A100 R_PIO
4b1366bf4ed1 pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
8e33176cd475 pinctrl: qcom: sc8180x: Fix wrong pin numbers
50207584d3f5 pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map
2133f4513116 of: fdt: fix off-by-one error in unflatten_dt_nodes()
b80678c1e00a Linux 5.19.10
0541ab4d0330 Input: goodix - add compatible string for GT1158
693ccecee083 RDMA/irdma: Use s/g array in post send only when its valid
1989b17301f8 gpio: 104-idio-16: Make irq_chip immutable
b240650a6600 gpio: 104-dio-48e: Make irq_chip immutable
e18b2e3310f0 LoongArch: Fix arch_remove_memory() undefined build error
6023efd94e54 LoongArch: Fix section mismatch due to acpi_os_ioremap()
0b38a5072464 platform/x86: asus-wmi: Increase FAN_CURVE_BUF_LEN to 32
fe5872fd1684 usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UAS
2fdf0a1ff474 platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixes
719b2021d778 perf/arm_pmu_platform: fix tests for platform_get_irq() failure
3d513ebf8c3b net: dsa: hellcreek: Print warning only once
c624b5659a28 drm/amd/amdgpu: skip ucode loading if ucode_size == 0
f566cb9f4057 nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()
e8d5aa9c67ed nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610
137f1493f151 drm/amd/pm: use vbios carried pptable for all SMU13.0.7 SKUs
2052738ece42 drm/amdgpu: disable FRU access on special SIENNA CICHLID card
12c20186d84e Input: iforce - add support for Boeder Force Feedback Wheel
47e83e6ebf99 ieee802154: cc2520: add rc code in cc2520_tx()
bc55c1677edb gpio: mockup: remove gpio debugfs when remove device
35c0b78d0d42 r8152: add PID for the Lenovo OneLink+ Dock
84d8959393a0 tg3: Disable tg3 device on system reboot to avoid triggering AER
6b1bcd579fc5 Bluetooth: MGMT: Fix Get Device Flags
fbb701e51ee2 hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered message
37c3dcfc4730 HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo
65d983566887 dt-bindings: iio: gyroscope: bosch,bmg160: correct number of pins
50a1ffa557cf kvm: x86: mmu: Always flush TLBs when enabling dirty logging
c87f1f99e26e peci: cpu: Fix use-after-free in adev_release()
f25a547e7c76 drm/msm/rd: Fix FIFO-full deadlock
df01ac6582e1 platform/surface: aggregator_registry: Add support for Surface Laptop Go 2
f05939158a41 Input: goodix - add support for GT1158
37c81d9f1d1b ACPI: resource: skip IRQ override on AMD Zen platforms
f26649e59b4f RDMA/mlx5: Fix UMR cleanup on error flow of driver init
d8f7bff9a426 RDMA/mlx5: Add a umr recovery flow
ada0ccc4a137 RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profile
ddc58af02675 net/mlx5: Use software VHCA id when it's supported
630a75548b88 net/mlx5: Introduce ifc bits for using software vhca id
3bd8fdde3826 iommu/vt-d: Fix kdump kernels boot failure with scalable mode
(From OE-Core rev: 396b40b0b1e52fc12c0e171734fba190edfaf671)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The previous fix for processing of paths with relative components, broke
uses cases that were a mix of patches and configuration fragments.
Updating the SRCREV to include a simplied fix for relative paths, and
a cleanup patch from Jose:
[
Author: Jose Quaresma <quaresma.jose@gmail.com>
Date: Thu Sep 29 16:37:23 2022 +0000
scc: only look for error in scc_output_file if it has valid content
When process_file function fails the output of the processed script is show to
the user, some parsing is performed as well to look for common errors so we
can point to the right input file.
This can only be done when the scc_output_file have some valid content
otherwise it will show invalid messages to the user.
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Author: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Wed Oct 5 19:13:33 2022 +0000
spp: ensure that prefix check uses absolute paths
The previous fix for this issue was too broad, and impacted
all calls to the prefix check and removal. With this change,
we only expand the input on scc/spp operations that may
execute with relative paths.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 533720a1756454447341769c4a0969fce8d6f287)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The commit(75dbdea940 grub: Allow build on armv7ve/a with softfp)
enable build on armv7ve/a with softfp, but it acutally enable
build on armv7ve/a with hardfp altogether and result in below build
failure:
| checking for compile options to get strict alignment... -mno-unaligned-access
| checking if compiler generates unaligned accesses... no
| checking if C symbols get an underscore after compilation... no
| checking whether target compiler is working... no
| configure: error: cannot compile for the target
So update the check to disable build on armv7ve/a with hardfp.
(From OE-Core rev: f67b2880fc2cfb21f51216c63b5f24d0524b4278)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Otherwise, xserver will no longer start when NO_RECOMMENDATIONS = “1”,
because dependencies in XSERVER_RRECOMMENDS are missing.
(From OE-Core rev: bc7bd3953f3896af0db036250cda34bc9ecbb3ac)
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Realtek Bluetooth devices require binary firmware files. Package them
separately in order to avoid installing the full linux-firmware package
on embedded devices.
Affected (end user) products (incomplete list):
- TP-Link UB500
- Logilink BT0054
(From OE-Core rev: fb44eb4feef54f2343c8186809a65dcb9b58a9b2)
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* we don't need other_lib/ios/Debug-iphoneos/libSDL2.a from
https://github.com/KhronosGroup/KTX-Software.git so we can explicitly
disable LFS here to avoid do_unpack error, bitbake will then use
GIT_LFS_SKIP_SMUDGE=1 to override smudge setting in gitconfig,
otherwise we would need bitbake patch to fetch LFS objects from the
submodules as well
* do_fetch won't fetch LFS objects without explicitly requesting lfs in SRC_URI
then do_unpack might run git smudge when enabled in .gitconfig (or /etc/gitconfig) with:
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
and do_unpack fails as in:
http://errors.yoctoproject.org/Errors/Details/672888/
The default /etc/gitconfig in ubuntu has this added automatically by
git-lfs postinst:
root@ljama:~# rm /etc/gitconfig
root@ljama:~# git lfs install --skip-repo --system
Git LFS initialized.
root@ljama:~# cat /etc/gitconfig
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
root@ljama:~# cat /var/lib/dpkg/info/git-lfs.postinst
set -e
# Set up /etc/gitconfig for git-lfs. The --skip-repo option prevents failure if
# / is a Git repository with existing non-git-lfs hooks.
git lfs install --skip-repo --system > /dev/null 2>&1
according to
https://changelogs.ubuntu.com/changelogs/pool/universe/g/git-lfs/git-lfs_3.0.2-1/changelog
it was added in:
git-lfs (2.6.0-1) unstable; urgency=medium
* New upstream release
* Bump standards version to 4.2.1
* Add postinst/prerm to set up/remove git-lfs gitconfig
FWIW: vulkan-samples still fail to build with DEBUG_BUILD enabled:
http://errors.yoctoproject.org/Errors/Details/672892/
(From OE-Core rev: b45b1f5dba02a626b7e9040d45198bd17dce4c99)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
* fi usage: in tabular output, print total size and slack size
* mkfs:
* option -O now accepts values from -R to unify the interface (-R will
continue to work)
* zone reset and discard is done in parallel on all devices
* removed option --leafsize, deprecated long time ago
* corrupt-block: recalculate checksum when changing generation
* fixes:
* convert: fix reserved range detection and overlaps
* mkfs: fix creating files with reserved inode numbers with --rootdir
* receive: escape filenames in command attributes
* fix extent buffer leaks after transaction abort
* experimental:
* mkfs: support for block-group-tree (kernel 6.1)
* fsverity in send (protocol v3, WIP)
* btrfstune -b converts to block-group-tree
* other:
* cleanups, refactoring
* new and updated tests
* update documentation
(From OE-Core rev: 46bc09ca18ea4321854450d1fc04faf95f314ad6)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We have something like ${TOPDIR}/../../poky/meta in the bblayers.conf
file. This does not work without normalizing the path for comparison.
(From OE-Core rev: e0d45bcd34311ae248bac9378f46962198d148ef)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When SOURCE_DATE_EPOCH variable is set, binary repeatable build
is expected. This commit implements reproducable disk identifiers
in such a case using its value as a Random seed.
(From OE-Core rev: 2c0c54e12169e76f16fb3398904bc897a9190397)
Signed-off-by: Sergei Zhmylev <s.zhmylev@yadro.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
========
New API to provide input events to be treated by WebKit as gamepad inputs.
New API to configure the target refresh rate of view backends.
New API which allow clients to supply an alternative mechanism for spawning WebKit auxiliary processes.
New WPE_ENABLE_XKB build option, enabled by default, which can be used to avoid usage of libxkbcommon.
(From OE-Core rev: 6b2125abeb81db7fb26fdc7d7cafec000b345ac4)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
==========
Fixed a crash caused by trying to deallocate already freed graphics buffers in certain situations.
(From OE-Core rev: 0db4627fe8c6f8a0080248052dc06419774cba4f)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
0001-src-fix-compatibility-with-ncurses-6.3.patch
removed since it's included in new version.
(From OE-Core rev: da1bb4ac5d3643e0917eb40eb4829557fd63b5d8)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
===========
* trace: print the display being attempted
* ci: upgrade FreeBSD to 13.1
* meson: Search for threads in top-level meson.build
* meson: produce summary() when 0.53.0 is present
(From OE-Core rev: 0d7998b5561315796a711bf8512d30d6a8c279dc)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
===========
add: Add HierarchicalFlag & hierarchical_level_plus1 for AV1e.
dep: Update README.md to remove badge links
dep: Removed waffle-io badge from README to fix broken link
dep: Drop mailing list, IRC and Slack
autotools: use wayland-scanner private-code
autotools: use the wayland-scanner.pc to locate the prog
meson: use wayland-scanner private-code
meson: request native wayland-scanner
meson: use the wayland-scanner.pc to locate the prog
meson: set HAVE_VA_X11 when applicable
style:Correct slight coding style in several new commits
trace: add Linux ftrace mode for va trace
trace: Add missing pthread_mutex_destroy
drm: remove no-longer needed X == X mappings
drm: fallback to drm driver name == va driver name
drm: simplify the mapping table
x11: simplify the mapping table
android: open() with O_CLOEXEC for device fd
android: remove convoluted open_device() helper
android: drop va_fool references
ci: strengthen ci with -Werror
ci: va/x11/nvctl: fix Wdeprecated-non-prototype on close_display
ci: add clang-15 coverage and rearrange runners
ci: upgrade FreeBSD to 13.1
(From OE-Core rev: ccf646a933fb0274a5fe6ab1055cbfc556351ef2)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
=========
Add missing property parameters into libical-glib
Fix CMake option USE_32BIT_TIME_T actually uses a 32-bit time_t value
Fix icaltime_as_timet, which returned incorrect results for years >= 2100, to work properly between years 1902 and 10k.
Fix x-property comma handling and escaping
Built-in timezones updated to tzdata2022d (now with a VTIMEZONE for each time zone alias)
Fix fuzzer issues
Handle unreachable-code compile warnings with clang
Ensure all vanew_foo() calls finish with (void*)0 (not 0)
(From OE-Core rev: 6092ae3cbe0eaf006db615c6cc3f1692e1cc1df8)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
0001-fix-signedness-of-char-in-tests.patch
removed since it's included in new version.
Changelog:
===========
Don’t add glyphs from dropped MATH or COLR tables to the subset glyphs.
Map rlig to appropriate AAT feature selectors.
Update USE data files to latest version.
Check CBDT extents first before outline tables, to help with fonts that also include an empty glyf table.
More work towards variable font instancing in the subsetter.
Subsetter repacker improvements.
New API:
+hb_ot_layout_lookup_get_optical_bound()
+hb_face_builder_sort_tables()
(From OE-Core rev: 1f8b032924af08ead969c2baaf26a66bc2f134b7)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
=========
** libgnutls: In FIPS140 mode, RSA signature verification is an approved
operation if the key has modulus with known sizes (1024, 1280,
1536, and 1792 bits), in addition to any modulus sizes larger than
2048 bits, according to SP800-131A rev2.
** libgnutls: gnutls_session_channel_binding performs additional checks when
GNUTLS_CB_TLS_EXPORTER is requested. According to RFC9622 4.2, the
"tls-exporter" channel binding is only usable when the handshake is
bound to a unique master secret (i.e., either TLS 1.3 or extended
master secret extension is negotiated). Otherwise the function now
returns error.
** libgnutls: usage of the following functions, which are designed to
loosen restrictions imposed by allowlisting mode of configuration,
has been additionally restricted. Invoking them is now only allowed
if system-wide TLS priority string has not been initialized yet:
gnutls_digest_set_secure
gnutls_sign_set_secure
gnutls_sign_set_secure_for_certs
gnutls_protocol_set_enabled
(From OE-Core rev: 858886aa07d0c2c2ef2489996cc8eca5fbe931fa)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
With libjack-devel or jack-audio-connection-kit-devel, qemu-native
detects the library/header and tries to build with it. Since its
missing from the sysroot, it fails to build.
-O2 -fPIE -D_REENTRANT -Wno-undef -MD -MQ libcommon.fa.p/audio_jackaudio.c.o
-MF libcommon.fa.p/audio_jackaudio.c.o.d -o libcommon.fa.p/audio_jackaudio.c.o
-c ../qemu-6.2.0/audio/jackaudio.c
| ../qemu-6.2.0/audio/jackaudio.c:34:10: fatal error: jack/jack.h: No such file
or directory
| 34 | #include <jack/jack.h>
| | ^~~~~~~~~~~~~
| compilation terminated.
(From OE-Core rev: 27260be388f7f9f324ff405e7d8e254925b4ae90)
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
disable-hardcoded-configs.patch
refreshed for new version
Changelo:
=========
- Made it possible again to have FAT32 filesystems with less
than 0xfff5 clusters
- Make FAT32 entries 0 and 1 match what windows 10 does
- Misc source code and configure script cleanup
(From OE-Core rev: b19127f0cd0e10c7180c138284b38c97fa9db7af)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
e3b4ed3 Release 1.1.0
56da11c missed a comma
fde429d raise ParseError if we get an exception on is_iso8601()
21f5368 Add is_iso8601() function
406db6f Update license years
License-Update: copyright years updated.
(From OE-Core rev: e459e5e91d2ed56dc2c75ed1e1a984a7b99dfcd8)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Switch to python_setuptools3_rust.bbclass
* Add crate:// (from cargo bitbake output)
* Manually fix crate:// versions to satisfy cargo
4.0.0
bcrypt is now implemented in Rust. Users building from source will
need to have a Rust compiler available. Nothing will change for users
downloading wheels.
We no longer ship manylinux2010 wheels. Users should upgrade to the
latest pip to ensure this doesn’t cause issues downloading wheels on
their platform. We now ship manylinux_2_28 wheels for users on new
enough platforms.
NUL bytes are now allowed in inputs.
https://github.com/pyca/bcrypt/#400
(From OE-Core rev: 8e0bda7343b526a21ceeede274a8ea53c31e5d2d)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22.1.0 (2022-09-25)
Backward-incompatible changes:
Remove support for SSLv2 and SSLv3.
The minimum cryptography version is now 38.0.x (and we now pin
releases against cryptography major versions to prevent future breakage)
The OpenSSL.crypto.X509StoreContextError exception has been
refactored, changing its internal attributes. #1133
Deprecations:
OpenSSL.SSL.SSLeay_version is deprecated in favor of
OpenSSL.SSL.OpenSSL_version. The constants OpenSSL.SSL.SSLEAY_* are
deprecated in favor of OpenSSL.SSL.OPENSSL_*.
Changes:
Add OpenSSL.SSL.Connection.set_verify and
OpenSSL.SSL.Connection.get_verify_mode to override the context object’s
verification flags. #1073
Add OpenSSL.SSL.Connection.use_certificate and
OpenSSL.SSL.Connection.use_privatekey to set a certificate per
connection (and not just per context) #1121.
(From OE-Core rev: 5eb351b7c7445a33a43655a98a53353a665d1616)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Drop 0001-Cargo.toml-specify-pem-version.patch, superceded.
* Update crate:// (via cargo bitbake)
* Manually fix crate:// versions to satisfy cargo
Release notes:
38.0.1 - 2022-09-07
- Fixed parsing TLVs in ASN.1 with length greater than 65535 bytes
(typically seen in large CRLs).
38.0.0 - 2022-09-06
- Final deprecation of OpenSSL 1.1.0. The next release of cryptography
will drop support.
(For complete release notes, see:
https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#3800---2022-09-06)
(From OE-Core rev: da62314b7149cd53ffb046115b67c5e620f2afe4)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Following changes are part of this SRCREV uprev
* dc9285ad fix error cases in gethostbyaddr_r
* f9827fc7 remove impossible error case from gethostbyname2_r
* f081d533 fix return value of gethostnbyname[2]_r on result not found
* 1e7fb12f dns: treat names rejected by res_mkquery as nonexistent rather than error
* 001c1afb res_mkquery: error out on consecutive final dots in name
* 3ad3fa96 fix thread leak on timer_create(SIGEV_THREAD) failure
* bf14ef19 re-enable vdso clock_gettime on arm (32-bit) with workaround
* 6f3ead0a process DT_RELR relocations in ldso-startup/static-pie
* 25085c85 fix fwprintf missing output to open_wmemstream FILEs
* a636fd63 dns: fail if ipv6 is disabled and resolv.conf has only v6 nameserves
* 996b6154 use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ)
* 25340a93 add sysconf keys/values for signal stack size
* d8fddb96 fix fallback when ipv6 is disabled but resolv.conf has v6 nameserves
* d4f987e4 epoll_create: fail with EINVAL if size is non-positive
* 2e5fff43 use alt signal stack when present for implementation-internal signals
* 379b1821 ldso: make exit condition clearer in fixup_rpath
(From OE-Core rev: 7a62aad4c32e227a8f5a2365dfb6217efb1f5b70)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The custom path of the ca-certificates.crt within the buildtools-tarball requires more
environment variables to be exported. Namely REQUESTS_CA_BUNDLE for the python requests library
and CURL_CA_BUNDLE for curl.
(From OE-Core rev: 5c249db9de8ad8cfe0996ff4fee4c575a5ff1e34)
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When machine configuration defines a mount point, which is not used in
any recipe, allow to fall through and only report a note in the logs.
This can be expected behavior, when a mount point is defined for several
machines, but not used in all of them
(From OE-Core rev: a9c604b5e0d943b5b5f7c8bdd5be730c2abcf866)
Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Also disable any attempt at debug splitting/stripping. Piglit installs
over 2GB of files which we install stripped, so the action of attempting
to split/strip takes a long time and achieves nothing.
(From OE-Core rev: f890cc8e9cae70f10f79dd14ca53ef4d31460a78)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add a patch to support configuring whether SELinux is enabled or not.
Also add a PACKAGECONFIG for SELinux support and enable it if the
"selinux" distro feature is enabled.
Remove two patches that have been applied upstream.
Changes since 3.5.52:
* 5928e85: German (thanks, Helge Kreutzmann)
* 72cb6a6: Remove constraints unnecessary since buster
* 2f71444: Merge branch 'scrub-obsolete' into 'master'
* 5a578e7: Drop Build-Depends: dpkg
* 44f28e1: Apply wrap-and-sort -at
* 1fe0338: Upgrade to debhelper v13
* d77d38c: Simplify some debhelper overrides slightly
* 2143651: Implement SELinux awareness when updating
/etc/{passwd,group,shadow}
* 0b824ad: improve enforcing handling
* e2f0c03: update-passwd.c: use raw selinux labeles
* 8d45264: selinux_prepare_create_file: return error from
setfscreatecon_raw
* 2f23448: selinux_after_create_file: save errno
* 6953dd1: update-passwd.c: replace goto error handling
* 32fbf59: cleanup
* 3c3eb67: fixup goto
* 585126f: implement feedback
* 02a366b: users-and-groups: Update copyright years
* 7849c61: users-and-groups: Rename ssh group to _ssh
* 06ed6f4: update-passwd.c: set walk to walk->next before removing
* ef6baea: users-and-groups: Document libvirt group
* 68e02a3: Stop creating the gnats user and group on new installations
* cb6e2a9: Restore Build-Depends sorting
* 0e1afc1: Tidy up whitespace
* 6005a06: Merge branch 'selinux' into 'master'
* 24046cb: Bump version to 3.6.0
* c72aa5d: Make it possible to build without debconf support
* 2a6d16e: Make it possible to disable the generation of the
documentation
* 60ece0c: Merge branch 'master' into 'master'
* 63d0f94: Add changelog entry
* cbae4a5: update-passwd: add format attribute
* b71eb04: update-passwd: use strict prototypes
* df48ea8: update-passwd: silence potential null dereference
* cddc9df: update-passwd: print filename on fclose error
* d05f8a3: update-passwd: use correct filename in copy_filemodes
* 11e6466: update-passwd: drop t flag from fopen
* 347aeb6: update-passwd: open temporary file exclusively
* a697493: d/salsa-ci.yml: add standard salsa ci configuration
* 2f622f4: configure: replace obsolete macro
* 43ebe64: Add changelog entry
* e1a186b: frozen the group id for crontab, in order to fix#1012622
* 5ce7773: frozen the group id for crontab, closes: #1012622
* 670c2be: Revert "frozen the group id for crontab, closes: #1012622"
* bc1ad19: Revert "Revert "frozen the group id for crontab, closes:
#1012622""
* 12122c6: Revert "frozen the group id for crontab, in order to fix
#1012622"
* 0145e8a: Revert "frozen the group id for crontab, closes: #1012622"
* c8125ff: releasing package base-passwd version 3.6.0
* dc157c6: passwd.master: Add _apt user
* e50024c: Merge branch 'misc' into 'master'
* 7fb5ad8: debian/postinst: Fix several shellcheck issues
* 8f07b66: releasing package base-passwd version 3.6.1
(From OE-Core rev: 41a9eb6c3afc6de000eaeb0fbe0c691b6c8d1285)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
0001-nir-nir_opt_move-fix-ALWAYS_INLINE-compiler-error.patch is not
needed by target mesa any more. But it still fails to compile
mesa-native without this patch when DEBUG_BUILD is enabled on Ubuntu
18.04 with gcc 7.5.0:
| ../mesa-22.1.6/src/compiler/nir/nir_inline_helpers.h: In function ‘nir_opt_move_block’:
| ../mesa-22.1.6/src/compiler/nir/nir_opt_move.c:55:1: error: inlining failed in call to
always_inline ‘src_is_ssa’: indirect function call with a yet undetermined callee
| src_is_ssa(nir_src *src, void *state)
| ^~~~~~~~~~
So only apply it for mesa-native.
(From OE-Core rev: c6a6d0c2680799683d58968c2558a224f27caaa2)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The meson-wrapper adds setup options to facilitate cross-compilation.
The current options are exclusive to the setup sub-command and might
cause issues with other sub-commands.
Update the wrapper to make options sub-command specific.
(From OE-Core rev: 7bcda141f2019862b4fb5d8dec7956cd8344b420)
Signed-off-by: Liam Beguin <liambeguin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException
if sys.getfilesystemencoding() != "utf-8":
sys.exit("Please use a locale setting which supports UTF-8 (such as LANG=en_US.UTF-8).\nPython can't change the filesystem locale after loading so we need a UTF-8 when Python starts or things won't work.")
sys.exit("Please use a locale setting which supports UTF-8 (such as LANG=en_US.UTF-8).\nPython can't change the filesystem locale after loading so we need a UTF-8 when Python starts or things won't work.")
import bb
bb.utils.check_system_locale()
# Users shouldn't be running this code directly
if len(sys.argv) != 10 or not sys.argv[1].startswith("decafbad"):
if len(sys.argv) != 11 or not sys.argv[1].startswith("decafbad"):
print("bitbake-server is meant for internal execution by bitbake itself, please don't use it standalone.")
sys.exit("Please use a locale setting which supports UTF-8 (such as LANG=en_US.UTF-8).\nPython can't change the filesystem locale after loading so we need a UTF-8 when Python starts or things won't work.")
bb.utils.check_system_locale()
# Users shouldn't be running this code directly
if len(sys.argv) != 2 or not sys.argv[1].startswith("decafbad"):
The majority of this output is specific to environment variables that
are not directly relevant to BitBake. However, the very first
message regarding the :term:`BBPATH` variable and the
``conf/bblayers.conf`` file is relevant.
When you run BitBake, it begins looking for metadata files. The
:term:`BBPATH` variable is what tells BitBake where
@@ -179,20 +168,14 @@ Following is the complete "Hello World" example.
``bitbake`` command again::
$ bitbake
ERROR: Traceback (most recent call last):
File "/home/scott-lenovo/bitbake/lib/bb/cookerdata.py", line 163, in wrapped
return func(fn, *args)
File "/home/scott-lenovo/bitbake/lib/bb/cookerdata.py", line 173, in parse_config_file
return bb.parse.handle(fn, data, include)
File "/home/scott-lenovo/bitbake/lib/bb/parse/__init__.py", line 99, in handle
return h['handle'](fn, data, include)
File "/home/scott-lenovo/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 120, in handle
abs_fn = resolve_file(fn, data)
File "/home/scott-lenovo/bitbake/lib/bb/parse/__init__.py", line 117, in resolve_file
raise IOError("file %s not found in %s" % (fn, bbpath))
IOError: file conf/bitbake.conf not found in /home/scott-lenovo/hello
ERROR: Unable to parse /home/scott-lenovo/bitbake/lib/bb/parse/__init__.py
Traceback (most recent call last):
File "/home/scott-lenovo/bitbake/lib/bb/parse/__init__.py", line 127, in resolve_file(fn='conf/bitbake.conf', d=<bb.data_smart.DataSmart object at 0x7f22919a3df0>):
if not newfn:
> raise IOError(errno.ENOENT, "file %s not found in %s" % (fn, bbpath))
fn = newfn
FileNotFoundError: [Errno 2] file conf/bitbake.conf not found in <projectdirectory>
ERROR: Unable to parse conf/bitbake.conf: file conf/bitbake.conf not found in /home/scott-lenovo/hello
This sample output shows that BitBake could not find the
``conf/bitbake.conf`` file in the project directory. This file is
@@ -254,18 +237,14 @@ Following is the complete "Hello World" example.
exists, you can run the ``bitbake`` command again::
$ bitbake
ERROR: Traceback (most recent call last):
File "/home/scott-lenovo/bitbake/lib/bb/cookerdata.py", line 163, in wrapped
return func(fn, *args)
File "/home/scott-lenovo/bitbake/lib/bb/cookerdata.py", line 177, in _inherit
File "/home/scott-lenovo/bitbake/lib/bb/parse/parse_py/BBHandler.py", line 92, in inherit
include(fn, file, lineno, d, "inherit")
File "/home/scott-lenovo/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 100, in include
raise ParseError("Could not %(error_out)s file %(fn)s" % vars(), oldfn, lineno)
ParseError: ParseError in configuration INHERITs: Could not inherit file classes/base.bbclass
ERROR: Unable to parse /home/scott-lenovo/bitbake/lib/bb/parse/parse_py/BBHandler.py
Traceback (most recent call last):
File "/home/scott-lenovo/bitbake/lib/bb/parse/parse_py/BBHandler.py", line 67, in inherit(files=['base'], fn='configuration INHERITs', lineno=0, d=<bb.data_smart.DataSmart object at 0x7fab6815edf0>):
@@ -319,6 +319,10 @@ The variable ``D`` becomes "dvaladditional data".
You must control all spacing when you use the override syntax.
..note::
The overrides are applied in this order, ":append", ":prepend", ":remove".
It is also possible to append and prepend to shell functions and
BitBake-style Python functions. See the ":ref:`bitbake-user-manual/bitbake-user-manual-metadata:shell functions`" and ":ref:`bitbake-user-manual/bitbake-user-manual-metadata:bitbake-style python functions`"
sections for examples.
@@ -352,6 +356,28 @@ The variable ``FOO`` becomes
Like ":append" and ":prepend", ":remove" is applied at variable
expansion time.
..note::
The overrides are applied in this order, ":append", ":prepend", ":remove".
This implies it is not possible to re-append previously removed strings.
However, one can undo a ":remove" by using an intermediate variable whose
content is passed to the ":remove" so that modifying the intermediate
variable equals to keeping the string in::
FOOREMOVE = "123 456 789"
FOO:remove = "${FOOREMOVE}"
...
FOOREMOVE = "123 789"
This expands to ``FOO:remove = "123 789"``.
..note::
Override application order may not match variable parse history, i.e.
the output of ``bitbake -e`` may contain ":remove" before ":append",
but the result will be removed string, because ":remove" is handled
last.
Override Style Operation Advantages
-----------------------------------
@@ -1470,6 +1496,23 @@ functionality of the task:
directory listed is used as the current working directory for the
task.
-``[file-checksums]``: Controls the file dependencies for a task. The
baseline file list is the set of files associated with
:term:`SRC_URI`. May be used to set additional dependencies on
files not associated with :term:`SRC_URI`.
The value set to the list is a file-boolean pair where the first
value is the file name and the second is whether or not it
@@ -503,7 +504,7 @@ class DataSmart(MutableMapping):
self.overrides=newoverrides
self.overridesset=set(self.overrides)
else:
bb.fatal("Overrides could not be expanded into a stable state after 5 iterations, overrides must be being referenced by other overridden variables in some recursive fashion. Please provide your configuration to bitbake-devel so we can laugh, er, I mean try and understand how to make it work.")
bb.fatal("Overrides could not be expanded into a stable state after 5 iterations, overrides must be being referenced by other overridden variables in some recursive fashion. Please provide your configuration to bitbake-devel so we can laugh, er, I mean try and understand how to make it work. The list of failing override expansions: %s"%"\n".join(str(s)forsinoverrride_stack))
definitVar(self,var):
self.expand_cache={}
@@ -514,18 +515,18 @@ class DataSmart(MutableMapping):
dest=self.dict
whiledest:
ifvarindest:
returndest[var],self.overridedata.get(var,None)
returndest[var]
if"_data"notindest:
break
dest=dest["_data"]
returnNone,self.overridedata.get(var,None)
returnNone
def_makeShadowCopy(self,var):
ifvarinself.dict:
return
local_var,_=self._findVar(var)
local_var=self._findVar(var)
iflocal_var:
self.dict[var]=copy.copy(local_var)
@@ -633,7 +634,7 @@ class DataSmart(MutableMapping):
nextnew.update(vardata.references)
nextnew.update(vardata.contains.keys())
new=nextnew
self.internal_finalize(True)
self.overrides=None
def_setvar_update_overrides(self,var,**loginfo):
# aka pay the cookie monster
@@ -720,7 +721,7 @@ class DataSmart(MutableMapping):
runfetchcmd("tar -cf - lfs | tar -xf - -C %s"%ud.clonedir,d,workdir="%s/git/.git"%tmpdir)
finally:
bb.utils.remove(tmpdir,recurse=True)
defbuild_mirror_data(self,ud,d):
@@ -660,11 +661,6 @@ class Git(FetchMethod):
Check if the repository has 'lfs' (large file) content
"""
ifnotud.nobranch:
branchname=ud.branches[ud.names[0]]
else:
branchname="master"
# The bare clonedir doesn't use the remote names; it has the branch immediately.
ifwd==ud.clonedir:
refname=ud.branches[ud.names[0]]
@@ -741,11 +737,11 @@ class Git(FetchMethod):
"""
Compute the HEAD revision for the url
"""
ifnotd.getVar("__BBSEENSRCREV"):
ifnotd.getVar("__BBSRCREV_SEEN"):
raisebb.fetch2.FetchError("Recipe uses a floating tag/branch '%s' for repo '%s' without a fixed SRCREV yet doesn't call bb.fetch2.get_srcrev() (use SRCPV in PV for OE)."%(ud.unresolvedrev[name],ud.host+ud.path))
# Ensure we mark as not cached
bb.fetch2.get_autorev(d)
bb.fetch2.mark_recipe_nocache(d)
output=self._lsremote(ud,d,"")
# Tags of the form ^{} may not work, need to fallback to other form
bb.fatal("AUTOREV/SRCPV set too late for the fetcher to work properly, please set the variables earlier in parsing. Erroring instead of later obtuse build failures.")
bb.msg.fatal("RunQueue","Could not find any tasks with the tasknames %s to run within the recipes of the taskgraphs of the targets %s"%(str(self.cooker.configuration.runall),str(self.targets)))
self.init_progress_reporter.next_stage()
bb.event.check_for_interrupts(self.cooker.data)
# Handle runonly
ifself.cooker.configuration.runonly:
@@ -1055,6 +1069,7 @@ class RunQueueData:
logger.verbose("Assign Weightings")
self.init_progress_reporter.next_stage()
bb.event.check_for_interrupts(self.cooker.data)
# Generate a list of reverse dependencies to ease future calculations
bb.error("When reparsing %s, the basehash value changed from %s to %s. The metadata is not deterministic and this needs to be fixed."%(tid,self.basehash[tid],basehash[tid]))
bb.error("The following commands may help:")
@@ -220,11 +236,7 @@ class SignatureGeneratorBasic(SignatureGenerator):
bb.error("%s -Sprintdiff\n"%cmd)
self.basehash[tid]=basehash[tid]
self.taskdeps[fn]=taskdeps
self.gendeps[fn]=gendeps
self.lookupcache[fn]=lookupcache
returntaskdeps
returntaskdeps,gendeps,lookupcache
defset_setscene_tasks(self,setscene_tasks):
self.setscenetasks=set(setscene_tasks)
@@ -232,31 +244,41 @@ class SignatureGeneratorBasic(SignatureGenerator):
<!DOCTYPE html><html><head><metahttp-equiv="content-type"content="text/html; charset=utf-8"><metaname="viewport"content="width=device-width"><styletype="text/css">body,html{background:#fff;font-family:"Bitstream Vera Sans","Lucida Grande","Lucida Sans Unicode",Lucidux,Verdana,Lucida,sans-serif;}tr:nth-child(even){background:#f4f4f4;}th,td{padding:0.1em0.5em;}th{text-align:left;font-weight:bold;background:#eee;border-bottom:1pxsolid#aaa;}#list{border:1pxsolid#aaa;width:100%;}a{color:#a33;}a:hover{color:#e33;}</style>
<title>Index of /sources/libxml2/2.10/</title>
</head><body><h1>Index of /sources/libxml2/2.10/</h1>
<!DOCTYPE html><html><head><metahttp-equiv="content-type"content="text/html; charset=utf-8"><metaname="viewport"content="width=device-width"><styletype="text/css">body,html{background:#fff;font-family:"Bitstream Vera Sans","Lucida Grande","Lucida Sans Unicode",Lucidux,Verdana,Lucida,sans-serif;}tr:nth-child(even){background:#f4f4f4;}th,td{padding:0.1em0.5em;}th{text-align:left;font-weight:bold;background:#eee;border-bottom:1pxsolid#aaa;}#list{border:1pxsolid#aaa;width:100%;}a{color:#a33;}a:hover{color:#e33;}</style>
<title>Index of /sources/libxml2/2.9/</title>
</head><body><h1>Index of /sources/libxml2/2.9/</h1>
<!DOCTYPE html><html><head><metahttp-equiv="content-type"content="text/html; charset=utf-8"><metaname="viewport"content="width=device-width"><styletype="text/css">body,html{background:#fff;font-family:"Bitstream Vera Sans","Lucida Grande","Lucida Sans Unicode",Lucidux,Verdana,Lucida,sans-serif;}tr:nth-child(even){background:#f4f4f4;}th,td{padding:0.1em0.5em;}th{text-align:left;font-weight:bold;background:#eee;border-bottom:1pxsolid#aaa;}#list{border:1pxsolid#aaa;width:100%;}a{color:#a33;}a:hover{color:#e33;}</style>
<fieldtype="TextField"name="helptext">Toaster will run your builds using the tip of the <a href=\"https://cgit.openembedded.org/openembedded-core/log/\">OpenEmbedded master</a> branch.</field>
<fieldtype="TextField"name="helptext">Toaster will run your builds using the tip of the <a href=\"https://cgit.openembedded.org/openembedded-core/log/?h=honister\">OpenEmbedded Honister</a> branch.</field>
<fieldtype="TextField"name="helptext">Toaster will run your builds using the tip of the <a href=\"https://cgit.openembedded.org/openembedded-core/log/?h=mickledore\">OpenEmbedded Mickledore</a> branch.</field>
<fieldtype="TextField"name="helptext">Toaster will run your builds using the tip of the <a href=\"https://cgit.openembedded.org/openembedded-core/log/?h=hardknott\">OpenEmbedded Hardknott</a> branch.</field>
<fieldtype="TextField"name="helptext">Toaster will run your builds using the tip of the <a href=\"https://cgit.openembedded.org/openembedded-core/log/?h=dunfell\">OpenEmbedded Dunfell</a> branch.</field>
<fieldtype="TextField"name="helptext">Toaster will run your builds using the tip of the <a href="https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/">Yocto Project Master branch</a>.</field>
<fieldtype="TextField"name="helptext">Toaster will run your builds using the tip of the <a href="https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=honister">Yocto Project Honister branch</a>.</field>
<fieldtype="TextField"name="helptext">Toaster will run your builds using the tip of the <a href="https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=mickledore">Yocto Project Mickledore branch</a>.</field>
<fieldtype="TextField"name="helptext">Toaster will run your builds using the tip of the <a href="https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=hardknott">Yocto Project Hardknott branch</a>.</field>
<fieldtype="TextField"name="helptext">Toaster will run your builds using the tip of the <a href="https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=dunfell">Yocto Project Dunfell branch</a>.</field>
NOTE: Configuration template placed into /srv/work/alex/meta-alex/conf/templates/test-1
Please review the files in there, and particularly provide a configuration description in /srv/work/alex/meta-alex/conf/templates/test-1/conf-notes.txt
User-specific requirements drive the Multilib feature. Consequently,
there is no one "out-of-the-box" configuration that would
meet your needs.
In order to enable Multilib, you first need to ensure your recipe is
extended to support multiple libraries. Many standard recipes are
already extended and support multiple libraries. You can check in the
``meta/conf/multilib.conf`` configuration file in the
:term:`Source Directory` to see how this is
done using the
:term:`BBCLASSEXTEND` variable.
Eventually, all recipes will be covered and this list will not be
needed.
For the most part, the :ref:`Multilib <ref-classes-multilib*>`
class extension works automatically to
extend the package name from ``${PN}`` to ``${MLPREFIX}${PN}``, where
:term:`MLPREFIX` is the particular multilib (e.g. "lib32-" or "lib64-").
Standard variables such as
:term:`DEPENDS`,
:term:`RDEPENDS`,
:term:`RPROVIDES`,
:term:`RRECOMMENDS`,
:term:`PACKAGES`, and
:term:`PACKAGES_DYNAMIC` are
automatically extended by the system. If you are extending any manual
code in the recipe, you can use the ``${MLPREFIX}`` variable to ensure
those names are extended correctly.
Using Multilib
--------------
After you have set up the recipes, you need to define the actual
combination of multiple libraries you want to build. You accomplish this
through your ``local.conf`` configuration file in the
:term:`Build Directory`. An example configuration would be as follows::
MACHINE = "qemux86-64"
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE:virtclass-multilib-lib32 = "x86"
IMAGE_INSTALL:append = " lib32-glib-2.0"
This example enables an additional library named
``lib32`` alongside the normal target packages. When combining these
"lib32" alternatives, the example uses "x86" for tuning. For information
on this particular tuning, see
``meta/conf/machine/include/ia32/arch-ia32.inc``.
The example then includes ``lib32-glib-2.0`` in all the images, which
illustrates one method of including a multiple library dependency. You
can use a normal image build to include this dependency, for example::
$ bitbake core-image-sato
You can also build Multilib packages
specifically with a command like this::
$ bitbake lib32-glib-2.0
Additional Implementation Details
---------------------------------
There are generic implementation details as well as details that are specific to
package management systems. Following are implementation details
that exist regardless of the package management system:
- The typical convention used for the class extension code as used by
Multilib assumes that all package names specified in
:term:`PACKAGES` that contain
``${PN}`` have ``${PN}`` at the start of the name. When that
convention is not followed and ``${PN}`` appears at the middle or the
end of a name, problems occur.
- The :term:`TARGET_VENDOR`
value under Multilib will be extended to "-vendormlmultilib" (e.g.
"-pokymllib32" for a "lib32" Multilib with Poky). The reason for this
slightly unwieldy contraction is that any "-" characters in the
vendor string presently break Autoconf's ``config.sub``, and other
separators are problematic for different reasons.
Here are the implementation details for the RPM Package Management System:
- A unique architecture is defined for the Multilib packages, along
with creating a unique deploy folder under ``tmp/deploy/rpm`` in the
:term:`Build Directory`. For example, consider ``lib32`` in a
``qemux86-64`` image. The possible architectures in the system are "all",
"qemux86_64", "lib32:qemux86_64", and "lib32:x86".
- The ``${MLPREFIX}`` variable is stripped from ``${PN}`` during RPM
packaging. The naming for a normal RPM package and a Multilib RPM
package in a ``qemux86-64`` system resolves to something similar to
``bash-4.1-r2.x86_64.rpm`` and ``bash-4.1.r2.lib32_x86.rpm``,
respectively.
- When installing a Multilib image, the RPM backend first installs the
base image and then installs the Multilib libraries.
- The build system relies on RPM to resolve the identical files in the
two (or more) Multilib packages.
Here are the implementation details for the IPK Package Management System:
- The ``${MLPREFIX}`` is not stripped from ``${PN}`` during IPK
packaging. The naming for a normal RPM package and a Multilib IPK
package in a ``qemux86-64`` system resolves to something like
``bash_4.1-r2.x86_64.ipk`` and ``lib32-bash_4.1-rw:x86.ipk``,
respectively.
- The IPK deploy folder is not modified with ``${MLPREFIX}`` because
packages with and without the Multilib feature can exist in the same
folder due to the ``${PN}`` differences.
- IPK defines a sanity check for Multilib installation using certain
rules for file comparison, overridden, etc.
Installing Multiple Versions of the Same Library
================================================
There are be situations where you need to install and use multiple versions
of the same library on the same system at the same time. This
almost always happens when a library API changes and you have
multiple pieces of software that depend on the separate versions of the
library. To accommodate these situations, you can install multiple
versions of the same library in parallel on the same system.
The process is straightforward as long as the libraries use proper
versioning. With properly versioned libraries, all you need to do to
individually specify the libraries is create separate, appropriately
named recipes where the :term:`PN` part of
the name includes a portion that differentiates each library version
(e.g. the major part of the version number). Thus, instead of having a
single recipe that loads one version of a library (e.g. ``clutter``),
you provide multiple recipes that result in different versions of the
libraries you want. As an example, the following two recipes would allow
the two separate versions of the ``clutter`` library to co-exist on the
same system:
..code-block::none
clutter-1.6_1.6.20.bb
clutter-1.8_1.8.4.bb
Additionally, if
you have other recipes that depend on a given library, you need to use
the :term:`DEPENDS` variable to
create the dependency. Continuing with the same example, if you want to
have a recipe depend on the 1.8 version of the ``clutter`` library, use
the following in your recipe::
DEPENDS = "clutter-1.8"
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.