This populates the fragments directory with:
a) the default set of variables used in all autobuilder builds
b) the default resource related variables used in all autobuilder builds
c) three different multilib test configurations used by the autobuilder
The aim here is to start to make some of the autobuilder configuration more
visable and patchable by users, and to allow some test confiturations to
be user selectable if appropriate and needed for debugging.
The main aautobuilder fragment is probably not directly reusable by most
users, it contains the resource limits as used on the autobuilder itself. I
can see arguments both way for whether this should be included in OE-Core or not
but having an example of how we configure this is probably useful.
Not all configuration in the autobuilder is being moved, this set of variables
is just a basic starting point. Some variables may ultimately make more sense
being migrated elsewhere, perhaps updating the main defaults for poky or nodistro.
(From OE-Core rev: 746dc664da9c289a3063350590d3b5aada13d8d6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This upgrade includes fix for CVE-2024-57970, CVE-2025-25724 and
CVE-2025-1632
Changelog:
==========
Libarchive 3.7.8 is a bugfix and security release
Security fixes:
tar reader: Handle truncation in the middle of a GNU long linkname (#2422, CVE-2024-57970)
unzip: fix null pointer dereference (#2532, CVE-2025-1632)
tar reader: fix unchecked return value in list_item_verbose() (#2532, CVE-2025-25724)
Important bugfixes:
7zip reader: add SPARC (#2399) and POWERPC (#2459) filter support for non-LZMA compressors
tar reader: Ignore ustar size when pax size is present (#2405)
tar writer: Fix bug when -s/a/b/ used more than once with b flag (#2435)
cpio: Fix a Y2038 bug on Windows (#2471)
libarchive: Handle ARCHIVE_FILTER_LZOP in archive_read_append_filter (#2519)
libarchive: Adding missing seeker function to archive_read_open_FILE() (#2539)
(From OE-Core rev: 861d6a37e9457510e526c7cd5a63c82d9c48b591)
Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* PACKAGECONFIG_CONFARGS was added in:
https://git.openembedded.org/openembedded-core/commit/?id=16745b20452de60ae2474433cc1a2fb1ed9f6a64
but it wasn't added in bbnote above which might lead to confusing errors like I got now:
NOTE: cargo build -v --frozen --target aarch64-webos-linux-gnu --release --manifest-path=.../git//Cargo.toml
error: unexpected argument '--cfg' found
Usage: cargo build --verbose... --frozen --target [<TRIPLE>] --release --manifest-path <PATH>
and was wondering where --cfg came from.
* it was from recipe where we already use:
RUSTFLAGS:append = " ${PACKAGECONFIG_CONFARGS}"
it will be difficult to use PACKAGECONFIG for RUSTFLAGS and prevent
them to be used here for cargo as well, what about the recipes which
need them to explicitly append them to CARGO_BUILD_FLAGS ?
(From OE-Core rev: 38d953b2ffd4e0cee9e77f97988e44be105023c6)
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We need a version of bitbake with the fetcher revision changes in it,
update the minimum version accordingly.
(From OE-Core rev: ec54f71dcf8166c725ff89f8689c177431bd0b52)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
_nl_msg_cat_cntr is not defined in libintl on musl systems
therefore add configure time check for it and use it to guard
the use of _nl_msg_cat_cntr
(From OE-Core rev: 0e9bc9620f992371b08ff1aef202d0d4737b9dd6)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Backport a patch to fix crash for ls --context when enable selinux:
root@qemux86-64:~# ls -Z /home
Segmentation fault (core dumped)
(From OE-Core rev: 414c7767fbfecf3afa4e64e8e3f50d56b6a65310)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
By default, still use ${PV} as the the version of a package in SBOM 3
$ bitbake acl
$ jq . tmp/deploy/spdx/3.0.1/core2-64/packages/package-acl.spdx.json
...
{
"type": "software_Package",
...
"name": "acl",
"software_packageVersion": "2.3.2"
},
...
Support to override it by setting SPDX_PACKAGE_VERSION, such as
set SPDX_PACKAGE_VERSION = "${EXTENDPKGV}" in local.conf to append
PR to software_packageVersion in SBOM 3
$ echo 'SPDX_PACKAGE_VERSION = "${EXTENDPKGV}"' >> conf/local.conf
$ bitbake acl
$ jq . tmp/deploy/spdx/3.0.1/core2-64/packages/package-acl.spdx.json
...
{
"type": "software_Package",
...
"name": "acl",
"software_packageVersion": "2.3.2-r0"
},
...
(From OE-Core rev: e6ff5f4d870624795bd36572f5c2bfeec90d83ce)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The NVM and rampatch files for QCA61x4 USB chips went
to qca-qca2066 instead of -qca-qca61x4. Fix package contents.
(From OE-Core rev: 15f256962f2b0f64c887137259a7f96cdac63150)
Signed-off-by: Vivek Puar <quic_vpuar@quicinc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add gpu firmwares for qcs8300 chipset to
${PN}-qcom-adreno-a623 and
${PN}-qcom-qcs8300-adreno packages
Add bluetooth firmwares for QCA2066
to ${PN}-qca-qca2066 package.
Add firmware files for Adreno A225
to ${PN}-qcom-adreno-a2xx package
License-Update: additional files
(From OE-Core rev: f3a36b736802a06667f88903f75cd2d52770cd79)
Signed-off-by: Vivek Puar <quic_vpuar@quicinc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Introduce the GRUB_MKIMAGE_OPTS variable to allow additional options
to be passed to grub-mkimage, making its behavior more configurable.
(for example, this allows disabling shim lock when necessary).
Update do_mkimage to use ${GRUB_MKIMAGE_OPTS}. This change reduce the
need for hardcoded modifications and makes future adjustments easier.
(From OE-Core rev: a6147adefcba7aae3f4eb8ed76d6a94315cafe61)
Signed-off-by: Valeria Petrov <valeria.petrov@spinetix.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
iproute2 detects presence of iptables during building and can also
be built without it. Add PACKAGECONFIG option which allows user to
optionally leave it out, and enable it by default to keep current
recipe behavior.
(From OE-Core rev: 07ddaeaacaab4c3e264816dea6de32378617bf4e)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This package is built using simple makefiles, therefore using
autotools bbclass is not right and moreover it is now a hard
error in core
(From OE-Core rev: 3754ebfc0ef127922bce24c5afde4306541ce2f4)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Commit 5dfca64b78 ("dbus-glib: depend on
dbus, not dbus-x11") mentions that
dbus-x11 hasn't existed as a package since 2012[1] and is just a
RPROVIDES in dbus, so depend on dbus directly instead.
Since similar change here would induce an error:
An allarch packagegroup shouldn't depend on packages which are dynamically renamed (dbus to dbus-1)
and since dbus package can hardly be considered a X11 utility,
remove the entry altogether.
(From OE-Core rev: fcee101f65a3fbe1fb0420bf617fef498175a38e)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This update is required for gnome-control-center-48
Major changes in 48.0
=====================
- Translation updates
Major changes in 48.rc
======================
- Switch to JPEG for background image
- Translation updates
Major changes in 48.beta
========================
- Switch to Adwaita Fonts
- Split data recording and limits in time limits schema
- Set more useful defaults on stylus buttons
- Translation updates
Major changes in 48.alpha
=========================
- Add screen limits schema
- Fix gendered language in key descriptions
(From OE-Core rev: 54693d6df561d4e23a1aacf2d55d7f52485008a2)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This reverts commit 2e99ffda70fd95b5eab3de47048032349cd66f4b.
git-replacement-native is used only to provide a newer version than may
be installed on the system; apart from that, it should work more or less
the same.
In particular, it is using the host system's /etc/gitconfig; it should
also use the system CA certificates, otherwise it will break HTTPS
connections in environments that need local certificates, for example
for a corporate HTTP proxy. The override had been added to deal with
curl-native relying on the existence of its workdir to access CA
certificates, which has been fixed in the curl recipe now.
(From OE-Core rev: d18f4d9d2ac75f58669754f1e4b7a1313eb9db32)
Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In native/nativesdk builds, sysconfdir refers to a recipe sysroot
directory, which will disappear once the workdir is cleaned up, breaking
libcurl's HTTPS connections.
By simply not setting --with-ca-bundle at all in non-target builds, curl
defaults to the host system's CA certificates, which is desirable anyways
to allow builds in environments that require local CA certificates.
(From OE-Core rev: 4909a46e93ba774c960c3d3c277e2a669af3fea6)
Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Honor WIRELESS_DAEMON when wifi is enable for DISTRO_FEATURE.
(From OE-Core rev: 86b408919d9506b6f1ba69c96f1bc6212e724bbc)
Signed-off-by: João Henrique Ferreira de Freitas <joaohf@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The base-files test for SPDX 2.2 did not give good coverage, since
base-files doesn't have any dependencies. Add building tar as another
test which more fully exercises the code
(From OE-Core rev: d678e25419c89e09c1c438363bf3a940ce903d43)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The common SPDX code was changed to return a dataclass for dependency
information instead of a namedtuple, but the SPDX 2.2 was missed to
account for this. Correct the SPDX 2.2 code to correctly handle the new
datatype
(From OE-Core rev: 79a03abd37839973996efc957d44614edcbd6b87)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
cpio is not yet buildable with C23 standard which is default with
GCC 15, therefore ensure to apply needed bandage to keep it compiling
in C17 mode even with GCC 15
(From OE-Core rev: 0c637099887f1be421c8e1203f99631a1e040150)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is the same as e105befbe4ee0d85e94c2048a744f0373e2dbcdf on
additional place in the code.
When a link is pointing to location inaccessible to build user (e.g. "/root/something"),
filepath.is_file() throws "PermissionError: [Errno 13] Permission denied".
Fix this by first checking if it is a link.
(From OE-Core rev: 26f35f866cf7888431963cf4fc5d2019cd28de74)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Integrating the following commit(s) to linux-yocto/6.12:
1/1 [
Author: Mikko Rapeli
Email: mikko.rapeli@linaro.org
Subject: yaffs2: switch from readlink_copy() to vfs_readlink()
Date: Fri, 14 Mar 2025 10:33:42 +0200
To compile also as module. Fixes:
ERROR: modpost: "readlink_copy" [fs/yaffs2/yaffs.ko] undefined!
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 276922ca1957b8e4234fd3e4884b3a2bcd4017fe)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
105a31925e2d Linux 6.12.18
72cbaf8b41f0 thermal: gov_power_allocator: Add missing NULL pointer check
3e8653e399e7 x86/microcode/AMD: Load only SHA256-checksummed patches
0c110da9139d x86/microcode/AMD: Add get_patch_level()
5c200030419e x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration
12ccf71a7dab x86/microcode/AMD: Merge early_apply_microcode() into its single callsite
42d04c39c313 x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations
9ff4ece7b36c x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature
eb50ccb8dae3 x86/microcode/AMD: Have __apply_microcode_amd() return bool
41f1230e037e x86/microcode/AMD: Return bool from find_blobs_in_containers()
b0f47c8caa5b amdgpu/pm/legacy: fix suspend/resume issues
65f4aebb8127 efi: Don't map the entire mokvar table to determine its size
a3c5eb88f0ba riscv: cpufeature: use bitmap_equal() instead of memcmp()
45233962ea51 riscv: signal: fix signal_minsigstksz
fa19f64d6329 riscv: cacheinfo: Use of_property_present() for non-boolean properties
625a90b569b7 riscv: signal: fix signal frame size
ac354e54dcab riscv/futex: sign extend compare value in atomic cmpxchg
ec9acbab2ea7 rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm
59455f968c10 scsi: ufs: core: bsg: Fix crash when arpmb command fails
c479e20dabfd ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr
c8dc4e991042 dm vdo: add missing spin_lock_init
22c6f577b3cb dm-integrity: Avoid divide by zero in table status in Inline mode
90c618efaeff selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP
5324c459f90d sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance()
0362847c5207 sched/core: Prevent rescheduling when interrupts are disabled
29b6d5ad3e43 rcuref: Plug slowpath race in rcuref_put()
af103505d7d2 vmlinux.lds: Ensure that const vars with relocations are mapped R/O
a913c2d10950 selftests/landlock: Test that MPTCP actions are not restricted
ebb0c0fd6990 mptcp: reset when MPTCP opts are dropped after join
4124b782ec2b mptcp: always handle address removal under msk socket lock
48848d5bdd97 intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly
4117c7293849 iommu/vt-d: Fix suspicious RCU usage
eec1009891ab iommu/vt-d: Remove device comparison in context_setup_pass_through_cb
e59119d8169a phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit()
45dc8ea1da01 phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk
ee28b7084181 phy: tegra: xusb: reset VBUS & ID OVERRIDE
57e56fc2bfc6 net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()
56e26b5b3d14 net: enetc: correct the xdp_tx statistics
2d86bd25f066 net: enetc: update UDP checksum when updating originTimestamp field
3d9634211121 net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC
0ee95d1e1b7d net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs()
0d1b060d9814 net: enetc: fix the off-by-one issue in enetc_map_tx_buffs()
b32804cc17a4 net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT
050f2e62b13c net: stmmac: dwmac-loongson: Add fix_soc_reset() callback
4e8b8d43373b usbnet: gl620a: fix endpoint checking in genelink_bind()
63ddac4bd54d i2c: ls2x: Fix frequency division register access
12d0e3991670 i2c: npcm: disable interrupt enable bit before devm_request_irq
2f572c42bb4b block: Remove zone write plugs when handling native zone append writes
8f6369c3cd63 arm64/mm: Fix Boot panic on Ampere Altra
94e05f90322e drm/amd/display: Fix HPD after gpu reset
2b166c574616 drm/amd/display: add a quirk to enable eDP0 on DP1
98595755f6e0 drm/amd/display: Disable PSR-SU on eDP panels
d2c9625b0ade drm/amdgpu: init return value in amdgpu_ttm_clear_buffer
98ef70dd9814 drm/amdgpu: disable BAR resize on Dell G5 SE
6ffe5bc65627 drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd
daad16d0a538 drm/xe/userptr: fix EFAULT handling
f08415419992 drm/xe/userptr: restore invalidation list on error
610c6e77a711 drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size)
322cb23e24c8 perf/core: Fix low freq setting via IOC_PERIOD
bf6e873ad732 perf/x86: Fix low freqency setting issue
a2475ccad612 perf/core: Add RCU read lock protection to perf_iterate_ctx()
b9de147b2ccb KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2
e992cc7f386e ALSA: hda/realtek: Fix microphone regression on ASUS N705UD
8e31d9fb2f22 ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2
746cc474a954 ftrace: Avoid potential division by zero in function_stat_show()
435d2964af81 tracing: Fix bad hist from corrupting named_triggers list
9dbe14e03ff3 riscv: KVM: Fix SBI TIME error generation
ab306f492c27 riscv: KVM: Fix SBI IPI error generation
f5009ddfd70a riscv: KVM: Fix hart suspend_type use
5ecf68c8834b riscv: KVM: Fix hart suspend status check
faccabe9c1c9 phy: rockchip: naneng-combphy: compatible reset with old DT
adec6338b043 phy: rockchip: fix Kconfig dependency more
a455aa3403bf x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems
a00e900c9b6d objtool: Fix C jump table annotations for Clang
2cfd0e5084e3 objtool: Remove annotate_{,un}reachable()
8cc451444cfd unreachable: Unify
546c19eb69fd io_uring/net: save msg_control for compat
27a144c3be8c thermal: gov_power_allocator: Update total_weight on bind and cdev updates
19cd2dc4d4c6 thermal: core: Move lists of thermal instances to trip descriptors
e11df3bffde1 thermal/of: Fix cdev lookup in thermal_of_should_bind()
07a82c78d822 thermal: of: Simplify thermal_of_should_bind with scoped for each OF child
13cca2b73e2b uprobes: Reject the shared zeropage in uprobe_write_opcode()
7d582eb6e4e1 perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list
806437d04747 thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power()
99dcd630ac21 net: ti: icss-iep: Reject perout generation request
4279bbebe00f idpf: fix checksums set in idpf_rx_rsc()
cc746341aa7d selftests: drv-net: Check if combined-count exists
51946f324281 net: ipv6: fix dst ref loop on input in rpl lwt
bc9ca8a18510 net: ipv6: fix dst ref loop on input in seg6 lwt
7bb1ba48f709 net/mlx5: IRQ, Fix null string in debug print
e3e760e03e15 net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination.
902d57629624 net: Clear old fragment checksum value in napi_reuse_skb
33d782e38d81 tcp: Defer ts_recent changes until req is owned
ddf9b005dc87 ice: Avoid setting default Rx VSI twice in switchdev setup
a4880583f88d ice: Fix deinitializing VF in error path
dc44e67c6db3 ice: add E830 HW VF mailbox message limit support
c417b1e4d8d0 tcp: devmem: don't write truncated dmabuf CMSGs to userspace
62454a10ecf2 net: ethernet: ti: am65-cpsw: select PAGE_POOL
18b90c1abf0e ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15
2dd3e9cff9cb ASoC: cs35l56: Prevent races when soft-resetting using SPI control
b08978fd76eb firmware: cs_dsp: Remove async regmap writes
baa88823dd84 drm/xe/oa: Allow oa_exponent value of 0
da2e07e6505c drm/xe/oa: Allow only certain property changes from config
f0ab9cd205d8 drm/xe/oa: Add syncs support to OA config ioctl
fa41f3cd4eeb drm/xe/oa: Move functions up so they can be reused for config ioctl
5fe916b2c9c6 drm/xe/oa: Signal output fences
8ffd0390fc3f ipvs: Always clear ipvs_property flag in skb_scrub_packet()
b7091d6b3cb7 ASoC: fsl: Rename stream name of SAI DAI driver
a4b055fdb062 ASoC: es8328: fix route from DAC to output
00556b898e40 net: dsa: rtl8366rb: Fix compilation problem
ab52446831a7 net: cadence: macb: Synchronize stats calculations
5353fd89663c ipvlan: ensure network headers are in skb linear part
5138154bdbfc ipvlan: Prepare ipvlan_process_v4_outbound() to future .flowi4_tos conversion.
97c455c3c243 ipv4: Convert ip_route_input() to dscp_t.
db8b2a613d7a ipv4: Convert icmp_route_lookup() to dscp_t.
915d64a78f3c net: set the minimum for net_hotdata.netdev_budget_usecs
f22df335b298 net: loopback: Avoid sending IP packets without an Ethernet header
0e8ed2d66da0 afs: Give an afs_server object a ref on the afs_cell object it points to
a38b394f4650 afs: Fix the server_list to unuse a displaced server rather than putting it
b5c7428d3488 rxrpc: rxperf: Fix missing decoding of terminal magic cookie
5c9921f1da47 Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response
ee5d6cb5cc0b ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports
22a0ebfb1836 sunrpc: suppress warnings for unused procfs functions
722c3db62bf6 RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers
6782ba62a654 RDMA/mlx5: Fix bind QP error cleanup flow
465a8143238b scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init()
b5038504da33 scsi: core: Clear driver private data when retrying request
40432672eb6f RDMA/mlx5: Fix AH static rate parsing
cb96ae783e72 RDMA/mlx5: Fix implicit ODP hang on parent deregistration
e4cfa6aa05e5 SUNRPC: Handle -ETIMEDOUT return from tlshd
4fe4ae6c2e01 NFSv4: Fix a deadlock when recovering state on a sillyrenamed file
a3ae6a60baf7 SUNRPC: Prevent looping due to rpc_signal_task() races
b6423ea93ab4 NFS: Adjust delegated timestamps for O_DIRECT reads and writes
b7b3d772e48a NFS: O_DIRECT writes must check and adjust the file length
3594aad97e7b ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
659bfea5914a scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out()
917aa50b7509 landlock: Fix non-TCP sockets restriction
b1f1643effb9 RDMA/bnxt_re: Fix the statistics for Gen P7 VF
c5c994f44260 RDMA/bnxt_re: Allocate dev_attr information dynamically
aed1bc673907 RDMA/bnxt_re: Add sanity checks on rdev validity
edaffce57207 RDMA/bnxt_re: Cache MSIx info to a local structure
51612bb4d580 RDMA/bnxt_re: Refactor NQ allocation
2fab96b538ca RDMA/bnxt_re: Fail probe early when not enough MSI-x vectors are reserved
308d162c44a6 RDMA/hns: Fix mbox timing out by adding retry mechanism
c3a6c1e7b80e RDMA/mana_ib: Allocate PAGE aligned doorbell index
0bd34bdd468e RDMA/mlx5: Fix a WARN during dereg_mr for DM type
a14b5e690aba RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error
ed3a682157ae IB/mlx5: Set and get correct qp_num for a DCT QP
3e3bf255992c RDMA/mlx5: Fix the recovery flow of the UMR QP
807165b1ec1c tools/power/x86/intel-speed-select: Prefix header search path with sysroot
e97df805b938 drm/tilcdc: Set preferred depth
7160a4379dcc arch/arm64/configs: remove CONFIG_SM_DISPCC_8650
6d8ac5ebe6e8 aufs6: core
587abc1b64c4 aufs6: standalone
1af41d30ef42 aufs6: mmap
6ee2464d2e9d aufs6: base
103b676505f7 aufs6: kbuild
67281562943f qemux86: add configuration symbol to select values
73f315ca0823 sched/isolation: really align nohz_full with rcu_nocbs
1e4e7f8ab622 clear_warn_once: add a clear_warn_once= boot parameter
918e7a825e8b clear_warn_once: bind a timer to written reset value
f533f87c3758 clear_warn_once: expand debugfs to include read support
f149ca27cba9 tools: Remove some options from CLANG_CROSS_FLAGS
e633abe9c44e libbpf: Fix build warning on ref_ctr_off
ec0916a4cfc1 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
03721ceb5626 perf: x86-32: explicitly include <errno.h>
4c36c5295bb0 perf: mips64: Convert __u64 to unsigned long long
b0200449610d perf: fix bench numa compilation
aff0940b2212 perf: add SLANG_INC for slang.h
ef912018d28c perf: add sgidefs.h to for mips builds
d8860f858b87 perf: change --root to --prefix for python install
dc38a0eee6e5 perf: add 'libperl not found' warning
6ed51f8786da perf: force include of <stdbool.h>
c538d4c4ac65 fat: Replace prandom_u32() with get_random_u32()
63d94846f0c5 fat: don't use obsolete random32 call in namei_vfat
7816667451ef FAT: Added FAT_NO_83NAME
f81dbd60f0d5 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
771cdefba44b FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
a24784fd8f88 yaffs2: update to v6.12 folio changes
d0a48fd46db8 yaffs2: adapt to v6.10 i_time changes
d097e4d4115a yaffs: fix mtime/itime field access
4411e0d49fe3 yaffs2: update VFS ctime operations to 6.6+
1b6619086e8b yaffs2: v6.5 fixups
25b261ee3c54 yaffs2: Fix miscalculation of devname buffer length
5c07936a5d1c yaffs2: convert user_namespace to mnt_idmap
55986a1284b3 yaffs2: replace bdevname call with sprintf
6f5508f8db8f yaffs2: convert read_page -> readfolio
fd179a5df5d5 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
c9a620dacdd1 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
78588208ed17 yaffs2: v5.12+ build fixups (not runtime tested)
8d2dddba272c yaffs: include blkdev.h
8c1ca9ef9712 yaffs: Fix build failure by handling inode i_version with proper atomic API
27005cbac2ed yaffs2: v5.6 build fixups
668211c9f9b7 yaffs2: fix memory leak when /proc/yaffs is read
285f911dcc1c yaffs: add strict check when call yaffs_internal_read_super
ffc2ed489ccf yaffs: repair yaffs_get_mtd_device
6dce4b70a5e3 yaffs: Fix build failure by handling inode i_version with proper atomic API
19f283abc5d1 yaffs2: fix memory leak in mount/umount
04e84672b571 yaffs: Avoid setting any ACL releated xattr
4f221d6a32e2 Yaffs:check oob size before auto selecting Yaffs1
81f36004e56b fs: yaffs2: replace CURRENT_TIME by other appropriate apis
26d7a3dd0054 yaffs2: adjust to proper location of MS_RDONLY
a7016eac4540 yaffs2: import git revision b4ce1bb (jan, 2020)
feb240bbb91e initramfs: allow an optional wrapper script around initramfs generation
874746eaa341 drivers: gpu: drm: msm: registers: improve reproducibility
1d42508faee8 tools: use basename to identify file in gen-mach-types
4b055eca593d iwlwifi: select MAC80211_LEDS conditionally
97e20e275ac0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
6dec58319165 defconfigs: drop obselete options
a416ccb5b6c9 linux-yocto: Handle /bin/awk issues
7efe8a1e5158 uvesafb: provide option to specify timeout for task completion
78d10ae07eca uvesafb: print error message when task timeout occurs
80473b7eb8ca compiler.h: Undef before redefining __attribute_const__
ddeff2f1a9a7 vmware: include jiffies.h
3dcdda8912b4 Resolve jiffies wrapping about arp
3b1507db6735 nfs: Allow default io size to be configured.
c2fedad05f77 check console device file on fs when booting
208d6fbada3f mount_root: clarify error messages for when no rootfs found
dbe9454c8ea0 mconf: fix output of cflags and libraries
7c7b224f5cce menuconfig,mconf-cfg: Allow specification of ncurses location
b6c189c81397 modpost: mask trivial warnings
a5cc21325ba9 kbuild: exclude meta directory from distclean processing
361ec143c23f powerpc: serialize image targets
605e6ccb304c arm: serialize build targets
e94b04fcb7d2 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
44cc7f69a0a0 cpu/amd: inhibit SMP check for qemux86
a08cb65331e6 x86_64_defconfig: Fix warnings
8ad332ef777b mips: make current_cpu_data preempt safe
754f05ddce3f mips: vdso: fix 'jalr $t9' crash in vdso code
325ff78ff44d mips: Kconfig: add QEMUMIPS64 option
99ae0eadcf11 4kc cache tlb hazard: tlbp cache coherency
c6894c66a534 malta uhci quirks: make allowance for slow 4k(e)c
8b52c01f3294 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
16c7629f035e drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
6b60c874cbb0 arm64: defconfig: cleanup config options
8e44673ecd89 vexpress: Pass LOADADDR to Makefile
f34e6805aad5 arm: ARM EABI socketcall
94dec9b88de4 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 554ae7cc9e59b54a2a9115ffedd7a0fc71eeb853)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
41b222412985 Linux 6.12.17
27b929c45d6c drm/amdgpu: bump version for RV/PCO compute fix
4ce4d5e1f999 drm/amdgpu/gfx9: manually control gfxoff for CS on RV
7d672fd64a72 arm64: dts: rockchip: change eth phy mode to rgmii-id for orangepi r1 plus lts
54dba9d5ae94 selftests/mm: build with -O2
2799d16d0ca9 sched_ext: Fix incorrect assumption about migration disabled tasks in task_can_run_on_remote_rq()
4abbe664a14e net: pse-pd: Fix deadlock in current limit functions
384c8291f7ce tracing: Fix using ret variable in tracing_set_tracer()
67cb8eaafca1 ftrace: Do not add duplicate entries in subops manager ops
6856b5cdfb39 ftrace: Fix accounting of adding subops to a manager ops
1bfc1f1b9eb4 ftrace: Correct preemption accounting for function tracing.
e28e7d7b205f EDAC/qcom: Correct interrupt enable register configuration
a9b0b4b29877 smb: client: Add check for next_buffer in receive_encrypted_standard()
ada54b2e81eb irqchip/gic-v3: Fix rk3399 workaround when secure interrupts are enabled
562d40ff3d23 perf/x86/intel: Fix event constraints for LNC
82ac99303dd5 mtd: rawnand: cadence: fix incorrect device in dma_unmap_single
0ce541686396 mtd: rawnand: cadence: use dma_map_resource for sdma address
3c906b6dda2d mtd: rawnand: cadence: fix error code in cadence_nand_init()
bb1accc7e0f6 mtd: spi-nor: sst: Fix SST write failure
ff673b71f0a5 mm,madvise,hugetlb: check for 0-length range after end address adjustment
ef5f11be7696 acct: block access to kernel internal filesystems
5a59ced8ffc7 acct: perform last write from workqueue
e8b4eb50000f ASoC: SOF: pcm: Clear the susbstream pointer to NULL on close
1cce98bf4139 ALSA: hda/conexant: Add quirk for HP ProBook 450 G4 mute LED
cb2b6244e50c ALSA: hda: Add error check for snd_ctl_rename_id() in snd_hda_create_dig_out_ctls()
da2ce0dfa2f9 ASoC: fsl_micfil: Enable default case in micfil_set_quality()
62ab1ae5511c ASoC: SOF: stream-ipc: Check for cstream nullity in sof_ipc_msg_data()
aa8457effd1f gve: set xdp redirect target only when it is available
897c32cd763f nfp: bpf: Add check for nfp_app_ctrl_msg_alloc()
a1b5ed0a6144 smb: client: fix chmod(2) regression with ATTR_READONLY
cd1c4113ba9e lib/iov_iter: fix import_iovec_ubuf iovec management
3fb84dfb9784 xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=n
b720facbe096 s390/boot: Fix ESSA detection
0841885c73c4 soc: loongson: loongson2_guts: Add check for devm_kstrdup()
37b3d203610a arm64: dts: rockchip: Disable DMA for uart5 on px30-ringneck
5e58e3636801 arm64: dts: rockchip: Move uart5 pin configuration to px30 ringneck SoM
60e4e8bdf9c1 arm64: dts: rockchip: Fix broken tsadc pinctrl names for rk3588
3f9240d59e9a mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize()
b7859e8643e7 drop_monitor: fix incorrect initialization order
fd9d2d6124c2 tee: optee: Fix supplicant wait loop
6f3edf2d50c9 gpiolib: protect gpio_chip with SRCU in array_info paths in multi get/set
506b9b5e8c2d io_uring: prevent opcode speculation
79151b47bf23 io_uring/rw: forbid multishot async reads
2bf1f4c129db drm/i915/gt: Use spin_lock_irqsave() in interruptible context
c949307a84c4 drm/i915/ddi: Fix HDMI port width programming in DDI_BUF_CTL
9c1ae19a3dcb drm/i915/dp: Fix error handling during 128b/132b link training
4ad9fe1b0cbb drm/i915: Make sure all planes in use by the joiner have their crtc included
040f8f99ad4f drm/msm/dpu: Disable dither in phys encoder cleanup
d754ae423bbf drm: panel: jd9365da-h3: fix reset signal polarity
97621151f4a6 irqchip/jcore-aic, clocksource/drivers/jcore: Fix jcore-pit interrupt request
2e2e49495445 drm/nouveau/pmu: Fix gp10b firmware guard
7b8894ef0352 bpf: skip non exist keys in generic_map_lookup_batch
d2d5fe4c6480 nvme/ioctl: add missing space in err message
020c50e314dc nvme-tcp: fix connect failure on receiving partial ICResp PDU
1070154b40bf nvme: tcp: Fix compilation warning with W=1
4968166642bf drm/msm/dsi/phy: Do not overwite PHY_CMN_CLK_CFG1 when choosing bitclk source
08592a6f8674 drm/msm/dsi/phy: Protect PHY_CMN_CLK_CFG1 against clock driver
a57ddf00c577 drm/msm/dsi/phy: Protect PHY_CMN_CLK_CFG0 updated from driver side
83fe04708319 drm/msm/dpu: Don't leak bits_per_component into random DSC_ENC fields
2d1b3830b924 drm/msm/dpu: enable DPU_WB_INPUT_CTRL for DPU 5.x
ab8af31d54a3 drm/msm/dpu: skip watchdog timer programming through TOP on >= SM8450
45bb1eaa0e28 drm/msm: Avoid rounding up to one jiffy
f5d5e8165aee nouveau/svm: fix missing folio unlock + put after make_device_exclusive_range()
179831a606d8 platform: cznic: CZNIC_PLATFORMS should depend on ARCH_MVEBU
bd29b3269de8 firmware: imx: IMX_SCMI_MISC_DRV should depend on ARCH_MXC
fc810d09ad1c md/raid*: Fix the set_queue_limits implementations
f3adf0094b6e firmware: arm_scmi: imx: Correct tx size of scmi_imx_misc_ctrl_set
df0723313255 arm64: dts: rockchip: adjust SMMU interrupt type on rk3588
c1f3f3892d45 bpf: Fix softlockup in arena_map_free on 64k page kernel
f579afacd0a6 net: Add rx_skb of kfree_skb to raw_tp_null_args[].
abd30e947f70 selftests/bpf: Add tests for raw_tp null handling
ae11d93046a0 power: supply: axp20x_battery: Fix fault handling for AXP717
8fa6c55e08ff power: supply: da9150-fg: fix potential overflow
2ccd6679c469 arm64: dts: rockchip: Fix lcdpwr_en pin for Cool Pi GenBook
fac674d2bd68 bpf: Fix deadlock when freeing cgroup storage
f91716d5fa0b bpf: Disable non stream socket for strparser
6798f428d8f8 bpf: Fix wrong copied_seq calculation
a87a6888c05b strparser: Add read_sock callback
d95607a5f2f9 bpf: avoid holding freeze_mutex during mmap operation
1c81ba1913fb bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logic
972bafed67ca bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()
ed0ca7d2127c net: allow small head cache usage with large MAX_SKB_FRAGS values
cd34a07f7444 tcp: drop secpath at the same time as we currently drop dst
83539bfbc119 net: axienet: Set mac_managed_pm
c4a0f1153265 arp: switch to dev_getbyhwaddr() in arp_req_set_public()
36d5616bc5ee net: Add non-RCU dev_getbyhwaddr() helper
cbd75b9136c5 flow_dissector: Fix port range key handling in BPF conversion
90c7f5cd5920 flow_dissector: Fix handling of mixed port and port-range keys
4b02b06daf79 geneve: Suppress list corruption splat in geneve_destroy_tunnels().
ff81b1401036 gtp: Suppress list corruption splat in gtp_net_exit_batch_rtnl().
a055b1bc4009 net: pse-pd: pd692x0: Fix power limit retrieval
9a2e2b058162 net: pse-pd: Use power limit at driver side instead of current limit
414ce1853b8d net: pse-pd: Avoid setting max_uA in regulator constraints
997ef6117efc tcp: adjust rcvq_space after updating scaling ratio
478a46f1122f vsock/bpf: Warn on socket without transport
22b683217ad2 sockmap, vsock: For connectible sockets allow only connected
25dddd01dcc8 ibmvnic: Don't reference skb after sending to VIOS
0ad0093cf0a8 ibmvnic: Add stat for tx direct vs tx batched
0505ff2936f1 s390/ism: add release function for struct device
4da5a3547d69 ALSA: seq: Drop UMP events when no UMP-conversion is set
3e4c56cf4187 net/sched: cls_api: fix error handling causing NULL dereference
e0f5b5407d0e ALSA: hda/cirrus: Correct the full scale volume set logic
da9b0ae47f08 geneve: Fix use-after-free in geneve_find_dev().
4381a4fab3a5 vsock/virtio: fix variables initialization during resuming
72be19e184fc ASoC: imx-audmix: remove cpu_mclk which is from cpu dai device
8d06e9208184 powerpc/code-patching: Fix KASAN hit by not flagging text patching area as VM_ALLOC
baf6c85075c6 ALSA: hda/realtek: Fixup ALC225 depop procedure
d57a90c83d69 powerpc/64s: Rewrite __real_pte() and __rpte_to_hidx() as static inline
5980d4456dd6 powerpc/code-patching: Disable KASAN report during patching via temporary mm
87c8768a9609 ASoC: SOF: ipc4-topology: Harden loops for looking up ALH copiers
8de1ea6e427b ASoC: rockchip: i2s-tdm: fix shift config for SND_SOC_DAIFMT_DSP_[AB]
3d92aa03900a sched_ext: Fix migration disabled handling in targeted dispatches
d045c8f014c3 sched_ext: Factor out move_task_between_dsqs() from scx_dispatch_from_dsq()
e9fec6f42c45 USB: gadget: f_midi: f_midi_complete to call queue_work
1e6419b1a41d tracing: Have the error of __tracing_resize_ring_buffer() passed to user
3284fbfa8711 tracing: Switch trace.c code over to use guard()
e68f4717a292 drm/amdkfd: Ensure consistent barrier state saved in gfx12 trap handler
1d83efc7e7dd drm/amdkfd: Move gfx12 trap handler to separate file
639fc79f84f3 accel/ivpu: Fix error handling in recovery/reset
6e254503a388 accel/ivpu: Add FW state dump on TDR
509662f532ac accel/ivpu: Add coredump support
d3f80d98f204 accel/ivpu: Limit FW version string length
d91a36b2703c arm64: dts: mediatek: mt8183: Disable DSI display output by default
66c5a2f4b738 arm64: dts: mediatek: mt8183-pumpkin: add HDMI support
75334c9cd6b2 PCI: Restore original INTX_DISABLE bit by pcim_intx()
ed020100b62c PCI: Remove devres from pci_intx()
969c54c82d8c PCI: Export pci_intx_unmanaged() and pcim_intx()
1711fd7bd915 PCI: Make pcim_request_all_regions() a public function
4543b1b8f865 ASoC: renesas: rz-ssi: Add a check for negative sample_space
fffb4a352672 ASoC: renesas: rz-ssi: Terminate all the DMA transactions
3e179d3f1ada Input: synaptics - fix crash when enabling pass-through port
3e0686bc608e Input: serio - define serio_pause_rx guard to pause and resume serio ports
4a679448ef61 Bluetooth: qca: Fix poor RF performance for WCN6855
065215ef00f1 Bluetooth: qca: Update firmware-name to support board specific nvm
a81171bb2b78 drm/amd/display: Correct register address in dcn35
6d173b198709 drm/amd/display: update dcn351 used clock offset
3cd3a58908ab drm/amd/display: Refactoring if and endif statements to enable DC_LOGGER
15d199404713 KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active w/o VID
9d5034a35c3a KVM: x86: Inline kvm_get_apic_mode() in lapic.h
2356acd8aa1d KVM: x86: Get vcpu->arch.apic_base directly and drop kvm_get_apic_base()
2627661c31ba btrfs: fix double accounting race when extent_writepage_io() failed
21333148b5c9 btrfs: fix double accounting race when btrfs_run_delalloc_range() failed
80f32acfa14e btrfs: use btrfs_inode in extent_writepage()
0138f46fea3f btrfs: rename btrfs_folio_(set|start|end)_writer_lock()
e0922986ea6a btrfs: unify to use writer locks for subpage locking
93c985ddccc3 btrfs: remove unused btrfs_folio_start_writer_lock()
9f9e6f07cd57 btrfs: mark all dirty sectors as locked inside writepage_delalloc()
4dd35a361f87 btrfs: move the delalloc range bitmap search into extent_io.c
1853fd089416 btrfs: do not assume the full page range is not dirty in extent_writepage_io()
fb96af0daa69 xe/oa: Fix query mode of operation for OAR/OAC
c3bfba2be7ad drm/xe/oa: Add input fence dependencies
803d418b7338 drm/xe/oa/uapi: Define and parse OA sync properties
49db780464ef drm/xe/oa: Separate batch submission from waiting for completion
93745f5f2377 arm64: mte: Do not allow PROT_MTE on MAP_HUGETLB user mappings
19b4657de424 Linux 6.12.16
61749c035911 Revert "vfio/platform: check the bounds of read/write syscalls"
3a866f8376f0 vsock: Orphan socket after transport release
645ce25aa0e6 vsock: Keep the binding until socket destruction
7d0dc28dae83 io_uring/kbuf: reallocate buf lists on upgrade
13129b1fbfff scsi: ufs: core: Ensure clk_gating.lock is used only after initialization
2248b8145053 net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels
704fdc59601e cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limits
e5aeac73ab04 wifi: rtw89: pci: disable PCIE wake bit when PCIE deinit
d5c8ffaa9d53 selftests/bpf: Fix uprobe consumer test
449dd20852d8 bpf: handle implicit declaration of function gettid in bpf_iter.c
728dd20c8df7 x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0
0df35b26dcd2 selftests: rtnetlink: update netdevsim ipsec output format
adbf808f5901 netdevsim: print human readable IP address
2ec95be2b743 drm: renesas: rz-du: Increase supported resolutions
62cd174616ae drm/xe/tracing: Fix a potential TP_printk UAF
1c5673a2c892 drm/v3d: Stop active perfmon if it is being destroyed
549b4664fb72 drm/msm/dpu1: don't choke on disabling the writeback connector
508a399ab6f2 drm/msm/dpu: fix x1e80100 intf_6 underrun/vsync interrupt
a674aa0d33d6 drm/rcar-du: dsi: Fix PHY lock bit check
2f1845e46c41 drm/msm/gem: prevent integer overflow in msm_ioctl_gem_submit()
6c4dcdbe5137 drm/tidss: Clear the interrupt status for interrupts being disabled
f94c5f24dae7 drm/tidss: Fix race condition while handling interrupt registers
c5dcd3f421d0 drm/tidss: Fix issue in irq handling causing irq-flood issue
25195f9d5ffc ipv6: mcast: add RCU protection to mld_newpack()
19bfe57b1c24 btrfs: fix stale page cache after race between readahead and direct IO write
53ba1169d976 btrfs: rename __get_extent_map() and pass btrfs_inode
0bf8e2f37686 ipv6: mcast: extend RCU protection in igmp6_send()
789230e5a8c1 ndisc: extend RCU protection in ndisc_send_skb()
a849a10de5e0 openvswitch: use RCU protection in ovs_vport_cmd_fill_info()
01d1b5c9abca arp: use RCU protection in arp_xmit()
cdd5c2a12dda neighbour: use RCU protection in __neigh_notify()
bbec88e4108e ndisc: use RCU protection in ndisc_alloc_skb()
3e38cbbfa0a1 HID: hid-steam: Move hidraw input (un)registering to work
2152b417be16 HID: hid-steam: Make sure rumble work is canceled on removal
653bb5225cd4 ipv6: icmp: convert to dev_net_rcu()
713a40c892f4 ipv6: use RCU protection in ip6_default_advmss()
a57582779191 flow_dissector: use RCU protection to fetch dev_net()
3c925321a574 ipv4: icmp: convert to dev_net_rcu()
4583748b65de ipv4: use RCU protection in __ip_rt_update_pmtu()
7f5005457b30 net: ipv4: Cache pmtu for all packet paths if multipath enabled
ad66c7c4d81d ipv4: use RCU protection in inet_select_addr()
77096420be1f ipv4: use RCU protection in rt_is_expired()
f4ba5e65c92b ipv4: use RCU protection in ipv4_default_advmss()
ec9af7645109 net: add dev_net_rcu() helper
dfe542e745fc ipv4: use RCU protection in ip_dst_mtu_maybe_forward()
cb4d7fbc937e ipv4: add RCU protection to ip4_dst_hoplimit()
56e6976793c0 cpufreq/amd-pstate: Fix cpufreq_policy ref counting
698d93debbc5 cpufreq/amd-pstate: convert mutex use to guard()
f7548a939b24 cpufreq/amd-pstate: Merge amd_pstate_epp_cpu_offline() and amd_pstate_epp_offline()
4ee13803d185 cpufreq/amd-pstate: Remove the cppc_state check in offline/online functions
8ce0d636da0f cpufreq/amd-pstate: Refactor amd_pstate_epp_reenable() and amd_pstate_epp_offline()
881d940d9f92 cpufreq/amd-pstate: Align offline flow of shared memory and MSR based systems
31c1cc82da48 cpufreq/amd-pstate: Call cppc_set_epp_perf in the reenable function
86f563c7431a rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflags
7d46869aa7bd scsi: ufs: Fix toggling of clk_gating.state when clock gating is not allowed
f453c4515208 scsi: ufs: core: Introduce a new clock_gating lock
9ece41a0d7d3 scsi: ufs: core: Prepare to introduce a new clock_gating lock
f7015dcac273 scsi: ufs: core: Introduce ufshcd_has_pending_tasks()
cc3d79e7c806 clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomic context
ebf0ac02e2d8 clocksource: Use pr_info() for "Checking clocksource synchronization" message
5ab11a4e219e net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels
4a855c5aec41 net: ipv6: rpl_iptunnel: mitigate 2-realloc issue
2fcc9f3798ef net: ipv6: seg6_iptunnel: mitigate 2-realloc issue
8471e228448a net: ipv6: ioam6_iptunnel: mitigate 2-realloc issue
9a1c65ff5e0d include: net: add static inline dst_dev_overhead() to dst.h
cad62c5aee91 btrfs: fix hole expansion when writing at an offset beyond EOF
23ab814ae449 mlxsw: Add return value check for mlxsw_sp_port_get_stats_raw()
c45aa877256a cifs: pick channels for individual subrequests
fe2a10a4cb19 igc: Set buffer type for empty frames in igc_init_empty_frame
95992ebdafe6 mmc: mtk-sd: Fix register settings for hs400(es) mode
7caed8d5f1ce arm64: Handle .ARM.attributes section in linker scripts
eeb64f963756 regmap-irq: Add missing kfree()
db60d2d896a1 iommu: Fix potential memory leak in iopf_queue_remove_device()
2ca8802a24f7 regulator: qcom_smd: Add l2, l5 sub-node to mp5496 regulator
75bf2f80c046 sched_ext: Fix incorrect autogroup migration detection
6578717ebca9 partitions: mac: fix handling of bogus partition table
6ccb3bbdad67 gpio: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlock
9f602c273fae gpiolib: acpi: Add a quirk for Acer Nitro ANV14
01df870db957 s390/pci: Fix handling of isolated VFs
c746d3eb0ddf s390/pci: Pull search for parent PF out of zpci_iov_setup_virtfn()
a6a7e8b5a98b alpha: align stack for page fault and user unaligned trap handlers
80d922bc08f6 alpha: replace hardcoded stack offsets with autogenerated ones
c8a52c772c7c serial: 8250: Fix fifo underflow on flush
010eb5fe2299 serial: port: Always update ->iotype in __uart_read_properties()
29c04864fba2 serial: port: Assign ->iotype correctly when ->iobase is set
edd408444537 cgroup: fix race between fork and cgroup.kill
05b9d614eb64 rust: rbtree: fix overindented list item
4166ac765340 objtool/rust: add one more `noreturn` Rust function
bcaa01f4f4ff arm64: rust: clean Rust 1.85.0 warning using softfloat target
3ed642e80c94 efi: Avoid cold plugged memory for placing the kernel
3d041fb3b6e8 kbuild: userprogs: fix bitsize and target detection on clang
ce526e1b29c7 PCI: Avoid FLR for Mediatek MT7922 WiFi
44de00e8bc8f wifi: ath12k: fix handling of 6 GHz rules
2c637b4aa50f alpha: make stack 16-byte aligned (most cases)
722e8e1219c8 can: etas_es58x: fix potential NULL pointer dereference on udev->serial
118fb35681bd can: rockchip: rkcanfd_handle_rx_fifo_overflow_int(): bail out if skb cannot be allocated
759e4e94a3c9 can: j1939: j1939_sk_send_loop(): fix unable to send messages with data length zero
6ea780e9a7ca can: c_can: fix unbalanced runtime PM disable in error path
b0e592dd46a0 can: ctucanfd: handle skb allocation failure
bd035e2758cc USB: serial: option: drop MeiG Smart defines
db70ef8a8cef USB: serial: option: fix Telit Cinterion FN990A name
addcc3128bce USB: serial: option: add Telit Cinterion FN990B compositions
0ab22a1c2bd5 USB: serial: option: add MeiG Smart SLM828
f894448f3904 usb: gadget: core: flush gadget workqueue after device removal
a5b205ceefa5 usb: cdc-acm: Fix handling of oversized fragments
f64079bef6a8 usb: cdc-acm: Check control transfer buffer size before access
165fac6cebc8 USB: cdc-acm: Fill in Renesas R-Car D3 USB Download mode quirk
62d8f4c5454d USB: hub: Ignore non-compliant devices with too many configs or interfaces
6b16761a9287 usb: gadget: f_midi: fix MIDI Streaming descriptor lengths
f4e1cebbfaa0 USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphone
6c4fce1b16d0 USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast dist
847fff8e20c9 usb: core: fix pipe creation for get_bMaxPacketSize0
9c91296e2dc6 USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCI
f3b755022f5c usb: xhci: Restore xhci_pci support for Renesas HCs
34971970d512 usb: dwc2: gadget: remove of_node reference upon udc_stop
bcc1c91017c4 usb: gadget: udc: renesas_usb3: Fix compiler warning
69f27580e8ee usb: roles: set switch registered flag early on
5fead36e095f usb: dwc3: Fix timeout issue during controller enter/exit from halt state
a5852836e589 usb: gadget: f_midi: Fixing wMaxPacketSize exceeded issue during MIDI bind retries
9f837ea9221c ring-buffer: Update pages_touched to reflect persistent buffer content
3ec743d558f1 ring-buffer: Validate the persistent meta data subbuf array
e8dff5f73912 tracing: Do not allow mmap() of persistent ring buffer
abb99f28b4f0 ring-buffer: Unlock resize on mmap error
71762f455a81 perf/x86/intel: Ensure LBRs are disabled when a CPU is starting
aa7a1bee54f9 perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAF
55057ec275f7 KVM: nSVM: Enter guest mode before initializing nested NPT MMU
4eb063de686b KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop
aca8be4403fb KVM: x86: Reject Hyper-V's SEND_IPI hypercalls if local APIC isn't in-kernel
2498d2db1d35 drm/amdgpu: avoid buffer overflow attach in smu_sys_set_pp_table()
0fdc3c166ac1 batman-adv: Drop unmanaged ELP metric worker
e8f60d9cdae8 batman-adv: Ignore neighbor throughput metrics in error case
2c3fb7df4cc6 batman-adv: fix panic during interface removal
f71cb6da1366 kbuild: Use -fzero-init-padding-bits=all
c0ccff7c6da9 ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet 5V
bf5a5e636aab kbuild: suppress stdout from merge_config for silent builds
897f496b946f orangefs: fix a oob in orangefs_debug_write
3dbe889a1b82 x86/mm/tlb: Only trim the mm_cpumask once a second
019287b90532 ACPI: x86: Add skip i2c clients quirk for Vexia EDU ATLA 10 tablet 5V
40f161657334 selftests: gpio: gpio-sim: Fix missing chip disablements
de4049f85e89 Grab mm lock before grabbing pt lock
e2db652741e8 fs/ntfs3: Unify inode corruption marking with _ntfs_bad_inode()
44e35bfd2e55 vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VM
18457b697f04 vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem
dd8830779b77 NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()
758a5e1dc6db vfio/pci: Enable iowrite64 and ioread64 for vfio pci
14a2a8ec50bc kunit: platform: Resolve 'struct completion' warning
324785dc9f43 8250: microchip: pci1xxxx: Add workaround for RTS bit toggle
1883eaf9b5dd serial: 8250_pci: Share WCH IDs with parport_serial driver
c58e0d2d04fa serial: 8250_pci: Resolve WCH vendor ID ambiguity
4d8e3a746b6c rtla/timerlat_top: Abort event processing on second signal
8604b9805b85 rtla/timerlat_hist: Abort event processing on second signal
88a01e9c9ad4 scsi: ufs: bsg: Set bsg_queue to NULL after removal
551df35e4f4c PCI: switchtec: Add Microchip PCI100X device IDs
2290d3bd9650 PCI/DPC: Quirk PIO log size for Intel Raptor Lake-P
95432a37778c media: vidtv: Fix a null-ptr-deref in vidtv_mux_stop_thread
24407a758460 media: uvcvideo: Add Kurokesu C1 PRO camera
7706d1edb90d media: uvcvideo: Add new quirk definition for the Sonix Technology Co. 292a camera
1b259a5df5e6 media: uvcvideo: Implement dual stream quirk to fix loss of usb packets
eef0ce8d8d36 media: bcm2835-unicam: Disable trigger mode operation
810634a07675 media: i2c: ds90ub953: Add error handling for i2c reads/writes
e7a69bc05f32 media: i2c: ds90ub913: Add error handling to ub913_hw_init()
aac9b55507ce media: cxd2841er: fix 64-bit division on gcc-9
31ce02a272bb i3c: mipi-i3c-hci: Add support for MIPI I3C HCI on PCI bus
2b5547ce45e9 i3c: mipi-i3c-hci: Add Intel specific quirk to ring resuming
3d5c53cf3c20 soc/tegra: fuse: Update Tegra234 nvmem keepout list
aa8e22cbedeb fbdev: omap: use threaded IRQ for LCD DMA
cd955b75849b firmware: qcom: scm: smc: Handle missing SCM device
fb3b0d1a19e8 RDMA/efa: Reset device on probe failure
87fef8f6f2e0 tools: fix annoying "mkdir -p ..." logs when building tools in parallel
40c731472f41 iommu/amd: Expicitly enable CNTRL.EPHEn bit in resume path
a7052afa9eae gpiolib: Fix crash on error in gpiochip_get_ngpios()
9a0a411f591e sched_ext: Use SCX_CALL_OP_TASK in task_tick_scx
465255d52628 sched_ext: Fix the incorrect bpf_list kfunc API in common.bpf.h.
9e6d70a91045 block: cleanup and fix batch completion adding conditions
d159c142e623 x86/xen: allow larger contiguous memory regions in PV guests
5a10af375347 xen/swiotlb: relax alignment requirements
740bc21e2582 drm: Fix DSC BPP increment decoding
d1d10bd59553 drm/amdgpu: bail out when failed to load fw in psp_init_cap_microcode()
ae5ab1c1ae50 amdkfd: properly free gang_ctx_bo when failed to init user queue
98d6ee3e305e io_uring/uring_cmd: remove dead req_has_async_data() check
9d32212b998c io_uring/waitid: don't abuse io_tw_state
1c3a7720fd96 gpio: bcm-kona: Add missing newline to dev_err format string
30785bbbd5fe gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQ
c7bee225dda4 gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0
19a6d7c28278 drm/i915/selftests: avoid using uninitialized context
6c04fdb58f43 drm/xe/client: bo->client does not need bos_lock
b12c991c6acb perf/x86/intel: Clean up PEBS-via-PT on hybrid
c3e39d6acb05 cgroup: Remove steal time from usage_usec
396d8e5136b4 gpu: host1x: Fix a use of uninitialized mutex
715eb1af6477 arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array
f3bafc927668 drm/tests: hdmi: Fix WW_MUTEX_SLOWPATH failures
25ddd8f92a42 sched_ext: Fix lock imbalance in dispatch_to_local_dsq()
e7c16028a424 workqueue: Put the pwq after detaching the rescuer from the pool
4236bf471658 team: better TEAM_OPTION_TYPE_STRING validation
a700e50fcf96 Bluetooth: btintel_pcie: Fix a potential race condition
390bf69dcb20 net: ethernet: ti: am65_cpsw: fix tx_cleanup for XDP case
1bba1d042107 net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases
1dfb37ec8f01 LoongArch: KVM: Fix typo issue about GCFG feature detection
9f15a8df542c LoongArch: csum: Fix OoB access in IP checksum code for negative lengths
78d192f6147c LoongArch: Fix idle VS timer enqueue
e860f847787f vxlan: check vxlan_vnigroup_init() return value
4fceee361b37 igc: Fix HW RX timestamp when passed by ZC XDP
16435bbe9147 idpf: call set_real_num_queues in idpf_open
b2e2f6cc8752 idpf: record rx queue in skb for RSC packets
99634723cfb0 idpf: fix handling rsc packet with a single segment
022cac1c693a vrf: use RCU protection in l3mdev_l3_out()
18e77fccfcf9 ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()
b3a7b2a24174 Documentation/networking: fix basic node example document ISO 15765-2
889e6b42a479 net: fib_rules: annotate data-races around rule->[io]ifindex
b58f7ca86a7b ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockopt
4df6f005bef0 spi: sn-f-ospi: Fix division by zero
36fd8f1c735e HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ context
cdd9a1ea23ff HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()
ba6ab3f04d0b pinctrl: pinconf-generic: Print unsigned value if a format is registered
1f5b7a566e5b scripts/Makefile.extrawarn: Do not show clang's non-kprintf warnings at W=1
aa879ef6d3ac HID: multitouch: Add NULL check in mt_input_configured
b99dbdee8a89 HID: winwing: Add NULL check in winwing_init_led()
59b55b65a96d pinctrl: cy8c95x0: Respect IRQ trigger settings from firmware
4bc83ca7a035 pinctrl: cy8c95x0: Rename PWMSEL to SELPWM
39fa22850fe9 pinctrl: cy8c95x0: Enable regmap locking for debug
b74329644848 pinctrl: cy8c95x0: Avoid accessing reserved registers
eea6d16f56e9 x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-Exit
a88ca5d6d965 nfsd: validate the nfsd_serv pointer before calling svc_wake_up
cedfbb92cf97 NFSD: fix hang in nfsd4_shutdown_callback
f8d871523142 nfsd: clear acl_access/acl_default after releasing them
984391de59a1 Linux 6.12.15
681ee24cd5a2 xfs: don't lose solo dquot update transactions
6b8aa7944351 Linux 6.12.14
e149636e5eb6 ocfs2: check dir i_size in ocfs2_find_entry
6c9cd0a70cce arm64: dts: rockchip: add reset-names for combphy on rk3568
d49c64c1d723 statmount: let unset strings be empty
7db0365ee609 fs: fix adding security options to statmount.mnt_opt
45439a8b1115 fs: prepend statmount.mnt_opts string with security_sb_mnt_opts()
bdea9e692de5 drm/xe: Fix and re-enable xe_print_blob_ascii85()
c963ef1840a0 Revert "drm/amd/display: Fix green screen issue after suspend"
8d82e8e4c3cd Revert "selftests/sched_ext: fix build after renames in sched_ext API"
880b2cfda6aa md: Fix linear_set_limits()
4c42502e9051 md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add()
eb03ebb34873 x86/mm: Convert unreachable() to BUG()
3d67f2bb792a mptcp: prevent excessive coalescing on receive
926a16e39d86 btrfs: avoid monopolizing a core when activating a swap file
118b41e78b0a Revert "btrfs: avoid monopolizing a core when activating a swap file"
38939faa290b spi: atmel-qspi: Memory barriers after memory-mapped I/O
dfce40c775e6 spi: atmel-quadspi: Create `atmel_qspi_ops` to support newer SoC families
d13f17af94f2 xfs: fix mount hang during primary superblock recovery failure
84307caff2f4 xfs: lock dquot buffer before detaching dquot from b_li_list
ee6984a2279e xfs: release the dquot buf outside of qli_lock
d331fc154564 xfs: convert quotacheck to attach dquot buffers
5808d4206f7c xfs: attach dquot buffer to dquot log item buffer
e2150d6ced90 xfs: clean up log item accesses in xfs_qm_dqflush{,_done}
08c7027e43a2 xfs: separate dquot buffer reads from xfs_dqflush
ef24207c99cb xfs: don't lose solo superblock counter update transactions
ee93e08d4c8b xfs: avoid nested calls to __xfs_trans_commit
9be0b25adeb2 MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as static
4801e961be61 s390/fpu: Add fpc exception handler / remove fixup section again
c6dd70e5b465 timers/migration: Fix off-by-one root mis-connection
acbfc674ced7 rtc: zynqmp: Fix optional clock name property
b13d32786aca RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error
8441aea46445 ptp: Ensure info->enable callback is always set
f45d9220fdb4 pinctrl: renesas: rzg2l: Fix PFC_MASK for RZ/V2H and RZ/G3E
14fc1e3bb886 pinctrl: samsung: fix fwnode refcount cleanup if platform_get_irq_optional() fails
1fdfafdeab49 rtla/timerlat_top: Stop timerlat tracer on signal
e04985561769 rtla/timerlat_hist: Stop timerlat tracer on signal
2cf2ddfdeb90 rtla: Add trace_instance_stop
66e1ca983b5d rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threads
6bcf53498516 rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads
6b3ce60f2df3 rtla/osnoise: Distinguish missing workload option
b45707c3c067 tracing/osnoise: Fix resetting of tracepoints
f6760e7fb03a scripts/gdb: fix aarch64 userspace detection in get_current_task
19fc795e9de0 maple_tree: simplify split calculation
aab2bc4a0633 net: phy: c45-tjaxx: add delay between MDIO write and read in soft_reset
2677640f7fe5 net/ncsi: wait for the last response to Deselect Package before configuring channel
24a79c6bc8de misc: fastrpc: Fix copy buffer page size
67419ee2c52b misc: fastrpc: Fix registered buffer page address
a2544ebcb466 misc: fastrpc: Deregister device nodes properly in error scenarios
8b4120b3e060 misc: misc_minor_alloc to use ida for all dynamic/misc dynamic minors
1cda594dfad5 mtd: onenand: Fix uninitialized retlen in do_otp_read()
c9a6200e7932 irqchip/apple-aic: Only handle PMC interrupt as FIQ when configured so
e39861992070 i3c: master: Fix missing 'ret' assignment in set_speed()
39603bb38cf1 fgraph: Fix set_graph_notrace with setting TRACE_GRAPH_NOTRACE_BIT
2ae4bade5a64 NFC: nci: Add bounds checking in nci_hci_create_pipe()
a833dbe62a90 mailbox: zynqmp: Remove invalid __percpu annotation in zynqmp_ipi_probe()
cbdce45e81c5 mailbox: tegra-hsp: Clear mailbox before using message
24d05ea5a044 NFSD: Encode COMPOUND operation status on page boundaries
7cb77019afdf nfs: Make NFS_FSCACHE select NETFS_SUPPORT instead of depending on it
b9495a9109ab nilfs2: fix possible int overflows in nilfs_fiemap()
52a326f93ceb ocfs2: handle a symlink read error correctly
d0b100a46301 ocfs2: fix incorrect CPU endianness conversion causing mount failure
3996a41b1eeb pnfs/flexfiles: retry getting layout segment for reads
7dc5a84ba549 selftests: mptcp: connect: -f: no reconnect
61ba518195d6 vfio/platform: check the bounds of read/write syscalls
be985aea92ea io_uring/net: don't retry connect operation on EPOLLERR
35ae7910c349 io_uring: fix multishots with selected buffers
0c15fe711d67 nvmem: imx-ocotp-ele: set word length to 1
829421f1eaa2 nvmem: imx-ocotp-ele: fix reading from non zero offset
ca81889d66aa nvmem: imx-ocotp-ele: fix MAC address byte order
6d8b86781513 nvmem: imx-ocotp-ele: simplify read beyond device check
2c3109dcdaed nvmem: core: improve range check for nvmem_cell_write()
c01dd86afbd2 nvmem: qcom-spmi-sdam: Set size in struct nvmem_config
146109fe936a ceph: fix memory leak in ceph_mds_auth_match()
76e6d50fa5a2 crypto: qce - unregister previously registered algos in error path
ea96d8ddcf7e crypto: qce - fix goto jump in error path
06124c6ae800 irqchip/irq-mvebu-icu: Fix access to msi_data from irq_domain::host_data
0dd5aade301a ata: libata-sff: Ensure that we cannot write outside the allocated buffer
4491159774d9 mm/compaction: fix UBSAN shift-out-of-bounds warning
ac304fa97846 mm/hugetlb: fix hugepage allocation for interleaved memory nodes
4b6930831479 mm/vmscan: accumulate nr_demoted for accurate demotion statistics
a403eca86c58 mm: gup: fix infinite loop within __get_longterm_locked
e87df541b439 mm: kmemleak: fix upper boundary check for physical address objects
438bda062b2c media: uvcvideo: Remove dangling pointers
e8a650dbc732 media: uvcvideo: Remove redundant NULL assignment
34fb9eb31d66 media: uvcvideo: Only save async fh if success
ac7737ed9aee media: uvcvideo: Support partial control reads
4f534dd576b7 media: uvcvideo: Fix event flags in uvc_ctrl_send_events
d2eac8b14ac6 media: uvcvideo: Fix crash during unbind if gpio unit is in use
9513dac27804 media: i2c: ds90ub960: Fix logging SP & EQ status only for UB9702
6de9786c6138 media: i2c: ds90ub960: Fix UB9702 VC map
1ee76f7b430e media: i2c: ds90ub960: Fix use of non-existing registers on UB9702
f4e4373322f8 media: i2c: ds90ub9x3: Fix extra fwnode_handle_put()
fd551f51908e media: ccs: Fix cleanup order in ccs_probe()
c85a33577c11 media: ccs: Fix CCS static data parsing for large block sizes
ffb7e57e40c6 media: stm32: dcmipp: correct dma_set_mask_and_coherent mask value
920127636e58 media: ov5640: fix get_light_freq on auto
1496ec94bd38 media: intel/ipu6: remove cpu latency qos request on error
b2c82610ebef media: imx296: Add standby delay during probe
bdd823b9d068 media: nuvoton: Fix an error check in npcm_video_ece_init()
5100391acad4 media: mc: fix endpoint iteration
8e95e0933aff media: mmp: Bring back registration of the device
b64b7730879a soc: qcom: smem_state: fix missing of_node_put in error path
2153c78328aa soc: qcom: llcc: Enable LLCC_WRCACHE at boot on X1
270d7917b02b soc: mediatek: mtk-devapc: Fix leaking IO map on driver remove
532fd6c0070f soc: mediatek: mtk-devapc: Fix leaking IO map on error paths
8fd332aebde3 soc: samsung: exynos-pmu: Fix uninitialized ret in tensor_set_bits_atomic()
46607b0ab140 iommufd/fault: Use a separate spinlock to protect fault->deliver list
97fff044f892 iommufd/fault: Destroy response and mutex in iommufd_fault_destroy()
db22b33c7ec9 iommu/tegra241-cmdqv: Read SMMU IDR1.CMDQS instead of hardcoding
5f4a0561783d iio: light: as73211: fix channel handling in only-color triggered buffer
33c8c1d45a32 mm/hugetlb: fix avoid_reserve to allow taking folio from subpool
fcffbb75db92 media: ccs: Clean up parsed CCS static data on parse failure
2a54e8f1187c kfence: skip __GFP_THISNODE allocations on NUMA systems
7caf6c4bc25a iommufd: Fix struct iommu_hwpt_pgfault init and padding
e456a88bddae hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING
c287f18f646d rv: Reset per-task monitors also for idle tasks
422d7f4e8d81 tpm: Change to kvalloc() in eventlog/acpi.c
bef994de9980 ACPI: PRM: Remove unnecessary strict handler address checks
a468d0585d98 accel/ivpu: Clear runtime_error after pm_runtime_resume_and_get() fails
31c2134667ee xfs: Add error handling for xfs_reflink_cancel_cow_range
a5e7a81e3a60 xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_iomap_end
88678371a53e xfs: don't call remap_verify_area with sb write protection held
df751229b5c6 pwm: microchip-core: fix incorrect comparison with max period
386ee93cf0cf parisc: Temporarily disable jump label support
a9fb1a44cfb2 arm64: tegra: Disable Tegra234 sce-fabric node
36d6ea0000cd arm64: tegra: Fix typo in Tegra234 dce-fabric compatible
b26dc27dd90f crypto: qce - fix priority to be less than ARMv8 CE
6a59fe8bffff arm64: dts: qcom: sm8650: correct MDSS interconnects
2b4cd9c82ce8 arm64: dts: qcom: sm8550: correct MDSS interconnects
f456effc2c6d arm64: dts: qcom: sm8650: Fix MPSS memory length
e37b8d8d6360 arm64: dts: qcom: sm8650: Fix CDSP memory length
068a57a068a8 arm64: dts: qcom: sm8650: Fix ADSP memory base and length
0ae91af31ce2 arm64: dts: qcom: sm8550: Fix MPSS memory length
b416d7c207f2 arm64: dts: qcom: sm8550: Fix CDSP memory length
c32e19dd39da arm64: dts: qcom: sm8550: Fix ADSP memory base and length
c9555e8fe004 arm64: dts: qcom: sm8450: Fix MPSS memory length
33821887be61 arm64: dts: qcom: sm8450: Fix CDSP memory length
1376952ff24c arm64: dts: qcom: sm8450: Fix ADSP memory base and length
589d36b20654 arm64: dts: qcom: sm8350: Fix MPSS memory length
9ec362186877 arm64: dts: qcom: sm8350: Fix CDSP memory base and length
9b2c1fa39cd7 arm64: dts: qcom: sm8350: Fix ADSP memory base and length
6fd804a1f84a arm64: dts: qcom: sm6375: Fix MPSS memory base and length
be52cd29f5bb arm64: dts: qcom: sm6375: Fix CDSP memory base and length
b2a8ce68364f arm64: dts: qcom: sm6375: Fix ADSP memory length
6aeb58dc6d39 arm64: dts: qcom: sm6350: Fix uart1 interconnect path
78508f1ef817 arm64: dts: qcom: sm6350: Fix MPSS memory length
7acd2cce0040 arm64: dts: qcom: sm6350: Fix ADSP memory length
e73b392d82cd arm64: dts: qcom: sm6115: Fix ADSP memory base and length
93d13d6a1a67 arm64: dts: qcom: sm6115: Fix CDSP memory length
cb0391430d7b arm64: dts: qcom: sm6115: Fix MPSS memory length
df06630449b9 arm64: dts: qcom: x1e80100: Fix CDSP memory length
1552b3b80e31 arm64: dts: qcom: x1e80100: Fix ADSP memory base and length
3052c4713764 arm64: dts: qcom: sdx75: Fix MPSS memory length
e906ed7dd9c0 arm64: dts: mediatek: mt8183: Disable DPI display output by default
f08524ae594c ARM: dts: ti/omap: gta04: fix pm issues caused by spi module
8330abd5d373 ARM: dts: dra7: Add bus_dma_limit for l4 cfg bus
15fd2e1ad5da ubi: Add a check for ubi_num
247abefeb50d x86/boot: Use '-std=gnu11' to fix build with GCC 15
c4abb4a010e5 x86/acpi: Fix LAPIC/x2APIC parsing order
93893d741357 x86: rust: set rustc-abi=x86-softfloat on rustc>=1.86.0
332e85d220ee rust: init: use explicit ABI to clean warning in future compilers
cbcd8b83d22d kbuild: Move -Wenum-enum-conversion to W=2
8db25d4c4a48 scsi: core: Do not retry I/Os during depopulation
43b0b2a08f16 scsi: storvsc: Set correct data length for sending SCSI command without payload
0c77c0d754fe scsi: ufs: core: Fix use-after free in init error and remove paths
f77e890c7623 scsi: ufs: qcom: Fix crypto key eviction
2cf3c3fe9a11 scsi: qla2xxx: Move FCE Trace buffer allocation to user control
4367fb2a0841 scsi: st: Don't set pos_unknown just after device recognition
2b3928b7c896 KVM: x86/mmu: Ensure NX huge page recovery thread is alive before waking
2c4cda456ee5 nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk
9fbac831005c nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk
b5cacfd06706 PCI: dwc: ep: Prevent changing BAR size/flags in pci_epc_set_bar()
36786d1a45c6 PCI: dwc: ep: Write BAR_MASK before iATU registers in pci_epc_set_bar()
3d17a4bbf257 PCI: endpoint: Finish virtual EP removal in pci_epf_remove_vepf()
5ee3dd6e59b8 PCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1
a1ecc325416a s390/pci: Fix SR-IOV for PFs initially in standby
ef814c884151 arm64: tegra: Fix Tegra234 PCIe interrupt-map
679beb818093 ALSA: hda: Fix headset detection failure due to unstable sort
cf5870192a0a ALSA: hda/realtek: Fix quirk matching for Legion Pro 7
965e7d9ad7fa ALSA: hda/realtek: Enable headset mic on Positivo C6400
fee921e3c641 firmware: qcom: scm: Fix missing read barrier in qcom_scm_get_tzmem_pool()
0d712f9b4b30 firmware: qcom: scm: Fix missing read barrier in qcom_scm_is_available()
0a14a2b84177 Revert "media: uvcvideo: Require entities to have a non-zero unique ID"
68f16d3034a0 block: don't revert iter for -EIOCBQUEUED
8a844ea6d73f Revert "MIPS: csrc-r4k: Select HAVE_UNSTABLE_SCHED_CLOCK if SMP && 64BIT"
6d76a2a72c2e MIPS: pci-legacy: Override pci_address_to_pio
0bf083a80373 mips/math-emu: fix emulation of the prefx instruction
68a25ceb11cd dm-crypt: track tag_offset in convert_context
d0b81ea5a513 dm-crypt: don't update io->sector after kcryptd_crypt_write_io_submit()
211473af5858 powerpc/pseries/eeh: Fix get PE state translation
e2bc9a5d7a23 LoongArch: Extend the maximum number of watchpoints
9b5922b0fab4 MIPS: Loongson64: remove ROM Size unit in boardinfo
ee95d0843a49 serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in use
7ec1dc3d579d serial: sh-sci: Drop __initdata macro for port_cfg
407c928305c1 soc: qcom: socinfo: Avoid out of bounds read of serial number
62746ec80dfb ASoC: acp: Support microphone from Lenovo Go S
a198ee66328d arm64: dts: qcom: x1e80100: Fix usb_2 controller interrupts
3a42fd8626d2 arm64: dts: qcom: x1e80100-microsoft-romulus: Fix USB QMP PHY supplies
fdad58e0b85e arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix USB QMP PHY supplies
25bc7ee64bd5 arm64: dts: qcom: x1e80100-crd: Fix USB QMP PHY supplies
b42072041f03 arm64: dts: qcom: x1e78100-lenovo-thinkpad-t14s: Fix USB QMP PHY supplies
b4c67165fc30 arm64: dts: qcom: x1e80100-qcp: Fix USB QMP PHY supplies
b7da8e54480d arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix USB QMP PHY supplies
829a5645616f usbnet: ipheth: document scope of NCM implementation
5835bf66c50a usbnet: ipheth: fix DPE OoB read
c0912ae6586e usbnet: ipheth: break up NCM header size computation
cf63d65ab9bb usbnet: ipheth: refactor NCM datagram loop
387ec9277a9e usbnet: ipheth: check that DPE points past NCM header
cf1ac7f7cf60 usbnet: ipheth: use static NDP16 location in URB
d677e7dd59ad usbnet: ipheth: fix possible overflow in DPE length check
df5bc4891b3d usb: gadget: f_tcm: Don't prepare BOT write request twice
3e01f162a10a usb: gadget: f_tcm: ep_autoconfig with fullspeed endpoint
0c3d544b61c6 usb: gadget: f_tcm: Decrement command ref count on cleanup
5ff4628b8dcf usb: gadget: f_tcm: Translate error to sense
0ee1df18f27d wifi: rtw88: 8703b: Fix RX/TX issues
a64cf5532719 wifi: mt76: mt7915: add module param to select 5 GHz or 6 GHz on MT7916
46fa0c08d223 wifi: rtw88: sdio: Fix disconnection after beacon loss
59dd56cf3b70 wifi: mt76: mt7921u: Add VID/PID for TP-Link TXE50UH
fbbfef2a5b85 wifi: brcmfmac: fix NULL pointer dereference in brcmf_txfinalize()
e3f7ee7a2dff wifi: rtlwifi: rtl8821ae: Fix media status report
d0bf6bfc9cf2 atomic64: Use arch_spin_locks instead of raw_spin_locks
ed0ad04c6825 ring-buffer: Do not allow events in NMI with generic atomic64 cmpxchg()
416d22fe8c18 HID: hid-sensor-hub: don't use stale platform-data on remove
c866c0056093 Input: bbnsm_pwrkey - add remove hook
5b91440ebef9 of: reserved-memory: Fix using wrong number of cells to get property 'alignment'
4e4b3d492673 of: Fix of_find_node_opts_by_path() handling of alias+path+options
e62c63081020 of: address: Fix empty resource handling in __of_address_resource_bounds()
45ad3c7d62eb of: Correct child specifier used as input of the 2nd nexus node
ae959ab075fb scsi: ufs: core: Fix the HIGH/LOW_TEMP Bit Definitions
3fb0f8df1d02 perf bench: Fix undefined behavior in cmpworker()
acd8ff789bf1 efi: libstub: Use '-std=gnu11' to fix build with GCC 15
2ce09aabe009 blk-cgroup: Fix class @block_class's subsystem refcount leakage
5a262628f4cf seccomp: passthrough uretprobe systemcall without filtering
c4241c04df05 clk: mediatek: mt2701-mm: add missing dummy clk
314edc5a52e6 clk: mediatek: mt2701-img: add missing dummy clk
89843e4c7795 clk: mediatek: mt2701-bdp: add missing dummy clk
b7b72c7f93fc clk: mediatek: mt2701-aud: fix conversion to mtk_clk_simple_probe
234438b46322 clk: mediatek: mt2701-vdec: fix conversion to mtk_clk_simple_probe
35ce9e7c9fce clk: qcom: clk-rpmh: prevent integer overflow in recalc_rate
fe7ce4e583e0 clk: qcom: gcc-mdm9607: Fix cmd_rcgr offset for blsp1_uart6 rcg
2dba8d5d423f clk: qcom: dispcc-sm6350: Add missing parent_map for a clock
b6fe13566bf5 clk: qcom: gcc-sm6350: Add missing parent_map for two clocks
a4911d6891bd clk: qcom: gcc-sm8650: Do not turn off PCIe GDSCs during gdsc_disable()
e2dd0efa4d03 clk: qcom: gcc-sm8550: Do not turn off PCIe GDSCs during gdsc_disable()
26dae7a6c080 clk: qcom: clk-alpha-pll: fix alpha mode configuration
ea3f6ef7720b clk: clk-loongson2: Fix the number count of clk provider
15413c1a6551 media: i2c: ds90ub960: Fix UB9702 refclk register access
eca01d5911fb clk: mmp2: call pm_genpd_init() only after genpd.name is set
410586e60037 clk: sunxi-ng: a100: enable MMC clock reparenting
3192f1c54ddd KEYS: trusted: dcp: fix improper sg use with CONFIG_VMAP_STACK=y
ddfc234761a4 Bluetooth: L2CAP: accept zero as a special value for MTU auto-selection
691218a50c31 Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc
7173b70df472 drm/amd/display: Fix seamless boot sequence
20a57f68db1b drm/amdgpu: add a BO metadata flag to disable write compression for Vulkan
4b1d3186284f drm/i915: Drop 64bpp YUV formats from ICL+ SDR planes
c842f22fc26e drm/i915/dp: Iterate DSC BPP from high to low on all platforms
b20ecb792c00 drm/xe/devcoredump: Move exec queue snapshot to Contexts section
36b9be873809 drm/komeda: Add check for komeda_get_layer_fourcc_list()
2708a151e0e9 drm/i915: Fix page cleanup on DMA remap failure
5775ef49d792 drm/i915/guc: Debug print LRC state entries only if the context is pinned
95c75578c420 Revert "drm/amd/display: Use HW lock mgr for PSR1"
4d23b42a45dc drm/amdkfd: Block per-queue reset when halt_if_hws_hang=1
89dcc75d5172 drm/amdkfd: only flush the validate MES contex
7e207a094ee6 drm/amd/amdgpu: change the config of cgcg on gfx12
721a493fa2a5 drm/amd/pm: Mark MM activity as unsupported
3ec8e3dab60c drm/amd/display: Optimize cursor position updates
b4b902737746 ksmbd: fix integer overflows on 32 bit systems
5b199733b901 KVM: s390: vsie: fix some corner-cases when grabbing vsie pages
27f651d28fee kvm: defer huge page recovery vhost task to later
f2f805ada63b KVM: Explicitly verify target vCPU is online in kvm_get_vcpu()
dd78c25a14fe remoteproc: omap: Handle ARM dma_iommu_mapping
f50ed030dbf0 arm64: dts: rockchip: increase gmac rx_delay on rk3399-puma
5f50c5586c77 drm/rockchip: cdn-dp: Use drm_connector_helper_hpd_irq_event()
de3ffeb2122e KVM: arm64: timer: Always evaluate the need for a soft timer
e5251ae5d3c0 arm64/mm: Reduce PA space to 48 bits when LPA2 is not enabled
c66e5205fd22 arm64/sme: Move storage of reg_smidr to __cpuinfo_store_cpu()
8abf61300643 arm64/mm: Override PARange for !LPA2 and use it consistently
5a6520493c41 arm64/kvm: Configure HYP TCR.PS/DS based on host stage1
1b705df8ecdb accel/ivpu: Fix Qemu crash when running in passthrough
a009378af674 binfmt_flat: Fix integer overflow bug on 32 bit systems
f735c9d4dc93 fs/proc: do_task_stat: Fix ESP not readable during coredump
36bcdf340017 m68k: vga: Fix I/O defines
4204ca15ec5e arm64: Filter out SVE hwcaps when FEAT_SVE isn't implemented
6e83f167bb10 s390/futex: Fix FUTEX_OP_ANDN implementation
2b7f9749e6b3 md: reintroduce md-linear
7ec4ef57aec1 smb: client: change lease epoch type from unsigned int to __u16
e776cff5ed1e smb: client: fix order of arguments of tracepoints
ac7b5f3e4d5b drm/client: Handle tiled displays better
b865c6a6178b drm/modeset: Handle tiled displays in pan_display_atomic.
843bd0089c06 cifs: Remove intermediate object of failed create SFU call
0a2beaa95f74 ALSA: hda/realtek: Enable Mute LED on HP Laptop 14s-fq1xxx
37cab2868e5c leds: lp8860: Write full EEPROM, not only half of it
ab061462be52 cpufreq: s3c64xx: Fix compilation warning
9325895e4162 cpufreq: fix using cpufreq-dt as module
ac52c98e1ff3 rxrpc: Fix call state set to not include the SERVER_SECURING state
181b23ca2ef0 net: sched: Fix truncation of offloaded action statistics
e36364d5d434 tun: revert fix group permission check
631255524908 netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()
e40cb34b7f24 pfifo_tail_enqueue: Drop new packet when sch->limit == 0
bb6f3569dd0b ACPI: property: Fix return value for nval == 0 in acpi_data_prop_read()
d5079b8f34f9 x86/xen: add FRAME_END to xen_hypercall_hvm()
4890a0858c09 x86/xen: fix xen_hypercall_hvm() to not clobber %rbx
f014a926eb5a gpio: sim: lock hog configfs items if present
970cd2ed26cd net: rose: lock the socket in rose_bind()
2e53fb8afe41 net: atlantic: fix warning during hot unplug
1ecc3bed3846 gpio: pca953x: Improve interrupt support
d1754c69448f rxrpc: Fix the rxrpc_connection attend queue handling
3139a7024e9a ethtool: rss: fix hiding unsupported fields in dumps
4c6ed049bc4e drm/i915/dp: fix the Adaptive sync Operation mode for SDP
83ebf741aa64 udp: gso: do not drop small packets when PMTU reduces
b55dfd7bac24 tg3: Disable tg3 PCIe AER on system reboot
2bd762847d20 vmxnet3: Fix tx queue race condition with XDP
f21d479c1f69 ice: Add check for devm_kzalloc()
acd5f07e9f0f net: bcmgenet: Correct overlaying of PHY and MAC Wake-on-LAN
8ed1b13a38d7 nvme-fc: use ctrl state getter
5eba53a9eaf8 nvme: make nvme_tls_attrs_group static
ab7522ce29fd ice: stop storing XDP verdict within ice_rx_buf
50e4b64a2d4a ice: gather page_count()'s of each frag right before XDP prog call
311813ed013c ice: put Rx buffers after being done with current frame
ec53033c5723 gpu: drm_dp_cec: fix broken CEC adapter properties check
fd6df04a91e8 firmware: iscsi_ibft: fix ISCSI_IBFT Kconfig entry
bc85817e6bc0 nvme: handle connectivity loss in nvme_set_queue_count
57e07d10b338 sched/fair: Fix inaccurate h_nr_runnable accounting with delayed dequeue
1c1c91bf05ef platform/x86: serdev_helpers: Check for serial_ctrl_uid == NULL
e46d91ca504d tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMIN
9b88a7c4584b tty: xilinx_uartps: split sysrq handling
30c6a7a9da55 xfs: don't over-report free space or inodes in statvfs
1f88b5c4f992 xfs: report realtime block quota limits on realtime directories
4e144498d16b drm/amdgpu: Fix Circular Locking Dependency in AMDGPU GFX Isolation
48fe216d7db6 KVM: e500: always restore irqs
833f69be62ac KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults
f2623aec7fdc KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lock
dec857329fb9 KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()
7056d426a637 platform/x86: acer-wmi: Ignore AC events
c74d1721804a platform/x86: acer-wmi: add support for Acer Nitro AN515-58
33a4a9f54ae9 Input: allocate keycode for phone linking
999531398e15 ASoC: amd: Add ACPI dependency to fix build error
06fe7c32d58a platform/x86: acer-wmi: Add support for Acer Predator PH16-72
90778f31efdf ASoC: soc-pcm: don't use soc_pcm_ret() on .prepare callback
c021dc03bfa7 platform/x86: acer-wmi: Add support for Acer PH14-51
0a30353beca2 platform/x86: int3472: Check for adev == NULL
c578aedea2a1 iommu/arm-smmu-v3: Clean up more on probe failure
d888437bd317 iommu/arm-smmu-qcom: add sdm670 adreno iommu compatible
0f76d831070c ASoC: Intel: sof_sdw: Correct quirk for Lenovo Yoga Slim 7
06a0e2a320a5 x86/kexec: Allocate PGD for x86_64 transition page tables separately
e012a77e4d76 ASoC: SOF: Intel: hda-dai: Ensure DAI widget is valid during params
82b44cdb0355 net: ethernet: ti: am65-cpsw: ensure proper channel cleanup in error path
4f60eff8b5e6 selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack()
c257c15845e7 tipc: re-order conditions in tipc_crypto_key_rcv()
6bb91eb7c079 octeon_ep_vf: update tx/rx stats locally for persistence
09c86dc2ada1 octeon_ep: update tx/rx stats locally for persistence
30d003f24a93 mmc: sdhci-msm: Correctly set the load for the regulator
ca06b3769c93 HID: hid-asus: Disable OOBE mode on the ProArt P16
2785019ea03a net: wwan: iosm: Fix hibernation by re-binding the driver around it
ebb90f23f0ac Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_sync
c3a1c34110ed Bluetooth: btusb: Add new VID/PID 13d3/3628 for MT7925
7e55e224300e Bluetooth: btusb: Add new VID/PID 13d3/3610 for MT7922
584b3e250ee0 APEI: GHES: Have GHES honor the panic= setting
a54240c71d57 i2c: Force ELAN06FA touchpad I2C bus freq to 100KHz
d822b30c077a wifi: iwlwifi: avoid memory leak
131dd3e936d1 wifi: iwlwifi: pcie: Add support for new device ids
7ef2ea142968 wifi: brcmfmac: Check the return value of of_property_read_string_index()
62483e0a1fbf net/mlx5: use do_aux_work for PHC overflow checks
adcb8ce68dde HID: Wacom: Add PCI Wacom device support
e557b15ea2ec HID: multitouch: Add quirk for Hantick 5288 touchpad
9e6b899883a2 clk: qcom: Make GCC_8150 depend on QCOM_GDSC
36720607c909 wifi: rtw88: add __packed attribute to efuse layout struct
6e1feb300fcb mfd: lpc_ich: Add another Gemini Lake ISA bridge PCI device-id
c9382f380e8d tomoyo: don't emit warning in tomoyo_write_control()
c27ce584d274 wifi: brcmsmac: add gain range check to wlc_phy_iqcal_gainparams_nphy()
60fd500eda3e mmc: sdhci-esdhc-imx: enable 'SDHCI_QUIRK_NO_LED' quirk for S32G
f4b8bac3cfe4 mmc: core: Respect quirk_max_rate for non-UHS SDIO card
5c2b1d938613 tun: fix group permission check
9543e67fa364 wifi: rtw89: add crystal_cap check to avoid setting as overflow value
22a1a758183d ring-buffer: Make reading page consistent with the code logic
d1544dc32c67 drm/amd/display: Limit Scaling Ratio on DCN3.01
835d37b60bc3 drm/amd/display: Increase sanitizer frame larger than limit when compile testing with clang
36b385d0f2b4 safesetid: check size of policy writes
52858d7fe6fb drm/bridge: it6505: fix HDCP CTS KSV list wait timer
4ebd696fe716 drm/bridge: it6505: fix HDCP CTS compare V matching
05040e0847d4 drm/bridge: it6505: fix HDCP encryption when R0 ready
5d88251a8b5e drm/bridge: it6505: fix HDCP Bstatus check
3a047075b47c drm/bridge: it6505: Change definition MAX_HDCP_DOWN_STREAM_COUNT
d76dc02531a6 drm/amdkfd: Queue interrupt work to different CPU
9f9524503375 drm/amdgpu: Don't enable sdma 4.4.5 CTXEMPTY interrupt
b79eaf9b86a8 drm/amd/display: Fix Mode Cutoff in DSC Passthrough to DP2.1 Monitor
1eec554f898b drm/vc4: hdmi: use eld_mutex to protect access to connector->eld
68c3008b06d8 drm/sti: hdmi: use eld_mutex to protect access to connector->eld
1cd3e56a07ac drm/radeon: use eld_mutex to protect access to connector->eld
6b57c63f5bf6 drm/exynos: hdmi: use eld_mutex to protect access to connector->eld
cd604e8e993c drm/amd/display: use eld_mutex to protect access to connector->eld
f1b4a5005c9e drm/bridge: ite-it66121: use eld_mutex to protect access to connector->eld
e43f3adba3dc drm/bridge: anx7625: use eld_mutex to protect access to connector->eld
b006aadf72f9 drm/connector: add mutex to protect ELD from concurrent access
404e5fd918a0 printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX
0412bca906d5 drm/amd/display: Overwriting dualDPP UBF values before usage
d25d5eb35905 drm/amd/display: Populate chroma prefetch parameters, DET buffer fix
ebf2d94128ef drm/tests: hdmi: return meaningful value from set_connector_edid()
e0d048dabe33 drm/tests: hdmi: handle empty modes in find_preferred_mode()
56e6c7f6d2a6 nvkm: correctly calculate the available space of the GSP cmdq buffer
5185e63b45ea nvkm/gsp: correctly advance the read pointer of GSP message queue
0877fd896ca4 drm: panel-backlight-quirks: Add Framework 13 glossy and 2.8k panels
34004adc64e2 drm: panel-backlight-quirks: Add Framework 13 matte panel
c5842f1dade0 drm: Add panel backlight quirks
18daf9e83c4f drm/virtio: New fence for every plane update
8b60f25c3e67 x86/amd_nb: Restrict init function to AMD-based systems
149dd2acff5d lockdep: Fix upper limit for LOCKDEP_*_BITS configs
fbcd9eedce20 locking/ww_mutex/test: Use swap() macro
910d55f7d67d x86: Convert unreachable() to BUG()
e5ff8d825db7 sched: Don't try to catch up excess steal time.
d3ef1a2f77b8 btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handling
5975577d8cd4 btrfs: fix data race when accessing the inode's disk_i_size at btrfs_drop_extents()
46e9c4a376af s390/stackleak: Use exrl instead of ex in __stackleak_poison()
38a1aa02b90b exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
72f02c34e58b arm64/mm: Ensure adequate HUGE_MAX_HSTATE
86d71a026a7f btrfs: fix use-after-free when attempting to join an aborted transaction
5ff189eb84f1 btrfs: do not output error message if a qgroup has been already cleaned up
0ff88c2a742a btrfs: fix assertion failure when splitting ordered extent after transaction abort
b19deb5acbc7 irqchip/lan966x-oic: Make CONFIG_LAN966X_OIC depend on CONFIG_MCHP_LAN966X_PCI
807165b1ec1c tools/power/x86/intel-speed-select: Prefix header search path with sysroot
e97df805b938 drm/tilcdc: Set preferred depth
7160a4379dcc arch/arm64/configs: remove CONFIG_SM_DISPCC_8650
6d8ac5ebe6e8 aufs6: core
587abc1b64c4 aufs6: standalone
1af41d30ef42 aufs6: mmap
6ee2464d2e9d aufs6: base
103b676505f7 aufs6: kbuild
67281562943f qemux86: add configuration symbol to select values
73f315ca0823 sched/isolation: really align nohz_full with rcu_nocbs
1e4e7f8ab622 clear_warn_once: add a clear_warn_once= boot parameter
918e7a825e8b clear_warn_once: bind a timer to written reset value
f533f87c3758 clear_warn_once: expand debugfs to include read support
f149ca27cba9 tools: Remove some options from CLANG_CROSS_FLAGS
e633abe9c44e libbpf: Fix build warning on ref_ctr_off
ec0916a4cfc1 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
03721ceb5626 perf: x86-32: explicitly include <errno.h>
4c36c5295bb0 perf: mips64: Convert __u64 to unsigned long long
b0200449610d perf: fix bench numa compilation
aff0940b2212 perf: add SLANG_INC for slang.h
ef912018d28c perf: add sgidefs.h to for mips builds
d8860f858b87 perf: change --root to --prefix for python install
dc38a0eee6e5 perf: add 'libperl not found' warning
6ed51f8786da perf: force include of <stdbool.h>
c538d4c4ac65 fat: Replace prandom_u32() with get_random_u32()
63d94846f0c5 fat: don't use obsolete random32 call in namei_vfat
7816667451ef FAT: Added FAT_NO_83NAME
f81dbd60f0d5 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
771cdefba44b FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
a24784fd8f88 yaffs2: update to v6.12 folio changes
d0a48fd46db8 yaffs2: adapt to v6.10 i_time changes
d097e4d4115a yaffs: fix mtime/itime field access
4411e0d49fe3 yaffs2: update VFS ctime operations to 6.6+
1b6619086e8b yaffs2: v6.5 fixups
25b261ee3c54 yaffs2: Fix miscalculation of devname buffer length
5c07936a5d1c yaffs2: convert user_namespace to mnt_idmap
55986a1284b3 yaffs2: replace bdevname call with sprintf
6f5508f8db8f yaffs2: convert read_page -> readfolio
fd179a5df5d5 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
c9a620dacdd1 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
78588208ed17 yaffs2: v5.12+ build fixups (not runtime tested)
8d2dddba272c yaffs: include blkdev.h
8c1ca9ef9712 yaffs: Fix build failure by handling inode i_version with proper atomic API
27005cbac2ed yaffs2: v5.6 build fixups
668211c9f9b7 yaffs2: fix memory leak when /proc/yaffs is read
285f911dcc1c yaffs: add strict check when call yaffs_internal_read_super
ffc2ed489ccf yaffs: repair yaffs_get_mtd_device
6dce4b70a5e3 yaffs: Fix build failure by handling inode i_version with proper atomic API
19f283abc5d1 yaffs2: fix memory leak in mount/umount
04e84672b571 yaffs: Avoid setting any ACL releated xattr
4f221d6a32e2 Yaffs:check oob size before auto selecting Yaffs1
81f36004e56b fs: yaffs2: replace CURRENT_TIME by other appropriate apis
26d7a3dd0054 yaffs2: adjust to proper location of MS_RDONLY
a7016eac4540 yaffs2: import git revision b4ce1bb (jan, 2020)
feb240bbb91e initramfs: allow an optional wrapper script around initramfs generation
874746eaa341 drivers: gpu: drm: msm: registers: improve reproducibility
1d42508faee8 tools: use basename to identify file in gen-mach-types
4b055eca593d iwlwifi: select MAC80211_LEDS conditionally
97e20e275ac0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
6dec58319165 defconfigs: drop obselete options
a416ccb5b6c9 linux-yocto: Handle /bin/awk issues
7efe8a1e5158 uvesafb: provide option to specify timeout for task completion
78d10ae07eca uvesafb: print error message when task timeout occurs
80473b7eb8ca compiler.h: Undef before redefining __attribute_const__
ddeff2f1a9a7 vmware: include jiffies.h
3dcdda8912b4 Resolve jiffies wrapping about arp
3b1507db6735 nfs: Allow default io size to be configured.
c2fedad05f77 check console device file on fs when booting
208d6fbada3f mount_root: clarify error messages for when no rootfs found
dbe9454c8ea0 mconf: fix output of cflags and libraries
7c7b224f5cce menuconfig,mconf-cfg: Allow specification of ncurses location
b6c189c81397 modpost: mask trivial warnings
a5cc21325ba9 kbuild: exclude meta directory from distclean processing
361ec143c23f powerpc: serialize image targets
605e6ccb304c arm: serialize build targets
e94b04fcb7d2 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
44cc7f69a0a0 cpu/amd: inhibit SMP check for qemux86
a08cb65331e6 x86_64_defconfig: Fix warnings
8ad332ef777b mips: make current_cpu_data preempt safe
754f05ddce3f mips: vdso: fix 'jalr $t9' crash in vdso code
325ff78ff44d mips: Kconfig: add QEMUMIPS64 option
99ae0eadcf11 4kc cache tlb hazard: tlbp cache coherency
c6894c66a534 malta uhci quirks: make allowance for slow 4k(e)c
8b52c01f3294 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
16c7629f035e drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
6b60c874cbb0 arm64: defconfig: cleanup config options
8e44673ecd89 vexpress: Pass LOADADDR to Makefile
f34e6805aad5 arm: ARM EABI socketcall
94dec9b88de4 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: f3c91830efc6c1edb74184ee5956c8219a581a77)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Ross Burton
Email: ross.burton@arm.com
Subject: genericarm64: set the DMA Contiguous Memory Allocator size to 32MB
Date: Thu, 27 Feb 2025 17:32:29 +0000
The default is 16MB but the aarch64 defconfig sets it to 32MB.
Notably this fixes various graphical issues on both the BeaglePlay and
KV260, where 16MB isn't sufficient.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: c40dfa3e093b7cbf0aea9b79d10c3d400b4e5db4)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is needed to build nodejs from meta-oe. Check this early to avoid
an error later in the build.
Fixes [YOCTO #15804]
(From OE-Core rev: 19004950ad5691ef51f7fcf946558bd0de561403)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This can be use to check for other flags.
(From OE-Core rev: 42d012e8414736d89618422fb6f9bce9e4a2a391)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Bitbake is dropping the need for fetcher name iteration and multiple revisions
per url. Update the code to match (removal of the for loop).
(From OE-Core rev: 571e8c6730eb5b89f732d879487ae578ef04aaee)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Bitbake is dropping the need for fetcher name iteration and multiple revisions
per url. Update the code to match (removal of the for loop).
(From OE-Core rev: 4859cdf97fd9a260036e148e25f0b78eb393df1e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In order to allow rust packages to define PACKAGECONFIG options, append
the contents of PACKAGECONFIG_CONFARGS to the build command.
This patch was already submitted by Bartosz Golaszewski on older
version but was never merged. It will be really usefull for Rust recipes.
(From OE-Core rev: 16745b20452de60ae2474433cc1a2fb1ed9f6a64)
Signed-off-by: Jean-Pierre Geslin <jarsoper@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
GCC-15 patch is not sufficient when shadow is enabled, therefore fix
the remaining issues.
(From OE-Core rev: 9143b23cecb505f130f86b03039c6c0aba5dcc2b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Running, e.g., `devtool reset sdbus-c++` would result in the following
error:
re.error: multiple repeat at position 35
This was due to the ++ in the recipe name, which would be treated as an
incorrect regular expression in _reset().
Use re.escape() to make sure all characters in the recipe name are
treated literally.
(From OE-Core rev: 6e73bd9b3e6d529752db93879f2c0ed53873dd1a)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When building librsvg-native the variable PKG_CONFIG_PATH
was incorrect in the bitbake environment but handled correct due
to the pkg-config-native wrapper. Commit [1] and [2]
introduced some inconsistens of EXTRA_NATIVE_PKGCONFIG_PATH
where it was prepended in pkg-config-native wrappers but
appended in native.bbclass.
meta/classes-recipe/native.bbclass:
PKG_CONFIG_PATH .= "${EXTRA_NATIVE_PKGCONFIG_PATH}"
This commit will try to resolve this to always append the
EXTRA_NATIVE_PKGCONFIG_PATH. It is tested by building
librsvg-native and also checking bitbake environment
before and after.
[1] https://git.openembedded.org/openembedded-core/commit?id=2bc050146d47b14d890a1b0db2b55f9057a08b65
[2] https://git.openembedded.org/openembedded-core/commit?id=ae4824f4f6234884a245bce314d6305ad8eb982d
(From OE-Core rev: a59fa4a4bf08bbbd79fbb1642b3e3b23181f87c9)
Signed-off-by: Peter Bergin <peter@berginkonsult.se>
Cc: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The demo uses some SVG icons, so depend on the SVG pixbuf loader so that
they are visible.
(From OE-Core rev: 77e18e640c42ee3992464fddc1a16760cea9bc4f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Since Ubuntu 20.04 is heading to EoL and that we're having other issues
on that platform needing buildtools anyway, we're about to lose the
last python 3.8 platform we were supporting.
Bump the minimum version to 3.9 since there are many developers wanting
access to newer python features.
This likely won't be seen since the bitbake minimum has also been
increased but helps for documentation purposes.
(From OE-Core rev: c3db241c6e97420ca0705d1535a7cdd0c273b761)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard managed to reproduce a pseudo bug that pciutils in a minimal
test case[1] which confirmed that it was the symlink creation causing
issues.
The pciutils Makefile has several installation targets:
- install: binaries, manpages, shared library
- install-lib: headers, library symlinks, shared library
We need to run both targets to install the full set of files we want to
be installed, but notably they both create the .so symlink and as they're
running in parallel this is what triggers the bug in pseudo.
Until the bug has been resolved (or the Makefiles don't duplicate rules),
just run the two targets separately.
[ YOCTO #14957 ]
[1] https://lore.kernel.org/openembedded-core/20250319133457.806384-1-richard.purdie@linuxfoundation.org/T/#u
(From OE-Core rev: a5fc49fafe910a25be7372c82bfbd7876871ce3f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This includes fixes for gcc 15.
License fixes were also made in the repository. The license being referred to
as MIT was in fact HPND so fix the LICENSE on the recipe accordingly.
Use the new bitbake tag functionality to verify the commit matches the tagged
version.
Trim the license checksums to the top level COPYING files now everything
is accurate.
(From OE-Core rev: c9d3a47a19babfe88f0174233729394292a31726)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The new version is in a location that isn't discoverable
by upstream version checks, and so has been overlooked for a while.
Drop patches:
0001-mesa-demos-Add-missing-data-files.patch
(backport)
0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch
(very old patch rejected by upstream as not necessary and not making sense:
https://gitlab.freedesktop.org/mesa/demos/-/issues/9 )
Disably wayland for now due to libdecor dependency,
adjust other feature dependencies as needed.
(From OE-Core rev: 59a9e96fa43e18af932cec7c2f1a36d9fcafff94)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Pull in upstream changes for fix the build with gcc 15 and README tweaks.
(From OE-Core rev: 0ba624f30d482c0c7d86202d46abdab9d148c9b0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
gcc-15 switched to -std=c23 by default:
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=55e3bd376b2214e200fa76d12b67ff259b06c212
As a result `bluez` fails the build as:
src/shared/ad.c:1090:24: error: incompatible types when returning type '_Bool' but 'const char *' was expected
1090 | return false;
| ^~~~~
(From OE-Core rev: 5afef9ba63364c6c93c8a1359020f038d06881fa)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
There are conflict of config files between kea and lib32-kea:
| Error: Transaction test error:
| file /etc/kea/kea-dhcp6.conf conflicts between attempted installs of lib32-kea-2.6.1-r0.core2_32 and kea-2.6. 1-r0.core2_64
Similar to:
| 8cc65e7eb0 kea: fix conflict between multilibs
(From OE-Core rev: 0fe8ec57f19d79e94f02e3c710a1b76c04b34143)
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Fix function prototypes for C23 to work
(From OE-Core rev: 2bdb276345b4b40be53d818116f71851e45cd1b1)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
fix gcc-15 compiling error: too many arguments to function eppic_init
(From OE-Core rev: 3bd6bbd77e8ceb068baeffd7670eb51efd52d917)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is in conflict with signature from system time.h
extern time_t mktime (struct tm *__tp) __THROW;
GCC-15 with C23 on, this is treated at error
posixtm.c:45:8: error: conflicting types for 'mktime'; have 'time_t(void)' {aka 'long int(void)'}
| 45 | time_t mktime ();
| | ^~~~~~
|
config.h is local include file to use quotes to include it
(From OE-Core rev: afc888d87fbf268c43bbcc81aa378eb9d58397a8)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Stick to C17 standard as GCC 15 switches to C23
(From OE-Core rev: 4ae08da819d1bc5fee382651c3fe074e9be9d86e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If tag.gpgSign is configured in Git's configuration, then creating the
build-minus-X tags will fail (if Git's core.editor is not configured) or
it will hang (when trying to open the editor). This is beacause
tag.gpgSign causes git tag to create annotated tags. To avoid this,
specify --no-sign as argument to git tag.
(From OE-Core rev: 7595a0a63a933af9dd9d1e458dc34a4ba80d9eae)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If tag.gpgSign is configured in Git's configuration, then creating the
devtool-patched tag will fail (if Git's core.editor is not configured)
or it will hang (when trying to open the editor). This is beacause
tag.gpgSign causes git tag to create annotated tags. To avoid this,
specify --no-sign as argument to git tag.
(From OE-Core rev: 5dba8d0b6c940934375eea9af37e7c4856b51c96)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
1.84.0 - 2025-03-15
-------------------
* No changes
1.83.4 - 2025-03-08
-------------------
* Revert support for "static" virtual functions [!526]
1.83.2 - 2025-03-01
-------------------
* Improve GType inspection helper [!494]
* Parse C11's _Alignas [#520]
* Respect custom Python binary [!503]
* Fix build on the latest Windows SDK [!498]
* Small performance improvement when looking up a signal information [!504]
* Use standard imports in the JavaScript templates for g-ir-doctool [!501]
* Ensure that enumeration members can be marked as deprecated [!512]
* Add more test coverage for structured union types [!348]
* Add an option to skip tests when building [!507]
* Fix various MSVC compatibility issues [!511]
* Add support for "static" virtual functions [!361]
* Allow specifying the format of the documentation inside doc blocks [!401]
* Handle C99's _Complex [!515]
* Consider UCRT64 and CLANG64 as mingw32 compilers [!516]
* Handle static NSString syntax [!518]
* Add instance parameter checks to strict validation [!506, !521]
* Documentation improvements [!481, !483, !485, !500]
(From OE-Core rev: cc3bfd7547d88ac0ae11c11812aafb89965a659a)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
ppp-2.5.2 tarball ships a generated header with various
configuration settigns that takes precedence over the same
header generated into the build directory during the actual build.
This resulted in various linking fails that were worked around
by enabling multilink in 2.5.2 version update. The correct fix
that removes all contamination is to remove the bogus header first.
(From OE-Core rev: 87863ce4530cf08fd28b1bde13e3f7142001b54d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License-Update: Upstream added SPDX tags and more license information. The
main license is AFL-2.1 | GPL-2.0-or-later however some files are
LGPL-2.1-or-later or MIT licensed. The bash completiion plugin is
GPL-2.0-or-later only.
Therefore:
* Add checksums for the separated license files
* Update the main LICENSE
* Specify the correct license for the bash completion plugin
(From OE-Core rev: 82f2675ad3821398a849ced303b6f637f14723d1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This isn't a common license as it's the DocBook v4 XML DTD license, and
that is now part of the recipe itself.
(From OE-Core rev: 11c366ebff98dad34d95aac0cfee571f78b87252)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Don't use the common 'OASIS' license, as this isn't a SPDX license and
is in fact specifically the DocBook XML v4 license text.
Instead, use NO_GENERIC_LICENSE to ship a custom license file. We still
need to ship a copy of it in-tree because the license code needs a bare
copy of the license text. Reference the in-tree license text in the
license checksum to show that we've verified they match.
Also, clean up some comments.
Thanks to hongxu.jia@eng.windriver.com for a previous iteration of this.
(From OE-Core rev: d04db152a512f564566a4205db6fe788fcbadde2)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This includes CVE-fix for CVE-2025-27423 and CVE-2025-29768
Changes between 9.1.1115 -> 9.1.1198
====================================
https://github.com/vim/vim/compare/v9.1.1115...v9.1.1198
(From OE-Core rev: 8e540bd287fd56e3a714f81395b59dd508a6d957)
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
assertions have new knob in 2.48, add a packageconfig to control it
(From OE-Core rev: b4c1e115b063761e60956c93dff53e1a04391bda)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Move to the FKIE feed by default, as it is showing better stability
than NVD2. Content of the feed should be the same.
(From OE-Core rev: 10580a6d36aa1366732f9c030345bd4590eb9f74)
Signed-off-by: Marta Rybczynska <marta.rybczynska@ygreky.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Replace the UTF8 character for non-breaking space with regular
(ASCII) space in RDEPENDS:${PN}-utils variable.
(From OE-Core rev: ee772df90dfc0eb1c973282e3bfac7357d42b0db)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Newer snapshots of ncurses have the fixes but they are many needed to get
C23 going. Until next release lets stick with C17 even while GCC 15 switches
to C23 defaults.
(From OE-Core rev: f3081700d931fc8f7d5cb13494e11100cb28b19f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Fixes build with GCC-15 which is defaulting to C23
(From OE-Core rev: c4978268a4714466ecdec14d865a61adc47f3b3b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
GCC 15 has switched to C23 by default and tcp-wrappers is old code
pre-c99 and would need to be fixed all around to get to work in C23
(From OE-Core rev: 0a532f07eb54b7f66be25a0f9584581ab693b21c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
GCC 15 defaults to C23 and bash is not yet ready for that
so keep using C17 like GCC 14 for now
(From OE-Core rev: aa9ac09aa7b8d4bd4427dbb26ae595b97b60da2f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
GCC15 is switching defaults to C23 and gdbm is not yet ready to
compile using C23 std.
(From OE-Core rev: e0f13f9bc96a0dd4c5f6750a8106422a6d015359)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It removes the installation of ptest cases when upgrade libpam to 1.7.0.
Add them back to make ptest work. And 2 more cases in libpam 1.7.0.
(From OE-Core rev: ba8266267b4a89285bba0fceeaa1507957d318fb)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Due to commit [spdx30: Improve os.walk() handling][1] applied,
it reported an error if walk directory failed
While SPDX_INCLUDE_SOURCES = "1", if recipe does not provide sysroots,
the walk in function add_package_files is broken
$ echo 'SPDX_INCLUDE_SOURCES = "1"' >> conf/local.conf
$ bitbake packagegroup-core-boot
|DEBUG: Adding sysroot files to SPDX
|ERROR: packagegroup-core-boot-1.0-r0 do_create_spdx: ERROR walking tmp/sysroots-components/intel_x86_64/packagegroup-core-boot: [Errno 2]
| No such file or directory: 'tmp/sysroots-components/intel_x86_64/packagegroup-core-boot'
Test the existence of directory before walking
[1] https://git.openembedded.org/openembedded-core/commit/?id=86b581e80637cd8136ce7a7e95db94d9553d2f60
(From OE-Core rev: cb1792e4950d5075be9bbe4c5337a5215db9669e)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
libsdl3 has its own recipe in meta-oe, which will
probably migrate to core in due time.
(From OE-Core rev: 6f6d57842f3c0dddd9c563305a693cacee9e72f8)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Recent freedesktop instabilities are causing 'devtool check-upgrade-status' to
fail with:
bb.fetch2.FetchError: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all -c clone.defaultRemoteName=origin ls-remote https://gitlab.>
fatal: unable to access 'https://gitlab.freedesktop.org/mesa/kmscube/': The requested URL returned error: 502
and not print any results for this one or any unrelated recipes included in the check.
This change handles the error, so that if some upstream server isn't working
properly, latest upstream revision for that is marked as unknown, a
warning is printed and upstream version check for other recipes
isn't thwarted:
WARNING: Unable to obtain latest revision: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all -c clone.defaultRemoteName=origin ls-remote https://gitlab.freedesktop.org/mesa/piglit.git failed with exit code 128, output:
remote: GitLab is not responding
fatal: unable to access 'https://gitlab.freedesktop.org/mesa/piglit.git/': The requested URL returned error: 502
piglit 1.0 UNKNOWN_BROKEN Ross Burton <ross.burton@arm.com>
(From OE-Core rev: c1056293f7cb32ee2bdf31441cc0b59d9ccfe556)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This recipe has a configure script that isn't actually autoconf but
tries hard to look like it is. Instead of trying to run autoreconf,
change do_configure to just run the configure script directly.
(From OE-Core rev: e80d2ec5cda1121ba6b3d299fb2e79c194c7f30e)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
There's no point inheriting autotools if you're not actually going to
run a configure script, so make a missing configure script fatal.
(From OE-Core rev: 6d327a39befae44a88a812bdf4acde800dcee57b)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
mdadm doesn't use autotools at all:
- do_configure does nothing as it can't find configure.ac or configure
- do_compile is overridden to pass SYSROOT
- do_install is overridden but still calls autotools_do_install (which
is just 'make install DESTDIR=$D') and then appended.
Clean this up by passing SYSROOT and STRIP in EXTRA_OEMAKE, removing the
now-obsolete do_compile(), and merging the do_install()s.
(From OE-Core rev: a43888fda9aedaa5ac13d298644aedbf4134165d)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Refresh 0001-Make-manpages-multilib-identical.patch with
correct number and upstream status. Create a new patch
0001-tests-fix-test-applications-in-cpp-common.patch
to fix test applications in cpp-common are needed to re-build when
running in an embedded environment.
0001-tests-do-not-run-test-applications-from-.libs.patch is deleted
for the commit log is not very accurate and the line number is changed,
is replaced by 0001-tests-set-the-correct-plugin-directory.patch.
Use 0001-tests-set-the-correct-plugin-directory.patch to set the
correct directory of plugin shared library.
Copy the trace files (*.ref) the metadata files (*.mctf) and json files
which are required by test cases from source directory in
babeltrace2_2.1.0.bb. Add character set conversion (gconv) for UTF-16/32
encoding for test cases. Set the correct test environment variables in
tests/utils/env.sh when running in an embedded environment. Remove
"GREP=grep SED=sed PYTHON=python3" from the file run-ptest for these
test environment variables are set in tests/utils/env.sh.
License-Update: add new license BSD-4-Clause GPL-3.0-or-later CC-BY-SA-4.0 PSF-2.0
Babeltrace 2.1.0 is a major change. Babeltrace 2.1.0 is released after five years
of development after the release of Babeltrace 2.0.0. The licenses did change
significantly.
Changelog:
Babeltrace 2.1, MIP 1 is available and adds many functions
to support CTF 2 features.
The Python bindings wrap all the library changes in the same
systematic way as in Babeltrace 2.0. Add type hints to the
public API to assist with static analysis of your applications.
Details about the 2.1.0 release:
https://babeltrace.org/docs/release-notes/babeltrace-2.1.0-release-notes.html
(From OE-Core rev: 1a17aec7955cb3ed288519d28ee10858abbba3ae)
Signed-off-by: Bin Lan <bin.lan.cn@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License-Update: Copyright years change only
Drop a backported patch
(From OE-Core rev: 718e4efa4f6f595b17e2438a15fc57c2c88ae9f1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Just one change, to fix the Go psx module build.
(From OE-Core rev: 8b95a195e31a1e01b3b508ca0a77908fa87f5d02)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The recipe LICENSE field should reflect the license of all of the sources,
so include the PAM module licenses too.
Don't use conditionals in LIC_FILES_CHKSUM so that the configuration
does not cause differing checksums to be used.
Explicitly set the license on libcap and libcap-dev to reflect the
contents:
- libcap is BSD|GPLv2, and also BSD|LGPLv2+ if PAM is enabled.
- libcap-dev is just the library, so BSD|GPLv2.
(From OE-Core rev: 12ac8b55ee7407aca485869f0031cf7375761ca9)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
There's no need to set PACKAGECONFIG:class-native as we disable PAM in
the native DISTRO_FEATURES.
No need to set COPTS, since "Canonicalize build system"[1] the exported
CFLAGS/CPPFLAGS/LDFLAGS are respected.
Merge multiple make arguments into EXTRA_OEMAKE to remove duplication.
SYSTEM_HEADERS is not used upstream, remove.
[1] 2762c2c1a8c98d9012fcd40f20d133493a0b3219
(From OE-Core rev: 88cd79eee6dcc40d0e75ab35d9092ac3c788be7d)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
base_libdir/*.so is part of the default assignment.
(From OE-Core rev: 964c73bd4de30c682961f7fe2ee85a92995d3160)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Drop 0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch,
fixed upstream in "libcap: Fix for older kernels"[1].
Drop 0002-tests-do-not-run-target-executables.patch, doesn't appear to
be needed anymore and most likely resolved by "Don't build the
tests/binaries until we want to run them"[2].
[1] f1c3ac995d02d4f17b9d15656ab6d58f4c87435a
[2] 99799844ad9272d43892881d1090369e6032aec2
(From OE-Core rev: 1efd3ff1ab24ee4037bdcf92602dce961abe63aa)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
dbus-x11 hasn't existed as a package since 2012[1] and is just a
RPROVIDES in dbus, so depend on dbus directly instead.
[1] oe-core c02364f36e228835ea5d7fd4e1d347fd451f8544
(From OE-Core rev: 0de78341ddc3740891daf957d6d3a61b7af20167)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add a new test function which checks that the device-tree of U-Boot
contains the public keys which are required for checking the signature
of the kernel FIT image at run-time.
Use this new _check_kernel_dtb function in the existing
test_sign_cascaded_uboot_fit_image test case which already creates a
build configuration with UBOOT_SIGN_ENABLE = "1" and keys for the kernel.
But so far there was no check that the keys for the kernel verification
got added to U-Boot's DTB.
This test case checks the configuration where only the configuration
nodes of the kernel FIT image are signed.
A new test case test_sign_uboot_kernel_individual checks the
configuration with two keys and signed image and signed configuration
nodes.
This test case covers the use case which recently broke with commit:
OE-Core rev: 259bfa86f384206f0d0a96a5b84887186c5f689e
u-boot: kernel-fitimage: Fix dependency loop if
UBOOT_SIGN_ENABLE and UBOOT_ENV enabled
and got fixed with commit
OE-Core rev: 0106e5efab99c8016836a2ab71e2327ce58a9a9d
u-boot: kernel-fitimage: Restore FIT_SIGN_INDIVIDUAL="1"
behavior
This patch also fixes a few more details:
- Simplify the code by moving all the U-Boot related variables to the
_fit_get_bb_vars function.
- Do not set FIT_GENERATE_KEYS = "1" without inheriting the
kernel-fitimage.bbclass which handles this variable.
(From OE-Core rev: dda1fcbc85c26d1851dda6ed235238b15939998e)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Make the code slightly more robust by using e.g.
bb_vars.get('UBOOT_SIGN_ENABLE') instead of bb_vars['UBOOT_SIGN_ENABLE']
for variables which are potentially undefined.
This is a general cleanup but also a preparation for additional test
cases.
Log bb_vars in verbose mode.
Drop one no longer used log message.
(From OE-Core rev: 22a554e1d5a2449c4c1b34f4d5cfe1572a72a142)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Replace the UTF8 dash character with ASCII dash in DESCRIPTION
variable.
(From OE-Core rev: 79481376735192aaf65be5c0e3740daf5a6bf883)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Replace the UTF8 character for right single quotation mark with
ASCII single quotation mark in SUMMARY variable.
(From OE-Core rev: 941e610631c3a1f611eb38134c88aa0468661137)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Replace the UTF8 character for non-breaking space with regular
(ASCII) space in FILES:${PN} variable.
(From OE-Core rev: 5506d920a5e9404f6b4d115c1e71c0bf68a74cca)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
These are already exported by bitbake.conf, no need to export them again.
(From OE-Core rev: 92e52f5afac4877366c1ee2e6c6f0d1f5df84410)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Set the host OBJCOPY, OBJDUMP, and READELF variables to be derived from
their corresponding BUILD_* definitions. This makes the native class
match the build-gcc.inc file 1 to 1, as these were the only missing.
Currently these variables get their definitions from gcc.inc, which uses
HOST_PREFIX, and that works because the native class sets HOST_PREFIX to
BUILD_PREFIX, but this doesn't seem correct.
(From OE-Core rev: 87a6ffe21b706e6aeeeb77891565cbd7730ca163)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License-Update: Upstream made a large license header cleanup and summarised in
the main LICENSE file. Pull the resulting identifiers into our LICENSE
field where several different variants were clarified, complicating the license.
e120807bde
(From OE-Core rev: 7fa58d595bcbc1c5564867952f724a6d0dbda986)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License-Update: Upstream moved the GPLv3 text to the COPYING file as the main
license. Our LICENSE field remains correct though and the main license and
the library license remain unchanged.
61ee87ee22
(From OE-Core rev: 7f17e23a358bb0181e440a4ecf82e71bd938103b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License-Update: Copyright year and component version changes, no license change
(From OE-Core rev: ddeb00bd649c3f97595ea2e435e4a17ae9232947)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Drop patch now applied in the new release.
(From OE-Core rev: d6a9a41a2ef2d06aeca7742ecb0a40d45740989b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
On big-endian systems the preprocessor define ICU_DATA_DIR
is currently being set to a path ending with the ${PV} of
the recipe.
The PV version string has changed to a '-' separator
since oe-core commit cebe8439cdc656d53355506a31a3782312bf03c5
whereas the build system installs the data files into a
path ending with the dot-separated version of ICU.
This causes the ICU data file to not be detected at runtime,
consequently breaking any dependant applications.
We therefore substitute ${PV} with the dot-separated version
string of ICU, as returned from the icu_install_folder function,
on the ICU_DATA_DIR define on big-endian targets.
(From OE-Core rev: 28cdc0110def011e3d690da1d591076385267ef7)
Signed-off-by: Makarios Christakis <makchrbiz@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
These are tracked as versionless redhat CVEs in NVD DB.
(From OE-Core rev: e3419fbaf2999a821e1890a12ab27285cc25b577)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Upgrade all Vulkan-related packages together in a single cmmit.
License-Update: copyright years update.
(From OE-Core rev: 647e592c2d091da5b92e9aef80707ff0bd275dc9)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Add backport patch to fix a build issue with gobject-introspection >= 1.83.2
(From OE-Core rev: 153de2c6a87dd0c0abd2ee8c805167ef36b15c9f)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- add backport patch to fix introspection
=============
Version 1.7.0
=============
- Build
- Specify --doc-format for GIR data
- AdwDialog
- Fix :current-breakpoint notifications
- AdwPreferencesDialog/Window
- Exclude hidden pages from search too
- Fix the search filter expression
- Translation updates
- Belarusian
- Catalan
- Danish
- Filipino
- French
- Hungarian
- Nepali
- Norwegian Bokmål
- Spanish
- Swedish
==============
Version 1.7.rc
==============
- Fix build failures on win32
- Bump minimum GTK and GLib versions
- Adaptive preview
- Fix screenshotting GtkGraphicsOffload
- Add a missing translators comment
- AdwAboutDialog/Window
- Use system monospace font for `<code>` in release notes
- AdwDialog
- Fix parent window shortcuts propagating into dialogs
- AdwPreferencesDialog
- Hide pages with visible=false
- AdwStyleManager
- Document how to handle font names
- Stylesheet
- Fix popovers in non-composited environments
- Fix GtkPaned drag area
- Translation updates
- Basque
- Brazilian Portuguese
- Bulgarian
- Catalan
- Chinese (China)
- Czech
- Finnish
- Galician
- Georgian
- Hebrew
- Indonesian
- Korean
- Lithuanian
- Norwegian Bokmål
- Occitan
- Persian
- Polish
- Portuguese
- Turkish
- Ukrainian
==============
Version 1.7.rc
==============
- Fix build failures on win32
- Bump minimum GTK and GLib versions
- Adaptive preview
- Fix screenshotting GtkGraphicsOffload
- Add a missing translators comment
- AdwAboutDialog/Window
- Use system monospace font for `<code>` in release notes
- AdwDialog
- Fix parent window shortcuts propagating into dialogs
- AdwPreferencesDialog
- Hide pages with visible=false
- AdwStyleManager
- Document how to handle font names
- Stylesheet
- Fix popovers in non-composited environments
- Fix GtkPaned drag area
- Translation updates
- Basque
- Brazilian Portuguese
- Bulgarian
- Catalan
- Chinese (China)
- Czech
- Finnish
- Galician
- Georgian
- Hebrew
- Indonesian
- Korean
- Lithuanian
- Norwegian Bokmål
- Occitan
- Persian
- Polish
- Portuguese
- Turkish
- Ukrainian
================
Version 1.7.beta
================
- AdwApplicationWindow, AdwWindow
- Add a public property for toggling adaptive preview
- Open adaptive preview with Ctrl+Shift+M
- AdwBreakpoint
- Fix to_string() with locales using comma as decimal separator
- AdwComboRow
- Fix very short strings not being displayed
- AdwDialog
- Fix ::closed emission with window-backed dialogs
- Fix a focus-related crash
- AdwOverlaySplitView, AdwFlap
- Remove an unreachable check
- AdwPreferencesDialog
- Document navigation.pop action
- AdwTabBox, AdwTabGrid
- Fix scrolling to newly appearing tabs
- Fix a copy-paste error
- AdwToast
- Use a lighter opaque style
- Adaptive Preview
- Add an outline around the device
- Round bezel sizes
- Fix bezels with locales using comma as decimal separator
- Prevent secondary sidebar style leak into the previewed app
- Demo
- Allow opening adaptive preview from menu
- Inherit page background color when duplicating tabs
- Docs
- Switch to Adwaita Sans/Mono 11pt for doc screenshots
- Inspector
- Provide a list of windows instead of a single button for adaptive preview
- Stylesheet
- Add --document-font-family/size and --monospace-font-family/size
- Use --monospace-font-family/size for .monospace
- Fix disabled style for raised/suggested/destructive menubuttons in toolbars
- Drop GtkSourceView support for textview.inline as it didn't work anyway
- Translation updates
- Italian
- Russian
- Slovenian
- Turkish
=================
Version 1.7.alpha
=================
- Add AdwToggleGroup and AdwInlineViewSwitcher
- Add AdwWrapBox and AdwWrapLayout
- Add adaptive preview in inspector
- Use EASE easing for timed animations instead of EASE_OUT_CUBIC
- Don't warn when setting child in bin-like widgets to itself
- Fix meson syntax in readme
- Add doc guidelines to HACKING
- Build
- Drop pre-built docs and styles
- Rename -Dgtk_doc to -Ddocumentation, deprecate the old option
- AdwAboutDialog
- Add Other Apps section
- Fix natural width
- AdwAboutWindow
- Fix natural width
- AdwActionRow
- Set accessible role to presentation for the icon
- AdwAlertDialog
- Fix a crash when setting content-width/height before present()
- AdwAvatar
- Set accessible role and label
- AdwBanner
- Start-align the title earlier
- Tone down visuals
- Add :style to allow to make button suggested
- AdwBottomSheet
- Add :reveal-bottom-bar
- Fix natural height
- Fix criticals in dispose in some cases
- AdwBreakpointBin
- Fix natural size
- AdwButtonRow
- Set accessible role to presentation for icons
- AdwClamp
- Fix get/set_unit() version
- AdwClampLayout
- Fix layout with multiple children
- Fix height-for-width measuring
- AdwComboRow
- Fix a property noficiation
- AdwDialog
- Fix accessible role critical when using window-backed dialogs
- Handle close() before and right after present()
- Don't crash when chaining up in vfuncs
- AdwEasing
- Add EASE, EASE_IN, EASE_OUT and EASE_IN_OUT
- AdwExpanderRow
- Make suffix spacing match action rows and entry rows
- AdwHeaderBar
- Ignore split views outside sheets
- AdwLengthUnit
- Fix pt and sp unit values when gtk-xft-dpi = -1
- AdwMessageDialog
- Fix a typo in adw_message_dialog_response() deprecation message
- AdwNavigationSplitView
- Support :sidebar-position
- Stop reporting baseline
- AdwNavigationView
- Addw :h/vhomogeneous
- Add :visible-page-tag
- Don't crash when chaining up in vfuncs
- AdwOverlaySplitView
- Don't allow focusing hidden sidebar
- AdwPreferencesPage
- Add :banner
- AdwStyleManager
- Fix initial color scheme value on Windows
- AdwTabBar
- Only handle middle clicks started and ended on the same tab
- Don't select tabs when clicking close or indicator buttons
- AdwTabOverview
- Darken background color
- Only handle middle clicks started and ended on the same thumbnail
- AdwToastOverlay
- Add dismiss_all()
- Add tooltip to the dismiss button
- AdwToolbarView
- Fix height-for-width measurements
- AdwViewSwitcher
- Have a minimum height outside header bars
- Always focus active toggle when entering focus
- AdwViewStack
- Add an optional crossfade transition
- Rework adjusting child allocation
- AdwWindow, AdwApplicationWindow
- Fix allocating children
- Docs
- Indicate and explain out of gamut colors on CSS variables page
- Update deprecated meson syntax
- Link clamp/layout/scrollable docs between each other
- Force GTK_FONT_RENDERING_MANUAL for screenshots
- Typo fixes
- Stylesheet
- Increase border radii of various widgets
- Tint gray colors to make them colder
- Add hover and active transition to switch, check, radio and slider
- Increase scrollbar padding to match the new window radius
- Add .dimmed and deprecate .dim-label
- Make preferences group .labels style more specific
- Translation updates
- Belarusian
- Catalan
- Chinese (China)
- Dutch
- Hebrew
- Russian
- Serbian
- Slovenian
- Thai
(From OE-Core rev: dba976609f6932d40909727553ca8535e8b6a544)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
GCC uses C23 standard by default which does not allow
K&R style declarations
(From OE-Core rev: acc41d7f912bf9d3ee142a02d0b64cf9ff6f226e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Overview of Changes in 4.18.1, 14-03-2025
=========================================
Note: This release makes the use of the Wayland color-management protocol
opt-in, since our code is not quite ready for being used by default yet.
To enable the color management protocol, use GDK_DEBUG=color-mgmt.
* macOS: Make fractional scaling work again
* Android: Provide a GL renderer
* Bugs fixed:
- #7386 Deadkeys using UFDD modifiers do not work under gtk4 apps (Matthias
Clasen)
- #7390 recorder.ui's action items made available for translation (Matthias
Clasen)
- #7402 Trying to measure GtkPopover 0x42761b0 for height of 277, but it needs
at least 313 (Sergey Bugaev)
- #7406 Nautilus crashes when try to pin any folder as a new bookmark on the
side panel. (Matthias Clasen)
- !8191 treeview: Drop cell-only states when rendering the empty bottom area
- !8237 paned: Fix handle jump on drag start
- !8258 Revamp the portal check
- !8260 fix: Fix the type conversion (gtk demo) in the gtkgear example
- !8262 bitset: Fix annotations
- !8268 Add another font testcase
- !8269 inspector: Make editing attributes work
- !8270 docs: Add some a11y references
- !8271 docs: fix typo
- !8272 inspector: Don't translate action names
- !8273 macos: Fix HiDPI rendering on macOS
- !8274 call nproc once in gdk parallel
- !8276 docs: Clarify invalidation replacements
- !8278 android: Introduced partial OpenGL backend
- !8280 Tweak text layout
- !8282 inspector: Allow editing PangoTabArrays
- !8283 egl: modifers must be an array
- !8284 gpu: Make sure we actually download dmabuf textures again
- !8285 Make color management opt-in
- !8287 Improve key event logging
- !8288 Tweak font rendering more
- !8289 API: Deprecate gdk_surface_create_cairo_context()
- !8291 Use gtk_shell version to announce wl_surface.offset support for cursors
- !8292 gsk: Fix multiple clipping of partial pixels
- !8294 vulkan: Prepare for Vulkan using wp-color-v1
- !8296 gsk: Pad text node bounds
- !8298 window: Fix destroying with transient parent
- !8299 stack: Fix adjusting child allocation
* Translation updates:
- Basque (Asier Saratsua Garmendia)
- Bulgarian (Alexander Shopov)
- Catalan (Jordi Mas i Hernandez)
- Chinese (China) (Luming Zh)
- Czech (Daniel Rusek)
- Danish (Ask Hjorth Larsen)
- French (Vincent Chatelain)
- Galician (Fran Dieguez)
- Georgian (Ekaterine Papava)
- Hebrew (Yosef Or Boczko)
- Hungarian (Balázs Úr)
- Indonesian (Andika Triwidada)
- Korean (Changwoo Ryu)
- Lithuanian (Aurimas Černius)
- Persian (Danial Behzadi)
- Polish (Piotr Drąg)
- Portuguese (Hugo Carvalho)
- Portuguese (Brazil) (Artur Miranda)
- Russian (Artur S0)
- Slovenian (Martin)
- Swedish (Anders Jonsson)
- Turkish (Sabri Ünal)
- Ukrainian (Yuri Chornoivan)
Overview of Changes in 4.17.6, 04-03-2025
=========================================
Note: The buffer sizing fixes in this release are known to
not work with fractional scales on macOS. This will hopefully
be fixed soon. In the meantime, you can use the cairo renderer.
* GSK rendering issues on Asahi Linux are fixed
* Buffer sizing issues with fractional scaling are fixed
* GtkFontChooser scrolls to the initially selected font
* Font rendering with the new default GNOME font is improved
* The Wayland cursor shape protocol is supported
* Initial focus for popups on Android is fixed
* Bugs fixed:
- #3184 Application crashes when presenting popover menus (Matthias Clasen)
- #4019 Crash on ListBoxRow.get_index (Matthias Clasen)
- #6455 GtkFlowBox aligns incorrectly with GTK_ALIGN_END and
min/max_children_per_line (Gergo Koteles)
- #6817 Null pointer dereference in gdk_surface_request_motion (Matthias
Clasen)
- #7146 GSK issues illegal render ops with load=dont-care and blend=over with
Wayland fractional scaling, causing graphical corruption (Benjamin Otte)
- #7282 memorytexture testsuite fails the float tests (Benjamin Otte)
- #7314 Incorrect height calculations with fractional scaling under vulkan
renderer (violates vulkan validation layers) (Benjamin Otte)
- #7369 GtkTextView does not claim all click gestures (Maximiliano Sandoval)
- #7370 activating `GDK_DEBUG=EVENTS` crashes the application if a touch event
occurs (Matthias Clasen)
- #7384 Comment required for search string (Matthias Clasen)
- !6617 Fix measuring label min wfh with wrap+ellipsize+lines
- !6635 gtkmodelbutton: Always close submenus when changing parent item
- !7746 ci: Regenerate Fedora image from F41
- !8028 fontchooser: scroll to selected font
- !8111 macos: Re-enable macOS GIR generation
- !8154 adjustment: Verify that values are finite
- !8156 Clarify hide-on-close documentation
- !8188 gdkkeys-win32: Add keymap get_active_layout_index/get_layout_names
- !8231 docs: Fix the missing image in the picture screenshots
- !8232 gdk: Fix spelling for GdkAndroidDisplayNightMode enum value nick
- !8234 wayland: Update color coordinates for extra precision
- !8235 Drop GskProfiler
- !8241 macos: Do not occupy space for window buttons when full screen
- !8242 android: Update focus state on motion events for autohide surfaces
- !8243 gdk: Deprecate gdk_cairo_context_cairo_create()
- !8246 cpdb: Update gtk_print_backend_cpdb_init for latest CPDB version
- !8247 wayland: Support the cursor-shape protocol
- !8248 docs: Fix an image name
- !8250 macos: Track number of button widgets realized on a window
- !8251 wayland: Go back to the old none cursor
- !8253 Bring back unhinted extents
- !8256 wayland: Fix none cursor check
- !8263 inspector: Show font options
- !8264 Try again to fix font rendering
* Translation updates:
- Basque (Asier Sarasua Garmendia)
- Bulgarian (twlvnn kraftwerk, Alexander Shopov)
- Catalan (Jordi Mas i Hernandez)
- Chinese (China) (Luming Zh)
- Czech (Daniel Rusek)
- Finnish (Jiri Grönroos)
- Galician (Fran Dieguez)
- Georgian (Ekaterine Papava)
- Hebrew (Yosef Or Boczko)
- Indonesian (Andika Triwidada)
- Korean (Changwoo Ryu)
- Lithuanian (Aurimas Černius)
- Persian (Danial Behzadi)
- Polish (Piotr Drąg)
- Portuguese (Hugo Carvalho)
- Portuguese (Brazil) (Rafael Fontenelle)
- Slovenian (Martin)
- Spanish (Daniel Mustieles)
- Turkish (Sabri Ünal)
- Ukrainian (Yuri Chornoivan)
Overview of Changes in 4.17.5, 23-02-2025
=========================================
* Numeric mode in GtkSpinButtons works again
* Client-side dialogs can be made fully modal
* Portals work better for unsandboxed apps, by registering
* Editable labels have a context menu
* GtkListBox size allocation has been improved
* We require wayland 1.23 and wayland-protocols 1.41
* We use the wp_color_manager_v1 protocol for color management under Wayland
* Most screenshots in the documentation have a dark variant
* GtkBuilder allows inline definition for GMenu-valued properties
* Headerbars can use native window controls on macOS
* Bugs fixed:
- #4353 Keyboard: Set shortcut does not work for key-codes > 247 (Matthias
Clasen)
- #5125 Demo / Menu: Popup at wrong position, hangs on Wayland (Matthias
Clasen)
- #5815 builder: integrate menus more properly (Matthias Clasen)
- #6010 gtk4-demo > Lists > Selections emits CRITICALS (Matthias Clasen)
- #6272 a11y: API for updating platform state for custom GtkAccessible
implementations is missing (Emmanuele Bassi)
- #6355 gtk_widget_compute_transform() not working correctly with GtkPopover
(Alessandro Astone)
- #6379 GtkListBox crashes if the placeholder is focused and then TAB is
pressed
- #7191 Have a way to block parent shortcuts in AdwDialog (Matthias Clasen)
- #7215 Changing the click behavior of Gtk.EditableLabel (Matthias Clasen)
- #7229 GSK/vulkan uses mipmaps without checking the formats/tiling
`VkImageFormatProperties.maxMipLevels` (Janne Grunau)
- #7249 Cursor hotspot and cursor image are not updated atomically on Wayland
(Carlos Garnacho)
- #7257 Unexpected spacing at the end of a textview when using child widgets.
(Sergey Bugaev)
- #7286 GtkApplicationWindow show-menubar documentation inconsistent
- #7307 GtkAppChooserWidget doesn't fit in a mobile screen (Automeris naranja)
- #7310 Inspector showing child widgets & controllers twice (Florian
"sp1rit")
- #7311 GtkSpinButton:numeric=True doesn't work (Matthias Clasen)
- #7312 Dead link in common questions
- #7321 mem leak in emoji chooser (Matthias Clasen)
- #7322 invalid array index use
- #7324 Missing support for F17, F18, F19 and F20 keys on MacOS (Elisa Pau)
- #7334 Gtk password inputs should expose the displayed text (e.g. black
circles) via AT-SPI; not the underlying value (Emmanuele Bassi)
- #7340 Job Failed #4757144: Meson error
- !7951 ListBox hacking
- !8071 macos: Native window controls
- !8073 gpu: Fix off-by-one error in gsk_vulkan_mipmap_levels
- !8155 application: Register host apps with portal
- !8177 Small Android fixes
- !8178 Fix typo in `FileLauncher.set_always_ask` docs
- !8179 gdk/wayland: Use forgotten include guards
- !8180 docs: fix some typos, mainly closing ticks
- !8184 android: Provide Gdk.FOCUS_CHANGE events
- !8187 demos: Fix gettext domain in metainfo
- !8195 gtk-demo: Tweak the fixed demo
- !8196 settings: Fix GdkDisplay values ignored at init
- !8197 popovermenubar: Do not steal the focus on hover
- !8198 gi: Add missing annotation to WaylandSurface.force_next_commit
- !8200 rendernode: Add fixed-size annotations
- !8201 fontdialogbutton: Gracefully handle unknown font
- !8205 Update getting_started.md - point to Gtk.Widget.present instead of
show
- !8206 docs: Fix 'Title overline too short' error
- !8207 Update getting_started for gdk_surface_create_similar_surface
depreaction
- !8208 a11y: Fix issues in text attribute run logic
- !8210 gdk: Small documentation improvements
- !8211 wayland: Use the wp_color_manager_v1 protocol
- !8217 macos: Disable animations if setting "Reduce Motion" is active
- !8219 application: Clean up dangling inhibitor surface
- !8221 gtk-demo: Improve colors of triangle in GLArea demo
- !8222 vulkan: Fix max amount of modifiers per format
- !8223 docs: Add dark variants to widget gallery
- !8224 docs: Fix gallery images for menus
- !8228 gsk: Don't color-convert empty surfaces
- !8229 gdk: Remove GDK_DEBUG=gl-no-fractional
* Translation updates:
- Catalan (Jordi Mas)
- Chinese (Taiwan) (Chao-Hsiung Liao)
- French (Vincent Chatelain)
- Georgian (Ekaterine Papava)
- Nepali (Pawan Chitrakar)
- Persian (Danial Behzadi)
- Polish (Piotr Drąg)
- Slovenian (Martin)
Overview of Changes in 4.17.4, 01-02-2025
=========================================
This release introduces a new backend, which allows running
GTK applications on Android phones. It is still considered
experimental. Feedback and improvements are welcome!
We have a ci job that produces signed apks for gtk4-demo,
to make it easy to try this out.
* GtkFileChooser:
- Stop replacing : (colon) with U+2236 (ratio)
* GtkSpinButton:
- Avoid out-of-bounds values in some cases
* GtkWindow:
- Send expected a11y events when a window is closed
- Change accessible role back to GTK_ACCESSIBLE_ROLE_WINDOW
* GtkLabel:
- Make context menus keyboard-navigatable
* GtkVideo:
- Support rotated videos
* GDK:
- Add a way to retrieve keyboard layout information
- Use libpng api for cicp if available
* GSK
- Drop the old GL renderer
* Accessibility:
- Maintain inverse relations
* macOS:
- Enable AccessKit in ci
- Fix inverted pen tilt
* Deprecations:
- The x11 backend
- The Broadway backend
* Build:
- Require cairo 1.18.2
* Bugs fixed:
- #6755 Accessible `window:activate` events missing for Gtk4 (Matthias Clasen)
- #6823 Enumeration values starting with numbers (Matthias Clasen)
- #7210 ci: Build with -Daccesskit=enabled on macOS
- #7228 gtk4-demo settings demo does not actually write settings (Matthias
Clasen)
- #7246 Cannot navigate context menu of GtkLabel with keyboard
- #7268 RFC: API to query the current keyboard layout ?
- #7271 Test failures with libpng-1.6.45 (Alessandro Astone)
- #7279 GTKFileChooserWidget incorrectly displays "Modified" time of file when
format should be "%H:%M" (Matthias Clasen)
- #7294 Hovering buttons causes "g_object_unref: assertion 'G_IS_OBJECT
(object)' failed" (Matthias Clasen)
- !7555 Introducing new android backend
- !8017 gdk: fix crash on Wayland with already destroyed surface.
- !8060 Deprecate the X11 backend
- !8115 Introduce the label for relation and the concept of reverse relations
- !8118 Prepare the 4.17.3 release
- !8119 Post-release version bump
- !8121 vulkan: Handle VK_PRESENT_MODE_FIFO_LATEST_READY_EXT
- !8124 Fix the archive URL for Boost
- !8126 docs: Mark GtkShortcutsWindow as deprecated
- !8127 tools: Drop support for the gl renderer
- !8128 spinbutton: Consider adjustment value sanitization
- !8129 Drop test exclusions for the gl renderer
- !8133 ci: Move subproject download and update over to a separate job
- !8134 Keep installing gsk/gl/gskglrenderer.h
- !8137 gtktextattributes and gtkaccessible copy-paste errors
- !8138 gtk-demo: Plug a memory leak
- !8139 window: Hide accessible earlier
- !8140 Keep installing gsk/gl/gskglrenderer.h
- !8142 gtk4-builder-tool: Plug a few memory leaks
- !8144 macos: fix broken accounting messages and click after moving the
window
- !8147 Docs: Small fixes
- !8148 text: Correct the documentation
- !8150 Avoid using deprecated GtkWindow::keys-changed internally
- !8151 gstreamer: Implement rotation tag support
- !8157 gstreamer: Improve rotation tag support
- !8160 docs: Don't recommend usage of deprecated ToggleButton method
- !8163 gdk/contentserializer: Force specific URI schemes to serialize as URI
- !8164 gdk/wayland: Ensure to generate grab broken events before crossings
- !8166 filedialog: fix typo in docs
- !8167 macos: Gtk4: Fix inverted pen Y tilt on macOS
* Translation updates:
- Slovenian (Martin)
- Thai (Aefgh Threenine)
Overview of Changes in 4.17.3, 16-01-2025
=========================================
* GtkText:
- Consume Ctrl-A
- Handle Cut', Copy, Paste, Undo, and Redo keys
- Improve a11y representation
* GtkLabel:
- Consume Ctrl-A when we handle it
- Pass mnemonics to a11y
* GtkTextView:
- Handle Cut, Copy, Paste, Undo, and Redo keys
- Fix disappearing carets after focus changes
* GtkFileChooser:
- Handle Find keys
- Set a11y label on Search button
- Set a11y labels on pathbar buttons
- Pass key-shortcuts for the "New folder" button
* GtkAppChooser:
- Fix sorting
* GtkListBox:
- Improve a11y representation
* GtkColumnView:
- Fix column dnd in right-to-left context
* GtkWindow:
- Make resize corners gapless with rounded corners
* GtkPopoverMenu:
- Show mnemonics on Alt press
* GtkMenuButton:
- Improve a11y representation
* GtkFileDialog:
- Fix a crash
- Add more text file api variants
* GtkSizeGroup:
- Improve consistency measurements and allocations
* GtkBuilder:
- Parse tab arrays and font descriptions in Pango syntax
* Wayland:
- Rely on scale events for pointer surfaces
- Make idle inhibit work with fullscreen subsurfaces
* Accessibility:
- Implement GetKeyBinding properly for actions
- Set key-shortcuts attribute
- Fix state change notification for some states
- Set application ID attribute
* MacOS:
- Make the NGL renderer work again
* GSK:
- Don't double-clip edges for shadows
* Demos:
- widget-factory: Set alternative text on pictures
- gtk-demo: Allow to run as a service
* Deprecations:
- GtkShortcutsWindow
- Loading themes from ~/.themes
- <child> in ui files where child properties exist
* Translation updates:
Brazilian Portuguese
Georgian
Turkish
Overview of Changes in 4.17.2, 26-12-2024
=========================================
* GtkWindow:
- Rework computing the minimum size
* GtkPicture:
- Fix measuring with content-fit = scale-down
* GtkStack:
- Report constant size request mode in more cases
- Avoid measuring children aginst preferred request mode
- Fix measuring during size interpolation
* GtkFlowBox:
- Improve size request mode reporting
- Fix measuring minimum height
- Fix measuring natural width
- Implement hfw vai binary search
* GtkScrolledWindow:
- Report constant size request mode in more cases
- Skip measuring children if we can
* GtkBox:
- Don't always reserve height for baseline alignment
- Rework natural opposite size-for-size computation
- Add fast paths for some cases of measurement and allocation
* GtkLayoutManager:
- Skip invisible children for request mode determination
- Prefer hfw, all things being equal
* GtkColorPicker:
- Respect GDK_DEBUG=no-portals
* GtkEntry:
- Stop guessing text direction from keyboard layout
- Add a shortcut and context menu item to change text direction
* GtkSpinButton:
- Make numeric spin buttons always LTR
* GtkAboutDialog:
- Small UI improvements
* Accessibility:
- Add an AccessKit backend. Use -Daccesskit=enabled to build it
and GTK_A11Y=accesskit to use it
* Windows:
- Drop the AeroSnap emulation
* Wayland:
- Always clear exported surface IDs on finalize
- Use the correct display for imcontext
* Vulkan:
- Make GdkVulkanContext work with Android armv7
* Build:
- Require GLib 2.80
- Require harfbuzz 8.4
- Require pango 1.55
- Require C11
* Translation update:
Russian
Overview of Changes in 4.17.1, 06-12-2024
=========================================
This release switches our portal support from opt-in to opt-out.
We will use portals by default, unless you set GDK_DEBUG=no-portals.
And we will *always* use portals in flatpaks.
* Text rendering:
- Make error underlines smaller
* GtkText:
- Avoid selecting inserted Emoji
* GtkPlacesView:
- Improve accessibility
* GtkFileChooser:
- Fix a case where search was stealing focus
* GtkEmojiChooser:
- Update to CLDR 46 / Unicode 16
* Accessibility:
- Fix DBus signature of ChildrenChanged
* GDK:
- Don't recycle threads too aggressively
- Add GDK_DISABLE=threads to disable threaded operations
- Improve parallelization for small tasks
* GSK:
- Make occlusion checking more effective
- Clip luminosity when clipping colors (avoiding masking artifacts)
- Fix problems with dihedral transforms
* Vulkan:
- Streamline Vulkan setup
- Fix blurry rendering at certain scale/size combinations
* OpenGL:
- Conform to buffer offset alignment requirements
* Windows:
- Fix pasting certain bitmaps
* Documentation:
- Revise and modernize some docs
* Debugging:
- Inspector: Show surfaces and renderers in the tree
- Inspector: Make the object tree resizable
- Inspector: Add a "Copy for gitlab" button
* Translation updates
Icelandic
Serbian
Slovenian
Overview of Changes in 4.17.0, 06-11-2024
=========================================
* GtkScrolledWindow
- Fix criticals in size allocation code
* GtkFileChooser
- Fix a crash in the portal code
* GtkFontChoser
- Make the dialog more shrinkable
* GtkPicture
- Avoid unnecessary resizes
* GtkVideo
- Make dmabufs work without GL
* GtkListBox:
- Add a tab-behavior property to influence keynav
* GtkEmojiChooser:
- Fix problems with insertion and selection
* GtkStringList:
- Add gtk_string_list_find
* GtkApplication:
- Respect GDK_DEBUG=no-portals
- Set default window icon from app ID
* GtkTextView:
- Vertical and horizontal positioning of the textview is now quantized
to the nearest device pixel. This should improve the perceived smoothness
of scrolling with fractional scaling and font hinting.
- Incorrect re-use of cached styling was fixed
- Fix some missing CSS invalidation
- Handle charsets in clipboard datatypes
* Printing:
- Avoid warnings for avahi errors
- Fix a segfault in the print dialog setup code
* Accessibility:
- Always realize non-widget accessibles, to help webkit
- Fix list view selection implementation
- Handle NULL values in more places
* Gstreamer:
- Make dmabufs works without GL
* Gdk:
- Add OKLAB and OKLCH color states
- GL: Drop support for GLES 2 and GL < 3.3
- GL: Use the ngl dmabuf downloader instead of the GL downloader
- Vulkan: Drop the GDK_VULKAN_DEVICE env var. Use MESA_VK_DEVICE_SELECT instead
- Vulkan: Use the swapchain maintenance extension to release swap images
- Forbid opening displays before gtk_init()
* Gsk:
- Many improvements to the dmabuf downloaders
- ngl: Avoid glBufferSubData for globals, speeding up llvmpipe
- Renderer selection will no longer consider the GL renderer
- Allow Vulkan software rendering as fallback
- Support gradient interpolation in different color states
* Wayland:
- Improve settings portal handling
- Improve fallback for cursor themes
- Make cursor theme changes apply immediately
- Use a viewporter for cursor image scaling
- Improve cursor size handling
- Use the system bell protocol if available
- Fix possible deadlock with high-priority sources triggering roundtrips
* Windows:
- Improve the backend code
- Fix some problems with WGL on NVidia
- Many testsuite fixes for Windows compatibility
- Make all pixbuf loaders builtin in the gdk-pixbuf subproject
- Add GDK_DISABLE=aerosnap to disable aerosnap
- Improve clipboard handling
- Fix behavior or gdk_display_open() on Windows
- Numerous papercut fixes
- Require Windows 10
* Macos:
- Fix crashes when dragging libadwaita TabView tabs
- Require macOS 10.15
* Tools and demos
- gtk4-demo: Make demos standalone
- gtk4-demo: Drop GL shader demos
- gtk4-demo: Improve scrolling benchmarks
- gtk4-builder-tool: Improve separator handling
- gtk4-image-tool: Better color state support
* Build:
- Don't set GSK_RENDERER in our flatpaks
- Require meson 1.2
* Translation updates
Belarusian
Brazilian Portuguese
British English
Galician
Lithuanian
Romanian
Slovenian
Swedish
(From OE-Core rev: 204474ba88963d8c5eb3be996b12896b63dd88c9)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This awkward invocation is no longer required as kmod just uses the stdout file
descriptor, rather than explicitly opening /dev/stdout.
(From OE-Core rev: c54e9e205c5cc45c37c34a472a7e78266ee17983)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Migrate to meson from autotools. Drop remnants of ptest support which was
removed in 2015:
https://git.openembedded.org/openembedded-core/commit/?id=f80d136bdd578468035a88125fa1b84973fd912b
Remove configuration directory/symlink handling which is now done by the meson
build. Fix manpage generation.
kmod 34
=======
- Improvements
- Drop pre-built .ko modules from git - distros/packages will need the
linux-headers to be able to run the testsuite. There was limited use
of the feature, while linters complained about "source-not-included"
or "source-contains-prebuilt-binary".
- Switch build system to meson: autotools is still supported but slated
for removal on next release. This is the transition release to help
distros and integrators to move to the new build system. Default options
target distros while developers can use the build-dev.ini configuration
file.
- Allow to load decompression libraries on demand: liblzma.so, libz.so
and libzstd.so can now be loaded on demand, only when there is
such a need. For use during early boot for loading modules, if
configured well it means none of these libraries are loaded: the
module loading logic via finit_module() will just hand over to kernel
the open file descriptor and kernel will use its own decompress routine.
If kernel doesn't handle decompression or if the module is compressed
with a different algorithm than the one configured in the kernel,
libkmod can still open the module by dynamically loading the
correspondent library.
Tools inspecting the module contents, like modinfo, will load that
single decompression library instead all of them.
For distros building with meson it's possible to choose the behavior
per library. Examples: a) -Ddlopen=all uses dlopen behavior for all
the libraries; b) -Ddlopen=xz, will make only xz to be dlopen'ed
while other enabled libraries will be linked in at build time.
The use of dlopen is annotated in the ELF file by using the ELF
Package Metadata spec as documented in
https://systemd.io/ELF_PACKAGE_METADATA/. Example:
$ dlopen-notes.py libkmod.so
# build/libkmod.so
[
{
"feature": "xz",
"description": "Support for uncompressing xz-compressed modules",
"priority": "recommended",
"soname": [
"liblzma.so.5"
]
}
]
- Add -m / --moduledir to depmod to override in runtime the module
directory that was already possible to set on build time. Document
the interaction between the dir options: base, module and output.
- Better error propagation in libkmod for its internal APIs and libc
functions up to the callers.
- Improve libkmod API documentation by adding new sections, documenting
functions previously missing, rewording existing ones, adding version
information, cross-referencing, etc.
- Remove deprecated arguments for depmod: --unresolved-error, --quiet,
--root and --map.
- Remove deprecated arguments for rmmod: -w.
- Remove deprecated arguments for insmod: -p and -s.
- Add --syslog and --force for insmod to normalize it with other tools.
- Add bash, fish and zsh shell-completion for insmod, rmmod and lsmod.
- Remove depmod_module_directory_override from .pc as the kernel side
is not making use of it and will likely not need it.
- Improve builtin module listing and retrieving information from its
modinfo index which reduces the amount of needed syscalls by 90%.
- Improve zstd decompression by using streaming bufferless mode which
reduces the amount of syscalls by 65%.
- Increase use of pread while parsing ELF and indexes in order to reduce
syscalls and improve performance.
- Improve module sorting in depmod to speedup the use of the
modules.order index and support duplicate lines in it.
- Avoid misaligned memory access while reading module signature in
libkmod.
- Add more documentation for contributing to kmod. New developers are
welcome to look at the new README.md and CONTRIBUTING.md files for
information on process, coding style, build/installation, etc.
- Overhaul man pages with multiple clarifications, section rewrites and
additional documentation.
- Drop --with-rootlibdir as it's seldom used and was partially broken.
- Drop strndupa() and alloca() for increased libc compatibility.
- Better handling of LFS for increased compatibility with libc.
- Protect kmod_get_dirname() and kmod_new() against NULL argument.
- Normalize --version / --help output across all tools.
- Always include log priority in messages, even when building with debug.
- Optimize index reading by lazily reading nodes on demand, reducing
FILE overhead and reducing code duplication wrt FILE vs mmap
implementations, etc.
- Switch index to pre-order to improve performance in both read and
write, meaning faster lookup and faster depmod. Some examples:
a) traversing all indexes via configuration dump shows a 9%
improvement on Raspberry Pi 2. b) writing the indexes takes 90% less
lseek() calls, leading to a performance gain of 13%.
- Make symlink install locations more similar to what distros are
using: by default it installs the kmod binary as bin/kmod and the
symlinks are located in e.g. `sbin/depmod -> ../bin/kmod`. Changing
the sbin location is sufficient to move the symlinks to the
appropriate place, so distros using `--sbin /usr/bin` will have them
installed in that directory. This avoids distros having to remove the
symlink and add the symlinks by themselves. (meson only)
- Install configuration directories,
/{etc,usr/lib}/{depmod,modprobe}.d/ as part of installation, matching
what several distros do during packaging. (meson only)
- Bug fixes
- Fix testsuite using when using configurable module dir.
- Fix typos on documentation and source code.
- Fix out of bound access in multiple places when using long paths,
synthetic huge files, or handling memory allocation errors, or
inconsistent variable types, particularly on 32b builds.
- Fix internal array APIs, with better error checking: improve execution on
very memory-constrained scenarios or very long paths.
- Fix absolute path handling in depmod.
- Fix libkmod memory leaks on error handling when getting builtin
module list.
- Do not crash on invalid modules.builtin.modinfo file.
- Fix link with lld resulting in empty testsuite.
- Fix testsuite build/execution with musl.
- Others
- Adopt clang-format and editorconfig for coding style and setup CI
action to keep the codebase consistent.
- Adopt codespell in CI.
- Adopt CodeQL integration in CI.
- Adopt Codecov in CI.
- Adopt SPDX copyright and license identifiers throughout the project.
- Add more distros to CI, 32b builds, clang as compiler and lld as
linker.
- Add support for clang sanitizers and squelch warnings.
- Add tests for builtin modules from modinfo index file.
- Multiple testsuite refactors and fixes to make it simpler to write tests.
- Add CI coverage for docs
- Improve strbuf implementation with more error checks and generalize
it to cover the role of scratchbuf. This allows to remove the
scratchbuf implementation.
- Use common array and strbuf code in depmod to remove duplication.
- Add abstraction and use more compiler builtins for addition and
multiplication with overflow checking.
- Normalize use of C attributes throughout the project.
(From OE-Core rev: 5ed23bb44dcfb6488134a0e5d83adc9abbaed1aa)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The updated kmod build (using meson) causes the output which results from `info
line kmod_help` to change. Relax the regex so that both old and new reponses
will pass.
(From OE-Core rev: 8783e7b8109b02847cf3b07421582c4fdb18949c)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Swap static link removal patch to a backport of upstream, remove autotools
usage (this is just a Makefile recipe), fix up metadata.
Changes:
Dimitry Andric (1):
Fix clang 15 -Wstrict-prototypes warnings
Drew DeVault (2):
README.md: mention system packages
Update version to 1.11.3
Eli Schwartz (2):
remove useless re-declarations of standard functions
get rid of some unused includes
Humm (3):
use .PP for paragraph breaks
scdoc(1), scdoc(5): follow conventions more closely
simplify list output
Max Schillinger (1):
fix formatting of escaped backticks
Simon Branch (2):
scdoc.5: fix capitalization of subsection headers
scdoc.5: fix formatting in the preamble
Simon Ser (1):
man: add section about SOURCE_DATE_EPOCH
jturtle (1):
Emit '\e' instead of '\\'
(From OE-Core rev: a57fa257b4e64a790ee649661c0a386803acf0a5)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scdoc is a simple man page generator for POSIX systems written in C99.
(From OE-Core rev: 00c9683ae5ca5dd2d4490caa7a408a1a04a60f13)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
GCC15 imposes C23 by default and 1.4.19 release has gnulib version which
can not be compiled without errors, while new release of m4 is in progress
we might use C17 until then and use GCC15 to compile it
(From OE-Core rev: b99f5c44aaa925bdc2a0534458dcb95d1514dc66)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The fix to make this work with GCC15/C23 caused problems with older gcc versions.
Add a fix for that.
(From OE-Core rev: 08fce47470c629cbdd85a5ad486bc79b05afa44b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
libstdc++.modules.json is new file in libstdc++ from GCC-15
it is the module mapping file used in C++ projects that
utilize C++20 modules
(From OE-Core rev: bbfe7ee5b64618649eb8aff753b444c97313e617)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Particularly:
- one of the tests requires a C.utf-8 locale
(only available in glibc)
- another needs .gir files to be installed
Also, consolidate the ptest dependencies in a
single variable assignment.
(From OE-Core rev: e9b318408bd6e68e4d7f7d4f74abf6d55f2dae09)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Add option for tests to prevent them from being built without PACKAGECONFIG[tests] being selected
Overview of changes in GLib 2.84.0, 2025-03-06
==============================================
* Bugs fixed:
- #3590 Update Slovenian (sl) translation in glib
- !4539 Update Korean translation
- !4540 tests: Minor fixes to reference and stream-rw_all tests
- !4542 gdebugcontrollerdbus: Fix a minor typo in a code example in the docs
- !4543 Update Hungarian translation
* Translation updates:
- Hungarian (Balázs Úr)
- Korean (Changwoo Ryu)
- Slovenian (Martin)
Overview of changes in GLib 2.83.5, 2025-02-28
==============================================
* A few improvements for when GLib is used as a subproject (#3625, #3626, work
by Simon McVittie)
* Fix out-of-order parameters in a marshaller generated by `gdbus-codegen`
(!4524, work by Ryan Gonzalez)
* Bugs fixed:
- #3272 gutils-user-database test crashes in CI with G_DISABLE_ASSERT and -m
thorough (Philip Withnall)
- #3424 Update the release instructions (Philip Withnall)
- #3615 Use of timeout in GApplication example code (Reuben Thomas)
- #3625 when GLib is a subproject, check-missing-install-tag.py asserts that
the parent project has install tags (Simon McVittie)
- #3626 when GLib is a subproject and pcre2 is a subproject, pcre2's tests are
run (Simon McVittie)
- !4507 [th/gdataset-misc] minor improvements in gdataset.c (around
g_datalist_id_remove_multiple())
- !4508 [th/datalist-update-atomic-no-keyid] gdataset: drop "key_id" argument
from GDataListUpdateAtomicFunc
- !4509 tests: Search the appropriate directories for our GIR XML inputs
- !4510 doc: Simplify instructions for testing with Automake
- !4511 Update Georgian translation
- !4512 Update Czech translation
- !4513 [th/gobject-inline-private-call] gobject: avoid GLIB_PRIVATE_CALL()
for g_datalist_id_update_atomic
- !4514 Update Ukrainian translation
- !4515 doc: point to iconv(3) and iconv(3posix) for more details about iconv
- !4516 Update Bulgarian translation
- !4517 Update file fa.po
- !4518 Update Chinese translation
- !4521 docs: Fix man page link for xattrs
- !4522 Meson: Disable lint+no-valgrind tests when tests option is set to
false
- !4523 [th/gobj-performance-fixes] improvements and fixes for gobject's
`performance.c` benchmark
- !4524 gdbus-codegen: Fix callback GUnixFDList parameter order
- !4526 [th/gobj-performance-2] more improvements to GObject's `performance.c`
and add test "property-set-signaled"
- !4527 Updated Lithuanian translation
- !4529 Update Portuguese translation
- !4531 Update Swedish translation
- !4535 Update Galician translations
* Translation updates:
- Bulgarian (Alexander Shopov)
- Chinese (China) (lumingzh)
- Czech (AsciiWolf)
- Galician (Fran Diéguez)
- Georgian (NorwayFun)
- Lithuanian (Aurimas Černius)
- Persian (Danial Behzadi)
- Portuguese (Hugo Carvalho)
- Swedish (Anders Jonsson)
- Ukrainian (Yuri Chornoivan)
Overview of changes in GLib 2.83.4, 2025-02-20
==============================================
* Fix Python shebang paths so they work on Windows again (#3331, work by
Dan Yeaw and others)
* Fix refcounting semantics of `g_dbus_connection_register_object_with_closures()`
by adding a replacement API (#3560, work by Philip Withnall)
* Support static vfuncs in GIRepository (!4457, work by Philip Chimento)
* Add support for QNX8.0 (!4466, work by Felix Xing)
* Add a soft dependency on C11 — if your toolchain doesn’t support C11, you have
six months to tell us before this becomes a hard dependency (!4473)
* Port from `net.hadess.PowerProfiles` to `org.freedesktop.UPower.PowerProfiles`
for `GPowerProfileMonitorDBus` (!4478, work by Marco Trevisan)
* Bugs fixed:
- #3331 Windows build broken because of Python paths (Dan Yeaw)
- #3448 Use after free in GCancellableSource test (Marco Trevisan (Treviño))
- #3560 Fix refcounting semantics of
g_dbus_connection_register_object_with_closures() (Philip Withnall)
- #3578 gkeyfile: Honor C in $LANGUAGE as gettext does (Gaël Bonithon)
- #3587 g_app_info_launch crashes on macos (Andre Miranda)
- #3592 GDBusConnection does not handle serial number overflow (Philip
Withnall)
- #3595 Toolchain documentation should mention that GLib assumes functions can
be called through wrongly-typed function pointers (Demi Obenour)
- #3612 cancellable unit test crashes in /cancellable-source/threaded-dispose
(Marco Trevisan (Treviño))
- #3613 Potentially revert g_win32_com_clear() due to pulling in windows.h
- !3255 Drop TypeNode reference counting
- !4046 Add G_OPTION_FLAG_DEPRECATED
- !4457 Support static vfuncs in GIRepository
- !4461 docs: Update the release documentation for the new release workflow
- !4464 gosxappinfo: Fix leak
- !4466 Add support for QNX8.0
- !4468 Registry backend fixes
- !4471 glib.supp: Ignore once-per-thread leak from SysprofCollector
- !4472 gkeyfile: Convert docs to gi-docgen linking syntax
- !4473 build: Add a soft dependency on C11
- !4475 docs: Fix invalid references and broken links
- !4476 tests: Cleanup python tests and add tests for gi-compile-repository
and gi-inspect-typelib
- !4477 gcancellable: remove sketchy source ref/unref
- !4478 gio/powerprofilemonitordbus: Use newer D-Bus API
- !4479 docs: Make docs more markdown-ish
- !4483 tests: Fix a memory leak if a callable-info test is skipped
- !4486 meson: Fix typo in comment about python shebang
- !4487 gio/gfilemonitor: Use atomic API to get / store cancelled state
- !4488 gmain: Use atomic logic to handle internal GSource flags
- !4490 gio/subprocess: Lock while writing on shared pid and status values
- !4491 Update Brazilian Portuguese translation
- !4492 gfilemonitor: Various cleanups and minor fixes to property handling
- !4493 gdbus: Add g_clear_dbus_signal_subscription() inline convenience
function
- !4494 gio/subprocess: Initialize pid variable to 0
- !4495 gio/gvolumemonitor: Suggest disconnecting signals
- !4496 Update Polish translation for GNOME 48
- !4497 tests: Fix a minor leak in a new GSubprocess test
- !4498 gdatetime: Fix integer overflow when parsing very long ISO8601 inputs
* Translation updates:
- Polish (Piotr Drąg)
- Portuguese (Brazil) (Rafael Fontenelle)
Overview of changes in GLib 2.83.3, 2025-01-23
==============================================
* Fix build-time paths appearing in generated `Gio-2.0.gir` and
`GioUnix-2.0.gir` files (#3564, work by Simon McVittie)
* Fix crash on macOS when opening links (#3568, work by John Ralls)
* Bugs fixed:
- #3558 Recent `(inout)` changes caused unintended side-effects with
`GWeakRef` (Michael Catanzaro)
- #3561 Missing nullable annotation on parameter user_data and on the return
value of GVfsFileLookupFunc callback (fbrouille)
- #3562 GBytes semantics of handling empty strings are inconsistent and
confusing (Philip Withnall)
- #3563 Bad anchor link in g_signal_connect() documentation
- #3564 build-time paths to gio/gunixmounts.h, etc. end up in Gio-2.0.gir,
GioUnix-2.0.gir (Simon McVittie)
- #3568 Links crash application on MacOS due to lack of machine-id file (John
Ralls)
- #3569 Requirement of GUnixMountMonitor for a Valid Timestamp from
unix_mount_at is not Suffeciently Documented (Philip Withnall)
- #3582 gmacros: _G_BOOLEAN_EXPR_IMPL is incompatible with c++ functions
marked constexpr
- !3885 [th/gdataset-index] add a lookup index (GHashTable) to `GData`
- !4392 GWin32: Add g_win32_com_clear()
- !4436 docs: Add --generate-md to the gdbus-codegen documentation
- !4437 docs: Fix some backslash escaping issues in doc comments
- !4440 gio, gobject: Improve reproducibility of enumtypes headers
- !4441 gstrfuncs: Drop a redundant paragraph
- !4442 Don't define test setups unless we're testing
- !4443 build: Make the introspection feature yield
- !4444 Fix pointer-to-paramref syntax in docs
- !4446 gio: Fix a link to a specifications document
- !4449 Add several assertions to help static analysis and fix some GIR
annotations
- !4450 Fix GCC version detection for GUINT*_SWAP_LE_BE
- !4454 gioenums: Add deprecation for FLAGS_NONE
- !4455 docs: Use gi-docgen syntax in main-loop.md
- !4458 docs: Document more extension points
- !4460 docs: Clarify that g_array_unref() works like g_ptr_array_unref().
Overview of changes in GLib 2.83.2, 2024-12-11
==============================================
* This release has the same code as 2.83.1, but contains a fix for release
archive generation which means that 2.83.1 does not have a release archive
* Bugs fixed:
- !4433 ci: Enable -Dintrospection for dist builds
Overview of changes in GLib 2.83.1, 2024-12-11
==============================================
* Bugs fixed:
- #1251 gio/tests/contenttype fails on OS X: "public.directory" !=
"public.folder"
- #3441 Bump minimum supported version of macOS (John Ralls)
- #3493 Heap buffer overflow read in utf8_verify_ascii() (Philip Withnall)
- #3511 Build failure “'ifunc' is not supported on this target” with muslc
(Philip Withnall)
- #3517 Silent linked-list corruption in g_static_resource_init() on redundant
calls
- #3524 Wrong parameter type for g_enum_register_static in GObject-2.0.gir
(Jan-Willem Harmannij)
- #3526 Segfault in statically linked binary during initialization of ifuncs
since 2.83.0 (Philip Withnall)
- #3532 g_converter_output_stream_write() can return 0 (Benjamin Otte)
- #3540 g_signal_connect on "notify::non-existant-property" doesn't warn for
invalid property (Sid)
- #3545 Modernize the default value for g_thread_pool_set_max_unused_threads
(Matthias Clasen)
- #3546 Make the thread name available (Matthias Clasen)
- #3548 Fix g_settings_schema_has_key() to work with extended schemas
- #3552 Missing nullable annotation for `log_domain` in `GLogFunc` callback
(Roberto Leinardi)
- #3559 2.82.3 regression: lollypop crashes on startup (Philip Withnall)
- !4232 refstring: Fix race between releasing and re-acquiring an interned
GRefString
- !4382 girepository: gi_object_info_find_signal(): Avoid repeated allocations
- !4384 test utils: Make nonfatal assertions an option
- !4385 gutf8: Skip ASan instrumentation for load_word
- !4389 macos: Add extra content type tests
- !4393 Replace procfs linuxism with kinfo freebsdism
- !4395 appmonitor: Fix warning building test
- !4396 tests: Factor out a function to convert FD to path
- !4398 grefstring: Mark a variable as potentially unused
- !4399 meson: Add variables to -uninstalled.pc files
- !4401 testutils: Documentation improvements
- !4403 Revert "CI: Rebuild a slightly newer version of ninja for debian-
stable-i386"
- !4406 glib/gbytes: Be more careful when saving a GBytes of NULL
- !4407 guri: Fix paths starting with ‘//’ when parsing
- !4410 threadpool: Simplify pool thread naming
- !4411 gdbusconnection: Allow creating connection with cross-namespace
- !4412 gmessages: Treat DEBUG_INVOCATION=1 same as G_MESSAGES_DEBUG=all
- !4413 gunicode: Update some comments in gunicode.h for Unicode 16.0.0
- !4414 gdbus: Add a few missing `(nullable)` annotations to GDBus method
invocation related functions
- !4415 gdbus: Fix leak of method invocation when registering an object with
closures
- !4421 gparam: Add link to constructed vfunc to CONSTRUCT
- !4422 docs: Fix dead link in CONTRIBUTING
- !4423 gio-tool: Clarify that `gio mount -l` only lists user-interesting
things
- !4424 ci: Ensure all variables are quoted in .gitlab-ci.yml
- !4425 tests: Skip unsupported dbus-appinfo test on GNU/Hurd for the moment
- !4428 girepository: Expose gi-compile-repository and gi-* tools in pkg-
config
- !4429 gdbus: Add nullable annotations for fd list outs
- !4432 ci: Add release component to automate tarball publishing
Overview of changes in GLib 2.83.0, 2024-11-06
==============================================
* Update to Unicode 16.0.0; there may be bugs in linebreaking support, see #3518
(#3460, work by Philip Withnall)
* Optimise UTF-8 validation of strings, including use of ifuncs to prevent
spurious warnings from sanitizers and valgrind (#3481, work by Christian
Hergert)
* Fix a potential buffer overflow in `GSocks4aProxy` (#3461, work by
Michael Catanzaro)
* Change the default value of -Dglib_debug from `auto` to `enabled` for
developers — distributions will almost certainly want to override it to
`-Dglib_debug=disabled` for package release builds though; see #3421
* Revert per-instance locking changes in `GCancellable` as they introduced new
races (#3448)
* Bump Meson dependency to 1.4.0 (!4244, work by Benjamin Gilbert)
* Rename multiple `g_unix_mount_*()` APIs to `g_unix_mount_entry_*()` (#3492,
work by Jialu Zhou)
* Add a new `GFileMonitor` backend for macOS and BSD: libinotify-kqueue (!3657,
work by Gleb Popov)
* Add APIs for sync, async and finish function annotations to libgirepository
(!3746, work by Evan Welsh)
* Bugs fixed:
- #3289 readlink -f fails in CI on macOS
- #3415 module-test-library and module-test-plugin tests fail on FreeBSD and
muslc (Philip Withnall)
- #3417 Investigate trampoline performance implications in g_mutex_lock_impl()
changes (Philip Withnall)
- #3421 Default value for glib_debug meson option (Philip Withnall)
- #3444 deprecation warnings when using gobjectnotifyqueue.c
- #3450 Should check for epoll_create1 rather than epoll_create (Philip
Withnall)
- #3451 Gio.MenuModel docs have an outdated UI example (Philip Withnall)
- #3456 Test /unix-mounts/get-mount-entries fails unless libmount is enabled
(Philip Withnall)
- #3458 scan-build CI job fails due to gvdb subproject not having meson.build
(Philip Withnall)
- #3460 "404: Page not found" Error on "submitted as merge requests" Link
(Philip Withnall)
- #3461 Buffer overflow in set_connect_msg() (Michael Catanzaro)
- #3464 g-ir-scanner fails silently on msys2 CI jobs (Philip Withnall)
- #3465 Avoid GError for control flow in GResources
- #3469 Unclear correctness of g_malloc() in pattern_coalesce() (Michael
Catanzaro)
- #3470 Update to Unicode 16.0.0 (Philip Withnall)
- #3472 Overactive GVariantTypeInfo collection causes considerable overhead
(Christian Hergert)
- #3477 Determine policy on 32-bit support (Philip Withnall)
- #3478 Incorrect Examples in GVariant Specification (Christian Hergert)
- #3480 glib/gvariant: incorrect use of G_ANALYZER_ANALYZING (Christian
Hergert)
- #3481 Discussion: utf8 validation optimization (Christian Hergert)
- #3483 mainloop Unix FD test intermittently fails on Hurd (Philip Withnall)
- #3484 g_app_info_launch_default_for_uri no longer works on macOS
- #3486 GVariant inline allocation support broke i686/32-bit builds (Christian
Hergert)
- #3488 `glib` does not properly detect `gobject-introspection` (Philip
Withnall)
- #3489 Multicast cannot be joined on Mac OS on non-default interface
(Nirbheek Chauhan)
- #3490 Meson: fix support for aarch64-w64-mingw32 (Windows on ARM64) (Carlo
Bramini)
- #3492 Incorrect Documentation for g_unix_mount_get_mount_path Return Value
Ownership (Jialu Zhou)
- #3500 AIX: build failure due to pollfd structure change (Parth Patel)
- #3502 Test regressions with tzdata 2024b (Rebecca N. Palmer)
- #3508 g_array_free and free_seg
- #3512 AIX: Undefined symbol related to ASAN Sanitizer
- !3657 Introduce a new GFileMonitor backend: libinotify-kqueue
- !3746 girepository: Add APIs for sync, async, and finish function
annotations
- !3816 Update the wrap file for gi-docgen
- !4126 build: Enable -Wfloat-conversion and fix warnings
- !4176 tests: Expand tests for app launching via D-Bus
- !4196 refstring: add GEqualFunc for ref-counted strings
- !4202 simpleproxyresolver: Ignore host with scope id
- !4204 Fix minor issues found by static analysis, and add some additional
code comments
- !4216 build: Post-release version bump
- !4218 Persian l10n
- !4219 tests: Run lint tests with detected bash
- !4223 Update Korean translation
- !4224 Update Catalan translation
- !4225 Update Czech translation
- !4226 Update Portuguese translation
- !4227 gspawn: close child_err_report_fd before exiting on error
- !4235 Update Ukrainian translation
- !4236 Cherry pick Polish and Brazilian Portuguese translations from
glib-2-82 to main
- !4237 Update French translation
- !4239 Update Galician translations for main
- !4243 gresource: Convert docs to gi-docgen linking syntax
- !4244 build: Bump Meson dependency to 1.4.0
- !4245 resource: Add g_resource[s]_has_children and avoid a pointless
allocation
- !4248 dir: Avoid some allocations
- !4252 gio: Fix overindented docstring of buffer argument
- !4253 Update Bulgarian translation
- !4254 Update British English translation (main)
- !4256 Updated Lithuanian translation
- !4257 Update Hungarian translation
- !4260 Collation keys are not encoded in UTF-8
- !4261 gsocket windows: check event before calling WSAEnumNetworkEvents
- !4262 Update Russian translation
- !4264 Update Danish translation
- !4267 Update Georgian translation
- !4268 subprojects: Update pcre2 to 10.44
- !4269 docs(glib): Fix link in string-utils ref
- !4272 gio: Add a query_exists vfunc to GFile
- !4277 tests: Add some explicit float → int casts
- !4278 GDBus: Don't log a message for G_DBUS_CONNECTION_FLAGS_CROSS_NAMESPACE
- !4286 glib/gvariant: avoid GVariantType copy for stack builders
- !4288 girepository: Make _blob_is_registered_type static inline
- !4290 glib/gbytes: save small byte buffers inline
- !4292 Fix incorrect use of assert/debug/check macros
- !4293 gvarianttypeinfo: reduce caching overhead
- !4294 gvarianttype: mark const functions as such
- !4295 gvariant: Avoid malloc/free in valid_format_string()
- !4296 glib/gvariant: use g_utf8_validate() for strlen
- !4297 glib/gvarianttype: g_variant_type_is_subtype_of() fastpath
- !4298 glib/gvariant: avoid g_renew() for definite tuples
- !4299 glib/gvariant: Avoid extraneous GBytes ref counting
- !4300 gpoll windows: use a threadpool when polling large number of fds
- !4301 glib/gvariant: Inline small gvariant data using C99 flexible arrays
- !4302 glib/gvariant: skip bitlock for g_variant_ref_sink()
- !4303 gbytes: Convert docs to gi-docgen linking syntax
- !4304 gutf8: Convert docs to gi-docgen linking syntax
- !4305 build: switch back to c_std=gnu99 pending ObjC fix
- !4307 ci: Re-enable fatal warnings for FreeBSD CI
- !4308 utils: Add g_steal_handle_id() to complement g_clear_handle_id()
- !4310 tests: FreeBSD doesn't use glibc
- !4311 tests: Move fake-document-portal subprocess inside dbus-appinfo test
- !4313 remove quadratic behavior in g_string_replace
- !4315 fuzzing: Add simple fuzz test for g_string_replace()
- !4318 CI: Use Visual Studio 2019 for the MSVC CI
- !4321 gvariant-core.c: Fix suffix alignment on 32-bit MSVC builds
- !4322 gvariant: Fix unused variables when G_DISABLE_ASSERT is defined
- !4323 gbytes: Add an assertion to placate static analysis
- !4326 gvarianttype: Add two missing (nullable) annotations and port docs to
gi-docgen format
- !4327 gio/gdatainputstream: use memchr() when possible
- !4331 gir: Ignore function-inline and method-inline elements
- !4332 gstring: Fix a heap buffer overflow in the new g_string_replace() code
- !4334 fuzzing: Add input length limits on g_string_replace() test
- !4335 docs: Update CI platforms list and Visual Studio recommendation
- !4338 CI/MSYS2: Fix prefix for gobject-introspection
- !4339 Win32 cleanup: do not define STRICT
- !4340 gsocket: Fix #ifdef for defining g_socket_get_adapter_ipv4_addr()
- !4341 gio: Use g_steal_handle_id() with signal unsubscriptions
- !4342 CI: Add manual CI job for VS2019 ARM64 builds
- !4343 CI: Skip PCRE2 tests for now for 32-bit Visual Studio builds
- !4344 glib/gutf8: use ifunc to check for valgrind
- !4345 fuzzing: Add fuzz tests for GDataInputStream’s complex read methods
- !4346 gdate: Fix minor typo in documentation comment
- !4347 docs: Add Meson to the GSettings build integration
- !4348 gdatainputstream: Fix length return value on UTF-8 validation failure
- !4350 glib: Don't require GLIB_DOMAIN to be a NUL-terminated string
- !4351 Build fixes for building on Solaris & illumos
- !4352 gdatainputstream: Use memchr() for the multi-stop-char case too
- !4353 docs: Add CI runner maintainers to CODEOWNERS
- !4354 glib.supp: Suppress more _g_io_module_get_default_type leaks
- !4358 Add a CI job for Debian stable i386 (32-bit)
- !4359 tests: Use g_assert_*() rather than g_assert() in GDateTime tests
- !4365 fuzzing: Fix buffer overread error in the fuzz test itself
- !4366 glocalfile: Disable faccessat()-based query_exists on FreeBSD
- !4367 tests: Fix calls to deprecated API in unix-mounts tests
- !4373 macos: Remove extraneous space from type identifier
- !4374 thread: Force-limit thread name length
- !4375 Small improvements to g_on_error_stack_trace and g_on_error_query
- !4376 Enable GNetworkMonitorNetlink on FreeBSD
- !4377 gvariant: Introduce G_VARIANT_BUILDER_INIT_UNSET
- !4378 gio: Fix GFileEnumerator leaks in gio tools
- !4383 gtask: Fix comment for auto task naming via 'g_task_set_source_tag()'
* Translation updates:
- Bulgarian (twlvnn kraftwerk)
- Catalan (Jordi Mas)
- Czech (AsciiWolf)
- Danish (Ask Hjorth Larsen)
- English (United Kingdom) (Bruce Cowan)
- French (Vincent Chatelain)
- Galician (Fran Diéguez)
- Georgian (NorwayFun)
- Hungarian (Balázs Úr)
- Korean (Changwoo Ryu)
- Lithuanian (Aurimas Černius)
- Persian (Danial Behzadi)
- Polish (Piotr Drąg)
- Portuguese (Hugo Carvalho)
- Portuguese (Brazil) (Rafael Fontenelle)
- Russian (jtux270)
- Ukrainian (Yuri Chornoivan)
(From OE-Core rev: 3ea3a3eebcfac4338479fd5b4de960bfbd7d577c)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Manually setting the preferred version is not required or generally a
good idea as stated in:
meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
# You're probably looking here thinking you need to create some new copy
# of linux-libc-headers since you have your own custom kernel. To put
# this simply, you DO NOT.
so remove that for linux-libc-headers.
(From OE-Core rev: 72eca56ba754079733da49403b59205a44b24709)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Manually setting preferred version is not required so remove that for binutils.
(From OE-Core rev: a6961e13d3dd4d94dbb771328e6c67c101a157be)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- this update is required to work with gobject-introspection >= 1.83.2
Vala 0.56.18
============
* Various improvements and bug fixes:
- vala: Don't allow inheritance of compact class from non-compact class
- vala, libvaladoc: Fix color support detection in log reporting
- girparser: Handle `doc:format` element in root:repository [#1586]
- codegen: Use correct ctype for result variable in methods in more cases
- codegen: Fix conditional expression with only one void side
- valadoc: Sync gir argument handling from valacompiler.vala
- Update links to GNOME Wiki project and refer to new Vala websites
- Add CI for tarball release service
* Bindings:
- gio-2.0: Improve the {Input,Output}Message bindings
- glib-2.0: Fix the binding of `get_console_charset`
- glib-2.0: Add missing CCode.array_null_terminated attributes to IConv.iconv()
- glib-2.0: Make FileStream.*printf() return int [#1547]
- glib-2.0: Update RegexMatchFlags and RegexCompileFlags's binding to 2.74
- glib-2.0: Add Regex.escape_nul in GLib
- gnu: add binding for 'relocate' APIs
- gobject-2.0: Add TypeFlags missing values
- gstreamer-1.0: Skip ParamSpecArray and ParamSpecFraction
- libusb-1.0: Fix the LibUSB.TransferCb declaration
- libusb-1.0: Fix the LibUSB.HotPlugCb declaration
- sdl2: Fix CCode.destroy_function of SDL.RWops and usage of
SDL.RWops.from_file() [#1550]
- sdl2: Fix missing integer type for JoystickID [#1563]
(From OE-Core rev: 6aa3e8e7b701590097ecefc3cf9a193423c5a5ea)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Its not being built by binutils anymore
(From OE-Core rev: b51c98d75437a4497fc727c1201b3f8d124deafa)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Since commit c0fedbc7 ("linux-firmware: Upgrade to 20241017 and
allow compressing firmware") more firmware files were added and
some subpackages have been split further.
Some of these new subpackages do not use the correct globbing so
when FIRMWARE_COMPRESSION is set, the firmware files end up in
a different subpackage than they were intended.
For example, linux-firmware-amdgpu-aldebaran and others are empty
and everything ends up in linux-firmware-amdgpu-misc.
(From OE-Core rev: 5299816c59ea01905cfb73c72421bb8f11149426)
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Also do a minor white space tweak.
(From OE-Core rev: 0e0e3b9474a88c62810d87268765aadea97714c0)
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Update declarations to allow building with gcc-15 with C23 std
being default now.
Fixes:
error: conflicting types for 'xdr_opaque_auth
(From OE-Core rev: 567faa5515fc314e2c251c8ee14fe8e4186a3d97)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Upgrade to latest 1.24.x release [1]:
$ git --no-pager log --oneline go1.24.0..go1.24.1
339c903a75 (tag: go1.24.1) [release-branch.go1.24] go1.24.1
334de7982f [release-branch.go1.24] all: updated vendored x/net with security fix
5d6920842b [release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-statement
949eae84df [release-branch.go1.24] cmd/compile: don't pull constant offsets out of pointer arithmetic
0bfde51e0d [release-branch.go1.24] runtime: document that cleanups can run concurrently with each other
45a52718e3 [release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-statement
7f375e2c22 [release-branch.go1.24] reflect: let Value.Seq return the iteration value correct type
4070531920 [release-branch.go1.24] syscall: disable O_DIRECTORY on Windows for js/wasm
5ffdb9c88b [release-branch.go1.24] reflect: correctly handle method values in Seq
becc17ebcd [release-branch.go1.24] runtime: use WCLONE when waiting on pidfd test child
d418e224ae [release-branch.go1.24] syscall: don't send child signal when testing pidfd
456eaf5c29 [release-branch.go1.24] cmd/compile: don't report newLimit discovered when unsat happens multiple times
e4ef83383e [release-branch.go1.24] debug/buildinfo: base64-encode test binaries
4e6d3468cc [release-branch.go1.24] cmd/compile: ensure we don't reuse temporary register
f5c388313f [release-branch.go1.24] internal/godebugs: add fips140 as an opaque godebug setting
af236716b2 [release-branch.go1.24] cmd/compile, runtime: use deferreturn as target PC for recover from deferrangefunc
0f7b7600fb [release-branch.go1.24] doc/godebug: mention GODEBUG=fips140
eb58df7dbf [release-branch.go1.24] cmd/compile: avoid infinite recursion when inlining closures
30f4d9e117 [release-branch.go1.24] syscall: don't truncate newly created files on Windows
bb0e5c2045 [release-branch.go1.24] runtime: fix usleep on s390x/linux
cd0e528d3d [release-branch.go1.24] runtime: add some linknames back for `github.com/bytedance/sonic`
80e2e474b8 [release-branch.go1.24] cmd/go: initialize req.Header when loading git credential
Fixes CVE-2025-22870
[1] https://github.com/golang/go/compare/go1.24.0...go1.24.1
(From OE-Core rev: 55325a3cbc8ade35e811b95b6f4b7a5c2787800d)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
It is used to fix multiple CVEs.
(From OE-Core rev: 05791100fe67fd36ef24f98323890a4f3d6c3524)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
CVE-2021-46705 was needed only with 2.06
CVE-2023-4692 and CVE-2023-4693 were fixed in NVD DB meanwhile
(From OE-Core rev: d4a6b7b559465c2af5c016dd39475df6492c719f)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add patch fix the error when do_image_btrfs:
ERROR: lzo support not compiled in
(From OE-Core rev: c0cd0079c4f0cdc54843713a6985563a153a3395)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changelog:
============
- Build system:
- PDF book:
- Add support for UNIX V10 sources.
- Makefiles:
- Don't pass an escaped # to grep(1). Use a trick to work with
both new and old systems. This fixes a regressions in the
build system from man-pages-6.11, which was itself introduced
while fixing a regression introduced in man-pages-6.10.
[RP: Tweak version typo in commit message]
(From OE-Core rev: d19fcc6885521d5ec41a32938299b4cc016c0030)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Noteworthy changes in version 2.5.5 (2025-03-07)
------------------------------------------------
* gpg: Fix a verification DoS due to a malicious subkey in the
keyring. [T7527]
* dirmngr: Fix possible hangs due to blocking connection requests.
[T6606, T7434]
* w32: On socket nonce mismatch close the socket. [T7434]
* w32: Print more detailed diagnostics for IPC errors.
* GPGME is not any more distributed with the Windows installer.
Please install gpg4win to get gpgme version.
See-also: gnupg-announce/2025q1/000491.html
Release-info: https://dev.gnupg.org/T7530https://dev.gnupg.org/source/gnupg/browse/master/NEWS
(From OE-Core rev: e0eaf598193012c6b0ada9e56be9bc0d6b19ec97)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
These are tracked as versionless redhat CVEs in NVD DB.
(From OE-Core rev: 76c7bb2b9c1b5300f957f11e1601816f8f90b501)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit adds a backport patch to address a build issue with pipewire 1.4.0
| /home/flk/poky/build/tmp/work/corei7-64-poky-linux/libsdl2/2.32.2/SDL2-2.32.2/src/audio/pipewire/SDL_pipewire.c:593:37: error: passing argument 1 of 'pw_node_enum_params' from incompatible pointer type [-Wincompatible-pointer-types]
(From OE-Core rev: bacb0c9231176b605d22ad6eb168d041a2c64bd9)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The SPDX library code was being ignored from taskhash calculations due
to accidentally being omitted from BBIMPORTS. This meant that changes in
the code or dependent variables would not cause the task to rebuild
correctly.
In order to add spdx_common, convert the `Dep` object from a named tuple
to a frozen dataclass. These function more or less equivalently, but the
bitbake code parser cannot handle named tuples.
Finally, the vardepsexclude that used to be present on the recipe tasks
needs to be moved to the python code in order for the variables to be
correctly ignored. Several unused exclusions were removed
(From OE-Core rev: eb597bf61cbcb0a4d43149404c93eec0894fb4c7)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
For reasons we have explicit xorg.conf files for a number of the qemu
machines, but not all of them. These mainly disabled screen blanking
(which is now down with a separate fragment) but also explictly set the
device driver to fbdev which meant they didn't use the modesettings
driver as they should (with the virtio framebuffer from qemu).
This is the root cause of why the xserver 21.1.16 upgrade doesn't work
on a number of machines: the /sys probing changed and the fbdev driver
now refuses to use the PCI framebuffer device as there are better
drivers, but we've explictly told xorg to use the wrong driver.
For more details, see https://gitlab.freedesktop.org/xorg/xserver/-/issues/1798.
(From OE-Core rev: 8c8039bf4c2d011e3d12c970ce45036b184902a9)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add a configuration fragment that disables screen blanking, and add it
to all qemu machines.
(From OE-Core rev: 780a5ccaa51d5aed18200883a686387e70847e4b)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Unfortunately this has been overlooked, and resulted in
erroneous updates to testing/development releases.
The check will report an 'unknown' latest version until 2.6.0
is released.
(From OE-Core rev: 7e505c1506ea6a079b0291f84e4ec6774064ef20)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Test with only one externally provided ssh key not only with two
keys generated by the kernel-fitimage.bbclass itself.
* Add a test which signs only the configuration but not the image nodes.
There was no test case which covered the probably much more important
use case of setting FIT_SIGN_INDIVIDUAL = "0".
* Cover also the unbundled initramfs use case. Also this use case is
probably much more relevant than the bundled initramnfs use case.
(From OE-Core rev: 0a5b65b83dcd9f8d1d22d074fdfad1f1e472827c)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is a comprehensive cleanup of the fitImage related test cases.
The existing test cases were essentially the same code copied and pasted
9 times. All 9 test cases contained the code to parse an its file and to
parse the output of the dumpimage utility in slightly different variants.
Changing the kernel-fitimage.bbclass or the uboot-sign.bbclass would mean
changing 9 test cases individually. This is no longer maintainable.
This cleanup converts the code into reusable functions. The new test
code is more like a reverse implementation of the bbclasses to be tested
than a collection of straightforward test sequences.
This also means that the test code evaluates the same bitbake variables
as the implementation. This makes it much easier to add new test cases,
as a test case is basically just another local.conf file. The code is
not yet complete. But it can now be improved step by step in this
direction.
(From OE-Core rev: 1dfa03a182d9d9e9e38c410847c7dac4ed7e8ce6)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is a trivial refactoring.
The goal is to have all tests for kernel-fitimage.bbclass and all tests
for uboot-sign.bbclass together. This refactoring greatly simplifies
the diff of the next commit.
(From OE-Core rev: 638abab58b653a1fb120368bd5e30bc80478757c)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
For u-boot test cases (bitbake virtual/bootloader) inheriting the
kernel-fitimage.bbclass is no longer needed. Also setting any variable
which is evaluated by the kernel-fitimage.bbclass but not by
uboot-sign.bbclass is pointless since:
* Commit OE-Core rev: 5e12dc911d0c541f43aa6d0c046fb87e8b7c1f7e
changed the test case from
bitbake virtual/kernel
to
bitbake virtual/bootloader
* Commit OE-Core rev: 259bfa86f384206f0d0a96a5b84887186c5f689e has
finally removed the dependency of uboot-sign.bbclass on the
kernel-fitimage.bbclass completely.
Remove the related lines of code which are now without any effect.
The two test cases test_uboot_fit_image and test_uboot_sign_fit_image
do the exact same test. Both generate a binary equal its file:
/dts-v1/;
/ {
description = "A model description";
#address-cells = <1>;
images {
uboot {
description = "U-Boot image";
data = /incbin/("u-boot-nodtb.bin");
type = "standalone";
os = "u-boot";
arch = "arm";
compression = "none";
load = <0x80080000>;
entry = <0x80080000>;
};
fdt {
description = "U-Boot FDT";
data = /incbin/("u-boot.dtb");
type = "flat_dt";
arch = "arm";
compression = "none";
};
};
configurations {
default = "conf";
conf {
description = "Boot with signed U-Boot FIT";
loadables = "uboot";
fdt = "fdt";
};
};
};
The code diff between the two equal test cases looks like:
@@ -1,8 +1,9 @@
- def test_uboot_fit_image(self):
+ def test_uboot_sign_fit_image(self):
"""
Summary: Check if Uboot FIT image and Image Tree Source
(its) are built and the Image Tree Source has the
- correct fields.
+ correct fields, in the scenario where the Kernel
+ is also creating/signing it's fitImage.
Expected: 1. u-boot-fitImage and u-boot-its can be built
2. The type, load address, entrypoint address and
default values of U-boot image are correct in the
@@ -26,16 +27,15 @@
UBOOT_LOADADDRESS = "0x80080000"
UBOOT_ENTRYPOINT = "0x80080000"
UBOOT_FIT_DESC = "A model description"
-
-# Enable creation of Kernel fitImage
KERNEL_IMAGETYPES += " fitImage "
-KERNEL_CLASSES = " kernel-fitimage"
+KERNEL_CLASSES = " kernel-fitimage "
UBOOT_SIGN_ENABLE = "1"
FIT_GENERATE_KEYS = "1"
UBOOT_SIGN_KEYDIR = "${TOPDIR}/signing-keys"
UBOOT_SIGN_IMG_KEYNAME = "img-oe-selftest"
UBOOT_SIGN_KEYNAME = "cfg-oe-selftest"
FIT_SIGN_INDIVIDUAL = "1"
+UBOOT_MKIMAGE_SIGN_ARGS = "-c 'a smart U-Boot comment'"
"""
self.write_config(config)
Conclusion: The test case test_uboot_sign_fit_image looks redundant.
Contrary to its name, it does not insert any signature nodes into the
its-file and therefore does not test any type of signature.
Code history:
- Commit OE-Core rev: e71e4c617568496ae3bd6bb678f97b4f73cb43d8
introduces both test cases.
- Commit OE-Core rev: 5e12dc911d0c541f43aa6d0c046fb87e8b7c1f7e
changes both test cases like this:
- bitbake("virtual/kernel")
+ bitbake("virtual/bootloader")
It looks like the original implementation of test_uboot_sign_fit_image
was supposed to test the interaction between the kernel-fitimage.bbclass
and uboot-sign.bbclass which does not longer work like that.
When compiling u-boot, the variable that is relevant for creating an its
file with signature nodes is: SPL_SIGN_ENABLE. This is what the test
case test_sign_standalone_uboot_fit_image verifies. Lets just delete the
now obsolete test_uboot_sign_fit_image test case.
(From OE-Core rev: de8bfdff0f997f59a2bd27842a2ffcd365f725f3)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Compiling a FIT image with this default values and dump it with
dumpimage shows decimal converted values. For example the default value
20008000 looks like this:
Image 0 (kernel-1)
...
Load Address: 0x01314c40
Entry Point: 0x01314c40
With this change the expected value is printed by dumpimage.
(From OE-Core rev: e6f2ca9135ef7da8f8b5925957532734c06e55cc)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If FIT_SIGN_INDIVIDUAL is set to “1”, a signature section is added
to all screen sections, but not to the setup section. To match the setup
section with all other sections, the signature is also added. This also
helps to implement the associated tests generically.
This change is intended to make the code more consistent. However, it is
not intended to make the FIT_SIGN_INDIVIDUAL function more popular.
Technically, it would be better to remove the signature from all other
image sections and discard the FIT_SIGN_INDIVIDUAL function, the use of
which is no longer recommended anyway.
(From OE-Core rev: 8bf6a9c07cdde8fc8bbd4bb61a4886ccc02a570f)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Whenever Systemd is used as an init manager, it requires a machine-id
file to be present / initialized / or have the RW rootfs. This change
does not introduce a new functionality, but rather merges everything we
do with machine-id in one place.
(From OE-Core rev: 890b81cdfadc427189eff4bbd2c24e32eb286126)
Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Instead of the python re-implementation build the actual systemctl from
the systemd source tree. The python script was used when systemd didn't
provide an option to build individual executables. It is possible in the
meantime, so instead of always adapting the script when there's a new
functionality, we simply use upstream implementation.
License-Update: Base recipe is used
(From OE-Core rev: 7a580800db391891a3a0f838c4ae6e1513c710a2)
Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is the final patch that got applied to mpfr upstream
so lets drop the version we are carrying in favour of this backported.
(From OE-Core rev: e6fa8eea0cd035623f06d51da89cf2e3b9eb7449)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(From OE-Core rev: 219c7c4954c649a1a0c284bb5f35eee533db41c3)
Signed-off-by: Victor J. Hansen <victor.hansen@remarkable.no>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
When building external modules, macros can include absolute names of
kernel headers. The macro-prefix-map for the STAGING_KERNEL_DIR is
currently missing. Add it in the same way as its done in bitbake.conf.
This fixes reproducible builds and following build error:
ERROR: cryptodev-module-1.14-r0 do_package_qa: QA Issue: File <..>
cryptodev.ko <..> contains reference to TMPDIR [buildpaths]
(From OE-Core rev: a741e11751bfb8f52be58cf51abeddca4559e5e9)
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The code to iterate over patched CVEs (e.g. those patched by a .patch
file in SRC_URI) was accidentally omitted when writing the SPDX 3
handling. Add it in now
[YOCTO #15789]
(From OE-Core rev: 1ff496546279d8a97df5ec475007cfb095c2a0bc)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Manually setting preferred version/provider is not required so remove that for 'go'.
(From OE-Core rev: f01aa20752a4435dd10a523aa01d40addb1cd8d0)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Manually setting preferred version/provider is not required so remove
that for gdb and qemu as a first step of cleaning up this file.
This PREFERRED_VERSION list dates back to 2006, which is an era where
several versions of a given recipe was a common occurence.
(From OE-Core rev: 4f22ca1233b390308f8266bafe96efaee0631cf4)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
In release mode, OVMF does not output any debug information to the QEMU port, making it extremely difficult to debug boot issues.
This commit introduces packageconfig debug flag to enable it
Usage:
PACKAGECONFIG:append:pn-ovmf = " debug"
runqemu qemuparams="-debugcon file:debug.log -global isa-debugcon.iobase=0x402"
The OVMF debug console output will be written to debug.log.
(From OE-Core rev: 50393dadf4a0086334efa184dd249cdf7f543488)
Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add the ELF definition for the loongarch64 architecture when building
with musl as libc.
(From OE-Core rev: c6498e4ca43dc2f8bc326bc6b6dbc8fd7f0bef79)
Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This allows anyone using the SDK to be able to analyze the logs
collected on target
(From OE-Core rev: 760e6d7467a55aa98316310c68a95b94ccd0bf20)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This allows anyone using the SDK to be able to analyze the logs
collected on target
(From OE-Core rev: 5fda2c8ad16ecf65b9e5012f57b03b8c867e2199)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
A header-only library for fast number parsing
An older version of this recipe is included in meta-oe, since fastfloat
is also used by libplacebo. If the recipe is accepted, I will send a patch for
removal there.
The reason why this is needed in oe-core is the upcoming vte release,
which uses fastfloat but pulls it as a wrap-based subproject by default.
(From OE-Core rev: 09aba21e7eb51b2ebe5448135c8c2438985240fe)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
libusb is required to support some older low level input
devices. Meanwhile this is guarded by an option:
SDL_HIDAPI_LIBUSB
Use it for the PACKAGECONFIG to allow build with libusb support again
(From OE-Core rev: e93bc2876fb3ee488a5bc6ed03eefd1bfdcdf69a)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
VEX Affected relationships have a mandatory action statement that
indicates the mitigation for a vulnerability. Since we don't track this
add a statement indicating that no mitigation is known.
(From OE-Core rev: 39545c955474a43d11a45d74a88a5999b02cb8b3)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Current dhcpcd (version 10.1.0) service crashes on the WiFi (wlan0)
interface with the following error:
"ps_seccomp_violation: unexpected syscall 135"
This update pulls in fix#421 for dhcpcd 10.1.0 to address this issue.
(From OE-Core rev: 2bb20f49ada56f1c7707565e475051174feba945)
Signed-off-by: Balaji Pothunoori <quic_bpothuno@quicinc.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Building this recipe may fail on hosts with an old GnuTLS version,
like Ubuntu 20.04.6 LTS.
Add OLD_GNUTLS=1 to disable validation for this policy variant
that isn't needed anyway.
(From OE-Core rev: f9bf1bbe25b625cc1bf54fdf6ed174499fc79571)
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Tested-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
shadow-update-pam-conf.patch
refreshed for 4.17.3
[RP: One of the utilities, chage was dropped from pam]
(From OE-Core rev: f6fc7a8a786edc133e7be5a99d182f6adad02916)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>