| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Backport a patch [1] to fix the below build failure.
FAILED: libsoup/libsoup-2.4.so.1.11.0.p/soup-address.c.o
In file included from /usr/include/glib-2.0/gio/gnetworking.h:40,
from ../libsoup-2.72.0/libsoup/soup-address.c:14:
/usr/include/resolv.h:75:15: error: unknown type name ‘u_char’
const u_char **__query,
^~~~~~
[1] https://gitlab.gnome.org/GNOME/libsoup/-/commit/5c3d431bdb094c59997f2a23e31e83f815ab667c
(From OE-Core rev: 963085afced737863cf4ff8515a1cf08365d5d87)
Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Several conversion commands already make use of 'force' option in the
compression, which enables overwriting existing files without
prompting.
Since occasionally an existing residual destination file from a
previously aborted or failed task can prevent the re-execution of the
conversion command task, by enabling the 'force' option also for lz4
and lzop compression commands we can avoid following kind of BitBake
failures with these compressors:
| DEBUG: Executing shell function do_image_cpio
| 117685 blocks
| 2 blocks
| example-image.cpio.lz4 already exists; do you want to overwrite (y/N) ? not overwritten
| Error 20 : example-image.cpio : open file error
| WARNING: exit code 20 from a shell command.
ERROR: Task (.../recipes-core/images/example-image.bb:do_image_cpio) failed with exit code '1'
(From OE-Core rev: 623ab22434909f10aaf613cd3032cc2a2c6e3ff9)
(From OE-Core rev: 35a92023766b562dab9f8561cc3adb4938b03692)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Backport PACKAGECONFIG[editline] from Scarthgap to Kirkstone
because libedit has feature parity with readline but is more
permissively licensed (BSD verses GPLv3). This patch provides
means of enabling editline in a distribution without GPLv3 and
in this case improves Python REPL keyboard support.
(From OE-Core rev: 12dc7d2081a1aaec90ffb3ed6718d757ce14b5ab)
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream-Status: Backport from [https://github.com/curl/curl/commit/27959ecce75cdb2809c0bdb3286e60e08fadb519]
CVE's Fixed:
============
CVE-2024-7264 libcurl: ASN.1 date parser overread
(From OE-Core rev: cf0b1ed6c4cd9f61e39befb9c9785b1433777988)
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream-Status: Backport from [https://gitlab.com/libtiff/libtiff/-/commit/818fb8ce881cf839fbc710f6690aadb992aa0f9e]
CVE's Fixed:
CVE-2024-7006 libtiff: NULL pointer dereference in tif_dirinfo.c
(From OE-Core rev: bacab52b3d101ee99753f14542a56340dd589425)
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
This is the same problem as already ignored CVE-2024-35328.
See laso this comment in addition:
https://github.com/yaml/libyaml/issues/298#issuecomment-2167684233
(From OE-Core rev: 18e011245dd978985eecc368c503822f61d52f21)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
This package can be built using pep517 classes now.
(From OE-Core rev: 6c1000a2bbfe5e618e42bc5be2058332337d4177)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a32fa3e64d1daf5846c29403e9f258aea42212d3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Include security fix CVE-2024-40897
Ref: https://github.com/GStreamer/orc/blob/0.4.39/RELEASE
(From OE-Core rev: 4fc3f804c0963e4421b8066425cc6780a6901ace)
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Certifi is a curated collection of Root Certificates for validating the
trustworthiness of SSL certificates while verifying the identity of TLS
hosts. Certifi starting in 2021.05.30 and prior to 2024.07.4 recognized
root certificates from `GLOBALTRUST`. Certifi 2024.07.04 removes root
certificates from `GLOBALTRUST` from the root store. These are in the
process of being removed from Mozilla's trust store. `GLOBALTRUST`'s root
certificates are being removed pursuant to an investigation which
identified "long-running and unresolved compliance issues."Certifi is a
curated collection of Root Certificates for validating the trustworthiness
of SSL certificates while verifying the identity of TLS hosts. Certifi
starting in 2021.05.30 and prior to 2024.07.4 recognized root certificates
from `GLOBALTRUST`. Certifi 2024.07.04 removes root certificates from
`GLOBALTRUST` from the root store. These are in the process of being removed
from Mozilla's trust store. `GLOBALTRUST`'s root certificates are being
removed pursuant to an investigation which identified "long-running and
unresolved compliance issues."
References:
https://nvd.nist.gov/vuln/detail/CVE-2024-39689
Upstream-patch:
https://github.com/certifi/python-certifi/commit/bd8153872e9c6fc98f4023df9c2deaffea2fa463
(From OE-Core rev: 96c1e12dc6cb4c321a09a6ddcc4c9f27c30b4564)
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
backport upstream fix for CVEs and fix the regression that introduced [1]
[1] http://lists.busybox.net/pipermail/busybox/2024-May/090766.html
(From OE-Core rev: 4bc3dcb0be97f7fecb34950015b4335d6ddc512c)
Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
| |
(From OE-Core rev: f012f6a6e1d3111d6cae74c9c846d8bd0fca5dd5)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
| |
(From OE-Core rev: 68a6482244532e61bc467e1ef23661260bac8572)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
| |
(From OE-Core rev: 18c55a131b0627b906de29f8c4cbd1526154cd60)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A flaw was found in ofono, an Open Source Telephony on Linux.
A stack overflow bug is triggered within the decode_deliver()
function during the SMS decoding. It is assumed that the attack
scenario is accessible from a compromised modem, a malicious
base station, or just SMS. There is a bound check for this
memcpy length in decode_submit(), but it was forgotten in
decode_deliver().
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2023-2794
Upstream patches:
https://git.kernel.org/pub/scm/network/ofono/ofono.git/commit/?id=a90421d8e45d63b304dc010baba24633e7869682
https://git.kernel.org/pub/scm/network/ofono/ofono.git/commit/?id=7f2adfa22fbae824f8e2c3ae86a3f51da31ee400
https://git.kernel.org/pub/scm/network/ofono/ofono.git/commit/?id=07f48b23e3877ef7d15a7b0b8b79d32ad0a3607e
https://git.kernel.org/pub/scm/network/ofono/ofono.git/commit/?id=8fa1fdfcb54e1edb588c6a5e2688880b065a39c9
(From OE-Core rev: 5114e9064dbabd5258f512cd97c79fc40f848b98)
Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
| |
(From OE-Core rev: 1710676f80df2ba1ee77d15b4e0e532df10be5a5)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is open yet but seems to be disputed
This has not yet been disputed officially
Based on:
OE-Core rev: 4cba8ad405b1728afda3873f99ac88711ab85644
OE-Core rev: 7ec7384837f3e3fb68b25a6108ed7ec0f261a4aa
OE-Core rev: c66d9a2a0d197498fa21ee8ca51a4afb59f75473
Squashed and converted to CVE_CHECK_IGNORE syntax
(From OE-Core rev: 70489234bff3f2b8613ce6f8069bae448fbc61ed)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
License-Update: Upstream cleaned stale file paths in License file and updated LICENSES/LGPL-2.1 and LICENSES/GPL-2.0 -> LICENSES/LGPL-2.1-only.txt and LICENSES/GPL-2.0-only.txt causing md5 to change.
(ref commit ->
https://github.com/lttng/lttng-modules/commit/b972ef5708a00718a081f0eb40205e25677e5e93
and
https://github.com/lttng/lttng-modules/commit/61baff6e8de2462f45006662bc34bcbf5f645ba0#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7)
Note: Upgrade lttng-modules to 2.13.14 to fix fcheck error which occurs
with commit 782202de6478f68caaed4567017095ad906c4eef in kernel "file: Rename fcheck
lookup_fd_rcu" which does replaces fcheck with lookup_fd_rcu.
(From OE-Core rev: 2721f84ba755ceea5780e44feb0713ad8c4d0217)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Siddharth Doshi <sdoshi@mvista.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:
7e89efd3ae1c Linux 5.15.164
e5e5e63c506b tap: add missing verification for short frame
589382f50b4a tun: add missing verification for short frame
2d3cef3d7a5d wifi: rt2x00: use explicitly signed or unsigned types
53e21cfa68a7 filelock: Fix fcntl/close race recovery compat path
2a6c1811f806 ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is paused
3390c35a2fe4 arm64: dts: qcom: sdm630: Disable SS instance in Parkmode for USB
01a1bb207e96 arm64: dts: qcom: msm8996: Disable SS instance in Parkmode for USB
0b71bad5f49f ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360
8f83ba8d0642 ALSA: hda/realtek: Enable headset mic on Positivo SU C1400
35652dfa8cc9 fs/ntfs3: Validate ff offset
7e21574195a4 jfs: don't walk off the end of ealist
53de17ad01cb ocfs2: add bounds checking to ocfs2_check_dir_entry()
21c14c556ccc net: relax socket state check at accept time.
243b1b2f139b Add gitignore file for samples/fanotify/ subdirectory
057aca5c4c0c docs: Fix formatting of literal sections in fanotify docs
9b4e471059a2 samples: Make fs-monitor depend on libc and headers
11874ffea7b0 samples: Add fs error monitoring example
544fa213f15d drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()
b0f923261647 wifi: mac80211: disable softirqs for queued frame handling
1e865019cef3 mm/damon/core: merge regions aggressively when max_nr_regions is unmet
22f7794ef5a3 minmax: relax check to allow comparison between unsigned arguments and signed constants
7ed91c5560df minmax: allow comparisons of 'int' against 'unsigned char/short'
d53b5d862acd minmax: allow min()/max()/clamp() if the arguments have the same signedness.
1c2ee5bc9f11 minmax: fix header inclusions
d470787b25e6 minmax: clamp more efficiently by avoiding extra comparison
998f03984e25 minmax: sanity check constant bounds when clamping
ed6e37e30826 tracing: Define the is_signed_type() macro once
6efc874e7dec spi: mux: set ctlr->bits_per_word_mask
d02d8c1dacaf hfsplus: fix uninit-value in copy_name
119aa28dc296 selftests/vDSO: fix clang build errors and warnings
77737885d55b spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices
52fb34cf68f6 riscv: stacktrace: fix usage of ftrace_graph_ret_addr()
5f569a230160 fs: better handle deep ancestor chains in is_subdir()
a2b201f83971 drm/radeon: check bo_va->bo is non-NULL before using it
d2ce562a5aff Bluetooth: hci_core: cancel all works upon hci_unregister_dev()
30095db9fde5 scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed
4fad7fef847b powerpc/eeh: avoid possible crash when edev->pdev changes
e59822f9d700 powerpc/pseries: Whitelist dtl slub object for copying to userspace
144563729741 net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD()
7d562640dfe3 net: usb: qmi_wwan: add Telit FN912 compositions
2f0f5d8b70d6 ALSA: dmaengine_pcm: terminate dmaengine before synchronize
e8c3061cb064 ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx
8a69529f2259 btrfs: qgroup: fix quota root leak after quota disable failure
6a0a5134b811 platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB
c71589ef09be platform/x86: lg-laptop: Change ACPI device id
cb7b8762fa59 platform/x86: lg-laptop: Remove LGEX0815 hotkey handling
b87e028350b0 platform/x86: wireless-hotkey: Add support for LG Airplane Button
cf521049fcd0 s390/sclp: Fix sclp_init() cleanup on failure
9adc74c11a0e can: kvaser_usb: fix return value for hif_usb_send_regout
47b807eacc43 ASoC: ti: omap-hdmi: Fix too long driver name
d04dff8e6419 ASoC: ti: davinci-mcasp: Set min period size using FIFO config
6114985177db ALSA: dmaengine: Synchronize dma channel after drop()
c4bbeb8f129f bytcr_rt5640 : inverse jack detect for Archos 101 cesium
7fc6558e274e Input: i8042 - add Ayaneo Kun to i8042 quirk table
079deeff7285 Input: elantech - fix touchpad state on resume for Lenovo N24
ff53b50bb2c2 mips: fix compat_sys_lseek syscall
e3316c1ab38d ALSA: hda/realtek: Add more codec ID to no shutup pins list
0e566b1d3f6d drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency
b26c8c85463e KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
a43cc0558530 wifi: cfg80211: wext: add extra SIOCSIWSCAN data check
c5942a14f795 nvme: avoid double free special payload
7d5b199be28e mei: demote client disconnect warning on suspend to debug
2ffe891b8df2 fs/file: fix the check in find_next_fd()
da0fec30a73f kconfig: remove wrong expr_trans_bool()
f6ea77184d70 kconfig: gconf: give a proper initial state to the Save button
9b873bdaae64 null_blk: fix validation of block size
91c203d37e69 arm64: armv8_deprecated: Fix warning in isndep cpuhp starting process
feac2391e26b ila: block BH in ila_output()
7b40527d2e25 net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()
502b144d8805 Input: silead - Always support 10 fingers
07fb3ed9f8de selftests/openat2: Fix build warnings on ppc64
a0d2c3a6bbca wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()
eaa06c9daea9 wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe option
36d6128a7f6a wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd
aa74f7e51279 wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup
38219c50a3a6 wifi: mac80211: handle tasklet frames before stopping
34dbc62992f8 wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata
a3c944359fa0 tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs
044a7bfca888 ACPI: EC: Avoid returning AE_OK on errors in address space handler
284daacf260b ACPI: EC: Abort address space access upon error
22413eee9c4e scsi: qedf: Set qed_slowpath_params to zero before use
c3cbe53d9467 scsi: qedf: Wait for stag work during unload
ab66639f72df scsi: qedf: Don't process stag work during unload and recovery
9ffd72041f04 scsi: core: alua: I/O errors for ALUA state transitions
f818708eeeae scsi: core: Fix a use-after-free
0f98f40eb1ed bpf: Fix overrunning reservations in ringbuf
48ec3929916f ACPI: processor_idle: Fix invalid comparison with insertion sort for latency
903a9ab8a087 ARM: 9324/1: fix get_user() broken with veneer
52c87ab18c76 filelock: Remove locks reliably when fcntl/close race is detected
05bbd8d1e92b gcc-plugins: Rename last_stmt() for GCC 14+
7c6d66f0266f Linux 5.15.163
f0655a5c8f3e i2c: rcar: fix error code in probe()
181a157af8a4 kbuild: Make ld-version.sh more robust against version string changes
db56615e96c4 x86/bhi: Avoid warning in #DB handler due to BHI mitigation
c4dbe18342b7 x86/entry/64: Remove obsolete comment on tracing vs. SYSRET
9877f867929d i2c: rcar: clear NO_RXDMA flag after resetting
7e44655c1fc5 i2c: testunit: avoid re-issued work after read message
ec1bba809f7c i2c: rcar: ensure Gen3+ reset does not disturb local targets
02268d026499 i2c: rcar: introduce Gen4 devices
ff7879da5368 i2c: rcar: reset controller is mandatory for Gen3+
504cc0036286 i2c: rcar: Add R-Car Gen4 support
f42afb065917 i2c: mark HostNotify target address as used
72dd9b813fa3 i2c: rcar: bring hardware to known state when probing
7000b438dda9 nilfs2: fix kernel bug on rename operation of broken directory
e30bc19a9ee8 bpf: Allow reads from uninit stack
2272e2db38f2 ipv6: prevent NULL dereference in ip6_output()
e79f46ba8e55 ipv6: annotate data-races around cnf.disable_ipv6
6f98a223d696 wireguard: send: annotate intentional data race in checking empty queue
21a0f8567f75 wireguard: queueing: annotate intentional data race in cpu round robin
b4764f0ad3d6 wireguard: allowedips: avoid unaligned 64-bit memory accesses
20cf67dcb7db libceph: fix race between delayed_work() and ceph_monc_stop()
519547760f16 Fix userfaultfd_api to return EINVAL as expected
b3e1890bc34d ALSA: hda/realtek: Limit mic boost on VAIO PRO PX
26af2ccfc62d ALSA: hda/realtek: Enable Mute LED on HP 250 G7
fb9e1ee1aec1 ALSA: hda/realtek: add quirk for Clevo V5[46]0TU
679df0bcd5c4 nvmem: core: only change name to fram for current attribute
d2135fbc0566 nvmem: meson-efuse: Fix return value of nvmem callbacks
da5989e5eb35 nvmem: rmem: Fix return value of rmem_read()
ae3808a85a92 hpet: Support 32-bit userspace
2bd8534a1b83 USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor
72b8ee0d9826 usb: gadget: configfs: Prevent OOB read/write in usb_string_copy()
840940bfb3a1 USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k
b14aa5673e0a USB: serial: mos7840: fix crash on resume
e75428344a1a USB: serial: option: add Rolling RW350-GL variants
9d672c574208 USB: serial: option: add Netprisma LCUK54 series modules
d2e942dc1cf0 USB: serial: option: add support for Foxconn T99W651
8c2bf484186a USB: serial: option: add Fibocom FM350-GL
3fc4c03f7cba USB: serial: option: add Telit FN912 rmnet compositions
e068685443cf USB: serial: option: add Telit generic core-dump composition
c0d03cdd8ac8 net: ks8851: Fix potential TX stall after interface reopen
04317a2471c2 tcp: avoid too many retransmit packets
3c65bfcbf075 tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
15c010d365f8 octeontx2-af: fix issue with IPv4 match for RSS
ab3a1c3888f3 octeontx2-af: fix issue with IPv6 ext match for RSS
71d0f15894b8 octeontx2-af: extend RSS supported offload types
74c5bc3394bb octeontx2-af: fix detection of IP layer
b65406f56e7d octeontx2-af: fix a issue with cpt_lf_alloc mailbox
bacb3fc5ed55 octeontx2-af: update cpt lf alloc mailbox
e4dc9e89f45f octeontx2-af: replace cpt slot with lf id on reg write
8cd976031e0d ARM: davinci: Convert comma to semicolon
8338f57eb16b s390: Mark psw in __load_psw_mask() as __unitialized
2b4d68df3f57 net/sched: Fix UAF when resolving a clash
ddf516e50bf8 udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().
7320fbdf46b9 ethtool: netlink: do not return SQI value if link is down
ebc5c6304577 ppp: reject claimed-as-LCP but actually malformed packets
a4a4c03ec069 net: ethernet: mtk-star-emac: set mac_managed_pm when probing
69ad5fa0ce7c net: ethernet: lantiq_etop: fix double free in detach
15298ff0f6d2 net: lantiq_etop: add blank line after declaration
b399a68054df i40e: Fix XDP program unloading while removing the driver
19904d03dbb8 net: fix rc7's __skb_datagram_iter()
02ad323fa248 octeontx2-af: Fix incorrect value output on error path in rvu_check_rsrc_availability()
195b7bcdfc5a skmsg: Skip zero length skb in sk_msg_recvmsg
bd5b2b612211 tcp: fix incorrect undo caused by DSACK of TLP retransmit
ba719855a854 vfs: don't mod negative dentry count when on shrinker list
b422e6335f12 fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading
02a896426075 filelock: fix potential use-after-free in posix_lock_inode
bc17f2377818 mm: prevent derefencing NULL ptr in pfn_section_valid()
88fb258f1baf nilfs2: fix incorrect inode allocation from reserved inodes
6d1108b041d3 null_blk: Do not allow runt zone with zone capacity smaller then zone size
f07bcd8bba80 nfc/nci: Add the inconsistency check between the input data length and count
f44608dd0211 kbuild: fix short log for AS in link-vmlinux.sh
b4fed1443a65 nvmet: fix a possible leak when destroy a ctrl during qp establishment
5f7bf7660300 platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro
cf628b9279c6 platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet
f8f08fba924e regmap-i2c: Subtract reg size from max_write
397bfe1bd928 nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offset
0d30f73012a3 dma-mapping: benchmark: avoid needless copy_to_user if benchmark fails
9668700a039d nvme-multipath: find NUMA path only for online numa-node
0959e10fa346 ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897
6b521f82cb2e fs/ntfs3: Mark volume as dirty if xattr is broken
3503372d0bf7 i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr
1dda25e2415c clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents
feef460321a5 media: dw2102: fix a potential buffer overflow
a38e02265c68 ima: Avoid blocking in RCU read-side critical section
0edae06b4c22 bnx2x: Fix multiple UBSAN array-index-out-of-bounds
ddc382f7d1a6 mtd: rawnand: rockchip: ensure NVDDR timings are rejected
e8a8ee4c3c34 mtd: rawnand: Bypass a couple of sanity checks during NAND identification
56ca9e7f80cf mtd: rawnand: Ensure ECC configuration is propagated to upper layers
452e09c57444 drm/amdgpu/atomfirmware: silence UBSAN warning
f48dd3f19614 drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes
2820005edae1 Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"
0b15ed086a68 fsnotify: Do not generate events for O_PATH file descriptors
bf47bedf8dd7 can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct
4ca6013cd18e Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot
522b39bd7163 btrfs: fix adding block group to a reclaim list and the unused list during reclaim
a25e85361845 mm: avoid overflows in dirty throttling logic
df13f3cb4af3 mm: optimize the redundant loop of mm_update_owner_next()
b11e8fb93ea5 nilfs2: add missing check for inode numbers on directory entries
3be4dcc8d7be nilfs2: fix inode number range checks
96839f3f5882 Revert "igc: fix a log entry using uninitialized netdev"
663e1b693b5c gpiolib: of: add polarity quirk for TSC2005
03b2e1c9de47 gpiolib: of: add a quirk for reset line polarity for Himax LCDs
caee6db7e811 gpiolib: of: factor out code overriding gpio line polarity
8366720519ea inet_diag: Initialize pad field in struct inet_diag_req_v2
f48b0cd338cf selftests: make order checking verbose in msg_zerocopy selftest
ab52b1141648 selftests: fix OOM in msg_zerocopy selftest
bfd14e5915c2 bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()
3325628cb36b netfilter: nf_tables: unconditionally flush pending work before notifier
bb80a7911218 riscv: kexec: Avoid deadlock in kexec crash path
15185f6d5ac3 wifi: wilc1000: fix ies_len type in connect path
ccdc8fa32f79 net: allow skb_datagram_iter to be called from any context
9de67fb2faf9 e1000e: Fix S0ix residency on corporate systems
e19fa952c2c1 KVM: s390: fix LPSWEY handling
ef7c428b425b tcp_metrics: validate source addr length
b340526c9ef3 UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()
8786e4786181 tools/power turbostat: Remember global max_die_id
4889f117755b s390/pkey: Wipe sensitive data on failure
5ca26334fc8a jffs2: Fix potential illegal address access in jffs2_free_inode
3364c2ed1c24 bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD
c7196357b22a igc: fix a log entry using uninitialized netdev
b185e48079fe powerpc/xmon: Check cpu id in commands "c#", "dp#" and "dx#"
7955c2e2399b kunit: Fix timeout message
137a06dc0ff8 orangefs: fix out-of-bounds fsid access
eb28c161b926 powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=n
abc10b55a6f5 i2c: i801: Annotate apanel_addr as __ro_after_init
bd5620439959 media: dvb-frontends: tda10048: Fix integer overflow
70c9219effc5 media: s2255: Use refcount_t instead of atomic_t for num_channels
cdb63c962fd3 media: dvb-frontends: tda18271c2dd: Remove casting during div
8c2c3cca816d net: dsa: mv88e6xxx: Correct check for empty list
dc7f14d00d0c wifi: mt76: replace skb_put with skb_put_zero
2e2980458888 Input: ff-core - prefer struct_size over open coded arithmetic
292edf27c19c firmware: dmi: Stop decoding on broken entry
21e8f5b88a6f sctp: prefer struct_size over open coded arithmetic
3367598d65cd media: dw2102: Don't translate i2c read into write
afaaebdee9bb drm/amd/display: Skip finding free audio for unknown engine_id
0b3702f9d43d drm/amd/display: Check pipe offset before setting vblank
fbb0701af973 drm/amd/display: Check index msg_id before read or write
c6e777356f54 drm/amdgpu: Initialize timestamp for some legacy SOCs
71dd42861537 crypto: aead,cipher - zeroize key buffer after use
0a8a91932b27 scsi: qedf: Make qedf_execute_tmf() non-preemptible
d73cb8862e4d IB/core: Implement a limit on UMAD receive List
ecdcf002d1fc media: dvb-usb: dib0700_devices: Add missing release_firmware()
fb007bc69acb media: dvb: as102-fe: Fix as10x_register_addr packing
17fe8b75aaf0 drm/lima: fix shared irq handling on driver remove
e8053aa2ecc4 locking/mutex: Introduce devm_mutex_init()
5e3070adafca Compiler Attributes: Add __uninitialized macro
b8086c3c1548 reiserfs: Avoid touching renamed directory if parent does not change
ea091017ef62 ipv6: Fix data races around sk->sk_prot.
ff8710da80ee ipv6: annotate some data-races around sk->sk_prot
e8c2eafaaa6a tcp: Fix data races around icsk->icsk_af_ops.
8d1bab770956 locking/rwsem: Disable preemption while trying for rwsem lock
7c82dac02886 block, loop: support partitions without scanning
45f504f301d4 bpftool: Fix pretty print dump for maps without BTF loaded
1f24338cb789 jbd2: Drop the merge conflicted hunk
e1d0e3c51bde tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
1abe841fe331 tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
6224acfc1d56 tpm: Add flag to use default cancellation policy
1cd19d48fb90 tpm: tis_i2c: Fix sanity check interrupt enable mask
a883da132fa8 tpm: Add tpm_tis_i2c backend for tpm_tis_core
a742ac8a1c51 tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer
ef495c5f45f2 tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops
1f3be2e23aa6 gcc-plugins: Reorganize gimple includes for GCC 13
24615a3b932a ata: ahci: fix enum constants for gcc-13
5d6cb145541a net: stmmac: Enable mac_managed_pm phylink config
fd93aabb4287 tools/resolve_btfids: Use pkg-config to locate libelf
130f9da78406 tools/resolve_btfids: Build with host flags
00f2f1a782f9 tools/resolve_btfids: Support cross-building the kernel with clang
17776a4ba9c2 tools/resolve_btfids: Install libbpf headers when building
7c9808380d70 libbpf: Make libbpf_version.h non-auto-generated
37ae1ba791ac libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
a2667e6d7314 drm/radeon: free iio for atombios when driver shutdown
f100c753aa1f powerpc: Fix reschedule bug in KUAP-unlocked user copy
da5513f30187 libbpf: Fix build warning on ref_ctr_off
4c5a089621a8 perf python: Account for multiple words in CC
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
ed037d7be40c irq_work: use kasan_record_aux_stack_noalloc() record callstack
1363bd7dbde3 ixgbevf: add disable link state
e5601ae2bd24 ixgbe: add improvement for MDD response functionality
caa57cd80575 ixgbe: add the ability for the PF to disable VF link state
16a77bfcc7df Check /dev/console using init_stat()
04574fd5579a tracing/arm: Have max stack tracer handle the case of return address after data
0e51e5717018 gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully
1e6b7da6ddba drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES
493160901320 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
04224f725aa3 irqchip/gic-v3-its: Skip HP notifier when no ITS is registered
6f6c2996a81c irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserve
1fa94473423f irqchip/gic-v3-its: Give the percpu rdist struct its own flags field
6013d1ae5feb cert host tools: Stop complaining about deprecated OpenSSL functions
efe20512212b init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
a40d2daf2795 pnmtologo: use relocatable file name
3b40d5b41155 of: configfs: remove unused variable overlay_lock
6c085baf1838 tools: use basename to identify file in gen-mach-types
2fca0fd71981 lib/build_OID_registry: fix reproducibility issues
0f586f4ee8ad vt/conmakehash: improve reproducibility
a75774679f28 OF: DT-Overlay configfs interface (v8)
d179c639b30b x86/boot: Wrap literal addresses in absolute_pointer()
856ec356cf91 ACPI: thermal: drop an always true check
7614af249993 xfs: Fix -Werror=dangling-pointer work-around for older GCC
41470215f97e xfs: Work around GCC 12 -Werror=dangling-pointer for xfs_attr_remote.o
44a445c1922d virtio-pci: Remove wrong address verification in vp_del_vqs()
77aa9e489eaf bpf: Disallow unprivileged bpf by default
ebfb1822e9f9 fs/aufs: fixup 5.15.36 fixups
4eba9348d3e2 Revert "Revert "fbdev: Hot-unplug firmware fb devices on forced removal""
5df6d1b00f95 jbd2: fix use-after-free of transaction_t race
2d83e8196487 jbd2: refactor wait logic for transaction updates into a common function
07a63f760793 netfilter: conntrack: avoid useless indirection during conntrack destruction
4e7122625996 Revert "fbdev: Hot-unplug firmware fb devices on forced removal"
7ba4cb36fd4f rcu: Avoid alloc_pages() when recording stack
f78574dee71e kasan: test: silence intentional read overflow warnings
d313cb89b6b1 kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC
5e279d5647cc arm64: support page mapping percpu first chunk allocator
e5bf16752dca vmalloc: choose a better start address in vm_area_register_early()
660b3d21b46f kasan: test: bypass __alloc_size checks
00aa7573e53a kasan: test: add memcpy test that avoids out-of-bounds write
67becf0b1bd4 kasan: fix tag for large allocations when using CONFIG_SLAB
bedf1e033213 workqueue, kasan: avoid alloc_pages() when recording stack
7195b67ce69b kasan: generic: introduce kasan_record_aux_stack_noalloc()
bdff763f0e29 kasan: common: provide can_alloc in kasan_save_stack()
51423ebb36ad lib/stackdepot: introduce __stack_depot_save()
85373e66d847 lib/stackdepot: remove unused function argument
5b6cc9b251f3 lib/stackdepot: include gfp.h
c9f3902d8069 aufs: reduce overhead for "code present but disabled" use case.
b98d189df02c aufs: bugfix, umount passes NULL to ->parse_monolithic()
13b883cbbbd9 aufs standalone: cosmetic, missing copyright sentence
21f8b0d81898 aufs: 5.15.5-20220117 ---> 5.15.5-20220221
6199fd896645 aufs: tiny, headers after fs_context
8ddb40e31c29 aufs: fs_context 7/7, finally remount
69035f71c6fd aufs: fs_context 6/7, now mount
bc841b970697 aufs: fs_context 5/7, parse all other mount options
435188053da2 aufs: fs_context 4/7, parse xino options
9af1f1825cbd aufs: fs_context 3/7, parse the branch-management options
1c05eb767f8c aufs: fs_context 2/7, parse "br" mount option
a8488f603134 aufs: fs_context 1/7, skelton of the new shceme
8e32e0015564 aufs: pre fs_context, convert a static flag to a macro
f90cb4144aec aufs: pre fs_context, support the incomplete sb and sbinfo case
948762ef859c aufs: pre fs_context, convert the type of alloc_sbinfo()
77151a08776b aufs: 5.15.5-20211129 ---> 5.15.5-20220117
2539adbbbe1e aufs: 5.14-20211018 ---> 5.15.5-20211129
7d32b25193c4 aufs: for v5.15-rc1, sync_inode() is gone
66ec0c509225 aufs: for v5.15-rc1, new param 'rcu' for ->get_acl()
69709dc518cd aufs: for v5.15-rc1, no mand-lock anymore
ada8fe9543e5 aufs: 5.14-20210906 ---> 5.14-20211018
b77f7f3f394a Revert "aufs: adjust to v5.15 fs changes"
81bdce5b5876 tick/nohz: WARN_ON --> WARN_ON_ONCE to prevent console saturation
97c963889222 sched/isolation: really align nohz_full with rcu_nocbs
871f23ad3627 Revert "ARM: defconfig: Enable ax88796c driver for Exynos boards"
ffad0783dd5b ARM: config: multi v7: Regenerate defconifg
5c1e1a1ff2d3 ARM: config: multi v7: Add renamed symbols
badaf96564fe ARM: config: multi v7: Clean up enabled by default options
34996040fc9b ARM: config: multi v7: Drop unavailable options
7f685244afb3 powerpc/mm: Switch obsolete dssall to .long
20301aeb1a64 riscv: fix build with binutils 2.38
9df58d070506 powerpc/lib/sstep: fix 'ptesync' build error
720b61fc400b x86_64_defconfig: Fix warnings
02bf23d26bc4 arm64: defconfig: cleanup config options
05914e2c87e5 arm: defconfig: drop unused POWER_AVS option
ffb532fa19b9 aufs5: fix build against v5.15.3+
a4b3abf4d96d qemux86: add configuration symbol to select values
fee94ee09154 clear_warn_once: add a clear_warn_once= boot parameter
3d8762d900d9 clear_warn_once: bind a timer to written reset value
95faacac47e8 clear_warn_once: expand debugfs to include read support
de20c4240018 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
0e4aacead9c1 perf: x86-32: explicitly include <errno.h>
9ad92c11468e perf: mips64: Convert __u64 to unsigned long long
09e7efe3e68a perf: fix bench numa compilation
e79becc44fa6 perf: add SLANG_INC for slang.h
b1033b588681 perf: add sgidefs.h to for mips builds
cf9db484ac0b perf: change --root to --prefix for python install
7fd052c2c562 perf: add 'libperl not found' warning
27a437cdd469 perf: force include of <stdbool.h>
3b99d21bec2f fat: don't use obsolete random32 call in namei_vfat
a7e9293b506b FAT: Added FAT_NO_83NAME
6fd0e71d9e5c FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
c379b0d324ae FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
538be0fdb124 aufs: adjust to v5.15 fs changes
f45da75c8759 aufs5: core
047f57e07e01 aufs5: standalone
029fc15574c8 aufs5: mmap
610d0192ee94 aufs5: base
d4e428d0ec5f aufs5: kbuild
eb067eca251a yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
286af18d0875 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
24d59a4e26a6 yaffs2: v5.12+ build fixups (not runtime tested)
22c73536d5d7 yaffs: include blkdev.h
506b7251bfb8 yaffs: fix misplaced variable declaration
a0e26ff364dc yaffs2: v5.6 build fixups
b10b1b2d169e yaffs2: fix memory leak when /proc/yaffs is read
ad9adccbb214 yaffs: add strict check when call yaffs_internal_read_super
2e3c3aec8279 yaffs: repair yaffs_get_mtd_device
d662538516a7 yaffs: Fix build failure by handling inode i_version with proper atomic API
70a6113ee2c7 yaffs2: fix memory leak in mount/umount
3378e4a9e404 yaffs: Avoid setting any ACL releated xattr
ec2284edddef Yaffs:check oob size before auto selecting Yaffs1
c2a49874051c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
e9a5105a3e73 yaffs2: adjust to proper location of MS_RDONLY
608807406f13 yaffs2: import git revision b4ce1bb (jan, 2020)
89e660ece42c initramfs: allow an optional wrapper script around initramfs generation
b179dbc9aa10 iwlwifi: select MAC80211_LEDS conditionally
3fd5ca3673d0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
d1f6edbf0188 arm64/perf: Fix wrong cast that may cause wrong truncation
d202fb2caf33 defconfigs: drop obselete options
9a27e3b5f4e7 arm64/perf: fix backtrace for AAPCS with FP enabled
e20d8cf019b4 linux-yocto: Handle /bin/awk issues
b6d2a3dbbd3a uvesafb: provide option to specify timeout for task completion
adb40f1e6a1a uvesafb: print error message when task timeout occurs
f280a1ed0962 compiler.h: Undef before redefining __attribute_const__
4352732f268c vmware: include jiffies.h
7954a677968d Resolve jiffies wrapping about arp
5f28a1035d95 nfs: Allow default io size to be configured.
0d7260ad7106 check console device file on fs when booting
900a12e37e0a mount_root: clarify error messages for when no rootfs found
7b878cbea726 menuconfig,mconf-cfg: Allow specification of ncurses location
6604fc1763b3 modpost: mask trivial warnings
0d294adb09cb kbuild: exclude meta directory from distclean processing
a097cdd95a9e powerpc: serialize image targets
5db6ec39a0a3 arm: serialize build targets
cbabca27905e crtsavres: fixups for 5.4+
7fc7656ed403 powerpc/ptrace: Disable array-bounds warning with gcc8
a5faac5a19a2 powerpc: Disable attribute-alias warnings from gcc8
186c54665b67 powerpc: add crtsavres.o to archprepare for kbuild
d1ea862964ca powerpc: kexec fix for powerpc64
2ac35b89a0f9 powerpc: Add unwind information for SPE registers of E500 core
2e1c348a28bb mips: vdso: fix 'jalr $t9' crash in vdso code
ec57870b303a mips: Kconfig: add QEMUMIPS64 option
6a81b3c08107 4kc cache tlb hazard: tlbp cache coherency
74e3b2a21e54 malta uhci quirks: make allowance for slow 4k(e)c
22e65b63d3b4 arm/Makefile: Fix systemtap
b7f1ab59f19e vexpress: Pass LOADADDR to Makefile
ce2800c73bf7 arm: ARM EABI socketcall
019d142fd956 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: e9d8b15dcc9cdbe33add676572c85d66f46b087c)
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:
f45bea23c39c Linux 5.15.162
69cdccf53725 tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()
500bfbababce serial: 8250_omap: Fix Errata i2310 with RX FIFO level check
c3507e8da743 arm64: dts: rockchip: Add sound-dai-cells for RK3368
43d892943631 arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E
f2474803e4fc ARM: dts: rockchip: rk3066a: add #sound-dai-cells to hdmi node
468ef1530f0f KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemption
da38b55cd5c2 efi/x86: Free EFI memory map only when installing a new one.
7e5a18bbe4d0 efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architectures
b898fae96331 efi: memmap: Move manipulation routines into x86 arch tree
7670c5cbdf34 efi: Correct comment on efi_memmap_alloc
78eed2c89c74 drivers: fix typo in firmware/efi/memmap.c
fcd31dd8291b tcp: Fix data races around icsk->icsk_af_ops.
5088b4d4f91f ipv6: Fix data races around sk->sk_prot.
cb632144aed3 ipv6: annotate some data-races around sk->sk_prot
e710727f4391 nfs: Leave pages in the pagecache if readpage failed
a556ab1925ec pwm: stm32: Refuse too small period requests
76da46c25dfc syscalls: fix sys_fanotify_mark prototype
16c0403b7dec syscalls: fix compat_sys_io_pgetevents_time64 usage
dbb226d81cd0 ftruncate: pass a signed offset
5dde5f8b7902 ata: libata-core: Fix double free on error
82f1a6910b3e ata: ahci: Clean up sysfs file on error
a726d01d54c0 batman-adv: Don't accept TT entries for out-of-spec VIDs
5eecb49a6c26 drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes
29c0fdf49078 drm/i915/gt: Fix potential UAF by revoke of fence registers
7f35e01cb0ea drm/amdgpu: avoid using null object of framebuffer
0d17604f2e44 drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes
c85d02f5bdb5 hexagon: fix fadvise64_64 calling conventions
574afeec2f33 csky, hexagon: fix broken sys_sync_file_range
79d2e629ecd8 sh: rework sync_file_range ABI
32523b5717f0 kbuild: Install dtb files as 0644 in Makefile.dtbinst
227dbe069a3c cpu/hotplug: Fix dynstate assignment in __cpuhp_setup_state_cpuslocked()
1762ca80c2b7 net: can: j1939: enhanced error handling for tightly received RTS messages in xtp_rx_rts_session_new
684f6709a17d net: can: j1939: recover socket queue on CAN bus error during BAM transmission
4c5dc3927e17 net: can: j1939: Initialize unused data in j1939_send_one()
4a4b2a33a357 tty: mcf: MCF54418 has 10 UARTS
87257a28271c serial: 8250_omap: Implementation of Errata i2310
7026576e8909 usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
1aac4be1aaa5 usb: atm: cxacru: fix endpoint checking in cxacru_bind()
04ab997a63ba usb: musb: da8xx: fix a resource leak in probe()
aa14dca6392a usb: gadget: printer: fix races against disable
7abdf15c0c8e usb: gadget: printer: SS+ support
7faf881854f7 net: usb: ax88179_178a: improve link status logs
4c3bf788a45e iio: chemical: bme680: Fix sensor data read operation
7a13d1357658 iio: chemical: bme680: Fix overflows in compensate() functions
2edd0078e368 iio: chemical: bme680: Fix calibration data variable
093d57259da8 iio: chemical: bme680: Fix pressure value output
97cec39e61b7 iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF
70908f430a2b iio: adc: ad7266: Fix variable checking bug
9cab73566eb5 i2c: testunit: discard write requests while old command is running
ae7871cc3ee8 i2c: testunit: don't erase registers after STOP
7d8692671e5f mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro()
9e77eb1a2a8c mmc: sdhci: Do not invert write-protect twice
c389127e6947 mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos
320273b5649b ocfs2: fix DIO failure due to insufficient transaction credits
89c0dc93e564 parisc: use generic sys_fanotify_mark implementation
2d07fea561d6 x86: stop playing stack games in profile_pc()
064cfc7c2544 gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)
70b48899f3f2 gpio: davinci: Validate the obtained number of IRQs
287ea87ded8b drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA
1c504edf1e48 nvme: fixup comment for nvme RDMA Provider Type
ae4228a0a519 drm/radeon/radeon_display: Decrease the size of allocated memory
70eb95e06427 soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message
3d189e1a8152 media: dvbdev: Initialize sbuf
7a18293fd8d8 ALSA: emux: improve patch ioctl data validation
39173b04abda crypto: ecdh - explicitly zeroize private_key
a55afc0f5f20 net/dpaa2: Avoid explicit cpumask var allocation on stack
0af718a690ac net/iucv: Avoid explicit cpumask var allocation on stack
8656ef8a9288 RDMA/restrack: Fix potential invalid address access
43c39193d4f9 bpf: Add a check for struct bpf_fib_lookup size
3f210d912874 mtd: partitions: redboot: Added conversion of operands to a larger type
8607d7ccbf71 x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup
e1e4fb853aac vduse: Temporarily fail if control queue feature requested
9649f8fdf83d vduse: validate block features only with block devices
489f38de3375 drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep
a359696856ca bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
461302e07f49 netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers
3c5b9d05cec6 tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
950edaecc068 parisc: use correct compat recv/recvfrom syscalls
9330cff1d4df sparc: fix compat recv/recvfrom syscalls
acc3b8ee3828 sparc: fix old compat_sys_select()
527bec1f56ac Fix race for duplicate reqsk on identical SYN
57a1a06755e2 tcp: Use BPF timeout setting for SYN ACK RTO
1d3e3b3aa2cb xdp: Remove WARN() from __xdp_reg_mem_model()
9509b3269726 net: phy: micrel: add Microchip KSZ 9477 to the device table
1d885efda88d ibmvnic: Free any outstanding tx skbs during scrq reset
9eb0295f39dc net: dsa: microchip: fix initial port flush problem
544ab46b7ece ASoC: fsl-asoc-card: set priv->pdev before using it
e827e077a93d net: stmmac: Assign configured channel value to EXTTS event
a03c3a34692f net: mdio: add helpers to extract clause 45 regad and devad fields
4d020c1dbd2b drm/amdgpu: fix UBSAN warning in kv_dpm.c
537bc27213ed cifs: fix typo in module parameter enable_gcm_256
86ed0b350d44 pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set
a29846058819 pinctrl: rockchip: use dedicated pinctrl type for RK3328
8f1b6cea9707 pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins
96903ed0e846 pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins
01fe2f885f78 pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER
906faa4eee0a Input: ili210x - fix ili251x_read_touch_data() return value
75afd8724739 gve: Clear napi->skb before dev_kfree_skb_any()
b9b194dc3045 gve: Add RX context.
4d59364add6a ACPI: x86: Force StorageD3Enable on more products
029f2adf933a ACPI: x86: utils: Add Picasso to the list for forcing StorageD3Enable
21f5dd36e655 smb: client: fix deadlock in smb2_find_smb_tcon()
09783e2c024b x86/amd_nb: Check for invalid SMN reads
34566c9c5ae3 PCI: Add PCI_ERROR_RESPONSE and related definitions
f0f1bd244a85 perf/core: Fix missing wakeup when waiting for context reference
ab4458bc32cb riscv: fix overlap of allocated page and PTR_ERR
c1cb08c5a128 riscv: mm: init: try best to use IS_ENABLED(CONFIG_64BIT) instead of #ifdef
3a20de3273d2 kheaders: explicitly define file modes for archived headers
6aef00795f70 Revert "kheaders: substituting --sort in archive creation"
4b9646f7fa02 drm/i915/gt: Disarm breadcrumbs if engines are already idle
881ba5db3190 drm/i915/gt: Only kick the signal worker if there's been an update
5e08b49ab291 ksmbd: ignore trailing slashes in share paths
e492449549e9 x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL
31446e391180 x86/cpu/vfm: Add new macros to work with (vendor/family/model) values
96c75227ead5 tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test
5a1922adc579 bcache: fix variable length array abuse in btree_iter
d999d28e24d0 pmdomain: ti-sci: Fix duplicate PD referrals
a5cca15b1a5c wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power
516aa9badb75 rtlwifi: rtl8192de: Style clean-ups
751f50473977 ARM: dts: samsung: smdk4412: fix keypad no-autorepeat
e5861d7faa93 ARM: dts: samsung: exynos4412-origen: fix keypad no-autorepeat
f7fd57754c10 ARM: dts: samsung: smdkv310: fix keypad no-autorepeat
e24d9a5c7375 perf script: Show also errors for --insn-trace option
69c5f3ca1650 perf: script: add raw|disasm arguments to --insn-trace option
b3f36a58e0cd drm/amd/display: revert Exit idle optimizations before HDCP execution
716b29202db2 arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc
26c89fffcbf9 dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller schema
667b2471501b i2c: ocores: set IACK bit after core is enabled
1ab1f442aab8 tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()
b679b54b2cbc kcov: don't lose track of remote references during softirqs
18647a78feb9 gcov: add support for GCC 14
cf1cc8fcfe51 drm/radeon: fix UBSAN warning in kv_dpm.c
e68266f2788a drm/i915/mso: using joiner is not possible with eDP MSO
f553e58ddea5 ALSA: hda/realtek: Limit mic boost on N14AP7
731df07602e5 KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes
2311fd03027d btrfs: retry block group reclaim without infinite loop
78e4aa528a7b net: do not leave a dangling sk pointer, when socket creation fails
8f64b185f53b serial: stm32: rework RX over DMA
1e692244bf7d RDMA/mlx5: Add check for srq max_sge attribute
dc5017c57f5e ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine."
fad7776dd9dd regulator: bd71815: fix ramp values
b0f0bc72ec82 dmaengine: ioatdma: Fix missing kmem_cache_destroy()
6666a3a137eb dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()
e84cee6c468f dmaengine: ioatdma: Fix error path in ioat3_dma_probe()
d83f755a6e3e dmaengine: ioat: use PCI core macros for PCIe Capability
f063620856c6 dmaengine: ioatdma: Fix leaking on version mismatch
7b1192a0842d dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting()
a5dac50aee71 dmaengine: ioat: switch from 'pci_' to 'dma_' API
1b08bf5a17c6 dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list
1cfcb0cf2508 regulator: core: Fix modpost error "regulator_get_regmap" undefined
9a314d3e5717 net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings
bf9beea46130 bnxt_en: Restore PTP tx_avail count in case of skb_pad() error
af90e3d73dc4 seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors
523bed6489e0 netfilter: ipset: Fix suspicious rcu_dereference_protected()
7c9df04ea3a1 octeontx2-pf: Add error handling to VLAN unoffload handling
0359fea1c117 virtio_net: checksum offloading handling fix
2145583e5995 net: stmmac: No need to calculate speed divider when offload is disabled
4b03da87d0b7 ptp: fix integer overflow in max_vclocks_store
aa1f81fe3a05 sched: act_ct: add netns into the key of tcf_ct_flow_table
4b361712667c net/sched: act_ct: set 'net' pointer when creating new nf_flow_table
692803b39a36 tipc: force a dst refcount before doing decryption
25987a97eec4 net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()
815bd4e2d152 net/sched: act_api: rely on rcu in tcf_idr_check_alloc
e57495a0c388 qca_spi: Make interrupt remembering atomic
cb7f811f638a netns: Make get_net_ns() handle zero refcount net
9f30f1f1a51d xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()
569c9d9ea664 ipv6: prevent possible NULL dereference in rt6_probe()
4cdfe813015d ipv6: prevent possible NULL deref in fib6_nh_init()
280cf1173726 netrom: Fix a memory leak in nr_heartbeat_expiry()
fbf722769712 cipso: fix total option length computation
98a7bfc48fff tracing: Build event generation tests only as modules
89167072fd24 mips: bmips: BCM6358: make sure CBR is correctly set
9c82759c9c00 MIPS: Routerboard 532: Fix vendor retry check code
5e93c2602710 serial: exar: adding missing CTI and Exar PCI ids
7f2b9ab6d0b2 serial: imx: Introduce timeout when waiting on transmitter empty
25998f561315 MIPS: Octeon: Add PCIe link status check
3992ce79c919 PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports
4f4ab8fb00a3 udf: udftime: prevent overflow in udf_disk_stamp_to_time()
7c3bb96a20cd Avoid hw_desc array overrun in dw-axi-dmac
4eaf2331a779 usb: misc: uss720: check for incompatible versions of the Belkin F5U002
724429db09e2 f2fs: remove clear SB_INLINECRYPT flag in default_options
34e0e05161cb iommu/arm-smmu-v3: Free MSIs in case of ENOMEM
e63f071b916d power: supply: cros_usbpd: provide ID table for avoiding fallback match
9ad656ec23a4 powerpc/io: Avoid clang null pointer arithmetic warnings
262e942ff5a8 powerpc/pseries: Enforce hcall result buffer validity and size
70aa1f2dec46 drm/lima: mask irqs in timeout path before hard reset
2e0d73a2abb0 drm/lima: add mask irq callback to gp and pp
ffabdc44b538 drm/amd/display: Exit idle optimizations before HDCP execution
df8eaae03878 Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl
8f917f517b24 ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7
f4223566f4d2 HID: Add quirk for Logitech Casa touchpad
efd29cd9c7b8 netpoll: Fix race condition in netpoll_owner_active
a5bd59e04819 kselftest: arm64: Add a null pointer check
397a8990c377 scsi: qedi: Fix crash while reading debugfs attribute
b3722fb69468 drop_monitor: replace spin_lock by raw_spin_lock
03ea65b91f1f af_packet: avoid a false positive warning in packet_setsockopt()
b37b1b660eae wifi: ath9k: work around memset overflow warning
92176caf9896 batman-adv: bypass empty buckets in batadv_purge_orig_ref()
ec874fb27fff selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
f4258833ffb3 selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
3220c90f4dbd block/ioctl: prefer different overflow check
103b56af907c rcutorture: Fix invalid context warning when enable srcu barrier testing
b56e19015809 rcutorture: Make stall-tasks directly exit when rcutorture tests end
48b0a8596f86 rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment
a886bcb0f67d crypto: hisilicon/sec - Fix memory leak for sec resource release
ec7afa254367 padata: Disable BH when taking works lock on MT path
a3dff121a7f5 Bluetooth: qca: fix info leak when fetching board id
f257d5614941 Bluetooth: qca: Fix error code in qca_read_fw_build_info()
8e69e589f233 zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDING
8e9499ca912e i2c: designware: Fix the functionality flags of the slave-only interface
42bb4ac55239 i2c: at91: Fix the functionality flags of the slave-only interface
3eee13ab67f6 usb-storage: alauda: Check whether the media is initialized
fb071f5c75d4 greybus: Fix use-after-free bug in gb_interface_release due to race condition.
3f507f4a5bb0 kbuild: Remove support for Clang's ThinLTO caching
b4697a762d8c mptcp: pm: update add_addr counters after connect
9c2ed72112f3 mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
f571c8ab18a3 hugetlb_encode.h: fix undefined behaviour (34 << 26)
3f92924d6f4b serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ level
688bb46ad339 mm/huge_memory: don't unpoison huge_zero_folio
3e5a49e3a2cc scsi: mpi3mr: Fix ATA NCQ priority support
ecb7ab3a3288 tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()
33900d7eae61 nilfs2: fix potential kernel bug due to lack of writeback flag waiting
a942289800be intel_th: pci: Add Lunar Lake support
90fa01534e14 intel_th: pci: Add Meteor Lake-S support
4dbfc57316da intel_th: pci: Add Sapphire Rapids SOC support
2b6e0d427bc3 intel_th: pci: Add Granite Rapids SOC support
0bb4c9482bdf intel_th: pci: Add Granite Rapids support
714950089aa7 dmaengine: axi-dmac: fix possible race in remove()
85dac3dc9c81 PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id
38825ff9da91 ocfs2: fix races between hole punching and AIO+DIO
fc1d429c857e ocfs2: use coarse time for new created files
e1b160a50c75 fs/proc: fix softlockup in __read_vmcore
4f2fd2a3789e knfsd: LOOKUP can return an illegal error value
a4d9818ff52d spmi: hisi-spmi-controller: Do not override device identifier
95ac3e773a1f vmci: prevent speculation leaks by sanitizing event in event_deliver()
4959ffc65a0e sock_map: avoid race between sock_map_close and sk_psock_put
efede53ad14b null_blk: Print correct max open zones limit in null_init_zoned_dev()
367ef3c86557 tracing/selftests: Fix kprobe event name test for .isra. functions
7b9c7fc8600b mptcp: ensure snd_una is properly initialized on connect
6d6bb258d886 drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found
777838c9b571 drm/exynos/vidi: fix memory leak in .get_modes()
ec772ed7cb21 drivers: core: synchronize really_probe() and dev_uevent()
085656620ba1 iio: imu: inv_icm42600: delete unneeded update watermark call
d0f8616e11ab iio: dac: ad5592r: fix temperature channel scaling value
e5134860a929 iio: adc: ad9467: fix scan type sign
fa38ee41c952 af_unix: Read with MSG_PEEK loops if the first unread byte is OOB
8edd18dab443 ionic: fix use after netif_napi_del()
7aae016b231a net/ipv6: Fix the RT cache flush via sysctl using a previous delay
76b34e5899ba net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters
0f1bb77c6d83 netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type
3c2a6dd63106 Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
caf273553348 net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packets
cba6c9058303 tcp: fix race in tcp_v6_syn_recv_sock()
6e5164a5b757 drm/bridge/panel: Fix runtime warning on panel bridge release
86042e3d16b7 drm/komeda: check for error-valued pointer
a86490a3712c liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet
eeadf207a2c0 net: hns3: add cond_resched() to hns3 ring buffer init process
62b5dfb67bfa net: hns3: fix kernel crash problem in concurrent scenario
29c451129ebe net: sfp: Always call `sfp_sm_mod_remove()` on remove
40e767bfc10d drm/vmwgfx: 3D disabled should not effect STDU memory limits
a0503757947f HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode()
2973b8e7d127 iommu: Return right value in iommu_sva_bind_device()
05a61b03a81f iommu/amd: Fix sysfs leak in iommu init
d37895aeacdd iommu/amd: Introduce pci segment structure
8bac61934cd5 HID: core: remove unnecessary WARN_ON() in implement()
bc0ab111f001 gpio: tqmx86: store IRQ trigger type and unmask status separately
05f45f065821 gpio: tqmx86: fix typo in Kconfig label
7625992f16c3 platform/x86: dell-smbios: Fix wrong token data in sysfs
beec9b57e9f6 platform/x86: dell-smbios-base: Use sysfs_emit()
9e6c4b1027b0 SUNRPC: return proper error from gss_wrap_req_priv
6487966b4863 clk: sifive: Do not register clkdevs for PRCI clocks
29d991419edd Input: try trimming too long modalias strings
40c2bdef8104 powerpc/uaccess: Fix build errors seen with GCC 13/14
521f333e644c scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory
42ce0d444be9 xhci: Apply broken streams quirk to Etron EJ188 xHCI host
26460c1afa31 xhci: Handle TD clearing for multiple streams case
8348dd97ab5c xhci: Apply reset resume quirk to Etron EJ188 xHCI host
df2615cd7680 xhci: Set correct transferred length for cancelled bulk transfers
480e5bc21f2c jfs: xattr: fix buffer overflow for invalid xattr
3e89411cbb99 mei: me: release irq in mei_me_pci_resume error path
62e939abae58 usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state
53250b54c92f USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages
11a2edb70356 nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors
1db095222b58 nilfs2: return the mapped address from nilfs_get_page()
95403e65525f nilfs2: Remove check for PageError
f5d700d8bc31 btrfs: fix leak of qgroup extent records after transaction abort
9c0914b8733d wifi: ath10k: fix QCOM_RPROC_COMMON dependency
fdba4fbe5e54 selftests/mm: compaction_test: fix bogus test success on Aarch64
9df7bb70906d selftests/mm: conform test to TAP format output
68fdfb1dfe20 selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages
70c8ec82f899 mm/cma: drop incorrect alignment check in cma_init_reserved_mem
51163bfef6b7 cma: factor out minimum alignment requirement
8dd8de424f30 i2c: acpi: Unbind mux adapters before delete
fb6c53211fb7 i2c: add fwnode APIs
aea35157bb9b mmc: davinci: Don't strip remove function when driver is builtin
c4f8e95a2e03 mmc: davinci_mmc: Convert to platform remove callback returning void
8ea8ef5e4217 ftrace: Fix possible use-after-free issue in ftrace_location()
ce1b8b30d79a x86/ibt,ftrace: Search for __fentry__ location
db11ccb43ae7 serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler
f518bf02dd0e serial: sc16is7xx: replace hardcoded divisor value with BIT() macro
62d5550ab620 Bluetooth: qca: fix info leak when fetching fw build id
c3c1bd421db6 Bluetooth: qca: add support for QCA2066
63053181b20e Bluetooth: qca: use switch case for soc type behavior
60ff5e040527 Bluetooth: btqca: Add WCN3988 support
76649dae9615 Bluetooth: btqca: use le32_to_cpu for ver.soc_id
852a311d63fc Bluetooth: hci_qca: mark OF related data as maybe unused
a9935c14a789 skbuff: introduce skb_pull_data
28478f4ef9ec misc/pvpanic-pci: register attributes via pci_driver
10921527ae88 misc/pvpanic: deduplicate common code
7be0bdbcb977 pvpanic: Indentation fixes here and there
52b5d3ca1364 pvpanic: Keep single style across modules
2677eec526da drm/amd/display: Fix incorrect DSC instance for MST
f055ddbc82fa drm/amd/display: drop unnecessary NULL checks in debugfs
2d8139599ecf drm/amd/display: Clean up some inconsistent indenting
8480f6083031 drm/amd/display: Handle Y carry-over in VCP X.Y calculation
50b878ed127e iio: accel: mxc4005: Reset chip on probe() and resume()
3613e5023f09 usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete
3ec6464f050d usb: gadget: f_fs: use io_data->status consistently
a0bc020592b5 ipv6: fix possible race in __fib6_drop_pcpu_from()
d34d3b3f9224 af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().
bdb5e4fbad58 af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().
9402362b4c14 af_unix: Use skb_queue_empty_lockless() in unix_release_sock().
0142dce07799 af_unix: annotate lockless accesses to sk->sk_err
c633ff24d961 af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().
2c2e9cab9b2a af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.
69e797f63468 af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.
836a0b57633f af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().
cb1b9bee4b98 af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().
8807ca49c903 af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().
c8f2ebbb0e0c net: drop nopreempt requirement on sock_prot_inuse_add()
aa4ed1e0f6cc net: inline sock_prot_inuse_add()
d8653ec0e38d af_unix: Annotate data-races around sk->sk_state in unix_write_space() and poll().
892cbc48c643 af_unix: Annotate data-race of sk->sk_state in unix_inq_len().
5b9668fd8741 af_unix: Annodate data-races around sk->sk_state for writers.
c8ffe6b44c3c af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.
aed4a2b3eccc ptp: Fix error message on failed pin verification
d3dde4c217f0 net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP
582c32e6df40 tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
d69cac92d1d9 vxlan: Fix regression when dropping packets due to invalid src addresses
598572c64287 net: sched: sch_multiq: fix possible OOB write in multiq_tune()
994c0f46668b octeontx2-af: Always allocate PF entries from low prioriy zone
789bd77c9342 bpf: Set run context for rawtp test_run callback
c30a334011f6 ipv6: sr: block BH in seg6_output_core() and seg6_input_core()
50a5dd6de147 net/ncsi: Fix the multi thread manner of NCSI driver
d5869d550ded net/ncsi: Simplify Kconfig/dts control flow
7664a26be043 wifi: mac80211: correctly parse Spatial Reuse Parameter Set element
65686118845d wifi: iwlwifi: mvm: don't read past the mfuart notifcation
f777792952d0 wifi: iwlwifi: mvm: check n_ssids before accessing the ssids
ab4cd503fd4e wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef
3ce4c7e7fc0c wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64
008ab7cc3292 wifi: cfg80211: pmsr: use correct nla_get_uX functions
dfd84ce41663 wifi: cfg80211: Lock wiphy in cfg80211_get_station
d90bdff79f8e wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()
c4c865f971fd wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects
b8086c3c1548 reiserfs: Avoid touching renamed directory if parent does not change
ea091017ef62 ipv6: Fix data races around sk->sk_prot.
ff8710da80ee ipv6: annotate some data-races around sk->sk_prot
e8c2eafaaa6a tcp: Fix data races around icsk->icsk_af_ops.
8d1bab770956 locking/rwsem: Disable preemption while trying for rwsem lock
7c82dac02886 block, loop: support partitions without scanning
45f504f301d4 bpftool: Fix pretty print dump for maps without BTF loaded
1f24338cb789 jbd2: Drop the merge conflicted hunk
e1d0e3c51bde tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
1abe841fe331 tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
6224acfc1d56 tpm: Add flag to use default cancellation policy
1cd19d48fb90 tpm: tis_i2c: Fix sanity check interrupt enable mask
a883da132fa8 tpm: Add tpm_tis_i2c backend for tpm_tis_core
a742ac8a1c51 tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer
ef495c5f45f2 tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops
1f3be2e23aa6 gcc-plugins: Reorganize gimple includes for GCC 13
24615a3b932a ata: ahci: fix enum constants for gcc-13
5d6cb145541a net: stmmac: Enable mac_managed_pm phylink config
fd93aabb4287 tools/resolve_btfids: Use pkg-config to locate libelf
130f9da78406 tools/resolve_btfids: Build with host flags
00f2f1a782f9 tools/resolve_btfids: Support cross-building the kernel with clang
17776a4ba9c2 tools/resolve_btfids: Install libbpf headers when building
7c9808380d70 libbpf: Make libbpf_version.h non-auto-generated
37ae1ba791ac libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
a2667e6d7314 drm/radeon: free iio for atombios when driver shutdown
f100c753aa1f powerpc: Fix reschedule bug in KUAP-unlocked user copy
da5513f30187 libbpf: Fix build warning on ref_ctr_off
4c5a089621a8 perf python: Account for multiple words in CC
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
ed037d7be40c irq_work: use kasan_record_aux_stack_noalloc() record callstack
1363bd7dbde3 ixgbevf: add disable link state
e5601ae2bd24 ixgbe: add improvement for MDD response functionality
caa57cd80575 ixgbe: add the ability for the PF to disable VF link state
16a77bfcc7df Check /dev/console using init_stat()
04574fd5579a tracing/arm: Have max stack tracer handle the case of return address after data
0e51e5717018 gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully
1e6b7da6ddba drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES
493160901320 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
04224f725aa3 irqchip/gic-v3-its: Skip HP notifier when no ITS is registered
6f6c2996a81c irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserve
1fa94473423f irqchip/gic-v3-its: Give the percpu rdist struct its own flags field
6013d1ae5feb cert host tools: Stop complaining about deprecated OpenSSL functions
efe20512212b init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
a40d2daf2795 pnmtologo: use relocatable file name
3b40d5b41155 of: configfs: remove unused variable overlay_lock
6c085baf1838 tools: use basename to identify file in gen-mach-types
2fca0fd71981 lib/build_OID_registry: fix reproducibility issues
0f586f4ee8ad vt/conmakehash: improve reproducibility
a75774679f28 OF: DT-Overlay configfs interface (v8)
d179c639b30b x86/boot: Wrap literal addresses in absolute_pointer()
856ec356cf91 ACPI: thermal: drop an always true check
7614af249993 xfs: Fix -Werror=dangling-pointer work-around for older GCC
41470215f97e xfs: Work around GCC 12 -Werror=dangling-pointer for xfs_attr_remote.o
44a445c1922d virtio-pci: Remove wrong address verification in vp_del_vqs()
77aa9e489eaf bpf: Disallow unprivileged bpf by default
ebfb1822e9f9 fs/aufs: fixup 5.15.36 fixups
4eba9348d3e2 Revert "Revert "fbdev: Hot-unplug firmware fb devices on forced removal""
5df6d1b00f95 jbd2: fix use-after-free of transaction_t race
2d83e8196487 jbd2: refactor wait logic for transaction updates into a common function
07a63f760793 netfilter: conntrack: avoid useless indirection during conntrack destruction
4e7122625996 Revert "fbdev: Hot-unplug firmware fb devices on forced removal"
7ba4cb36fd4f rcu: Avoid alloc_pages() when recording stack
f78574dee71e kasan: test: silence intentional read overflow warnings
d313cb89b6b1 kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC
5e279d5647cc arm64: support page mapping percpu first chunk allocator
e5bf16752dca vmalloc: choose a better start address in vm_area_register_early()
660b3d21b46f kasan: test: bypass __alloc_size checks
00aa7573e53a kasan: test: add memcpy test that avoids out-of-bounds write
67becf0b1bd4 kasan: fix tag for large allocations when using CONFIG_SLAB
bedf1e033213 workqueue, kasan: avoid alloc_pages() when recording stack
7195b67ce69b kasan: generic: introduce kasan_record_aux_stack_noalloc()
bdff763f0e29 kasan: common: provide can_alloc in kasan_save_stack()
51423ebb36ad lib/stackdepot: introduce __stack_depot_save()
85373e66d847 lib/stackdepot: remove unused function argument
5b6cc9b251f3 lib/stackdepot: include gfp.h
c9f3902d8069 aufs: reduce overhead for "code present but disabled" use case.
b98d189df02c aufs: bugfix, umount passes NULL to ->parse_monolithic()
13b883cbbbd9 aufs standalone: cosmetic, missing copyright sentence
21f8b0d81898 aufs: 5.15.5-20220117 ---> 5.15.5-20220221
6199fd896645 aufs: tiny, headers after fs_context
8ddb40e31c29 aufs: fs_context 7/7, finally remount
69035f71c6fd aufs: fs_context 6/7, now mount
bc841b970697 aufs: fs_context 5/7, parse all other mount options
435188053da2 aufs: fs_context 4/7, parse xino options
9af1f1825cbd aufs: fs_context 3/7, parse the branch-management options
1c05eb767f8c aufs: fs_context 2/7, parse "br" mount option
a8488f603134 aufs: fs_context 1/7, skelton of the new shceme
8e32e0015564 aufs: pre fs_context, convert a static flag to a macro
f90cb4144aec aufs: pre fs_context, support the incomplete sb and sbinfo case
948762ef859c aufs: pre fs_context, convert the type of alloc_sbinfo()
77151a08776b aufs: 5.15.5-20211129 ---> 5.15.5-20220117
2539adbbbe1e aufs: 5.14-20211018 ---> 5.15.5-20211129
7d32b25193c4 aufs: for v5.15-rc1, sync_inode() is gone
66ec0c509225 aufs: for v5.15-rc1, new param 'rcu' for ->get_acl()
69709dc518cd aufs: for v5.15-rc1, no mand-lock anymore
ada8fe9543e5 aufs: 5.14-20210906 ---> 5.14-20211018
b77f7f3f394a Revert "aufs: adjust to v5.15 fs changes"
81bdce5b5876 tick/nohz: WARN_ON --> WARN_ON_ONCE to prevent console saturation
97c963889222 sched/isolation: really align nohz_full with rcu_nocbs
871f23ad3627 Revert "ARM: defconfig: Enable ax88796c driver for Exynos boards"
ffad0783dd5b ARM: config: multi v7: Regenerate defconifg
5c1e1a1ff2d3 ARM: config: multi v7: Add renamed symbols
badaf96564fe ARM: config: multi v7: Clean up enabled by default options
34996040fc9b ARM: config: multi v7: Drop unavailable options
7f685244afb3 powerpc/mm: Switch obsolete dssall to .long
20301aeb1a64 riscv: fix build with binutils 2.38
9df58d070506 powerpc/lib/sstep: fix 'ptesync' build error
720b61fc400b x86_64_defconfig: Fix warnings
02bf23d26bc4 arm64: defconfig: cleanup config options
05914e2c87e5 arm: defconfig: drop unused POWER_AVS option
ffb532fa19b9 aufs5: fix build against v5.15.3+
a4b3abf4d96d qemux86: add configuration symbol to select values
fee94ee09154 clear_warn_once: add a clear_warn_once= boot parameter
3d8762d900d9 clear_warn_once: bind a timer to written reset value
95faacac47e8 clear_warn_once: expand debugfs to include read support
de20c4240018 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
0e4aacead9c1 perf: x86-32: explicitly include <errno.h>
9ad92c11468e perf: mips64: Convert __u64 to unsigned long long
09e7efe3e68a perf: fix bench numa compilation
e79becc44fa6 perf: add SLANG_INC for slang.h
b1033b588681 perf: add sgidefs.h to for mips builds
cf9db484ac0b perf: change --root to --prefix for python install
7fd052c2c562 perf: add 'libperl not found' warning
27a437cdd469 perf: force include of <stdbool.h>
3b99d21bec2f fat: don't use obsolete random32 call in namei_vfat
a7e9293b506b FAT: Added FAT_NO_83NAME
6fd0e71d9e5c FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
c379b0d324ae FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
538be0fdb124 aufs: adjust to v5.15 fs changes
f45da75c8759 aufs5: core
047f57e07e01 aufs5: standalone
029fc15574c8 aufs5: mmap
610d0192ee94 aufs5: base
d4e428d0ec5f aufs5: kbuild
eb067eca251a yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
286af18d0875 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
24d59a4e26a6 yaffs2: v5.12+ build fixups (not runtime tested)
22c73536d5d7 yaffs: include blkdev.h
506b7251bfb8 yaffs: fix misplaced variable declaration
a0e26ff364dc yaffs2: v5.6 build fixups
b10b1b2d169e yaffs2: fix memory leak when /proc/yaffs is read
ad9adccbb214 yaffs: add strict check when call yaffs_internal_read_super
2e3c3aec8279 yaffs: repair yaffs_get_mtd_device
d662538516a7 yaffs: Fix build failure by handling inode i_version with proper atomic API
70a6113ee2c7 yaffs2: fix memory leak in mount/umount
3378e4a9e404 yaffs: Avoid setting any ACL releated xattr
ec2284edddef Yaffs:check oob size before auto selecting Yaffs1
c2a49874051c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
e9a5105a3e73 yaffs2: adjust to proper location of MS_RDONLY
608807406f13 yaffs2: import git revision b4ce1bb (jan, 2020)
89e660ece42c initramfs: allow an optional wrapper script around initramfs generation
b179dbc9aa10 iwlwifi: select MAC80211_LEDS conditionally
3fd5ca3673d0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
d1f6edbf0188 arm64/perf: Fix wrong cast that may cause wrong truncation
d202fb2caf33 defconfigs: drop obselete options
9a27e3b5f4e7 arm64/perf: fix backtrace for AAPCS with FP enabled
e20d8cf019b4 linux-yocto: Handle /bin/awk issues
b6d2a3dbbd3a uvesafb: provide option to specify timeout for task completion
adb40f1e6a1a uvesafb: print error message when task timeout occurs
f280a1ed0962 compiler.h: Undef before redefining __attribute_const__
4352732f268c vmware: include jiffies.h
7954a677968d Resolve jiffies wrapping about arp
5f28a1035d95 nfs: Allow default io size to be configured.
0d7260ad7106 check console device file on fs when booting
900a12e37e0a mount_root: clarify error messages for when no rootfs found
7b878cbea726 menuconfig,mconf-cfg: Allow specification of ncurses location
6604fc1763b3 modpost: mask trivial warnings
0d294adb09cb kbuild: exclude meta directory from distclean processing
a097cdd95a9e powerpc: serialize image targets
5db6ec39a0a3 arm: serialize build targets
cbabca27905e crtsavres: fixups for 5.4+
7fc7656ed403 powerpc/ptrace: Disable array-bounds warning with gcc8
a5faac5a19a2 powerpc: Disable attribute-alias warnings from gcc8
186c54665b67 powerpc: add crtsavres.o to archprepare for kbuild
d1ea862964ca powerpc: kexec fix for powerpc64
2ac35b89a0f9 powerpc: Add unwind information for SPE registers of E500 core
2e1c348a28bb mips: vdso: fix 'jalr $t9' crash in vdso code
ec57870b303a mips: Kconfig: add QEMUMIPS64 option
6a81b3c08107 4kc cache tlb hazard: tlbp cache coherency
74e3b2a21e54 malta uhci quirks: make allowance for slow 4k(e)c
22e65b63d3b4 arm/Makefile: Fix systemtap
b7f1ab59f19e vexpress: Pass LOADADDR to Makefile
ce2800c73bf7 arm: ARM EABI socketcall
019d142fd956 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 4fa68c5a358f369d59c32f3c4c7bb33a2a051cb5)
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:
4878aadf2d15 Linux 5.15.161
24665fc4bbef scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW major version > 5
59b12bff04dd NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS
f80c02175293 nfs: fix undefined behavior in nfs_block_bits()
480aba20fa08 EDAC/igen6: Convert PCIBIOS_* return codes to errnos
4ead622f74c9 i3c: master: svc: fix invalidate IBI type and miss call client IBI handler
08de19f2b7a8 s390/cpacf: Make use of invalid opcode produce a link error
edaaf1f94e24 s390/cpacf: Split and rework cpacf query functions
67011123453b s390/ap: Fix crash in AP internal function modify_bitmap()
681ff9a09acc ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()
74f234f2b1d8 ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow
0b787c79dab9 sparc: move struct termio to asm/termios.h
eacb8b195579 net: fix __dst_negative_advice() race
f76fd94ae697 kdb: Use format-specifiers rather than memset() for padding in kdb_read()
98261a093571 kdb: Merge identical case statements in kdb_read()
1c214d379191 kdb: Fix console handling when editing and tab-completing commands
e350d3a6bfb8 kdb: Use format-strings rather than '\0' injection in kdb_read()
f636a40834d2 kdb: Fix buffer overflow during tab-complete
3f531c4cb789 watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin
40f05fd442ba sparc64: Fix number of online CPUs
532f40f279dc intel_th: pci: Add Meteor Lake-S CPU support
89969ffbeb94 net/9p: fix uninit-value in p9_client_rpc()
c84978d773f3 net/ipv6: Fix route deleting failure when metric equals 0
3fb4601e0db1 crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak
8287a9d7d45e crypto: ecrdsa - Fix module auto-load on add_key
b76d165bb4ad crypto: ecdsa - Fix module auto-load on add-key
b7e69087b03f KVM: arm64: Allow AArch32 PSTATE.M to be restored as System mode
511ff49371b9 KVM: arm64: Fix AArch32 register narrowing on userspace write
421b55ea8497 drm/amdgpu/atomfirmware: add intergrated info v2.3 table
4b2c67e30b4e fbdev: savage: Handle err return when savagefb_check_var failed
ef34833373ed mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-A
ffb56af9f293 mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not working
8280d35cb9ee mmc: sdhci-acpi: Sort DMI quirks alphabetically
ee89a7d663da mmc: core: Add mmc_gpiod_set_cd_config() function
4b2be0d3e3ad media: v4l2-core: hold videodev_lock until dev reg, finishes
e8b445e1578b media: mxl5xx: Move xpt structures off stack
8149eaddde86 media: mc: mark the media devnode as registered from the, start
9c414fdb803a arm64: dts: hi3798cv200: fix the size of GICR
e586ec1890cf wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path
4437888840d1 wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE
70787344e5f4 wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU
098d54934814 md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING
f085591a871f arm64: dts: qcom: qcs404: fix bluetooth device address
0778d97bcae6 arm64: tegra: Correct Tegra132 I2C alias
dc15cd0a8964 ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx
83c4aba920e3 soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request
2226b145afa5 thermal/drivers/qcom/lmh: Check for SCM availability at probe
c422e1d407ae ata: pata_legacy: make legacy_exit() work again
ea906e9ac61e drm/amdgpu: add error handle to avoid out-of-bounds
526238d32c3a media: lgdt3306a: Add a check against null-pointer-def
1640dcf383cd f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()
3feac2b55293 sunrpc: exclude from freezer when waiting for requests:
a89f73ed5630 scripts/gdb: fix SB_* constants parsing
e9ffc1951302 net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPT
c23b1a3bdbca net: dsa: sja1105: always enable the INCL_SRCPT option
21c0fe2dfbbb vxlan: Fix regression when dropping packets due to invalid src addresses
874aae15fbef mptcp: fix full TCP keep-alive support
7f8c1cbb7819 Revert "drm/amdgpu: init iommu after amdkfd device init"
e65ccf3a4de4 nilfs2: fix use-after-free of timer for log writer thread
f2aca0a2d940 afs: Don't cross .backup mountpoint from backup volume
88678723cb0b io_uring: fail NOP if non-zero op flags is passed in
e345538cbc2f mmc: core: Do not force a retune before RPMB switch
2ac168c67267 drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes
786c27982a39 drm: Check output polling initialized before disabling
b4878ea99f2b SUNRPC: Fix loop termination condition in gss_free_in_token_pages()
a896c674d512 media: cec: core: add adap_nb_transmit_canceled() callback
8d49ca19727b net: ena: Fix DMA syncing in XDP path when SWIOTLB is on
9eeda3e0071a genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline
625872d22f53 KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID
83f0ba8592b9 ALSA: timer: Set lower bound of start tick time
9b65598adffa hwmon: (shtc1) Fix property misspelling
183c4b416454 ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outbound
2292bfd243ae net: ena: Fix redundant device NUMA node override
477c137131ec net: ena: Reduce lines with longer column width boundary
a087d4b502ff net: ena: Add dynamic recycling mechanism for rx buffers
600e8d0f47f6 net: ena: Do not waste napi skb cache
cd549bd6cb1e net: ena: Extract recurring driver reset code into a function
4ad48d7f26bb net: ena: Add capabilities field with support for ENI stats capability
e5ed2cd0550f spi: stm32: Don't warn about spurious interrupts
cbd383ebbabe kconfig: fix comparison to constant symbols, 'm', 'n'
6fe5af4ff06d netfilter: tproxy: bail out if IP has been disabled on the device
47ef50eb0443 netfilter: nft_payload: skbuff vlan metadata mangle support
831292373921 netfilter: nft_payload: rebuild vlan header on h_proto access
ae4053a6d4e3 netfilter: nft_payload: rebuild vlan header when needed
bf83de0a51f2 netfilter: nft_payload: move struct nft_payload_set definition where it belongs
b02c55e47e94 net:fec: Add fec_enet_deinit()
11e8ecc5b860 bpf: Allow delete from sockmap/sockhash only if update is allowed
a1f34dd7b8bb net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM
25571a12fbc8 enic: Validate length of nl attributes in enic_set_vf_port
e5138f43c97d bpf: Fix potential integer overflow in resolve_btfids
9d75fab2c14a dma-buf/sw-sync: don't enable IRQ from sync_print_obj()
d523719e7436 net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer exhaustion
98f1c6e5d73a net/mlx5e: Fix IPsec tunnel mode offload feature check
16f0de919100 net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061
81f9b2a9a8c5 nvmet: fix ns enable/disable possible hang
b41b0018e8ca dma-mapping: benchmark: handle NUMA_NO_NODE correctly
35d31c8bd472 dma-mapping: benchmark: fix node id validation
314607e65a67 spi: Don't mark message DMA mapped when no transfer in it is
748cf3c26cfd netfilter: nft_payload: restore vlan q-in-q match support
25ea5377e3d2 netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()
5935b9ff690d ice: Interpret .set_channels() input differently
0f3ced8b4d33 nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()
6e48baec2e15 nfc: nci: Fix kcov check in nci_rx_work()
2c260a24cf1c tls: fix missing memory barrier in tls_init
2cc3da9ae0f4 net: fec: avoid lock evasion when reading pps_enable
b8d78a7573ff riscv: stacktrace: fixed walk_stackframe()
aae5f57c43a9 riscv: stacktrace: Make walk_stackframe cross pt_regs frame
42d30da50d5c virtio: delete vq in vp_find_vqs_msix() when request_irq() fails
c1929c041a26 arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY
6eec23fa6e90 openvswitch: Set the skbuff pkt_type for proper pmtud support.
8602150286a2 tcp: Fix shift-out-of-bounds in dctcp_update_alpha().
61d31ac85b45 ipv6: sr: fix memleak in seg6_hmac_init_algo
518a994aa0b8 af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.
39818fbd3e3a rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL
e5c34f10534d sunrpc: fix NFSACL RPC retry on soft mount
61ceeebbd2a0 NFSv4: Fixup smatch warning for ambiguous return
1c03ea9acb14 ASoC: tas2552: Add TX path for capturing AUDIO-OUT data
ad4d196d2008 nfc: nci: Fix uninit-value in nci_rx_work
e8688218e381 ipv6: sr: fix missing sk_buff release in seg6_input_core
c707bf57a8db net: Always descend into dsa/ folder with CONFIG_NET_DSA enabled
42952002ec9f x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y
dab0d7e67d33 regulator: bd71828: Don't overwrite runtime voltages
fde10aab8264 ASoC: mediatek: mt8192: fix register configuration for tdm
4bb60a0ecee3 null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
f86a3b7ce88b media: cec: core: avoid confusing "transmit timed out" message
b5da8217c000 media: cec: core: avoid recursive cec_claim_log_addrs
1e2dbdf6ec88 media: cec-adap.c: drop activate_cnt, use state info instead
1d1d76a69961 media: cec: use call_op and check for !unregistered
54e5e151eb4f media: cec: correctly pass on reply results
b945810fe2cb media: cec: abort if the current transmit was canceled
6f6340dbe60b media: cec: call enable_adap on s_log_addrs
f0266ee4cd03 media: cec: cec-api: add locking in cec_release()
2698f28b1d1e media: cec: cec-adap: always cancel work in cec_transmit_msg_fh
026ea9532a9b um: Fix the -Wmissing-prototypes warning for __switch_mm
97e1f40f9f51 powerpc/pseries: Add failure related checks for h_get_mpp and h_get_ppp
c94e77516fc3 media: flexcop-usb: fix sanity check of bNumEndpoints
061057a94997 media: flexcop-usb: clean up endpoint sanity checks
f99809fdeb50 Input: cyapa - add missing input core locking to suspend/resume functions
124b0afdd17c scsi: qla2xxx: Replace all non-returning strlcpy() with strscpy()
7532bcec0797 media: stk1160: fix bounds checking in stk1160_copy_video()
6721557404cf drm/bridge: tc358775: fix support for jeida-18 and jeida-24
a2de301d90b7 fs/ntfs3: Use variable length array instead of fixed size
2d1ad595d15f fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow
90bfce05a370 um: vector: fix bpfflash parameter evaluation
31960d991e43 um: Add winch to winch_handlers before registering winch IRQ
78863940745f um: Fix return value in ubd_init()
0854c0efd383 drm/msm/dpu: Always flush the slave INTF on the CTL
912f8385ebfc drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk
a992b28aa265 Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation
ccdc1b2baa36 mmc: sdhci_am654: Fix ITAPDLY for HS400 timing
a2ffc95f2c9e mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock
81360e7fdc3c mmc: sdhci_am654: Add OTAP/ITAP delay enable
21deb1a72279 mmc: sdhci_am654: Drop lookup for deprecated ti,otap-del-sel
e5eefc47c934 mmc: sdhci_am654: Write ITAPDLY for DDR52 timing
b2d13473d091 mmc: sdhci_am654: Add tuning algorithm for delay chain
f23f82b42556 Input: ioc3kbd - add device table
369d8da0185b Input: ioc3kbd - convert to platform remove callback returning void
13e975b09b1e Input: ims-pcu - fix printf string overflow
e1e40928b78b s390/boot: Remove alt_stfle_fac_list from decompressor
3a091c2010aa s390/ipl: Fix incorrect initialization of nvme dump block
79e71379f3a2 s390/ipl: Fix incorrect initialization of len fields in nvme reipl block
cede8ab8528f s390/vdso: Use standard stack frame layout
24d50b7148b2 s390/vdso: Generate unwind information for C modules
ddfd7ca99e7c s390/vdso64: filter out munaligned-symbols flag for vdso
1bc9dd3aea45 s390/vdso: filter out mno-pic-data-is-text-relative cflag
6dbeee1608ea libsubcmd: Fix parse-options memory leak
b28bdc96074b serial: sh-sci: protect invalidating RXDMA on shutdown
8acae0472150 f2fs: compress: don't allow unaligned truncation on released compress inode
3109022d9fb4 f2fs: fix to release node block count in error path of f2fs_new_node_page()
b5bac43875aa f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem lock
8a8b95be1649 PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3
44568a390006 PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3
d3c257aa1bc0 extcon: max8997: select IRQ_DOMAIN instead of depending on it
b65d0410b879 ppdev: Add an error check in register_device
5276c9d90df7 ppdev: Remove usage of the deprecated ida_simple_xx() API
7419df1acffb stm class: Fix a double free in stm_register_device()
170b600e5cc3 usb: gadget: u_audio: Clear uac pointer when freed.
b17f6f448b13 watchdog: bd9576: Drop "always-running" property
a87a838c6835 watchdog: bd9576_wdt: switch to using devm_fwnode_gpiod_get()
0a1c804cf250 dt-bindings: pinctrl: mediatek: mt7622: fix array properties
e1768962f1ac microblaze: Remove early printk call from cpuinfo-static.c
ee0cb15a1405 microblaze: Remove gcc flag for non existing early_printk.c file
9b4eee8572dc fpga: region: add owner module and take its refcount
33c213cdfc62 fpga: region: Use standard dev_release for class driver
194e0455273c coresight: etm4x: Fix access to resource selector registers
4bc3921911e3 coresight: etm4x: Safe access for TRCQCLTR
e1eb887d81b7 coresight: etm4x: Cleanup TRCIDR0 register accesses
4d166858650d coresight: no-op refactor to make INSTP0 check more idiomatic
355144530b74 coresight: etm4x: Do not save/restore Data trace control registers
ee5f0eca94b8 coresight: etm4x: Do not hardcode IOMEM access for register restore
f437c761fc8a iio: pressure: dps310: support negative temperature values
39c2c97507c8 coresight: etm4x: Fix unbalanced pm_runtime_enable()
919f899a2207 f2fs: fix to check pinfile flag in f2fs_move_file_range()
2623fae7e769 f2fs: fix to relocate check condition in f2fs_fallocate()
71486c10c550 f2fs: fix typos in comments
603c0c3a83fc f2fs: do not allow partial truncation on pinned file
4f0750bf8a33 f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()
4eb2124f453a f2fs: convert to use sbi directly
84908c23a90e f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_compress_blocks()
eeabb84d796e dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties
b8e68dbc490a dt-bindings: PCI: rcar-pci-host: Add optional regulators
703fd706fc14 serial: sc16is7xx: add proper sched.h include for sched_set_fifo()
dcf811e15ae2 PCI: tegra194: Fix probe path for Endpoint mode
088139c9d36d greybus: arche-ctrl: move device table to its right location
b0008a4c83a6 serial: max3100: Fix bitwise types
361a92c9038e serial: max3100: Update uart_driver_registered on driver removal
78dbda51bb42 serial: max3100: Lock port->lock when calling uart_handle_cts_change()
5786b3696110 firmware: dmi-id: add a release callback function
6bc7423ffdab dmaengine: idma64: Add check for dma_set_max_seg_size
902f6d656441 soundwire: cadence: fix invalid PDI offset
a762959a6f43 f2fs: fix to wait on page writeback in __clone_blkaddrs()
aaac91468f5b f2fs: Delete f2fs_copy_page() and replace with memcpy_page()
330f6bcdcef0 greybus: lights: check return of get_channel_from_mode
c002914c0ac9 sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write()
cc1e9513c180 sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level
c335ad738f52 af_packet: do not call packet_read_pending() from tpacket_destruct_skb()
421c50fa8183 netrom: fix possible dead-lock in nr_rt_ioctl()
eaa53a28b74b net: qrtr: ns: Fix module refcnt
d449edd8063e selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval
ca759d47ec49 RDMA/IPoIB: Fix format truncation compilation errors
099750e9d950 selftests/kcmp: remove unused open mode
e26259f7e754 selftests/kcmp: Make the test output consistent and clear
fe0b474974fe SUNRPC: Fix gss_free_in_token_pages()
3ae762f26b67 ext4: fix potential unnitialized variable
5267b649a956 ext4: remove unused parameter from ext4_mb_new_blocks_simple()
778b1ac4d672 ext4: try all groups in ext4_mb_new_blocks_simple
2b9310a99d5b ext4: fix unit mismatch in ext4_mb_new_blocks_simple
db26ff923faa ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simple
33feac2e8df3 sunrpc: removed redundant procp check
5c6705aa47b5 drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()
5283ac5e0788 virt: acrn: stop using follow_pfn
af453dfb4516 virt: acrn: Prefer array_size and struct_size over open coded arithmetic
239a1dfaaf9b ext4: avoid excessive credit estimate in ext4_tmpfile()
69db696bdb74 x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map
08d1c49bfa58 clk: qcom: mmcc-msm8998: fix venus clock issue
cc699b7eb2bc RDMA/hns: Modify the print level of CQE error
4d5b155cd495 RDMA/hns: Use complete parentheses in macros
fc6342d4f082 RDMA/hns: Fix GMV table pagesize
4a3be1a0ffe0 RDMA/hns: Fix deadlock on SRQ async events.
ed159691a29c RDMA/hns: Fix return value in hns_roce_map_mr_sg
f0b2483d45be RDMA/mlx5: Adding remote atomic access flag to updatable flags
74a9b48bc53c drm/mipi-dsi: use correct return type for the DSC functions
910594fe9208 drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector
6b887596b6d9 drm/bridge: tc358775: Don't log an error when DSI host can't be found
078192c48473 drm/bridge: lt9611: Don't log an error when DSI host can't be found
fb444706ff8c drm/bridge: lt8912b: Don't log an error when DSI host can't be found
7b94000a8cd1 ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value
6cf1874aec42 drm: vc4: Fix possible null pointer dereference
3e54d4e95120 drm/arm/malidp: fix a possible null pointer dereference
82c2c85aead3 media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries
f709129f82c2 fbdev: sh7760fb: allow modular build
5f61df672368 media: dt-bindings: ovti,ov2680: Fix the power supply names
da8608cf2e5b media: ipu3-cio2: Request IRQ earlier
04e8b87339d0 media: ipu3-cio2: Use temporary storage for struct device pointer
89788cd9824c drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference
3770a54a0867 media: radio-shark2: Avoid led_names truncations
5a0736545151 media: ngene: Add dvb_ca_en50221_init return value check
916143cff84f fbdev: sisfb: hide unused variables
1db23928d6ef powerpc/fsl-soc: hide unused const variable
0e3b6f912372 drm/mediatek: Add 0 size check to mtk_drm_gem_obj
eb1caaa00e75 drm/meson: vclk: fix calculation of 59.94 fractional rates
d48d0c5fd733 ASoC: kirkwood: Fix potential NULL dereference
22509899d56d fbdev: shmobile: fix snprintf truncation
99bc9199de86 mtd: rawnand: hynix: fixed typo
96725324ef44 mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add()
58374345112a ASoC: Intel: Disable route checks for Skylake boards
ced9c4e2289a drm/amd/display: Fix potential index out of bounds in color transformation function
5391368a87bd dev_printk: Add and use dev_no_printk()
6558872aa04a printk: Let no_printk() use _printk()
21ca029e23ea mptcp: SO_KEEPALIVE: fix getsockopt support
16da7f772837 s390/bpf: Emit a barrier for BPF_FETCH instructions
3cb92b0ad73d net/mlx5: Discard command completions in internal error
1a63730fb315 ipv6: sr: fix invalid unregister error path
17e99ea1313b ipv6: sr: fix incorrect unregister order
bc1b9c255bf2 ipv6: sr: add missing seg6_local_exit
483eb70f441e net: openvswitch: fix overwriting ct original tuple for ICMPv6
14f28fd93245 net: usb: smsc95xx: stop lying about skb->truesize
9aa8773abfa0 af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg
4cca12e15a22 net: ethernet: cortina: Locking fixes
fbeeb55dbb33 eth: sungem: remove .ndo_poll_controller to avoid deadlocks
fb724a948d23 net: ipv6: fix wrong start position when receive hop-by-hop fragment
48629bdb39e2 m68k: mac: Fix reboot hang on Mac IIci
77b2b67a0f8b m68k: Fix spinlock race in kernel thread creation
1119da6a72b7 net: usb: sr9700: stop lying about skb->truesize
097a9a015b4f usb: aqc111: stop lying about skb->truesize
0488f7bcac2c wifi: mwl8k: initialize cmd->addr[] properly
37c82d000270 scsi: qla2xxx: Fix debugfs output for fw_resource_count
dccd97b39ab2 scsi: qedf: Ensure the copied buf is NUL terminated
1708e3cf2488 scsi: bfa: Ensure the copied buf is NUL terminated
3dfc214de694 HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors
44d7f481da7e selftests/resctrl: fix clang build failure: use LOCAL_HDRS
0af9e305f1c2 selftests/binderfs: use the Makefile's rules, not Make's implicit rules
1e6a56726699 Revert "sh: Handle calling csum_partial with misaligned data"
50e409546001 sh: kprobes: Merge arch_copy_kprobe() into arch_prepare_kprobe()
b4c24de37a6b wifi: ar5523: enable proper endpoint verification
6a9892bf24c9 wifi: carl9170: add a proper sanity check for endpoints
010d4cb19bb1 macintosh/via-macii: Fix "BUG: sleeping function called from invalid context"
7075faa7544f net: give more chances to rcu in netdev_wait_allrefs_any()
822c8bb7b9b0 pwm: sti: Simplify probe function using devm functions
1370b265cdb2 pwm: sti: Prepare removing pwm_chip from driver data
2da4e80a6791 pwm: sti: Convert to platform remove callback returning void
05c6b7473427 tcp: avoid premature drops in tcp_add_backlog()
e040b08648d5 net: dsa: mv88e6xxx: Avoid EEPROM timeout without EEPROM on 88E6250-family switches
25479712dab1 net: dsa: mv88e6xxx: Add support for model-specific pre- and post-reset handlers
719dac9679fa wifi: ath10k: populate board data for WCN3990
2142fc035872 wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger()
27600e0c5272 thermal/drivers/tsens: Fix null pointer dereference
89e2d5f29a36 x86/purgatory: Switch to the position-independent small code model
83d460c9f4e4 scsi: hpsa: Fix allocation size for Scsi_Host private data
a3f5c4404a46 scsi: libsas: Fix the failure of adding phy with zero-address to port
9a185cc5a79b cppc_cpufreq: Fix possible null pointer dereference
65cbcec7db54 udp: Avoid call to compute_score on multiple sites
547c22f28cd7 net: remove duplicate reuseport_lookup functions
284f738be643 net: export inet_lookup_reuseport and inet6_lookup_reuseport
35db5e76d5e9 cpufreq: exit() callback is optional
43b27f9714bd cpufreq: Rearrange locking in cpufreq_remove_dev()
f0773bd7cab4 cpufreq: Split cpufreq_offline()
4b29dd145a06 cpufreq: Reorganize checks in cpufreq_offline()
83ca1efe5044 selftests/bpf: Fix umount cgroup2 error in test_sockmap
d09a8f2d3004 gfs2: Fix "ignore unlock failures after withdraw"
1fa360d7441b gfs2: Don't forget to complete delayed withdraw
d582bb39e0e3 ACPI: disable -Wstringop-truncation
96c44901df31 irqchip/loongson-pch-msi: Fix off-by-one on allocation error path
e434ddd1da70 irqchip/alpine-msi: Fix off-by-one in allocation error path
f98c6fd4ec2b scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPL
64875204247f scsi: ufs: core: Perform read back after disabling interrupts
dd33e64e50de scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIV
dca83b9fd190 scsi: ufs: qcom: Perform read back after writing CGC enable
8a4a516a7fdd scsi: ufs: qcom: Perform read back after writing unipro mode
49edc54dd9b3 scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW version major 5
f1f8d2978805 scsi: ufs: ufs-qcom: Fix the Qcom register name for offset 0xD0
52ac441ca7c9 scsi: ufs: qcom: Perform read back after writing REG_UFS_SYS1CLK_1US
a765a56392af scsi: ufs: qcom: Perform read back after writing reset bit
f654b258e9fa bpf: Pack struct bpf_fib_lookup
1a82569ea51a qed: avoid truncating work queue length
97f0f81eca30 sched/fair: Add EAS checks before updating root_domain::overutilized
8a1f57539db4 x86/boot: Ignore relocations in .notes sections in walk_relocs() too
b47b7640ea4c wifi: ath10k: poll service ready message before failing
69296914bfd5 md: fix resync softlockup when bitmap size is less than array size
54f39d56d6bf null_blk: Fix missing mutex_destroy() at module removal
3355628ed097 soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE
a1d21bcd78cf jffs2: prevent xattr node from overflowing the eraseblock
ff5dbd6a74ff s390/cio: fix tracepoint subchannel type field
cc1e53c7f77d crypto: x86/sha512-avx2 - add missing vzeroupper
7bce9cd3da5a crypto: x86/sha256-avx2 - add missing vzeroupper
d15b50f2ef6b crypto: x86/nh-avx2 - add missing vzeroupper
b975277e6d7b crypto: ccp - drop platform ifdef checks
4e56db565120 parisc: add missing export of __cmpxchg_u8()
669ed3c1ea2d nilfs2: fix out-of-range warning
12db25a54ce6 ecryptfs: Fix buffer size for tag 66 packet
eb6d925fe70c firmware: raspberrypi: Use correct device for DMA mappings
d19ba2e3f5e7 mm/slub, kunit: Use inverted data to corrupt kmem cache
c69a1e4b419c crypto: bcm - Fix pointer arithmetic
2be75d2a8d26 openpromfs: finish conversion to the new mount API
cbfd1088e24e epoll: be better about file lifetimes
92de16aeca0e nvme: find numa distance only if controller has valid numa id
e1e4e33df597 x86/mm: Remove broken vsyscall emulation code from the page fault code
8f11f991f221 drm/amdkfd: Flush the process wq before creating a kfd_process
77fb5cbe0228 ASoC: da7219-aad: fix usage of device_get_named_child_node()
19ef439df2a6 softirq: Fix suspicious RCU usage in __do_softirq()
1d3ff18aeee5 ASoC: rt715-sdca: volume step modification
5b49e8195f9a ASoC: rt715: add vendor clear control register
5b4d0d839995 regulator: vqmmc-ipq4019: fix module autoloading
a06efd8ab975 ASoC: dt-bindings: rt5645: add cbj sleeve gpio property
f8324c4c3555 ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating
ab859797e4b8 regulator: irq_helpers: duplicate IRQ name
621cf1de2d23 selftests: sud_test: return correct emulated syscall value on RISC-V
3218fd551406 drm/amd/display: Set color_mgmt_changed to true on unsuspend
c26b6683703b net: usb: qmi_wwan: add Telit FN920C04 compositions
551b1c385009 dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node
a88b42393ab8 wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class
ff80185e7b7b ALSA: Fix deadlocks with kctl removals at disconnection
e7e0ca200772 ALSA: core: Fix NULL module pointer assignment at card init
98740ae2b361 fs/ntfs3: Break dir enumeration if directory contents error
562c86caed68 fs/ntfs3: Fix case when index is reused during tree transformation
7ab0c256964e fs/ntfs3: Taking DOS names into account during link counting
4a8cd11d8538 fs/ntfs3: Remove max link count info display during driver init
06afce714d87 nilfs2: fix potential hang in nilfs_detach_log_writer()
257d6c90dc38 nilfs2: fix unexpected freezing of nilfs_segctor_sync()
e6062c494b93 net: smc91x: Fix m68k kernel compilation for ColdFire CPU
f3a1efd98ba2 tools/latency-collector: Fix -Wformat-security compile warns
595363182f28 ring-buffer: Fix a race between readers and resize checks
b6d21cf40de1 r8169: Fix possible ring buffer corruption on fragmented Tx packets.
528a620c1397 Revert "r8169: don't try to disable interrupts if NAPI is, scheduled already"
3adc11febf5a serial: 8250_bcm7271: use default_mux_rate if possible
504178fb7d9f speakup: Fix sizeof() vs ARRAY_SIZE() bug
ab1e76993c2a tty: n_gsm: fix missing receive state reset after mode switch
4c267110fc11 tty: n_gsm: fix possible out-of-bounds in gsm0_receive()
bdd621ccc993 x86/tsc: Trust initial offset in architectural TSC-adjust MSRs
b8086c3c1548 reiserfs: Avoid touching renamed directory if parent does not change
ea091017ef62 ipv6: Fix data races around sk->sk_prot.
ff8710da80ee ipv6: annotate some data-races around sk->sk_prot
e8c2eafaaa6a tcp: Fix data races around icsk->icsk_af_ops.
8d1bab770956 locking/rwsem: Disable preemption while trying for rwsem lock
7c82dac02886 block, loop: support partitions without scanning
45f504f301d4 bpftool: Fix pretty print dump for maps without BTF loaded
1f24338cb789 jbd2: Drop the merge conflicted hunk
e1d0e3c51bde tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
1abe841fe331 tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
6224acfc1d56 tpm: Add flag to use default cancellation policy
1cd19d48fb90 tpm: tis_i2c: Fix sanity check interrupt enable mask
a883da132fa8 tpm: Add tpm_tis_i2c backend for tpm_tis_core
a742ac8a1c51 tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer
ef495c5f45f2 tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops
1f3be2e23aa6 gcc-plugins: Reorganize gimple includes for GCC 13
24615a3b932a ata: ahci: fix enum constants for gcc-13
5d6cb145541a net: stmmac: Enable mac_managed_pm phylink config
fd93aabb4287 tools/resolve_btfids: Use pkg-config to locate libelf
130f9da78406 tools/resolve_btfids: Build with host flags
00f2f1a782f9 tools/resolve_btfids: Support cross-building the kernel with clang
17776a4ba9c2 tools/resolve_btfids: Install libbpf headers when building
7c9808380d70 libbpf: Make libbpf_version.h non-auto-generated
37ae1ba791ac libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
a2667e6d7314 drm/radeon: free iio for atombios when driver shutdown
f100c753aa1f powerpc: Fix reschedule bug in KUAP-unlocked user copy
da5513f30187 libbpf: Fix build warning on ref_ctr_off
4c5a089621a8 perf python: Account for multiple words in CC
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
ed037d7be40c irq_work: use kasan_record_aux_stack_noalloc() record callstack
1363bd7dbde3 ixgbevf: add disable link state
e5601ae2bd24 ixgbe: add improvement for MDD response functionality
caa57cd80575 ixgbe: add the ability for the PF to disable VF link state
16a77bfcc7df Check /dev/console using init_stat()
04574fd5579a tracing/arm: Have max stack tracer handle the case of return address after data
0e51e5717018 gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully
1e6b7da6ddba drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES
493160901320 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
04224f725aa3 irqchip/gic-v3-its: Skip HP notifier when no ITS is registered
6f6c2996a81c irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserve
1fa94473423f irqchip/gic-v3-its: Give the percpu rdist struct its own flags field
6013d1ae5feb cert host tools: Stop complaining about deprecated OpenSSL functions
efe20512212b init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
a40d2daf2795 pnmtologo: use relocatable file name
3b40d5b41155 of: configfs: remove unused variable overlay_lock
6c085baf1838 tools: use basename to identify file in gen-mach-types
2fca0fd71981 lib/build_OID_registry: fix reproducibility issues
0f586f4ee8ad vt/conmakehash: improve reproducibility
a75774679f28 OF: DT-Overlay configfs interface (v8)
d179c639b30b x86/boot: Wrap literal addresses in absolute_pointer()
856ec356cf91 ACPI: thermal: drop an always true check
7614af249993 xfs: Fix -Werror=dangling-pointer work-around for older GCC
41470215f97e xfs: Work around GCC 12 -Werror=dangling-pointer for xfs_attr_remote.o
44a445c1922d virtio-pci: Remove wrong address verification in vp_del_vqs()
77aa9e489eaf bpf: Disallow unprivileged bpf by default
ebfb1822e9f9 fs/aufs: fixup 5.15.36 fixups
4eba9348d3e2 Revert "Revert "fbdev: Hot-unplug firmware fb devices on forced removal""
5df6d1b00f95 jbd2: fix use-after-free of transaction_t race
2d83e8196487 jbd2: refactor wait logic for transaction updates into a common function
07a63f760793 netfilter: conntrack: avoid useless indirection during conntrack destruction
4e7122625996 Revert "fbdev: Hot-unplug firmware fb devices on forced removal"
7ba4cb36fd4f rcu: Avoid alloc_pages() when recording stack
f78574dee71e kasan: test: silence intentional read overflow warnings
d313cb89b6b1 kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC
5e279d5647cc arm64: support page mapping percpu first chunk allocator
e5bf16752dca vmalloc: choose a better start address in vm_area_register_early()
660b3d21b46f kasan: test: bypass __alloc_size checks
00aa7573e53a kasan: test: add memcpy test that avoids out-of-bounds write
67becf0b1bd4 kasan: fix tag for large allocations when using CONFIG_SLAB
bedf1e033213 workqueue, kasan: avoid alloc_pages() when recording stack
7195b67ce69b kasan: generic: introduce kasan_record_aux_stack_noalloc()
bdff763f0e29 kasan: common: provide can_alloc in kasan_save_stack()
51423ebb36ad lib/stackdepot: introduce __stack_depot_save()
85373e66d847 lib/stackdepot: remove unused function argument
5b6cc9b251f3 lib/stackdepot: include gfp.h
c9f3902d8069 aufs: reduce overhead for "code present but disabled" use case.
b98d189df02c aufs: bugfix, umount passes NULL to ->parse_monolithic()
13b883cbbbd9 aufs standalone: cosmetic, missing copyright sentence
21f8b0d81898 aufs: 5.15.5-20220117 ---> 5.15.5-20220221
6199fd896645 aufs: tiny, headers after fs_context
8ddb40e31c29 aufs: fs_context 7/7, finally remount
69035f71c6fd aufs: fs_context 6/7, now mount
bc841b970697 aufs: fs_context 5/7, parse all other mount options
435188053da2 aufs: fs_context 4/7, parse xino options
9af1f1825cbd aufs: fs_context 3/7, parse the branch-management options
1c05eb767f8c aufs: fs_context 2/7, parse "br" mount option
a8488f603134 aufs: fs_context 1/7, skelton of the new shceme
8e32e0015564 aufs: pre fs_context, convert a static flag to a macro
f90cb4144aec aufs: pre fs_context, support the incomplete sb and sbinfo case
948762ef859c aufs: pre fs_context, convert the type of alloc_sbinfo()
77151a08776b aufs: 5.15.5-20211129 ---> 5.15.5-20220117
2539adbbbe1e aufs: 5.14-20211018 ---> 5.15.5-20211129
7d32b25193c4 aufs: for v5.15-rc1, sync_inode() is gone
66ec0c509225 aufs: for v5.15-rc1, new param 'rcu' for ->get_acl()
69709dc518cd aufs: for v5.15-rc1, no mand-lock anymore
ada8fe9543e5 aufs: 5.14-20210906 ---> 5.14-20211018
b77f7f3f394a Revert "aufs: adjust to v5.15 fs changes"
81bdce5b5876 tick/nohz: WARN_ON --> WARN_ON_ONCE to prevent console saturation
97c963889222 sched/isolation: really align nohz_full with rcu_nocbs
871f23ad3627 Revert "ARM: defconfig: Enable ax88796c driver for Exynos boards"
ffad0783dd5b ARM: config: multi v7: Regenerate defconifg
5c1e1a1ff2d3 ARM: config: multi v7: Add renamed symbols
badaf96564fe ARM: config: multi v7: Clean up enabled by default options
34996040fc9b ARM: config: multi v7: Drop unavailable options
7f685244afb3 powerpc/mm: Switch obsolete dssall to .long
20301aeb1a64 riscv: fix build with binutils 2.38
9df58d070506 powerpc/lib/sstep: fix 'ptesync' build error
720b61fc400b x86_64_defconfig: Fix warnings
02bf23d26bc4 arm64: defconfig: cleanup config options
05914e2c87e5 arm: defconfig: drop unused POWER_AVS option
ffb532fa19b9 aufs5: fix build against v5.15.3+
a4b3abf4d96d qemux86: add configuration symbol to select values
fee94ee09154 clear_warn_once: add a clear_warn_once= boot parameter
3d8762d900d9 clear_warn_once: bind a timer to written reset value
95faacac47e8 clear_warn_once: expand debugfs to include read support
de20c4240018 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
0e4aacead9c1 perf: x86-32: explicitly include <errno.h>
9ad92c11468e perf: mips64: Convert __u64 to unsigned long long
09e7efe3e68a perf: fix bench numa compilation
e79becc44fa6 perf: add SLANG_INC for slang.h
b1033b588681 perf: add sgidefs.h to for mips builds
cf9db484ac0b perf: change --root to --prefix for python install
7fd052c2c562 perf: add 'libperl not found' warning
27a437cdd469 perf: force include of <stdbool.h>
3b99d21bec2f fat: don't use obsolete random32 call in namei_vfat
a7e9293b506b FAT: Added FAT_NO_83NAME
6fd0e71d9e5c FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
c379b0d324ae FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
538be0fdb124 aufs: adjust to v5.15 fs changes
f45da75c8759 aufs5: core
047f57e07e01 aufs5: standalone
029fc15574c8 aufs5: mmap
610d0192ee94 aufs5: base
d4e428d0ec5f aufs5: kbuild
eb067eca251a yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
286af18d0875 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
24d59a4e26a6 yaffs2: v5.12+ build fixups (not runtime tested)
22c73536d5d7 yaffs: include blkdev.h
506b7251bfb8 yaffs: fix misplaced variable declaration
a0e26ff364dc yaffs2: v5.6 build fixups
b10b1b2d169e yaffs2: fix memory leak when /proc/yaffs is read
ad9adccbb214 yaffs: add strict check when call yaffs_internal_read_super
2e3c3aec8279 yaffs: repair yaffs_get_mtd_device
d662538516a7 yaffs: Fix build failure by handling inode i_version with proper atomic API
70a6113ee2c7 yaffs2: fix memory leak in mount/umount
3378e4a9e404 yaffs: Avoid setting any ACL releated xattr
ec2284edddef Yaffs:check oob size before auto selecting Yaffs1
c2a49874051c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
e9a5105a3e73 yaffs2: adjust to proper location of MS_RDONLY
608807406f13 yaffs2: import git revision b4ce1bb (jan, 2020)
89e660ece42c initramfs: allow an optional wrapper script around initramfs generation
b179dbc9aa10 iwlwifi: select MAC80211_LEDS conditionally
3fd5ca3673d0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
d1f6edbf0188 arm64/perf: Fix wrong cast that may cause wrong truncation
d202fb2caf33 defconfigs: drop obselete options
9a27e3b5f4e7 arm64/perf: fix backtrace for AAPCS with FP enabled
e20d8cf019b4 linux-yocto: Handle /bin/awk issues
b6d2a3dbbd3a uvesafb: provide option to specify timeout for task completion
adb40f1e6a1a uvesafb: print error message when task timeout occurs
f280a1ed0962 compiler.h: Undef before redefining __attribute_const__
4352732f268c vmware: include jiffies.h
7954a677968d Resolve jiffies wrapping about arp
5f28a1035d95 nfs: Allow default io size to be configured.
0d7260ad7106 check console device file on fs when booting
900a12e37e0a mount_root: clarify error messages for when no rootfs found
7b878cbea726 menuconfig,mconf-cfg: Allow specification of ncurses location
6604fc1763b3 modpost: mask trivial warnings
0d294adb09cb kbuild: exclude meta directory from distclean processing
a097cdd95a9e powerpc: serialize image targets
5db6ec39a0a3 arm: serialize build targets
cbabca27905e crtsavres: fixups for 5.4+
7fc7656ed403 powerpc/ptrace: Disable array-bounds warning with gcc8
a5faac5a19a2 powerpc: Disable attribute-alias warnings from gcc8
186c54665b67 powerpc: add crtsavres.o to archprepare for kbuild
d1ea862964ca powerpc: kexec fix for powerpc64
2ac35b89a0f9 powerpc: Add unwind information for SPE registers of E500 core
2e1c348a28bb mips: vdso: fix 'jalr $t9' crash in vdso code
ec57870b303a mips: Kconfig: add QEMUMIPS64 option
6a81b3c08107 4kc cache tlb hazard: tlbp cache coherency
74e3b2a21e54 malta uhci quirks: make allowance for slow 4k(e)c
22e65b63d3b4 arm/Makefile: Fix systemtap
b7f1ab59f19e vexpress: Pass LOADADDR to Makefile
ce2800c73bf7 arm: ARM EABI socketcall
019d142fd956 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 9b280f895ebd395c3dcfb403efae06674394eaa7)
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:
c61bd26ae81a Linux 5.15.160
0df819cac13e docs: kernel_include.py: Cope with docutils 0.21
1786e0c96af1 admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET
96f650995c70 KEYS: trusted: Do not use WARN when encode fails
00548ac6b144 remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
da6504c63f78 serial: kgdboc: Fix NMI-safety problems from keyboard reset code
1768f29972cd usb: typec: ucsi: displayport: Fix potential deadlock
ddbcd7d36e38 binder: fix max_thread type inconsistency
7e6d6f27522b drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper()
c9f2b6d88e65 KVM: x86: Clear "has_error_code", not "error_code", for RM exception injection
2750d7641d08 netlink: annotate data-races around sk->sk_err
7cff4103be7c netlink: annotate lockless accesses to nlk->max_recvmsg_len
3ade391adc58 net: tls: handle backlogging of crypto requests
f17d21ea7391 tls: fix race between async notify and socket close
94afddde1e92 net: tls: factor out tls_*crypt_async_wait()
fb782814bf09 tls: extract context alloc/initialization out of tls_set_sw_offload
704402f913b8 tls: rx: simplify async wait
cc4fac519d28 net: bcmgenet: synchronize UMAC_CMD access
1d5d18efc181 net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access
52c4287f23c8 Revert "selftests: mm: fix map_hugetlb failure on 64K page size systems"
1e6914fa8e77 KEYS: trusted: Fix memory leak in tpm2_key_encode()
9b8a8e5e8129 nfsd: don't allow nfsd threads to be signalled.
44889eacfe1f pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin()
a32c8f951c8a drm/amd/display: Fix division by zero in setup_dsc_config
83655231580b Linux 5.15.159
f3a1787dc482 md: fix kmemleak of rdev->serial
ed79b93f725c keys: Fix overwrite of key expiration on instantiation
580bcd6bf24f Bluetooth: qca: fix firmware check error path
b91390f4e828 Bluetooth: qca: fix NVM configuration parsing
ed53949cc92e Bluetooth: qca: add missing firmware sanity checks
d68dbfb837c0 regulator: core: fix debugfs creation regression
1a6be4e70790 hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us
9518b79bfd2f net: fix out-of-bounds access in ops_init
b7bab33c4623 drm/vmwgfx: Fix invalid reads in fence signaled events
c3d84a764ed1 mei: me: add lunar lake point M DID
2a47da1cd81f slimbus: qcom-ngd-ctrl: Add timeout for wait operation
ba3c118cff7b dyndbg: fix old BUG_ON in >control parser
866d84456494 ASoC: ti: davinci-mcasp: Fix race condition during probe
40098e3fd40d ASoC: tegra: Fix DSPK 16-bit playback
1cbe6d8999db net: bcmgenet: synchronize use of bcmgenet_set_rx_mode()
66116556076f tipc: fix UAF in error path
2a512ca151da iio: accel: mxc4005: Interrupt handling fixes
93cfed3aea7c iio:imu: adis16475: Fix sync mode setting
eeee7fc41562 dt-bindings: iio: health: maxim,max30102: fix compatible check
dc941fec0719 mptcp: ensure snd_nxt is properly initialized on connect
c5ee5f184da9 btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
f1f364ffe274 ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU
2ddbb35a01e7 usb: dwc3: core: Prevent phy suspend during init
f78ff8825eb8 usb: xhci-plat: Don't include xhci.h
bad094bd0827 usb: gadget: f_fs: Fix a race condition when processing setup packets.
0bbb498b8e3e usb: gadget: composite: fix OS descriptors w_value logic
855717130362 usb: ohci: Prevent missed ohci interrupts
f157133326cc usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device
a6b9bffbcbb8 usb: typec: ucsi: Fix connector check on init
5f499d7421ac usb: typec: ucsi: Check for notifications after init
9f112211cc54 arm64: dts: qcom: Fix 'interrupt-map' parent address cells
4a89ac4b0921 Reapply "drm/qxl: simplify qxl_fence_wait"
79f988d3ffc1 firewire: nosy: ensure user_length is taken into account when fetching packet contents
5ef9681f73b8 btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()
890d39f6d974 ACPI: CPPC: Fix access width used for PCC registers
7fcaa31c0047 ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro
6dfd79ed04c5 Revert "Revert "ACPI: CPPC: Use access_width over bit_width for system memory accesses""
3c7013a87124 drm/amd/display: Atom Integrated System Info v2_2 for DCN35
edf5238df340 drm/connector: Add \n to message about demoting connector force-probes
5a5cc5ca725c drm/meson: dw-hdmi: add bandgap setting for g12
f8229be8d627 drm/meson: dw-hdmi: power up phy on device init
c5c8616b3534 net: hns3: fix port vlan filter not disabled issue
2720b9792a52 net: hns3: split function hclge_init_vlan_config()
45b6316f2373 net: hns3: use appropriate barrier function after setting a bit value
f37df6f9b5f6 net: hns3: change type of numa_node_mask as nodemask_t
1e91931e316d net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send API
f9315f3ad186 net: hns3: create new set of unified hclge_comm_cmd_send APIs
dd69c1c99a54 net: hns3: create new cmdq hardware description structure hclge_comm_hw
ed3c393fb24f net: hns3: refactor hns3 makefile to support hns3_common module
50964654df19 net: hns3: direct return when receive a unknown mailbox message
5789bfcb9ff9 net: hns3: refactor function hclge_mbx_handler()
52acec0106be net: hns3: add query vf ring and vector map relation
bc8fb44566ff net: hns3: add log for workqueue scheduled late
fee4a1e6564c net: hns3: using user configure after hardware reset
35f8ee4d43ee net: hns3: PF support get unicast MAC address space assigned by firmware
35297fc68de3 ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()
21d85ee2d388 net: bridge: fix corrupted ethernet header on multicast-to-unicast
4ff334cade9d phonet: fix rtm_phonet_notify() skb allocation
bb739796564a hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock
073ca0c27b36 hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event()
6e6644c0a4f8 hwmon: (corsair-cpro) Use a separate buffer for sending commands
f3c1bf3054f9 rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation
e97e16433eb4 Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout
6a18eeb1b3bb Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout
27b0284d8be1 tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().
2552c9d9440f tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
20ac71bee028 ARM: 9381/1: kasan: clear stale stack poison
624cd60d6413 xfrm: Preserve vlan tags for transport mode software GRO
24dd9b08df71 qibfs: fix dentry leak
ab5b5e322d12 bpf, sockmap: Improved check for empty queue
d908a8a3de94 bpf, sockmap: Reschedule is now done through backlog
657cfb194cdb bpf, sockmap: Convert schedule_work into delayed_work
bbf2ed06757f bpf, sockmap: Handle fin correctly
ab3128de6edb bpf, sockmap: TCP data stall on recv before accept
4105f0c9af39 net:usb:qmi_wwan: support Rolling modules
90850083ceec drm/nouveau/dp: Don't probe eDP ports twice harder
859e2448be41 fs/9p: drop inodes immediately on non-.L too
4d36b9b7ec4f clk: Don't hold prepare_lock when calling kref_put()
7ca04b83c109 gpio: crystalcove: Use -ENOTSUPP consistently
c5ad5c7a1eed gpio: wcove: Use -ENOTSUPP consistently
d6a15d3bb81c 9p: explicitly deny setlease attempts
2b493bd0da9b fs/9p: translate O_TRUNC into OTRUNC
ad4f65328661 fs/9p: only translate RWX permissions for plain 9P2000
3931e927d551 iommu: mtk: fix module autoloading
12a2ca67f946 selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior
78f459dce4e3 MIPS: scall: Save thread_info.syscall unconditionally on entry
5d3392552087 gpu: host1x: Do not setup DMA for virtual devices
844fc023e9f1 blk-iocost: avoid out of bounds shift
a95798aa08ac scsi: target: Fix SELinux error when systemd-modules loads the target module
546e3bc295ce btrfs: always clear PERTRANS metadata during commit
8b40803c9615 btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve
a362afd5f2a5 tools/power turbostat: Fix Bzy_MHz documentation typo
b582c9ffcb69 tools/power turbostat: Fix added raw MSR output
4f9cc355c328 firewire: ohci: mask bus reset interrupts between ISR and bottom half
6f6aa8c58de4 ata: sata_gemini: Check clk_enable() result
c4fa8b793ddb net: bcmgenet: Reset RBUF on first open
9a41f5e19f27 ALSA: line6: Zero-initialize message buffers
d1b93d4017c4 kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries
8943a256b06e btrfs: return accurate error code on open failure in open_fs_devices()
93aa5ccc4478 scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload
c259a4102c84 net: mark racy access on sk->sk_rcvbuf
5490a385b48d wifi: cfg80211: fix rdev_dump_mpp() arguments order
5396e63b73e3 wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc
f5d95eead358 gfs2: Fix invalid metadata access in punch_hole
4cab23bbcb98 scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port()
e5dcdf60c9a8 scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic
f2c7f029051e scsi: lpfc: Move NPIV's transport unregistration to after resource clean up
17db92da8be5 KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()
5ee5997a085e KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_id
f1fa9a981620 clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change
83ac89e3797d net: gro: add flush check in udp_gro_receive_segment
1b127feac247 drm/panel: ili9341: Use predefined error codes
9de7f6864aa8 drm/panel: ili9341: Respect deferred probe
8792b557eb50 s390/qeth: Fix kernel panic after setting hsuid
b2973b79d5d0 s390/qeth: don't keep track of Input Queue count
42c8471b0566 tipc: fix a possible memleak in tipc_buf_append
c7af99cc2192 net: core: reject skb_copy(_expand) for fraglist GSO skbs
bfd62ca7c87b net: bridge: fix multicast-to-unicast with fraglist GSO
9672bf3eac4f net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341
19275de18b2f cxgb4: Properly lock TX queue for the selftest.
c9d48ce16330 s390/cio: Ensure the copied buf is NUL terminated
bd2d9641a39e ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node()
fd7dcd658154 ASoC: meson: cards: select SND_DYNAMIC_MINORS
a4ae1c3692ac ASoC: meson: axg-tdm-interface: manage formatters in trigger
fd824a1721eb ASoC: meson: axg-card: make links nonatomic
9719b354f7d4 ASoC: meson: axg-fifo: use threaded irq to check periods
c3b36cd49217 ASoC: meson: axg-fifo: use FIELD helpers
56c44b7f7201 net: qede: use return from qede_parse_actions()
62ad7f87e40b net: qede: use return from qede_parse_flow_attr() for flow_spec
ccf2317b1565 net: qede: use return from qede_parse_flow_attr() for flower
3a6929a6f00c net: qede: sanitize 'rc' in qede_add_tc_flower_fltr()
97005a10bf39 s390/vdso: Add CFI for RA register to asm macro vdso_func
e97e0051056b net l2tp: drop flow hash on forward
5a4603fbc285 nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segment().
ec697fbd38cb octeontx2-af: avoid off-by-one read from userspace
0f560240b4cc bna: ensure the copied buf is NUL terminated
12481f30128f xdp: use flags field to disambiguate broadcast redirect
b6a7077c0ffe xdp: Add xdp_do_redirect_frame() for pre-computed xdp_frames
a174aa99bae8 xdp: Move conversion to xdp_frame out of map functions
7038794bbfe1 s390/mm: Fix clearing storage keys for huge pages
e27a0db41537 s390/mm: Fix storage key clearing for guest huge pages
fef735072de8 spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs
396df2b93943 bpf: Fix a verifier verbose message
5965bc7535fb bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
16c6e4179041 bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definition
64ea2f585e3c regulator: mt6360: De-capitalize devicetree regulator subnodes
76aa2440deb9 pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map()
fe881e793fbd power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator
e2ebfee0833d power: rt9455: hide unused rt9455_boost_voltage_values
ea6ce93327bd nfs: Handle error of rpc_proc_register() in nfs_net_init().
7ceb89f4016e nfs: make the rpc_stat per net namespace
0bbd42926082 nfs: expose /proc/net/sunrpc/nfs in net namespaces
9e644ff63b2d sunrpc: add a struct rpc_stats arg to rpc_create_args
764e752bf321 pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE
35d704f2b9b9 pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback
5505e5578621 pinctrl: mediatek: paris: Rework mtk_pinconf_{get,set} switch/case logic
41f88ef8ba38 pinctrl: core: delete incorrect free in pinctrl_enable()
34674f754960 pinctrl/meson: fix typo in PDM's pin name
ffa6e4d2d5ba pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T
26d32bec4c6d eeprom: at24: fix memory corruption race condition
c4137dee8e81 eeprom: at24: Probe for DDR3 thermal sensor in the SPD case
6f35227dcd22 eeprom: at24: Use dev_err_probe for nvmem register failure
91c6dcbc2bab ksmbd: clear RENAME_NOREPLACE before calling vfs_rename
8f3d0bf1d0c6 ksmbd: validate request buffer size in smb2_allocate_rsp_buf()
da2140137260 ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf
ad12c74e953b wifi: nl80211: don't free NULL coalescing rule
714794ed7a8b dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state"
79a61bfe2ff3 dmaengine: pl330: issue_pending waits until WFP state
b8086c3c1548 reiserfs: Avoid touching renamed directory if parent does not change
ea091017ef62 ipv6: Fix data races around sk->sk_prot.
ff8710da80ee ipv6: annotate some data-races around sk->sk_prot
e8c2eafaaa6a tcp: Fix data races around icsk->icsk_af_ops.
8d1bab770956 locking/rwsem: Disable preemption while trying for rwsem lock
7c82dac02886 block, loop: support partitions without scanning
45f504f301d4 bpftool: Fix pretty print dump for maps without BTF loaded
1f24338cb789 jbd2: Drop the merge conflicted hunk
e1d0e3c51bde tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
1abe841fe331 tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
6224acfc1d56 tpm: Add flag to use default cancellation policy
1cd19d48fb90 tpm: tis_i2c: Fix sanity check interrupt enable mask
a883da132fa8 tpm: Add tpm_tis_i2c backend for tpm_tis_core
a742ac8a1c51 tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer
ef495c5f45f2 tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops
1f3be2e23aa6 gcc-plugins: Reorganize gimple includes for GCC 13
24615a3b932a ata: ahci: fix enum constants for gcc-13
5d6cb145541a net: stmmac: Enable mac_managed_pm phylink config
fd93aabb4287 tools/resolve_btfids: Use pkg-config to locate libelf
130f9da78406 tools/resolve_btfids: Build with host flags
00f2f1a782f9 tools/resolve_btfids: Support cross-building the kernel with clang
17776a4ba9c2 tools/resolve_btfids: Install libbpf headers when building
7c9808380d70 libbpf: Make libbpf_version.h non-auto-generated
37ae1ba791ac libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
a2667e6d7314 drm/radeon: free iio for atombios when driver shutdown
f100c753aa1f powerpc: Fix reschedule bug in KUAP-unlocked user copy
da5513f30187 libbpf: Fix build warning on ref_ctr_off
4c5a089621a8 perf python: Account for multiple words in CC
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
ed037d7be40c irq_work: use kasan_record_aux_stack_noalloc() record callstack
1363bd7dbde3 ixgbevf: add disable link state
e5601ae2bd24 ixgbe: add improvement for MDD response functionality
caa57cd80575 ixgbe: add the ability for the PF to disable VF link state
16a77bfcc7df Check /dev/console using init_stat()
04574fd5579a tracing/arm: Have max stack tracer handle the case of return address after data
0e51e5717018 gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully
1e6b7da6ddba drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES
493160901320 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
04224f725aa3 irqchip/gic-v3-its: Skip HP notifier when no ITS is registered
6f6c2996a81c irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserve
1fa94473423f irqchip/gic-v3-its: Give the percpu rdist struct its own flags field
6013d1ae5feb cert host tools: Stop complaining about deprecated OpenSSL functions
efe20512212b init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
a40d2daf2795 pnmtologo: use relocatable file name
3b40d5b41155 of: configfs: remove unused variable overlay_lock
6c085baf1838 tools: use basename to identify file in gen-mach-types
2fca0fd71981 lib/build_OID_registry: fix reproducibility issues
0f586f4ee8ad vt/conmakehash: improve reproducibility
a75774679f28 OF: DT-Overlay configfs interface (v8)
d179c639b30b x86/boot: Wrap literal addresses in absolute_pointer()
856ec356cf91 ACPI: thermal: drop an always true check
7614af249993 xfs: Fix -Werror=dangling-pointer work-around for older GCC
41470215f97e xfs: Work around GCC 12 -Werror=dangling-pointer for xfs_attr_remote.o
44a445c1922d virtio-pci: Remove wrong address verification in vp_del_vqs()
77aa9e489eaf bpf: Disallow unprivileged bpf by default
ebfb1822e9f9 fs/aufs: fixup 5.15.36 fixups
4eba9348d3e2 Revert "Revert "fbdev: Hot-unplug firmware fb devices on forced removal""
5df6d1b00f95 jbd2: fix use-after-free of transaction_t race
2d83e8196487 jbd2: refactor wait logic for transaction updates into a common function
07a63f760793 netfilter: conntrack: avoid useless indirection during conntrack destruction
4e7122625996 Revert "fbdev: Hot-unplug firmware fb devices on forced removal"
7ba4cb36fd4f rcu: Avoid alloc_pages() when recording stack
f78574dee71e kasan: test: silence intentional read overflow warnings
d313cb89b6b1 kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC
5e279d5647cc arm64: support page mapping percpu first chunk allocator
e5bf16752dca vmalloc: choose a better start address in vm_area_register_early()
660b3d21b46f kasan: test: bypass __alloc_size checks
00aa7573e53a kasan: test: add memcpy test that avoids out-of-bounds write
67becf0b1bd4 kasan: fix tag for large allocations when using CONFIG_SLAB
bedf1e033213 workqueue, kasan: avoid alloc_pages() when recording stack
7195b67ce69b kasan: generic: introduce kasan_record_aux_stack_noalloc()
bdff763f0e29 kasan: common: provide can_alloc in kasan_save_stack()
51423ebb36ad lib/stackdepot: introduce __stack_depot_save()
85373e66d847 lib/stackdepot: remove unused function argument
5b6cc9b251f3 lib/stackdepot: include gfp.h
c9f3902d8069 aufs: reduce overhead for "code present but disabled" use case.
b98d189df02c aufs: bugfix, umount passes NULL to ->parse_monolithic()
13b883cbbbd9 aufs standalone: cosmetic, missing copyright sentence
21f8b0d81898 aufs: 5.15.5-20220117 ---> 5.15.5-20220221
6199fd896645 aufs: tiny, headers after fs_context
8ddb40e31c29 aufs: fs_context 7/7, finally remount
69035f71c6fd aufs: fs_context 6/7, now mount
bc841b970697 aufs: fs_context 5/7, parse all other mount options
435188053da2 aufs: fs_context 4/7, parse xino options
9af1f1825cbd aufs: fs_context 3/7, parse the branch-management options
1c05eb767f8c aufs: fs_context 2/7, parse "br" mount option
a8488f603134 aufs: fs_context 1/7, skelton of the new shceme
8e32e0015564 aufs: pre fs_context, convert a static flag to a macro
f90cb4144aec aufs: pre fs_context, support the incomplete sb and sbinfo case
948762ef859c aufs: pre fs_context, convert the type of alloc_sbinfo()
77151a08776b aufs: 5.15.5-20211129 ---> 5.15.5-20220117
2539adbbbe1e aufs: 5.14-20211018 ---> 5.15.5-20211129
7d32b25193c4 aufs: for v5.15-rc1, sync_inode() is gone
66ec0c509225 aufs: for v5.15-rc1, new param 'rcu' for ->get_acl()
69709dc518cd aufs: for v5.15-rc1, no mand-lock anymore
ada8fe9543e5 aufs: 5.14-20210906 ---> 5.14-20211018
b77f7f3f394a Revert "aufs: adjust to v5.15 fs changes"
81bdce5b5876 tick/nohz: WARN_ON --> WARN_ON_ONCE to prevent console saturation
97c963889222 sched/isolation: really align nohz_full with rcu_nocbs
871f23ad3627 Revert "ARM: defconfig: Enable ax88796c driver for Exynos boards"
ffad0783dd5b ARM: config: multi v7: Regenerate defconifg
5c1e1a1ff2d3 ARM: config: multi v7: Add renamed symbols
badaf96564fe ARM: config: multi v7: Clean up enabled by default options
34996040fc9b ARM: config: multi v7: Drop unavailable options
7f685244afb3 powerpc/mm: Switch obsolete dssall to .long
20301aeb1a64 riscv: fix build with binutils 2.38
9df58d070506 powerpc/lib/sstep: fix 'ptesync' build error
720b61fc400b x86_64_defconfig: Fix warnings
02bf23d26bc4 arm64: defconfig: cleanup config options
05914e2c87e5 arm: defconfig: drop unused POWER_AVS option
ffb532fa19b9 aufs5: fix build against v5.15.3+
a4b3abf4d96d qemux86: add configuration symbol to select values
fee94ee09154 clear_warn_once: add a clear_warn_once= boot parameter
3d8762d900d9 clear_warn_once: bind a timer to written reset value
95faacac47e8 clear_warn_once: expand debugfs to include read support
de20c4240018 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
0e4aacead9c1 perf: x86-32: explicitly include <errno.h>
9ad92c11468e perf: mips64: Convert __u64 to unsigned long long
09e7efe3e68a perf: fix bench numa compilation
e79becc44fa6 perf: add SLANG_INC for slang.h
b1033b588681 perf: add sgidefs.h to for mips builds
cf9db484ac0b perf: change --root to --prefix for python install
7fd052c2c562 perf: add 'libperl not found' warning
27a437cdd469 perf: force include of <stdbool.h>
3b99d21bec2f fat: don't use obsolete random32 call in namei_vfat
a7e9293b506b FAT: Added FAT_NO_83NAME
6fd0e71d9e5c FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
c379b0d324ae FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
538be0fdb124 aufs: adjust to v5.15 fs changes
f45da75c8759 aufs5: core
047f57e07e01 aufs5: standalone
029fc15574c8 aufs5: mmap
610d0192ee94 aufs5: base
d4e428d0ec5f aufs5: kbuild
eb067eca251a yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
286af18d0875 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
24d59a4e26a6 yaffs2: v5.12+ build fixups (not runtime tested)
22c73536d5d7 yaffs: include blkdev.h
506b7251bfb8 yaffs: fix misplaced variable declaration
a0e26ff364dc yaffs2: v5.6 build fixups
b10b1b2d169e yaffs2: fix memory leak when /proc/yaffs is read
ad9adccbb214 yaffs: add strict check when call yaffs_internal_read_super
2e3c3aec8279 yaffs: repair yaffs_get_mtd_device
d662538516a7 yaffs: Fix build failure by handling inode i_version with proper atomic API
70a6113ee2c7 yaffs2: fix memory leak in mount/umount
3378e4a9e404 yaffs: Avoid setting any ACL releated xattr
ec2284edddef Yaffs:check oob size before auto selecting Yaffs1
c2a49874051c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
e9a5105a3e73 yaffs2: adjust to proper location of MS_RDONLY
608807406f13 yaffs2: import git revision b4ce1bb (jan, 2020)
89e660ece42c initramfs: allow an optional wrapper script around initramfs generation
b179dbc9aa10 iwlwifi: select MAC80211_LEDS conditionally
3fd5ca3673d0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
d1f6edbf0188 arm64/perf: Fix wrong cast that may cause wrong truncation
d202fb2caf33 defconfigs: drop obselete options
9a27e3b5f4e7 arm64/perf: fix backtrace for AAPCS with FP enabled
e20d8cf019b4 linux-yocto: Handle /bin/awk issues
b6d2a3dbbd3a uvesafb: provide option to specify timeout for task completion
adb40f1e6a1a uvesafb: print error message when task timeout occurs
f280a1ed0962 compiler.h: Undef before redefining __attribute_const__
4352732f268c vmware: include jiffies.h
7954a677968d Resolve jiffies wrapping about arp
5f28a1035d95 nfs: Allow default io size to be configured.
0d7260ad7106 check console device file on fs when booting
900a12e37e0a mount_root: clarify error messages for when no rootfs found
7b878cbea726 menuconfig,mconf-cfg: Allow specification of ncurses location
6604fc1763b3 modpost: mask trivial warnings
0d294adb09cb kbuild: exclude meta directory from distclean processing
a097cdd95a9e powerpc: serialize image targets
5db6ec39a0a3 arm: serialize build targets
cbabca27905e crtsavres: fixups for 5.4+
7fc7656ed403 powerpc/ptrace: Disable array-bounds warning with gcc8
a5faac5a19a2 powerpc: Disable attribute-alias warnings from gcc8
186c54665b67 powerpc: add crtsavres.o to archprepare for kbuild
d1ea862964ca powerpc: kexec fix for powerpc64
2ac35b89a0f9 powerpc: Add unwind information for SPE registers of E500 core
2e1c348a28bb mips: vdso: fix 'jalr $t9' crash in vdso code
ec57870b303a mips: Kconfig: add QEMUMIPS64 option
6a81b3c08107 4kc cache tlb hazard: tlbp cache coherency
74e3b2a21e54 malta uhci quirks: make allowance for slow 4k(e)c
22e65b63d3b4 arm/Makefile: Fix systemtap
b7f1ab59f19e vexpress: Pass LOADADDR to Makefile
ce2800c73bf7 arm: ARM EABI socketcall
019d142fd956 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 973963d56804139193e40fb960aae0b76ed0de46)
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:
284087d4f7d5 Linux 5.15.158
802cab68a6d5 serial: core: fix kernel-doc for uart_port_unlock_irqrestore()
e6a488ae31ce udp: preserve the connected status if only UDP cmsg
93ba36238db6 bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS
b65fb50e04a9 HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up
b93bdfcf41f2 fbdev: fix incorrect address computation in deferred IO
5a09eae9a7db i2c: smbus: fix NULL function pointer dereference
52e8a42b1107 riscv: Fix TASK_SIZE on 64-bit NOMMU
83c5c0e3cd08 riscv: fix VMALLOC_START definition
9edd3aa34d50 dmaengine: idxd: Fix oops during rmmod on single-CPU platforms
0ccac964520a dma: xilinx_dpdma: Fix locking
dd946e8e57c0 idma64: Don't try to serve interrupts when device is powered off
f5db31e59fd8 dmaengine: owl: fix register access functions
4fa0befa92f2 tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()
214a2dfbb84f tcp: Clean up kernel listener's reqsk in inet_twsk_purge()
5be39f901169 mtd: diskonchip: work around ubsan link failure
ec8d0ee88079 stackdepot: respect __GFP_NOLOCKDEP allocation flag
018c4ea7002f net: b44: set pause params only when interface is up
d35fb1664eb2 ethernet: Add helper for assigning packet type when dest address does not match device address
5dbdbe113391 irqchip/gic-v3-its: Prevent double free on error
9d0580ded513 drm/amdgpu: Fix leak when GPU memory allocation fails
7e350ee649e0 drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3
1a1dc37c23aa arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 Puma
36b32816fbab cpu: Re-enable CPU mitigations by default for !X86 architectures
e58047553a4e btrfs: fix information leak in btrfs_ioctl_logical_to_ino()
1200481cd606 mmc: sdhci-msm: pervent access to suspended controller
52f9041deaca Bluetooth: qca: fix NULL-deref on non-serdev suspend
b3b2f2ed7d56 Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853
46c105b178b9 Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()
2cb0b9aaa0fe x86/cpu: Fix check for RDPKRU in __show_regs()
b8511fbf03fb tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker together
1ea85ae08e39 tracing: Show size of requested perf buffer
605a9eb70e92 net/mlx5e: Fix a race in command alloc flow
7e44291e9615 Revert "crypto: api - Disallow identical driver names"
51256394970e drm/vmwgfx: Fix crtc's atomic check conditional
7c3461b6b1dc drm-print: add drm_dbg_driver to improve namespace symmetry
479244d68f5d serial: mxs-auart: add spinlock around changing cts state
5c92a4517cc9 serial: core: Provide port lock wrappers
2e29ff824b47 af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().
0b289962c482 net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packets
2418d3f348d5 iavf: Fix TC config comparison with existing adapter TC config
69ae07c7ad82 i40e: Report MFS in decimal base instead of hex
ff7431f898dd i40e: Do not use WQ_MEM_RECLAIM flag for workqueue
5c45feb3c288 netfilter: nf_tables: honor table dormant flag from netdev release event path
63d814d93c5c mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash work
64435b64e43d mlxsw: spectrum_acl_tcam: Fix incorrect list API usage
039992b6d2df mlxsw: spectrum_acl_tcam: Fix warning during rehash
413a01886c39 mlxsw: spectrum_acl_tcam: Fix memory leak during rehash
7adc29af50f7 mlxsw: spectrum_acl_tcam: Rate limit error message
4c89642ca47f mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehash
c17976b42d54 mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity update
2943fb714d83 mlxsw: spectrum_acl_tcam: Fix race during rehash delayed work
9048616553c6 net: openvswitch: Fix Use-After-Free in ovs_ct_exit
8ece90ac97eb ipvs: Fix checksumming on GSO of SCTP packets
2e74b3fd6bf5 net: gtp: Fix Use-After-Free in gtp_dellink
dd602fb3526d net: usb: ax88179_178a: stop lying about skb->truesize
03b5a9b2b526 ipv4: check for NULL idev in ip_route_use_hint()
55da4788ceed NFC: trf7970a: disable all regulators on removal
f41fbb4ff219 bridge/br_netlink.c: no need to return void function
23b7ee4a8d55 icmp: prevent possible NULL dereferences from icmp_build_probe()
8bdd3cf01490 mlxsw: core: Unregister EMAD trap using FORWARD action
7336b6aa825f vxlan: drop packets from invalid src-address
66384a7399f9 wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd
f5aa109c94ec wifi: iwlwifi: mvm: remove old PASN station when adding a new one
0f530ed87266 ARC: [plat-hsdk]: Remove misplaced interrupt-cells property
7acd2d7b7603 arm64: dts: mediatek: mt2712: fix validation errors
203e81849bd9 arm64: dts: mediatek: mt7622: drop "reset-names" from thermal block
7b0a487bce51 arm64: dts: mediatek: mt7622: fix ethernet controller "compatible"
d856ae10cdcf arm64: dts: mediatek: mt7622: fix IR nodename
0434c99bf3f1 arm64: dts: mediatek: mt7622: fix clock controllers
2f83d3d2cc3c arm64: dts: mediatek: mt7622: introduce nodes for Wireless Ethernet Dispatch
506ac5538498 arm64: dts: mediatek: mt7622: add support for coherent DMA
a897ecbb5779 arm64: dts: mediatek: mt8183: Add power-domains properity to mfgcfg
daf284595e6f arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro dts
91eb350da992 arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for RK3399 Puma
c5ff64a50037 arm64: dts: rockchip: fix alphabetical ordering RK3399 puma
938cf022b72c arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 Puma
d69ccea6041e HID: logitech-dj: allow mice to use all types of reports
9fd9468d1c5e HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc
e054770d566b cifs: reinstate original behavior again for forceuid/forcegid
929ba00702cf smb: client: fix rename(2) regression against samba
b8086c3c1548 reiserfs: Avoid touching renamed directory if parent does not change
ea091017ef62 ipv6: Fix data races around sk->sk_prot.
ff8710da80ee ipv6: annotate some data-races around sk->sk_prot
e8c2eafaaa6a tcp: Fix data races around icsk->icsk_af_ops.
8d1bab770956 locking/rwsem: Disable preemption while trying for rwsem lock
7c82dac02886 block, loop: support partitions without scanning
45f504f301d4 bpftool: Fix pretty print dump for maps without BTF loaded
1f24338cb789 jbd2: Drop the merge conflicted hunk
e1d0e3c51bde tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
1abe841fe331 tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
6224acfc1d56 tpm: Add flag to use default cancellation policy
1cd19d48fb90 tpm: tis_i2c: Fix sanity check interrupt enable mask
a883da132fa8 tpm: Add tpm_tis_i2c backend for tpm_tis_core
a742ac8a1c51 tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer
ef495c5f45f2 tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops
1f3be2e23aa6 gcc-plugins: Reorganize gimple includes for GCC 13
24615a3b932a ata: ahci: fix enum constants for gcc-13
5d6cb145541a net: stmmac: Enable mac_managed_pm phylink config
fd93aabb4287 tools/resolve_btfids: Use pkg-config to locate libelf
130f9da78406 tools/resolve_btfids: Build with host flags
00f2f1a782f9 tools/resolve_btfids: Support cross-building the kernel with clang
17776a4ba9c2 tools/resolve_btfids: Install libbpf headers when building
7c9808380d70 libbpf: Make libbpf_version.h non-auto-generated
37ae1ba791ac libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
a2667e6d7314 drm/radeon: free iio for atombios when driver shutdown
f100c753aa1f powerpc: Fix reschedule bug in KUAP-unlocked user copy
da5513f30187 libbpf: Fix build warning on ref_ctr_off
4c5a089621a8 perf python: Account for multiple words in CC
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
ed037d7be40c irq_work: use kasan_record_aux_stack_noalloc() record callstack
1363bd7dbde3 ixgbevf: add disable link state
e5601ae2bd24 ixgbe: add improvement for MDD response functionality
caa57cd80575 ixgbe: add the ability for the PF to disable VF link state
16a77bfcc7df Check /dev/console using init_stat()
04574fd5579a tracing/arm: Have max stack tracer handle the case of return address after data
0e51e5717018 gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully
1e6b7da6ddba drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES
493160901320 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
04224f725aa3 irqchip/gic-v3-its: Skip HP notifier when no ITS is registered
6f6c2996a81c irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserve
1fa94473423f irqchip/gic-v3-its: Give the percpu rdist struct its own flags field
6013d1ae5feb cert host tools: Stop complaining about deprecated OpenSSL functions
efe20512212b init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
a40d2daf2795 pnmtologo: use relocatable file name
3b40d5b41155 of: configfs: remove unused variable overlay_lock
6c085baf1838 tools: use basename to identify file in gen-mach-types
2fca0fd71981 lib/build_OID_registry: fix reproducibility issues
0f586f4ee8ad vt/conmakehash: improve reproducibility
a75774679f28 OF: DT-Overlay configfs interface (v8)
d179c639b30b x86/boot: Wrap literal addresses in absolute_pointer()
856ec356cf91 ACPI: thermal: drop an always true check
7614af249993 xfs: Fix -Werror=dangling-pointer work-around for older GCC
41470215f97e xfs: Work around GCC 12 -Werror=dangling-pointer for xfs_attr_remote.o
44a445c1922d virtio-pci: Remove wrong address verification in vp_del_vqs()
77aa9e489eaf bpf: Disallow unprivileged bpf by default
ebfb1822e9f9 fs/aufs: fixup 5.15.36 fixups
4eba9348d3e2 Revert "Revert "fbdev: Hot-unplug firmware fb devices on forced removal""
5df6d1b00f95 jbd2: fix use-after-free of transaction_t race
2d83e8196487 jbd2: refactor wait logic for transaction updates into a common function
07a63f760793 netfilter: conntrack: avoid useless indirection during conntrack destruction
4e7122625996 Revert "fbdev: Hot-unplug firmware fb devices on forced removal"
7ba4cb36fd4f rcu: Avoid alloc_pages() when recording stack
f78574dee71e kasan: test: silence intentional read overflow warnings
d313cb89b6b1 kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC
5e279d5647cc arm64: support page mapping percpu first chunk allocator
e5bf16752dca vmalloc: choose a better start address in vm_area_register_early()
660b3d21b46f kasan: test: bypass __alloc_size checks
00aa7573e53a kasan: test: add memcpy test that avoids out-of-bounds write
67becf0b1bd4 kasan: fix tag for large allocations when using CONFIG_SLAB
bedf1e033213 workqueue, kasan: avoid alloc_pages() when recording stack
7195b67ce69b kasan: generic: introduce kasan_record_aux_stack_noalloc()
bdff763f0e29 kasan: common: provide can_alloc in kasan_save_stack()
51423ebb36ad lib/stackdepot: introduce __stack_depot_save()
85373e66d847 lib/stackdepot: remove unused function argument
5b6cc9b251f3 lib/stackdepot: include gfp.h
c9f3902d8069 aufs: reduce overhead for "code present but disabled" use case.
b98d189df02c aufs: bugfix, umount passes NULL to ->parse_monolithic()
13b883cbbbd9 aufs standalone: cosmetic, missing copyright sentence
21f8b0d81898 aufs: 5.15.5-20220117 ---> 5.15.5-20220221
6199fd896645 aufs: tiny, headers after fs_context
8ddb40e31c29 aufs: fs_context 7/7, finally remount
69035f71c6fd aufs: fs_context 6/7, now mount
bc841b970697 aufs: fs_context 5/7, parse all other mount options
435188053da2 aufs: fs_context 4/7, parse xino options
9af1f1825cbd aufs: fs_context 3/7, parse the branch-management options
1c05eb767f8c aufs: fs_context 2/7, parse "br" mount option
a8488f603134 aufs: fs_context 1/7, skelton of the new shceme
8e32e0015564 aufs: pre fs_context, convert a static flag to a macro
f90cb4144aec aufs: pre fs_context, support the incomplete sb and sbinfo case
948762ef859c aufs: pre fs_context, convert the type of alloc_sbinfo()
77151a08776b aufs: 5.15.5-20211129 ---> 5.15.5-20220117
2539adbbbe1e aufs: 5.14-20211018 ---> 5.15.5-20211129
7d32b25193c4 aufs: for v5.15-rc1, sync_inode() is gone
66ec0c509225 aufs: for v5.15-rc1, new param 'rcu' for ->get_acl()
69709dc518cd aufs: for v5.15-rc1, no mand-lock anymore
ada8fe9543e5 aufs: 5.14-20210906 ---> 5.14-20211018
b77f7f3f394a Revert "aufs: adjust to v5.15 fs changes"
81bdce5b5876 tick/nohz: WARN_ON --> WARN_ON_ONCE to prevent console saturation
97c963889222 sched/isolation: really align nohz_full with rcu_nocbs
871f23ad3627 Revert "ARM: defconfig: Enable ax88796c driver for Exynos boards"
ffad0783dd5b ARM: config: multi v7: Regenerate defconifg
5c1e1a1ff2d3 ARM: config: multi v7: Add renamed symbols
badaf96564fe ARM: config: multi v7: Clean up enabled by default options
34996040fc9b ARM: config: multi v7: Drop unavailable options
7f685244afb3 powerpc/mm: Switch obsolete dssall to .long
20301aeb1a64 riscv: fix build with binutils 2.38
9df58d070506 powerpc/lib/sstep: fix 'ptesync' build error
720b61fc400b x86_64_defconfig: Fix warnings
02bf23d26bc4 arm64: defconfig: cleanup config options
05914e2c87e5 arm: defconfig: drop unused POWER_AVS option
ffb532fa19b9 aufs5: fix build against v5.15.3+
a4b3abf4d96d qemux86: add configuration symbol to select values
fee94ee09154 clear_warn_once: add a clear_warn_once= boot parameter
3d8762d900d9 clear_warn_once: bind a timer to written reset value
95faacac47e8 clear_warn_once: expand debugfs to include read support
de20c4240018 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
0e4aacead9c1 perf: x86-32: explicitly include <errno.h>
9ad92c11468e perf: mips64: Convert __u64 to unsigned long long
09e7efe3e68a perf: fix bench numa compilation
e79becc44fa6 perf: add SLANG_INC for slang.h
b1033b588681 perf: add sgidefs.h to for mips builds
cf9db484ac0b perf: change --root to --prefix for python install
7fd052c2c562 perf: add 'libperl not found' warning
27a437cdd469 perf: force include of <stdbool.h>
3b99d21bec2f fat: don't use obsolete random32 call in namei_vfat
a7e9293b506b FAT: Added FAT_NO_83NAME
6fd0e71d9e5c FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
c379b0d324ae FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
538be0fdb124 aufs: adjust to v5.15 fs changes
f45da75c8759 aufs5: core
047f57e07e01 aufs5: standalone
029fc15574c8 aufs5: mmap
610d0192ee94 aufs5: base
d4e428d0ec5f aufs5: kbuild
eb067eca251a yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
286af18d0875 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
24d59a4e26a6 yaffs2: v5.12+ build fixups (not runtime tested)
22c73536d5d7 yaffs: include blkdev.h
506b7251bfb8 yaffs: fix misplaced variable declaration
a0e26ff364dc yaffs2: v5.6 build fixups
b10b1b2d169e yaffs2: fix memory leak when /proc/yaffs is read
ad9adccbb214 yaffs: add strict check when call yaffs_internal_read_super
2e3c3aec8279 yaffs: repair yaffs_get_mtd_device
d662538516a7 yaffs: Fix build failure by handling inode i_version with proper atomic API
70a6113ee2c7 yaffs2: fix memory leak in mount/umount
3378e4a9e404 yaffs: Avoid setting any ACL releated xattr
ec2284edddef Yaffs:check oob size before auto selecting Yaffs1
c2a49874051c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
e9a5105a3e73 yaffs2: adjust to proper location of MS_RDONLY
608807406f13 yaffs2: import git revision b4ce1bb (jan, 2020)
89e660ece42c initramfs: allow an optional wrapper script around initramfs generation
b179dbc9aa10 iwlwifi: select MAC80211_LEDS conditionally
3fd5ca3673d0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
d1f6edbf0188 arm64/perf: Fix wrong cast that may cause wrong truncation
d202fb2caf33 defconfigs: drop obselete options
9a27e3b5f4e7 arm64/perf: fix backtrace for AAPCS with FP enabled
e20d8cf019b4 linux-yocto: Handle /bin/awk issues
b6d2a3dbbd3a uvesafb: provide option to specify timeout for task completion
adb40f1e6a1a uvesafb: print error message when task timeout occurs
f280a1ed0962 compiler.h: Undef before redefining __attribute_const__
4352732f268c vmware: include jiffies.h
7954a677968d Resolve jiffies wrapping about arp
5f28a1035d95 nfs: Allow default io size to be configured.
0d7260ad7106 check console device file on fs when booting
900a12e37e0a mount_root: clarify error messages for when no rootfs found
7b878cbea726 menuconfig,mconf-cfg: Allow specification of ncurses location
6604fc1763b3 modpost: mask trivial warnings
0d294adb09cb kbuild: exclude meta directory from distclean processing
a097cdd95a9e powerpc: serialize image targets
5db6ec39a0a3 arm: serialize build targets
cbabca27905e crtsavres: fixups for 5.4+
7fc7656ed403 powerpc/ptrace: Disable array-bounds warning with gcc8
a5faac5a19a2 powerpc: Disable attribute-alias warnings from gcc8
186c54665b67 powerpc: add crtsavres.o to archprepare for kbuild
d1ea862964ca powerpc: kexec fix for powerpc64
2ac35b89a0f9 powerpc: Add unwind information for SPE registers of E500 core
2e1c348a28bb mips: vdso: fix 'jalr $t9' crash in vdso code
ec57870b303a mips: Kconfig: add QEMUMIPS64 option
6a81b3c08107 4kc cache tlb hazard: tlbp cache coherency
74e3b2a21e54 malta uhci quirks: make allowance for slow 4k(e)c
22e65b63d3b4 arm/Makefile: Fix systemtap
b7f1ab59f19e vexpress: Pass LOADADDR to Makefile
ce2800c73bf7 arm: ARM EABI socketcall
019d142fd956 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 88ec14db188d701168a6d6978475bd9fd61cb20b)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The archive/zip package's handling of certain types of invalid zip files
differs from the behavior of most zip implementations. This misalignment
could be exploited to create an zip file with contents that vary depending
on the implementation reading the file. The archive/zip package now rejects
files containing these errors.
References:
https://nvd.nist.gov/vuln/detail/CVE-2024-24789
Upstream-patch:
https://github.com/golang/go/commit/c8e40338cf00f3c1d86c8fb23863ad67a4c72bcc
(From OE-Core rev: f198fdc392c6e3b99431383ab6577749e83f1cb3)
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
stop looking for modules in cwd in gtk/gtkmodules.c.
Upstream-Status: Backport [https://launchpad.net/ubuntu/+source/gtk+3.0/3.24.33-1ubuntu2.2]
(From OE-Core rev: 37b9eb01dc6342bc0308c9c970e3c379c83b706f)
Signed-off-by: Ashish Sharma <asharma@mvista.com>
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: 3723b26f82219ff71823335d550dbf29086d63d4)
(From OE-Core rev: c6cafd2aa50357c80fbab79741d575ff567c5766)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
| |
(From OE-Core rev: 0f9dae1adabb4fc22e8c4849eb2d52aecf21c19f)
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 0823e8ea83ac907b37bc9eb0ec7dc32862997eff)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
| |
(From OE-Core rev: c001e2af10d8afa13c8f50632a074c5a9a00d7bb)
Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
| |
[Bitcode] Add some missing GetTypeByID failure checks
Print an error instead of crashing.
(From OE-Core rev: 9cc4518226488693942ad325d6264e52006bd061)
Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PEAP client: Update Phase 2 authentication requirements. Also see
https://www.top10vpn.com/research/wifi-vulnerabilities/
Patch is copied from scarthgap, the recipes differ too much for
cherry-pick even if they have the same version.
(From OE-Core rev: 5e1283f0afeaf0d0aa5e1c96fc571f69897e1ca8)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit 60774248a5570899a66f9f88e597cc4f723d6278 solves issues when i or j
have been set in other shell functions.
Since j is not unset after the inner loop, the image will only be copied
for the first configuration.
Unsetting i and j after the loops also prevents index issues in other functions.
(From OE-Core rev: f6de96c9fa8d0b6c81c32016f342ad93c8940d9e)
Signed-off-by: Florian Amstutz <florian.amstutz@scs.ch>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Switch to use flit core since upstream changed.
They also changed the capitalisation under pypi.
The license didn't change but the file was renamed, probably as it wasn't
rst.
(From OE-Core rev: 58ee84c274b0c93902aad5d4f434daec5da55134)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e352680528b18c3cdae26233bef7cddc2771d42d)
Upgrade fixes CVE-2024-34064
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
History of code changes:
* introduced: https://github.com/ilibarchive/libarchive/commit/390d83012fdba8c8db7fc9915338805882b0597a (v3.7.2-52-g390d8301)
* reverted: 6https://github.com/libarchive/libarchive/commit/2c8caf6611a7d0662d80176c4fdb40f85794699 (v3.7.2-53-g62c8caf6)
* re-introduced: 9https://github.com/libarchive/libarchive/commit/1f27004a5c88589658e38d68e46d223da6b75ca (v3.7.3-14-g91f27004)
* fixed: bhttps://github.com/libarchive/libarchive/commit/6a979481b7d77c12fa17bbed94576b63bbcb0c0 (v3.7.3-24-gb6a97948)
Since there is no release where this CVE was present, we can safely
ignore it.
(From OE-Core rev: 2b407f34df5a768c271fc7049e7272d1a79c04a0)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Backport patch for CVE-2021-42380.
Move if before patch for CVE-2023-42363 because they touch the same code
and they are in this order in git history so we avoid fuzz modifications.
This will remove fuzz modifications from CVE-2023-42363 and both will
apply cleanly without modifications (except line number changes and the
first one also has little fuzz fix in tests).
This will also make it equal to master/scarthgap patch order/content.
(From OE-Core rev: af3c8ff64054e131b009545883cb87454ce04b64)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
| |
Upstream-Status: Backport [https://github.com/ruby/ruby/commit/989a2355808a63fc45367785c82ffd46d18c900a]
(From OE-Core rev: 94a0350058e51c4b05bf5d4e02d048c2e6256725)
Signed-off-by: Ashish Sharma <asharma@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
| |
Upstream-Status: Backport from https://git.busybox.net/busybox/commit/?id=fb08d43d44d1fea1f741fafb9aa7e1958a5f69aa
(From OE-Core rev: 929deb4a80d65dc3a6e9a523f1aed12635ed7d53)
Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
| |
(From OE-Core rev: 5d97b0576e98a2cf402abab1a1edcab223545d87)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
(From OE-Core rev: 8e650506885bc4465f9569b3ccdc327eb83d90db)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 28b8d57a88849f7f024d13c5c901f3621f5166c7)
Signed-off-by: Poonam Jadhav <poonam.jadhav@kpit.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
(From OE-Core rev: c09335a23025ff78a6d3eb41c483b5a479b1c3be)
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 644914efa83a289da154c888b5661b9d16eaa35b)
Signed-off-by: Poonam Jadhav <poonam.jadhav@kpit.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are two types of soft FPU options for arm, soft and softfp, and if
using the latter the wrong dynamic loader will be used.
E.g. go will link against ld-linux-armhf.so.3, but libc6 will only ship
a ld-linux.so.3, so go programs will fail to start.
Fix this by instead checking for TARGET_FPU being 'hard' and then
applying the suffix.
(From OE-Core rev: c7426629245db2ea8d9f3cf25b575ac31b5a83b0)
Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 07b4c7a2bd23f8645810e13439e814caaaf9cd94)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sshd(8) in Portable OpenSSH versions 8.5p1 to 9.7p1 (inclusive).
Race condition resulting in potential remote code execution.
A race condition in sshd(8) could allow remote code execution as root on non-OpenBSD systems.
This attack could be prevented by disabling the login grace timeout (LoginGraceTime=0 in sshd_config)
though this makes denial-of service against sshd(8) considerably easier.
For more information, please refer to the release notes [1] and the
report from the Qualys Security Advisory Team [2] who discovered the bug.
[1] https://www.openssh.com/txt/release-9.8
[2] https://www.qualys.com/2024/07/01/cve-2024-6387/regresshion.txt
References:
https://www.openssh.com/security.html
(From OE-Core rev: ddb998d16fd869acb00a1cd8038ada20fd32aa8b)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
v2: include the missing cve tag: CVE: CVE-2024-6387
v3: add the Signed-off-by on the CVE-2024-6387.patch
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream-Status: Backport from [https://github.com/openssl/openssl/commit/cf6f91f6121f4db167405db2f0de410a456f260c]
CVE's Fixed:
CVE-2024-5535 openssl: SSL_select_next_proto buffer overread
(From OE-Core rev: 2f4ac382a76e093a3eac6e74fbe2d136094cedf1)
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GStreamer EXIF Metadata Parsing Integer Overflow Remote Code Execution Vulnerability.
This vulnerability allows remote attackers to execute arbitrary code on affected
installations of GStreamer. Interaction with this library is required to exploit this
vulnerability but attack vectors may vary depending on the implementation. The specific
flaw exists within the parsing of EXIF metadata. The issue results from the lack of
proper validation of user-supplied data, which can result in an integer overflow before
allocating a buffer. An attacker can leverage this vulnerability to execute code in the
context of the current process. . Was ZDI-CAN-23896.
(From OE-Core rev: 6708631c89d1cb0d7e0e1b888c51826b3939f8af)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
| |
Upstream-Status: Backport
[https://git.savannah.gnu.org/cgit/wget.git/commit/?id=ed0c7c7e0e8f7298352646b2fd6e06a11e242ace]
(From OE-Core rev: 4f7fb1cf937b0cefa5b0079417859b56c3171c0a)
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove the pages which libxcrypt and shadow already have to avoid
following conflicts during install man-pages and libxcrypt/shadow at the
same time.
Error: Transaction test error:
file /usr/share/man/man3/crypt.3 from install of
libcrypt-doc-4.4.33-r0.x86_64 conflicts with file from package
man-pages-6.04-r0.x86_64
(From OE-Core rev: fbc8f5381e8e1da0d06f7f8e5b8c63a49b1858c2)
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>
(cherry picked from commit 605b4a91dc44d33bd4742841e71645275bc039e8)
Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Because crypt_r.3 is also provided by libxcrypt-doc.
(From OE-Core rev: 5160fb6bf6ef49c0c33b000f377a56effd398fd0)
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ae5a8629ea72d6b3567047c7b858deae28623aba)
Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use OBJDUMP variable in the script, this helps in using the lddwrapper
with recipes which maybe using different objdump tools e.g.l
llvm-objdump or vice-versa
(From OE-Core rev: bbbb515f7df240b8679567cd3e04d6b4ccc65f6d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c04b3e0e371859c159b76bff87a5b1299b51d0c8)
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CVE's Fixed by upgrade:
CVE-2024-4741: Fixed potential use after free after SSL_free_buffers() is called
CVE-2024-4603: Fixed an issue where checking excessively long DSA keys or parameters may be very slow
CVE-2024-2511: Fixed unbounded memory growth with session handling in TLSv1.3
Removed backports of CVE-2024-2511 and CVE-2024-4603 as they are already
fixed.
Detailed Information:
https://github.com/openssl/openssl/blob/openssl-3.0/CHANGES.md#changes-between-3013-and-3014-4-jun-2024
(From OE-Core rev: 8f51bac2a05747ea186e928eda2358f2e6295883)
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
| |
Below commit on glibc-2.35 stable branch is updated.
72abffe225 Force DT_RPATH for --enable-hardcoded-path-in-tests
(From OE-Core rev: 8accff90a850265ecc8570cfa15e8e5963d2a5d7)
Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A buffer-overread issue was discovered in StringIO 3.0.1, as
distributed in Ruby 3.0.x through 3.0.6 and 3.1.x through
3.1.4. The ungetbyte and ungetc methods on a StringIO can
read past the end of a string, and a subsequent call to
StringIO.gets may return the memory value. 3.0.3 is the main
fixed version; however, for Ruby 3.0 users, a fixed version
is stringio 3.0.1.1, and for Ruby 3.1 users, a fixed version
is stringio 3.0.1.2.
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2024-27280
(From OE-Core rev: 729310d17310dff955c51811ff3339fdbc017b95)
Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The memory allocation function ACPI_ALLOCATE_ZEROED does not
guarantee a successful allocation, but the subsequent code
directly dereferences the pointer that receives it, which may
lead to null pointer dereference. To fix this issue, a null
pointer check should be added. If it is null, return exception
code AE_NO_MEMORY.
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2024-24856
(From OE-Core rev: 0920aacb2a042e10e54db949428471ef9b20c96d)
Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|