kernel: bump to 4.9.317, 4.14.282, 4.19.246
Refreshed all patches. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
602d81c1da
commit
0f30a09900
@ -6,13 +6,13 @@ ifdef CONFIG_TESTING_KERNEL
|
|||||||
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
|
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LINUX_VERSION-4.9 = .316
|
LINUX_VERSION-4.9 = .317
|
||||||
LINUX_VERSION-4.14 = .281
|
LINUX_VERSION-4.14 = .282
|
||||||
LINUX_VERSION-4.19 = .245
|
LINUX_VERSION-4.19 = .246
|
||||||
|
|
||||||
LINUX_KERNEL_HASH-4.9.316 = 57b698920b2c66b2615d0aa3fd551084560fee901552aff6d89d3553653bcd17
|
LINUX_KERNEL_HASH-4.9.317 = 7ea3369b915c99b38528dbf68c491f3f9324b2f4e56eac980dd7524d2fc30d1b
|
||||||
LINUX_KERNEL_HASH-4.14.281 = 3ae2f9c6966b9b19d27de7d84a4b1697df84a9658c34b850a51673266a583b5e
|
LINUX_KERNEL_HASH-4.14.282 = 6637c8470c3093a477d2de6fa9e0f63c55810438a411c73bcd723634371657a3
|
||||||
LINUX_KERNEL_HASH-4.19.245 = 99fddd6027ce924abe9f0435027fc517983b0399787efa44d0bac26e22c3a8e8
|
LINUX_KERNEL_HASH-4.19.246 = 00ad2f5a36c91221a2ade0078b93bf84b60d494bd1ef51eaccb5bdb6277dba3a
|
||||||
|
|
||||||
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
|
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
|
||||||
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))
|
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))
|
||||||
|
|||||||
@ -707,8 +707,8 @@
|
|||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
+#include <linux/in6.h>
|
+#include <linux/in6.h>
|
||||||
|
|
||||||
u32 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport);
|
u64 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport);
|
||||||
u32 secure_ipv6_port_ephemeral(const __be32 *saddr, const __be32 *daddr,
|
u64 secure_ipv6_port_ephemeral(const __be32 *saddr, const __be32 *daddr,
|
||||||
--- a/include/uapi/linux/in.h
|
--- a/include/uapi/linux/in.h
|
||||||
+++ b/include/uapi/linux/in.h
|
+++ b/include/uapi/linux/in.h
|
||||||
@@ -84,7 +84,7 @@ enum {
|
@@ -84,7 +84,7 @@ enum {
|
||||||
|
|||||||
@ -687,8 +687,8 @@
|
|||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
+#include <linux/in6.h>
|
+#include <linux/in6.h>
|
||||||
|
|
||||||
u32 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport);
|
u64 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport);
|
||||||
u32 secure_ipv6_port_ephemeral(const __be32 *saddr, const __be32 *daddr,
|
u64 secure_ipv6_port_ephemeral(const __be32 *saddr, const __be32 *daddr,
|
||||||
--- a/include/uapi/linux/in.h
|
--- a/include/uapi/linux/in.h
|
||||||
+++ b/include/uapi/linux/in.h
|
+++ b/include/uapi/linux/in.h
|
||||||
@@ -84,7 +84,7 @@ enum {
|
@@ -84,7 +84,7 @@ enum {
|
||||||
|
|||||||
@ -678,8 +678,8 @@
|
|||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
+#include <linux/in6.h>
|
+#include <linux/in6.h>
|
||||||
|
|
||||||
u32 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport);
|
u64 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport);
|
||||||
u32 secure_ipv6_port_ephemeral(const __be32 *saddr, const __be32 *daddr,
|
u64 secure_ipv6_port_ephemeral(const __be32 *saddr, const __be32 *daddr,
|
||||||
--- a/include/uapi/linux/in.h
|
--- a/include/uapi/linux/in.h
|
||||||
+++ b/include/uapi/linux/in.h
|
+++ b/include/uapi/linux/in.h
|
||||||
@@ -84,7 +84,7 @@ enum {
|
@@ -84,7 +84,7 @@ enum {
|
||||||
|
|||||||
@ -117,7 +117,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
|
|||||||
{
|
{
|
||||||
struct fwnode_reference_args ref;
|
struct fwnode_reference_args ref;
|
||||||
struct sfp_bus *bus;
|
struct sfp_bus *bus;
|
||||||
@@ -556,7 +562,39 @@ struct sfp_bus *sfp_register_upstream_no
|
@@ -561,7 +567,39 @@ struct sfp_bus *sfp_register_upstream_no
|
||||||
if (!bus)
|
if (!bus)
|
||||||
return ERR_PTR(-ENOMEM);
|
return ERR_PTR(-ENOMEM);
|
||||||
|
|
||||||
@ -157,7 +157,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
|
|||||||
bus->upstream_ops = ops;
|
bus->upstream_ops = ops;
|
||||||
bus->upstream = upstream;
|
bus->upstream = upstream;
|
||||||
|
|
||||||
@@ -569,33 +607,33 @@ struct sfp_bus *sfp_register_upstream_no
|
@@ -574,33 +612,33 @@ struct sfp_bus *sfp_register_upstream_no
|
||||||
}
|
}
|
||||||
rtnl_unlock();
|
rtnl_unlock();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user