Changelog in Linux kernel 6.1.126

 
Linux: Linux 6.1.126 [+ + +]
Author: Greg Kroah-Hartman <[email protected]>
Date:   Sun Jan 19 09:01:16 2025 +0100

    Linux 6.1.126
    
    Signed-off-by: Greg Kroah-Hartman <[email protected]>

 
Partial revert of xhci: use pm_ptr() instead #ifdef for CONFIG_PM conditionals [+ + +]
Author: Ron Economos <[email protected]>
Date:   Sat Jan 18 04:24:09 2025 -0800

    Partial revert of xhci: use pm_ptr() instead #ifdef for CONFIG_PM conditionals
    
    commit 9734fd7a2777 ("xhci: use pm_ptr() instead of #ifdef for CONFIG_PM
    conditionals") did not quite work properly in the 6.1.y branch where it was
    applied to fix a build error when CONFIG_PM was set as it left the following
    build errors still present:
    
            ERROR: modpost: "xhci_suspend" [drivers/usb/host/xhci-pci.ko] undefined!
            ERROR: modpost: "xhci_resume" [drivers/usb/host/xhci-pci.ko] undefined!
    
    Fix this up by properly placing the #ifdef CONFIG_PM in the xhci-pci.c and
    hcd.h files to handle this correctly.
    
    Link: https://lore.kernel.org/r/[email protected]
    Signed-off-by: Ron Economos <[email protected]>
    Link: https://lore.kernel.org/r/[email protected]
    Reported-by: Guenter Roeck <[email protected]>
    [ Trimmed the partial revert down to an even smaller bit to only be what
      is required to fix the build error - gregkh]
    Signed-off-by: Greg Kroah-Hartman <[email protected]>