NAS-140882 / 27.0.0-BETA.1 / only update initramfs on value change (#18884)
When a tunable is updated, we only need to regenerate initramfs if the
actual value or enabled state is changed. If someone changes the
comment, there is no reason to regenerate it. Adds a test to validate
this scenario too.
[clang][docs] Rename Hexagon HVX option section (#195560)
There were two `hexagon` sections in the docs, but the second one was
just the hvx flags so I renamed that one to `hexagon hvx`.
Fixes #194072
[SLP] Check for instruction before casting
Values can be transformed during earlier attempts for vectorization, so
need to check if they are still instructions to avoid a compiler crash.
Fixes #195607
Reviewers:
Pull Request: https://github.com/llvm/llvm-project/pull/195635
Add comment about possible overlap between identity association and prefix delegation. Cannot be cleanly solved, and if somebody doesn't use identity associaton in interface configurations it does not make sense to arbitrary reduce the size here.
plasma6-kwin-x11: add version 6.5.2
KWin/X11 is an X11 window manager and a compositing manager. Its primary
usage is in conjunction with a Desktop Shell (e.g. KDE Plasma Desktop).
KWin/X11 is designed to go out of the way; users should not notice that
they use a window manager at all. Nevertheless KWin/X11 provides a steep
learning curve for advanced features, which are available, if they do not
conflict with the primary mission. KWin does not have a dedicated targeted
user group, but follows the targeted user group of the Desktop Shell using
KWin/X11 as it's window manager.
KWin is not...
* a standalone window manager (c.f. openbox, i3) and does not provide any
functionality belonging to a Desktop Shell.
* a replacement for window managers designed for use with a specific
Desktop Shell (e.g. GNOME Shell)
* a minimalistic window manager
math/py-numpy1: forward-port NOBLAS option
Change approach to condensed block. While we don't need
the other options to work it's still a nice POC to show
that impact is minimal.
Based on: 23490e4e8a10