diff mbox

[LEDE-DEV,17.01] Kernel: bump to 4.4.51

Message ID 20170223213547.32111-1-francesco.borromini@inventati.org
State Not Applicable
Headers show

Commit Message

Stijn Segers Feb. 23, 2017, 9:35 p.m. UTC
Updates the 17.01 kernel to .51.

Compile-tested on:
* ar71xx
* ramips/mt7621
* x86/64

Run-tested on:
* ar71xx
* ramips/mt7621

Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
---
 include/kernel-version.mk                                             | 4 ++--
 .../901-Revert-bcma-switch-GPIO-portions-to-use-GPIOLIB_IRQC.patch    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Rafał Miłecki Feb. 23, 2017, 9:44 p.m. UTC | #1
On 23 February 2017 at 22:35, Stijn Segers
<francesco.borromini@inventati.org> wrote:
> Updates the 17.01 kernel to .51.
>
> Compile-tested on:
> * ar71xx
> * ramips/mt7621
> * x86/64
>
> Run-tested on:
> * ar71xx
> * ramips/mt7621
>
> Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>

Why not the common way? Update kernel in master & cherry-pick to
lede-17.01 branch? What makes this 17.01 specific?
Stijn Segers Feb. 24, 2017, 7:27 a.m. UTC | #2
Hi Rafal,

I talked this through with jow, a lot of targets have already dropped 
4.4 support in trunk, which makes backporting 4.4 updates to 17.01 
non-trivial.

He was OK with me sending in a patch just for 17.01.

Cheers

Stijn

Op do, 23 feb 2017 om 10:44 , schreef Rafał Miłecki 
<zajec5@gmail.com>:
> On 23 February 2017 at 22:35, Stijn Segers
> <francesco.borromini@inventati.org> wrote:
>>  Updates the 17.01 kernel to .51.
>> 
>>  Compile-tested on:
>>  * ar71xx
>>  * ramips/mt7621
>>  * x86/64
>> 
>>  Run-tested on:
>>  * ar71xx
>>  * ramips/mt7621
>> 
>>  Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
> 
> Why not the common way? Update kernel in master & cherry-pick to
> lede-17.01 branch? What makes this 17.01 specific?
John Crispin Feb. 24, 2017, 8:02 a.m. UTC | #3
please also prepare a separate patch for trunk, so we canmerge both,
even if they are different patches

	John

On 24/02/2017 08:27, Stijn Segers wrote:
> Hi Rafal,
> 
> I talked this through with jow, a lot of targets have already dropped
> 4.4 support in trunk, which makes backporting 4.4 updates to 17.01
> non-trivial.
> 
> He was OK with me sending in a patch just for 17.01.
> 
> Cheers
> 
> Stijn
> 
> Op do, 23 feb 2017 om 10:44 , schreef Rafał Miłecki <zajec5@gmail.com>:
>> On 23 February 2017 at 22:35, Stijn Segers
>> <francesco.borromini@inventati.org> wrote:
>>>  Updates the 17.01 kernel to .51.
>>>
>>>  Compile-tested on:
>>>  * ar71xx
>>>  * ramips/mt7621
>>>  * x86/64
>>>
>>>  Run-tested on:
>>>  * ar71xx
>>>  * ramips/mt7621
>>>
>>>  Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
>>
>> Why not the common way? Update kernel in master & cherry-pick to
>> lede-17.01 branch? What makes this 17.01 specific?
> 
> 
> _______________________________________________
> Lede-dev mailing list
> Lede-dev@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev
diff mbox

Patch

diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 21418b85bb..d88260f956 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,10 +3,10 @@ 
 LINUX_RELEASE?=1
 
 LINUX_VERSION-3.18 = .43
-LINUX_VERSION-4.4 = .50
+LINUX_VERSION-4.4 = .51
 
 LINUX_KERNEL_HASH-3.18.43 = 1236e8123a6ce537d5029232560966feed054ae31776fe8481dd7d18cdd5492c
-LINUX_KERNEL_HASH-4.4.50 = e4944ca5bb0bdf63a7e97dc7fbdd38bcc820d8b3b57c4a3a7b3bf9c8a48216b7
+LINUX_KERNEL_HASH-4.4.51 = ee51ad1c588608871ad25002fa6ae9623096f03b21f71530e6a2a2764be4b911
 
 ifdef KERNEL_PATCHVER
   LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))
diff --git a/target/linux/brcm47xx/patches-4.4/901-Revert-bcma-switch-GPIO-portions-to-use-GPIOLIB_IRQC.patch b/target/linux/brcm47xx/patches-4.4/901-Revert-bcma-switch-GPIO-portions-to-use-GPIOLIB_IRQC.patch
index 7c2c54e338..4968c1bbac 100644
--- a/target/linux/brcm47xx/patches-4.4/901-Revert-bcma-switch-GPIO-portions-to-use-GPIOLIB_IRQC.patch
+++ b/target/linux/brcm47xx/patches-4.4/901-Revert-bcma-switch-GPIO-portions-to-use-GPIOLIB_IRQC.patch
@@ -223,7 +223,7 @@  Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
  }
 --- a/include/linux/bcma/bcma_driver_chipcommon.h
 +++ b/include/linux/bcma/bcma_driver_chipcommon.h
-@@ -649,6 +649,7 @@ struct bcma_drv_cc {
+@@ -646,6 +646,7 @@ struct bcma_drv_cc {
  	spinlock_t gpio_lock;
  #ifdef CONFIG_BCMA_DRIVER_GPIO
  	struct gpio_chip gpio;