[OpenMP][Clang] Support transparent clause with no argument provided. (#177684)
According to the `OpenMP 6.0` specification (Section 17.9.6 511:18), if
the `impex-type` is not explicitly specified, the behavior defaults to
treating it as `omp_impex`. This patch ensures proper handling of the
`transparent` clause when no specific `impex-type` is provided.
Fix dhcpcd not waiting for IP before backgrounding
This commit fixes an issue where ix-netif would complete before DHCP had assigned an IP address, causing services like Docker to fail on boot due to missing network connectivity.
The `background` option in dhcpcd.conf was overriding the `-w` (waitip) flag, causing dhcpcd to fork immediately instead of waiting for an IP.
[AMDGPU][PromoteAlloca] Set !amdgpu.non.volatile if promotion fails
I thought about doing this in a separate pass, but this pass already has all the necessary analysis for this to be a trivial addition.
We can simply set `!amdgpu.non.volatile` if all other attempts to promote the operation failed.
[AMDGPU] Set MONonVolatile on memory accesses for spills
Mark the memory operand of spill load/stores as non-volatile, so that these
loads and stores are emitted with `nv` set.
The reason is that scratch memory used by spills will never be shared by
another thread. It's purely thread local and thus a good fit for the `nv` bit.
Reland "[CoroCleanup] Noop coroutine elision for load-and-call pattern (#179154)" (#179431)
There are multiple def-use paths from `coro.noop` to the calls of the
resume/destroy functions. We should update the worklist before erasing
instructions. The reversion passed tests with ASan enabled.
Reland #179154, which was reverted in #179289 due to ASan failures.
openldap: updated to 2.6.12
OpenLDAP 2.6.12 Release (2026/01/29)
Fixed libldap to reject empty types in LDIF
Fixed libldap to not scroll past nul bytes
Fixed libldap to enforce stop when encountering nul-leading line
OpenLDAP 2.6.11 Release (2026/01/28)
Fixed slapd to use fresh timestamp for lastbind
Fixed slapd delta-syncrepl to always use logDB rootdn
Fixed slapd reverse lookup of proxied IPv6 addresses
Fixed slapd logging buffer overflow
Fixed slapd-ldap response when invalid secprops is configured
Fixed slapd-mdb error when deleting last child of a branch
Fixed slapd-mdb check for pool pause in search
Fixed slapo-memberof clash with refint on subtree rename
Fixed slapo-syncprov use correct rootDN for accesslog replay
Minor Cleanup