2K Followers
4 Following
12.1K Posts
Linux kernel
============
:github:https://github.com/torvalds/linux
Kernelhttps://www.kernel.org
Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/…
https://github.com/torvalds/linux/commit/4f5e5092fdbf5cec6bedc19fbe69cce4f5f08372
Merge tag 'for-linus-6.8a-rc5-tag' of git://git.kernel.org/pub/scm/li…
https://github.com/torvalds/linux/commit/cc9c4f0b3113d513a94bcf489f2fa8cb9cc7c679
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…
https://github.com/torvalds/linux/commit/339e2fca02141ee74bd705b3d409aa81d9ca3d0a
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…
https://github.com/torvalds/linux/commit/2c460834f6034e0b614f644694c226b55037c056
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/…
https://github.com/torvalds/linux/commit/9207fe7572f92b564c84f23e895213e6eaf98c01
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…
https://github.com/torvalds/linux/commit/a00cf1988a1359452cb4fe64d75e7a1da12dba4a
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/…
https://github.com/torvalds/linux/commit/c40c0d3a768c78a023a72fb2ceea00743e3a695d
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