mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	kernel: bump 4.9 to 4.9.175
Refreshed all patches. Compile-tested on: ar7 Runtime-tested on: none Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
		
							parent
							
								
									762361a79c
								
							
						
					
					
						commit
						461ef39345
					
				@ -6,11 +6,11 @@ ifdef CONFIG_TESTING_KERNEL
 | 
			
		||||
  KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
LINUX_VERSION-4.9 = .172
 | 
			
		||||
LINUX_VERSION-4.9 = .175
 | 
			
		||||
LINUX_VERSION-4.14 = .115
 | 
			
		||||
LINUX_VERSION-4.19 = .38
 | 
			
		||||
 | 
			
		||||
LINUX_KERNEL_HASH-4.9.172 = 49428e30989cc0b069a6f4b7bc08988deb02d10f910ca0c4d1e44b22155eb40e
 | 
			
		||||
LINUX_KERNEL_HASH-4.9.175 = d98434f91f9df2bf36c7896ca747b7cf98be2e3a491073fd26e3f53cda07500c
 | 
			
		||||
LINUX_KERNEL_HASH-4.14.115 = b7ae61711a1323053d68fd47911b92977afd526d302755518e42744251516186
 | 
			
		||||
LINUX_KERNEL_HASH-4.19.38 = 6a3fdfa02dbc61ee8120ff0947a6eb0d6595b9bbe27e30a1b6f53b905f0bcd7f
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -244,7 +244,7 @@ Signed-off-by: Alexandros C. Couloumbis <alex@ozo.com>
 | 
			
		||||
+}
 | 
			
		||||
--- a/fs/jffs2/super.c
 | 
			
		||||
+++ b/fs/jffs2/super.c
 | 
			
		||||
@@ -371,14 +371,41 @@ static int __init init_jffs2_fs(void)
 | 
			
		||||
@@ -374,14 +374,41 @@ static int __init init_jffs2_fs(void)
 | 
			
		||||
 	BUILD_BUG_ON(sizeof(struct jffs2_raw_inode) != 68);
 | 
			
		||||
 	BUILD_BUG_ON(sizeof(struct jffs2_raw_summary) != 32);
 | 
			
		||||
 
 | 
			
		||||
@ -1119,7 +1119,7 @@ Signed-off-by: Alexandros C. Couloumbis <alex@ozo.com>
 | 
			
		||||
 ifdef CONFIG_FUNCTION_TRACER
 | 
			
		||||
 ORIG_CFLAGS := $(KBUILD_CFLAGS)
 | 
			
		||||
 KBUILD_CFLAGS = $(subst $(CC_FLAGS_FTRACE),,$(ORIG_CFLAGS))
 | 
			
		||||
@@ -108,6 +118,8 @@ obj-$(CONFIG_LZ4HC_COMPRESS) += lz4/
 | 
			
		||||
@@ -109,6 +119,8 @@ obj-$(CONFIG_LZ4HC_COMPRESS) += lz4/
 | 
			
		||||
 obj-$(CONFIG_LZ4_DECOMPRESS) += lz4/
 | 
			
		||||
 obj-$(CONFIG_XZ_DEC) += xz/
 | 
			
		||||
 obj-$(CONFIG_RAID6_PQ) += raid6/
 | 
			
		||||
 | 
			
		||||
@ -87,7 +87,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 | 
			
		||||
 	if (!net_eq(dev_net(dev), sock_net(sk)))
 | 
			
		||||
 		goto drop;
 | 
			
		||||
 
 | 
			
		||||
@@ -3266,6 +3268,7 @@ static int packet_create(struct net *net
 | 
			
		||||
@@ -3270,6 +3272,7 @@ static int packet_create(struct net *net
 | 
			
		||||
 	mutex_init(&po->pg_vec_lock);
 | 
			
		||||
 	po->rollover = NULL;
 | 
			
		||||
 	po->prot_hook.func = packet_rcv;
 | 
			
		||||
@ -95,7 +95,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 | 
			
		||||
 
 | 
			
		||||
 	if (sock->type == SOCK_PACKET)
 | 
			
		||||
 		po->prot_hook.func = packet_rcv_spkt;
 | 
			
		||||
@@ -3879,6 +3882,16 @@ packet_setsockopt(struct socket *sock, i
 | 
			
		||||
@@ -3883,6 +3886,16 @@ packet_setsockopt(struct socket *sock, i
 | 
			
		||||
 		po->xmit = val ? packet_direct_xmit : dev_queue_xmit;
 | 
			
		||||
 		return 0;
 | 
			
		||||
 	}
 | 
			
		||||
@ -112,7 +112,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 | 
			
		||||
 	default:
 | 
			
		||||
 		return -ENOPROTOOPT;
 | 
			
		||||
 	}
 | 
			
		||||
@@ -3931,6 +3944,13 @@ static int packet_getsockopt(struct sock
 | 
			
		||||
@@ -3935,6 +3948,13 @@ static int packet_getsockopt(struct sock
 | 
			
		||||
 	case PACKET_VNET_HDR:
 | 
			
		||||
 		val = po->has_vnet_hdr;
 | 
			
		||||
 		break;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user