Linux 4.9.259

2021-03-03 Thread Greg Kroah-Hartman
ilure to copy root Florian Fainelli (1): ata: ahci_brcm: Add back regulators management Frank Li (1): mmc: sdhci-esdhc-imx: fix kernel panic when remove module Greg Kroah-Hartman (1): Linux 4.9.259 Guenter Roeck (3): usb: dwc2: Do not update data length if it is 0 on inbo

Re: Linux 4.9.259

2021-03-03 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index e5955f122ffd..cdc71bda92c4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 4 PATCHLEVEL = 9 -SUBLEVEL = 258 +SUBLEVEL = 259 EXTRAVERSION = NAME = Roaring Lionus diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S