From: Jakub Kicinski Date: Tue, 11 Jun 2024 02:52:50 +0000 (-0700) Subject: Merge branch 'intel-wired-lan-driver-updates-2024-06-03' X-Git-Tag: configfs-6.13-2024-11-19~924^2~220 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bb678f01804ccaa861b012b2b9426d69673d8a84;p=users%2Fhch%2Fconfigfs.git Merge branch 'intel-wired-lan-driver-updates-2024-06-03' Jacob Keller says: ==================== Intel Wired LAN Driver Updates 2024-06-03 This series includes miscellaneous improvements for the ice as well as a cleanup to the Makefiles for all Intel net drivers. Andy fixes all of the Intel net driver Makefiles to use the documented '*-y' syntax for specifying object files to link into kernel driver modules, rather than the '*-objs' syntax which works but is documented as reserved for user-space host programs. Jacob has a cleanup to refactor rounding logic in the ice driver into a common roundup_u64 helper function. Michal Schmidt replaces irq_set_affinity_hint() to use irq_update_affinity_hint() which behaves better with user-applied affinity settings. v2: https://lore.kernel.org/r/20240605-next-2024-06-03-intel-next-batch-v2-0-39c23963fa78@intel.com v1: https://lore.kernel.org/r/20240603-next-2024-06-03-intel-next-batch-v1-0-e0523b28f325@intel.com ==================== Link: https://lore.kernel.org/r/20240607-next-2024-06-03-intel-next-batch-v3-0-d1470cee3347@intel.com Signed-off-by: Jakub Kicinski --- bb678f01804ccaa861b012b2b9426d69673d8a84