mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
kernel: bump 5.10 to 5.10.168 (#10904)
This commit is contained in:
parent
a292c0e88e
commit
c3ac3c9350
@ -1,2 +1,2 @@
|
|||||||
LINUX_VERSION-5.10 = .167
|
LINUX_VERSION-5.10 = .168
|
||||||
LINUX_KERNEL_HASH-5.10.167 = d807f97812e566410cd13b3170009e0d7552748d4f22d608ffd4dbd7f85bf9c6
|
LINUX_KERNEL_HASH-5.10.168 = b67d2596ba8d30510f743f31899c94c43eaf006a254ff44d7fc6ea26e7ab359c
|
||||||
|
@ -162,7 +162,7 @@ SVN-Revision: 35130
|
|||||||
|
|
||||||
--- a/include/uapi/linux/ip.h
|
--- a/include/uapi/linux/ip.h
|
||||||
+++ b/include/uapi/linux/ip.h
|
+++ b/include/uapi/linux/ip.h
|
||||||
@@ -105,7 +105,7 @@ struct iphdr {
|
@@ -106,7 +106,7 @@ struct iphdr {
|
||||||
__be32 daddr;
|
__be32 daddr;
|
||||||
);
|
);
|
||||||
/*The options start here. */
|
/*The options start here. */
|
||||||
@ -173,7 +173,7 @@ SVN-Revision: 35130
|
|||||||
struct ip_auth_hdr {
|
struct ip_auth_hdr {
|
||||||
--- a/include/uapi/linux/ipv6.h
|
--- a/include/uapi/linux/ipv6.h
|
||||||
+++ b/include/uapi/linux/ipv6.h
|
+++ b/include/uapi/linux/ipv6.h
|
||||||
@@ -134,7 +134,7 @@ struct ipv6hdr {
|
@@ -135,7 +135,7 @@ struct ipv6hdr {
|
||||||
struct in6_addr saddr;
|
struct in6_addr saddr;
|
||||||
struct in6_addr daddr;
|
struct in6_addr daddr;
|
||||||
);
|
);
|
||||||
|
@ -71,7 +71,7 @@ Signed-off-by: Tobias Wolf <dev-NTEO@vplace.de>
|
|||||||
|
|
||||||
--- a/mm/page_alloc.c
|
--- a/mm/page_alloc.c
|
||||||
+++ b/mm/page_alloc.c
|
+++ b/mm/page_alloc.c
|
||||||
@@ -7104,7 +7104,7 @@ static void __ref alloc_node_mem_map(str
|
@@ -7107,7 +7107,7 @@ static void __ref alloc_node_mem_map(str
|
||||||
if (pgdat == NODE_DATA(0)) {
|
if (pgdat == NODE_DATA(0)) {
|
||||||
mem_map = NODE_DATA(0)->node_mem_map;
|
mem_map = NODE_DATA(0)->node_mem_map;
|
||||||
if (page_to_pfn(mem_map) != pgdat->node_start_pfn)
|
if (page_to_pfn(mem_map) != pgdat->node_start_pfn)
|
||||||
|
Loading…
Reference in New Issue
Block a user