
Merge tag 'for-linus-6.8a-rc5-tag' of git://git.kernel.org/pub/scm/li… · torvalds/linux@cc9c4f0
…nux/kernel/git/xen/tip
Pull xen fixes from Juergen Gross:
"Fixes and simple cleanups:
- use a proper flexible array instead of a one-element array in order
to avoid array-bounds sa...
GitHub
update workarounds for gcc "asm goto" issue · torvalds/linux@68fb3ca
In commit 4356e9f841f7 ("work around gcc bugs with 'asm goto' with
outputs") I did the gcc workaround unconditionally, because the cause of
the bad code generation wasn't enti...
GitHub
Merge tag 'devicetree-fixes-for-6.8-1' of git://git.kernel.org/pub/sc… · torvalds/linux@339e2fc
…m/linux/kernel/git/robh/linux
Pull devicetree fixes from Rob Herring:
- Improve devlink dependency parsing for DT graphs
- Fix devlink handling of io-channels dependencies
- Fix PCI address...
GitHub
Merge tag 'regmap-fix-v6.8-rc4' of git://git.kernel.org/pub/scm/linux… · torvalds/linux@2c46083
…/kernel/git/broonie/regmap
Pull regmap test fixes from Mark Brown:
"Guenter runs a lot of KUnit tests so noticed that there were a couple
of the regmap tests, including the newly added no...
GitHub
Merge tag 'hid-for-linus-2024021501' of git://git.kernel.org/pub/scm/… · torvalds/linux@9207fe7
…linux/kernel/git/hid/hid
Pull HID fixes from Jiri Kosina:
- fix for 'MSC_SERIAL = 0' corner case handling in wacom driver (Jason
Gerecke)
- ACPI S3 suspend/resume fix for intel-ish...
GitHub
Merge tag 'spi-fix-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/ke… · torvalds/linux@a00cf19
…rnel/git/broonie/spi
Pull spi fixes from Mark Brown:
"A smallish collection of fixes for SPI, all driver specific, plus one
device ID addition for a new Intel part.
The ppc4xx isn'...
GitHub
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/… · torvalds/linux@c40c0d3
…tnguy/net-queue
Tony Nguyen says:
====================
Intel Wired LAN Driver Updates 2024-02-06 (igb, igc)
This series contains updates to igb and igc drivers.
Kunwu Chan adjusts firmware ver...
GitHub
net: fill in MODULE_DESCRIPTION()s for mdio_devres · torvalds/linux@9de69f0
W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
Add descriptions to the PHY MDIO helpers.
Suggested-by: Andrew Lunn <[email protected]>
Signed-off-by: Breno Leitao <le...
GitHub
Merge branch 'fix-module_description-for-net-p6' · torvalds/linux@b2c6c52
Breno Leitao says:
====================
Fix MODULE_DESCRIPTION() for net (p6)
There are a few network modules left that misses MODULE_DESCRIPTION(),
causing a warnning when compiling with W=1. Ex...
GitHub