Merge tag 'core_urgent_for_v6.19_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull core entry fix from Borislav Petkov:
- Make sure clang inlines trivial local_irq_* helpers
* tag 'core_urgent_for_v6.19_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
entry: Always inline local_irq_{enable,disable}_exit_to_user()
options.description: Add mariadb
mariadb is separate from mysql, because p5-DBD-mysql does not work
with mariadb. Thus, at least for perl packages, one must treat mysql
and mariadb as separate kinds of databases.
Partially reapply "ValueTracking: Improve handling of fadd in computeKnownFPClass." (#174290) (#174332)
This partially reverts commit 108a22ed5fa1836b4cfcd05e9d96f98a533068d5.
Restore the sign-bit tracking for both inputs known-negative case,
and leave the 0 handling for later. There is a libc test improperly
relying on running code compiled for IEEE behavior that changed
the output denormal mode.
lintpkgsrc: fix build for MANINSTALL=catinstall
The default value for MANINSTALL differs between the supported
platforms, it may or may not include "catinstall". When it does, it
requires all pre-rendered manual pages from the PLIST to be installed.
Remove the pre-rendered manual page from the PLIST, as lintpkgsrc does
not provide it. It would be wrong to include it in the binary package
since it would be generated on the build platform instead of the target
platform, thus generating wrong headers and footers.
Fixes PR pkg/59286.
py-ruamel-yaml: updated to 0.19.1
0.19.0
- removed dependency on `ruamel.yaml.clibz`
0.19.0
- changed dependency on `ruamel.yaml.clib` to `ruamel.yaml.clibz`
which includes support for free-threading (revisited after a bug
report by [Ahmed Moustafa](https://sourceforge.net/u/aemous/profile/) and
some insistance by [Nathan Goldbaum](https://sourceforge.net/u/ngoldbaum/profile/)
- added `.max_depth` to `YAML()` instance. If set to a (positive) number
this limits the recursion, so loading does throw a `MaxDepthExceededError`.
Based on comments by Benjamin Oberdorfer via email. This also triggered the
new documenation section on processing unchecked input.