[clang-tidy] Add null-checking in Use designated Initializer check (#220093)
Part of #219739
This null check should avoid null dereferencing crash in the Use
designated Initializer check.
AI has been used in this contribution to understand the code as I'm a
beginner to the codebase. The problem understanding and proposed fix is
mine.
net/if_pair-kmod: Fast IP point to point interface between FreeBSD vnet jails
This FreeBSD kernel module implements a simple point-to-point IP link
between a vnet jail and its host, or between two vnet jails - like
if_epair(4), but without the complexity and overhead of emulating
Ethernet.
Status: Under active development. It has not yet seen wide testing.
Try it on a test machine first.
WWW: https://github.com/Crest/if_pair
Port added on behalf of upstream, who will keep the port up to date.
Approved by: crest at rlwinm.de (maintainer)
games/lugaru: fix build with cmake 4, undeprecate and adopt
- fix build with cmake 4
- adopt this unmaintained port
- fix a nuisance warning while we are at it
- move to github, a gitlab upstream exists, too,
but bitbucket no longer does
This game is fun. It should not go the way of the dodo just because of
some silly cmake 4 issues.
[AMDGPU] Fold 24 bit multiply with zero low bits
Fold `MUL_I24` and `MUL_U24` to zero when either operand has known zero
low 24 bits.
For example:
```
llvm.amdgcn.mul.i24(x, 0x01000000) -> 0
```
[X86] Prevent legalization cycles in lane-permute shuffle lowering (#224265)
When a cross-lane shuffle reproduces the original mask, trying a finer
sublane size can produce a decomposition that legalization transforms
back into the original shuffle. This causes legalization to cycle
indefinitely.
Stop trying finer sublane sizes when this condition is detected, and add
a regression test for the shuffle that previously caused `llc` to hang.
Fixes #224266
multimedia/libvdpau-va-gl: Deprecate port
- Fails to build with the upcoming new cmake version.
- No new releases in more than 10 years.
- VDPAU has been uperceded by VAAPI
PR: 298620
MFH: 2026Q3
(cherry picked from commit 8ae0e401ad1fafee4d100d7f3439d9d8477e6c19)
multimedia/libvdpau-va-gl: Deprecate port
- Fails to build with the upcoming new cmake version.
- No new releases in more than 10 years.
- VDPAU has been uperceded by VAAPI
PR: 298620
MFH: 2026Q3