Skip to content

Commit

Permalink
kernel: bump 4.14 to 4.14.103
Browse files Browse the repository at this point in the history
Refreshed all patches.

Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
  • Loading branch information
Koen Vandeputte committed Feb 25, 2019
1 parent e2ba7a4 commit 9ee8c8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/kernel-version.mk
Expand Up @@ -2,11 +2,11 @@

LINUX_RELEASE?=1

LINUX_VERSION-4.14 = .102
LINUX_VERSION-4.9 = .160
LINUX_VERSION-4.14 = .103

LINUX_KERNEL_HASH-4.14.102 = d8a982cfa2804edc2ae9d20792ab0e3897f3976ced5632f2392c2e1918562501
LINUX_KERNEL_HASH-4.9.160 = c09af067af62d299f5e33c279968de58c88fb7c59bd05e8f3bb460f611f60515
LINUX_KERNEL_HASH-4.14.103 = 7aa43e34e4c9e5965da29cef5ae196e06006f8c0d1d65fd755a2f197f0796a11

remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))
Expand Down
2 changes: 1 addition & 1 deletion target/linux/generic/hack-4.14/721-phy_packets.patch
Expand Up @@ -136,7 +136,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>

#include <net/protocol.h>
#include <net/dst.h>
@@ -499,6 +500,22 @@ skb_fail:
@@ -503,6 +504,22 @@ skb_fail:
}
EXPORT_SYMBOL(__napi_alloc_skb);

Expand Down

0 comments on commit 9ee8c8d

Please sign in to comment.